/* =========================
   US STOCKS HERO CSS
========================= */
.us-hero{
  position:relative;
  overflow:hidden;
  padding:30px 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(77,163,255,.12), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(110,243,214,.10), transparent 24%),
    radial-gradient(circle at 75% 80%, rgba(255,210,102,.08), transparent 24%),
    linear-gradient(180deg, #040814 0%, #071020 55%, #030711 100%);
}

.us-hero__bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.us-hero__orb{
  position:absolute;
  border-radius:50%;
  filter:blur(14px);
}

.us-hero__orb--1{
  width:280px;
  height:280px;
  top:60px;
  left:-80px;
  background:radial-gradient(circle, rgba(77,163,255,.22), transparent 70%);
}

.us-hero__orb--2{
  width:300px;
  height:300px;
  right:-90px;
  bottom:20px;
  background:radial-gradient(circle, rgba(110,243,214,.16), transparent 72%);
}

.us-hero__grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.9), transparent 92%);
}

.us-hero__inner{
  position:relative;
  width:min(1240px, calc(100% - 32px));
  margin:auto;
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
}

.us-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:11px 16px;
  border-radius:999px;
  border:1px solid rgba(77,163,255,.22);
  background:linear-gradient(90deg, rgba(77,163,255,.14), rgba(110,243,214,.08));
  color:#dceeff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
  margin-bottom:18px;
}

.us-hero__badge-live{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
}

.us-hero__dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#6EF3D6;
  box-shadow:0 0 12px #6EF3D6;
}

.us-hero__badge-sep{
  width:1px;
  height:14px;
  background:rgba(255,255,255,.18);
}

.us-hero__title{
  font-size:clamp(40px, 6vw, 74px);
  line-height:1;
  font-weight:900;
  letter-spacing:-1.6px;
  color:#f7fbff;
}

.us-hero__title span{
  background:linear-gradient(90deg, #4DA3FF 0%, #6EF3D6 70%, #FFD266 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.us-hero__sub{
  margin-top:18px;
  max-width:640px;
  color:#aebfd5;
  font-size:17px;
  line-height:1.8;
}

.us-hero__chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.us-hero__chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 15px;
  border-radius:999px;
  font-size:13px;
  color:#eaf5ff;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.us-hero__chip.green{
  border-color:rgba(110,243,214,.18);
  background:rgba(110,243,214,.08);
}

.us-hero__chip.gold{
  border-color:rgba(255,210,102,.18);
  background:rgba(255,210,102,.08);
}

.us-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.us-btn{
  min-height:56px;
  padding:0 22px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:800;
  text-decoration:none;
  transition:.28s ease;
}

