/* ===== KRID.AI CREATIVE LAYOUT — gold theme kept, composition restaged ===== */

/* Header: logo | centered nav | CTA */
.site-header {
  padding: 0.85rem 0;
  background: rgba(10, 14, 20, 0.62);
  border-bottom: 1px solid transparent;
}

.site-header-inner {
  position: relative;
  max-width: 1280px;
}

.site-header .brand-logo-wrap {
  margin-right: auto;
  z-index: 2;
}

.site-header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 1.35rem;
}

.site-header nav a {
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.78);
}

.site-header nav a::after {
  height: 1.5px;
  border-radius: 2px;
}

.header-cta {
  z-index: 2;
  padding: 0.7rem 1.45rem;
}

.nav-drawer-cta,
.nav-drawer-wa,
.nav-drawer-actions {
  display: none;
}

.mobile-menu-btn {
  z-index: 2;
}

/* Hero canvas */
.page-break-hero {
  overflow: hidden;
  background-color: var(--bg-dark-1);
  background-image:
    radial-gradient(ellipse 80% 55% at 50% 108%, rgba(195, 166, 105, 0.38) 0%, rgba(195, 166, 105, 0.08) 38%, transparent 68%),
    radial-gradient(circle at 50% 0%, #141b26 0%, var(--bg-dark-1) 58%);
  border-bottom: none;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8.75rem 1.5rem 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.hero-sun {
  position: absolute;
  left: 50%;
  bottom: -8%;
  width: 150%;
  height: 62%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%,
    rgba(195, 166, 105, 0.42) 0%,
    rgba(195, 166, 105, 0.14) 32%,
    rgba(195, 166, 105, 0.03) 58%,
    transparent 74%);
  pointer-events: none;
  z-index: 0;
}

.hero-sun::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 18%;
  height: 220px;
  border: 1.5px solid rgba(195, 166, 105, 0.28);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  filter: blur(0.2px);
}

.hero-grid {
  opacity: 0.45;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  text-align: center;
  font-size: clamp(2.7rem, 6.4vw, 4.6rem);
  letter-spacing: -0.04em;
  margin-bottom: 1.15rem;
}

.hero-deck {
  max-width: 560px !important;
  margin: 0 auto 2rem;
  text-align: center;
  color: rgba(248, 250, 252, 0.78) !important;
  font-size: 1.08rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 auto 1.75rem;
  padding: 0.38rem 0.42rem 0.38rem 0.9rem;
  border-radius: 999px;
  background: rgba(8, 11, 17, 0.72);
  border: 1px solid rgba(195, 166, 105, 0.32);
  color: #f8fafc;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  max-width: 100%;
}

.hero-badge-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-gold-light);
  white-space: nowrap;
}

.hero-badge-copy {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(248, 250, 252, 0.82);
  white-space: nowrap;
}

.hero-badge-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%);
  color: #fff;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0;
  position: relative;
  z-index: 2;
}

.button {
  padding: 0.95rem 1.7rem;
  font-size: 0.95rem;
}

.button-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 100px;
}

.button-ghost:hover {
  border-color: var(--brand-gold-light);
  background: rgba(195, 166, 105, 0.1);
  color: #fff;
}

.ghost-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

/* Proof sitting on the gold arc */
.hero-proof-arc {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  margin: 3.25rem auto 0;
  padding: 2.35rem 1rem 1.25rem;
}

.hero-proof-arc::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 0;
  height: 92px;
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
}

.hero-proof-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.4rem;
  position: relative;
}

.hero-proof-stats > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.hero-proof-stats strong {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.hero-proof-stats small {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-dark-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-proof-industries {
  margin-top: 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.55);
}

/* Product framed as a live dashboard */
.hero-stage {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
  margin: 0.5rem auto 0;
  max-height: 540px;
  overflow: hidden;
}

.hero-stage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(10, 14, 20, 0) 0%, var(--bg-dark-1) 88%);
  pointer-events: none;
  z-index: 4;
}

