/* Flight Reader public website. Shared tokens and responsive components. */
:root{--ink:#182b38;--muted:#51616b;--blue:#006aa3;--line:#d7e0e5;--paper:#fff;--wash:#f2f6f8;--radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;width:auto;height:auto}a,a:link,a:visited{color:var(--blue)}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,summary,a{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #b64b08;outline-offset:4px}img{max-width:100%;height:auto}h1,h2,h3,h4{font-family:inherit;color:var(--ink);line-height:1.16;letter-spacing:-.025em;margin:0 0 18px;padding:0;font-weight:650}h1{font-size:clamp(2.15rem,4.2vw,3.65rem)}h2{font-size:clamp(1.7rem,2.8vw,2.5rem)}h3{font-size:1.3rem}p{margin:0 0 20px}p:last-child{margin-bottom:0}ul{padding-left:22px}li{margin-bottom:9px}.wrap{width:min(1180px,calc(100% - 64px));margin:auto}.skip-link{position:fixed;top:-100px;left:16px;z-index:100000;background:white;padding:12px}.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:1000;background:#101c25;color:#fff;border-bottom:1px solid #2d3d48}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:78px}.brand{display:flex;flex-shrink:0}.brand img{width:196px;height:auto}.site-nav{display:flex;align-items:center;gap:24px}.site-nav>a,.site-nav summary{color:#e7edf1;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap}.site-nav summary{padding:22px 0;list-style:none}.site-nav summary::-webkit-details-marker{display:none}.site-nav summary:after{content:'⌄';margin-left:8px}.site-nav details{position:relative}.nav-drop{position:absolute;top:100%;left:-18px;min-width:235px;display:grid;padding:10px;background:white;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px #102b3820}.nav-drop a{padding:10px;color:var(--ink);font-size:14px;text-decoration:none;border-radius:4px}.nav-drop a:hover{background:var(--wash)}.site-nav .nav-cta{background:#0b7ab6;border:1px solid #4995c0;color:white;border-radius:6px;padding:10px 15px}.menu-toggle{display:none;background:transparent;color:white;border:1px solid #657582;border-radius:6px;padding:8px 13px}.eyebrow{color:var(--blue);font:600 12px/1.5 ui-monospace,Consolas,monospace;letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}.hero{padding:64px 0 54px;background:var(--wash);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1fr 1.04fr;align-items:center;gap:52px}.hero .lead{font-size:18px;max-width:620px;color:var(--muted)}.hero h1{max-width:680px}.hero h1 em{font-style:normal;color:var(--blue)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 15px}.button,.button:link,.button:visited,.pure-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 19px;border:1px solid var(--blue);border-radius:6px;background:var(--blue);color:#fff;font:600 14px/1.5 system-ui,sans-serif;text-decoration:none;white-space:normal;cursor:pointer}.button:hover,.pure-button:hover{background:#005781;color:#fff;text-decoration:none}.button.secondary{background:#fff;color:var(--ink);border-color:#b8c8d2}.button.secondary:hover{background:#eaf0f4}.small{font-size:13px;color:var(--muted)}.text-link{font-weight:600;text-underline-offset:4px}.product-shot{margin:0;background:#fff;border:1px solid #bdcbd5;border-radius:10px;overflow:hidden;box-shadow:0 15px 35px #17334315}.shot-bar{display:flex;justify-content:space-between;padding:11px 16px;color:#415664;background:#e7edf1;font:11px/1.4 ui-monospace,monospace;border-bottom:1px solid var(--line)}.product-shot img{display:block;width:100%}.product-shot figcaption{font-size:12px;color:var(--muted);padding:12px 16px;background:white}.capabilities{display:flex;gap:26px;flex-wrap:wrap;justify-content:center;padding:19px 0;font-size:13px;color:#516571;border-bottom:1px solid var(--line)}.capabilities span:before{content:'+';color:var(--blue);font-weight:bold;margin-right:9px}.section{padding:64px 0}.section.tinted{background:var(--wash);border-block:1px solid var(--line)}.section-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-intro p{max-width:430px;color:var(--muted)}.section-intro h2{margin-bottom:0}.two-up{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.three-up{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-card{display:flex;flex-direction:column;border:1px solid var(--line);border-top:3px solid var(--blue);border-radius:var(--radius);padding:30px;background:white}.product-card.desktop{border-top-color:#435965}.product-card h3{font-size:1.8rem}.product-card .intro{color:var(--muted);min-height:54px}.product-card ul{padding:0;list-style:none;margin:10px 0 24px}.product-card li{padding-left:22px;position:relative}.product-card li:before{content:'✓';position:absolute;left:0;color:var(--blue)}.product-card .actions{margin-top:auto}.product-card .text-link{font-size:14px}.product-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--wash);font:22px ui-monospace,monospace;margin-bottom:20px;color:var(--blue)}.feature{border-top:1px solid #c8d5dd;padding-top:24px}.feature p{color:var(--muted);font-size:15px}.feature .number{font:12px ui-monospace,monospace;color:var(--blue);display:block;margin-bottom:15px}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.developer-band{background:#142a37;color:#d6e3eb;border-radius:12px;padding:36px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}.developer-band h2{color:white}.developer-band .eyebrow{color:#8fcbea}.developer-band a{color:#a6ddfa}.developer-band .button{color:white}.code{background:#0c1d28;color:#b7d9eb;font:14px/1.8 ui-monospace,Consolas,monospace;padding:22px;border-radius:8px;overflow:auto;max-width:100%;white-space:pre}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}.final-cta h2{font-size:2rem}.site-footer{padding:45px 0 25px;background:#101c25;color:#bccbd5}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.site-footer a{color:#c3d2dc;text-decoration:none;font-size:14px}.site-footer a:hover{text-decoration:underline}.footer-grid h2{font-size:14px;color:white;letter-spacing:0}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-brand img{width:190px}.footer-brand p{font-size:13px;max-width:230px;margin-top:18px}.footer-bottom{margin-top:36px;border-top:1px solid #35434e;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;gap:18px}.table-scroll{max-width:100%;overflow:auto;border:1px solid var(--line);border-radius:8px}.comparison{width:100%;border-collapse:collapse;text-align:left}.comparison th,.comparison td{padding:18px 22px;vertical-align:top;border-bottom:1px solid var(--line)}.comparison thead{background:var(--wash)}.comparison td{width:35%;color:var(--muted)}.comparison th{font-weight:600}.comparison tr:last-child>*{border:0}.note{border-left:3px solid var(--blue);padding:16px 20px;background:var(--wash);color:var(--muted);margin-top:24px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:600;cursor:pointer}.faq details p{margin-top:16px;color:var(--muted)}.page-hero{padding:50px 0;background:var(--wash);border-bottom:1px solid var(--line)}.page-hero p{max-width:750px;color:var(--muted);font-size:18px}
/* Existing ASP pages retain their business logic and selectors. */
.Content{width:min(1120px,calc(100% - 64px));margin:auto}.ContentMat{background:white;border:0;box-shadow:none;padding:45px 0;margin:0}.FlexContainer{margin:0!important;min-width:0}.Copy{font:inherit}.PageHeader{font:650 clamp(2rem,4vw,3rem)/1.2 system-ui,sans-serif;color:var(--ink);padding:0;margin:0 0 30px;width:100%;text-align:left}.PageSubHeaderBold{font:650 1.5rem/1.3 system-ui,sans-serif;padding:0;margin:20px 0}.Copy h2{font-size:1.8rem}.Copy img{max-width:100%;height:auto}.Copy pre{max-width:100%;overflow:auto;white-space:pre;font-size:13px}.Copy input,.Copy select{max-width:100%;min-height:44px}.Copy label{display:block;font-weight:600;margin:10px 0 4px}.Copy table{max-width:100%}.PlanTableWrap{overflow:auto}.PlanTable{font-size:14px}.PlanTable .Check{color:#187043}.PlanTable .NotIncluded{color:#68717a}.PlanTableWrap:focus-visible{outline:3px solid var(--blue)}.doc-nav{display:flex;gap:10px 20px;flex-wrap:wrap;padding:18px 22px;background:var(--wash);border:1px solid var(--line);border-radius:8px;margin-bottom:30px;font-size:14px}.copy-code{display:block;margin:12px 0 6px auto;min-height:36px;border:1px solid var(--line);border-radius:5px;background:white;padding:5px 12px;color:var(--blue);cursor:pointer}.feature-detail{margin-top:6px;font-weight:400;font-size:12px;color:var(--muted)}.feature-detail summary{cursor:pointer;text-decoration:underline}.feature-detail p{margin-top:8px}.legacy-table-scroll{overflow:auto;max-width:100%}.legacy-table-scroll table{min-width:550px}.preview-notice{padding:10px 20px;background:#fff3db;color:#674305;font-size:13px;text-align:center}.anchor-target{scroll-margin-top:100px}
.code-group{min-width:0}.code-group .code{margin:0}.code-group .copy-code{margin-top:0}.api-intro{width:100%;margin-bottom:32px}.site-footer img{height:auto}.ContentMat,.FlexContainer>*{min-width:0;max-width:100%}.Copy{overflow-wrap:anywhere}.Copy pre{overflow-wrap:normal}.PolicyHeader{font-size:1.7em}.PolicySubHeader{font-size:1.3em}
@media(min-width:1600px){.hero{padding:76px 0}.wrap{width:min(1240px,calc(100% - 100px))}}
@media(max-width:1050px){.site-nav{gap:15px}.brand img{width:166px}.nav-wrap{gap:18px}.hero-grid{gap:30px}.hero .actions{flex-direction:column;align-items:start}.hero h1{font-size:2.7rem}.three-up{gap:20px}.developer-band{gap:20px}}
@media(max-width:850px){.wrap,.Content{width:calc(100% - 40px)}.nav-wrap{min-height:68px;flex-wrap:wrap;gap:0}.menu-toggle{display:block}.site-nav{width:100%;flex-direction:column;align-items:stretch;gap:0;padding:8px 0 20px}.site-nav[hidden]{display:none}.site-nav>a,.site-nav summary{display:block;padding:12px 8px}.nav-drop{position:static;box-shadow:none;margin:0 8px 6px}.site-nav .nav-cta{margin-top:8px;text-align:center}.hero{padding:38px 0}.hero-grid,.split{grid-template-columns:1fr;gap:32px}.hero h1{font-size:clamp(2.1rem,6vw,3rem);max-width:620px}.hero .actions{flex-direction:row}.hero .product-shot{max-width:650px}.section{padding:44px 0}.section-intro{align-items:start;flex-direction:column;gap:18px}.developer-band{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.final-cta{flex-direction:column;align-items:start}.product-card{padding:24px}.three-up{grid-template-columns:1fr}.feature{padding-top:18px}.ContentMat{padding:32px 0}}
@media(max-width:560px){.two-up{grid-template-columns:1fr}.hero .actions,.actions{flex-direction:column;align-items:stretch}.hero .actions .button{width:100%}.hero .lead{font-size:16px}.capabilities{gap:8px 20px;justify-content:start}.product-card .intro{min-height:0}.developer-band{padding:24px}.comparison th,.comparison td{padding:12px 10px;font-size:13px}.comparison thead th:first-child{width:25%}.footer-grid{gap:28px 18px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.code{font-size:12px;padding:16px}#PricingBuy{width:100%!important;padding:0 0 30px!important}.PageHeader{font-size:2rem}.Copy .Responsive{width:100%}.PlanTable{min-width:600px}.page-hero{padding:35px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
