/* ========== HOME ========== */

/* HERO */
.hero{ padding: 4.6rem 0 3rem; }
.hero-inner{
  display:grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 3rem;
  align-items:center;
}
.hero-copy h1{
  font-size: 3.15rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 1rem 0 0;
}
.hero-sub{
  margin-top: 1rem;
  color: var(--muted);
  max-width: 60ch;
}

.hero-actions{
  margin-top: 1.5rem;
  display:flex;
  gap: 1rem;
  align-items:center;
  flex-wrap: wrap;
}

.hero-meta{
  margin-top: 1.4rem;
  display:flex;
  align-items:center;
  gap: 1rem;
  padding: .9rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  width: fit-content;
}
.meta-item{ display:flex; flex-direction:column; line-height: 1.15; }
.meta-label{ font-size:.75rem; color: var(--muted); }
.meta-value{ font-size:.95rem; font-weight: 800; color: rgba(255,255,255,.92); }
.meta-divider{ width:1px; height:34px; background: rgba(255,255,255,.12); }

/* HERO VISUAL */
.hero-visual{
  position: relative;
  background: rgba(10,13,33,.70);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: 0 18px 55px rgba(0,0,0,.35);
  overflow:hidden;
}
.hero-visual-glow{
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 30% 30%, rgba(248,181,0,.22), transparent 55%),
              radial-gradient(circle at 70% 60%, rgba(84,76,255,.18), transparent 60%);
  filter: blur(24px);
  opacity: .85;
  pointer-events:none;
}
.hero-mini-card{
  position: relative;
  background: rgba(5,7,25,.70);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 1rem;
}
.hero-mini-main{ padding: 1.1rem; margin-bottom: 1rem; }
.mini-label{ font-size:.75rem; color: var(--muted); }
.mini-title{ font-size: 1.05rem; font-weight: 900; margin-top:.25rem; }
.mini-badge{
  margin-top:.75rem;
  display:inline-flex;
  padding:.3rem .55rem;
  border-radius:999px;
  background: rgba(36,255,187,.10);
  border: 1px solid rgba(36,255,187,.24);
  font-size:.78rem;
  color: rgba(210,255,238,.92);
}

.hero-mini-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
  margin-bottom: .9rem;
}
.mini-icon{ font-size: 1.1rem; }
.mini-text{ display:flex; flex-direction:column; }
.mini-title-small{ font-weight: 900; }
.mini-caption{ color: var(--muted); font-size: .9rem; margin-top: .1rem; }
.hero-mini-bottom{ display:flex; gap:.75rem; align-items:flex-start; }

/* STEPS */
.steps-highlight{ padding: 3.5rem 0 4.2rem; }
.steps-container{ text-align:center; }
.steps-heading{ font-size: 2.2rem; margin: 0; }
.steps-subtitle{ margin: .7rem auto 0; color: var(--muted); max-width: 72ch; }

.steps-grid{
  margin-top: 2.2rem;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.step-box{
  background: rgba(10,13,33,.92);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 1.6rem 1.4rem 1.35rem;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  text-align:left;
}
.step-icon-svg{ width: 64px; height: 64px; margin-bottom: 1rem; }
.step-number-big{
  font-weight: 900;
  font-size: 2rem;
  color: rgba(248,181,0,.95);
  margin-bottom: .35rem;
}
.step-box h3{ margin: 0 0 .4rem; font-size: 1.1rem; }
.step-box p{ margin: 0; color: var(--muted); }

/* QR DEMO */
.qr-demo-section{ padding: 3.8rem 0 4.2rem; }
/* ==========================
   QR GRID – LIGHT THEME
========================== */

.qr-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

/* Card */
.qr-card{
  background: linear-gradient(
    180deg,
    rgba(233,254,255,0.95),
    rgba(233,254,255,0.85)
  ) !important;

  border: 1.5px solid rgba(17,119,255,0.35);
  border-radius: 22px;
  padding: 1.6rem 1.4rem;
  text-align: center;

  box-shadow:
    0 12px 30px rgba(17,119,255,0.18),
    0 4px 10px rgba(17,119,255,0.08);

  transition: transform .25s ease, box-shadow .25s ease;
}

.qr-card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 20px 44px rgba(17,119,255,0.25),
    0 6px 14px rgba(17,119,255,0.12);
}