.dash-frame {
  background: linear-gradient(180deg, rgba(22, 28, 38, 0.96) 0%, rgba(10, 14, 20, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px 28px 0 0;
  box-shadow:
    0 -20px 80px rgba(195, 166, 105, 0.12),
    0 40px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  transform: translateY(18px);
}

.dash-chrome {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.dash-dots {
  display: flex;
  gap: 0.35rem;
}

.dash-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: block;
}

.dash-dots i:nth-child(1) { background: #f87171; }
.dash-dots i:nth-child(2) { background: #fbbf24; }
.dash-dots i:nth-child(3) { background: #34d399; }

.dash-search {
  flex: 1;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 250, 252, 0.55);
  font-size: 0.8rem;
  text-align: left;
}

.dash-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold-light);
}

.dash-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-dot 1.8s infinite;
}

.dash-body {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  min-height: 0;
}

.dash-rail {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 0.75rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}

.dash-rail-item {
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.55);
}

.dash-rail-item.is-active {
  background: rgba(195, 166, 105, 0.14);
  color: var(--brand-gold-light);
}

.dash-main {
  min-width: 0;
  padding: 0.6rem 0.85rem 0.4rem;
}

.hero-stage .omni-banner {
  max-width: none;
}

.hero-stage .omni-banner-body {
  padding-top: 0.35rem;
  gap: 0.85rem;
}

.hero-stage .omni-hub-ring {
  width: 118px;
  height: 118px;
}

.hero-stage .omni-hub-core {
  width: 86px;
  height: 86px;
}

.hero-stage .omni-cta-chip {
  padding: 0.35rem 0.45rem;
}

.hero-stage .omni-flow-lines {
  opacity: 0.45;
}

/* Trust strip now only the WhatsApp live trial */
.page-break-trust {
  background: var(--bg-dark-1);
  border-top: none;
}

.trust-bar {
  padding: 2.25rem 1.5rem 2.5rem;
}

.trust-try-wa {
  margin-top: 0;
  padding: 1.35rem 1.5rem;
  max-width: 920px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.page-break-product .section-intro {
  max-width: 820px;
}

.page-break-guarantee {
  border-top-width: 1px;
}

.guarantee-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(195, 166, 105, 0.16);
}

/* Problem: same leaks, shown as a board */
.problem-main {
  max-width: 920px;
}

.leak-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 820px;
  margin: 0 0 2.5rem;
}

.leak-card {
  background: #fff;
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-radius: 18px;
  padding: 1.25rem 1.3rem 1.2rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  text-align: left;
}

.leak-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-gold-dark);
  margin-bottom: 0.45rem;
}

.leak-card p {
  font-size: 1.02rem;
  color: var(--text-light-muted);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.math-figure {
  display: flex;
  flex-direction: column;
  margin: 0 0 1rem;
}

.math-figure span {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--brand-gold-dark);
  line-height: 1;
}

.math-figure small {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light-dim);
  margin-top: 0.35rem;
}

/* Product + guarantee + control: more air, rounder cards */
.page-break-product .section-intro {
  text-align: left;
}

.capability-grid article {
  border-radius: 22px;
}

.guarantee-item {
  border-radius: 22px;
}

.control-stack article {
  border-radius: 18px;
}

/* About / contact inherit the same header composition */
.about-hero,
.contact-info {
  position: relative;
}

.about-main {
  background-image:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(195, 166, 105, 0.16) 0%, transparent 58%),
    radial-gradient(circle at 80% 40%, rgba(195, 166, 105, 0.06) 0%, transparent 45%);
}

