.landing-page{--landing-topbar-height:72px;--landing-hero-overlay-a:rgba(8,17,31,.96);--landing-hero-overlay-b:rgba(8,17,31,.84);--landing-hero-overlay-c:rgba(8,17,31,.28);--landing-hero-overlay-d:rgba(8,17,31,.44);--landing-hero-overlay-e:rgba(8,17,31,.1);--landing-hero-overlay-f:rgba(8,17,31,.18);--landing-hero-overlay-g:rgba(8,17,31,.92);--landing-surface-raised:hsla(0,0%,100%,.06);--landing-surface-muted:hsla(0,0%,100%,.04);--landing-surface-hover:hsla(0,0%,100%,.05);--landing-surface-subtle:hsla(0,0%,100%,.02);--landing-heading-shadow:0 14px 40px rgba(0,0,0,.36);--landing-card-bg:rgba(8,17,31,.68);--landing-ring-center:rgba(8,17,31,.94);--brand-radius:var(--radius,20px);min-height:100vh;margin:0;padding-top:var(--landing-topbar-height);scroll-padding-top:var(--landing-topbar-height);font-family:var(--sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);color:var(--brand-text);background:radial-gradient(900px 600px at 10% 5%,rgba(30,165,240,.18),transparent 58%),radial-gradient(900px 620px at 85% 18%,rgba(36,196,126,.12),transparent 58%),linear-gradient(180deg,var(--brand-bg-0),var(--brand-bg-1) 48%,var(--brand-bg-end));overflow-x:hidden;transition:background .3s ease,color .3s ease}[data-theme=light] .landing-page{--landing-hero-overlay-a:rgba(238,247,253,.95);--landing-hero-overlay-b:rgba(248,251,255,.88);--landing-hero-overlay-c:rgba(248,251,255,.42);--landing-hero-overlay-d:rgba(238,247,253,.62);--landing-hero-overlay-e:hsla(0,0%,100%,.15);--landing-hero-overlay-f:rgba(238,247,253,.35);--landing-hero-overlay-g:rgba(238,247,253,.92);--landing-surface-raised:rgba(8,24,39,.05);--landing-surface-muted:rgba(8,24,39,.04);--landing-surface-hover:rgba(8,24,39,.05);--landing-surface-subtle:rgba(8,24,39,.02);--landing-heading-shadow:0 10px 28px rgba(8,24,39,.12);--landing-card-bg:hsla(0,0%,100%,.82);--landing-ring-center:hsla(0,0%,100%,.94)}.landing-page *{box-sizing:border-box}.landing-page a{color:inherit}.container{max-width:var(--max,1180px);margin:0 auto;padding:0 20px}.topbar{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;border-bottom:1px solid var(--brand-line);background:var(--app-header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-page main[id],.landing-page section[id]{scroll-margin-top:calc(var(--landing-topbar-height) + 12px)}.landing-page nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{gap:12px;text-decoration:none}.brand,.brandMark{display:inline-flex;align-items:center}.brandMark{width:42px;height:42px;border-radius:12px;justify-content:center;background:linear-gradient(135deg,#0d6efd,var(--brand-cyan));box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.16),0 18px 45px rgba(30,165,240,.26);position:relative;overflow:hidden}.brandMark:before{content:"";width:24px;height:24px;border-left:4px solid #fff;border-bottom:4px solid #fff;transform:skew(-12deg) rotate(0deg);opacity:.95}.brandMark span{position:absolute;width:28px;height:3px;background:#fff;transform:translate(4px,8px) rotate(-2deg);border-radius:999px;opacity:.9}.brandText strong{display:block;font-size:20px;line-height:1;letter-spacing:.07em;color:var(--brand-text)}.brandText strong span{color:var(--brand-cyan)}.brandText small{display:block;margin-top:5px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--brand-muted)}.menu{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.link-button,.menu a{text-decoration:none;font-size:13px;color:var(--brand-muted);padding:9px 11px;border-radius:999px;border:1px solid transparent;background:transparent;font-family:inherit;cursor:pointer}.link-button:hover,.menu a:hover{color:var(--brand-text);border-color:var(--brand-line);background:var(--landing-surface-hover)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:12px 18px;border-radius:12px;border:1px solid hsla(0,0%,100%,.18);background:var(--landing-surface-raised);color:var(--brand-text);text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 15px 35px rgba(0,0,0,.24);cursor:pointer;font-family:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease}.btn.primary{border-color:rgba(30,165,240,.58);background:linear-gradient(135deg,#0d6efd,var(--brand-cyan));box-shadow:0 18px 45px rgba(30,165,240,.28);color:#fff}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn.ghost{border-color:rgba(36,196,126,.42);background:rgba(36,196,126,.08);box-shadow:none}.mobileBand,.platformShowcaseBand{padding:72px 0;border-top:1px solid var(--brand-line);background:radial-gradient(700px 420px at 15% 0,rgba(36,196,126,.12),transparent 60%),linear-gradient(180deg,var(--landing-surface-subtle),transparent)}.legacyAnchor{display:block;position:relative;top:calc(-1 * var(--landing-topbar-height) - 12px);visibility:hidden;pointer-events:none}.platformTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 auto 24px;max-width:720px}.platformTab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--brand-line);border-radius:16px;background:var(--landing-surface-muted);color:var(--brand-muted);cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 18px;text-align:left;font-family:inherit;transition:border-color .18s ease,background .18s ease,transform .18s ease}.platformTab:hover{transform:translateY(-1px);border-color:rgba(110,199,255,.34)}.platformTab.active{border-color:rgba(30,165,240,.52);background:linear-gradient(180deg,rgba(30,165,240,.14),hsla(0,0%,100%,.04));box-shadow:0 18px 40px rgba(0,0,0,.22)}.platformTabLabel{color:var(--brand-text);font-size:18px;font-weight:800}.platformTabMeta{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-cyan-2)}.platformTabMetaLive{color:var(--brand-green,#9ef0c8)}.platformPanel{animation:platformPanelIn .24s ease-out}.platformPanelIntro{max-width:760px;margin:0 auto 20px;text-align:center}.platformPanelIntro p{margin:0;color:var(--brand-muted);line-height:1.65}.platformPanelIntroIos{display:flex;flex-direction:column;align-items:center;gap:12px}@keyframes platformPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mobileSectionHeading{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mobileAvailableTag{background:rgba(36,196,126,.14);border-color:rgba(36,196,126,.34);color:var(--brand-green,#9ef0c8)}.mobilePlatformGrid{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.5fr);grid-gap:18px;gap:18px;align-items:start}.mobilePlatformCard ul{margin:0;padding-left:18px;color:var(--brand-muted);line-height:1.7}.mobileScreenshotGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.mobileScreenshotSlot{margin:0;display:flex;flex-direction:column;gap:10px}.mobileScreenshotFrame{aspect-ratio:9/19.5;border-radius:22px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.34)}.mobileScreenshotFrame img{width:100%;height:100%;object-fit:cover;display:block}.mobileScreenshotPlaceholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;text-align:center;border:2px dashed rgba(110,199,255,.28);background:repeating-linear-gradient(-45deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.03) 10px,hsla(0,0%,100%,.015) 0,hsla(0,0%,100%,.015) 20px)}.mobileScreenshotPlaceholderLabel{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-cyan-2)}.mobileScreenshotPlaceholder code{font-size:11px;color:var(--brand-text);word-break:break-all}.mobileScreenshotPlaceholderHint{font-size:11px;color:var(--brand-muted);line-height:1.4}.mobileScreenshotSlot figcaption{padding:0 4px}.mobileScreenshotSlot figcaption strong{display:block;margin-bottom:4px;color:var(--brand-text);font-size:14px}.mobileScreenshotSlot figcaption p{margin:0;color:var(--brand-muted);font-size:12px;line-height:1.5}.hero{position:relative}.heroWithPhoto{min-height:640px;display:flex;align-items:stretch;border-bottom:1px solid var(--brand-line);overflow:hidden}.heroPhoto{position:absolute;inset:0;background:linear-gradient(90deg,var(--landing-hero-overlay-a) 0,var(--landing-hero-overlay-b) 34%,var(--landing-hero-overlay-c) 70%,var(--landing-hero-overlay-d) 100%),linear-gradient(180deg,var(--landing-hero-overlay-e) 0,var(--landing-hero-overlay-f) 55%,var(--landing-hero-overlay-g) 100%),url(/assets/logbookai-airplane-hero.jpg);background-size:cover;background-position:100%;transform:scale(1.01)}.heroPhoto:after{content:"";position:absolute;inset:0;background:radial-gradient(600px 420px at 72% 45%,rgba(30,165,240,.12),transparent 60%),radial-gradient(600px 420px at 92% 70%,rgba(245,165,36,.12),transparent 60%)}.heroContent{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:center;grid-gap:42px;gap:42px;width:100%;padding-top:72px;padding-bottom:64px}.heroCopy{max-width:690px}.eyebrow,.tag{display:inline-flex;align-items:center;width:max-content;max-width:100%;font-family:var(--mono,"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-cyan-2);border:1px solid rgba(30,165,240,.28);background:rgba(30,165,240,.1);border-radius:999px;padding:7px 10px}.landing-page h1{margin:18px 0 0;font-size:clamp(34px,4.5vw,56px);line-height:1.05;letter-spacing:-.05em;color:var(--brand-text);text-shadow:var(--landing-heading-shadow)}.sub{margin:24px 0 0;color:var(--brand-muted);font-size:clamp(17px,2vw,21px);line-height:1.55;max-width:660px}.logbook-trial-notice--landing{margin-top:1.25rem;max-width:42rem;padding:.85rem 1rem;border-radius:14px;border:1px solid color-mix(in srgb,var(--brand-cyan) 35%,transparent);background:color-mix(in srgb,var(--brand-cyan) 10%,transparent)}.logbook-trial-notice--landing .logbook-trial-notice-title{margin:0 0 .4rem;font-size:.82rem;font-weight:700;color:var(--brand-text)}.logbook-trial-notice--landing .logbook-trial-notice-list{margin:0;padding-left:1.1rem;font-size:.78rem;line-height:1.45;color:var(--brand-muted)}.logbook-trial-notice--landing .logbook-trial-notice-list li+li{margin-top:.2rem}.crewlink-callout{border:1px solid color-mix(in srgb,var(--brand-cyan) 28%,transparent);border-radius:14px;background:color-mix(in srgb,var(--brand-panel-solid) 55%,transparent);color:var(--brand-muted);font-size:14px;line-height:1.6;margin:16px 0 0;max-width:42rem;padding:14px 16px}.crewlink-callout strong{color:var(--brand-text)}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.trustStrip{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;color:var(--brand-muted);font-size:13px}.trustStrip span{border-left:2px solid var(--brand-cyan);padding-left:10px}.integrityCard{align-self:end;border:1px solid var(--brand-line);border-radius:18px;background:var(--landing-card-bg);box-shadow:var(--brand-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:20px}.integrityHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;font-family:var(--mono,monospace);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-muted)}.integrityHeader b{color:var(--brand-green);font-size:16px}.scoreRing{width:132px;height:132px;margin:22px auto 18px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,var(--landing-ring-center) 58%,transparent 60%),conic-gradient(var(--brand-green) 0 355deg,hsla(0,0%,100%,.15) 355deg 1turn);box-shadow:0 0 35px rgba(36,196,126,.18)}.scoreRing span{font-size:28px;font-weight:800}.integrityCard ul,.outputList ul,.useCaseCard ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;color:var(--brand-muted);font-size:13px;line-height:1.45}.integrityCard li,.outputList li,.useCaseCard li{position:relative;padding-left:20px}.integrityCard li:before,.outputList li:before,.useCaseCard li:before{content:"✓";position:absolute;left:0;top:0;color:var(--brand-green);font-weight:900}.integrityCard a{display:inline-flex;margin-top:16px;color:var(--brand-cyan-2);text-decoration:none;font-size:13px;font-weight:700}.landing-page section{padding:64px 0}.workflowBand{border-bottom:1px solid var(--brand-line);background:hsla(0,0%,100%,.02)}.sectionTitle{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.sectionTitle.centered{text-align:center;align-items:center;flex-direction:column}.sectionTitle h2{margin:0;font-size:clamp(26px,3vw,38px);letter-spacing:-.04em;color:var(--brand-text)}.sectionTitle p{margin:0;color:var(--brand-muted);font-size:14px;line-height:1.65;max-width:720px}.workflowGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.workflowStep{position:relative;min-height:190px;border:1px solid var(--brand-line);border-radius:18px;padding:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.025))}.workflowStep:not(:last-child):after{content:"→";position:absolute;right:-14px;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.34);font-size:26px;z-index:2}.workflowIcon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(30,165,240,.38);color:var(--brand-cyan-2);background:rgba(30,165,240,.1);font-family:var(--mono,monospace);font-size:12px;font-weight:800}.feature h3,.panel h3,.workflowStep h3{margin:16px 0 8px;font-size:17px;color:var(--brand-text)}.aboutBox,.disclaimerBox,.feature p,.fineprint,.workflowStep p{color:var(--brand-muted);font-size:13px;line-height:1.65}.fineprint a{color:var(--brand-cyan-2,var(--brand-cyan));text-decoration:none}.fineprint a:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:16px;gap:16px}.card,.feature,.panel{border:1px solid var(--brand-line);border-radius:var(--brand-radius);background:var(--brand-panel);box-shadow:0 18px 55px rgba(0,0,0,.24);overflow:hidden}.feature,.panel{padding:22px}.dashboardGrid .discrepancyPanel{grid-column:span 7}.dashboardGrid .featurePrimary{grid-column:span 5}.dashboardGrid .feature:not(.featurePrimary){grid-column:span 6}.feature ul{margin:14px 0 0;padding-left:18px;color:var(--brand-muted);font-size:13px;line-height:1.7}.panelHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.contactFormCard h3,.outputList h3,.panelHeader h3,.useCaseCard h3{margin:0}.panelHeader a{color:var(--brand-cyan-2);text-decoration:none;font-size:12px;font-weight:700}.discrepancyTable{width:100%;border-collapse:collapse;color:var(--brand-muted);font-size:13px}.discrepancyTable th{text-align:left;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(216,228,238,.62);padding:10px 8px;border-bottom:1px solid var(--brand-line)}.discrepancyTable td{padding:13px 8px;border-bottom:1px solid rgba(216,228,238,.1)}.severity{font-weight:800}.severityHigh{color:var(--brand-red)}.severityMedium{color:var(--brand-amber)}.severityLow{color:var(--brand-green)}.outputGrid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);grid-gap:16px;gap:16px}.heroRight{padding:16px}.heroArt{width:100%;height:520px;border-radius:16px;border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));position:relative;overflow:hidden}.feature-carousel{min-height:520px;border-color:rgba(30,165,240,.28);box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 0 0 1px hsla(0,0%,100%,.04)}.feature-carousel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(4,16,25,.82));pointer-events:none}.feature-carousel img{animation:carouselFade .35s ease-out}.feature-carousel-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;padding:18px;border:1px solid hsla(0,0%,100%,.16);border-radius:14px;background:rgba(4,16,25,.76);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-carousel-caption span{display:inline-flex;margin-bottom:6px;font-family:var(--mono,monospace);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-cyan-2)}.feature-carousel-caption h3{margin:0 0 6px;color:var(--brand-text);font-size:clamp(18px,2vw,24px)}.feature-carousel-caption p{margin:0;color:var(--brand-muted);font-size:13px;line-height:1.5}.feature-carousel-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;width:100%}.feature-carousel-tab{flex:1 1 112px;border:1px solid var(--brand-line);border-radius:999px;background:hsla(0,0%,100%,.03);color:var(--brand-muted);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:10px 12px;scroll-margin-top:calc(var(--landing-topbar-height) + 12px)}.feature-carousel-tab.active,.feature-carousel-tab:hover{border-color:rgba(30,165,240,.52);background:rgba(30,165,240,.12);color:var(--brand-text)}.outputList{display:flex;flex-direction:column;gap:18px;justify-content:center}.landing-page details{border:1px solid var(--brand-line);border-radius:var(--brand-radius);background:var(--brand-panel);padding:18px 20px}.landing-page summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;color:var(--brand-text)}.landing-page summary::-webkit-details-marker{display:none}.chev{width:10px;height:10px;border-right:2px solid var(--brand-muted);border-bottom:2px solid var(--brand-muted);transform:rotate(45deg);transition:transform .18s ease;margin-left:auto}.landing-page details[open] .chev{transform:rotate(225deg)}.aboutBox{margin-top:14px}.aboutBox p{margin:0 0 12px}.aboutBox ul{margin:0;padding-left:18px}.newsletterBand{padding:56px 0 12px}.newsletterCard{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;gap:28px;align-items:center;padding:28px;background:linear-gradient(135deg,rgba(30,165,240,.12),transparent 55%),var(--brand-panel);border:1px solid rgba(30,165,240,.28)}.newsletterCopy h2{margin:10px 0 8px;font-size:clamp(1.6rem,2.4vw,2rem)}.newsletterCopy p{margin:0;color:var(--brand-muted);line-height:1.6;max-width:52ch}.newsletterFormWrap{display:flex;flex-direction:column;gap:10px}.newsletterForm{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;margin-top:0}.newsletterForm .btn{white-space:nowrap}.newsletterFineprint{margin:0}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.contactGrid .contactFormCard{grid-column:span 7}.contactGrid .useCaseCard{grid-column:span 5}.landing-page form{display:flex;flex-direction:column;gap:10px;margin-top:14px}.landing-page input,.landing-page textarea{width:100%;padding:12px 13px;border-radius:12px;border:1px solid var(--brand-line);background:rgba(4,16,25,.48);color:var(--brand-text);font-size:14px;outline:none;font-family:inherit}.landing-page input:focus,.landing-page textarea:focus{border-color:rgba(30,165,240,.62);box-shadow:0 0 0 3px rgba(30,165,240,.18)}.landing-page textarea{min-height:126px;resize:vertical}.status{padding:12px 16px;margin:14px 0;border-radius:12px;color:var(--brand-text);font-size:13px}.status.success{background-color:rgba(36,196,126,.1);border:1px solid rgba(36,196,126,.3)}.status.error{background-color:rgba(255,92,103,.1);border:1px solid rgba(255,92,103,.3)}.disclaimerBox{margin-top:18px;padding-top:18px}.disclaimerBox,.landing-page footer{border-top:1px solid var(--brand-line)}.landing-page footer{padding:30px 0 38px;color:var(--brand-muted);font-size:12px}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:16px;gap:16px;align-items:start}.footerBrand{font-weight:800;color:var(--brand-text);margin-bottom:6px;letter-spacing:.04em}.footLinks{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.footLinks a{color:var(--brand-muted);text-decoration:none;border:1px solid transparent;padding:6px 8px;border-radius:10px}.footLinks a:hover{border-color:var(--brand-line);background:var(--landing-surface-muted);color:var(--brand-text)}@keyframes carouselFade{0%{opacity:.55;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}@media (max-width:980px){.heroContent{grid-template-columns:1fr;gap:28px}.integrityCard{max-width:420px;align-self:auto}.newsletterCard,.newsletterForm,.outputGrid,.trustStrip,.workflowGrid{grid-template-columns:1fr}.workflowStep:not(:last-child):after{display:none}.contactGrid .contactFormCard,.contactGrid .useCaseCard,.dashboardGrid .discrepancyPanel,.dashboardGrid .feature:not(.featurePrimary),.dashboardGrid .featurePrimary{grid-column:span 12}.footerGrid{grid-template-columns:1fr}.footLinks{justify-content:flex-start}}@media (max-width:768px){.container{padding:0 16px}.landing-page nav{min-height:auto;padding:12px 0;flex-wrap:wrap}.menu{width:100%;justify-content:flex-start}.menu a{font-size:12px;padding:8px 9px}.brandText strong{font-size:17px}.heroWithPhoto{min-height:620px}.heroPhoto{background-position:68%}.heroContent{padding-top:42px;padding-bottom:44px}.landing-page h1{font-size:clamp(28px,9vw,42px)}.sub{font-size:16px}.btn,.heroActions{width:100%}.trustStrip{gap:10px}.landing-page section{padding:42px 0}.sectionTitle{flex-direction:column;align-items:flex-start}.workflowGrid{gap:10px}.workflowStep{min-height:auto}.feature-carousel,.heroArt{min-height:420px;height:420px}.feature-carousel-caption{left:14px;right:14px;bottom:14px;padding:14px}.feature-carousel-tabs{justify-content:stretch}.landing-page input,.landing-page textarea{font-size:16px}}@media (max-width:480px){.brandText small{display:none}.heroWithPhoto{min-height:660px}.integrityCard{padding:16px}.scoreRing{width:112px;height:112px}.feature-carousel,.heroArt{height:340px;min-height:340px}.feature-carousel-caption h3{font-size:17px}.discrepancyTable,.feature-carousel-caption p{font-size:12px}.discrepancyTable td:first-child,.discrepancyTable th:first-child{display:none}.mobilePlatformGrid,.mobileScreenshotGrid,.platformTabs{grid-template-columns:1fr}}