/* QR container */
.qr-image{
  background: #ffffff;
  border-radius: 16px;
  padding: 1rem;
  display: inline-block;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  margin-bottom: 1rem;
}

.qr-image img{
  width: 120px;
  height: auto;
}

/* Text */
.qr-card h3{
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
  margin: .8rem 0 .35rem;
}

.qr-card p{
  color: #475569;
  font-size: .92rem;
  line-height: 1.5;
}

/* Tag */
.qr-tag{
  display: inline-block;
  margin-top: .8rem;
  padding: .35rem .7rem;
  font-size: .75rem;
  font-weight: 600;

  color: rgb(17,119,255);
  background: rgba(17,119,255,0.10);
  border: 1px solid rgba(17,119,255,0.25);
  border-radius: 999px;
}

.qr-card::before{
  content: "";
  display: block;
  height: 3px;
  width: 60%;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgb(17,119,255),
    rgba(17,119,255,0.3)
  );
}


.qr-demo-cta{
  margin-top: 2.2rem;
  text-align:center;
}
.qr-note{ margin-top: .7rem; color: var(--muted); }

/* ORDER NOW */
.order-now-section{
  padding: 3.8rem 0;
  text-align:center;
}
.order-now-inner{
  max-width: 900px;
}
.order-now-heading{
  margin: 0 auto 1.2rem;
  font-size: 2.2rem;
  line-height: 1.12;
}
.order-now-note{ margin-top: .9rem; color: var(--muted); }

/* ==========================
   FEATURE GRID (LIGHT)
========================== */

.grid-3{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.feature-card{
  background: linear-gradient(
    180deg,
    rgba(233,254,255,0.95),
    rgba(233,254,255,0.85)
  ) !important;

  border: 1.5px solid rgba(17,119,255,0.35);
  border-radius: 24px;
  padding: 2rem 1.8rem;
  text-align: left;

  box-shadow:
    0 14px 34px rgba(17,119,255,0.18),
    0 6px 14px rgba(17,119,255,0.10);

  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 22px 48px rgba(17,119,255,0.26),
    0 8px 18px rgba(17,119,255,0.14);
}

/* Icon */
.feature-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;

  background: rgba(17,119,255,0.12);
  color: rgb(17,119,255);
  margin-bottom: 1rem;
}

/* Title */
.feature-card h3{
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: .5rem;
}

/* Description */
.feature-card p{
  font-size: .95rem;
  line-height: 1.6;
  color: #475569;
}

.feature-card::before{
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgb(17,119,255),
    rgba(17,119,255,0.35)
  );
  margin-bottom: 1rem;
}

/* ==========================
   OWNER SECTION (LIGHT)
========================== */

.section-alt{
  background: transparent !important;
  padding: 4.5rem 0;
}

.two-column{
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 980px){
  .two-column{ grid-template-columns: 1fr; }
}

/* Left text */
.two-column h2{
  color: #0f172a;
  font-size: 2.1rem;
  line-height: 1.15;
  margin-bottom: .75rem;
}

.two-column p{
  color: #334155;
  font-size: 1.02rem;
  max-width: 56ch;
}

/* checklist */
.list-check{
  list-style: none;
  margin-top: 1.2rem;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.list-check li{
  position: relative;
  padding-left: 2rem;
  color: #334155;              /* was too light */
  font-weight: 500;
}

.list-check li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(17,119,255,0.12);
  color: rgb(17,119,255);
  font-weight: 800;
}

/* Right stat card */
.stat-card{
  background: linear-gradient(
    180deg,
    rgba(233,254,255,0.95),
    rgba(233,254,255,0.82)
  ) !important;

  border: 1.5px solid rgba(17,119,255,0.35);
  border-radius: 26px;
  padding: 1.8rem 1.6rem;
  box-shadow:
    0 18px 46px rgba(17,119,255,0.22),
    0 8px 18px rgba(17,119,255,0.12);
}

.stat-label{
  color: #475569;
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: 1.2rem;
}