@media (max-width: 1200px) {
  .site-header nav {
    position: fixed;
    left: 0;
    transform: none;
  }

  .header-cta {
    display: none !important;
  }

  .site-header nav .nav-drawer-actions {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.5rem;
    width: 100%;
  }

  .site-header nav .nav-drawer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0;
    padding: 0.85rem 0.5rem;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--brand-gold) 0%, var(--brand-gold-dark) 100%);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.82rem;
    text-decoration: none;
    border-bottom: none !important;
    flex: 1.15;
    min-width: 0;
    box-sizing: border-box;
  }

  .dash-body {
    grid-template-columns: 1fr;
  }

  .dash-rail {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 6.1rem 1rem 0;
  }

  .hero-copy h1 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .hero-badge {
    padding: 0.32rem 0.35rem 0.32rem 0.7rem;
    gap: 0.45rem;
  }

  .hero-badge-copy {
    display: none;
  }

  .hero-proof-arc {
    margin-top: 2rem;
    padding-top: 1.75rem;
  }

  .hero-proof-arc::before {
    height: 64px;
  }

  .hero-proof-stats {
    gap: 0.75rem 1rem;
  }

  .hero-proof-stats strong {
    font-size: 0.95rem;
  }

  .hero-proof-stats small {
    font-size: 0.55rem;
  }

  .hero-proof-industries {
    font-size: 0.65rem;
    line-height: 1.45;
  }

  .dash-frame {
    border-radius: 20px 20px 0 0;
    transform: translateY(12px);
  }

  .hero-stage {
    max-height: 360px;
  }

  .hero-stage::after {
    height: 80px;
  }

  .dash-search {
    display: none;
  }

  .dash-main {
    padding: 0.35rem 0.4rem 0.15rem;
  }

  .leak-board {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .leak-card {
    padding: 1rem 1rem 0.95rem;
  }

  .math-figure span {
    font-size: 2.1rem;
  }

  .trust-try-wa {
    margin-top: 0 !important;
    padding: 1.1rem 1rem !important;
  }
}

@media (max-width: 480px) {
  .hero-cta-row {
    width: 100%;
    flex-direction: column;
  }

  .hero-cta-row .button {
    width: 100%;
    justify-content: center;
  }

  .hero-badge-label {
    font-size: 0.68rem;
  }
}

/* =============================================================
   REST OF SITE — same gold theme, restaged composition
============================================================= */

.sec-head {
  max-width: 760px;
  margin: 0 auto 3rem;
  text-align: center;
}

.sec-head h2 {
  font-size: clamp(2.1rem, 4.6vw, 3.35rem);
  letter-spacing: -0.035em;
  margin: 0.35rem 0 1rem;
}

.sec-head p {
  margin-left: auto;
  margin-right: auto;
}

.sec-head .problem-why,
.sec-head .control-deck,
.sec-head > p:last-child {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.65;
}

.sec-head.dark h2 {
  color: #fff;
}

.sec-head.dark p {
  color: #cbd5e1;
}

.page-break-urgency {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(195, 166, 105, 0.1) 0%, transparent 60%),
    var(--bg-light-1);
}

.page-break-urgency .section-shell {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.leak-board {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}

.leak-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem 1.3rem 1.35rem;
  border-radius: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.leak-card:hover {
  transform: translateY(-4px);
  border-color: rgba(195, 166, 105, 0.55);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.leak-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-bottom: 0.85rem;
}

.problem-punch {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 2.5rem;
  text-align: center;
  padding: 1.75rem 2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf6ea 100%);
}

.problem-math {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: center;
  max-width: 960px;
  margin: 0 auto 2rem;
  padding: 2rem 2.1rem;
  border-radius: 24px;
}

.math-copy .problem-math-line,
.math-copy .problem-math-note {
  margin: 0;
}

.math-copy .problem-math-note {
  margin-top: 0.75rem;
}

