
:root{
  --teal:#073f4b;
  --teal-deep:#052f39;
  --teal-mid:#0d5a67;
  --teal-soft:#dfeeed;
  --teal-pale:#eef6f5;
  --gold:#b89b52;
  --gold-deep:#977b34;
  --gold-soft:#eee3c5;
  --cream:#f8f4e9;
  --ink:#17333b;
  --muted:#61757b;
  --paper:#fbfaf6;
  --line:#dde5e4;
  --white:#fff;
  --shadow:0 24px 70px rgba(4,48,58,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.58}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{position:sticky;top:0;z-index:50;background:rgba(5,47,57,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:80px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center}
.brand img{width:176px;height:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:14px;font-weight:700}
.nav a{text-decoration:none;color:#dbe8e9}
.nav a:hover,.nav a.active{color:#fff}
.nav .active{position:relative}
.nav .active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--gold)}
.nav .login{padding:10px 14px;border:1px solid rgba(255,255,255,.28);border-radius:8px;color:#fff}
.nav .login:hover{border-color:var(--gold);background:rgba(255,255,255,.05)}
.mobile-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:26px;color:#fff}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 19px;border-radius:9px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.18s ease;cursor:pointer}
.btn-primary{background:var(--gold);color:#fff;box-shadow:0 8px 24px rgba(184,155,82,.22)}
.btn-primary:hover{background:var(--gold-deep);transform:translateY(-1px)}
.btn-secondary{background:#fff;color:var(--teal);border-color:#cdd9da}
.btn-secondary:hover{border-color:var(--teal);transform:translateY(-1px)}

.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(184,155,82,.18),transparent 28%),linear-gradient(135deg,var(--teal-deep) 0%,var(--teal) 48%,#0b5966 100%);padding:38px 0 56px}
.hero:after{content:"";position:absolute;inset:auto -120px -180px auto;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center;position:relative;z-index:1}
.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:900;margin-bottom:14px}
.hero h1{color:#fff}
h1,h2,h3{line-height:1.08;margin:0;color:#12343d}
h1{font-size:clamp(44px,5vw,70px);letter-spacing:-.045em}
h2{font-size:clamp(31px,3.7vw,48px);letter-spacing:-.035em}
h3{font-size:21px}
.hero p{font-size:20px;color:#d8e5e7;max-width:680px;margin:22px 0 28px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-note{font-size:13px!important;margin-top:18px!important;color:#a9c4c8!important}

.browser{background:#fff;border:1px solid rgba(17,64,73,.14);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}
.browser.hero-browser{box-shadow:0 28px 85px rgba(0,0,0,.28);transform:rotate(.2deg)}
.browser-bar{height:34px;background:#f1f4f3;border-bottom:1px solid #e2e8e7;display:flex;align-items:center;padding:0 12px;gap:6px}
.dot{width:8px;height:8px;border-radius:50%;background:#c4cdcd}
.browser img{width:100%}

.section{padding:88px 0}
.section.white{background:#fff}
.section.alt,.section.paper{background:var(--paper)}
.section.teal-soft{background:linear-gradient(180deg,#eaf4f2,#f6faf9)}
.section.gold-soft{background:linear-gradient(180deg,#faf7ef,#f4ead2)}
.section.teal-band{background:linear-gradient(130deg,var(--teal-deep),var(--teal-mid));color:#fff}
.section.teal-band h2,.section.teal-band h3{color:#fff}
.section.teal-band p,.section.teal-band li{color:#d7e4e6}
.section-intro{max-width:790px;margin-bottom:42px}
.section-intro p{font-size:18px;color:var(--muted);margin:16px 0 0}
.section.teal-band .section-intro p{color:#d7e4e6}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{border:1px solid var(--line);border-radius:14px;background:#fff;padding:28px;box-shadow:0 9px 24px rgba(9,55,63,.05)}
.card .icon{width:44px;height:44px;border-radius:11px;background:var(--teal-pale);display:grid;place-items:center;color:var(--teal);font-weight:900;margin-bottom:18px}
.card p{color:var(--muted);margin:10px 0 0}
.card.accent{border-top:4px solid var(--gold)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f1e7cf;color:#7e682e;font-size:12px;font-weight:850;margin-bottom:15px}
.section.teal-band .kicker{background:rgba(255,255,255,.1);color:var(--gold-soft)}
.checks{padding:0;margin:22px 0 0;list-style:none;display:grid;gap:12px}
.checks li{position:relative;padding-left:26px;color:#42575d}
.checks li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}
.section.teal-band .checks li{color:#d7e4e6}

.stat-strip{background:var(--gold);color:#fff}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:31px;border-right:1px solid rgba(255,255,255,.18)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:29px;color:#fff}
.stat span{color:#fff8e8;font-size:13px}

.cta{background:radial-gradient(circle at 90% 10%,rgba(184,155,82,.25),transparent 30%),linear-gradient(120deg,var(--teal-deep),var(--teal-mid));color:#fff;border-radius:18px;padding:50px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}
.cta h2{color:#fff;font-size:37px}
.cta p{color:#d5e3e4;margin:10px 0 0}

.footer{background:#042b34;color:#c2d1d3;padding:58px 0 24px;border-top:4px solid var(--gold)}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}
.footer img{width:210px;max-height:74px;object-fit:contain;object-position:left center}
.footer h4{color:#fff;margin:0 0 12px}
.footer a{display:block;text-decoration:none;margin:7px 0}
.footer a:hover{color:#fff}
.footer small{display:block;border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:36px}

.page-hero{position:relative;overflow:hidden;padding:76px 0 66px;background:radial-gradient(circle at 90% 0%,rgba(184,155,82,.16),transparent 32%),linear-gradient(135deg,var(--teal-deep),var(--teal-mid))}
.page-hero h1{color:#fff}
.page-hero p{font-size:19px;color:#d7e4e6;max-width:760px;margin:18px 0 0}

.feature-row{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center;padding:54px 0;border-bottom:1px solid var(--line)}
.feature-row:nth-child(even){grid-template-columns:1.1fr .9fr}
.feature-row:nth-child(even) .copy{order:2}
.feature-row p{color:var(--muted)}
.pill-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.pill{font-size:13px;padding:7px 10px;border-radius:999px;background:#e8f2f1;color:#34535a;border:1px solid #d4e5e2}

.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.audience{padding:34px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 9px 24px rgba(9,55,63,.05)}
.audience:nth-child(1),.audience:nth-child(4){border-top:4px solid var(--gold)}
.audience:nth-child(2),.audience:nth-child(3){border-top:4px solid var(--teal)}
.audience ul{padding-left:20px;color:var(--muted)}

.fl-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.fl-step{background:#fff;border:1px solid var(--line);padding:22px;border-radius:12px;position:relative;border-top:4px solid var(--gold)}
.fl-step strong{color:var(--teal);display:block;margin-bottom:5px}
.callout{border-left:4px solid var(--gold);background:#fbf4df;padding:22px 24px;border-radius:0 10px 10px 0}

.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}
form{display:grid;gap:15px}
label{font-size:13px;font-weight:750;color:#39535a}
input,textarea,select{width:100%;padding:12px 13px;border:1px solid #c7d5d6;border-radius:8px;font:inherit;background:#fff}
textarea{min-height:130px;resize:vertical}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-card{background:linear-gradient(180deg,var(--teal-pale),#fff);border:1px solid #d8e7e5;border-top:4px solid var(--gold);border-radius:14px;padding:30px}
.fine{font-size:12px;color:#78868a}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.notice{display:none;border-radius:10px;padding:14px 16px;margin:0 0 18px}
.notice.error{display:block;background:#fff1f0;border:1px solid #efc4bf;color:#7c2c24}
.notice.success{display:block;background:#edf8f3;border:1px solid #bfdfce;color:#245a42}
.required{color:#9c3131}
.form-help{font-size:12px;color:#6f7e82;margin-top:5px}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(184,155,82,.45);outline-offset:2px}
.badge-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #d8e4e3;border-radius:999px;background:#fff;font-size:12px;font-weight:700;color:#486067}
.trust-line{margin-top:20px;font-size:13px;color:#66777c}

@media(max-width:900px){
  .nav{display:none;position:absolute;left:0;right:0;top:80px;background:var(--teal-deep);padding:22px;box-shadow:0 18px 30px rgba(0,0,0,.18);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .mobile-toggle{display:block}
  .hero-grid,.split,.feature-row,.feature-row:nth-child(even),.form-wrap{grid-template-columns:1fr}
  .feature-row:nth-child(even) .copy{order:0}
  .grid-3{grid-template-columns:1fr 1fr}
  .stat-grid{grid-template-columns:1fr 1fr}
  .stat{border-bottom:1px solid rgba(255,255,255,.18)}
  .fl-flow{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 26px,1180px)}
  .hero{padding:58px 0}
  .section{padding:64px 0}
  .grid-3,.audience-grid,.stat-grid,.fl-flow,.footer-grid,.field-row{grid-template-columns:1fr}
  .stat{border-right:0}
  .cta{padding:32px;display:block}
  .cta .actions{margin-top:22px}
  h1{font-size:42px}
  .brand img{width:158px}
}


/* v3.1 refinements */
.hero-grid{align-items:center}
.hero .eyebrow{margin-bottom:10px}
.hero p{margin-top:18px}

/* Keep callout text readable inside dark sections */
.section.teal-band .callout{
  background:#fbf4df;
  color:var(--ink);
}
.section.teal-band .callout strong,
.section.teal-band .callout p{
  color:var(--ink);
}

/* Demo form polish */
select{
  appearance:auto;
}
.phone-wrap{position:relative}
.phone-prefix{
  position:absolute;left:13px;top:50%;transform:translateY(-50%);
  color:#6b7b80;pointer-events:none;font-size:14px
}
.phone-wrap input{padding-left:14px}






/* v3.3 hero composition */
.hero{
  padding:40px 0 46px;
}
.hero-grid{
  grid-template-columns:.95fr 1.05fr;
  gap:42px;
  align-items:center;
}
.hero h1{
  font-size:clamp(42px,4.6vw,66px);
}
.hero-visual{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:42px 0;
}

/* Main screenshot now sits upper-left within the visual area */
.hero-visual .primary-shot{
  width:78%;
  position:absolute;
  left:0;
  top:42px;
  z-index:3;
  transform:none;
}

/* Secondary screenshot is offset to the right/below */
.hero-visual .secondary-shot{
  width:70%;
  position:absolute;
  right:0;
  bottom:42px;
  left:auto;
  z-index:2;
  transform:rotate(1.5deg);
  box-shadow:0 26px 70px rgba(0,0,0,.24);
}

.hero-visual .browser{
  background:#fff;
}

/* Match footer logo treatment to header */
.footer img{
  width:176px;
  max-height:none;
  object-fit:contain;
  object-position:left center;
}

/* Tablet */
@media(max-width:900px){
  .hero{
    padding:34px 0 42px;
  }
  .hero-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .hero-visual{
    min-height:500px;
    padding:28px 0;
    width:100%;
  }
  .hero-visual .primary-shot{
    width:80%;
    left:4%;
    top:24px;
  }
  .hero-visual .secondary-shot{
    width:68%;
    right:4%;
    bottom:24px;
  }
}

/* Mobile — intentionally different composition */
@media(max-width:620px){
  .hero{
    padding:28px 0 36px;
  }
  .hero h1{
    font-size:40px;
  }
  .hero p{
    font-size:18px;
  }
  .hero-visual{
    min-height:0;
    padding:18px 0 0;
    display:block;
  }
  .hero-visual .primary-shot,
  .hero-visual .secondary-shot{
    position:relative;
    width:100%;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    transform:none;
  }
  .hero-visual .primary-shot{
    z-index:2;
    margin:0 auto;
  }
  .hero-visual .secondary-shot{
    z-index:1;
    width:92%;
    margin:-18px auto 0;
  }
  .hero-visual .browser{
    border-radius:12px;
  }
  .footer img{
    width:158px;
  }
}


/* v3.4 typography and micro-component polish */
.btn{
  font-family:inherit;
  font-weight:600;
  letter-spacing:.005em;
  font-size:15px;
  border-radius:8px;
  padding:12px 18px;
}
.nav .login{
  font-weight:600;
  letter-spacing:.005em;
}

.kicker{
  border-radius:6px;
  padding:5px 9px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.07em;
  text-transform:uppercase;
  background:rgba(184,155,82,.14);
  color:var(--gold-deep);
  border:1px solid rgba(184,155,82,.22);
}
.section.teal-band .kicker{
  background:rgba(255,255,255,.06);
  color:var(--gold-soft);
  border-color:rgba(255,255,255,.12);
}

/* Replace chunky numbered bubbles with simple editorial numerals */
.card .icon{
  width:auto;
  height:auto;
  border-radius:0;
  background:transparent;
  display:block;
  margin:0 0 12px;
  color:var(--gold);
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:.12em;
}
.card.accent{
  border-top:3px solid var(--gold);
}

/* Make other pill-like labels feel more refined */
.pill{
  border-radius:6px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.01em;
  padding:6px 9px;
  background:#f3f7f6;
  color:#486067;
  border:1px solid #dce7e5;
}

.badge{
  border-radius:6px;
  font-size:12px;
  font-weight:500;
  letter-spacing:.01em;
  padding:6px 9px;
}

/* Reduce visual weight on CTA copy and form buttons */
.cta .btn,
form .btn{
  font-weight:600;
}

/* Slightly more refined audience cards */
.audience .kicker{
  margin-bottom:12px;
}
