:root {
  --paper: #f4f2ee;
  --paper-soft: #f8f7f3;
  --ink: #000;
  --muted: #605f5f;
  --line: rgba(24, 22, 18, 0.08);
  --yellow: #fef7af;
  --radius-lg: 24px;
  --radius-md: 18px;
  --display: 'Albert Sans', sans-serif;
  --body: 'Geist', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

@media (min-width: 1200px) {
  .page-shell { padding-bottom: 20px; }
  .page-shell > .footer { margin-bottom: 0; }
}

.page-shell { overflow: clip; }
.hero, .section, .contact-section, .footer { width: min(1200px, 100%); margin-inline: auto; }
.hero { position: relative; height: 726px; min-height: 726px; padding: 24px 80px 80px; background: transparent; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0 0 auto; z-index: 0; height: 1024px; background: url('https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png') left top / 128px repeat; mix-blend-mode: overlay; opacity: .08; -webkit-mask-image: linear-gradient(0deg, transparent 0%, #000 100%); mask-image: linear-gradient(0deg, transparent 0%, #000 100%); }
.hero::after { content: ''; position: absolute; inset: 0 0 auto; z-index: 0; height: 1024px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.42) 0 70px, rgba(255,255,255,0) 78px 148px); opacity: .4; -webkit-mask-image: linear-gradient(to bottom, #000, transparent); mask-image: linear-gradient(to bottom, #000, transparent); }
.floating-nav { position: fixed; top: 24px; left: 50%; z-index: 100; display: flex; align-items: center; justify-content: space-between; width: 850px; max-width: calc(100vw - 32px); height: 60px; margin: 0; padding: 8px 12px; border-radius: 58px; background: #fff; box-shadow: 0 1px 20px rgba(224,215,198,.5); transform: translateX(-50%); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; width: 170px; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.brand-mark { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 9px; object-fit: cover; box-shadow: 0 1px 4px rgba(224,190,36,.28); }
.desktop-links { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 500; line-height: 1.4; letter-spacing: -.03em; }
.desktop-links a { padding: 4px; transition: opacity .4s cubic-bezier(.44,0,.56,1); }
.desktop-links a:hover { opacity: .7; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; height: 44px; padding: 8px 8px 8px 16px; border-radius: 32px; color: #fff; background: #000; font-size: 16px; font-weight: 500; line-height: 1.1; letter-spacing: -.03em; white-space: nowrap; box-shadow: 0 5px 15px rgba(0,0,0,.2); transition: opacity .2s cubic-bezier(.44,0,.56,1); }
.nav-cta:hover { opacity: .85; }
.arrow-disc, .menu-disc { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; color: #000; font-size: 16px; }
.menu-button, .mobile-menu { display: none; }

.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 480px 560px; gap: 0; align-items: start; margin-top: 156px; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.05em; }
.hero-copy h1 { font-size: 56px; line-height: 1.1; }
.lead { margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.button-row { display: flex; flex-wrap: nowrap; gap: 12px; margin-top: 42px; }
.hero-assurance { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.hero-assurance-check { display: grid; flex: 0 0 auto; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #111; background: #ffd700; font-family: var(--body); font-size: 13px; font-weight: 700; }
.button { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; gap: 12px; width: fit-content; min-height: 44px; border: 1px solid #000; border-radius: 32px; font-size: 16px; font-weight: 500; line-height: 1.1; letter-spacing: -.03em; white-space: nowrap; transition: opacity .2s cubic-bezier(.44,0,.56,1), background-color .2s cubic-bezier(.44,0,.56,1), box-shadow .2s cubic-bezier(.44,0,.56,1), transform .2s ease; }
.button:hover { opacity: .85; }
.button:active { transform: scale(.985); }
.button-dark, .button-yellow { height: 44px; padding: 8px 8px 8px 16px; }
.button-dark { color: #fff; background: #000; box-shadow: 0 5px 15px rgba(0,0,0,.2); }
.button-dark span, .button-yellow span { position: relative; display: grid; place-items: center; width: 28px; height: 28px; overflow: hidden; border-radius: 50%; color: transparent; background: #fff; font-size: 17px; }
.button-dark span::before, .button-dark span::after, .button-yellow span::before, .button-yellow span::after { content: '→'; position: absolute; color: #000; transition: transform .35s cubic-bezier(.44,0,.56,1); }
.button-dark span::after, .button-yellow span::after { transform: translateX(-28px); }
.button-dark:hover span::before, .button-yellow:hover span::before { transform: translateX(28px); }
.button-dark:hover span::after, .button-yellow:hover span::after { transform: translateX(0); }
.button-outline { padding: 12px 20px; background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.4); opacity: 1; }
.button-yellow { border: 0; color: #000; background: var(--yellow); box-shadow: 0 5px 15px rgba(0,0,0,.2); }
.button-yellow span { color: #fff; background: #000; }
.button-yellow span::before, .button-yellow span::after { color: #fff; }

.hero-visual { position: relative; width: 600px; height: auto; aspect-ratio: 16 / 13; margin-left: 40px; }
.hero-desktop-composite { position: absolute; inset: 0; }
.hero-storefront-preview, .hero-agent-actions-preview { position: absolute; top: 50%; display: block; background-position: center; background-repeat: no-repeat; background-size: contain; transform: translateY(-50%); }
.hero-storefront-preview { left: 0; z-index: 1; width: 59.375%; aspect-ratio: 3 / 2; border-radius: 6px; background-image: url('./assets/custodian-store-verdant-v2.png'); box-shadow: 0 18px 42px rgba(61,48,34,.14), 0 3px 10px rgba(61,48,34,.08); }
.hero-agent-actions-preview { left: 45.625%; z-index: 2; width: 51.5625%; aspect-ratio: 1; background-image: url('./assets/custodian-hero-ai-work-summary-desktop-v2.png'); }
.hero-mobile-work-summary { display: none; }
@keyframes contact-form-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.section { padding: 80px; }
.integration-section { height: 719.61px; min-height: 719.61px; background: #EEEAE4; box-shadow: 0 0 0 100vmax #EEEAE4; clip-path: inset(0 -100vmax); }
.integration-grid { display: grid; grid-template-columns: 430px 560px; justify-content: space-between; align-items: center; height: 560px; }
.integration-copy { display: flex; flex-direction: column; align-items: flex-start; height: auto; }
.integration-copy h2, .faq-intro h2 { font-size: 40px; line-height: 1.1; }
.section-copy, .faq-intro p { margin: 24px 0 16px; color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.step-list { display: grid; gap: 20px; margin: 64px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 18px; letter-spacing: -.03em; }
.step-list li { display: flex; align-items: center; gap: 12px; }
.step-list .step-number { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: #000; font-family: var(--display); font-size: 11px; font-weight: 500; }
.step-list .step-label { min-width: 0; }
.mobile-step-text { display: none; }
.store-gallery-stage { position: relative; width: 560px; height: 390px; }
.store-preview { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 18px; background: #fff; box-shadow: 0 24px 55px rgba(61,48,34,.16), 0 4px 14px rgba(61,48,34,.08); }
.store-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.store-preview-glow { top: 82px; left: 0; z-index: 1; width: 300px; height: 200px; transform: rotate(-6deg); }
.store-preview-fieldworks { top: 28px; left: 70px; z-index: 3; width: 420px; height: 280px; transform: rotate(.8deg); }
.store-preview-wagwell { top: 82px; right: 0; z-index: 2; width: 300px; height: 200px; transform: rotate(6deg); }

.section-heading { margin-inline: auto; }
.centered-heading { max-width: 600px; text-align: center; }
.centered-heading h2 { font-size: 40px; line-height: 1.1; }
.centered-heading p { margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.feature-section { height: 848.61px; padding-top: 80px; }
.feature-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 40px; padding: 8px; border-radius: 40px; background: #f0ece6; }
.feature-tabs button { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 57px; padding: 16px; border: 0; border-radius: 999px; color: #000; background: transparent; cursor: pointer; font-size: 16px; opacity: .5; transition: opacity .4s cubic-bezier(.57,0,.38,.99), background-color .4s cubic-bezier(.57,0,.38,.99), box-shadow .4s cubic-bezier(.57,0,.38,.99); }
.feature-tabs button:hover { background: rgba(255,255,255,.5); opacity: .7; }
.feature-tabs button.active { background: rgba(255,255,255,.8); box-shadow: 0 4px 10px rgba(0,0,0,.1); opacity: 1; }
.tab-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-card { display: grid; grid-template-columns: 522px 1fr; column-gap: 40px; height: 405px; min-height: 405px; margin-top: 12px; padding: 8px 40px 8px 8px; overflow: hidden; border-radius: 24px; background: rgba(255,255,255,.6); }
.feature-card, .feature-card > * { transition: opacity .4s cubic-bezier(.57,0,.38,.99), transform .4s cubic-bezier(.57,0,.38,.99); }
.feature-card.is-changing > * { opacity: 0; transform: translateY(10px); }
.feature-image-wrap { display: grid; place-items: center; width: 522px; height: 389px; padding: 32px; border-radius: 20px; background: url('https://framerusercontent.com/images/ONQIsStqeLWeki3a2HBJUTgVIII.png') center/cover no-repeat; overflow: hidden; }
.feature-image-wrap img { width: 458px; height: 286px; max-height: none; object-fit: contain; border: 1px solid #e6e6e6; border-radius: 16px; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; width: 430px; padding: 0; }
.tag { align-self: flex-start; padding: 7px 10px; border-radius: 999px; background: #fff694; font-family: var(--display); font-size: 12px; font-weight: 500; letter-spacing: -.03em; }
.feature-copy h3 { margin: 0; font-size: 36px; line-height: 1.3; letter-spacing: -.05em; }
.feature-copy p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.4; letter-spacing: -.03em; }

.process-section { height: 1921.87px; padding-top: 80px; }
.process-heading { max-width: 680px; }
.operations-shot { width: 863px; height: 575px; max-width: 100%; margin: 48px auto 0; padding: 0; overflow: hidden; border-radius: 24px; background: transparent; }
.operations-shot img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; }
.process-cards { display: grid; gap: 8px; margin-top: 48px; padding: 8px; border-radius: 24px; background: #f0ece6; }
.process-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; height: 300px; min-height: 300px; padding: 24px; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: none; }
.process-number { position: absolute; top: 24px; left: 24px; color: #aeaeae; font-size: 18px; }
.process-copy { align-self: end; display: flex; flex-direction: column; gap: 16px; padding: 0; }
.process-copy h5, .case-card h5 { font-size: 26px; line-height: 1.3; letter-spacing: -.04em; }
.process-copy p, .case-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.4; letter-spacing: -.03em; }
.process-card img { align-self: center; width: 100%; height: 240px; max-height: 240px; padding: 8px; object-fit: contain; }

.control-section { height: 648.8px; padding: 0 20px; }
.dark-surface { color: #fff; background-color: #35414b; background-image: linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)), url('https://framerusercontent.com/images/bc9rlYTFRbbvAjEjFaSYK6Arf0c.png'); background-position: center; background-size: cover; }
.control-shell { display: grid; grid-template-columns: 343px 425px; justify-content: space-between; gap: 40px; height: 648.8px; min-height: 648.8px; padding: 80px 60px; border-radius: 32px; }
.control-intro { display: flex; flex-direction: column; }
.control-intro h2 { max-width: 410px; font-size: 40px; line-height: 1.1; }
.control-intro > p { display: none; letter-spacing: -.03em; }
.mode-list { display: grid; gap: 8px; margin-top: 40px; padding: 8px; border-radius: 24px; background: rgba(0,0,0,.3); }
.mode-list button { display: flex; justify-content: space-between; align-items: center; min-height: 78px; padding: 14px 18px; border: 0; border-radius: 16px; color: rgba(255,255,255,.6); background: rgba(255,255,255,.04); text-align: left; cursor: pointer; transition: color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.mode-list button.selected { color: #fff; background: rgba(255,255,255,.1); box-shadow: 0 6px 15px rgba(0,0,0,.22); }
.mode-list span { display: grid; gap: 3px; }
.mode-list strong { font-family: var(--display); font-size: 20px; font-weight: 400; }
.mode-list small { font-size: 14px; }
.mode-list b { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid currentColor; border-radius: 50%; font-weight: 400; opacity: 0; transition: opacity .2s ease; }
.mode-list .selected b { opacity: 1; }
.plan-card { align-self: center; display: flex; flex-direction: column; width: 425px; min-height: 489px; padding: 32px; border-radius: 24px; background: linear-gradient(320deg, rgba(0,0,0,.3), rgba(0,0,0,.68)); box-shadow: 0 8px 20px rgba(104,99,80,.15); backdrop-filter: blur(5px); transition: opacity .3s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.plan-card.is-changing { opacity: 0; transform: translateX(18px); }
.plan-card h4 { display: flex; align-items: center; gap: 12px; min-height: 40px; font-size: 30px; line-height: 1.3; }
.plan-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); }
.plan-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.price-line { display: flex; align-items: baseline; gap: 8px; margin-top: 24px; }
.price-line strong { font-family: var(--display); font-size: 40px; font-weight: 400; line-height: 1.1; }
.price-line span { color: rgba(255,255,255,.8); font-size: 18px; }
.plan-card > p { margin: 12px 0 24px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.4; }
.plan-card ul { display: flex; flex-direction: column; gap: 8px; margin: 40px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.4; }
.plan-card li { display: flex; align-items: center; min-height: 24px; }
.plan-card li::before { content: '✓'; display: grid; flex: 0 0 24px; place-items: center; width: 24px; height: 24px; margin-right: 8px; color: #fff; }

.proof-section { height: 2067.59px; padding-top: 80px; }
.proof-heading { max-width: 600px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; height: 992px; margin-top: 40px; padding: 8px; border-radius: 24px; background: #f0ece6; }
.case-card { align-self: start; display: flex; flex-direction: column; gap: 8px; padding: 8px; overflow: hidden; border-radius: 22px; background: #fff; }
.case-content { display: flex; flex-direction: column; gap: 4px; padding: 20px; }
.case-card h5 { margin: 0; }
.case-media { position: relative; width: 100%; height: auto; aspect-ratio: 1.62; overflow: hidden; border-radius: 16px; background: #f5f3ee; }
.case-media img { width: 100%; height: 100%; object-fit: cover; }
.case-media span { position: absolute; right: 18px; bottom: 14px; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(117,117,113,.62); font-size: 14px; }
.view-all { display: flex; width: 152px; margin: 40px auto 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: start; margin-top: 64px; }
.testimonial-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 409px; padding: 32px; border-radius: 22px; background: rgba(255,255,255,.43); }
.testimonial-middle { margin-top: 40px; }
.testimonial-last { margin-top: 80px; }
.testimonial-card blockquote { position: relative; margin: 0; padding-left: 48px; color: var(--muted); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.testimonial-card blockquote::before { content: '”'; position: absolute; top: -16px; left: 0; color: rgba(0,0,0,.08); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.testimonial-card > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.testimonial-card span { display: grid; gap: 5px; }
.testimonial-card strong, .testimonial-card small { font-size: 15px; font-weight: 400; }
.testimonial-card small { color: var(--muted); line-height: 1.35; }
.testimonial-card img { width: 110px; height: 70px; object-fit: cover; }

.faq-section { display: grid; grid-template-columns: 340px 602px; justify-content: space-between; align-items: start; gap: 40px; height: 658px; padding: 80px; }
.faq-intro { align-self: start; }
.faq-intro .button { margin-top: 0; }
.faq-list { display: grid; gap: 8px; padding: 8px; border-radius: 24px; background: #efece6; }
.faq-list details { padding: 32px; border-radius: 20px; background: rgba(255,255,255,.4); box-shadow: none; transition: background-color .4s cubic-bezier(.44,0,.56,1), box-shadow .4s cubic-bezier(.44,0,.56,1); }
.faq-list details:hover, .faq-list details[open] { background: rgba(255,255,255,.6); box-shadow: 5px 8px 15px rgba(0,0,0,.15); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; min-height: 26px; cursor: pointer; list-style: none; font-size: 16px; line-height: 1.4; letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; flex: 0 0 auto; margin-left: 16px; color: #aeaeae; font-size: 20px; font-weight: 300; line-height: 21px; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.faq-list details[open] summary::after { transform: rotate(225deg); }
.faq-list details p { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.contact-section { display: grid; grid-template-columns: 343px 600px; justify-content: space-between; gap: 10px; width: min(1160px, calc(100% - 40px)); min-height: 720px; padding: 80px 60px; border-radius: 32px; background-image: linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)), url('https://framerusercontent.com/images/VOQqXfb1vcL0G4SHaoMKFhqAg.png'); }
.contact-copy { display: flex; flex-direction: column; }
.contact-copy h2 { font-size: 40px; line-height: 1.1; }
.contact-copy > p { margin: 20px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.beta-note { display: grid; gap: 4px; margin-top: auto; }
.beta-note small { color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.4; letter-spacing: -.03em; }
.beta-note a { font-family: var(--display); font-size: 26px; line-height: 1.3; letter-spacing: -.04em; text-decoration: none; }
.beta-note a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.contact-gate { align-self: center; display: grid; gap: 28px; width: 600px; min-height: 360px; padding: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(11,16,17,.56); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.contact-gate[hidden], .contact-form[hidden] { display: none; }
.contact-gate-copy { display: grid; gap: 16px; align-content: start; }
.contact-gate-copy h3 { max-width: 460px; font-size: 34px; line-height: 1.12; }
.contact-gate-copy p { max-width: 470px; margin: 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.5; letter-spacing: -.02em; }
.contact-gate-button { min-height: 60px; padding: 10px 10px 10px 24px; cursor: pointer; font-size: 18px; }
.contact-gate-button span { width: 38px; height: 38px; }
.contact-gate-hint { margin: -12px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }
.contact-form { align-self: center; display: grid; gap: 20px; width: 600px; padding: 32px; border-radius: 24px; background: rgba(0,0,0,.3); }
.contact-form.is-revealed { animation: contact-form-in .42s cubic-bezier(.22,1,.36,1) both; }
.contact-form label { display: grid; gap: 8px; font-size: 16px; line-height: 1.4; }
.contact-form input, .contact-form textarea, .contact-form select, .newsletter-form input { width: 100%; border: 1px solid transparent; outline: 0; color: #fff; background: rgba(255,255,255,.07); }
.contact-form input, .contact-form select { height: 44.5px; padding: 12px 16px; border-radius: 24px; }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.7) 50%), linear-gradient(135deg, rgba(255,255,255,.7) 50%, transparent 50%); background-position: calc(100% - 20px) 19px, calc(100% - 15px) 19px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(255,255,255,.55); }
.contact-form ::placeholder { color: rgba(255,255,255,.45); }
.contact-form .form-consent { grid-template-columns: 22px 1fr; align-items: start; gap: 10px; color: rgba(255,255,255,.82); font-size: 13px; }
.contact-form .form-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: #ffe34e; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-hint { margin: -8px 0 0; color: rgba(255,255,255,.64); font-size: 12px; text-align: center; }
.contact-form .button { cursor: pointer; }
.form-status { display: none; min-height: 1em; margin: -4px 0 0; color: rgba(255,255,255,.78); font-size: 13px; }
.form-status:not(:empty) { display: block; }

.trial-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; overflow-y: auto; }
.trial-modal[hidden] { display: none; }
.trial-modal-backdrop { position: absolute; inset: 0; background: rgba(8, 11, 12, .72); backdrop-filter: blur(10px); animation: trial-modal-backdrop-in .24s ease both; }
.trial-modal-dialog { position: relative; z-index: 1; width: min(600px, 100%); max-height: calc(100dvh - 48px); padding: 40px; overflow-y: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; color: #fff; background-color: #263137; background-image: linear-gradient(rgba(0,0,0,.52), rgba(0,0,0,.72)), url('https://framerusercontent.com/images/VOQqXfb1vcL0G4SHaoMKFhqAg.png'); background-position: center; background-size: cover; box-shadow: 0 32px 100px rgba(0,0,0,.42); animation: trial-modal-dialog-in .34s cubic-bezier(.22,1,.36,1) both; }
.trial-modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 28px; line-height: 1; transition: background-color .2s ease, transform .2s ease; }
.trial-modal-close:hover { background: rgba(255,255,255,.16); }
.trial-modal-close:active { transform: scale(.96); }
.trial-modal-close:focus-visible, .trial-modal-dialog:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.trial-modal-intro { display: grid; gap: 12px; padding-right: 56px; }
.trial-modal-intro[hidden], .trial-modal .contact-form[hidden] { display: none; }
.trial-modal-intro h2 { max-width: 420px; font-size: 36px; line-height: 1.12; }
.trial-modal-intro p { max-width: 470px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.5; letter-spacing: -.02em; }
.trial-modal .contact-form { width: 100%; margin-top: 28px; padding: 0; background: transparent; }
.trial-modal .contact-form input, .trial-modal .contact-form select { min-height: 50px; background-color: rgba(255,255,255,.1); }
.trial-modal .contact-form input:focus, .trial-modal .contact-form select:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(254,247,175,.14); }
.trial-modal .contact-form .button { width: 100%; min-height: 54px; }
.trial-modal-success { display: grid; gap: 18px; min-height: 360px; align-content: center; justify-items: start; padding: 48px 32px 24px; outline: 0; }
.trial-modal-success[hidden] { display: none; }
.trial-modal-success h2 { max-width: 440px; font-size: 40px; line-height: 1.08; }
.trial-modal-success p { max-width: 420px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.5; letter-spacing: -.02em; }
.trial-modal-success .button { min-width: 150px; min-height: 52px; margin-top: 12px; }

@keyframes trial-modal-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes trial-modal-dialog-in {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

.footer { display: flex; flex-direction: column; gap: 80px; width: min(1160px, calc(100% - 40px)); height: 458.4px; min-height: 458.4px; margin: 20px auto; padding: 64px 60px; border-radius: 32px; background: #f0ece6; }
.footer-top { display: flex; justify-content: space-between; align-items: center; height: 132.8px; min-height: 132.8px; }
.beta-signup { display: flex; flex-direction: column; gap: 20px; width: 520px; }
.beta-signup h4 { font-size: 30px; line-height: 1.3; }
.newsletter-form { position: relative; width: 520px; height: 50.5px; }
.newsletter-form input { width: 100%; max-width: none; height: 50.5px; padding: 15px 127px 15px 15px; border-radius: 50px; color: #000; background: #f4f2ee; }
.newsletter-form input::placeholder { color: #aaa; }
.newsletter-form button { position: absolute; top: 5px; right: 5px; width: 112px; height: 40.5px; border: 0; border-radius: 50px; color: #fff; background: #000; cursor: pointer; }
.footer-cta { width: max-content; }
.footer-links { display: grid; grid-template-columns: auto 1fr; align-self: flex-start; gap: 40px; width: 243.5px; font-size: 18px; line-height: 1.4; }
.footer-links > span { color: var(--muted); white-space: nowrap; }
.footer-links nav { display: grid; align-content: start; gap: 0; }
.footer-links a { padding: 4px; transition: opacity .4s cubic-bezier(.44,0,.56,1); }
.footer-links a:hover { opacity: .7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-end; height: 117.6px; min-height: 117.6px; }
.footer-bottom a { max-width: none; font-family: var(--display); font-size: 40px; line-height: 1.1; letter-spacing: -.05em; white-space: nowrap; transition: color .4s cubic-bezier(.44,0,.56,1); }
.footer-bottom a:hover { color: var(--muted); }
.footer-bottom small { color: var(--muted); font-size: 16px; line-height: 1.4; }

.form-hint a { text-decoration: underline; text-underline-offset: 3px; }
.form-hint a:hover { opacity: .75; }

.privacy-page { min-height: 100dvh; }
.privacy-nav { width: min(680px, calc(100vw - 32px)); }
.privacy-back-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 32px; color: #fff; background: #000; font-size: 15px; font-weight: 500; white-space: nowrap; transition: opacity .2s ease, transform .2s ease; }
.privacy-back-link:hover { opacity: .84; }
.privacy-back-link:active { transform: scale(.985); }
.privacy-shell { width: min(960px, calc(100% - 40px)); margin: 0 auto; padding: 156px 0 80px; }
.privacy-header { padding: 72px; border-radius: 32px; background: #f0ece6; }
.privacy-header h1 { max-width: 760px; font-size: clamp(48px, 8vw, 84px); line-height: .98; }
.privacy-header p { margin: 24px 0 0; color: var(--muted); font-size: 16px; }
.privacy-content { width: min(720px, 100%); margin: 72px auto 0; }
.privacy-content section { padding: 36px 0; border-bottom: 1px solid var(--line); }
.privacy-content section:first-child { padding-top: 0; }
.privacy-content h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }
.privacy-content p { margin: 16px 0 0; color: #343332; font-size: 17px; line-height: 1.7; letter-spacing: -.015em; }
.privacy-content a { text-decoration: underline; text-underline-offset: 4px; }
.privacy-content a:hover { opacity: .7; }
.privacy-footer { display: flex; justify-content: space-between; align-items: center; width: min(960px, calc(100% - 40px)); margin: 0 auto 20px; padding: 32px 40px; border-radius: 24px; background: #000; color: #fff; }
.privacy-footer a { font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.privacy-footer small { color: rgba(255,255,255,.68); font-size: 14px; }

@media (min-width: 810px) and (max-width: 1199px) {
  .page-shell { display: flex; flex-direction: column; }
  .hero, .section { width: 100%; }
  .hero { order: 1; height: 1039px; min-height: 1039px; padding: 24px 64px 80px; }
  .floating-nav { width: calc(100% - 40px); max-width: 770px; }
  .brand { width: 145px; }
  .desktop-links { gap: 4px; font-size: 14px; white-space: nowrap; }
  .desktop-links a { padding: 3px; }
  .nav-cta { gap: 8px; padding-left: 12px; font-size: 14px; }
  .hero-content { grid-template-columns: 1fr; gap: 48px; width: 682px; margin-top: 156px; text-align: center; }
  .hero-copy { width: 600px; max-width: 600px; margin: auto; }
  .hero-copy h1 { font-size: 50px; line-height: 1.1; }
  .lead { margin-top: 24px; }
  .button-row { justify-content: center; margin-top: 32px; }
  .hero-assurance { justify-content: center; }
  .hero-visual { width: 600px; height: auto; margin: auto; }
  .section { padding-inline: 64px; }
  .process-section { order: 2; height: 1787px; padding-top: 80px; }
  .process-heading { width: 450px; max-width: 450px; }
  .process-heading { height: 190px; }
  .centered-heading h2 { font-size: 36px; line-height: 1.1; }
  .operations-shot { width: 614px; height: 409px; margin-top: 48px; }
  .process-cards { width: 682px; height: 932px; margin-top: 48px; }
  .process-card { grid-template-columns: 1fr 1fr; height: 300px; min-height: 300px; padding: 24px; }
  .process-copy h5 { font-size: 24px; }

  .feature-section { order: 3; height: 1294px; padding-top: 80px; }
  .feature-section .section-heading { width: 600px; max-width: 600px; }
  .feature-section .section-heading, .proof-heading { height: 149px; }
  .feature-tabs { grid-template-columns: 1fr; gap: 8px; height: 268px; margin-top: 40px; padding: 8px; border-radius: 24px; }
  .feature-tabs button { min-height: 57px; height: 57px; }
  .feature-card { grid-template-columns: 1fr; gap: 32px; width: 682px; height: 665px; min-height: 665px; margin-top: 12px; padding: 8px 8px 40px; border-radius: 24px; }
  .feature-image-wrap { width: 666px; height: 320px; min-height: 320px; padding: 32px; }
  .feature-image-wrap img { width: 602px; height: 256px; }
  .feature-copy { justify-content: flex-start; gap: 16px; width: 100%; padding: 0 24px; }
  .feature-copy h3 { font-size: 36px; line-height: 1.3; }

  .integration-section { order: 4; height: 667px; min-height: 667px; padding: 80px 64px; }
  .integration-grid { grid-template-columns: 300px 350px; gap: 32px; width: 682px; height: 507px; }
  .integration-copy { width: 300px; height: auto; }
  .integration-copy h2, .faq-intro h2 { font-size: 36px; line-height: 1.1; }
  .integration-copy .section-copy { font-size: 16px; }
  .integration-copy .step-list { gap: 16px; margin-top: 44px; font-size: 15px; }
  .store-gallery-stage { width: 350px; height: 300px; }
  .store-preview-glow { top: 64px; width: 220px; height: 147px; }
  .store-preview-fieldworks { top: 26px; left: 35px; width: 280px; height: 187px; }
  .store-preview-wagwell { top: 64px; width: 220px; height: 147px; }

  .control-section { order: 5; }
  .proof-section { order: 6; }
  .faq-section { order: 7; }
  .contact-section { order: 8; }
  .footer { order: 9; }

  .control-section { width: 100%; height: 930px; padding: 0 20px; }
  .control-shell { grid-template-columns: 1fr; gap: 20px; width: 770px; height: 930px; min-height: 930px; padding: 80px 44px; border-radius: 28px; }
  .control-intro h2 { max-width: none; }
  .control-intro > p { display: block; margin: 18px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.4; }
  .mode-list { margin-top: 40px; }
  .plan-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; align-content: center; width: 100%; min-height: 297px; padding: 32px; }
  .plan-card h4, .plan-card .price-line, .plan-card > p, .plan-card > .button { grid-column: 1; }
  .plan-card ul { grid-column: 2; grid-row: 1 / span 4; align-self: center; margin: 0; }
  .plan-card li { white-space: nowrap; }

  .proof-section { height: 2072px; padding: 80px 64px; }
  .proof-heading { width: 600px; max-width: 600px; }
  .case-grid { width: 682px; height: 843px; margin-top: 40px; }
  .case-media { height: 215px; aspect-ratio: auto; }
  .view-all { margin-top: 32px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .testimonial-grid { grid-template-rows: 409px 291px; height: 708px; }
  .testimonial-card { min-height: 409px; }
  .testimonial-middle { margin-top: 0; }
  .testimonial-last { grid-column: 1 / -1; min-height: 291px; margin-top: 0; }

  .faq-section { grid-template-columns: 1fr; gap: 40px; height: 912px; padding: 80px 64px; }
  .faq-intro { width: 600px; max-width: 600px; }
  .faq-intro { height: 214px; }
  .faq-list { width: 682px; height: 498px; }

  .contact-section { position: relative; grid-template-columns: 1fr; align-content: start; gap: 40px; width: 770px; min-height: 1080px; margin-inline: 20px; padding: 80px 44px; border-radius: 28px; }
  .contact-section:not(.form-is-open) { min-height: 720px; }
  .contact-copy { width: 682px; }
  .contact-copy h2 { font-size: 36px; }
  .contact-copy > p { max-width: 600px; }
  .contact-gate, .contact-form { width: 682px; }
  .beta-note { position: static; margin-top: 32px; }
  .beta-note a { font-size: 20px; }

  .footer { gap: 80px; width: 770px; height: 404px; min-height: 404px; margin: 20px; padding: 40px; border-radius: 28px; }
  .footer-top { height: 132.8px; min-height: 132.8px; }
  .beta-signup, .newsletter-form { width: 342px; }
  .beta-signup h4 { font-size: 22px; }
  .footer-bottom { height: 111.2px; min-height: 111.2px; }
  .footer-bottom a { font-size: 50px; }
  .footer-bottom small { font-size: 13px; white-space: nowrap; }
}

@media (max-width: 809px) {
  .hero, .section, .contact-section, .footer { width: 100%; }
  .page-shell { display: block; }
  .hero { height: auto; min-height: 0; padding: 12px 12px 27px; }
  .floating-nav { top: 16px; width: 342px; max-width: calc(100vw - 48px); height: 60px; padding: 8px 12px; }
  .brand { width: auto; font-size: 16px; }
  .brand-mark { width: 28px; height: 28px; border-radius: 8px; }
  .desktop-links, .desktop-cta { display: none; }
  .menu-button { display: flex; align-items: center; gap: 12px; height: 44px; padding: 8px 8px 8px 16px; border: 0; border-radius: 32px; color: #fff; background: #000; font-size: 16px; font-weight: 500; line-height: 1.1; }
  .menu-button:focus { outline: 0; }
  .menu-disc { display: flex; flex-shrink: 0; flex-direction: column; align-items: center; justify-content: center; gap: 3px; width: 28px; height: 28px; font-size: 16px; transition: transform .4s cubic-bezier(.22,1,.36,1); }
  .menu-disc i { display: block; width: 12px; height: 1px; background: currentColor; transition: transform .4s cubic-bezier(.22,1,.36,1), opacity .2s ease; }
  .menu-button[aria-expanded='true'] .menu-disc i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded='true'] .menu-disc i:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded='true'] .menu-disc i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 68px; left: 0; display: grid; gap: 4px; width: 342px; padding: 16px; border-radius: 12px; background: #fff; box-shadow: 0 1px 20px rgba(224,215,198,.5); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 4px 16px; border-radius: 10px; font-size: 16px; line-height: 1.4; letter-spacing: -.03em; text-align: center; }
  .mobile-menu a:hover { background: var(--paper); }
  .hero-content { grid-template-columns: 1fr; gap: 7px; width: min(342px, calc(100vw - 48px)); margin: 109px auto 0; }
  .hero-copy { width: 100%; min-width: 0; text-align: center; }
  .hero-copy h1 { font-size: 36px; line-height: 1.1; }
  .lead { max-width: 342px; margin: 24px auto 0; font-size: 22px; line-height: 1.4; }
  .button-row { position: relative; left: auto; flex-direction: column; flex-wrap: nowrap; justify-content: center; gap: 12px; width: 100%; margin-top: 32px; transform: none; }
  .button-row .button { width: 100%; }
  .button { min-height: 44px; padding: 10px 16px; font-size: 16px; white-space: nowrap; }
  .button-dark, .button-yellow { height: 44px; padding: 8px 8px 8px 16px; }
  .button-dark span, .button-yellow span { width: 26px; height: 26px; }
  .hero-assurance { justify-content: center; margin-top: 16px; margin-bottom: 20px; font-size: 13px; }
  .hero-visual { width: 100%; height: auto; aspect-ratio: 1003 / 1440; margin-left: 0; }
  .hero-desktop-composite { display: none; }
  .hero-mobile-work-summary { display: block; width: 100%; height: 100%; background: url('./assets/custodian-hero-ai-work-summary-mobile-v1.png') center / contain no-repeat; }
  .section { height: auto; min-height: 0; padding: 27px 24px; }
  .integration-section { height: auto; min-height: 0; padding: 27px 24px; overflow: hidden; }
  .integration-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; width: 100%; max-width: 342px; min-width: 0; height: auto; margin-inline: auto; }
  .integration-copy { width: 100%; min-width: 0; height: auto; }
  .integration-copy h2, .faq-intro h2 { font-size: 30px; line-height: 1.1; }
  .section-copy, .faq-intro p { font-size: 18px; line-height: 1.4; }
  .integration-copy .section-copy { margin: 20px 0; }
  .step-list { gap: 20px; width: 100%; min-width: 0; margin-top: 40px; overflow: visible; font-size: 18px; }
  .step-list li { align-items: flex-start; line-height: 1.25; white-space: normal; }
  .step-list .step-number { width: 28px; height: 28px; font-size: 11px; }
  .step-list .step-label { flex: 1 1 auto; }
  .desktop-step-text { display: none; }
  .mobile-step-text { display: block; }
  .store-gallery-stage { width: 342px; height: 240px; }
  .store-preview { border-radius: 13px; }
  .store-preview-glow { top: 49px; left: -2px; width: 190px; height: 127px; transform: rotate(-5deg); }
  .store-preview-fieldworks { top: 20px; left: 50px; width: 242px; height: 161px; transform: rotate(.5deg); }
  .store-preview-wagwell { top: 49px; right: -2px; width: 190px; height: 127px; transform: rotate(5deg); }
  .centered-heading { max-width: 340px; }
  .centered-heading h2 { font-size: 30px; line-height: 1.1; }
  .centered-heading p { margin-top: 20px; font-size: 18px; line-height: 1.4; }
  .feature-section { height: auto; min-height: 0; overflow: hidden; }
  .feature-tabs { grid-template-columns: 1fr; gap: 8px; height: 268px; margin-top: 40px; padding: 8px; border-radius: 20px; }
  .feature-tabs button { height: 57px; min-height: 57px; }
  .feature-tabs, .feature-card { width: 100%; max-width: 342px; margin-inline: auto; }
  .feature-card { grid-template-columns: 1fr; gap: 32px; height: 509.93px; min-height: 509.93px; margin-top: 12px; padding: 8px 8px 40px; border-radius: 24px; }
  .feature-image-wrap { position: relative; display: block; width: 100%; height: 215.53px; min-height: 215.53px; aspect-ratio: auto; padding: 0; }
  .feature-image-wrap img { position: absolute; top: 32px; left: 32px; width: 458px; height: 286px; max-width: none; max-height: none; object-fit: contain; }
  .feature-copy { justify-content: flex-start; gap: 16px; width: 100%; height: 214.4px; padding: 0 24px; }
  .tag { font-size: 10px; }
  .feature-copy h3 { margin: 0; font-size: 24px; line-height: 1.3; }
  .feature-copy p { font-size: 16px; }
  .process-section { height: auto; min-height: 0; padding: 27px 24px; overflow: hidden; }
  .process-heading { width: 66%; max-width: 226px; }
  .operations-shot { width: 100%; max-width: 342px; height: auto; aspect-ratio: 1.5; margin: 48px auto 0; padding: 0; border-radius: 12px; }
  .process-cards { gap: 8px; width: 100%; max-width: 342px; height: auto; margin: 48px auto 0; }
  .process-card { display: flex; flex-direction: column; align-items: stretch; height: 472.4px; min-height: 472.4px; padding: 16px; border-radius: 20px; }
  .process-card:first-child { height: 446.4px; min-height: 446.4px; }
  .process-number { position: static; margin-bottom: 24px; font-size: 14px; }
  .process-copy { gap: 12px; padding: 0; }
  .process-copy h5 { font-size: 20px; }
  .process-copy p { font-size: 16px; }
  .process-card img { width: 100%; height: 240px; max-height: 240px; margin-top: 20px; padding: 8px; }
  .control-section { height: auto; min-height: 0; padding: 0 4px; overflow: hidden; }
  .control-shell { grid-template-columns: minmax(0, 1fr); gap: 20px; width: 100%; max-width: 382px; height: auto; min-height: 0; margin-inline: auto; padding: 64px 24px; border-radius: 28px; }
  .control-intro h2 { font-size: 30px; }
  .control-intro > p { display: block; margin: 20px 0 0; color: rgba(255,255,255,.8); font-size: 18px; line-height: 1.4; }
  .mode-list { margin-top: 40px; }
  .mode-list button { min-height: 77px; }
  .mode-list strong { font-size: 18px; }
  .mode-list small { font-size: 14px; }
  .plan-card { justify-self: stretch; width: 100%; max-width: 100%; min-width: 0; height: 500.2px; min-height: 500.2px; padding: 32px; border-radius: 24px; }
  .plan-card h4 { font-size: 20px; }
  .plan-icon { width: 36px; height: 36px; }
  .price-line strong { font-size: 30px; }
  .price-line span { font-size: 14px; }
  .plan-card > p, .plan-card ul { font-size: 16px; }
  .plan-card ul { gap: 9px; }
  .proof-section { height: auto; min-height: 0; padding: 27px 24px; overflow: hidden; }
  .proof-heading { max-width: 310px; }
  .case-grid { grid-template-columns: 1fr; gap: 8px; width: 100%; max-width: 342px; height: auto; margin: 40px auto 0; }
  .case-card { border-radius: 22px; }
  .case-media { height: auto; }
  .case-content { gap: 4px; padding: 20px; }
  .case-card h5 { margin: 0; font-size: 20px; line-height: 1.3; }
  .case-card p { margin: 0; font-size: 16px; }
  .case-media span { font-size: 12px; }
  .view-all { margin-top: 32px; }
  .view-all { height: 44px; min-height: 44px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 8px; width: 100%; max-width: 342px; height: auto; margin: 64px auto 0; }
  .testimonial-card, .testimonial-middle, .testimonial-last { min-height: 409px; margin-top: 0; padding: 32px; }
  .testimonial-card blockquote { padding-left: 64px; font-size: 18px; }
  .faq-section { grid-template-columns: minmax(0, 1fr); gap: 40px; height: auto; min-height: 0; padding: 27px 24px; overflow: visible; }
  .faq-intro { max-width: 330px; }
  .faq-list details { border-radius: 20px; }
  .faq-list summary { min-height: 0; font-size: 16px; }
  .faq-list summary > span { width: 210px; }
  .faq-list details p { font-size: 16px; line-height: 1.4; }
  .faq-list { width: 100%; max-width: 342px; min-width: 0; height: auto; min-height: 598px; margin-inline: auto; }
  .contact-section { position: relative; grid-template-columns: minmax(0, 1fr); grid-template-areas: "title" "intro" "gate" "note"; align-content: start; gap: 0; width: calc(100% - 8px); max-width: 382px; height: auto; min-height: 0; margin: 0 auto; padding: 64px 24px; border-radius: 28px; }
  .contact-section:not(.form-is-open), .contact-section.form-is-open { min-height: 0; }
  .contact-copy { display: contents; }
  .contact-copy h2 { grid-area: title; font-size: 30px; }
  .contact-copy > p { grid-area: intro; font-size: 18px; }
  .beta-note { position: static; grid-area: note; width: auto; min-width: 0; margin: 16px 0 0; }
  .beta-note a { font-size: 20px; }
  .contact-copy, .contact-gate, .contact-form { min-width: 0; }
  .contact-gate, .contact-form { grid-area: gate; width: 100%; margin-top: 16px; padding: 32px 24px; border-radius: 24px; }
  .contact-gate { min-height: 468px; align-content: center; }
  .contact-gate-copy h3 { font-size: 28px; }
  .contact-gate-button { width: 100%; min-height: 58px; padding-left: 16px; font-size: 16px; }
  .trial-modal { align-items: end; padding: 12px; }
  .trial-modal-dialog { width: 100%; max-height: calc(100dvh - 24px); padding: 32px 20px 24px; border-radius: 24px; }
  .trial-modal-close { top: 14px; right: 14px; width: 38px; height: 38px; }
  .trial-modal-intro { padding-right: 44px; }
  .trial-modal-intro h2 { font-size: 28px; }
  .trial-modal .contact-form { gap: 16px; padding: 0; }
  .trial-modal-success { min-height: 430px; padding: 52px 4px 24px; }
  .trial-modal-success h2 { font-size: 34px; }
  .trial-modal-success .button { width: 100%; }
  .footer { gap: 80px; width: calc(100% - 8px); max-width: 382px; height: 625.52px; min-height: 625.52px; margin: 20px auto 0; padding: 40px 24px; border-radius: 28px 28px 0 0; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 40px; height: 271.91px; min-height: 271.91px; }
  .beta-signup, .newsletter-form { width: 100%; }
  .beta-signup h4 { font-size: 22px; line-height: 1.3; }
  .newsletter-form input { height: 50.5px; }
  .newsletter-form button { width: 112px; min-width: 112px; font-size: 13px; }
  .footer-links { grid-template-columns: auto 1fr; gap: 32px; width: 100%; font-size: 18px; }
  .footer-links nav { gap: 0; }
  .footer-bottom { flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 32px; height: 193.6px; min-height: 193.6px; }
  .footer-bottom a { font-size: 32px; line-height: 1.1; white-space: normal; }
  .footer-bottom small { font-size: 14px; }
  .privacy-nav { width: calc(100vw - 32px); max-width: none; }
  .privacy-nav .brand { width: auto; }
  .privacy-back-link { padding: 9px 12px; font-size: 14px; }
  .privacy-shell { width: calc(100% - 24px); padding: 112px 0 48px; }
  .privacy-header { padding: 40px 24px; border-radius: 24px; }
  .privacy-header h1 { font-size: 48px; }
  .privacy-header p { margin-top: 18px; }
  .privacy-content { margin-top: 48px; padding-inline: 12px; }
  .privacy-content section { padding: 28px 0; }
  .privacy-content h2 { font-size: 24px; }
  .privacy-content p { font-size: 16px; line-height: 1.65; }
  .privacy-footer { flex-direction: column; align-items: flex-start; gap: 18px; width: calc(100% - 24px); margin-bottom: 12px; padding: 28px 24px; border-radius: 20px; }
  .privacy-footer a { font-size: 22px; }
}

@media (max-width: 389px) {
  .contact-gate-button, .plan-card .button-yellow { gap: 8px; padding-left: 12px; font-size: 14px; }
  .contact-gate-button span, .plan-card .button-yellow span { width: 24px; height: 24px; }
}

@media (max-width: 374px) {
  .control-intro h2 { font-size: 28px; }
  .control-intro > p { font-size: 16px; }
  .plan-card { padding: 24px; }
  .plan-card h4 { font-size: 18px; }
  .price-line { margin-top: 16px; }
  .price-line strong { font-size: 28px; }
  .plan-card > p { margin: 10px 0 16px; font-size: 14px; }
  .plan-card ul { gap: 6px; margin-top: 24px; font-size: 14px; line-height: 1.3; }
}

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