.fomo-close {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.problem-cta-row {
  justify-content: center;
  text-align: center;
  margin-top: 2.25rem;
}

/* Product demo as a framed stage, tabs on top */
.page-break-product {
  background-image:
    radial-gradient(ellipse 80% 45% at 50% 0%, rgba(195, 166, 105, 0.16) 0%, transparent 55%);
}

.demo-stage {
  background: linear-gradient(180deg, rgba(22, 28, 38, 0.96) 0%, rgba(10, 14, 20, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 40px rgba(195, 166, 105, 0.08);
  overflow: hidden;
  margin-top: 0.5rem;
}

.demo-stage .demo-sidebar-container {
  padding: 1.5rem 1.5rem 1.75rem;
  margin-top: 0;
}

.demo-stage .demo-preview-display {
  padding: 0;
}

.demo-stage .ad-banner-canvas {
  border-radius: 18px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.capability-grid {
  gap: 1rem;
  margin-top: 2.25rem;
}

.capability-grid article {
  text-align: left;
  padding: 1.6rem 1.4rem 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 22px;
}

.capability-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(195, 166, 105, 0.16);
  color: var(--brand-gold-light);
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}

/* Guarantee */
.page-break-guarantee {
  background:
    radial-gradient(ellipse 60% 35% at 50% 0%, rgba(195, 166, 105, 0.12) 0%, transparent 58%),
    #fff;
  border-top: 1px solid rgba(195, 166, 105, 0.22);
}

.guarantee-shield-icon {
  margin: 0.35rem auto 0.5rem;
}

.guarantee-grid {
  max-width: 1100px;
  margin: 0 auto 2.25rem;
  gap: 1rem;
}

.guarantee-item {
  text-align: left;
  padding: 1.85rem 1.5rem 1.7rem;
  background: #fff;
  border-radius: 24px;
}

.guarantee-pledge {
  margin: 0 auto;
  text-align: center;
  max-width: 640px;
  border-radius: 24px;
  padding: 1.75rem 2rem;
}

/* Control as three equal steps */
.page-break-control {
  background-image:
    radial-gradient(ellipse 70% 40% at 80% 20%, rgba(195, 166, 105, 0.1) 0%, transparent 50%);
}

.control-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.control-stack article {
  flex-direction: column;
  gap: 1rem;
  padding: 1.7rem 1.45rem 1.55rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.control-close {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(195, 166, 105, 0.28);
  background: rgba(195, 166, 105, 0.08);
  text-align: center;
}

.control .section-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* CTA band with rising gold */
.page-break-cta {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(ellipse 80% 70% at 50% 120%, rgba(195, 166, 105, 0.32) 0%, rgba(195, 166, 105, 0.06) 42%, transparent 70%);
}

.cta {
  position: relative;
  z-index: 1;
}

.cta-sun {
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 80%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%, rgba(195, 166, 105, 0.35) 0%, transparent 65%);
  pointer-events: none;
}

.cta-proof {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.cta-proof span {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(195, 166, 105, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  font-size: 0.82rem;
}

.cta-pricing-hint {
  margin: 1.25rem auto 0;
}

/* FAQ as stacked cards */
.page-break-faq {
  background:
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(195, 166, 105, 0.08) 0%, transparent 55%),
    #fff;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  border-top: none;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-radius: 18px;
  background: #fff;
  padding: 0 1.15rem;
}

.faq-item summary {
  padding: 1.15rem 0.15rem;
}

.faq-item[open] summary {
  padding-bottom: 0.4rem;
}

/* Footer */
#footer {
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(195, 166, 105, 0.1) 0%, transparent 50%),
    #06090e;
  padding-top: 4.5rem;
}

.footer-lead {
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 2.5rem;
}

.footer-lead strong {
  white-space: normal;
  max-width: 28ch;
  text-align: right;
}

.footer-entity {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-entity span,
.footer-entity a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-entity a {
  text-decoration: none;
}

.footer-entity a:hover {
  color: var(--brand-gold-light);
}

/* About / contact */
.about-main {
  padding-top: 1rem;
}

.about-hero,
.about-story {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-hero {
  padding-top: 9.5rem;
}

.about-hero > p,
.about-story p {
  margin-left: auto;
  margin-right: auto;
}

.about-section {
  text-align: center;
}

.value-card {
  text-align: left;
  border-radius: 22px;
}

.team-band {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(195, 166, 105, 0.1) 0%, transparent 55%),
    #070a10;
  border: none;
}

.team-band-inner > p {
  color: #e2e8f0;
}

.team-highlight {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(195, 166, 105, 0.28);
}

.team-highlight span {
  color: #94a3b8;
}

.contact-page {
  background-image:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(195, 166, 105, 0.16) 0%, transparent 55%);
}

.contact-card {
  border-radius: 18px;
}

.contact-page .cta form {
  border-radius: 24px;
}

@media (max-width: 992px) {
  .leak-board {
    grid-template-columns: 1fr 1fr;
  }

  .problem-math,
  .control-stack {
    grid-template-columns: 1fr;
  }

  .demo-stage .sidebar-option-info > span {
    display: none;
  }
}

@media (max-width: 768px) {
  .sec-head {
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .leak-board,
  .guarantee-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .problem-punch,
  .problem-math {
    padding: 1.15rem 1rem;
  }

  .footer-lead {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-lead strong {
    text-align: left;
  }

  .cta-proof {
    flex-direction: column;
    align-items: center;
  }

  .about-hero,
  .about-story {
    text-align: left;
  }
}

/* =============================================================
   HERO SPLIT + CALCULATOR + FUNNEL + TEST NOW
============================================================= */
.hero.hero-split-layout {
  align-items: stretch !important;
  text-align: left !important;
  padding: 8.6rem 1.5rem 3.75rem !important;
  max-width: 1280px !important;
}

.hero-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 2.75rem 3rem;
  width: 100%;
  align-items: center;
}

.hero-split-layout .hero-copy {
  align-items: flex-start !important;
  text-align: left !important;
  max-width: none;
  margin: 0;
}

.hero-split-layout .hero-copy h1 {
  text-align: left !important;
  font-size: clamp(2.05rem, 3.7vw, 3.25rem) !important;
  margin-bottom: 1rem;
}

.hero-split-layout .hero-deck {
  text-align: left !important;
  max-width: 46ch !important;
  margin: 0 0 1.15rem !important;
}

.hero-split-layout .hero-badge {
  margin: 0 0 1.5rem;
}

.hero-split-layout .hero-cta-row {
  justify-content: flex-start;
}

.hero-door-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
}

.hero-door-row img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35));
}