.us-btn--primary{
  color:#04101a;
  background:linear-gradient(135deg, #4DA3FF, #6EF3D6);
  box-shadow:0 18px 38px rgba(77,163,255,.24);
}

.us-btn--primary:hover{
  transform:translateY(-2px);
}

.us-btn--secondary{
  color:#f3f8ff;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}

.us-btn--secondary:hover{
  transform:translateY(-2px);
  border-color:rgba(77,163,255,.25);
}

.us-hero__ticker-row{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.us-ticker-card{
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.us-ticker-card__name{
  display:block;
  font-size:12px;
  color:#c3d5ea;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.us-ticker-card__value{
  display:block;
  margin-top:10px;
  font-size:28px;
  font-weight:900;
  color:#fff;
}

.us-ticker-card__chg{
  display:block;
  margin-top:8px;
  font-size:13px;
  font-weight:700;
}

.us-panel{
  position:relative;
  padding:22px;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(12,20,36,.96), rgba(5,10,20,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 26px 80px rgba(0,0,0,.34);
  overflow:hidden;
}

.us-panel::before{
  content:"";
  position:absolute;
  top:-80px;
  right:-60px;
  width:220px;
  height:220px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(77,163,255,.16), transparent 68%);
  pointer-events:none;
}

.us-panel__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.us-panel__title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:18px;
  font-weight:800;
  color:#f6fbff;
}

.us-panel__live{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  color:#d7fff5;
  background:rgba(110,243,214,.10);
  border:1px solid rgba(110,243,214,.18);
}

.us-panel__live-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#6EF3D6;
  box-shadow:0 0 12px #6EF3D6;
}

.us-panel__highlight{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  padding:18px;
  border-radius:24px;
  background:linear-gradient(90deg, rgba(77,163,255,.10), rgba(110,243,214,.06));
  border:1px solid rgba(255,255,255,.07);
}

.us-panel__label{
  font-size:12px;
  color:#c7d7e8;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.us-panel__featured{
  margin-top:8px;
  font-size:22px;
  font-weight:900;
  color:#fff;
}

.us-panel__price{
  margin-top:8px;
  font-size:28px;
  font-weight:900;
  color:#fff;
}

.us-panel__tag{
  padding:10px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.us-panel__chart{
  margin-top:18px;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}

.us-panel__chart svg{
  width:100%;
  height:220px;
  display:block;
}

.us-panel__chart-labels{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
  font-size:12px;
  color:#bdd0e5;
}

.us-panel__list{
  margin-top:18px;
  padding:8px 0;
  border-radius:22px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.06);
}

.us-stock-row{
  display:grid;
  grid-template-columns:1.2fr .8fr .6fr;
  gap:12px;
  align-items:center;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.us-stock-row:last-child{
  border-bottom:none;
}

.us-stock-row strong{
  display:block;
  color:#fff;
  font-size:15px;
}

.us-stock-row span{
  display:block;
  font-size:12px;
  color:#9db2ca;
  margin-top:4px;
}

.us-stock-row__price{
  font-weight:800;
  color:#eef7ff;
}

.us-stock-row__chg{
  font-weight:800;
  text-align:right;
}

.us-panel__cta{
  margin-top:18px;
  padding:18px 20px;
  border-radius:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  background:linear-gradient(135deg, rgba(77,163,255,.10), rgba(255,210,102,.08));
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
}

.us-panel__cta strong{
  display:block;
  font-size:16px;
}

.us-panel__cta small{
  display:block;
  margin-top:6px;
  color:#bfd1e6;
  font-size:13px;
}

.up{color:#6EF3D6 !important;}
.down{color:#FF7E93 !important;}

@media (max-width: 1100px){
  /* .us-hero__inner{
    grid-template-columns:1fr;
  } */
}

@media (max-width: 768px){
  .us-hero{
    padding:30px 0;
  }

  .us-hero__ticker-row{
    grid-template-columns:1fr;
  }

  .us-stock-row{
    grid-template-columns:1fr 1fr;
  }

  .us-stock-row__chg{
    text-align:left;
  }

  .us-panel__highlight{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* ////////////////////////////////////////////// section2 ////////////////////////////////////////////// */
/* =========================
   COMMON SECTION STYLES
========================= */
.us-sec-head{
  max-width:760px;
  margin:0 auto 42px auto;
  text-align:center;
}

.us-sec-head.center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.us-sec-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(77,163,255,.18);
  background:rgba(77,163,255,.08);
  color:#dceeff;
  font-size:13px;
  font-weight:800;
  margin:0 auto;
}

.us-sec-badge.risk{
  background:rgba(255,126,147,.10);
  border-color:rgba(255,126,147,.18);
  color:#ffd7de;
}

.us-sec-title{
  margin-top:16px;
  font-size:clamp(30px, 4vw, 52px);
  line-height:1.08;
  font-weight:900;
  color:#f7fbff;
  text-align:center;
}

.us-sec-title span{
  background:linear-gradient(90deg, #4DA3FF 0%, #6EF3D6 70%, #FFD266 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.us-sec-sub{
  margin-top:14px;
  color:#aebfd5;
  font-size:16px;
  line-height:1.8;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
/* =========================
   SECTION 2 — WHY US STOCKS
========================= */
.us-why{
  padding: 35px 0;
  background:linear-gradient(180deg, #050a15 0%, #071020 100%);
}

.us-why__inner{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
}

.us-why__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.us-info-card{
  padding:24px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.us-info-card__icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:22px;
  margin-bottom:18px;
}

.us-info-card__icon.blue{
  background:rgba(77,163,255,.12);
  color:#4DA3FF;
  border:1px solid rgba(77,163,255,.16);
}

.us-info-card__icon.green{
  background:rgba(110,243,214,.10);
  color:#6EF3D6;
  border:1px solid rgba(110,243,214,.18);
}

.us-info-card__icon.gold{
  background:rgba(255,210,102,.10);
  color:#FFD266;
  border:1px solid rgba(255,210,102,.18);
}

.us-info-card__icon.purple{
  background:rgba(157,131,255,.10);
  color:#b4a0ff;
  border:1px solid rgba(157,131,255,.18);
}

.us-info-card h3{
  font-size:20px;
  color:#fff;
  margin-bottom:10px;
}

.us-info-card p{
  color:#aebfd5;
  line-height:1.8;
  font-size:15px;
}

/* =========================
   SECTION 3 — SECTORS
========================= */
.us-sectors{
  padding:35px 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(77,163,255,.08), transparent 26%),
    linear-gradient(180deg, #071020 0%, #030711 100%);
}

.us-sectors__inner{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
}

.us-sector-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.us-sector-card{
  padding:24px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.us-sector-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.us-sector-card__icon{
  width:54px;
  height:54px;
  border-radius:16px;
  display:grid;
  place-items:center;
  font-size:20px;
  color:#4DA3FF;
  background:rgba(77,163,255,.12);
  border:1px solid rgba(77,163,255,.18);
}

.us-sector-card__tag{
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#d9e9fa;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.us-sector-card h3{
  font-size:22px;
  color:#fff;
  margin-bottom:10px;
}

.us-sector-card p{
  color:#aebfd5;
  line-height:1.8;
  font-size:15px;
}

/* =========================
   SECTION 4 — FEATURED STOCKS
========================= */
.us-featured{
  padding: 35px 0 !important;
  background: linear-gradient(180deg, #030711 0%, #071020 100%);
}

.us-featured__inner{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
}

.us-featured__grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.us-company-card{
  padding:24px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.us-company-card__head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.us-company-card__logo{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:24px;
  font-weight:900;
  color:#06111c;
  background:linear-gradient(135deg, #4DA3FF, #6EF3D6);
}

.us-company-card h3{
  color:#fff;
  font-size:20px;
}

.us-company-card span{
  color:#9db2ca;
  font-size:13px;
}

.us-company-card p{
  color:#aebfd5;
  line-height:1.8;
  font-size:15px;
}

.us-company-card__meta{
  margin-top:18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.us-company-card__meta strong{
  font-size:22px;
  color:#fff;
}

/* =========================
   SECTION 5 — STEPS
========================= */
.us-steps{
  padding: 35px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(110,243,214,.08), transparent 22%),
    linear-gradient(180deg, #071020 0%, #040814 100%);
}

.us-steps__inner{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
}

.us-steps__grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.us-step-card{
  position:relative;
  padding:28px 24px 24px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.us-step-card__num{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  background:linear-gradient(135deg, #4DA3FF, #6EF3D6);
  color:#04101a;
  font-size:20px;
  font-weight:900;
}

.us-step-card h3{
  color:#fff;
  font-size:22px;
  margin-bottom:10px;
}

.us-step-card p{
  color:#aebfd5;
  line-height:1.8;
  font-size:15px;
}

/* =========================
   SECTION 6 — RISK
========================= */
.us-risk{
  padding: 26px 0;
  background:linear-gradient(180deg, #040814 0%, #030711 100%);
}

.us-risk__inner{
  width:min(1100px, calc(100% - 32px));
  margin:auto;
  display:grid;
  grid-template-columns:100px 1fr;
  gap:24px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,126,147,.07), rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.us-risk__icon{
  width:82px;
  height:82px;
  border-radius:22px;
  display:grid;
  place-items:center;
  font-size:30px;
  color:#FF7E93;
  background:rgba(255,126,147,.10);
  border:1px solid rgba(255,126,147,.18);
}

.us-risk__content h2{
  margin-top:16px;
  font-size:36px;
  line-height:1.15;
  color:#fff;
}

.us-risk__content p{
  margin-top:14px;
  color:#aebfd5;
  line-height:1.9;
  font-size:16px;
}

.us-risk__content ul{
  margin-top:16px;
  padding-left:18px;
}

.us-risk__content li{
  color:#d6e2ee;
  line-height:1.9;
  margin-bottom:6px;
}

/* =========================
   SECTION 7 — CTA
========================= */
.us-cta-sec{
  padding:0 0 90px;
  background:linear-gradient(180deg, #030711 0%, #030711 100%);
}

.us-cta-sec__inner{
  width:min(1240px, calc(100% - 32px));
  margin:auto;
  padding:32px;
  border-radius:32px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  background:linear-gradient(135deg, rgba(77,163,255,.12), rgba(110,243,214,.08), rgba(255,210,102,.06));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}

.us-cta-sec__content{
  max-width:680px;
}

.us-cta-sec__content h2{
  margin-top:16px;
  font-size:42px;
  line-height:1.1;
  color:#fff;
}

.us-cta-sec__content p{
  margin-top:14px;
  color:#c2d2e3;
  line-height:1.9;
  font-size:16px;
}

.us-cta-sec__actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px){
  .us-why__grid,
  .us-featured__grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .us-sector-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .us-steps__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px){
  .us-why__grid,
  .us-sector-grid,
  .us-featured__grid{
    grid-template-columns:1fr;
  }

  .us-risk__inner{
    grid-template-columns:1fr;
    padding:22px;
  }

  .us-risk__content h2{
    font-size:28px;
  }

  .us-cta-sec__content h2{
    font-size:30px;
  }
}