.stat-main{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.stat-number{
  color: #0f172a;              /* FIX: was white on dark card */
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.stat-text{
  color: #334155;              /* FIX: was dark-on-dark */
  margin-top: .35rem;
  font-weight: 600;
}

.stat-foot{
  margin-top: 1.25rem;
  color: #64748b;
  font-size: .9rem;
  border-top: 1px solid rgba(17,119,255,0.18);
  padding-top: 1rem;
}


/* RESPONSIVE */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-copy h1{ font-size: 2.35rem; }
  .hero-mini-row{ grid-template-columns: 1fr; }
  .steps-grid{ grid-template-columns: 1fr; }
  .qr-grid{ grid-template-columns: 1fr; }
  .grid-3{ grid-template-columns: 1fr; }
  .two-column{ grid-template-columns: 1fr; }
}

/* ---- Make hero closer to earlier "premium glow" look ---- */
.hero{
  position: relative;
  padding: 5.2rem 0 3.6rem;
}

.hero::before{
  content:"";
  position:absolute;
  inset:-120px 0 auto 0;
  height: 520px;
  background:
    radial-gradient(900px 420px at 22% 30%, rgba(92, 84, 255, .28), transparent 60%),
    radial-gradient(820px 420px at 75% 25%, rgba(248, 181, 0, .22), transparent 62%);
  filter: blur(10px);
  opacity: .9;
  pointer-events:none;
}

.hero-copy h1{
  font-size: 3.45rem;
  letter-spacing: -0.03em;
}

.hero-sub{
  font-size: 1.05rem;
  color: rgba(230,235,255,.78);
}

.hero-visual{
  background: rgba(10,13,33,.58);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}

.hero-mini-card{
  background: rgba(7,10,28,.72);
}

.btn-primary{
  box-shadow: 0 18px 45px rgba(248,181,0,.28);
}

/* =========================
   HERO RIGHT CARD (restore premium look)
   ========================= */

   .hero-visual{
    position: relative;
    padding: 26px;
    border-radius: 28px;
  
    background: linear-gradient(180deg,
      rgba(10, 12, 28, 0.62) 0%,
      rgba(10, 12, 28, 0.38) 100%
    );
  
    border: 1px solid rgba(255,255,255,0.10);
  
    box-shadow:
      0 22px 70px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.08);
  
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    overflow: hidden;
  }
  
  /* soft corner glow like earlier */
  .hero-visual::before{
    content:"";
    position:absolute;
    inset:-120px -120px auto auto;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at 35% 35%,
      rgba(248,181,0,0.22),
      transparent 60%
    );
    filter: blur(18px);
    opacity: .9;
    pointer-events:none;
  }
  
  .hero-visual::after{
    content:"";
    position:absolute;
    inset:auto auto -140px -140px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle at 60% 60%,
      rgba(92,84,255,0.22),
      transparent 62%
    );
    filter: blur(22px);
    opacity: .85;
    pointer-events:none;
  }
  
  /* inner panel */
  .hero-visual-inner{
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
  
    background: rgba(6, 8, 22, 0.52);
    border: 1px solid rgba(255,255,255,0.08);
  
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  }
  
  /* grid for small tiles */
  .hero-visual-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  
  /* tile */
  .hero-mini-card{
    border-radius: 18px;
    padding: 16px 16px 14px;
  
    background: linear-gradient(180deg,
      rgba(10, 12, 28, 0.78) 0%,
      rgba(10, 12, 28, 0.55) 100%
    );
  
    border: 1px solid rgba(255,255,255,0.10);
  
    box-shadow:
      0 14px 40px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.06);
  
    transition: transform .18s ease, border-color .18s ease;
  }
  
  .hero-mini-card:hover{
    transform: translateY(-2px);
    border-color: rgba(255,255,255,0.16);
  }
  
  .hero-mini-top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom: 8px;
  }
  
  .hero-mini-kicker{
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(230,235,255,0.70);
  }
  
  .hero-mini-title{
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,0.96);
    line-height: 1.25;
  }
  
  .hero-mini-sub{
    color: rgba(230,235,255,0.72);
    margin-top: 6px;
  }
  
  /* pill on first tile */
  .hero-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding: 8px 12px;
    border-radius: 999px;
  
    background: rgba(19, 255, 170, 0.10);
    border: 1px solid rgba(19, 255, 170, 0.26);
    color: rgba(219, 255, 243, 0.95);
    font-weight: 600;
    font-size: 13px;
  }
  
  /* bottom wide tile */
  .hero-mini-wide{
    grid-column: 1 / -1;
  }
  
  /* make sure on smaller screens it stacks nicely */
  @media (max-width: 900px){
    .hero-visual{ padding: 18px; }
    .hero-visual-grid{ grid-template-columns: 1fr; }
    .hero-mini-wide{ grid-column: auto; }
  }

  
  /* ==========================
   HERO RIGHT VISUAL (LIGHT THEME)
   Applies to your existing markup:
   .hero-visual, .hero-visual-glow, .hero-mini-card, etc.
========================== */