.hero-fix {
  font-size: 1.12rem;
  line-height: 1.55;
  color: #f8fafc;
  max-width: 48ch;
  margin: 0 0 1.6rem;
}

.hero-fix strong {
  color: var(--brand-gold-light);
}

.leak-calc {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  background: rgba(12, 16, 24, 0.82);
  border: 1px solid rgba(195, 166, 105, 0.32);
  border-radius: 28px;
  padding: 1.35rem 1.35rem 1.2rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(195, 166, 105, 0.08);
  backdrop-filter: blur(16px);
}

.leak-calc-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-gold-light);
  margin-bottom: 0.3rem;
}

.leak-calc-head h2 {
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.leak-calc-head p {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}

.knob-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 0.9rem;
}

.knob {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.knob-wide {
  grid-column: 1 / -1;
}

.knob-top {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #cbd5e1;
}

.knob-top strong {
  color: var(--brand-gold-light);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.knob-short {
  display: none;
}

.knob input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.knob input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(195, 166, 105, 0.28);
}

.knob input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: -7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-gold-light), var(--brand-gold-dark));
  box-shadow: 0 0 0 4px rgba(195, 166, 105, 0.22);
  cursor: grab;
}

.knob input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 99px;
  background: rgba(195, 166, 105, 0.28);
  border: none;
}

.knob input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: var(--brand-gold);
  cursor: grab;
}

.leak-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.1rem;
  padding: 0.9rem 1.05rem;
  border-radius: 18px;
  background: rgba(8, 11, 17, 0.45);
  border: 1px solid rgba(195, 166, 105, 0.22);
}

.leak-total span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold-light);
}

.leak-total strong {
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.leak-result {
  margin-top: 0.7rem;
  padding: 1rem 1.05rem 0.95rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(195, 166, 105, 0.16), rgba(195, 166, 105, 0.05));
  border: 1px solid rgba(195, 166, 105, 0.28);
}

.leak-result-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.leak-result-pair > div {
  padding: 0.85rem 0.9rem 0.8rem;
  border-radius: 14px;
  background: rgba(8, 11, 17, 0.35);
}

.leak-result-pair span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-gold-light);
}

.leak-result-pair strong {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 0.2rem;
}

.leak-math {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.leak-math p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #94a3b8;
}

.leak-math b {
  color: #e2e8f0;
  font-weight: 700;
}

