
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #25284C;
  --cream:  #F6F1E7;
  --mint:   #E6FFC9;
  --sky:    #A0E6F3;
  --teal:   #E3F4F8;
  --cyan:   #00D7FF;
  --gray:   #6B7280;
  --grad:   linear-gradient(135deg, #E6FFC9 0%, #A0E6F3 100%);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter Tight', sans-serif;
  color: var(--navy);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }

.sec-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(135deg, #b8f0d8 0%, #c8effa 50%, #a8e4f5 100%);
  position: relative;
  overflow: hidden;
  padding: 34px 24px 150px;
}
.hero-waves {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 44%;
  background: url('../img/s88-header-image.jpg') center bottom / cover no-repeat;
  opacity: 0.85;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 24%, rgba(0,0,0,0.7) 42%, black 56%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.28) 24%, rgba(0,0,0,0.7) 42%, black 56%);
}
.lp-topbar {
  max-width: 1140px;
  margin: 0 auto 54px;
  position: relative;
  z-index: 5;
}
.lp-logo { height: 26px; width: auto; display: block; }
.hero-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 5;
}
.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 7px 16px;
  background: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 100px;
  color: var(--navy);
}
.hero-copy .eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); }
.hero-copy h1 {
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 20px;
  text-wrap: balance;
}
.hero-copy .sub {
  font-size: 17px;
  color: rgba(37,40,76,0.78);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 28px;
}
.hero-points { list-style: none; margin-bottom: 34px; }
.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15.5px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 11px;
  line-height: 1.5;
}
.hero-points .check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.hero-stats {
  max-width: 920px;
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 100px;
  box-shadow: 0 4px 24px rgba(37,40,76,0.08);
  padding: 24px 18px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.hero-stat { flex: 1; padding: 2px 24px; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(37,40,76,0.12); }
.hero-stat .val {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 32px;
  font-weight: 700;
}
.hero-stat .lbl { font-size: 13px; color: rgba(37,40,76,0.68); margin-top: 4px; }

/* Form card */
.form-card {
  background: #fff;
  border: 1px solid rgba(37,40,76,0.08);
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(37,40,76,0.16);
  padding: 36px 34px 30px;
  position: relative;
}
.form-card .guide-tag {
  position: absolute;
  top: -14px; left: 28px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--navy);
  color: #fff;
  padding: 7px 14px;
  border-radius: 100px;
}
.form-card h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}
.form-card .form-sub { font-size: 14.5px; color: var(--gray); line-height: 1.6; margin-bottom: 22px; }

/* HubSpot form styling: applies to the embedded form once pasted */
.hs-form-slot .hs-form-field { margin-bottom: 14px; }
.hs-form-slot label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
  margin-bottom: 7px;
}
.hs-form-slot input.hs-input,
.hs-form-slot input[type="text"],
.hs-form-slot input[type="email"] {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15.5px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(37,40,76,0.15);
  border-radius: 12px;
  padding: 13px 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100% !important;
}
.hs-form-slot input.hs-input:focus,
.hs-form-slot input[type="text"]:focus,
.hs-form-slot input[type="email"]:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0,215,255,0.12);
}
.hs-form-slot input.hs-button,
.hs-form-slot button[type="submit"] {
  display: block;
  width: 100%;
  background: var(--grad);
  color: var(--navy);
  border: 0;
  cursor: pointer;
  padding: 15px 30px;
  border-radius: 10px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  margin-top: 6px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.hs-form-slot input.hs-button:hover,
.hs-form-slot button[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,215,255,0.18);
}
.hs-form-slot .hs-error-msgs, .hs-form-slot .hs-error-msg {
  list-style: none;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: #C0392B;
  margin-top: 4px;
}
.hs-form-slot .submitted-message {
  background: #EDFBF0;
  border: 1px solid #7AD48A;
  border-radius: 12px;
  padding: 18px;
  font-size: 15px;
  color: var(--navy);
  line-height: 1.6;
}
.form-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--gray);
  margin-top: 14px;
  text-align: center;
  line-height: 1.6;
}