.hero-visual{
  position: relative;
  padding: 18px;
  border-radius: 28px;

  /* light glass panel */
  background: linear-gradient(135deg,
    rgba(17,119,255,.14),
    rgba(233,254,255,.88)
  );

  border: 1px solid rgba(17,119,255,.18);

  box-shadow:
    0 30px 70px rgba(17,119,255,.16),
    0 10px 26px rgba(15,23,42,.08);
}

/* subtle inner ring */
.hero-visual::before{
  content:"";
  position:absolute;
  inset: 8px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events:none;
}

/* keep glow but make it light-theme */
.hero-visual-glow{
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(520px 340px at 20% 10%, rgba(17,119,255,.22), transparent 60%),
    radial-gradient(460px 320px at 85% 75%, rgba(233,254,255,.70), transparent 60%);
  filter: blur(18px);
  opacity: .9;
  pointer-events:none;
}

/* cards */
.hero-mini-card{
  position: relative;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,119,255,.14);
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(10px);

  color: #0f172a;

  box-shadow: 0 18px 35px rgba(17,119,255,.10);
}

/* main/top card slightly stronger */
.hero-mini-main{
  padding: 18px;
  border-radius: 20px;
}

/* bottom card */
.hero-mini-bottom{
  padding: 16px 18px;
}

/* row layout */
.hero-mini-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 14px 0;
}

/* typography inside */
.mini-label{
  font-size: .82rem;
  font-weight: 700;
  color: rgba(15,23,42,.72);
  margin-bottom: 6px;
}

.mini-title{
  font-size: 1.1rem;
  font-weight: 900;
  color:#0f172a;
  line-height: 1.2;
}

/* small titles */
.mini-title-small{
  font-size: 1rem;
  font-weight: 900;
  color:#0f172a;
  line-height: 1.15;
}

.mini-caption{
  margin-top: 4px;
  font-size: .9rem;
  color: rgba(15,23,42,.70);
}

/* icon style */
.mini-icon{
  font-size: 1.15rem;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(17,119,255,.10);
  border: 1px solid rgba(17,119,255,.18);
}

/* icon + text layout */
.mini-text{
  display:flex;
  flex-direction: column;
}