.page-break-mbg {
  background:
    radial-gradient(ellipse 70% 80% at 50% 100%, rgba(195, 166, 105, 0.18) 0%, transparent 60%),
    var(--bg-dark-1);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.mbg-band {
  max-width: 860px;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.mbg-band h2 {
  font-size: clamp(1.85rem, 4vw, 3rem);
  color: #fff;
  margin: 0.5rem 0 1rem;
}

.mbg-deck {
  font-size: 1.08rem;
  color: #cbd5e1;
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.65;
}

.mbg-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 2.75rem auto 0;
  max-width: 780px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
}

.mbg-stat {
  flex: 1 1 200px;
  padding: 0 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.mbg-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.mbg-stat strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--brand-gold-light);
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.mbg-stat span {
  display: block;
  font-size: 0.85rem;
  color: #9aa5b1;
  line-height: 1.45;
}

.page-break-funnel {
  background:
    radial-gradient(ellipse 60% 30% at 50% 0%, rgba(195, 166, 105, 0.1) 0%, transparent 55%),
    #fff;
}

.funnel-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto minmax(240px, 0.55fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
}

.funnel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.funnel-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.05rem 0.4rem 0.9rem;
  background: #fff;
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-radius: 20px;
  min-height: 112px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.funnel-logo img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.funnel-logo span {
  font-size: 0.72rem;
  font-weight: 700;
  color: #334155;
  text-align: center;
}

.funnel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--brand-gold-dark);
  font-weight: 700;
}

.funnel-hub {
  background: #0a0e14;
  border: 1px solid rgba(195, 166, 105, 0.35);
  border-radius: 24px;
  padding: 1.75rem 1.35rem;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.funnel-hub img {
  height: 36px;
  margin: 0 auto 0.75rem;
}

.funnel-hub strong {
  display: block;
  color: var(--brand-gold-light);
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.funnel-hub p {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.page-break-try {
  background-image:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(195, 166, 105, 0.14) 0%, transparent 55%);
}

.test-now-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}

.test-now-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  padding: 1.6rem 1rem 1.4rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(195, 166, 105, 0.28);
  border-radius: 22px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.test-now-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-gold);
}

.test-now-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 0.3rem;
}

.test-now-card strong {
  color: #fff;
  font-size: 1.05rem;
}