/* ===== TRUST BAND ===== */
.trust {
  background: var(--navy);
  padding: 26px 24px;
}
.trust-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: clamp(28px, 6vw, 90px);
  flex-wrap: wrap;
  align-items: center;
}
.trust-item {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13.5px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 10px;
}
.trust-item strong { color: #fff; font-size: 17px; }

/* ===== INSIDE THE GUIDE ===== */
.inside { padding: 88px 24px; max-width: 1140px; margin: 0 auto; }
.inside-top { max-width: 640px; margin-bottom: 48px; }
.inside-top h2 { font-size: clamp(26px, 2.8vw, 38px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin-bottom: 14px; }
.inside-top p { font-size: 16px; color: var(--gray); line-height: 1.7; }
.inside-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.inside-card {
  background: var(--cream);
  border-radius: 18px;
  padding: 30px 28px;
}
.inside-card .num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  margin-bottom: 12px;
}
.inside-card h3 { font-size: 16.5px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 8px; }
.inside-card p { font-size: 14.5px; color: var(--gray); line-height: 1.6; }

/* ===== MID CTA ===== */
.midcta { padding: 0 24px 88px; max-width: 1140px; margin: 0 auto; }
.midcta-box {
  background: var(--grad);
  border-radius: 22px;
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.midcta-box h3 { font-size: clamp(20px, 2.2vw, 27px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; max-width: 560px; }
.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,40,76,0.25); }

/* ===== PROOF: case study + testimonial ===== */
.proof { background: var(--teal); padding: 88px 24px; }
.proof-inner { max-width: 1140px; margin: 0 auto; }
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.cs-card {
  background: var(--navy);
  border-radius: 22px;
  padding: 44px 42px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cs-card::before {
  content: '';
  position: absolute;
  top: -90px; right: -90px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(160,230,243,0.16) 0%, transparent 65%);
  pointer-events: none;
}
.cs-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.cs-logo { height: 46px; width: auto; display: block; }
.cs-card .cs-tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}
.cs-card h3 { font-size: clamp(21px, 2.2vw, 27px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
.cs-card p { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 28px; }
.cs-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.cs-stat .val {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 30px;
  font-weight: 700;
  color: var(--mint);
}
.cs-stat .lbl { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 4px; }
.testi-card {
  background: #fff;
  border-radius: 22px;
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testi-card blockquote {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--navy);
  margin-bottom: 28px;
}
.testi-attr { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.testi-name { font-size: 15px; font-weight: 700; }
.testi-role { font-size: 13.5px; color: var(--gray); }

/* ===== WHAT WE DO ===== */
.offer { padding: 88px 24px; max-width: 1140px; margin: 0 auto; }
.offer-top { max-width: 640px; margin-bottom: 48px; }
.offer-top h2 { font-size: clamp(26px, 2.8vw, 38px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin-bottom: 14px; }
.offer-top p { font-size: 16px; color: var(--gray); line-height: 1.7; }
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(37,40,76,0.08);
  border: 1px solid rgba(37,40,76,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.offer-item { background: #fff; padding: 30px 32px; display: flex; gap: 14px; align-items: flex-start; }
.offer-item .check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--mint);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.offer-item h3 { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 5px; }
.offer-item p { font-size: 14.5px; color: var(--gray); line-height: 1.6; }

/* ===== FAQ ===== */
.faq-sec { padding: 0 24px 88px; max-width: 760px; margin: 0 auto; }
.faq-sec h2 { font-size: clamp(24px, 2.5vw, 32px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 28px; }
.faq-sec details {
  border: 1px solid rgba(37,40,76,0.1);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 12px;
}
.faq-sec summary {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-sec summary::-webkit-details-marker { display: none; }
.faq-sec summary::after {
  content: '+';
  font-family: 'IBM Plex Mono', monospace;
  font-size: 20px;
  color: var(--cyan);
  flex-shrink: 0;
}
.faq-sec details[open] summary::after { content: '\2013'; }
.faq-sec details p { margin-top: 12px; font-size: 15px; color: var(--gray); line-height: 1.7; }

/* ===== FINAL CTA ===== */
.finalcta { padding: 0 24px 96px; max-width: 1140px; margin: 0 auto; }
.final-box {
  background: var(--navy);
  border-radius: 24px;
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-box::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(160,230,243,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.final-box h2 {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
  text-wrap: balance;
}
.final-box p { font-size: 15.5px; color: rgba(255,255,255,0.55); line-height: 1.65; max-width: 520px; margin: 0 auto 30px; }
.btn-grad {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--grad);
  color: var(--navy);
  padding: 16px 34px;
  border-radius: 10px;
  font-size: 15.5px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-grad:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,215,255,0.18); }

/* ===== FOOTER (minimal, compliance only) ===== */
.lp-footer {
  border-top: 1px solid rgba(37,40,76,0.07);
  padding: 26px 24px;
}
.lp-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12.5px;
  color: var(--gray);
}
.lp-footer a { color: var(--gray); }
.lp-footer a:hover { color: var(--navy); }
.lp-legal { display: flex; gap: 20px; }

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(37,40,76,0.1);
  z-index: 50;
}
.sticky-cta a {
  display: block;
  text-align: center;
  background: var(--navy);
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero { padding: 26px 20px 96px; }
  .lp-topbar { margin-bottom: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy h1 { max-width: 100%; }
  .inside-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .midcta-box { padding: 34px 28px; }
  .cs-card, .testi-card { padding: 34px 28px; }
  .final-box { padding: 48px 26px; }
}
@media (max-width: 640px) {
  .hero-copy h1 { font-size: clamp(27px, 7.5vw, 34px); }
  .hero-stats { flex-direction: column; border-radius: 24px; padding: 8px 22px; margin-top: 44px; }
  .hero-stat { padding: 16px 0; }
  .hero-stat + .hero-stat { border-left: none; border-top: 1px solid rgba(37,40,76,0.12); }
  .hero-stat .val { font-size: 26px; }
  .sticky-cta { display: block; }
  body { padding-bottom: 70px; }
  .btn-grad, .btn-navy { width: 100%; justify-content: center; }
}