.hero-mini-card:not(.hero-mini-main){
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

/* Works on mobile pill */
.mini-badge{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  margin-top: 12px;

  background: rgba(17,119,255,.10);
  border: 1px solid rgba(17,119,255,.22);
  color: #0b3f9a;
  font-weight: 800;
  font-size: .85rem;
}

/* responsive */
@media (max-width: 900px){
  .hero-visual{ margin-top: 18px; }
  .hero-mini-row{ grid-template-columns: 1fr; }
}

/* ==========================
   FIX HERO LEFT TEXT VISIBILITY (HOME)
========================== */

/* make hero paragraph readable */
.hero p,
.hero .hero-sub,
.hero .subtext,
.hero .lead,
.hero .hero-desc{
  color: rgba(15, 23, 42, .78) !important;
}

/* if your paragraph is specifically inside .hero-left */
.hero-left p{
  color: rgba(15, 23, 42, .78) !important;
}

/* small labels under buttons / stats */
.hero .mini-label,
.hero .meta-label,
.hero .stat-label,
.hero .hero-meta-label{
  color: rgba(15, 23, 42, .70) !important;
}

/* small values (if any) */
.hero .meta-value,
.hero .stat-value{
  color: rgba(15, 23, 42, .92) !important;
}

/* links like "How it works" should remain visible */
.hero a{
  color: rgb(17,119,255) !important;
}
.hero a:hover{
  color: rgb(10,90,210) !important;
}

/* if any text was using old var(--text-muted) and became too light */
:root{
  --text-muted: rgba(15, 23, 42, .70);
}

/* ==========================
   HOME: REMOVE LEGACY DARK BOXES
========================== */

/* Step cards + QR cards: convert to light glass */
.home-steps .card,
.home-steps .demo-card,
.steps-grid .step-card,
.steps-grid .card,
.qr-grid .card,
.qr-grid .demo-card,
.qr-cards .card,
.qr-cards .demo-card,
.home .card,
.home .demo-card{
  background: rgba(233, 254, 255, 0.72) !important;  /* 233 254 255 */
  border: 1px solid rgba(17, 119, 255, 0.18) !important; /* 17 119 255 */
  box-shadow: 0 18px 40px rgba(17, 119, 255, 0.12) !important;
  color: #0f172a !important;
}

/* Headings + text inside those cards */
.home-steps .card h3,
.home-steps .demo-card h3,
.steps-grid .step-card h3,
.steps-grid .card h3,
.qr-grid .card h3,
.qr-grid .demo-card h3,
.home .card h3,
.home .demo-card h3{
  color: #0b1220 !important;
}

.home-steps .card p,
.home-steps .demo-card p,
.steps-grid .step-card p,
.steps-grid .card p,
.qr-grid .card p,
.qr-grid .demo-card p,
.home .card p,
.home .demo-card p{
  color: rgba(15, 23, 42, 0.72) !important;
}

/* Number / icon chips inside step cards */
.steps-grid .step-number,
.steps-grid .step-icon,
.home-steps .step-number,
.home-steps .step-icon{
  background: rgba(17, 119, 255, 0.12) !important;
  border: 1px solid rgba(17, 119, 255, 0.22) !important;
  color: rgb(17, 119, 255) !important;
}

/* If any inner box is still dark */
.home .card *{
  border-color: rgba(17, 119, 255, 0.15) !important;
}

/* ==========================
   HOME – FIX STEP BOXES (LIGHT THEME)
========================== */
/* ==========================
   HOME – STEP BOX (ENHANCED CONTRAST)
========================== */

.step-box{
  background: linear-gradient(
    180deg,
    rgba(233, 254, 255, 0.95),
    rgba(233, 254, 255, 0.80)
  ) !important;

  border: 1.5px solid rgba(17, 119, 255, 0.35) !important;
  border-radius: 22px;
  position: relative;

  box-shadow:
    0 12px 28px rgba(17, 119, 255, 0.18),
    0 2px 6px rgba(17, 119, 255, 0.08) !important;

  color: #0f172a !important;
  transition: transform .25s ease, box-shadow .25s ease;
  .step-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(
    90deg,
    rgb(17,119,255),
    rgba(17,119,255,0.3)
  );
}

}

/* Slight lift on hover */
.step-box:hover{
  transform: translateY(-4px);
  box-shadow:
    0 20px 40px rgba(17, 119, 255, 0.25),
    0 4px 10px rgba(17, 119, 255, 0.12) !important;
}


/* Headings inside step box */
.step-box h3,
.step-box .step-title{
  color: #0b1220 !important;
}

/* Paragraph text */
.step-box p,
.step-box .step-desc{
  color: rgba(15, 23, 42, 0.75) !important;
}

/* Step number */
.step-box .step-number{
  color: rgb(17, 119, 255) !important;
  font-weight: 700;
}

/* Icon container */
.step-box .step-icon{
  background: rgba(17, 119, 255, 0.12) !important;
  border: 1px solid rgba(17, 119, 255, 0.25) !important;
  color: rgb(17, 119, 255) !important;
}

/* Remove any inherited dark overlay */

.step-box::after{
  display: none !important;
}


.step-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(
    90deg,
    rgb(17,119,255),
    rgba(17,119,255,0.3)
  );
}

/* ==========================
   Steps: LEFT graphic + RIGHT vertical
========================== */

.steps-split{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.2rem;
  align-items: start;
  margin-top: 2rem;
}

@media (max-width: 980px){
  .steps-split{
    grid-template-columns: 1fr;
  }
}

/* Left graphic area */
.steps-graphic{
  position: sticky;
  top: 92px; /* header height */
  align-self: start;
}

@media (max-width: 980px){
  .steps-graphic{
    position: relative;
    top: auto;
  }
}

