/* Skyelan landing design prototype — no external dependencies. */
:root{
 --navy:#10233f;--midnight:#0b1830;--blue:#2463eb;--blue-hover:#174fc5;--blue-soft:#edf3ff;
 --text:#14263f;--muted:#57677d;--light-muted:#79889c;--border:#dfe7f1;--line:#e9eef5;
 --surface:#ffffff;--page-tint:#f4f7fb;--success:#147d52;--success-soft:#eaf7f0;
 --amber:#9a5700;--amber-soft:#fff4dd;--critical:#b42318;--critical-soft:#feeceb;
 --shadow:0 18px 55px rgba(22,45,82,.08),0 2px 8px rgba(22,45,82,.03);
 --radius:20px;--container:1280px;--font:'Inter','Inter Display','Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:#fff;color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a{touch-action:manipulation}button{border:0}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:4px}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.2}h1,h2{font-weight:650;letter-spacing:-.046em}h3,h4{letter-spacing:-.025em}ul{padding:0;margin:0;list-style:none}img,svg{display:block}button:disabled{cursor:default}::selection{background:#dbe8ff} [hidden]{display:none!important}
.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.icon{width:20px;height:20px;flex:0 0 auto;display:inline-block;vertical-align:middle}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-100px;left:16px;padding:12px 20px;background:var(--navy);color:#fff;z-index:200}.skip-link:focus{top:12px}.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:13px 21px;border:1px solid transparent;border-radius:9px;font-size:14px;font-weight:600;line-height:1.4;white-space:nowrap;transition:background .18s,box-shadow .18s,transform .18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 4px 10px #2463eb15}.btn-primary:hover{background:var(--blue-hover);box-shadow:0 7px 18px #2463eb20}.btn-secondary{border-color:#d4dfec;background:#fff;color:var(--navy)}.btn-secondary:hover{background:var(--blue-soft);border-color:#b7cbed}.btn-white{color:var(--blue);background:#fff}.btn-white:hover{background:#eaf1ff}.btn .icon{width:18px;height:18px}.text-link{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-size:14px;font-weight:650;min-height:44px}.text-link:hover{gap:18px}.eyebrow{font-size:11px;line-height:1.5;letter-spacing:.15em;font-weight:750;color:var(--blue);margin-bottom:19px;text-transform:uppercase}.section{padding:108px 0}.section-tint{background:var(--page-tint)}h2{font-size:44px;line-height:1.12}.section-heading{max-width:830px;margin:0 auto 38px}.section-heading p:not(.eyebrow){font-size:16px;line-height:1.75;color:var(--muted);margin-top:22px}.centered{text-align:center}.section-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted);margin-top:24px}.section-copy .text-link{margin-top:23px}.split{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center}.heading-row{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end;margin-bottom:44px}.heading-row>p{color:var(--muted);font-size:16px;max-width:490px;padding-bottom:5px}.amber-text{color:var(--amber)!important}.green-text{color:var(--success)!important}.subtle{font-size:11px;color:var(--muted)}.sample-note{font-size:10px;font-weight:500;letter-spacing:.01em;color:var(--muted)}.demo-label{font-size:8px;font-weight:650;letter-spacing:.11em;color:var(--muted);padding:3px 6px;border:1px solid var(--border);border-radius:3px;line-height:1.4}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:11px;background:var(--blue-soft);color:var(--blue);flex-shrink:0}.feature-icon .icon{width:23px;height:23px}.status{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:10px;font-weight:600;padding:4px 7px;line-height:1.3;border-radius:5px}.status-dot{width:5px;height:5px;display:inline-block;flex-shrink:0;border-radius:100%;background:currentColor}.status.open{color:#566479;background:#edf1f6}.status.progress{color:#1d55bd;background:#eaf1ff}.status.attention{color:var(--amber);background:var(--amber-soft)}.status.done{color:var(--success);background:var(--success-soft)}.status.critical{color:var(--critical);background:var(--critical-soft)}.live-dot{display:inline-block;background:var(--success);width:6px;height:6px;border-radius:100%;box-shadow:0 0 0 3px #147d5210;flex:0 0 auto}.avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;display:inline-flex;flex-shrink:0}.avatar svg{width:100%;height:100%}.table-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#bfcfe2 transparent}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}.data-table th{font-size:9px;text-transform:uppercase;letter-spacing:.035em;font-weight:600;color:#65758b;background:#f8fafd;padding:12px 15px;white-space:nowrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.data-table td{padding:17px 15px;border-bottom:1px solid var(--line);white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:0}.data-table strong{display:block;font-weight:600}.data-table small{display:block;font-size:9px;color:#6a7a8f;margin-top:3px}.data-table tbody tr:hover{background:#fafcff}.app-window{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.app-top{height:63px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 22px;gap:14px}.app-title,.app-top-right{display:flex;align-items:center;gap:10px}.app-title>.icon{color:var(--blue);width:19px}.app-title strong{font-size:13px}.app-title-caption{border-left:1px solid var(--border);padding-left:15px;margin-left:8px;color:var(--muted);font-size:10px}.app-top-right{font-size:10px}.app-top-right .avatar{width:27px;height:27px}.app-clock{margin:0 5px 0 12px;color:var(--muted);font-size:10px}.app-foot{padding:12px 21px;font-size:9px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);gap:15px}.app-foot>span{display:inline-flex;align-items:center;gap:7px}.app-foot .icon{width:13px;height:13px}.card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line);gap:14px}.card-header>div{display:flex;gap:10px;align-items:center}.card-header h3{font-size:14px;font-weight:600}.card-header .icon{color:var(--blue);width:18px;height:18px}.filter-chip{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:6px;background:#fff;font-size:10px;line-height:1.3;white-space:nowrap}.filter-chip .icon{width:14px;height:14px}.small-btn{display:inline-flex;gap:7px;align-items:center;min-height:34px;border:1px solid var(--border);background:#fff;border-radius:6px;padding:6px 10px;font-size:10px;font-weight:600}.small-btn .icon{width:13px;height:13px}.progress-track{height:5px;width:100%;border-radius:5px;overflow:hidden;background:#edf1f8}.progress-track>span{height:100%;background:var(--blue);display:block;border-radius:5px}.progress-track.done>span{background:var(--success)}.progress-track.attention>span{background:#dda43d}.check-list{margin-top:27px;display:grid;gap:16px}.check-list li{display:flex;gap:12px;color:var(--muted);font-size:14px;line-height:1.6}.check-list .icon{width:19px;height:19px;color:var(--blue);margin-top:2px}
/* Brand and navigation */
.site-header{height:80px;background:rgba(255,255,255,.97);border-bottom:1px solid #eaf0f7;position:relative;z-index:40}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;line-height:1}.brand-mark{width:35px;height:35px;color:var(--blue)}.brand>span{font-size:29px;font-weight:720;letter-spacing:-1.2px;color:var(--navy)}.desktop-nav{display:flex;align-items:center;gap:31px;margin-left:20px}.desktop-nav a{font-size:12px;font-weight:530;min-height:44px;display:inline-flex;align-items:center;gap:5px}.desktop-nav a:hover{color:var(--blue)}.desktop-nav .icon{width:12px;height:12px}.header-actions{display:flex;align-items:center;gap:24px}.header-demo{min-height:42px;font-size:12px;padding:10px 16px;gap:15px}.contact-link{background:transparent;padding:0;font-size:12px;font-weight:550;min-height:44px}.contact-link:hover{color:var(--blue)}.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:8px}.mobile-nav{position:absolute;left:0;right:0;top:100%;background:white;padding:20px 24px;box-shadow:0 16px 28px #10233f15;border-top:1px solid var(--border)}.mobile-nav>a{display:block;min-height:48px;padding:10px 0}.mobile-nav .btn{width:100%;margin-top:10px}.brand-light .brand-mark,.brand-light>span{color:#fff}
/* Hero: operational UI instead of decorative stock imagery */
.hero{overflow:hidden;position:relative;padding:66px 0 49px;background:linear-gradient(115deg,#fff 33%,#f8fbff 65%,#eaf2ff 100%)}.hero-inner{display:grid;grid-template-columns:.88fr 1.12fr;gap:30px;align-items:center;position:relative;min-height:660px}.hero-copy{position:relative;z-index:3;padding:0 0 34px}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.105em;font-weight:700;background:#fff;border:1px solid #dce6f3;padding:7px 12px;border-radius:30px;color:#314b6f;box-shadow:0 2px 8px #18345304;margin-bottom:25px}.hero h1{font-size:62px;line-height:1.075;letter-spacing:-.054em}.hero h1>span{color:var(--blue)}.hero-description{font-size:17px;line-height:1.8;max-width:466px;color:var(--muted);margin-top:25px}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-actions .btn{min-height:52px;font-size:13px}.hero-support{max-width:422px;font-size:12px;line-height:1.8;color:#65758b;margin-top:23px}.hero-audience{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.03em;color:#61738a;margin-top:34px}.audience-line{width:25px;height:1px;background:#85a3ce}.hero-product{height:660px;position:relative;width:750px;margin-left:-18px;z-index:2}.hero-monitor{width:730px;position:absolute;left:0;top:30px;background:#fff;border-radius:13px;border:6px solid #152640;box-shadow:0 22px 65px #17345724,0 3px 6px #17345715;overflow:hidden}.window-bar{height:30px;background:#f2f6fb;border-bottom:1px solid #e0e8f2;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:8px;color:#728198}.window-bar>span:nth-child(2){display:flex;align-items:center;gap:5px}.window-bar .icon{height:9px;width:9px}.window-dots{display:flex;gap:4px}.window-dots>i{width:5px;height:5px;background:#c6d1df;border-radius:50%}.hero-app{display:flex;min-height:391px}.hero-sidebar{width:134px;background:var(--navy);padding:18px 11px 14px;color:#bdcadd;flex-shrink:0;position:relative}.mini-brand{display:flex;align-items:center;gap:7px;color:#fff;font-size:17px;letter-spacing:-.5px;margin-bottom:17px;padding:0 4px}.mini-brand .icon{width:20px;height:20px;color:#6f9aff}.station-mini{font-size:10px;border:1px solid #ffffff1a;border-radius:4px;padding:7px;margin-bottom:17px;color:white}.station-mini>span{font-size:8px;color:#b6c5da;margin-left:5px}.side-item{display:flex;align-items:center;gap:8px;font-size:9px;padding:9px 8px;border-radius:5px;margin-bottom:3px}.side-item .icon{width:13px;height:13px}.side-item.active{background:#2b65e9;color:#fff}.side-bottom{position:absolute;bottom:17px;left:20px;font-size:9px;display:flex;align-items:center;gap:9px}.side-bottom .icon{width:13px;height:13px}.hero-app-main{padding:21px 17px 13px;flex:1;min-width:0}.hero-app-heading{display:flex;align-items:center;justify-content:space-between}.overline{font-size:7px;letter-spacing:.12em;color:#73839a}.hero-app-heading h3{font-size:19px;margin-top:4px;letter-spacing:-.04em}.live-text{font-size:8px;color:var(--success);display:flex;align-items:center;gap:5px}.live-text i{width:5px;height:5px;border-radius:100%;background:var(--success)}.hero-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:9px;margin:17px 0 15px}.hero-stats>div{border:1px solid var(--border);border-radius:7px;padding:10px}.hero-stats span{font-size:8px;color:var(--muted);display:block}.hero-stats strong{font-size:24px;line-height:1.3;letter-spacing:-.04em;font-weight:650;margin-top:5px;display:block}.hero-stats small{display:block;font-size:6px;letter-spacing:0;color:var(--muted);margin-top:3px;font-weight:400}.tiny-tabs{display:flex;gap:18px;font-size:8px;color:#728298;border-bottom:1px solid var(--border);height:29px}.tiny-tabs>b{border-bottom:2px solid var(--blue);color:var(--blue)}.hero-flight-table{font-size:8px;text-align:left;border-collapse:collapse;width:100%}.hero-flight-table th{font-weight:500;color:#71839b;font-size:7px;padding:10px 5px;background:#f8fafd}.hero-flight-table td{border-bottom:1px solid var(--line);padding:9px 5px;vertical-align:middle}.hero-flight-table strong{font-weight:650}.hero-flight-table small{display:block;font-size:6px;color:#77879c;margin-top:2px}.hero-flight-table .status{font-size:6px;padding:4px 5px}.hero-flight-table .status-dot{width:3px;height:3px}.mini-progress{width:51px;height:3px;background:#eaf0f8;border-radius:3px;overflow:hidden;display:inline-block}.mini-progress i{display:block;height:100%;background:var(--blue)}.hero-flight-table td:nth-child(4)>small{display:inline;margin-left:4px}.hero-alert{display:flex;align-items:center;gap:6px;background:var(--amber-soft);padding:8px 7px;border-radius:4px;font-size:7px;margin-top:11px;color:#8e5c15}.hero-alert>.icon{height:10px;width:10px}.hero-alert>span:last-child{margin-left:auto;display:flex;align-items:center;gap:3px}.hero-alert>span:last-child>.icon{width:9px;height:9px}.hero-tablet-wrap{position:absolute;left:1px;top:427px;transform:rotate(-3deg);z-index:3}.tiny-tablet{width:345px;background:#142139;border-radius:14px;padding:11px 11px 11px 17px;box-shadow:0 20px 40px #10233f2a;position:relative}.tablet-camera{position:absolute;width:4px;height:4px;background:#566071;left:6px;top:50%;border-radius:50%}.tiny-tablet-screen{background:#fff;border-radius:5px;padding:12px 13px;overflow:hidden}.tiny-gse-head{display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--line);padding-bottom:9px;font-size:10px}.tiny-gse-head>.icon{width:14px;height:14px;color:var(--blue)}.tiny-offline{margin-left:auto;font-size:6px;background:var(--amber-soft);color:var(--amber);padding:3px 4px;display:flex;gap:3px;align-items:center;border-radius:4px}.tiny-offline>.icon{width:9px;height:9px}.tiny-asset{display:flex;align-items:center;justify-content:space-between;padding:10px 0 8px}.tiny-asset small{font-size:6px;letter-spacing:.06em;color:var(--muted)}.tiny-asset h4{font-size:18px}.tiny-asset .status{font-size:6px}.tiny-check{display:flex;align-items:center;justify-content:space-between;font-size:8px;padding:6px 0;border-bottom:1px solid var(--line)}.tiny-check b{color:var(--success);display:flex;gap:3px;align-items:center;font-size:7px;background:var(--success-soft);padding:3px 6px;border-radius:3px}.tiny-check .icon{width:9px;height:9px}.tiny-save{margin-top:8px;border-radius:4px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-size:9px;padding:6px}.tiny-save .icon{width:11px;height:11px}.tiny-sync{font-size:6px;color:var(--muted);display:flex;gap:4px;align-items:center;margin-top:6px}.tiny-sync .icon{width:9px;height:9px}.hero-phone-wrap{position:absolute;left:518px;top:252px;z-index:4;width:192px}.hero-phone-wrap .phone-device{transform:scale(.64);transform-origin:top left}.device-caption{position:absolute;bottom:-36px;left:61px;font-size:8px;font-weight:600;letter-spacing:.15em;color:#7186a1}.apron-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden;opacity:.38}.apron-lines span{position:absolute;display:block;border:1px solid #b7d0f3;width:700px;height:900px;right:-170px;top:-190px;transform:rotate(35deg);border-radius:100px}.apron-lines span:nth-child(2){right:-203px}.apron-lines span:nth-child(3){right:-236px;border-style:dashed}
/* Shared agent device */
.phone-device{width:298px;border:8px solid #14223a;border-radius:39px;background:white;overflow:hidden;position:relative;box-shadow:0 22px 45px #142d5424;padding-top:0}.phone-speaker{position:absolute;top:6px;left:50%;transform:translateX(-50%);height:16px;width:78px;background:#14223a;border-radius:0 0 12px 12px;z-index:2}.phone-statusbar{height:31px;padding:7px 17px 0;display:flex;justify-content:space-between;align-items:flex-start;font-size:9px;font-weight:650;color:#243347}.phone-statusbar>div{display:flex;gap:5px;align-items:center;font-size:7px}.battery{border:1px solid #34445a;border-radius:2px;width:14px;height:7px;position:relative;display:block}.battery:before{content:'';position:absolute;left:1px;top:1px;bottom:1px;width:9px;background:#34445a}.phone-content{padding:7px 16px 0}.mobile-app-brand{display:flex;align-items:center;gap:6px;font-size:15px;letter-spacing:-.4px}.mobile-app-brand>.icon{width:22px;height:22px;color:var(--blue)}.mobile-app-brand b>span{color:var(--muted);font-weight:450;font-size:12px}.mobile-app-brand .avatar{margin-left:auto;width:27px;height:27px}.shift-station{display:flex;gap:5px;align-items:center;font-size:8px;color:var(--muted);margin:11px 0 13px}.shift-station>.icon{width:11px;height:11px}.shift-station .live-dot{margin-left:auto;width:4px;height:4px}.greeting{font-size:9px;color:var(--muted);margin-bottom:5px}.phone-content>h3{font-size:26px;font-weight:650;letter-spacing:-.05em}.shift-meta{display:flex;align-items:center;justify-content:space-between;font-size:8px;color:var(--muted);margin-top:8px}.shift-meta>span:first-child{display:flex;gap:5px;align-items:center}.shift-meta .icon{width:11px;height:11px}.shift-summary{display:grid;grid-template-columns:1fr 1fr 1fr;background:#f2f6fc;border-radius:8px;margin-top:14px;padding:10px 0}.shift-summary>span{text-align:center;border-right:1px solid #dce5f0;font-size:8px;color:var(--muted);line-height:1.2}.shift-summary>span:last-child{border:0}.shift-summary b{display:block;font-size:19px;color:var(--text);font-weight:650;margin-bottom:4px}.phone-section-title{display:flex;align-items:center;justify-content:space-between;margin:17px 0 10px}.phone-section-title h4{font-size:12px;font-weight:650}.phone-section-title>span{font-size:7px;color:var(--muted)}.next-task{border:1px solid #aac6f7;background:#f3f7ff;border-radius:10px;padding:12px}.task-header{display:flex;justify-content:space-between;align-items:center;font-size:8px;color:#56729a;margin-bottom:10px}.priority-label{font-size:7px;color:var(--blue);font-weight:750;letter-spacing:.07em}.next-task h4{font-size:12px;line-height:1.5;font-weight:650}.next-task p{font-size:8px;margin-top:4px;color:var(--muted)}.task-state{margin-top:7px}.task-state .status{font-size:8px;padding:3px 6px}.start-task{display:flex;align-items:center;justify-content:center;gap:14px;background:var(--blue);color:white;border-radius:6px;min-height:38px;width:100%;font-size:10px;font-weight:600;margin-top:10px}.start-task .icon{width:13px;height:13px}.start-task.is-started{background:var(--success)}.queue-task{display:flex;align-items:center;gap:8px;padding:15px 0 13px;border-bottom:1px solid var(--line)}.queue-check{width:24px;height:24px;background:#f0f4fa;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#6787b5;flex-shrink:0}.queue-check .icon{width:12px;height:12px}.queue-task h4{font-size:9px;font-weight:600;letter-spacing:-.02em}.queue-task p{font-size:7px;color:var(--muted);margin-top:4px}.queue-task .status{font-size:6px;align-self:start;margin-left:auto;margin-top:1px;padding:3px 4px}.attention-task .queue-check{color:var(--amber);background:var(--amber-soft)}.handover-mini{display:flex;align-items:center;gap:9px;padding:13px 0;font-size:9px}.handover-mini>.icon{width:15px;height:15px;color:var(--blue)}.handover-mini>.icon:last-child{margin-left:auto;color:var(--muted);width:12px}.handover-mini b{font-size:9px;font-weight:600}.handover-mini p{font-size:7px;margin-top:3px;color:var(--muted)}.phone-bottom-nav{display:flex;justify-content:space-around;background:#fff;border-top:1px solid var(--line);padding:10px 8px 4px}.phone-bottom-nav>span{font-size:7px;display:flex;flex-direction:column;align-items:center;gap:3px;color:#7b889a}.phone-bottom-nav .icon{width:17px;height:17px}.phone-bottom-nav .selected{color:var(--blue)}.phone-home{height:3px;width:85px;background:#27354a;border-radius:5px;margin:9px auto 7px}.phone-compact .greeting{display:none}.phone-compact .attention-task{display:none}.phone-compact .handover-mini{padding:11px 0}.phone-compact .phone-content>h3{font-size:25px}.phone-compact .shift-station{margin-bottom:10px}
/* Trust and partner placeholders */
.trust-section{background:white;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0 0 21px}.trust-features{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.trust-features>span{display:flex;align-items:center;justify-content:center;gap:9px;font-size:10px;font-weight:550;color:#3c526f}.trust-features .icon{color:#4f72a1;width:17px;height:17px}.partner-row{display:grid;grid-template-columns:1.25fr repeat(4,1fr);align-items:center;gap:24px;padding-top:28px}.partner-row>p{font-size:9px;color:var(--light-muted);line-height:1.6}.partner-row>p>b{font-weight:500;color:#596b83}.logo-placeholder{display:flex;justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:600;letter-spacing:-.03em;color:#95a2b5;border:1px dashed #dce4ee;min-height:42px;border-radius:4px}.logo-placeholder>span{width:15px;height:15px;border:2px solid #a8b5c7;border-radius:3px;transform:rotate(45deg)}.partner-note{font-size:8px;color:#7c899b;text-align:right;margin-top:11px}
/* Daily flight plan */
.platform-tabs{display:flex;justify-content:center;width:max-content;max-width:100%;margin:0 auto 30px;background:#eff3f9;border:1px solid #e3eaf3;padding:4px;border-radius:9px;gap:2px}.segmented button{display:flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:550;background:transparent;border-radius:6px;min-height:39px;padding:10px 18px;color:var(--muted);white-space:nowrap}.segmented button.active{background:#fff;color:var(--blue);box-shadow:0 1px 5px #163c7720}.segmented .icon{width:15px;height:15px}.app-toolbar{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;gap:15px}.toolbar-left{display:flex;align-items:center;gap:10px}.operational-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:0 22px 18px;border:1px solid var(--border);border-radius:9px;overflow:hidden}.operational-stats>div{padding:16px 19px;border-right:1px solid var(--border)}.operational-stats>div:last-child{border-right:0}.operational-stats>div>span{font-size:10px;color:var(--muted)}.operational-stats strong{display:flex;align-items:center;gap:15px;font-size:30px;letter-spacing:-.045em;font-weight:650;line-height:1.4;margin-top:5px}.operational-stats strong small{display:block;max-width:92px;font-size:8px;line-height:1.6;letter-spacing:0;color:var(--muted);font-weight:400}.table-subhead{display:flex;align-items:center;justify-content:space-between;padding:0 22px 12px}.row-filters{display:flex;gap:18px}.row-filters button{min-height:32px;padding:0;background:white;font-size:10px;color:var(--muted)}.row-filters button>span{background:#f1f4f8;border-radius:4px;font-size:8px;padding:2px 5px;margin-left:3px}.row-filters button.active{color:var(--blue);font-weight:600}.row-filters button.active>span{background:var(--blue-soft)}.daily-plan{min-width:1060px}.flight-id{display:flex;align-items:center;gap:9px}.flight-id>.icon{width:24px;height:24px;padding:5px;box-sizing:content-box;border:1px solid var(--border);border-radius:7px;color:#567cab}.resource-count{display:flex;gap:6px;align-items:center;font-size:10px}.resource-count .icon{width:13px;height:13px;color:#73849c}.progress-cell{display:flex;align-items:center;gap:9px}.progress-cell>.progress-track{width:69px}.progress-cell>b{font-size:9px;font-weight:500;min-width:26px}.operation-alert{display:flex;align-items:center;gap:10px;padding:13px 22px;background:#fffaef;color:#8b5814;border-top:1px solid #f7e8c5;font-size:10px}.operation-alert>.icon{width:14px;height:14px}.operation-alert>strong{font-size:10px;font-weight:550}.operation-alert>span{font-size:9px;margin-left:auto}.operation-alert>button{display:flex;gap:7px;align-items:center;color:#986117;font-size:9px;font-weight:600;background:transparent;margin-left:16px}.operation-alert>button .icon{width:12px;height:12px}.benefit-row{display:flex;align-items:center;justify-content:center;gap:37px;margin-top:29px}.benefit-row>span{display:flex;gap:8px;align-items:center;color:#61738c;font-size:10px}.benefit-row .icon{width:16px;height:16px;color:#5278b0}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px 22px 28px;min-height:360px}.overview-tile{align-self:start;border:1px solid var(--border);border-radius:10px;padding:18px}.overview-tile>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px}.overview-tile h3{font-size:25px;margin-top:25px}.overview-tile p{font-size:11px;color:var(--muted);margin-top:7px}.overview-tile .progress-track{margin:25px 0 8px}.overview-tile>small{font-size:9px;color:var(--muted)}.timeline-panel{padding:15px 22px 32px;min-height:360px}.timeline-scroll{overflow-x:auto}.timeline-hours{display:grid;grid-template-columns:100px 1fr;gap:18px;min-width:800px;padding-bottom:16px}.timeline-hours>span{font-size:9px;color:var(--muted)}.timeline-hours>div{display:flex;justify-content:space-between;font-size:10px;font-weight:500;color:var(--muted)}.timeline-row{display:grid;grid-template-columns:100px 1fr;gap:18px;min-width:800px;margin:12px 0}.timeline-row>strong{font-size:12px;font-weight:550}.timeline-row>strong>small{display:block;font-size:9px;font-weight:400;color:var(--muted)}.timeline-lane{position:relative;height:43px;background:repeating-linear-gradient(90deg,#f8faff,#f8faff calc(25% - 1px),#dfe7f1 25%);border-radius:4px}.tl-bar{position:absolute;top:7px;height:29px;border-radius:4px;font-size:9px;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden}.tl-prepare{background:#e7edf7;color:#46618b}.tl-service{background:#d9e8ff;color:#2457ad}.tl-depart{background:#e0f1e9;color:#30795b}
/* Turnaround workspace */
.flight-split{grid-template-columns:.74fr 1.26fr;gap:68px}.flight-workspace-top{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted)}.flight-workspace-top>span:first-child{display:flex;align-items:center;gap:7px}.flight-workspace-top .icon{width:14px;height:14px;color:var(--blue)}.flight-head{padding:24px 23px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.flight-heading-line{display:flex;align-items:center;gap:12px}.flight-head h3{font-size:27px;font-weight:650;letter-spacing:-.035em}.flight-head p{font-size:12px;font-weight:500;margin-top:8px}.flight-head p>span{color:#8d9cb0;padding:0 6px}.flight-head small{font-size:9px;color:var(--muted);margin-top:4px;display:block}.stand-gate{display:flex;gap:7px}.stand-gate>span{background:#f3f6fb;border:1px solid var(--line);border-radius:6px;width:57px;padding:8px 0;text-align:center;font-size:7px;color:var(--muted);letter-spacing:.05em}.stand-gate b{display:block;color:var(--text);font-size:20px;line-height:1.4;font-weight:600;letter-spacing:-.025em}.milestones{display:flex;justify-content:space-between;margin:0 24px;padding:10px 0 17px;border-bottom:1px solid var(--line)}.milestones>div{display:flex;flex-direction:column;flex:1;position:relative;padding-top:20px}.milestones>div:before{content:'';height:2px;background:#e4eaf2;position:absolute;top:5px;left:6px;width:100%}.milestones>div:last-child:before{display:none}.milestones i{width:10px;height:10px;border:2px solid #c5cfdd;position:absolute;top:0;left:0;background:#fff;border-radius:50%;z-index:1}.milestones strong{font-size:9px;font-weight:550}.milestones span{font-size:8px;color:var(--muted);margin-top:3px}.milestones .complete>i{border-color:var(--success);background:var(--success)}.milestones .complete:before{background:var(--success)}.milestones .current>i{border-color:var(--blue);box-shadow:0 0 0 4px #e5edff}.milestones .current strong{color:var(--blue)}.flight-completion{display:flex;align-items:center;gap:12px;padding:14px 23px 17px;font-size:9px;color:var(--muted)}.flight-completion>span{white-space:nowrap}.flight-completion strong{font-size:10px;color:var(--blue)}.flight-tabs{display:flex;padding:0 22px;border-bottom:1px solid var(--border);gap:19px;overflow-x:auto;scrollbar-width:none}.flight-tabs>button{background:white;border-bottom:2px solid transparent;padding:12px 0;font-size:10px;color:var(--muted);white-space:nowrap;min-height:40px}.flight-tabs>button.active{color:var(--blue);font-weight:600;border-color:var(--blue)}.detail-panel{padding:5px 22px 6px;min-height:235px}.flight-task{display:flex;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:10px}.flight-task:last-child{border-bottom:0}.task-icon{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#6c819f;background:#f0f4fa;flex-shrink:0}.task-icon .icon{width:14px;height:14px}.task-icon.done{color:var(--success);background:var(--success-soft)}.task-icon.progress{color:var(--blue);background:var(--blue-soft)}.flight-task>div{flex:1;min-width:0}.flight-task strong{font-size:10px;font-weight:550;display:block}.flight-task small{display:block;font-size:8px;color:var(--muted);margin-top:4px}.task-time{font-size:9px;margin-right:5px;color:var(--muted)}.flight-task>.status{font-size:8px;min-width:59px;justify-content:center}.workspace-message{display:flex;align-items:center;gap:10px;padding:15px 22px;background:#f6f9fe;border-top:1px solid var(--line);font-size:9px}.workspace-message>.icon{color:var(--blue);width:16px;height:16px}.workspace-message strong{font-size:9px;font-weight:550;display:block}.workspace-message span{font-size:8px;color:var(--muted);display:block;margin-top:3px}.workspace-message>small{margin-left:auto;font-size:8px;color:var(--muted)}.detail-person,.detail-list-row{display:flex;gap:12px;align-items:center;min-height:55px;border-bottom:1px solid var(--line)}.detail-person>div,.detail-list-row>div{flex:1}.detail-person strong,.detail-list-row strong{font-size:11px;display:block}.detail-person small,.detail-list-row small{font-size:9px;color:var(--muted);display:block;margin-top:3px}.detail-list-row>.icon{width:20px;height:20px;color:var(--blue)}.detail-list-row:last-child,.detail-person:last-child{border:0}.message-detail{display:flex;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.message-detail strong{font-size:11px}.message-detail small{font-weight:400;color:var(--muted);font-size:8px;margin-left:7px}.message-detail p{font-size:11px;color:var(--muted);margin-top:8px}.audit-event{display:flex;align-items:center;gap:12px;padding:20px 0;border-bottom:1px solid var(--line)}.audit-event>.icon{width:17px;height:17px;color:var(--muted)}.audit-event strong{font-size:11px;display:block}.audit-event small{font-size:9px;color:var(--muted);display:block;margin-top:4px}
/* Agent */
.agent-split{grid-template-columns:1.04fr .96fr;gap:100px}.agent-visual{background:linear-gradient(135deg,#f2f7ff,#e7efff);border-radius:24px;position:relative;padding:60px 0 66px;min-height:790px;isolation:isolate;overflow:visible}.agent-visual>.phone-device{position:relative;margin:0 auto;z-index:2}.field-caption{position:absolute;top:26px;width:100%;text-align:center;font-size:8px;letter-spacing:.13em;color:#5d7da9;font-weight:650}.agent-ring{position:absolute;border:1px solid #c6d9f8;border-radius:50%;z-index:-1;pointer-events:none}.ring-one{width:490px;height:490px;left:50%;top:50%;transform:translate(-50%,-50%)}.ring-two{width:395px;height:395px;left:50%;top:50%;transform:translate(-50%,-50%)}.handover-float{position:absolute;left:-25px;bottom:135px;z-index:4;display:flex;gap:11px;align-items:center;background:#fff;padding:17px;border:1px solid var(--border);border-radius:11px;box-shadow:0 10px 25px #244a8112}.handover-float .feature-icon{width:34px;height:34px}.handover-float .feature-icon .icon{width:17px;height:17px}.handover-float strong{font-size:10px;font-weight:600}.handover-float p{font-size:9px;color:var(--muted);line-height:1.6;margin-top:3px}.field-label{text-align:center;position:absolute;bottom:21px;width:100%;font-size:11px;font-weight:650;color:#365e93}.field-label>span{font-size:9px;color:#768fac;font-weight:400;margin-left:8px}.feature-stack{display:grid;gap:27px;margin-top:31px}.feature-stack>div{display:flex;gap:16px;align-items:flex-start}.feature-stack>div>.icon{width:22px;height:22px;color:var(--blue);margin-top:1px}.feature-stack h3{font-size:15px;font-weight:600}.feature-stack p{font-size:13px;line-height:1.8;color:var(--muted);margin-top:7px}.status-legend{display:flex;gap:8px;flex-wrap:wrap;margin-top:29px}.status-legend .status{font-size:10px;padding:5px 8px}
/* GSE field workspace */
.gse-section{background:var(--navy);color:white;padding:98px 0;overflow:hidden;position:relative}.gse-split{grid-template-columns:.83fr 1.17fr;gap:83px}.gse-section .eyebrow{color:#8eb6ff}.gse-section h2{font-size:44px;letter-spacing:-.043em}.gse-section .section-copy>p:not(.eyebrow){color:#b8c8df;font-size:15px}.numbered-features{display:grid;gap:26px;margin-top:30px}.numbered-features>div{display:flex;align-items:flex-start;gap:17px}.numbered-features>div>span{font-size:10px;color:#99b5df;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff20;border-radius:7px;margin-top:1px}.numbered-features h3{font-size:14px;line-height:1.4;font-weight:550;color:#f0f5ff}.numbered-features p{font-size:12px;line-height:1.8;color:#adbed7;margin-top:7px}.offline-feature{display:flex;gap:14px;margin-top:31px;border-top:1px solid #ffffff19;padding-top:24px}.offline-feature>.icon{color:#8eb6ff;width:23px;height:23px}.offline-feature strong{font-size:12px;font-weight:550}.offline-feature p{font-size:11px;line-height:1.8;color:#acbfd9;margin-top:6px}.gse-tablet{padding:13px;border:1px solid #7b92b330;background:#081324;box-shadow:0 22px 65px #00000045;border-radius:23px;position:relative}.gse-screen{background:#fff;border-radius:12px;overflow:hidden;color:var(--text)}.gse-app-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#f5f8fd;border-bottom:1px solid var(--border)}.gse-app-header>span{display:flex;align-items:center;gap:9px}.gse-app-header>span>.icon{color:var(--blue);width:23px;height:23px}.gse-app-header b{font-size:19px;letter-spacing:-.045em}.gse-app-header em{font-size:13px;color:var(--muted);font-style:normal;font-weight:500;margin-left:5px}.gse-app-header>div{display:flex;align-items:center;gap:9px;font-size:11px}.gse-app-header>div>.icon{width:15px;height:15px;color:#7488a4}.gse-app-header .avatar{width:29px;height:29px;margin-left:4px}.gse-user-line{display:flex;align-items:center;justify-content:space-between;padding:11px 20px 4px;gap:10px}.gse-user-line>span{display:flex;align-items:center;gap:6px;font-size:9px;color:var(--muted)}.gse-user-line .icon{width:13px;height:13px}.gse-search{background:#f3f6fb;min-height:37px;border-radius:6px;padding:8px 10px;display:flex;gap:6px;align-items:center;font-size:9px;color:#506884}.gse-asset-heading{display:flex;align-items:center;justify-content:space-between;padding:19px 20px 23px;gap:12px}.gse-asset-heading p{font-size:8px;letter-spacing:.13em;color:var(--muted);font-weight:600}.gse-asset-heading h3{font-size:32px;font-weight:650;letter-spacing:-.035em;margin-top:3px}.gse-asset-heading>div>span{font-size:10px;color:var(--muted);display:block;margin-top:6px}.gse-asset-heading .status{font-size:10px;padding:7px 9px}.gse-tabs{display:flex;padding:0 20px;gap:22px;border-bottom:1px solid var(--border)}.gse-tabs button{background:white;font-size:11px;font-weight:550;color:var(--muted);padding:13px 0;border-bottom:2px solid transparent;min-height:44px}.gse-tabs button.active{color:var(--blue);border-color:var(--blue)}#gse-daily{padding:0 20px}.gse-check-line{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.gse-check-line>div:first-child{flex:1}.gse-check-line strong{font-size:12px;display:block;font-weight:600}.gse-check-line>div>span{display:block;color:var(--muted);font-size:9px;margin-top:4px;line-height:1.6}.pass-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:49px;min-width:95px;background:#fff;border:1px solid #c5d4e8;border-radius:7px;color:#657890;font-size:12px;font-weight:650}.pass-button.checked{color:var(--success);background:var(--success-soft);border-color:#b0dac7}.pass-button .icon{width:17px;height:17px}.measurement{display:flex;align-items:center;border:1px solid #b9c9de;border-radius:7px;min-height:49px;padding:0 11px;width:111px;font-size:12px;background:#fff;gap:4px}.measurement input{width:63px;border:0;background:transparent;font-size:16px;font-weight:600;color:var(--text);padding:0;appearance:textfield}.measurement input::-webkit-inner-spin-button{appearance:none}.measurement>span{color:var(--muted);font-size:11px}.gse-note{padding:14px 0 5px}.gse-note>label{font-size:10px;font-weight:600;display:block;margin-bottom:7px}.gse-note textarea{resize:vertical;font-size:10px;line-height:1.7;color:#53667f;width:100%;padding:9px 10px;border:1px solid var(--border);background:#fafcff;border-radius:6px;min-height:45px}.gse-note>div{display:flex;align-items:center;justify-content:space-between;gap:5px;margin-top:8px}.gse-note>div>span{display:flex;gap:6px;align-items:center;font-size:8px;color:#6d819c}.gse-note>div .icon{width:12px;height:12px}.attach-photo{background:white;display:flex;gap:4px;align-items:center;font-size:9px;font-weight:550;color:var(--blue);min-height:34px;padding:4px}.gse-actions{display:grid;grid-template-columns:1.2fr 1fr;gap:11px;padding:14px 20px 17px}.gse-actions button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:51px;border-radius:7px;font-size:12px;font-weight:600}.gse-actions .icon{width:18px;height:18px}.save-check{background:var(--blue);color:white}.save-check:hover{background:var(--blue-hover)}.flag-equipment{background:white;color:#704926;border:1px solid #d1bb9c}.flag-equipment.is-blocked{background:var(--critical-soft);color:var(--critical);border-color:#e5a5a1}.gse-sync{display:flex;justify-content:space-between;gap:10px;background:#fff7e7;border-top:1px solid #f0e1c3;padding:12px 20px;font-size:9px;color:#875c20}.gse-sync>span{display:flex;gap:5px;align-items:center}.gse-sync>span:last-child{color:#7b7160}.gse-sync .icon{width:12px;height:12px}.gse-footnote{text-align:center;font-size:9px;letter-spacing:.03em;color:#92a9c8;margin-top:18px}.technical-preview{padding:28px 20px;min-height:346px}.technical-preview>.icon{color:var(--blue);margin-bottom:15px;width:27px;height:27px}.technical-preview h4{font-size:20px}.technical-preview>p{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.8}.technical-preview .gse-check-line>b{font-size:14px}
/* Team & shifts */
.staff-layout{display:grid;grid-template-columns:.85fr 1.5fr;gap:24px;align-items:stretch}.staff-person{display:flex;align-items:center;gap:12px;padding:17px 21px;border-bottom:1px solid var(--line)}.staff-person>.avatar{height:43px;width:43px}.staff-person-info{flex:1;min-width:0}.staff-person-info strong{font-size:12px;font-weight:600;display:block}.staff-person-info>span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.staff-person-info>small{display:block;font-size:8px;color:#6b809c;margin-top:5px}.staff-person .status{font-size:8px}.staff-directory-footer{display:flex;align-items:center;gap:7px;color:#60758e;font-size:9px;padding:15px 20px}.staff-directory-footer .icon{width:14px;height:14px;color:var(--blue)}.planner-scroll{overflow-x:auto;scrollbar-width:thin}.planner-grid{min-width:620px}.planner-heading,.planner-row{display:grid;grid-template-columns:104px repeat(5,1fr);align-items:center;gap:9px;padding:0 20px}.planner-heading{height:76px;border-bottom:1px solid var(--line);margin-bottom:13px}.planner-heading>span{font-size:9px;color:var(--muted);text-align:center}.planner-heading>span:first-child{text-align:left;font-size:8px}.planner-heading>span>b{font-size:17px;display:block;font-weight:600;color:var(--text);margin-top:3px}.planner-heading>.today{background:#eef4ff;border-radius:6px;padding:8px 0;color:var(--blue)}.planner-heading>.today>b{color:var(--blue)}.planner-row{height:47px}.planner-row>strong{font-size:10px;font-weight:500}.shift-block{font-size:7px;background:#eaf1ff;color:#2c5ba4;border-left:2px solid #6d97e3;border-radius:4px;min-height:31px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.shift-block.shift-late{background:#eef0fa;color:#6c6695;border-color:#a5a1c5}.shift-block.shift-rest{background:#f5f7fa;color:#8894a6;border-color:transparent}.planner-alert{display:flex;align-items:center;gap:10px;padding:13px 14px;background:#fff9ec;border:1px solid #efdfbb;border-radius:7px;margin:19px 20px 0}.planner-alert>.icon{color:var(--amber);width:17px;height:17px}.planner-alert>div{flex:1}.planner-alert strong{font-size:10px;font-weight:550;display:block}.planner-alert>div>span{font-size:8px;color:#8e6c3d;display:block;margin-top:4px}.planner-alert>.status{font-size:8px}.planner-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:17px 20px;font-size:9px;color:var(--muted)}.planner-bottom>span{display:flex;align-items:center;gap:6px}.planner-bottom .icon{width:13px;height:13px}
/* Commercial workflow */
.commercial-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;margin:41px 0 40px}.flow-step{position:relative;text-align:center}.flow-step:not(:last-child):after{content:'';position:absolute;left:calc(50% + 39px);right:calc(-50% + 39px);height:1px;background:#cfdbee;top:25px}.flow-step:not(:last-child):before{content:'';position:absolute;right:calc(-50% + 39px);border-right:1px solid #bacce6;border-top:1px solid #bacce6;transform:rotate(45deg);width:6px;height:6px;top:22px}.flow-icon{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d7e2f1;box-shadow:0 4px 8px #15376504;border-radius:12px;width:51px;height:51px;color:var(--blue);margin:0 auto}.flow-icon>.icon{width:23px;height:23px}.flow-step h3{font-size:13px;font-weight:600;margin-top:16px}.flow-step p{font-size:10px;color:var(--muted);margin-top:5px}.commerce-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:stretch}.service-record{align-self:start}.service-contract{padding:15px 21px;font-size:9px;display:flex;justify-content:space-between;color:var(--muted);gap:10px}.service-contract>span:last-child{display:flex;align-items:center;gap:6px;font-size:8px}.service-contract .icon{width:12px;height:12px}.service-table{min-width:650px}.service-table td{padding:22px 20px}.service-table td>strong{font-size:10px}.service-table small{font-size:8px;margin-top:6px}.service-table th{font-size:8px;padding:11px 20px}.service-table .status{font-size:8px}.billing-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:25px;box-shadow:var(--shadow)}.billing-card>.feature-icon{width:37px;height:37px;border-radius:9px;margin-bottom:20px}.billing-card>.feature-icon .icon{width:20px;height:20px}.billing-card>p{font-size:8px;letter-spacing:.09em;font-weight:650;color:var(--muted)}.billing-card>h3{font-size:35px;letter-spacing:-.045em;font-weight:650;margin-top:8px}.billing-subtitle{display:block;font-size:9px;color:var(--muted);margin-top:5px}.billing-card>ul{display:grid;gap:11px;margin:24px 0}.billing-card>ul>li{display:flex;align-items:center;gap:8px;font-size:9px;color:var(--muted)}.billing-card>ul .icon{width:14px;height:14px;color:var(--success)}.billing-card>.btn{min-height:40px;font-size:10px;width:100%;padding:11px 10px;gap:10px}.billing-card>small{display:block;font-size:8px;color:var(--light-muted);text-align:center;margin-top:11px}
/* Quality */
.safety-split{grid-template-columns:.91fr 1.09fr;gap:94px}.safety-card{max-width:625px}.safety-body{padding:24px}.case-id{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:12px;margin-bottom:13px}.case-id .status{font-size:8px}.safety-body>h3{font-size:25px;line-height:1.3;letter-spacing:-.036em;font-weight:600}.case-description{font-size:10px;color:var(--muted);margin-top:9px}.case-fields{display:grid;grid-template-columns:1.1fr 1fr;gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 0;margin-top:20px}.case-fields>div>span{font-size:9px;color:var(--muted);display:block;margin-bottom:9px}.case-fields strong{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:550;min-height:26px}.case-fields .avatar{width:25px;height:25px}.case-fields .icon{width:14px;height:14px;color:#6c839f}.corrective-action{display:flex;align-items:center;gap:9px;padding:19px 0}.corrective-action>div{flex:1;min-width:0}.corrective-action strong{font-size:10px;font-weight:600;display:block;line-height:1.6}.corrective-action p{font-size:8px;color:var(--muted);margin-top:4px}.corrective-action .status{font-size:8px}.evidence-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.evidence-row>span{display:flex;gap:6px;align-items:center;font-size:8px;padding:8px;border:1px solid var(--border);border-radius:5px;background:#fbfcfe;color:var(--muted)}.evidence-row .icon{width:13px;height:13px;color:#7394c3}.case-audit{background:#f6f8fc;padding:16px;border:1px solid var(--line);border-radius:9px}.case-audit-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.case-audit-title>strong{font-size:10px;font-weight:550}.case-audit-title>span{display:flex;gap:5px;align-items:center;font-size:8px;color:var(--muted)}.case-audit-title .icon{width:11px;height:11px}.audit-line{display:flex;align-items:flex-start;gap:9px;margin-top:14px}.audit-line>i{width:6px;height:6px;background:#9bb1cf;border-radius:50%;margin-top:3px}.audit-line b{font-size:9px;font-weight:500;display:block}.audit-line small{font-size:8px;color:var(--muted);display:block;margin-top:4px}
/* Report center */
.reports-section{background:#f4f7fc}.report-layout{display:grid;grid-template-columns:218px 1fr}.report-sidebar{padding:25px 12px;background:#fbfcfe;border-right:1px solid var(--border)}.report-sidebar>p{font-size:8px;letter-spacing:.12em;color:#8290a4;font-weight:600;padding-left:12px;margin-bottom:16px}.report-type{background:transparent;display:flex;align-items:center;gap:10px;min-height:41px;text-align:left;padding:9px 12px;border-radius:6px;font-size:10px;color:var(--muted);width:100%;margin:3px 0;line-height:1.5}.report-type>.icon{width:15px;height:15px;color:#8095b1}.report-type.active{background:#eaf1ff;color:var(--blue);font-weight:550}.report-type.active>.icon{color:var(--blue)}.report-main{padding:26px 25px 0;min-width:0}.report-main-title{display:flex;justify-content:space-between;align-items:center;gap:14px}.report-main-title h3{font-size:22px;font-weight:600;letter-spacing:-.035em}.report-main-title p{font-size:9px;color:var(--muted);margin-top:6px}.export-buttons{display:flex;gap:6px}.export-buttons button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:white;border-radius:5px;min-height:33px;padding:7px 10px;font-size:9px;color:#4e6584}.export-buttons .icon{width:12px;height:12px}.export-buttons button:hover{background:var(--blue-soft);color:var(--blue)}.report-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;padding-bottom:23px;border-bottom:1px solid var(--line)}.report-filters>label{display:flex;flex-direction:column;gap:5px;font-size:8px;color:var(--muted)}.report-filters select{width:100%;font-size:9px;border:1px solid var(--border);background:#fff;color:var(--text);min-height:33px;padding:7px 10px;border-radius:5px}.report-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.report-kpis>div{border:1px solid var(--border);padding:13px 15px;border-radius:8px}.report-kpis span{font-size:9px;color:var(--muted);display:block}.report-kpis strong{font-size:27px;font-weight:650;letter-spacing:-.04em;display:block;line-height:1.5}.report-kpis small{font-size:8px;color:#70839d;display:block}.report-chart{border:1px solid var(--border);border-radius:8px;padding:18px 18px 14px}.report-chart>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.report-chart h4{font-size:11px;font-weight:600}.report-chart>div:first-child>span{font-size:8px;color:var(--muted);display:flex;align-items:center;gap:6px}.report-chart>div:first-child i{display:inline-block;width:6px;height:6px;background:var(--blue);border-radius:2px}.report-chart>div:first-child small{font-size:7px;border-left:1px solid var(--border);padding-left:7px;margin-left:3px;color:#8b99ad}.chart-bars{display:grid;grid-template-columns:repeat(7,1fr);gap:24px;padding:25px 12px 0;min-height:137px;align-items:end;background:repeating-linear-gradient(to top,transparent,transparent 29px,#edf1f7 30px,#edf1f7 31px);background-position:0 -19px}.chart-bars>div{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.chart-bars>div>span{display:block;background:linear-gradient(#3979f8,#2463eb);width:100%;max-width:51px;border-radius:4px 4px 0 0;position:relative;min-height:10px}.chart-bars>div>span:before{content:attr(data-value);position:absolute;top:-18px;width:100%;text-align:center;color:#58749e;font-size:8px}.chart-bars small{font-size:8px;color:var(--muted);padding-top:10px;background:#fff;width:100%;text-align:center;white-space:nowrap}.report-footer-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;font-size:8px;color:var(--muted)}.report-footer-row>span{display:flex;align-items:center;gap:5px}.report-footer-row .icon{width:12px;height:12px}.report-note{text-align:center;font-size:11px;color:var(--muted);margin-top:27px}
/* Integrations */
.integration-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.integration-card{padding:23px 22px 22px;border:1px solid var(--border);border-radius:12px;position:relative;background:#fff;transition:border-color .2s,box-shadow .2s}.integration-card:hover{border-color:#9dbff4;box-shadow:0 7px 24px #1d4f9508}.integration-card>.feature-icon{width:38px;height:38px;border-radius:9px}.integration-card>.feature-icon>.icon{width:21px;height:21px}.integration-category{font-size:8px;color:#7d8fa8;position:absolute;right:20px;top:32px}.integration-card h3{font-size:14px;line-height:1.5;font-weight:600;margin-top:19px}.integration-card p{font-size:11px;line-height:1.8;color:var(--muted);margin-top:8px}.integration-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:25px;font-size:10px;color:var(--muted);line-height:1.7}.integration-note .icon{width:14px;height:14px;color:#6d8aad}
/* Security */
.security-section{background:#f3f6fb}.security-top{display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:110px;margin-bottom:54px}.security-top .section-copy>p{max-width:515px}.access-card{border:1px solid var(--border);padding:25px;background:white;border-radius:16px;box-shadow:var(--shadow)}.access-card-title{display:flex;gap:13px;align-items:center}.access-card-title>div{flex:1}.access-card-title h3{font-size:15px;font-weight:600}.access-card-title p{font-size:9px;color:var(--muted);margin-top:5px}.access-card-title>.icon{color:#6f88a6;width:16px;height:16px}.access-scope{display:flex;gap:27px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 0;margin-top:21px}.access-scope span{font-size:7px;letter-spacing:.09em;color:#7d90a8;display:block;margin-bottom:6px}.access-scope strong{font-size:10px;font-weight:550;display:block}.access-row{display:flex;align-items:center;justify-content:space-between;padding-top:17px;font-size:11px;color:#546a86;gap:12px}.access-row b{display:flex;gap:7px;align-items:center;font-size:9px;font-weight:550;color:#607895}.access-row .icon{width:13px;height:13px}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:46px;row-gap:30px;padding-top:35px;border-top:1px solid #dae4f1}.security-grid>div{display:flex;gap:13px;align-items:flex-start}.security-grid>div>span{color:var(--blue);width:29px;flex-shrink:0;padding-top:1px}.security-grid .icon{height:21px;width:21px}.security-grid h3{font-size:13px;font-weight:600;line-height:1.5}.security-grid p{font-size:11px;line-height:1.8;color:var(--muted);margin-top:6px}
/* Modules */
.modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px}.module-group{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:white;padding-bottom:10px}.module-group-header{display:flex;align-items:center;justify-content:space-between;padding:19px 17px;background:#f7f9fd;border-bottom:1px solid var(--line);gap:8px}.module-group-header h3{font-size:11px;font-weight:600;letter-spacing:-.015em}.module-group-header>span{font-size:9px;color:#7190b9}.module-item{display:flex;align-items:flex-start;gap:11px;padding:15px 17px 10px}.module-item>.icon{width:17px;height:17px;color:#678bb8;margin-top:1px}.module-item strong{font-size:11px;font-weight:550;display:block;line-height:1.5}.module-item span{display:block;font-size:9px;color:#7587a0;margin-top:4px;line-height:1.5}
/* CTA and footer */
.final-cta-section{padding:0 0 81px}.final-cta{position:relative;overflow:hidden;background:linear-gradient(110deg,#10233f 0%,#123777 75%,#184593);color:white;border-radius:21px;padding:62px 66px;isolation:isolate}.final-cta-content{max-width:820px;position:relative;z-index:2}.final-cta .eyebrow{color:#9dbbfc;font-size:10px;margin-bottom:21px}.final-cta h2{font-size:44px;line-height:1.14;font-weight:600}.final-cta p:not(.eyebrow){font-size:14px;line-height:1.9;max-width:560px;color:#c0d0ed;margin-top:23px}.final-cta .btn{margin-top:28px;min-height:49px;font-size:12px;gap:27px}.cta-runway{position:absolute;right:-12px;top:-103px;width:410px;height:640px;transform:rotate(34deg);z-index:0;opacity:.34}.cta-runway>i{position:absolute;top:0;bottom:0;border:1px solid #759bea;width:230px;right:70px;border-radius:40px}.cta-runway>i:nth-child(2){width:188px;right:91px;border-style:dashed}.cta-runway>i:nth-child(3){width:146px;right:112px}.cta-runway>.icon{position:absolute;top:289px;left:78px;width:164px;height:164px;color:#a4c5ff;transform:rotate(-67deg);stroke-width:.6}.cta-mini-label{position:absolute;right:41px;bottom:36px;color:#bad0f5;font-size:8px;display:flex;align-items:center;gap:8px}.cta-mini-label .live-dot{background:#71ceaa;width:5px;height:5px}.site-footer{padding:0 0 25px}.footer-main{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:40px;padding-bottom:43px}.footer-brand .brand-mark{width:29px;height:29px}.footer-brand .brand>span{font-size:25px}.footer-brand>p{font-size:13px;line-height:1.8;color:#607490;margin-top:19px}.footer-brand>span{font-size:9px;color:#8b9bb0;display:block;margin-top:15px}.footer-column h3{font-size:11px;font-weight:650;margin-bottom:17px;color:#2d4464}.footer-column>a,.footer-column>button{display:block;font-size:11px;color:#6c809c;margin-top:9px;padding:0;background:transparent;text-align:left;line-height:1.7;min-height:23px}.footer-column>a:hover,.footer-column>button:hover{color:var(--blue)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding:23px 0 0;font-size:9px;color:#7c8ea7}.footer-bottom>div{display:flex;gap:24px}.footer-bottom button{background:transparent;color:inherit;padding:0;font-size:9px;min-height:24px}.prototype-disclaimer{font-size:8px;color:#8393a9;line-height:1.8;margin-top:15px;max-width:1030px}
/* Honest prototype interactions */
dialog{border:1px solid var(--border);padding:0;border-radius:18px;color:var(--text);max-width:calc(100% - 32px);box-shadow:0 30px 100px #07142e4a}dialog::backdrop{background:#0b183099;backdrop-filter:blur(5px)}.demo-dialog{width:640px}.dialog-body{padding:38px;position:relative}.dialog-close{position:absolute;top:18px;right:18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:7px;background:white;color:#6d8099}.dialog-close>.icon{width:18px;height:18px}.dialog-body>.brand{margin-bottom:27px}.dialog-body>.brand>span{font-size:24px}.dialog-body>.brand>.brand-mark{width:29px;height:29px}.dialog-body>.eyebrow{font-size:9px;margin-bottom:10px}.dialog-body>h2{font-size:33px;letter-spacing:-.04em}.dialog-body>p:not(.eyebrow){font-size:13px;line-height:1.8;color:var(--muted);margin-top:17px}.dialog-body form{margin-top:24px}.dialog-body form label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:550}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:17px}.dialog-body input,.dialog-body select,.dialog-body textarea{width:100%;min-height:44px;border:1px solid #cbd7e7;border-radius:6px;padding:10px 12px;font-size:12px;color:var(--text);background:white}.dialog-body textarea{resize:vertical}.prototype-form-note{font-size:10px;color:#8b6333;background:#fff7e8;border-radius:5px;padding:10px 12px;margin-top:17px;line-height:1.7}.dialog-body form>.btn{margin-top:20px;font-size:12px;width:100%}.form-feedback{font-size:12px;line-height:1.8;color:var(--success);margin-top:10px}.info-dialog{width:480px}.info-dialog .feature-icon{margin-bottom:20px}.info-dialog h2{font-size:27px}.info-dialog .btn{margin-top:25px;font-size:12px;min-height:44px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--navy);color:white;padding:13px 20px;font-size:12px;border-radius:9px;box-shadow:0 5px 28px #07142e30;z-index:200;max-width:calc(100% - 32px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;line-height:1.7;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
/* Medium-width desktop/tablet layout */
@media(min-width:1600px){.container{width:min(1360px,calc(100% - 128px))}.hero-inner{grid-template-columns:.95fr 1.05fr;gap:28px}.hero h1{font-size:68px}.hero-product{margin-left:0}.hero-description{font-size:18px;max-width:510px}.hero{padding-top:85px;padding-bottom:70px}.hero-support{font-size:13px;max-width:465px}}
@media(max-width:1240px){.container{width:calc(100% - 64px)}.desktop-nav{gap:22px;margin-left:0}.header-actions{gap:18px}.hero h1{font-size:53px}.hero-description{font-size:15px;max-width:380px}.hero-inner{grid-template-columns:.95fr 1.05fr;min-height:580px;gap:22px}.hero-product{transform:scale(.86);transform-origin:top left;margin-top:50px;margin-bottom:-95px;width:750px;height:660px}.hero-actions{gap:8px}.hero-actions .btn{font-size:11px;padding:12px 15px;gap:10px}.hero-support{max-width:365px;font-size:11px}.hero-copy{padding-bottom:0}.hero{padding:46px 0 51px}.hero-audience{font-size:9px}.split{gap:50px}.flight-split{gap:46px;grid-template-columns:.75fr 1.25fr}h2{font-size:39px}.gse-section h2{font-size:39px}.heading-row{gap:60px}.section{padding:88px 0}.agent-split{gap:70px}.agent-visual{min-height:770px;padding-top:54px}.handover-float{left:-13px;bottom:105px;padding:13px}.trust-features{gap:10px}.trust-features>span{font-size:9px;gap:6px}.trust-features .icon{width:15px;height:15px}.gse-split{gap:47px;grid-template-columns:.83fr 1.17fr}.gse-check-line{gap:12px}.gse-check-line strong{font-size:11px}.gse-check-line>div>span{font-size:8px}.gse-note textarea{font-size:9px}.staff-layout{grid-template-columns:.9fr 1.45fr;gap:20px}.staff-person{padding:17px}.staff-person>.avatar{width:37px;height:37px}.staff-person-info strong{font-size:11px}.staff-person-info>span{font-size:9px}.commerce-layout{grid-template-columns:1fr 290px;gap:20px}.billing-card{padding:22px}.service-table{min-width:620px}.integration-grid{gap:15px}.integration-card{padding:20px 18px}.integration-card h3{font-size:12px}.integration-card p{font-size:10px}.integration-category{font-size:7px;right:15px;top:30px}.security-top{gap:70px}.modules-grid{gap:14px}.module-group-header{padding:17px 14px}.module-group-header h3{font-size:10px}.module-item{padding:14px 14px 8px;gap:9px}.module-item strong{font-size:10px}.module-item span{font-size:8px}.module-item>.icon{width:15px;height:15px}.report-layout{grid-template-columns:198px 1fr}.report-main{padding:23px 21px 0}.report-sidebar{padding-inline:9px}.report-type{font-size:9px;gap:8px}.benefit-row{gap:20px}.benefit-row>span{font-size:9px}.operational-stats strong{gap:9px}.operational-stats strong small{font-size:7px}.ring-one{width:410px;height:410px}.ring-two{width:360px;height:360px}.final-cta h2{font-size:42px}}
@media(max-width:1023px){.site-header{height:72px}.desktop-nav{display:none}.header-actions{margin-left:auto}.menu-toggle{display:flex}.contact-link{display:none}.hero-inner{grid-template-columns:1fr;text-align:center;gap:0;min-height:0}.hero-copy{max-width:660px;margin:auto;padding:0}.hero h1{font-size:64px}.hero-description{font-size:17px;max-width:570px;margin:23px auto 0}.hero-actions{justify-content:center}.hero-actions .btn{font-size:13px;gap:15px;padding:14px 22px}.hero-support{max-width:550px;font-size:12px;margin:23px auto 0}.hero-audience{justify-content:center;margin-top:25px}.hero-product{transform:scale(.92);transform-origin:top center;margin:24px auto -36px;width:750px;max-width:none;text-align:left}.hero{padding-top:48px;padding-bottom:49px}.apron-lines{opacity:.2}.section{padding:78px 0}.split,.flight-split,.agent-split,.gse-split,.safety-split{grid-template-columns:1fr;gap:42px}.section-copy{max-width:690px}.section-copy h2 br:not(.desktop-only){display:none}.section-copy .desktop-only{display:none}.section-copy>p:not(.eyebrow){max-width:650px}.section-copy .check-list{max-width:620px}.flight-workspace{max-width:800px}.agent-split>.section-copy{grid-row:1}.agent-visual{width:100%;max-width:670px;min-height:770px;margin:auto}.agent-visual .handover-float{left:30px;bottom:123px}.agent-visual .ring-one{width:560px;height:560px}.agent-visual .ring-two{width:460px;height:460px}.agent-split .feature-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.agent-split .feature-stack>div{display:block}.agent-split .feature-stack>div>.icon{margin-bottom:12px}.agent-split .feature-stack h3{font-size:13px}.agent-split .feature-stack p{font-size:11px}.gse-visual{max-width:660px;width:100%;margin:auto}.gse-section{padding:76px 0}.numbered-features{grid-template-columns:repeat(3,1fr);gap:20px;max-width:700px}.numbered-features>div{display:block}.numbered-features>div>span{width:30px;margin-bottom:15px}.numbered-features h3{font-size:12px}.numbered-features p{font-size:11px}.gse-section .offline-feature{max-width:690px}.gse-check-line strong{font-size:13px}.gse-check-line>div>span{font-size:10px}.gse-actions button{min-height:55px;font-size:13px}.pass-button{min-height:54px}.gse-note textarea{font-size:11px}.heading-row{grid-template-columns:1fr;gap:23px;margin-bottom:32px}.heading-row>p{max-width:650px}.staff-layout{grid-template-columns:1fr;gap:24px}.staff-directory{display:grid;grid-template-columns:1fr 1fr}.staff-directory>.card-header{grid-column:span 2}.staff-person{padding:18px 21px;border-right:1px solid var(--line)}.staff-person>.avatar{width:42px;height:42px}.staff-person-info strong{font-size:12px}.staff-person-info>span{font-size:10px}.staff-directory-footer{grid-column:span 2}.commerce-layout{grid-template-columns:1fr}.billing-card{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;align-items:center;position:relative;padding:25px}.billing-card>.feature-icon{grid-column:1;grid-row:1;margin:0 0 15px}.billing-card>p{grid-column:1;grid-row:2}.billing-card>h3{grid-column:1;grid-row:3}.billing-subtitle{grid-column:1;grid-row:4}.billing-card>ul{grid-column:2;grid-row:1/4;margin:0;gap:14px}.billing-card>.btn{grid-column:2;grid-row:4;margin:0}.billing-card>small{grid-column:span 2;margin-top:21px;text-align:left}.safety-card{max-width:700px;width:100%}.safety-split>.section-copy .feature-stack{grid-template-columns:repeat(3,1fr);gap:20px}.safety-split .feature-stack>div{display:block}.safety-split .feature-stack>div>.icon{margin-bottom:13px}.safety-split .feature-stack h3{font-size:13px}.safety-split .feature-stack p{font-size:11px}.report-layout{grid-template-columns:180px 1fr}.report-main-title{align-items:flex-start;flex-direction:column;gap:15px}.report-main-title h3{font-size:21px}.report-filters{grid-template-columns:repeat(2,1fr)}.report-chart>div:first-child{align-items:flex-start;flex-direction:column}.report-kpis{gap:8px}.report-kpis>div{padding:11px 10px}.report-kpis small{font-size:7px}.report-footer-row{align-items:flex-start;flex-direction:column;gap:10px}.chart-bars{gap:13px;padding-inline:6px}.integration-grid{grid-template-columns:repeat(2,1fr)}.integration-card{padding:24px}.integration-card h3{font-size:15px}.integration-card p{font-size:12px}.integration-category{font-size:9px;right:24px;top:34px}.security-top{grid-template-columns:1fr;gap:33px;margin-bottom:38px}.security-top .section-copy>p{max-width:650px}.access-card{max-width:650px}.security-grid{gap:25px}.security-grid>div{display:block}.security-grid>div>span{display:block;padding-bottom:12px}.security-grid h3{font-size:12px}.security-grid p{font-size:10px}.modules-grid{grid-template-columns:repeat(2,1fr);gap:20px}.module-group-header{padding:18px 20px}.module-group-header h3{font-size:12px}.module-item{padding:15px 20px 10px;gap:13px}.module-item>.icon{width:18px;height:18px}.module-item strong{font-size:12px}.module-item span{font-size:10px}.module-group{padding-bottom:18px}.trust-features{grid-template-columns:repeat(3,1fr);row-gap:17px;justify-content:center}.trust-features>span{font-size:10px}.trust-features>span:nth-child(4){grid-column:1/2}.trust-features>span:nth-child(5){grid-column:2/4}.partner-row{grid-template-columns:repeat(4,1fr);gap:12px}.partner-row>p{grid-column:span 4;text-align:center;font-size:10px;margin-bottom:5px}.partner-row>p>br{display:none}.partner-row>p>b{margin-left:3px}.partner-note{text-align:center}.logo-placeholder{font-size:11px}.logo-placeholder>span{width:12px;height:12px}.operational-stats strong{flex-direction:column;align-items:flex-start;gap:2px;font-size:27px}.operational-stats strong small{font-size:8px;max-width:none}.operational-stats>div{padding:13px 14px}.app-title-caption{display:none}.operation-alert>span{display:none}.operation-alert>button{margin-left:auto}.benefit-row{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.benefit-row>span{justify-content:center;font-size:10px}.overview-grid{grid-template-columns:repeat(2,1fr)}.final-cta{padding:48px 40px}.final-cta h2{font-size:38px}.final-cta p:not(.eyebrow){max-width:490px;font-size:13px}.cta-mini-label{bottom:25px;right:25px;font-size:7px}.footer-main{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:20px}.footer-column>a,.footer-column>button{font-size:10px}}
/* Mobile: preserve the operational density inside clearly labelled scroll areas. */
@media(max-width:767px){html{scroll-padding-top:80px}.container{width:calc(100% - 40px)}.site-header{height:68px}.header-inner{gap:12px}.brand{gap:6px}.brand-mark{width:29px;height:29px}.brand>span{font-size:24px;letter-spacing:-.9px}.header-actions{gap:9px}.header-demo{padding:10px 12px;min-height:38px;font-size:10px;gap:8px}.header-demo>.icon{display:none}.menu-toggle{width:38px;height:38px;min-height:38px}.menu-toggle>.icon{width:20px;height:20px}.hero{padding:39px 0 29px}.hero-inner{display:block}.hero-copy{text-align:left}.hero-eyebrow{font-size:8px;padding:6px 9px;letter-spacing:.085em;margin-bottom:20px;gap:7px}.hero-eyebrow .live-dot{width:5px;height:5px}.hero h1{font-size:44px;line-height:1.09;letter-spacing:-.055em}.hero-break{display:none}.hero-description{font-size:14px;line-height:1.85;margin-top:20px;max-width:450px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}.hero-actions .btn{padding:12px 8px;min-height:48px;font-size:10px;gap:7px}.hero-actions .btn>.icon{width:14px;height:14px}.hero-support{font-size:10px;line-height:1.8;margin-top:18px;max-width:440px}.hero-audience{justify-content:flex-start;font-size:8px;gap:8px;margin-top:20px}.audience-line{width:19px}.hero-product{width:750px;height:660px;max-width:none;transform:scale(.49);transform-origin:top left;margin-top:19px;margin-left:0;margin-bottom:-321px;text-align:left}.hero-phone-wrap{left:506px;top:260px}.hero-tablet-wrap{top:425px;left:0}.device-caption{left:55px;font-size:9px;bottom:-19px}.trust-section{padding-bottom:20px}.trust-features{grid-template-columns:1fr 1fr;gap:17px 12px;padding:24px 0}.trust-features>span{justify-content:flex-start;font-size:8px;gap:7px}.trust-features .icon{width:15px;height:15px}.trust-features>span:nth-child(4){grid-column:auto}.trust-features>span:nth-child(5){grid-column:span 2;justify-content:center}.partner-row{grid-template-columns:1fr 1fr;gap:10px;padding-top:19px}.partner-row>p{grid-column:span 2;font-size:8px;margin-bottom:3px}.logo-placeholder{font-size:10px;min-height:35px;gap:8px}.logo-placeholder>span{width:10px;height:10px}.partner-note{font-size:7px;line-height:1.7;margin-top:12px}.section{padding:63px 0}.eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:15px}h2{font-size:32px;line-height:1.14;letter-spacing:-.046em}.section-heading{margin-bottom:26px;text-align:left}.section-heading p:not(.eyebrow){font-size:13px;line-height:1.85;margin-top:17px}.desktop-only{display:none}.section-copy>p:not(.eyebrow){font-size:13px;line-height:1.85;margin-top:19px}.section-copy .text-link{font-size:12px;margin-top:17px;min-height:44px}.split,.flight-split,.agent-split,.gse-split,.safety-split{gap:30px}.check-list{gap:13px;margin-top:22px}.check-list>li{font-size:12px;line-height:1.8;gap:9px}.check-list .icon{width:16px;height:16px;margin-top:3px}.heading-row{gap:18px;margin-bottom:28px}.heading-row>p{font-size:13px;line-height:1.85}.heading-row h2 br{display:none}.app-window{border-radius:12px}.app-top{padding:0 13px;height:51px;gap:8px}.app-title{gap:7px}.app-title>.icon{width:16px;height:16px}.app-title strong{font-size:11px}.app-top-right{gap:5px;font-size:8px}.app-top-right .avatar{width:23px;height:23px;margin-left:6px}.app-clock{display:none}.app-foot{padding:10px 13px;font-size:7px;gap:8px;align-items:flex-start}.app-foot>span:first-child{gap:5px}.app-foot>span:last-child{text-align:right;display:block;max-width:117px}.app-foot .icon{width:11px;height:11px}.platform-tabs{width:100%;max-width:100%;justify-content:flex-start;overflow-x:auto;border-radius:8px;margin:0 0 19px;scrollbar-width:none}.segmented button{font-size:9px;min-height:36px;padding:8px 12px;gap:6px;flex-shrink:0}.segmented button>.icon{width:13px;height:13px}.app-toolbar{padding:12px 13px;gap:8px;align-items:flex-start}.toolbar-left{gap:6px;flex-wrap:wrap;flex:1}.toolbar-left>.subtle{font-size:8px;padding-left:2px}.filter-chip{font-size:8px;min-height:31px;gap:6px;padding:6px 8px}.filter-chip .icon{width:12px;height:12px}.small-btn{font-size:8px;min-height:31px;gap:5px;padding:6px}.small-btn>.icon{width:11px;height:11px}.operational-stats{grid-template-columns:1fr 1fr;margin:0 13px 15px;border-radius:7px}.operational-stats>div{padding:11px 12px;min-height:83px}.operational-stats>div:nth-child(2){border-right:0}.operational-stats>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.operational-stats>div>span{font-size:8px}.operational-stats strong{font-size:25px;gap:0;margin-top:4px;line-height:1.4}.operational-stats strong small{font-size:7px;line-height:1.5}.table-subhead{padding:0 13px 10px;align-items:center}.row-filters{gap:12px}.row-filters button{font-size:8px;white-space:nowrap}.row-filters button>span{font-size:7px;padding:2px 4px}.table-subhead>.sample-note{display:none}.daily-plan{min-width:1030px}.data-table td{padding:15px 12px}.data-table th{padding:10px 12px;font-size:8px}.data-table td{font-size:10px}.operation-alert{padding:12px 13px;gap:7px;align-items:flex-start;flex-wrap:wrap}.operation-alert>strong{font-size:8px;line-height:1.8;flex:1}.operation-alert>.icon{height:12px;width:12px;margin-top:2px}.operation-alert>button{font-size:8px;min-height:23px;gap:4px}.benefit-row{gap:13px 14px;margin-top:20px}.benefit-row>span{justify-content:flex-start;font-size:8px;gap:7px}.benefit-row .icon{width:14px;height:14px}.overview-grid{grid-template-columns:1fr;gap:12px;padding:15px 13px}.overview-tile{padding:16px}.overview-tile h3{margin-top:18px}.overview-tile .progress-track{margin-top:18px}.timeline-panel{padding:15px 13px}.flight-workspace-top{padding:13px;font-size:8px}.flight-head{padding:20px 14px 17px;gap:10px}.flight-head h3{font-size:24px}.flight-heading-line{gap:7px}.flight-heading-line .status{font-size:7px;padding:4px 5px}.flight-head p{font-size:9px;line-height:1.7;margin-top:7px}.flight-head p>span{padding:0 2px}.flight-head small{font-size:7px}.stand-gate{gap:5px}.stand-gate>span{width:40px;font-size:6px;padding:7px 0}.stand-gate b{font-size:16px}.milestones{margin:0 15px;padding:8px 0 15px}.milestones strong{font-size:7px;line-height:1.6}.milestones span{font-size:6px}.milestones>div{padding-top:17px}.milestones i{width:8px;height:8px}.milestones>div:before{top:4px}.milestones .current>i{box-shadow:0 0 0 3px #e5edff}.flight-completion{padding:13px 15px 14px;font-size:8px;gap:9px}.flight-completion>.progress-track{height:4px}.flight-completion strong{font-size:9px}.flight-tabs{padding:0 14px;gap:18px}.flight-tabs>button{min-height:44px;font-size:9px;padding:11px 0}.detail-panel{padding:3px 13px;min-height:249px}.flight-task{padding:15px 0;gap:7px}.flight-task strong{font-size:8px;line-height:1.6}.flight-task small{font-size:6px;margin-top:3px}.task-icon{width:24px;height:24px}.task-icon .icon{width:12px;height:12px}.task-time{font-size:7px;margin-right:0}.flight-task>.status{min-width:45px;font-size:6px;padding:4px}.workspace-message{padding:12px 13px;gap:8px}.workspace-message strong{font-size:8px}.workspace-message span{font-size:7px;line-height:1.7;max-width:234px}.workspace-message>small{display:none}.workspace-message>.icon{width:14px;height:14px}.agent-split .feature-stack,.safety-split .feature-stack{display:grid;grid-template-columns:1fr;gap:22px;margin-top:25px}.agent-split .feature-stack>div,.safety-split .feature-stack>div{display:flex;gap:13px}.agent-split .feature-stack>div>.icon,.safety-split .feature-stack>div>.icon{margin:0;width:21px;height:21px}.agent-split .feature-stack h3,.safety-split .feature-stack h3{font-size:13px}.agent-split .feature-stack p,.safety-split .feature-stack p{font-size:11px;line-height:1.85}.status-legend{gap:6px;margin-top:24px}.status-legend .status{font-size:8px;padding:5px 7px}.agent-visual{min-height:818px;padding:54px 0 126px;overflow:hidden;border-radius:17px}.agent-visual>.phone-device{width:278px;box-shadow:0 16px 38px #244a812b}.agent-visual .phone-content{padding-inline:14px}.agent-visual .handover-float{left:50%;transform:translateX(-50%);bottom:53px;padding:13px;width:calc(100% - 32px);max-width:307px}.agent-visual .handover-float br{display:none}.handover-float p{font-size:8px}.handover-float strong{font-size:9px}.field-caption{font-size:7px;top:22px}.field-label{font-size:10px;bottom:20px}.field-label>span{font-size:8px}.agent-visual .ring-one{width:450px;height:450px}.agent-visual .ring-two{width:370px;height:370px}.gse-section{padding:63px 0}.gse-section h2{font-size:33px}.gse-section .section-copy>p:not(.eyebrow){font-size:13px}.numbered-features{grid-template-columns:1fr;gap:23px;margin-top:26px}.numbered-features>div{display:flex;gap:13px}.numbered-features>div>span{margin:1px 0 0;width:30px;flex-shrink:0}.numbered-features h3{font-size:12px}.numbered-features p{font-size:11px;line-height:1.8}.offline-feature{margin-top:26px;padding-top:21px;gap:12px}.offline-feature strong{font-size:11px}.offline-feature p{font-size:10px}.gse-tablet{padding:7px;border-radius:17px}.gse-screen{border-radius:10px}.gse-app-header{padding:16px 12px}.gse-app-header b{font-size:17px}.gse-app-header em{font-size:11px}.gse-app-header>span{gap:7px}.gse-app-header>span>.icon{width:21px;height:21px}.gse-app-header>div{gap:6px;font-size:9px}.gse-app-header .avatar{width:25px;height:25px}.gse-app-header>div>.icon{display:none}.gse-user-line{padding:9px 12px 2px;gap:7px}.gse-user-line>span{font-size:7px;gap:4px}.gse-user-line>span>.icon{width:11px;height:11px}.gse-search{min-height:44px;padding:6px;font-size:8px;gap:4px}.gse-search .icon{width:12px;height:12px}.gse-asset-heading{padding:17px 12px 19px;gap:10px}.gse-asset-heading p{font-size:7px}.gse-asset-heading h3{font-size:29px}.gse-asset-heading>div>span{font-size:9px}.gse-asset-heading .status{font-size:8px;padding:7px}.gse-tabs{padding:0 12px;gap:25px}.gse-tabs button{font-size:10px;min-height:48px}.gse-check-line{gap:9px;padding:15px 0}.gse-check-line strong{font-size:11px}.gse-check-line>div>span{font-size:8px;line-height:1.8;max-width:174px;margin-top:5px}#gse-daily{padding:0 12px}.pass-button{font-size:11px;min-height:56px;min-width:76px;gap:6px}.pass-button .icon{width:16px;height:16px}.measurement{width:85px;min-height:56px;padding:0 8px}.measurement input{width:51px;font-size:16px}.gse-note>label{font-size:10px}.gse-note textarea{font-size:10px;line-height:1.8;min-height:64px}.gse-note>div>span{font-size:7px;gap:4px}.gse-note>div>.attach-photo{font-size:9px;min-height:44px;padding:5px;gap:3px}.gse-note>div .icon{width:11px;height:11px}.gse-actions{padding:12px 12px 15px;gap:8px;grid-template-columns:1.05fr 1fr}.gse-actions button{min-height:56px;font-size:11px;gap:6px}.gse-actions .icon{width:16px;height:16px}.gse-sync{padding:12px;font-size:8px;gap:10px;align-items:flex-start}.gse-sync>span:last-child{max-width:108px;line-height:1.8;align-items:flex-start;gap:4px}.gse-sync>span>.icon{margin-top:1px;width:11px;height:11px}.gse-sync>span:first-child{white-space:nowrap;line-height:1.8;gap:4px}.gse-footnote{font-size:8px;margin-top:14px;line-height:1.8}.technical-preview{padding:24px 12px;min-height:400px}.technical-preview .gse-check-line{gap:10px}.staff-directory{display:block}.staff-person{padding:17px}.staff-person>.avatar{width:45px;height:45px}.staff-person-info strong{font-size:12px}.staff-person-info>span{font-size:10px}.staff-person-info>small{font-size:8px}.staff-person>.status{font-size:8px}.card-header{padding:16px 15px;gap:8px}.card-header h3{font-size:12px}.card-header .icon{width:16px;height:16px}.card-header>div{gap:8px}.card-header>.sample-note{font-size:8px}.card-header>.subtle{font-size:8px}.staff-directory-footer{padding:15px;font-size:8px;line-height:1.8}.planner-alert{margin:14px 13px 0;padding:11px 10px;gap:8px}.planner-alert strong{font-size:9px;line-height:1.6}.planner-alert>div>span{font-size:7px;line-height:1.7}.planner-alert>.status{font-size:7px}.planner-bottom{padding:14px 13px;align-items:flex-start;gap:9px;font-size:7px}.planner-bottom>span{gap:5px}.commercial-flow{grid-template-columns:1fr;margin:26px 0 28px;gap:0;border:1px solid var(--border);border-radius:12px;background:#fff;padding:15px 17px}.flow-step{display:grid;grid-template-columns:38px 1fr;column-gap:13px;text-align:left;padding:13px 0}.flow-icon{width:38px;height:38px;grid-row:1/3;grid-column:1;border-radius:9px;margin:0;background:#f4f7ff;box-shadow:none;border-color:#dae5f7}.flow-icon>.icon{width:19px;height:19px}.flow-step h3{font-size:12px;margin:1px 0 0;grid-column:2;align-self:end}.flow-step p{font-size:9px;margin-top:4px;grid-column:2}.flow-step:not(:last-child):after{left:18px;right:auto;top:52px;bottom:-12px;height:auto;width:1px;background:#cadbf3;z-index:0}.flow-step:not(:last-child):before{display:none}.service-contract{padding:13px 15px;gap:6px;flex-direction:column;font-size:8px}.service-contract>span:last-child{font-size:7px}.service-table{min-width:660px}.billing-card{padding:22px;display:block;border-radius:12px}.billing-card>.feature-icon{margin-bottom:15px}.billing-card>p{font-size:8px}.billing-card>h3{font-size:34px;margin-top:8px}.billing-subtitle{font-size:10px;margin-top:5px}.billing-card>ul{gap:13px;margin:24px 0}.billing-card>ul>li{font-size:10px}.billing-card>.btn{min-height:46px;font-size:11px}.billing-card>small{text-align:center;margin-top:12px;font-size:8px}.safety-body{padding:18px 15px}.safety-body>h3{font-size:23px}.case-description{font-size:9px}.case-fields{gap:14px;padding:17px 0}.case-fields>div>span{font-size:8px}.case-fields strong{font-size:9px;gap:6px}.case-fields .avatar{width:25px;height:25px}.case-fields .icon{width:12px;height:12px}.corrective-action{gap:8px;align-items:flex-start;padding:19px 0 15px}.corrective-action .task-icon{margin-top:2px}.corrective-action strong{font-size:9px}.corrective-action p{font-size:8px;line-height:1.8}.corrective-action>.status{font-size:7px;margin-top:4px}.evidence-row{gap:7px;margin-bottom:20px}.evidence-row>span{font-size:7px;padding:8px 7px}.evidence-row .icon{width:12px;height:12px}.case-audit{padding:14px}.case-audit-title strong{font-size:9px}.case-audit-title>span{font-size:7px}.audit-line b{font-size:8px;line-height:1.7}.audit-line small{font-size:7px}.report-layout{display:block}.report-sidebar{display:flex;padding:11px 10px;border-right:0;border-bottom:1px solid var(--border);overflow-x:auto;gap:5px;scrollbar-width:none;align-items:center}.report-sidebar>p{display:none}.report-type{width:auto;min-height:36px;white-space:nowrap;gap:6px;margin:0;flex-shrink:0;font-size:9px;padding:8px 10px}.report-type>.icon{width:13px;height:13px}.report-main{padding:20px 13px 0}.report-main-title{gap:15px}.report-main-title h3{font-size:23px}.report-main-title p{font-size:8px;margin-top:7px}.export-buttons{gap:7px;width:100%}.export-buttons>button{flex:1;justify-content:center;min-height:39px;font-size:9px;gap:7px}.export-buttons .icon{width:13px;height:13px}.report-filters{margin-top:20px;gap:11px;padding-bottom:20px}.report-filters>label{font-size:8px;gap:6px}.report-filters select{font-size:9px;min-height:39px;padding:8px}.report-kpis{gap:7px;margin:18px 0}.report-kpis>div{padding:11px 9px;border-radius:6px}.report-kpis span{font-size:8px}.report-kpis strong{font-size:25px;line-height:1.6}.report-kpis small{font-size:6px;line-height:1.7}.report-chart{padding:14px 11px 10px}.report-chart h4{font-size:10px}.report-chart>div:first-child{gap:7px}.report-chart>div:first-child>span{font-size:7px}.report-chart>div:first-child small{font-size:6px}.chart-bars{gap:13px;min-height:130px;padding:25px 3px 0}.chart-bars small{font-size:6px;padding-top:8px}.chart-bars>div>span:before{font-size:7px}.report-footer-row{font-size:7px;padding:13px 0;gap:8px}.report-footer-row>span{line-height:1.8}.report-note{font-size:10px;line-height:1.9;text-align:left;margin-top:21px}.integration-grid{gap:12px}.integration-card{padding:17px 15px 18px;border-radius:10px}.integration-card>.feature-icon{width:33px;height:33px;border-radius:8px}.integration-card>.feature-icon>.icon{height:19px;width:19px}.integration-category{position:static;display:block;font-size:7px;line-height:1.6;margin-top:12px;color:#8596ad}.integration-card h3{font-size:11px;line-height:1.6;margin-top:4px;letter-spacing:-.025em}.integration-card p{font-size:9px;line-height:1.8;margin-top:7px}.integration-note{align-items:flex-start;justify-content:flex-start;font-size:8px;gap:7px;margin-top:18px;line-height:1.9}.integration-note .icon{width:13px;height:13px;margin-top:2px}.security-top{gap:28px;margin-bottom:31px}.access-card{padding:20px 17px;border-radius:12px}.access-card-title{gap:11px}.access-card-title>.feature-icon{width:39px;height:39px;border-radius:10px}.access-card-title h3{font-size:14px}.access-card-title p{font-size:8px}.access-scope{padding:17px 0;gap:27px}.access-scope strong{font-size:9px}.access-scope span{font-size:7px}.access-row{font-size:10px;padding-top:15px}.access-row b{font-size:8px;gap:5px}.security-grid{grid-template-columns:1fr;gap:23px;padding-top:29px}.security-grid>div{display:flex;gap:12px;align-items:flex-start}.security-grid>div>span{padding:1px 0 0;flex-shrink:0;width:22px}.security-grid h3{font-size:12px}.security-grid p{font-size:11px;line-height:1.8;margin-top:6px}.security-grid .icon{width:21px;height:21px}.modules-grid{grid-template-columns:1fr;gap:15px;margin-top:28px}.module-group{padding-bottom:15px;border-radius:12px}.module-group-header{padding:17px 18px}.module-group-header h3{font-size:12px}.module-group-header>span{font-size:10px}.module-item{padding:15px 18px 7px;gap:13px}.module-item strong{font-size:12px}.module-item span{font-size:10px;margin-top:4px}.module-item>.icon{width:18px;height:18px;margin-top:2px}.final-cta-section{padding-bottom:53px}.final-cta{padding:36px 24px 43px;border-radius:15px}.final-cta h2{font-size:32px;line-height:1.15;letter-spacing:-.045em}.final-cta h2>br{display:none}.final-cta .eyebrow{font-size:8px;line-height:1.8;max-width:230px;margin-bottom:18px}.final-cta p:not(.eyebrow){font-size:12px;line-height:1.9;margin-top:21px}.final-cta .btn{min-height:49px;font-size:11px;gap:19px;margin-top:26px;padding-inline:17px}.cta-mini-label{display:none}.cta-runway{opacity:.2;right:-220px;top:-85px}.footer-main{grid-template-columns:1fr 1fr;gap:28px 24px;padding-bottom:28px}.footer-brand{grid-column:span 2;margin-bottom:2px}.footer-brand .brand>span{font-size:25px}.footer-brand>p{font-size:12px;margin-top:14px}.footer-brand>span{font-size:9px;margin-top:12px}.footer-column h3{font-size:11px;margin-bottom:12px}.footer-column>a,.footer-column>button{font-size:10px;margin-top:5px;min-height:31px;padding:5px 0}.footer-bottom{align-items:flex-start;font-size:8px;padding-top:18px;gap:16px}.footer-bottom>span{max-width:183px;line-height:1.8}.footer-bottom>div{gap:14px}.footer-bottom button{font-size:8px;min-height:23px}.prototype-disclaimer{font-size:7px;line-height:1.9;margin-top:13px}.site-footer{padding-bottom:21px}.dialog-body{padding:28px 21px}.dialog-close{top:12px;right:12px;width:34px;height:34px}.dialog-body>.brand{margin-bottom:24px}.dialog-body>h2{font-size:27px}.dialog-body>.eyebrow{font-size:8px}.dialog-body>p:not(.eyebrow){font-size:12px}.form-row{grid-template-columns:1fr;gap:15px;margin-bottom:15px}.dialog-body form label{font-size:10px}.dialog-body input,.dialog-body select,.dialog-body textarea{font-size:16px;min-height:46px;padding:10px}.dialog-body .prototype-form-note{font-size:9px}.dialog-body form>.btn{min-height:47px}.dialog-body .form-feedback{font-size:11px}.toast{font-size:11px;padding:12px 16px;bottom:16px;width:max-content;max-width:calc(100% - 26px)}}
@media(min-width:480px) and (max-width:767px){.hero h1{max-width:520px;font-size:53px}.hero-product{transform:scale(.65);margin-bottom:-215px}.hero-copy{max-width:580px}.hero-actions{display:flex;justify-content:flex-start}.hero-actions .btn{min-width:180px;font-size:12px;padding:13px 19px}.agent-visual{max-width:480px}.agent-visual .handover-float{max-width:327px}.hero-support{max-width:510px}.modules-grid{grid-template-columns:1fr 1fr}.module-group-header h3{font-size:10px}.module-item strong{font-size:10px}.module-item span{font-size:8px}.module-item{padding-inline:13px;gap:9px}}
@media(max-width:389px){.container{width:calc(100% - 32px)}.hero h1{font-size:40px}.hero-product{transform:scale(.435);margin-bottom:-364px}.hero-description{font-size:13px}.hero-support{font-size:9px}.hero-actions .btn{font-size:9px;gap:6px;padding-inline:6px}.hero-actions .btn>.icon{width:12px;height:12px}.hero-eyebrow{font-size:7px}.brand>span{font-size:23px}.brand-mark{width:27px;height:27px}.header-demo{font-size:9px;padding-inline:10px}.header-actions{gap:7px}.hero-audience{font-size:7px}.trust-features>span{font-size:7px}.gse-asset-heading .status{font-size:7px;padding:6px}.gse-app-header b{font-size:15px}.gse-user-line>span{font-size:6px}.gse-search{font-size:7px}.gse-check-line strong{font-size:10px}.gse-check-line>div>span{font-size:7px}.gse-actions button{font-size:10px}.gse-sync{font-size:7px}.agent-visual>.phone-device{width:268px}.phone-content{padding-inline:12px}.hero-phone-wrap .phone-device{width:298px}.section h2{font-size:30px}.final-cta{padding-inline:21px}.integration-card{padding:15px 12px}.integration-card h3{font-size:10px}.integration-card p{font-size:8px}.integration-category{font-size:7px}.flight-task strong{font-size:7px}.flight-task>.status{font-size:5px;min-width:41px}.flight-task .task-time{font-size:6px}.flight-task small{font-size:5.5px}.agent-visual{min-height:812px}.gse-app-header>div{font-size:8px}.gse-tabs{gap:22px}.gse-tabs button{font-size:9px}.report-kpis small{font-size:5.5px}.row-filters{gap:9px}.row-filters button{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.btn:hover{transform:none}}
@media print{.site-header,.hero-actions,.final-cta-section,.site-footer,.menu-toggle,.toast,dialog{display:none!important}body{font-size:12px}.section{break-inside:avoid;padding:24px 0}.container{width:100%}.hero{padding:20px 0}.app-window{box-shadow:none}.section h2{font-size:26px}.hero h1{font-size:38px}}

/* Final readability and field-control refinements. */
.mobile-scroll-hint{display:none}.gse-search,.attach-photo{min-height:44px}.pass-button,.gse-actions button{min-height:56px}.gse-tabs button{min-height:48px}
.skip-link{top:0;transform:translateY(-160%)}.skip-link:focus{top:12px;transform:translateY(0)}
@media(max-width:767px){.mobile-scroll-hint{display:block;padding:0 13px 9px;font-size:8px;line-height:1.7;color:#6884ab}.shift-planner>.mobile-scroll-hint{padding-top:11px;padding-bottom:0}.section-copy>p:not(.eyebrow),.section-heading p:not(.eyebrow),.heading-row>p{font-size:14px}.gse-section .section-copy>p:not(.eyebrow){font-size:14px}.hero-description{font-size:14px}.integration-card h3{font-size:12px}.integration-card p{font-size:10px}.security-grid p{font-size:12px}}

/* Codex handoff fix: the tablet selector was more specific than the mobile override. */
@media(max-width:767px){
  .safety-split>.section-copy .feature-stack{grid-template-columns:minmax(0,1fr)}
  .safety-split>*{min-width:0}
}
