:root {
  --ink: #0d2920;
  --ink-2: #26443a;
  --green: #16805b;
  --green-dark: #0d5b42;
  --lime: #d8f15c;
  --lime-soft: #f5fad7;
  --mint: #dff5ec;
  --sky: #dff3ff;
  --orange: #ffb64d;
  --orange-soft: #fff0d8;
  --paper: #ffffff;
  --wash: #f6f9f7;
  --line: #dce7e1;
  --muted: #60736a;
  --shadow: 0 24px 70px rgba(13, 41, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 17px; -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { display: block; width: 240px; height: auto; }
nav { display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 700; }
nav a { color: #42574e; }
nav a:hover { color: var(--green); }
.faq-nav { min-width: 44px; min-height: 44px; padding: 8px 3px; border: 0; background: none; color: #42574e; cursor: pointer; font-weight: 800; }
.faq-nav:hover { color: var(--green); }
.nav-cta-mobile { display: none; }

.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 12px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { min-height: 46px; color: white; background: var(--ink); }
.button-dark:hover { background: #173c30; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 0 13px 26px rgba(119, 145, 31, .2); }
.button-primary:hover { background: #e4f881; box-shadow: 0 16px 30px rgba(119, 145, 31, .27); }
.button-wide { width: 100%; }
.text-link { color: var(--green-dark); font-weight: 800; border-bottom: 2px solid var(--lime); padding-bottom: 3px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 12px; letter-spacing: .12em; font-weight: 800; text-transform: uppercase; }
.eyebrow > span { width: 27px; height: 3px; border-radius: 2px; background: var(--lime); }

.hero { min-height: 690px; padding-block: 78px 100px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
.hero h1 { margin: 24px 0 25px; font: 800 clamp(58px, 6.5vw, 88px)/.94 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: 21px; line-height: 1.55; }
.hero-delivery { margin-top: 17px; color: var(--green-dark); font-size: 16px; line-height: 1.5; font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 35px; }
.hero-facts { margin-top: 50px; display: flex; align-items: stretch; }
.hero-facts > span { min-width: 145px; display: flex; flex-direction: column; gap: 4px; padding-right: 21px; margin-right: 21px; border-right: 1px solid var(--line); }
.hero-facts > span:last-child { border: 0; margin: 0; padding: 0; }
.hero-facts b { font: 800 15px/1.35 "Manrope", sans-serif; }
.hero-facts small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero-copy > .delivery-note { max-width: 540px; margin-top: 18px; font-size: 14px; line-height: 1.6; }

.hero-demo { position: relative; min-height: 555px; display: grid; place-items: center; }
.sun-shape { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: var(--lime); opacity: .95; }
.sun-shape:before, .sun-shape:after { content: ""; position: absolute; background: var(--lime); border-radius: 20px; }
.sun-shape:before { width: 90px; height: 13px; left: -64px; top: 234px; box-shadow: 550px 0 0 var(--lime); }
.sun-shape:after { width: 13px; height: 90px; left: 239px; top: -64px; box-shadow: 0 550px 0 var(--lime); }
.email-card { position: relative; z-index: 2; width: min(510px, 94%); padding: 25px; border-radius: 20px; background: white; box-shadow: 0 35px 90px rgba(13,41,32,.24); transform: rotate(-1.4deg); }
.email-top, .email-category, .email-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.email-top { padding-bottom: 16px; border-bottom: 2px solid var(--ink); font-size: 12px; }
.email-top > div { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--mint); }
.email-top time { color: var(--green); font-weight: 800; }
.email-category { padding: 16px 3px 12px; }
.email-category span { font-weight: 800; }
.email-category b { padding: 7px 10px; border-radius: 20px; background: var(--lime-soft); color: var(--green-dark); font-size: 11px; }
.lead-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 14px; align-items: center; padding: 15px 11px; border-top: 1px solid var(--line); }
.lead-row.first { margin-top: 3px; border: 0; border-radius: 12px; background: #f8fbe9; }
.lead-row > strong { color: #809087; font: 800 13px "Manrope", sans-serif; }
.lead-row h3 { margin: 3px 0 3px; font: 800 15px/1.25 "Manrope", sans-serif; letter-spacing: -.02em; }
.lead-row p { margin: 0; color: var(--muted); font-size: 11px; }
.lead-row > i { padding: 7px 9px; border-radius: 8px; background: var(--ink); color: white; font-size: 9px; font-weight: 800; font-style: normal; }
.type { display: inline-flex; font-size: 8px; letter-spacing: .08em; font-weight: 800; }
.type.construction { color: var(--green); }
.type.event { color: #a45c00; }
.email-foot { margin-top: 4px; padding: 16px 5px 0; border-top: 2px solid var(--ink); color: var(--muted); font-size: 10px; }
.email-foot span { color: var(--green); font-weight: 700; }
.email-foot b { color: var(--ink); }
.first-call-badge { position: absolute; z-index: 3; right: -8px; top: 58px; width: 98px; height: 98px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--orange); box-shadow: 0 13px 28px rgba(130, 75, 0, .2); transform: rotate(8deg); }
.first-call-badge b, .first-call-badge span { font-size: 9px; letter-spacing: .09em; }
.first-call-badge strong { font: 800 19px/1 "Manrope", sans-serif; }

.promise-strip { background: var(--ink); color: white; }
.promise-strip .shell { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: 28px; font-size: clamp(18px, 2vw, 25px); }
.promise-strip span { color: #b6c9c1; }
.promise-strip b { color: white; }
.promise-strip i { color: var(--lime); font-style: normal; font-weight: 800; }

.sample-section { padding-block: 120px 130px; background: var(--wash); }
.section-heading { max-width: 800px; }
.section-heading h2 { margin: 20px 0 17px; font: 800 clamp(46px, 5.5vw, 70px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-heading > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-heading.centered { max-width: none; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.category-question { margin: 45px 0 22px; display: flex; align-items: center; gap: 18px; font: 800 24px "Manrope", sans-serif; }
.category-question select { width: min(520px, 100%); min-height: 62px; padding: 0 48px 0 19px; border: 2px solid var(--ink); border-radius: 12px; color: var(--ink); background: white; font-size: 17px; line-height: 1.25; font-weight: 700; outline: none; }
.category-question select option { font-size: 16px; font-weight: 500; }
.category-question select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,128,91,.12); }
.sample-board { overflow: hidden; border: 2px solid var(--ink); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.sample-board-head { min-height: 110px; padding: 25px 29px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 2px solid var(--ink); }
.sample-title { display: flex; align-items: center; gap: 17px; }
.sample-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); background: var(--lime); font: 800 24px "Manrope"; }
.sample-title small { color: var(--green); font-size: 10px; letter-spacing: .12em; font-weight: 800; }
.sample-title h3 { margin: 4px 0 0; font: 800 23px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.source-counts { display: flex; gap: 9px; }
.source-counts span { padding: 10px 13px; border-radius: 30px; background: var(--mint); color: var(--green-dark); font-size: 12px; font-weight: 700; }
.source-counts .event-count { color: #9b5900; background: var(--orange-soft); }
.opportunity-list { padding: 9px 29px; }
.opportunity-card { display: grid; grid-template-columns: 48px 120px 1fr 190px; gap: 18px; align-items: center; padding: 22px 2px; border-bottom: 1px solid var(--line); }
.opportunity-card:last-child { border-bottom: 0; }
.opportunity-rank { color: #84948c; font: 800 17px "Manrope", sans-serif; }
.opportunity-type { justify-self: start; padding: 8px 10px; border-radius: 20px; font-size: 10px; letter-spacing: .06em; font-weight: 800; }
.opportunity-type.construction { color: var(--green-dark); background: var(--mint); }
.opportunity-type.event { color: #925300; background: var(--orange-soft); }
.opportunity-main h4 { margin: 0 0 5px; font: 800 17px/1.25 "Manrope", sans-serif; }
.opportunity-main p, .opportunity-contact p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.opportunity-contact { padding-left: 18px; border-left: 1px solid var(--line); }
.opportunity-contact small { display: block; margin-bottom: 3px; color: #809087; font-size: 9px; letter-spacing: .08em; font-weight: 800; }
.opportunity-contact b { font-size: 13px; }
.sample-board-foot { min-height: 88px; padding: 17px 29px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 2px solid var(--ink); background: var(--lime-soft); }
.sample-board-foot p { margin: 0; font-size: 14px; }

.how-section { padding-block: 125px; }
.steps { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 330px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 16px 45px rgba(13,41,32,.06); }
.step-card.featured { background: var(--lime-soft); border-color: #d3e86d; transform: translateY(-12px); }
.step-number { position: absolute; right: 24px; top: 22px; color: #a7b5ae; font: 800 13px "Manrope"; }
.step-icon { width: 82px; height: 82px; margin-bottom: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-dark); font: 800 36px "Manrope"; }
.featured .step-icon { background: var(--lime); color: var(--ink); }
.step-card h3 { margin: 0 0 12px; font: 800 25px/1.15 "Manrope", sans-serif; letter-spacing: -.035em; }
.step-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.email-first-note { margin: 48px auto 0; padding: 27px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); }
.email-first-note h3 { margin: 0 0 12px; font: 800 clamp(22px, 3vw, 28px)/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.email-first-note p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.faq-group + .faq-group { margin-top: 32px; }
.faq-group > h3 { margin: 0; padding: 0 0 12px; color: var(--green-dark); font: 800 16px/1.4 "Manrope", sans-serif; }

.opportunity-section { padding-block: 0 125px; }
.opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.opportunity-kind { min-height: 440px; padding: 44px; border-radius: 24px; }
.construction-kind { background: var(--mint); }
.event-kind { background: var(--orange-soft); }
.kind-top { display: flex; align-items: center; justify-content: space-between; }
.kind-top > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: white; font-size: 25px; }
.kind-top small { font-weight: 800; letter-spacing: .12em; }
.opportunity-kind h2 { max-width: 470px; margin: 50px 0 30px; font: 800 clamp(35px, 4vw, 52px)/1.05 "Manrope", sans-serif; letter-spacing: -.05em; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-cloud span { padding: 9px 13px; border-radius: 22px; background: rgba(255,255,255,.8); font-size: 13px; font-weight: 700; }
.opportunity-kind > p { margin: 25px 0 0; color: #7f5a28; font-size: 13px; }

.exclusive-section { padding-block: 115px; color: white; background: var(--ink); }
.exclusive-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.eyebrow.light { color: #c6d9d1; }
.exclusive-copy h2 { margin: 23px 0; font: 800 clamp(45px, 5vw, 65px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.exclusive-copy h2 em { color: var(--lime); font-style: normal; }
.exclusive-copy p { max-width: 540px; margin: 0; color: #b4c8bf; font-size: 19px; line-height: 1.6; }
.exclusive-formula { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.exclusive-formula > span, .exclusive-formula > strong { min-width: 145px; min-height: 100px; padding: 18px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; }
.exclusive-formula > strong { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.exclusive-formula small { font-size: 9px; letter-spacing: .1em; }
.exclusive-formula b { margin-top: 5px; font: 800 15px "Manrope"; }
.exclusive-formula i { color: var(--lime); font-style: normal; font-size: 20px; font-weight: 800; }

.price-section { padding-block: 120px; background: var(--lime); }
.price-grid { display: grid; grid-template-columns: 1fr 450px; align-items: center; gap: 100px; }
.price-copy .eyebrow > span { background: white; }
.price-copy h2 { margin: 24px 0; font: 800 clamp(50px, 5.5vw, 72px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }
.price-copy h2 em { color: var(--green-dark); font-style: normal; }
.price-copy > p { font-size: 20px; }
.price-card { padding: 38px; border-radius: 22px; background: white; box-shadow: 0 30px 80px rgba(47,65,19,.2); }
.price-label { color: var(--green-dark); font-size: 11px; letter-spacing: .11em; font-weight: 800; }
.price { display: flex; align-items: baseline; margin-top: 13px; }
.price sup { position: relative; top: -.9em; font: 800 24px "Manrope"; }
.price b { font: 800 72px/1 "Manrope"; letter-spacing: -.065em; }
.price span { margin-left: 8px; color: var(--muted); font-size: 15px; }
.price-card > p { margin: 9px 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.price-card ul { margin: 0 0 24px; padding: 0; display: grid; gap: 13px; list-style: none; font-size: 15px; font-weight: 600; }
.per-report-note { margin: -4px 0 18px; color: var(--green-dark); text-align: center; font-size: 14px; font-weight: 700; }
.per-report-note strong { font-weight: 900; }
.comparison-drawer { margin-top: 45px; }
.comparison-panel { padding: 25px 27px 23px; border: 2px solid rgba(13,41,32,.28); border-radius: 16px; background: rgba(255,255,255,.35); }
.comparison-panel > h3 { margin: 0 0 20px; font: 800 17px/1.3 "Manrope", sans-serif; }
.mini-comparison { padding: 0 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-comparison article { padding: 20px; border-radius: 12px; background: rgba(255,255,255,.65); }
.mini-comparison article.ours { background: white; box-shadow: 0 10px 25px rgba(47,65,19,.1); }
.mini-comparison b, .mini-comparison strong { display: block; }
.mini-comparison b { color: var(--green-dark); font-size: 12px; }
.mini-comparison strong { margin: 5px 0; font: 800 19px "Manrope"; }
.mini-comparison p { margin: 0; font-size: 12px; }
.comparison-panel > small { display: block; font-size: 10px; line-height: 1.6; }
.comparison-drawer a { text-decoration: underline; }

.final-cta { padding-block: 115px; text-align: center; }
.final-icon { display: block; color: var(--orange); font-size: 46px; }
.final-cta h2 { margin: 16px 0 17px; font: 800 clamp(52px, 6vw, 76px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; }
.final-cta p { max-width: 680px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.contact-details { min-width: 0; margin-top: 24px; }
.final-cta .contact-details { max-width: 680px; margin-inline: auto; text-align: center; }
.contact-details > p { margin: 0 0 6px; font-size: 16px; line-height: 1.5; }
.contact-address { display: block; font-size: 16px; line-height: 1.5; font-weight: 700; overflow-wrap: anywhere; }
.contact-address:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-details > small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.faq-footer .contact-details { margin-top: 14px; }
.faq-footer .contact-details > small { color: #b3c9bf; }
.site-footer { padding-block: 34px; color: #9fb5ab; background: var(--ink); }
.site-footer .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; }
.site-footer .brand { color: white; }
.site-footer .contact-details { margin-top: 0; }
.site-footer .contact-details > p { font-size: 14px; }
.site-footer .contact-address { color: white; }
.site-footer .contact-details > small { color: #9fb5ab; }

.faq-modal { width: min(960px, calc(100% - 30px)); max-height: 88vh; padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 45px 110px rgba(4,22,16,.45); overflow: hidden; }
.faq-modal::backdrop { background: rgba(6,31,23,.8); backdrop-filter: blur(5px); }
.faq-scroll { max-height: 88vh; padding: 54px 58px 46px; overflow-y: auto; }
.faq-heading { margin: 21px 0 36px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.faq-heading h2 { margin: 0; font: 800 clamp(42px, 5vw, 62px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.faq-heading > p { max-width: 320px; margin: 0 45px 5px 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.faq-list { padding-top: 24px; border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 22px 54px 22px 2px; cursor: pointer; list-style: none; font: 800 17px/1.4 "Manrope", sans-serif; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: "+"; position: absolute; right: 4px; top: 17px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--wash); color: var(--green-dark); font-size: 21px; }
.faq-item[open] summary:after { content: "−"; background: var(--lime); color: var(--ink); }
.faq-item > p { max-width: 780px; margin: -4px 50px 23px 2px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.faq-footer { margin-top: 38px; padding: 25px; display: flex; flex-direction: column; align-items: center; gap: 24px; border-radius: 16px; background: var(--ink); color: white; text-align: center; }
.faq-footer b { font: 800 17px "Manrope", sans-serif; }
.faq-footer p { margin: 4px 0 0; color: #b3c9bf; font-size: 13px; }
.claim-modal { width: min(650px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 20px; color: var(--ink); box-shadow: 0 45px 110px rgba(4,22,16,.45); }
.claim-modal::backdrop { background: rgba(6,31,23,.78); backdrop-filter: blur(5px); }
.modal-close { position: absolute; right: 18px; top: 17px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--wash); cursor: pointer; color: var(--ink); font-size: 25px; }
.modal-step { display: none; padding: 48px; }
.modal-step.active { display: block; }
.modal-step h2 { margin: 19px 0 11px; font: 800 44px/1.03 "Manrope", sans-serif; letter-spacing: -.05em; }
.modal-step > p { margin: 0; color: var(--muted); line-height: 1.6; }
form { margin-top: 29px; display: grid; gap: 16px; }
form[hidden] { display: none; }
label { display: grid; gap: 8px; color: #41584e; font-size: 13px; font-weight: 800; }
#otherCategoryWrap[hidden] { display: none !important; }
input, select { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid #c7d7cf; border-radius: 9px; color: var(--ink); background: white; outline: none; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,128,91,.11); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
form small { color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-error { padding: 14px; border: 1px solid #d3a48f; border-radius: 9px; background: #fff5ef; color: #763b23; font-size: 14px; line-height: 1.5; }
.form-error[hidden] { display: none; }
.form-error p { margin: 0 0 6px; }
.form-error a { font-weight: 700; text-decoration: underline; overflow-wrap: anywhere; }
#submitClaim:disabled { opacity: .65; cursor: wait; }
#successStep { padding-block: 70px; text-align: center; }
.success-mark { width: 72px; height: 72px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 31px; font-weight: 800; }
#successStep .button { margin-top: 23px; }
.thank-you { max-width: 760px; margin: 12vh auto; padding: 32px 24px; text-align: center; }
.thank-you .brand { justify-content: center; }
.thank-you h1 { margin: 44px 0 20px; font: 800 clamp(36px, 6vw, 58px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.thank-you p { margin: 16px auto; max-width: 530px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.thank-you .button { margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  nav a { display: none; }
  nav { gap: 14px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero-demo { width: min(650px, 100%); margin-inline: auto; }
  .opportunity-card { grid-template-columns: 42px 110px 1fr; }
  .opportunity-contact { grid-column: 3; padding-left: 0; border: 0; }
  .exclusive-grid, .price-grid { grid-template-columns: 1fr; gap: 60px; }
  .price-card { max-width: 540px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 72px; gap: 8px; }
  .site-header nav { flex-shrink: 0; gap: 6px; }
  .site-header .brand { min-width: 0; flex: 1 1 auto; }
  .site-header .brand-logo { width: min(190px, 100%); }
  .site-header .button { min-height: 44px; padding-inline: 10px; font-size: 12px; }
  .nav-cta-desktop { display: none; }
  .nav-cta-mobile { display: inline; }

  .hero { padding-block: 55px 75px; gap: 40px; }
  .hero h1 { font-size: 56px; }
  .hero-copy > p { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-facts > span { min-width: 0; padding: 0; margin: 0; border: 0; }
  .hero-demo { min-height: 435px; }
  .sun-shape { width: 355px; height: 355px; }
  .sun-shape:before, .sun-shape:after { display: none; }
  .email-card { padding: 17px; }
  .email-category { align-items: flex-start; flex-direction: column; gap: 7px; }
  .lead-row { grid-template-columns: 27px 1fr; padding-inline: 5px; }
  .lead-row > i { display: none; }
  .lead-row h3 { font-size: 13px; }
  .first-call-badge { right: -3px; top: 18px; width: 78px; height: 78px; }
  .promise-strip .shell { min-height: 118px; flex-wrap: wrap; gap: 12px 18px; padding-block: 22px; }
  .sample-section, .how-section { padding-block: 88px; }
  .section-heading h2 { font-size: 48px; }
  .category-question { align-items: stretch; flex-direction: column; font-size: 20px; }
  .category-question select { width: 100%; }
  .sample-board-head { align-items: flex-start; flex-direction: column; }
  .source-counts { flex-wrap: wrap; }
  .opportunity-list { padding-inline: 18px; }
  .opportunity-card { grid-template-columns: 35px 1fr; gap: 10px 13px; }
  .opportunity-type { grid-column: 2; grid-row: 1; }
  .opportunity-main { grid-column: 2; }
  .opportunity-contact { grid-column: 2; }
  .sample-board-foot { align-items: stretch; flex-direction: column; padding: 22px; }
  .steps, .opportunity-grid, .mini-comparison, .email-first-note { grid-template-columns: 1fr; }
  .step-card.featured { transform: none; }
  .opportunity-kind { min-height: 390px; padding: 31px; }
  .exclusive-section, .price-section, .final-cta { padding-block: 88px; }
  .exclusive-copy h2, .price-copy h2, .final-cta h2 { font-size: 49px; }
  .exclusive-formula { justify-content: flex-start; }
  .price-card { padding: 29px 23px; }
  .site-footer .shell { align-items: flex-start; flex-direction: column; }
  .faq-scroll { padding: 46px 22px 32px; }
  .faq-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .faq-heading h2 { font-size: 43px; }
  .faq-heading > p { margin: 0; }
  .faq-item summary { padding-block: 19px; font-size: 15px; }
  .faq-item > p { margin-right: 35px; font-size: 15px; }
  .faq-footer { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .modal-step { padding: 43px 24px; }
  .modal-step h2 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
