@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap");

:root {
  --navy: #1c2a33;
  --navy-dark: #142028;
  --ink: #203039;
  --blue: #9db8c5;
  --blue-bright: #bad4df;
  --cream: #f4f1e9;
  --white: #fff;
  --muted: #66757c;
  --line: #e1e5e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--navy-dark); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; }

.hero {
  position: relative;
  min-height: 770px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 50%, rgba(157,184,197,.2), transparent 25%),
    radial-gradient(circle at 82% 50%, rgba(255,255,255,.05), transparent 44%),
    linear-gradient(120deg, #17232b 0%, #1d2d36 58%, #263b46 100%);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: -215px;
  width: 65%;
  height: 500px;
  border-radius: 50%;
  background: rgba(244,241,233,.055);
  content: "";
  transform: rotate(-10deg);
}

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1220px, calc(100% - 64px)); height: 92px; margin: auto; }
.brand img, .footer-brand img { display: block; width: 154px; height: auto; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { font-size: 14px; text-decoration: none; }
.nav-cta { justify-self: end; padding: 13px 23px; border-radius: 999px; color: var(--navy); background: var(--white); font-size: 13px; font-weight: 600; text-decoration: none; }

.hero-content { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .72fr); align-items: center; gap: clamp(55px, 7vw, 110px); width: min(1220px, calc(100% - 64px)); margin: 60px auto 76px; }
.pill { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 30px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); font-size: 12px; }
.pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 4px rgba(186,212,223,.12); }
h1 { max-width: 700px; margin: 0; font-size: clamp(55px, 5.7vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .97; }
h1 em { color: var(--blue-bright); font-style: normal; }
.hero-copy { max-width: 620px; margin: 30px 0 31px; color: #c3cdd1; font-size: 18px; line-height: 1.55; }
.primary-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 55px; min-width: 304px; padding: 17px 23px; border-radius: 999px; color: var(--navy); background: var(--white); font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s ease; }
.primary-cta:hover { transform: translateY(-2px); }
.launch-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0 3px; color: #aebdc3; font-size: 12px; }
.launch-note i { width: 7px; height: 7px; border-radius: 50%; background: #a8bd9b; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.text-cta { color: var(--blue-bright); font-size: 14px; font-weight: 600; text-underline-offset: 5px; }

.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(186,212,223,.18); border-radius: 50%; }
.hero-orbit-one { top: 128px; right: -80px; width: 610px; height: 610px; }
.hero-orbit-two { top: 213px; right: 4px; width: 440px; height: 440px; }
.hero-calculator { position: relative; z-index: 4; }
.calculator-kicker { margin: 0 0 12px; color: var(--blue-bright); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-align: center; }
.calculator-footnote { margin: 12px 0 0; color: #91a3ab; font-size: 10px; text-align: center; }

main { overflow: hidden; border-radius: 38px 38px 0 0; background: #fff; }
.features, .final-cta, footer { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.features { padding: 100px 0 120px; }
.section-heading { text-align: center; }
.section-heading p, .final-cta > p { margin: 0 0 13px; color: #7694a2; font-size: 15px; font-weight: 600; }
.section-heading h2, .final-cta h2 { margin: 0; font-size: clamp(43px, 5.2vw, 70px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }

.integration-bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1080px, calc(100% - 64px)); margin: auto; padding: 42px 0; border-bottom: 1px solid var(--line); }
.integration-bar > p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 600; }
.integration-logos { display: flex; align-items: center; gap: 14px; }
.integration-logos span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 600; }
.integration-logos .persuadly-chip { color: #fff; border-color: var(--navy); background: var(--navy); }
.integration-logos b, .integration-logos i { color: #91a0a6; font-size: 12px; font-style: normal; font-weight: 500; }

.founder-story { display: grid; grid-template-columns: .92fr 1.08fr; width: min(1080px, calc(100% - 64px)); margin: 95px auto 25px; overflow: hidden; border-radius: 24px; color: #fff; background: var(--navy); box-shadow: 0 28px 75px rgba(28,42,51,.13); }
.founder-intro { position: relative; min-height: 620px; overflow: hidden; background: #17242c; }
.founder-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.founder-intro::after { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 36%, rgba(20,32,40,.3) 57%, rgba(20,32,40,.97) 100%); content: ""; }
.founder-quote { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 44px 48px; }
.eyebrow { margin: 0 0 18px; color: var(--blue-bright); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.founder-intro blockquote { position: relative; z-index: 1; margin: 0; color: #fff; font-size: clamp(29px, 3.3vw, 44px); font-weight: 500; letter-spacing: -.045em; line-height: 1.12; }
.quote-credit { position: relative; z-index: 1; margin: 24px 0 0; color: #9fb0b7; font-size: 12px; }
.founder-copy { padding: clamp(44px, 6vw, 72px); color: var(--ink); background: var(--cream); }
.founder-copy h2 { margin: 0 0 31px; font-size: clamp(40px, 4.5vw, 59px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.founder-copy > p { margin: 0 0 17px; color: #59696f; font-size: 15px; line-height: 1.72; }
.founder-copy .founder-belief { color: var(--ink); font-weight: 600; }
.founder-signoff { display: grid; grid-template-columns: auto 1fr; align-items: center; margin: 28px 0 8px; padding-top: 24px; border-top: 1px solid #d9d8d1; }
.founder-signoff img { grid-row: 1 / 3; width: 116px; height: auto; margin-right: 20px; }
.founder-signoff strong { font-size: 13px; }
.founder-signoff span { color: #6b7a80; font-size: 10px; line-height: 1.45; }
.founder-link { display: inline-flex; gap: 42px; margin-top: 16px; padding: 14px 19px; border-radius: 999px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 600; text-decoration: none; }
.founder-partner { grid-column: 1 / -1; display: grid; grid-template-columns: auto 170px 1fr; align-items: center; gap: 24px; padding: 28px 42px; border-top: 1px solid rgba(255,255,255,.1); background: #17242c; }
.partner-initials { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(186,212,223,.28); border-radius: 50%; color: var(--blue-bright); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.founder-partner div p { margin: 0 0 3px; color: #82969f; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.founder-partner h3 { margin: 0; color: #fff; font-size: 17px; }
.founder-partner > p { margin: 0; color: #aebcc2; font-size: 12px; line-height: 1.65; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 58px 0 0; counter-reset: step; }
.steps-grid article { padding: 26px 22px; border-top: 1px solid var(--line); }
.steps-grid span, .trust-grid span { color: #88a3ae; font-size: 10px; }
.steps-grid h3 { margin: 25px 0 9px; font-size: 17px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.product-preview { display: grid; grid-template-columns: 220px 1fr; max-width: 970px; min-height: 540px; margin: 68px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 35px 90px rgba(28,42,51,.1); }
.preview-sidebar { padding: 29px 23px; color: #fff; background: var(--navy); }
.preview-sidebar img { width: 125px; margin-bottom: 46px; }
.sidebar-label { display: block; margin-bottom: 14px; color: #71848e; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.side-item { margin: 5px 0; padding: 13px 10px; border-radius: 8px; color: #a7b4ba; font-size: 11px; }
.side-item i { margin-right: 12px; color: #667a84; font-style: normal; font-size: 8px; }
.side-item.active { color: #fff; background: rgba(255,255,255,.08); }
.side-progress { margin-top: 165px; color: #94a4ab; font-size: 9px; }
.side-progress b { float: right; color: #fff; font-size: 9px; }
.side-progress > i { display: block; height: 3px; margin-top: 11px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.1); }
.side-progress em { display: block; width: 66%; height: 100%; background: var(--blue); }
.preview-workspace { padding: 0 36px 35px; background: #fafafa; }
.workspace-top { display: flex; justify-content: space-between; align-items: center; height: 70px; border-bottom: 1px solid var(--line); color: #8a979c; font-size: 10px; }
.workspace-top b { font-weight: 500; }
.workspace-top i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #8fa786; }
.workspace-heading { padding: 40px 0 28px; }
.workspace-heading p { margin: 0 0 9px; color: #7592a0; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.workspace-heading h3 { margin: 0 0 9px; font: 500 37px/1 "DM Sans", sans-serif; letter-spacing: -.04em; }
.workspace-heading span { color: #76858b; font-size: 11px; }
.brief-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.brief-grid > div { padding: 17px; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.brief-grid span { display: block; margin-bottom: 8px; color: #88969c; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.brief-grid strong { font-size: 12px; }
.brief-grid .wide { grid-column: 1 / -1; }
.brief-grid p { display: flex; gap: 8px; margin: 0; }
.brief-grid p b { padding: 7px 9px; border-radius: 999px; color: #52666f; background: #e8eff1; font-size: 8px; font-weight: 500; }
.workspace-action { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; color: #8b979d; font-size: 9px; }
.workspace-action button { padding: 12px 15px; border: 0; border-radius: 6px; color: #fff; background: var(--navy); font: 600 10px "DM Sans", sans-serif; }
.workspace-action button b { margin-left: 16px; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 72px; }
.benefit-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 17px; }
.benefit-grid article > span { color: #88a3ae; font-size: 10px; }
.benefit-grid h3 { margin: 30px 0 10px; font-size: 20px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.pricing-section { padding: 110px max(32px, calc((100% - 1080px) / 2)); color: #fff; background: var(--navy); }
.light-heading p { color: var(--blue-bright); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 900px; margin: 62px auto 0; }
.price-card { position: relative; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.055); }
.price-card.featured { color: var(--ink); border-color: var(--cream); background: var(--cream); }
.popular { position: absolute; top: 18px; right: 20px; margin: 0; padding: 6px 10px; border-radius: 999px; color: #fff; background: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { margin: 0 0 24px; color: var(--blue-bright); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.featured .plan-name { color: #688996; }
.price { display: flex; align-items: flex-end; gap: 12px; }
.price strong { font-size: 58px; font-weight: 500; letter-spacing: -.06em; line-height: .9; }
.price span { padding-bottom: 4px; color: #a9bac1; font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.featured .price span, .featured .plan-summary { color: var(--muted); }
.plan-summary { min-height: 46px; margin: 24px 0; color: #bbc7cc; font-size: 13px; line-height: 1.6; }
.price-card ul { min-height: 198px; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 8px 0 8px 23px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.featured li { border-color: #dddcd5; }
.price-card li::before { position: absolute; left: 0; color: var(--blue-bright); content: "✓"; }
.featured li::before { color: #668793; }
.price-card > a { display: flex; justify-content: space-between; padding: 15px 18px; border-radius: 999px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 600; text-decoration: none; }
.featured > a { color: #fff; background: var(--navy); }
.pricing-note { max-width: 830px; margin: 25px auto 0; color: #95a7ae; font-size: 11px; line-height: 1.6; text-align: center; }
.pricing-note a { color: #d9e5e9; }

.trust-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; width: min(1080px, calc(100% - 64px)); margin: auto; padding: 115px 0; }
.trust-copy > p { margin: 0 0 14px; color: #7694a2; font-size: 14px; font-weight: 600; }
.trust-copy h2 { margin: 0 0 28px; font-size: clamp(38px, 4vw, 57px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.dark-link { color: var(--ink); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trust-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; }
.trust-grid h3 { margin: 22px 0 9px; font-size: 16px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.faq-section { padding: 105px max(32px, calc((100% - 900px) / 2)); background: #f5f5f1; }
.faq-list { margin-top: 50px; border-top: 1px solid #d9deda; }
.faq-list details { border-bottom: 1px solid #d9deda; }
.faq-list summary { position: relative; padding: 23px 45px 23px 0; cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 5px; content: "+"; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -7px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.calculator-card { padding: 31px; border-radius: 22px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.slider-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.slider-heading label { color: #5c6b71; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.slider-heading output { font-size: 43px; font-weight: 500; letter-spacing: -.04em; }
#email-volume { width: 100%; height: 28px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
#email-volume::-webkit-slider-runnable-track { height: 5px; border-radius: 10px; background: linear-gradient(to right, var(--navy) 0 var(--slider-progress, 38.8%), #d3d5d1 var(--slider-progress, 38.8%) 100%); }
#email-volume::-moz-range-track { height: 5px; border-radius: 10px; background: #d3d5d1; }
#email-volume::-moz-range-progress { height: 5px; border-radius: 10px; background: var(--navy); }
#email-volume::-webkit-slider-thumb { width: 25px; height: 25px; margin-top: -10px; appearance: none; border: 6px solid #fff; border-radius: 50%; background: var(--navy); box-shadow: 0 3px 12px rgba(0,0,0,.24); }
#email-volume::-moz-range-thumb { width: 13px; height: 13px; border: 6px solid #fff; border-radius: 50%; background: var(--navy); box-shadow: 0 3px 12px rgba(0,0,0,.24); }
#email-volume:focus-visible { outline: 2px solid #7796a3; outline-offset: 6px; border-radius: 4px; }
.slider-scale { display: flex; justify-content: space-between; margin-top: 5px; color: #899498; font-size: 9px; text-transform: uppercase; }
.slider-help { margin: 11px 0 0; color: #899498; font-size: 10px; }
.saving-result { margin-top: 27px; padding-top: 25px; border-top: 1px solid #d9d9d3; }
.saving-result > p:first-child { margin: 0 0 7px; color: #718087; font-size: 13px; }
.saving-result > div { display: flex; align-items: flex-end; gap: 12px; }
.saving-result strong { font-size: clamp(66px, 6vw, 82px); font-weight: 500; letter-spacing: -.065em; line-height: .9; }
.saving-result div span { padding-bottom: 7px; color: #6f8d99; font-size: 11px; font-weight: 600; line-height: 1.25; text-transform: uppercase; }
.saving-result > p:last-child { margin: 17px 0 0; color: #718087; font-size: 11px; }

.final-cta { padding: 125px 0; text-align: center; }
.final-cta h2 { margin-bottom: 35px; }
.primary-cta.dark { color: #fff; background: var(--navy); }
.final-cta small { display: block; margin-top: 18px; color: var(--muted); font-size: 10px; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 42px 0; color: #82939a; font-size: 11px; background: var(--navy-dark); }
footer::before { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.08); content: ""; transform: translateY(-42px); }
footer p { margin: 0; }
.footer-links { display: flex; justify-self: end; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: inherit; text-decoration: none; }

.nav-cta:focus-visible, .primary-cta:focus-visible, nav a:focus-visible, footer a:focus-visible { outline: 2px solid var(--blue-bright); outline-offset: 5px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; max-width: 700px; margin-top: 65px; }
  .hero-calculator { width: min(100%, 560px); }
  .product-preview { grid-template-columns: 180px 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .trust-section { grid-template-columns: 1fr; gap: 45px; }
  .founder-story { grid-template-columns: 1fr; }
  .founder-intro { min-height: 650px; }
}

@media (max-width: 680px) {
  .hero { min-height: 720px; }
  .site-header, .hero-content, .features, .final-cta, footer, .integration-bar, .trust-section, .founder-story { width: calc(100% - 36px); }
  .site-header { height: 82px; }
  .brand img { width: 137px; }
  .nav-cta { padding: 11px 16px; font-size: 11px; }
  .hero-content { gap: 48px; margin-top: 54px; margin-bottom: 64px; }
  h1 { font-size: 54px; }
  .hero-copy { font-size: 16px; }
  .primary-cta { min-width: min(100%, 304px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-orbit-one { right: -390px; opacity: .7; }
  .hero-orbit-two { right: -260px; opacity: .7; }
  main { border-radius: 24px 24px 0 0; }
  .features { padding: 80px 0; }
  .integration-bar { align-items: flex-start; flex-direction: column; }
  .integration-logos { flex-wrap: wrap; gap: 9px; }
  .founder-story { margin-top: 65px; border-radius: 18px; }
  .founder-intro { min-height: 520px; }
  .founder-quote { padding: 32px 28px; }
  .founder-copy { padding: 42px 28px; }
  .founder-partner { grid-template-columns: auto 1fr; gap: 18px; padding: 28px; }
  .founder-partner > p { grid-column: 1 / -1; }
  .steps-grid, .pricing-grid, .trust-grid { grid-template-columns: 1fr; }
  .steps-grid { margin-top: 40px; }
  .product-preview { grid-template-columns: 1fr; min-height: auto; margin-top: 48px; }
  .preview-sidebar { display: none; }
  .preview-workspace { padding: 0 20px 25px; }
  .workspace-heading { padding-top: 28px; }
  .workspace-heading h3 { font-size: 31px; }
  .brief-grid { grid-template-columns: 1fr; }
  .brief-grid .wide { grid-column: auto; }
  .workspace-action { align-items: flex-start; flex-direction: column; gap: 15px; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .calculator-card { padding: 28px 22px; }
  .slider-heading label { max-width: 160px; line-height: 1.4; }
  .final-cta { padding: 90px 0; }
  .pricing-section, .faq-section { padding: 80px 18px; }
  .price-card { padding: 30px 24px; }
  .price-card ul { min-height: auto; }
  .trust-section { padding: 80px 0; }
  footer { grid-template-columns: 1fr; justify-items: center; gap: 14px; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-links { justify-content: center; justify-self: center; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