.steps-graphic-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(17,119,255,0.16);
}

/* Placeholder graphic card (remove when using image) */
.steps-graphic-card{
  border-radius: 26px;
  padding: 2.2rem;
  background: linear-gradient(180deg, rgba(233,254,255,0.95), rgba(233,254,255,0.75));
  border: 1.5px solid rgba(17,119,255,0.28);
  box-shadow: 0 18px 46px rgba(17,119,255,0.14);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.steps-graphic-badge{
  display: inline-flex;
  width: fit-content;
  padding: .38rem .8rem;
  border-radius: 999px;
  background: rgba(17,119,255,0.12);
  color: rgb(17,119,255);
  font-weight: 800;
  margin-bottom: 1rem;
}

.steps-graphic-title{
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: .6rem;
}

.steps-graphic-sub{
  color: #334155;
  font-weight: 600;
}

/* Right side: vertical stack */
.steps-vertical{
  display: grid;
  gap: 1rem;
}

/* Make the boxes fit the light theme + more contrast */
.steps-vertical .step-box{
  width: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(233,254,255,0.92), rgba(233,254,255,0.72));
  border: 1.5px solid rgba(17,119,255,0.22);
  box-shadow: 0 16px 40px rgba(17,119,255,0.12);
}

/* Ensure text is visible */
.steps-vertical .step-box h3{
  color: #0f172a;
}

.steps-vertical .step-box p{
  color: #334155;
}

/* The small connector line for flow */
.steps-vertical .step-box{
  position: relative;
}

.steps-vertical .step-box::after{
  content: "";
  position: absolute;
  left: 34px;
  bottom: -12px;
  width: 2px;
  height: 12px;
  background: rgba(17,119,255,0.22);
}

.steps-vertical .step-box:last-child::after{
  display: none;
}

/* Fix your SVG dark fills to match light theme */
.steps-vertical .step-icon-svg rect,
.steps-vertical .step-icon-svg path{
  /* override dark fills if any */
  /* (keeps gradients intact, but avoids dark blocks) */
}


/* Step box: compact header */
.step-box{
  padding: 1.35rem 1.4rem;
}

.step-icon-svg{
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.step-icon-svg svg{
  width: 44px;
  height: 44px;
  display: block;
}

/* Put icon + title in one row */
.step-box{
  display: grid;
  grid-template-columns: 52px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 8px;
  align-items: start;
}

.step-box .step-icon-svg{
  grid-column: 1;
  grid-row: 1;
  margin: 0; /* remove any old top spacing */
}

.step-box h3{
  grid-column: 2;
  grid-row: 1;
  margin: 2px 0 0 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.step-box p{
  grid-column: 1 / -1; /* full width */
  grid-row: 2;
  margin: 0;
  color: #334155;
}

/* Remove any legacy big number spacing (even if still present) */
.step-number-big{
  display: none !important;
}

/* Icon container gets a nice badge */
.step-icon-svg{
  border-radius: 14px;
  padding: 8px;
  background: linear-gradient(180deg, rgba(17,119,255,0.14), rgba(233,254,255,0.65));
  border: 1px solid rgba(17,119,255,0.22);
  box-shadow: 0 10px 24px rgba(17,119,255,0.14);
}

/* If you want icons slightly brighter */
.step-icon-svg svg{
  filter: saturate(1.05) contrast(1.05);
}
.btn-primary{
  background: linear-gradient(135deg, #1a73ff, #4f9cff);
  color: #ffffff !important;   /* FORCE visible text */
  box-shadow: 0 12px 30px rgba(26,115,255,.35);
  border: none;
}

.btn-primary:hover{
  opacity: .96;
}

/* =========================
   HOME HERO – LEFT ALIGN
   ========================= */

/* Desktop / default: left aligned */
.hero-copy{
  max-width: 640px;
  margin: 0;              /* no auto-centering */
  text-align: left;
}

.hero-actions{
  justify-content: flex-start;
}

.hero-meta{
  margin-left: 0;
  margin-right: 0;
}

/* On mobile you can still keep it full-width, but left aligned */
@media (max-width: 980px){
  .hero-inner{
    grid-template-columns: 1fr;
  }

  .hero-copy{
    width: 100%;
    text-align: left;
  }
}