.test-now-card span {
  color: var(--brand-gold-light);
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .hero-split,
  .funnel-stage {
    grid-template-columns: 1fr;
  }

  .hero.hero-split-layout {
    text-align: center !important;
  }

  .hero-split-layout .hero-copy {
    align-items: center !important;
    text-align: center !important;
  }

  .hero-split-layout .hero-copy h1,
  .hero-split-layout .hero-deck,
  .hero-fix {
    text-align: center !important;
  }

  .hero-split-layout .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-door-row {
    justify-content: center;
  }

  .hero-split-layout .hero-cta-row {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split-layout .hero-cta-row .button {
    width: 100%;
    justify-content: center;
  }

  .leak-calc-head {
    text-align: center;
  }

  .funnel-arrow span {
    display: inline-block;
    transform: rotate(90deg);
  }

  .funnel-hub {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 0.4rem 0 !important;
  }

  .header-cta {
    display: none !important;
  }

  .site-header-inner {
    padding: 0 0.85rem !important;
    gap: 0.5rem !important;
  }

  .site-header .brand-logo-img {
    height: 1.55rem !important;
  }

  .mobile-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 1.1rem;
  }

  .section-shell,
  .page-break-urgency .section-shell {
    padding: 1.65rem 0.9rem !important;
  }

  .sec-head {
    margin-bottom: 1.1rem;
  }

  .sec-head h2 {
    font-size: clamp(1.4rem, 6.2vw, 1.8rem);
    margin: 0.15rem 0 0.5rem;
  }

  .sec-head .problem-why,
  .sec-head .control-deck,
  .sec-head > p:last-child {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero.hero-split-layout {
    padding: 66px 16px 18px !important;
    text-align: center !important;
    align-items: center !important;
  }

  .hero-split {
    gap: 12px;
    align-items: stretch;
  }

  .hero-split-layout .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    gap: 8px;
  }

  .hero-split-layout .hero-copy > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .hero-split-layout .hero-badge {
    align-self: center;
    margin: 0 auto !important;
    padding: 4px 6px 4px 10px;
  }

  .hero-split-layout .hero-badge-copy {
    display: none;
  }

  .hero-split-layout .hero-badge-go {
    width: 22px;
    height: 22px;
    font-size: 0.7rem;
  }

  .hero-split-layout .hero-copy h1 {
    font-size: 22px !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .hero-split-layout .hero-deck {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    max-width: none !important;
    margin: 0 auto 20px !important;
    text-align: center !important;
  }

  .hero-door-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px 0;
  }

  .hero-door-row img {
    width: 28px;
    height: 28px;
  }

  .hero-fix {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    max-width: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .hero-split-layout .hero-cta-row {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 8px auto 0 !important;
  }

  .hero-split-layout .hero-cta-row .button {
    width: auto;
    flex: none;
    justify-content: center;
    padding: 8px 12px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  .knob-full {
    display: none;
  }

  .knob-short {
    display: inline;
  }

  .knob-grid,
  .leak-result-pair {
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
  }

  .test-now-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .funnel-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .funnel-logo {
    min-height: 0;
    padding: 0.55rem 0.2rem 0.45rem;
    gap: 0.28rem;
    border-radius: 14px;
  }

  .funnel-logo img {
    width: 32px;
    height: 32px;
  }

  .funnel-logo span {
    font-size: 0.62rem;
  }

  .leak-calc {
    padding: 12px;
    border-radius: 16px;
  }

  .leak-calc-kicker {
    font-size: 11px;
    margin-bottom: 2px;
    text-align: center;
  }

  .leak-calc-head h2 {
    font-size: 17px;
    margin-bottom: 8px;
    text-align: center;
  }

  .leak-calc-head p {
    display: none;
  }

  .knob {
    gap: 2px;
  }

  .knob-top {
    font-size: 12px;
  }

  .knob input[type="range"] {
    height: 22px;
  }

  .knob input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
  }

  .knob input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -5.5px;
  }

  .knob input[type="range"]::-moz-range-track {
    height: 5px;
  }

  .knob input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .leak-total {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 12px;
  }

  .leak-total span {
    font-size: 10px;
  }

  .leak-total strong {
    font-size: 18px;
  }

  .leak-result {
    margin-top: 8px;
    padding: 8px;
    border-radius: 12px;
  }

  .leak-result-pair > div {
    padding: 8px 10px;
  }

  .leak-result-pair span {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .leak-result-pair strong {
    font-size: 16px;
  }

  .leak-math {
    display: none;
  }

  .mbg-band {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .mbg-band h2 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
    margin: 0.3rem 0 0.55rem;
  }

  .mbg-deck {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .mbg-stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 0.2rem !important;
    margin-top: 1.75rem !important;
    padding-top: 1.5rem !important;
  }

  .mbg-stat {
    flex: 1 1 0px !important;
    min-width: 0 !important;
    width: 33.333% !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: none !important;
    padding: 0 0.35rem !important;
  }

  .mbg-stat:first-child {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .mbg-stat strong {
    display: block !important;
    font-size: clamp(0.95rem, 4.2vw, 1.35rem) !important;
    white-space: nowrap !important;
    margin-bottom: 0.2rem !important;
  }

  .mbg-stat span {
    display: block !important;
    font-size: 0.68rem !important;
    line-height: 1.25 !important;
  }

  .test-now-card {
    padding: 0.8rem 0.3rem;
    gap: 0.2rem;
    border-radius: 14px;
    text-align: center;
  }

  .test-now-card img {
    width: 32px;
    height: 32px;
    margin-bottom: 0.1rem;
  }

  .test-now-card strong {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .test-now-card span {
    font-size: 0.62rem;
    word-break: break-word;
  }

  .capability-grid {
    gap: 0.65rem;
  }

  .capability-grid article {
    padding: 0.9rem 0.85rem;
  }

  .control-stack article {
    padding: 0.85rem 0.8rem;
  }
}
