:root {
  --navy: #1e3a67;
  --navy-deep: #142b4c;
  --blue: #3082c3;
  --yellow: #f6c833;
  --red: #e44b3e;
  --green: #2daa75;
  --ink: #1c2d45;
  --muted: #5e6b7b;
  --mist: #f3f6f9;
  --line: #dce3ea;
  --white: #fff;
  --shell: min(1160px, calc(100% - 48px));
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: clip;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: 100%; max-width: 1208px; margin-inline: auto; padding-inline: 24px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--navy); background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; color: var(--navy); background: white; border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 210px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: #465a72; }
.main-nav a { transition: color .2s ease, background .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); }
.main-nav .nav-cta { padding: 10px 17px; color: white; background: var(--navy); border-radius: 3px; }
.main-nav .nav-cta:hover { color: white; background: var(--navy-deep); }
.menu-toggle { display: none; color: var(--navy); background: transparent; border: 0; font: inherit; font-weight: 650; }

.hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #f7f9fc 0%, #eef3f8 100%); border-bottom: 1px solid var(--line); }
.hero:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--yellow) 0 25%, var(--red) 25% 50%, var(--green) 50% 75%, var(--blue) 75%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; min-height: 650px; padding-block: 68px; }
.hero-grid > *, .audience-grid > *, .services-layout > *, .process-grid > *, .about-grid > *, .contact-panel > *, .footer-grid > * { min-width: 0; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: .75rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { margin-top: 0; font-weight: 650; line-height: 1.17; letter-spacing: -.025em; }
h1, h2, h3 { hyphens: none; overflow-wrap: normal; word-break: normal; }
h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(2.75rem, 4.2vw, 3.65rem); }
h1 em { color: var(--blue); font: inherit; }
h2 { margin-bottom: 20px; font-size: clamp(1.9rem, 2.8vw, 2.65rem); }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.6rem); }
.hero-intro { max-width: 640px; margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 23px; min-height: 54px; padding: 12px 18px; border-radius: 3px; font-weight: 720; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); }
.button-primary:hover { background: var(--navy-deep); }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding-block: 7px; color: var(--navy); font-weight: 680; border-bottom: 1px solid #b5c1cd; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 23px; padding: 24px 0 0; margin: 36px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .89rem; }
.hero-proof li:before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--green); }
.hero-image { position: relative; margin: 0; }
.hero-image:before { content: ""; position: absolute; z-index: -1; inset: -18px 18px 18px -18px; border: 1px solid #cbd5df; }
.hero-image img { width: 100%; height: auto; object-fit: contain; background: #e9edf1; }
.hero-image figcaption { padding: 13px 2px 0; color: var(--muted); font-size: .82rem; }

.trustbar { color: white; background: var(--navy); }
.trustbar-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 27px; }
.trustbar p { margin: 0; padding: 3px 28px; border-left: 1px solid rgba(255,255,255,.16); }
.trustbar p:first-child { padding-left: 0; border-left: 0; }
.trustbar strong, .trustbar span { display: block; }
.trustbar strong { margin-bottom: 3px; font-size: .88rem; letter-spacing: .02em; }
.trustbar span { color: rgba(255,255,255,.68); font-size: .82rem; line-height: 1.5; }

.section { padding: 96px 0; }
.section-head { max-width: 740px; margin-bottom: 48px; }
.section-head.compact { max-width: 700px; }
.audiences { background: white; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { position: relative; min-height: 510px; padding: 40px; border-radius: var(--radius); overflow: hidden; }
.audience-dark { color: white; background: var(--navy); }
.audience-light { color: var(--ink); background: var(--mist); border: 1px solid var(--line); }
.audience-card:after { content: ""; position: absolute; inset: auto -80px -130px auto; width: 220px; height: 220px; border: 1px solid currentColor; opacity: .08; transform: rotate(45deg); }
.card-index { position: absolute; top: 37px; right: 38px; opacity: .25; font-size: .78rem; font-weight: 700; }
.card-label { max-width: 340px; margin: 0 0 24px; color: var(--blue); font-size: .76rem; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.audience-dark .card-label { color: #a7d4f4; }
.audience-card h3 { max-width: 490px; margin-bottom: 18px; font-size: clamp(1.6rem, 2.2vw, 1.95rem); }
.audience-card > p:not(.card-label) { max-width: 510px; opacity: .78; }
.audience-card ul { margin: 25px 0 32px; padding: 0; list-style: none; }
.audience-card li { margin-block: 7px; }
.audience-card li:before { content: "—"; margin-right: 10px; color: var(--green); }
.audience-card > a { position: relative; z-index: 2; display: inline-flex; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 680; }

.benefits { color: white; background: var(--navy-deep); }
.benefits .eyebrow { color: #9bcbed; }
.benefits-head > p:last-child { max-width: 660px; color: rgba(255,255,255,.7); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); }
.benefit-grid article { min-width: 0; min-height: 270px; padding: 30px 26px; border-left: 1px solid rgba(255,255,255,.16); }
.benefit-grid article:first-child { border-left: 0; }
.benefit-grid span { display: block; margin-bottom: 50px; color: #87bee7; font-size: .75rem; font-weight: 760; letter-spacing: .1em; }
.benefit-grid h3 { margin-bottom: 10px; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .93rem; }

.services { background: #f7f9fb; border-block: 1px solid #e7ecf1; }
.services-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.services-intro { position: sticky; top: 32px; align-self: start; }
.services-intro p:last-child { max-width: 480px; color: var(--muted); }
.service-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.service-list article:last-child { border-bottom: 1px solid var(--line); }
.service-list span { padding-top: 4px; color: var(--blue); font-size: .75rem; font-weight: 760; letter-spacing: .1em; }
.service-list h3 { margin-bottom: 8px; }
.service-list p { max-width: 590px; margin: 0; color: var(--muted); }

.pricing { background: white; }
.pricing-head { max-width: 790px; }
.pricing-head > p:last-child { max-width: 730px; color: var(--muted); }
.pricing-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; align-items: stretch; }
.price-card { min-width: 0; padding: 38px; border-radius: var(--radius); }
.price-card-primary { background: var(--mist); border: 1px solid var(--line); }
.price-card-partner { display: flex; flex-direction: column; color: white; background: var(--navy-deep); }
.price-card .card-label { margin-bottom: 17px; }
.price-card-partner .card-label { color: #9bcbed; }
.price-card h3 { max-width: 560px; margin-bottom: 12px; font-size: clamp(1.55rem, 2.2vw, 2rem); }
.price-card-heading > p:last-child, .price-card-partner > p:not(.card-label), .price-note { color: var(--muted); }
.price-card-partner > p:not(.card-label) { color: rgba(255,255,255,.72); }
.price-table-wrap { margin: 28px 0 20px; overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.price-table th, .price-table td { padding: 13px 14px; text-align: left; border-bottom: 1px solid #d6dee7; }
.price-table th { color: #526276; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.price-table th:last-child, .price-table td:last-child { text-align: right; white-space: nowrap; }
.price-table td:last-child { color: var(--navy); font-weight: 760; }
.price-note { margin: 0 0 25px; font-size: .82rem; line-height: 1.55; }
.check-list { margin: 27px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 25px; color: rgba(255,255,255,.82); }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: #80d3ac; font-weight: 760; }
.price-card .button { margin-top: auto; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.45); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.included-strip { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr); gap: 0; margin-top: 24px; border: 1px solid var(--line); }
.included-strip > * { padding: 18px; border-left: 1px solid var(--line); font-size: .82rem; line-height: 1.45; }
.included-strip > :first-child { color: var(--navy); border-left: 0; }
.included-strip span { color: var(--muted); }

.pricing-detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); gap: 56px; align-items: start; }
.pricing-detail-main > h2, .pricing-aside > h2 { margin-bottom: 14px; }
.pricing-detail-main > p, .pricing-aside > p { color: var(--muted); }
.pricing-detail-table { margin: 30px 0; border-top: 4px solid var(--navy); }
.pricing-detail-table .price-table th, .pricing-detail-table .price-table td { padding: 16px 18px; border: 1px solid var(--line); }
.pricing-detail-table .price-table th { color: white; background: var(--navy); border-color: rgba(255,255,255,.16); }
.pricing-detail-table .price-table td { background: white; }
.pricing-aside { padding: 30px; background: var(--mist); border: 1px solid var(--line); }
.pricing-aside h2 { font-size: 1.35rem; }
.plain-list { margin: 21px 0 0; padding: 0; list-style: none; }
.plain-list li { position: relative; margin: 10px 0; padding-left: 23px; color: var(--muted); }
.plain-list li:before { content: "—"; position: absolute; left: 0; color: var(--green); }
.terms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 54px; }
.terms-card { padding: 30px; border: 1px solid var(--line); }
.terms-card h2 { font-size: 1.4rem; }
.terms-card p, .terms-card li { color: var(--muted); }
.terms-card ul { padding-left: 21px; }
.price-example { margin-top: 25px; padding-top: 23px; border-top: 1px solid var(--line); }
.price-example strong, .price-example span { display: block; }
.price-example strong { color: var(--navy); font-size: 1.2rem; }
.price-example span { margin-top: 5px; color: var(--muted); font-size: .86rem; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 55px 0 0; padding: 0; list-style: none; }
.process-grid li { min-height: 245px; padding: 26px; border: 1px solid var(--line); border-left: 0; }
.process-grid li:first-child { border-left: 1px solid var(--line); }
.process-grid span { display: grid; width: 35px; height: 35px; margin-bottom: 44px; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-size: .76rem; font-weight: 750; }
.process-grid h3 { margin-bottom: 10px; font-size: 1.35rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.about { background: var(--mist); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 82px; align-items: center; }
.about-visual { margin: 0; }
.about-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.about-copy .lead { color: var(--ink); font-size: 1.15rem; font-weight: 620; }
.about-copy > p:not(.eyebrow):not(.lead) { max-width: 650px; color: var(--muted); }
.dark-link { margin-top: 15px; }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 30px; }
.faq-intro > p:last-child { max-width: 410px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 44px 24px 0; color: var(--ink); font-weight: 680; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; top: 19px; right: 4px; color: var(--blue); font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -5px 45px 24px 0; color: var(--muted); }

.contact { padding-top: 0; background: var(--mist); }
.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: center; padding: 64px; color: white; background: var(--navy-deep); border-radius: var(--radius); }
.contact-panel .eyebrow { color: #9bcbed; }
.contact-panel h2 { max-width: 700px; margin-bottom: 16px; font-size: clamp(1.9rem, 2.8vw, 2.5rem); }
.contact-panel p:last-child { max-width: 660px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 19px; }
.button-light { color: var(--navy-deep); background: white; }
.contact-phone { align-self: flex-start; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(255,255,255,.3); font-size: 1.15rem; font-weight: 680; }

.site-footer { padding: 66px 0 28px; color: var(--ink); background: white; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .85fr; gap: 65px; }
.footer-brand img { width: 210px; }
.footer-brand p { max-width: 340px; margin: 24px 0 0; color: var(--muted); font-size: .93rem; }
.footer-nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav h2, .footer-contact h2 { margin: 0 0 12px; color: var(--navy); font-size: .78rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a, .footer-contact a { color: var(--muted); font-size: .92rem; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--blue); }
.footer-contact .portal-link { margin-top: 13px; padding-bottom: 2px; color: var(--navy); border-bottom: 1px solid var(--line); font-weight: 680; }
.footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding-top: 24px; color: #788596; border-top: 1px solid var(--line); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: underline; text-decoration-color: #bec7d0; text-underline-offset: 3px; }
.mobile-contact { display: none; }

.subpage-main { min-height: 65vh; background: linear-gradient(180deg, #f7f9fc 0, #fff 420px); }
.subpage-hero { padding: 78px 0 50px; border-bottom: 1px solid var(--line); }
.subpage-hero h1 { max-width: 820px; }
.subpage-hero .hero-intro { max-width: 760px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin: 0 0 25px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { color: var(--blue); }
.content-section { padding: 68px 0 96px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 80px; align-items: start; }
.legal-aside { position: sticky; top: 28px; padding: 26px; background: var(--mist); border: 1px solid var(--line); }
.legal-aside h2 { margin-bottom: 10px; font-size: 1.2rem; }
.legal-aside p, .legal-aside li { color: var(--muted); font-size: .9rem; }
.legal-aside ul { padding-left: 18px; }
.legal-note { margin-bottom: 34px; padding: 17px 20px; color: #465a72; background: #eef5fb; border-left: 4px solid var(--blue); font-size: .9rem; }
.legal-copy { max-width: 780px; }
.legal-copy section { padding-bottom: 27px; margin-bottom: 29px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin-bottom: 12px; font-size: 1.45rem; }
.legal-copy h3 { margin: 20px 0 7px; font-size: 1.05rem; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy ul { padding-left: 21px; }
.legal-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.downloads-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.download-card { display: flex; min-height: 340px; flex-direction: column; padding: 35px; background: white; border: 1px solid var(--line); border-top: 5px solid var(--navy); }
.download-card:nth-child(2) { border-top-color: var(--blue); }
.download-type { margin: 0 0 38px; color: var(--blue); font-size: .75rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.download-card h2 { margin-bottom: 13px; font-size: 1.55rem; }
.download-card > p:not(.download-type) { margin: 0 0 25px; color: var(--muted); }
.download-meta { display: flex; gap: 14px; margin-top: auto; margin-bottom: 18px; color: #7a8796; font-size: .78rem; }
.download-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 50px; padding: 11px 15px; color: white; background: var(--navy); border-radius: 3px; font-weight: 720; }
.download-link:hover, .download-link:focus-visible { background: var(--navy-deep); }
.download-info { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; margin-top: 70px; padding: 40px; background: var(--mist); border: 1px solid var(--line); }
.download-info h2 { margin: 0; font-size: 1.7rem; }
.download-info p { margin: 0; color: var(--muted); }

@media (max-width: 930px) {
  .shell { max-width: 796px; padding-inline: 18px; }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 180px; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; }
  .menu-toggle i, .menu-toggle i:after { display: block; width: 20px; height: 1px; background: var(--navy); content: ""; transition: transform .2s ease; }
  .menu-toggle i:after { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:after { transform: rotate(90deg); }
  .main-nav { position: absolute; inset: 76px 0 auto; display: none; max-width: 100vw; flex-direction: column; align-items: flex-start; gap: 0; padding: 14px 18px 24px; background: white; border-block: 1px solid var(--line); box-shadow: 0 18px 30px rgba(20,43,76,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; padding: 12px 0; }
  .main-nav .nav-cta { width: auto; margin-top: 8px; padding: 9px 14px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-block: 70px; }
  .hero-image { max-width: 680px; }
  .section { padding: 78px 0; }
  .audience-grid, .services-layout, .about-grid, .contact-panel, .pricing-layout, .pricing-detail-grid { grid-template-columns: 1fr; }
  .services-layout, .about-grid { gap: 54px; }
  .trustbar-grid { grid-template-columns: 1fr; padding-block: 16px; }
  .trustbar p, .trustbar p:first-child { padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .trustbar p:first-child { border-top: 0; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(3) { border-left: 0; }
  .benefit-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .services-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 1px solid var(--line); }
  .contact-panel { gap: 38px; padding: 48px; }
  .footer-grid { grid-template-columns: 1.25fr .75fr; }
  .footer-contact { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-aside { position: static; }
  .download-info { grid-template-columns: 1fr; gap: 18px; }
  .included-strip { grid-template-columns: 1fr 1fr; }
  .included-strip > * { border-top: 1px solid var(--line); }
  .included-strip > :first-child { grid-column: 1 / -1; border-top: 0; }
  .included-strip > :nth-child(even) { border-left: 0; }
}

@media (max-width: 620px) {
  .shell { max-width: none; padding-inline: 14px; }
  body { font-size: 16px; }
  h1 { font-size: clamp(1.75rem, 8vw, 2.75rem); line-height: 1.12; }
  h2 { font-size: 1.9rem; }
  .hero-grid { gap: 42px; padding-block: 58px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { width: 100%; min-width: 0; gap: 14px; }
  .hero-proof { gap: 8px; }
  .hero-proof li { width: 100%; }
  .hero-image:before { inset: -10px 10px 10px -10px; }
  .section { padding: 66px 0; }
  .section-head { margin-bottom: 38px; }
  .audience-card { min-height: auto; padding: 30px 22px 34px; }
  .audience-card h3 { font-size: 1.6rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(3) { min-height: 0; border: 1px solid var(--line); border-bottom: 0; }
  .process-grid li:last-child { border-bottom: 1px solid var(--line); }
  .process-grid span { margin-bottom: 28px; }
  .contact-panel { width: 100%; gap: 30px; padding: 40px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .subpage-hero { padding: 55px 0 38px; }
  .content-section { padding: 50px 0 70px; }
  .downloads-grid { grid-template-columns: 1fr; }
  .download-card { min-height: 0; padding: 28px 22px; }
  .download-type { margin-bottom: 28px; }
  .download-info { margin-top: 45px; padding: 28px 22px; }
  .price-card { padding: 30px 22px; }
  .included-strip, .terms-grid { grid-template-columns: 1fr; }
  .included-strip > *, .included-strip > :nth-child(even) { border-left: 0; }
  .pricing-aside, .terms-card { padding: 26px 22px; }
  .mobile-contact { position: fixed; z-index: 50; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 12px 16px; color: white; background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; box-shadow: 0 10px 28px rgba(20,43,76,.28); font-size: .94rem; font-weight: 720; transition: opacity .2s ease, transform .2s ease; }
  .mobile-contact.is-hidden { opacity: 0; pointer-events: none; transform: translateY(12px); }
  .site-footer { padding-bottom: 94px; }
}

@media (max-width: 420px) {
  .nav-wrap { min-height: 68px; gap: 16px; }
  .brand img { width: 154px; }
  .main-nav { inset-block-start: 68px; }
  .menu-toggle { padding: 8px 0; font-size: .92rem; }
  .hero-grid { gap: 34px; padding-block: 46px; }
  h1 { font-size: clamp(1.6rem, 7.8vw, 2.35rem); }
  h2 { font-size: 1.7rem; }
  .eyebrow { font-size: .7rem; letter-spacing: .1em; }
  .hero-intro { font-size: 1rem; }
  .hero-actions { margin-top: 28px; }
  .hero-image figcaption { font-size: .76rem; }
  .section { padding: 56px 0; }
  .audience-card { padding-inline: 20px; }
  .card-index { top: 30px; right: 20px; }
  .card-label { padding-right: 28px; }
  .service-list article { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:nth-child(3) { min-height: 0; padding: 25px 20px; border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .benefit-grid article:first-child { border-top: 0; }
  .benefit-grid span { margin-bottom: 25px; }
  .process-grid li { padding: 22px 20px; }
  .faq-list summary { padding-block: 20px; font-size: .96rem; }
  .faq-list summary:after { top: 15px; }
  .faq-list details p { margin-right: 30px; }
  .contact-panel { margin-inline: 0; padding: 34px 20px; border-radius: 4px; }
  .contact-panel h2 { font-size: 1.7rem; }
  .button { padding-inline: 15px; font-size: .95rem; }
  .footer-brand img { width: 180px; }
  .legal-copy h2 { font-size: 1.3rem; }
}

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