/* imbrr public pages, version 3 — shared foundation (tokens, type, header, footer, buttons, previews, forms). */
@font-face{font-family:"Inter";src:url(fonts/InterVariable.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:"Inter";src:url(fonts/InterVariable-Italic.woff2) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}

:root{
  --ink:#0b1220;--text:#334155;--muted:#64748b;--faint:#94a3b8;
  --line:#e6e9ef;--line-2:#d5dae3;--bg:#fff;--bg-soft:#f6f7f9;--bg-tint:#f1f5ff;
  --accent:#1d4ed8;--accent-hover:#1a44be;--accent-soft:#eaf0ff;--accent-chart:#2563eb;
  --green:#0f8a5f;--green-soft:#e4f5ec;--amber:#b45309;--amber-soft:#fdf1dc;--red:#c62828;--red-soft:#fde8e8;
  --navy:#0b1220;--navy-2:#111a2e;
  --radius:16px;--radius-sm:10px;
  --shadow:0 1px 2px rgba(16,24,40,.04),0 1px 3px rgba(16,24,40,.06);
  --shadow-md:0 10px 30px rgba(15,23,42,.08),0 2px 6px rgba(15,23,42,.05);
  --shadow-lg:0 30px 80px rgba(15,23,42,.16),0 4px 12px rgba(15,23,42,.06);
  --font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html.menu-open,html.product-image-open{overflow:hidden}
body{margin:0;font:400 17px/1.65 var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01","liga"}
img,svg,picture{max-width:100%;display:block}
h1,h2,h3,h4{margin:0;color:var(--ink);font-weight:650;letter-spacing:-.03em;line-height:1.1;text-wrap:balance}
h1{font-size:clamp(44px,5.6vw,72px);letter-spacing:-.04em;line-height:1.02}
h2{font-size:clamp(32px,3.6vw,46px)}
h3{font-size:22px;letter-spacing:-.02em;line-height:1.25}
h4{font-size:18px;letter-spacing:-.015em;line-height:1.3}
p{margin:0}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-hover)}
button{font-family:inherit}
:focus-visible{outline:2px solid #6d95ff;outline-offset:3px;border-radius:4px}
.skip-link{position:absolute;left:16px;top:12px;z-index:100;background:var(--ink);color:#fff;padding:10px 14px;border-radius:8px;font-weight:600}
.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}
.container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.section-pad{padding:104px 0}
.section-pad.tight-top{padding-top:56px}
.bg-soft{background:var(--bg-soft)}
.text-accent{color:var(--accent)}
.desktop-break{display:inline}
.icon{width:20px;height:20px;flex-shrink:0}

/* labels */
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:999px;padding:7px 13px;margin-bottom:22px;line-height:1.2}
.eyebrow.light{background:rgba(255,255,255,.08);color:#c8d8ff;border:1px solid rgba(255,255,255,.12)}
.signal-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(15,138,95,.16)}
.small-label{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.demo-tag{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:5px 10px;background:#fff;white-space:nowrap}
.section-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:56px;align-items:end;margin-bottom:52px}
.section-intro>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:480px}

/* buttons & links */
.button{display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border-radius:12px;border:1px solid transparent;font:600 15px/1.2 var(--font);cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s,box-shadow .15s;white-space:nowrap}
.button .icon{width:18px;height:18px}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--accent);color:#fff;box-shadow:0 6px 18px rgba(29,78,216,.22)}
.button-primary:hover{background:var(--accent-hover);color:#fff}
.button-ghost{background:#fff;border-color:var(--line-2);color:var(--ink)}
.button-ghost:hover{border-color:#b8c2d1;color:var(--ink);background:#fafbfc}
.button-dark{background:var(--ink);color:#fff}
.button-dark:hover{background:#1e293b;color:#fff}
.button-white{background:#fff;color:var(--ink)}
.button-white:hover{background:#eef2ff;color:var(--ink)}
.button-small{padding:10px 16px;font-size:14px;border-radius:10px}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:600;font-size:15px;border:0;background:none;padding:0;cursor:pointer}
.text-link .icon{width:17px;height:17px;transition:transform .15s}
.text-link:hover .icon{transform:translateX(3px)}
.icon-button{width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);display:grid;place-items:center;cursor:pointer}
.icon-button:hover{background:var(--bg-soft)}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:saturate(1.5) blur(14px);-webkit-backdrop-filter:saturate(1.5) blur(14px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}
.site-header.is-scrolled{border-bottom-color:var(--line);box-shadow:0 1px 0 rgba(15,23,42,.02)}
.nav-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px}
.brand img{width:40px;height:40px}
.brand-word{font-size:22px;font-weight:700;letter-spacing:-.035em;color:var(--ink)}
.primary-nav{display:flex;align-items:center;gap:26px}
.primary-nav>a{font-size:14.5px;font-weight:500;color:var(--text)}
.primary-nav>a:hover{color:var(--ink)}
.primary-nav .audience-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent)}
.primary-nav .audience-link .icon{width:14px;height:14px}
.nav-divider{width:1px;height:22px;background:var(--line)}
.primary-nav .login-link{color:var(--ink);font-weight:600}
.primary-nav .button{color:#fff}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);place-items:center;cursor:pointer}
.menu-toggle .icon{width:22px;height:22px}
.menu-toggle .menu-close{display:none}
.menu-toggle[aria-expanded="true"] .menu-open{display:none}
.menu-toggle[aria-expanded="true"] .menu-close{display:block}

/* lists & steps */
.check-list{list-style:none;margin:26px 0;padding:0;display:flex;flex-direction:column;gap:12px;font-size:16px;color:var(--ink)}
.check-list li{display:flex;align-items:flex-start;gap:12px}
.check-list .icon{width:22px;height:22px;padding:4px;border-radius:50%;background:var(--green-soft);color:var(--green)}
.small-note{font-size:14px;color:var(--muted);line-height:1.65;margin-top:12px}
.steps-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;counter-reset:step}
.steps-grid li{position:relative;padding:28px 28px 30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--ink);color:#fff;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:22px}
.steps-grid h3{font-size:20px;margin-bottom:10px}
.steps-grid p{color:var(--muted);font-size:15.5px;line-height:1.65}
.steps-grid+.text-link{margin-top:28px}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.4fr);gap:64px;align-items:start}
.faq-grid>div:first-child p{color:var(--muted);margin-top:18px;font-size:17px;line-height:1.7}
.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:17px;font-weight:600;color:var(--ink);line-height:1.4}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .icon{width:22px;height:22px;padding:3px;border-radius:50%;border:1px solid var(--line-2);color:var(--muted);transition:transform .2s,background .2s,color .2s}
.faq-item[open] summary .icon{transform:rotate(45deg);background:var(--ink);border-color:var(--ink);color:#fff}
.faq-answer{padding:0 0 24px;max-width:640px;color:var(--text);font-size:16px;line-height:1.7}
.faq-answer p+p{margin-top:12px}

/* contact */
.contact-section{background:var(--bg-soft);border-top:1px solid var(--line)}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.contact-copy>p{font-size:18px;line-height:1.7;color:var(--muted);margin-top:22px;max-width:480px}
.contact-links{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:28px}
.contact-links a{display:inline-flex;align-items:center;gap:9px;font-weight:600;color:var(--ink);font-size:15.5px}
.contact-links .icon{width:18px;height:18px;color:var(--accent)}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow-md)}
.contact-card h3{font-size:26px;margin:8px 0 22px}
.inquiry-form{display:flex;flex-direction:column;gap:8px}
.inquiry-form label{font-size:14px;font-weight:600;color:var(--ink);margin-top:10px}
.inquiry-form label span{color:var(--muted);font-weight:500}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;font:inherit;font-size:16px;color:var(--ink);background:#fff;border:1px solid var(--line-2);border-radius:10px;padding:12px 14px;min-height:46px;transition:border-color .15s,box-shadow .15s}
.inquiry-form textarea{resize:vertical;min-height:96px}
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:0;border-color:#7ea0ff;box-shadow:0 0 0 4px rgba(29,78,216,.12)}
.inquiry-form .button{margin-top:18px;justify-content:center;width:100%}
.form-note{font-size:13.5px;color:var(--muted);line-height:1.6;margin-top:12px;text-align:center}
.recaptcha-notice{font-size:11.5px;color:var(--faint);line-height:1.5;text-align:center;margin-top:2px}
.recaptcha-notice a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}
.form-status{min-height:22px;margin:0;text-align:center;font-size:14px;line-height:1.5;color:var(--muted)}
.form-status.is-success{color:var(--green)}
.form-status.is-error{color:#b42318}
.email-fallback{margin-top:14px;padding:16px;border-radius:12px;background:var(--bg-soft);font-size:14px;line-height:1.6}
.email-fallback .text-link{margin-top:10px;font-size:14px}
.inquiry-copy{margin-top:10px;min-height:150px;font-size:14px}

/* footer */
.site-footer{background:#fff;border-top:1px solid var(--line);padding:64px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid var(--line)}
.footer-brand{display:inline-flex;align-items:center;gap:10px;font-size:21px;font-weight:700;letter-spacing:-.03em;color:var(--ink)}
.footer-brand-col p{margin-top:18px;font-size:15.5px;line-height:1.65;color:var(--muted);max-width:300px}
.made-in{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:13px;color:var(--muted)}
.made-in .icon{width:16px;height:16px}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-heading{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);margin-bottom:4px}
.footer-col a{font-size:15px;color:var(--text)}
.footer-col a:hover{color:var(--ink)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding-top:26px;font-size:13.5px;color:var(--muted)}
.footer-bottom div{display:flex;gap:22px}
.footer-bottom a{color:var(--muted)}

/* product screenshots */
.product-shot{margin:0;position:relative}
.browser-frame{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden}
.browser-bar{display:flex;align-items:center;gap:7px;padding:12px 16px;border-bottom:1px solid var(--line);background:#f8fafc}
.browser-bar span{width:10px;height:10px;border-radius:50%;background:#e2e6ec}
.browser-bar i{margin-left:12px;flex:1;max-width:320px;font-style:normal;font-size:12px;color:var(--faint);background:#fff;border:1px solid var(--line);border-radius:8px;padding:5px 12px;text-align:center}
.shot-button{display:block;width:100%;padding:0;border:0;background:#f5f6f8;cursor:zoom-in;position:relative;text-align:left}
.shot-button img{width:100%;height:auto}
.shot-zoom{position:absolute;right:16px;bottom:16px;display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:999px;background:rgba(11,18,32,.82);color:#fff;font-size:13px;font-weight:600;backdrop-filter:blur(6px);opacity:0;transform:translateY(4px);transition:opacity .15s,transform .15s}
.shot-zoom .icon{width:16px;height:16px}
.shot-button:hover .shot-zoom,.shot-button:focus-visible .shot-zoom{opacity:1;transform:none}
.product-shot-caption{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 18px;font-size:13.5px;color:var(--muted);border-top:1px solid var(--line);background:#fff}
.product-shot-caption strong{color:var(--ink);font-weight:600}
.product-shot:not(.browser-frame) .product-shot-caption{border:0;background:transparent;padding:14px 4px 0}

/* recovery card (hero) */
.recovery-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-lg)}
.recovery-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 14px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--green)}
.recovery-card-heading>span:first-child{display:inline-flex;align-items:center;gap:8px}
.recovery-card-heading .icon{width:18px;height:18px}
.recovery-card-rate{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px 16px}
.recovery-card-rate strong{font-size:38px;font-weight:650;letter-spacing:-.04em;color:var(--ink);white-space:nowrap;line-height:1.1}
.recovery-card-rate small{font-size:15px;font-weight:500;letter-spacing:0;color:var(--muted)}
.recovery-card-rate>span{max-width:130px;font-size:13px;line-height:1.5;color:var(--muted);text-align:right}
.recovery-card .recovery-chart{margin:0 12px 14px}

/* native redraw of the published recovery plot */
.recovery-chart{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;box-shadow:var(--shadow)}
.recovery-chart-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line)}
.recovery-chart-head strong{display:block;font-size:13px;font-weight:650;color:var(--ink);letter-spacing:-.01em;line-height:1.2}
.recovery-chart-head span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.recovery-chart-range{display:inline-flex;gap:2px;padding:2px;border-radius:7px;background:#f1f4f9;border:1px solid var(--line);margin:0!important}
.recovery-chart-range i{font-style:normal;font-size:10px;font-weight:500;color:var(--muted);padding:4px 7px;border-radius:5px;line-height:1}
.recovery-chart-range i.is-active{background:#fff;color:var(--ink);font-weight:600;box-shadow:0 1px 2px rgba(16,24,40,.12)}
.recovery-chart svg{display:block;width:100%;height:auto;font-family:var(--font)}
.recovery-chart .rc-grid line{stroke:#eef1f5;stroke-width:1}
.recovery-chart .rc-axis text{font-size:9.5px;font-weight:500;fill:#64748b}
.recovery-chart .rc-axis-title{font-size:9.5px;fill:#94a3b8;letter-spacing:.06em;text-transform:uppercase}
.recovery-chart .rc-line{fill:none;stroke:#2563eb;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}
.recovery-chart .rc-cycle line{stroke:#64748b;stroke-width:1.5;stroke-dasharray:3 4}
.recovery-chart .rc-arrow{fill:none;stroke:#0f172a;stroke-width:1.8;stroke-linecap:round}
.recovery-chart .rc-start{fill:#fff;stroke:#0f172a;stroke-width:2}
.recovery-chart .rc-text text{font-size:13.5px;font-weight:600;fill:#0f172a;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}
.real-chart-button .recovery-chart{box-shadow:none}
.real-chart-button .recovery-chart-head{padding:12px 18px}
.real-chart-button .recovery-chart-head strong{font-size:14.5px}
.real-chart-button .recovery-chart-head span{font-size:12.5px}
.product-image-chart{padding:0 26px 26px}
.product-image-chart .recovery-chart{min-width:820px;box-shadow:none}
.recovery-card-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:500;padding:14px 20px;background:var(--bg-soft);border-top:1px solid var(--line);color:var(--ink)}
.recovery-card-caption .icon{width:16px;height:16px;color:var(--accent)}

/* well preview (real data) */
.well-preview{margin:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow-md);display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.5fr)}
.well-preview-recovery{padding:36px 34px;background:linear-gradient(180deg,#f1f6f3,#e9f3ee);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:28px}
.well-preview-recovery .small-label{color:var(--green)}
.well-preview-recovery h3{font-size:64px;letter-spacing:-.05em;color:var(--green);margin:10px 0 6px;line-height:1}
.well-preview-recovery h3 small{font-size:20px;font-weight:500;letter-spacing:0;color:var(--muted)}
.well-preview-recovery p{font-size:15.5px;line-height:1.65;color:var(--text)}
.recovery-explainer{border-top:1px solid #cfe0d6;padding-top:24px}
.recovery-explainer strong{display:block;font-size:19px;font-weight:650;letter-spacing:-.02em;color:var(--ink);line-height:1.35;margin-bottom:10px}
.well-preview-chart{display:flex;flex-direction:column;min-width:0}
.well-preview-chart-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px 14px}
.well-preview-chart-heading h4{font-size:20px}
.well-preview-chart-heading p{font-size:14.5px;color:var(--muted);margin-top:6px}
.well-preview-chart-heading .text-link{flex-shrink:0;font-size:14px}
.real-chart-button{display:block;width:100%;padding:0 18px 16px;border:0;background:#fff;cursor:zoom-in}
.real-chart-button img{width:100%;height:auto;border-radius:8px}
.well-preview-caption{padding:18px 28px 22px;border-top:1px solid var(--line);margin-top:auto}
.well-preview-caption p{font-size:13.5px;line-height:1.65;color:var(--muted)}
.well-preview-caption .text-link{font-size:15px}

/* dialog */
.product-image-dialog{border:0;border-radius:20px;padding:0;max-width:min(1240px,calc(100vw - 32px));width:100%;max-height:calc(100vh - 32px);background:#fff;box-shadow:var(--shadow-lg);overflow:auto;color:var(--text)}
.product-image-dialog::backdrop{background:rgba(11,18,32,.6);backdrop-filter:blur(4px)}
.product-image-dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 26px 0;position:sticky;top:0;background:#fff;z-index:1}
.product-image-dialog-heading h2{font-size:24px;margin-top:4px}
.product-image-note{padding:8px 26px 18px;font-size:14px;color:var(--muted);background:#fff;position:sticky;top:78px;z-index:1;border-bottom:1px solid var(--line)}
.product-image-dialog img{width:100%;height:auto;display:block}
.recovery-dialog img[hidden]{display:none}
.recovery-dialog .product-image-dialog-heading,.recovery-dialog .product-image-note{position:sticky;left:0}

/* reveal */
[data-reveal]{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
[data-reveal].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}.button:hover{transform:none}}

/* responsive */
@media (max-width:1050px){
  .section-pad{padding:80px 0}
  .section-intro{grid-template-columns:1fr;gap:18px;align-items:start;margin-bottom:36px}
  .steps-grid{grid-template-columns:1fr 1fr}
  .faq-grid{grid-template-columns:1fr;gap:28px}
  .contact-grid{grid-template-columns:1fr;gap:36px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .well-preview{grid-template-columns:1fr}
  .well-preview-recovery{border-right:0;border-bottom:1px solid var(--line)}
}
@media (max-width:860px){
  .site-header{z-index:1000;isolation:isolate}
  .menu-toggle{display:grid}
  .primary-nav{position:absolute;z-index:1001;left:0;right:0;top:100%;height:calc(100vh - 72px);height:calc(100dvh - 72px);background:#fff;border-top:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:12px 24px 32px;overflow:auto;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s}
  .primary-nav.is-open{opacity:1;transform:none;pointer-events:auto}
  .primary-nav>a{font-size:18px;font-weight:600;color:var(--ink);padding:16px 0;border-bottom:1px solid var(--line)}
  .primary-nav .audience-link{color:var(--accent)}
  .nav-divider{display:none}
  .primary-nav .button{margin-top:22px;justify-content:center;border-bottom:0}
}
@media (max-width:760px){
  .grecaptcha-badge{visibility:hidden!important}
  body{font-size:16px}
  .container,.nav-shell{width:calc(100% - 40px)}
  .section-pad{padding:64px 0}
  .desktop-break{display:none}
  h1{font-size:clamp(38px,10.5vw,52px)}
  h2{font-size:clamp(29px,7.6vw,36px)}
  .section-intro>p{font-size:16.5px}
  .eyebrow{font-size:11px;padding:6px 11px;margin-bottom:16px}
  .steps-grid{grid-template-columns:1fr;gap:14px}
  .steps-grid li{padding:24px}
  .contact-card{padding:24px}
  .contact-card h3{font-size:23px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .well-preview-recovery{padding:26px 22px;gap:20px}
  .well-preview-recovery h3{font-size:54px}
  .well-preview-chart-heading{flex-direction:column;align-items:flex-start;gap:10px;padding:22px 20px 10px}
  .real-chart-button{padding:0 10px 12px}
  .well-preview-caption{padding:16px 20px 20px}
  .recovery-card-rate strong{font-size:32px}
  .recovery-chart-head .recovery-chart-range{display:none}
  .recovery-chart-head{padding:10px 12px}
  .recovery-chart svg .rc-text text{font-size:18px}
  .recovery-chart svg .rc-axis text{font-size:12px}
  .recovery-chart svg .rc-line{stroke-width:3}
  .product-shot-caption{font-size:12.5px;padding:12px 14px}
  .browser-bar i{display:none}
  /* Phone captures are tall; show the top of the dashboard and let "Enlarge" open the whole thing. */
  .product-shot .shot-button{max-height:540px;overflow:hidden}
  .bridge-product .shot-button{max-height:none}
  .bridge-product .shot-button::after{display:none}
  .product-shot .shot-button::after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,rgba(245,246,248,0),#f5f6f8 90%);pointer-events:none}
  .product-shot .shot-zoom{opacity:1;transform:none;bottom:14px;right:auto;left:50%;transform:translateX(-50%)}
  .product-image-dialog{max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);border-radius:14px}
  .product-image-dialog-heading{padding:16px 18px 0}
  .product-image-dialog-heading h2{font-size:20px}
  .product-image-note{padding:6px 18px 14px;top:64px}
  .faq-item summary{font-size:16px;padding:18px 0}
}
