:root{--brand:#0a7d4b;--brand-dark:#075e39;--brand-soft:#e7f3ee;--ink:#0f1f33;--ink-soft:#33445c;--muted:#5b6b7f;--line:#e4e9f0;--line-soft:#eef2f7;--bg:#f4f6f9;--surface:#ffffff;--danger:#b42318;--danger-soft:#fdecea;--gold:#b8902f;--shadow-sm:0 1px 2px rgba(15,31,51,0.08);--shadow:0 1px 2px rgba(15,31,51,0.05),0 10px 30px rgba(15,31,51,0.06);--shadow-lg:0 24px 60px rgba(15,31,51,0.14);--radius:14px;--radius-sm:10px;--maxw:1080px;--font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}.site-root,body{display:flex;flex-direction:column;min-height:100vh}.site-root main{flex:1 0 auto}.brand-upload{width:30px;height:30px;border-radius:8px;object-fit:contain}.site-footer{margin-top:auto;border-top:1px solid var(--line);background:#fff}.footer-inner{padding:1.2rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.8rem}.footer-inner strong{color:var(--ink);white-space:nowrap}.login-card button{margin-top:1rem}.dashboard-page,.journey-page{padding-top:2.5rem;padding-bottom:4rem}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.2rem;background:linear-gradient(135deg,#fff,var(--brand-soft))}.dashboard-hero p{color:var(--muted);margin:0}.customer-number{text-align:right;min-width:180px}.customer-number span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.customer-number strong{font-size:1.2rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.journey-grid{grid-template-columns:repeat(3,1fr)}.journey-card{min-height:190px}.journey-card h3{margin-top:.8rem}.journey-card p{color:var(--muted)}.journey-link{color:var(--brand-dark);font-weight:650}.badge-action{background:#fff3d7;color:#765000}.data-view{max-height:460px;overflow:auto;padding:1rem;background:#101827;color:#d9e7f5;border-radius:12px;font:.82rem/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.action-panel{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line)}.action-panel button{margin-top:.8rem}.action-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 1rem;gap:0 1rem}.action-fields label{margin-top:.75rem}.action-fields label>span{display:block;margin-bottom:.3rem}.action-fields .checkbox-field{display:flex;align-items:center;gap:.55rem}.action-fields .checkbox-field input{width:auto}.action-fields .checkbox-field span{margin:0}.proposal-review{margin-top:1rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:var(--brand-soft)}.proposal-review .btn-ghost{margin-left:.6rem}@media (max-width:800px){.journey-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.action-fields,.journey-grid{grid-template-columns:1fr}.dashboard-hero,.footer-inner{align-items:flex-start;flex-direction:column}.customer-number{text-align:left}.nav-auth a:not(.btn){display:none}}a{color:var(--brand-dark);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{color:var(--ink);line-height:1.2;letter-spacing:-.01em;margin:0 0 .5rem}h1{font-size:2rem}h1,h2{font-weight:700}h2{font-size:1.5rem}h3{font-size:1.15rem;font-weight:650}p{margin:0 0 1rem}main{flex:1 0 auto}.container{max-width:var(--maxw);margin:0 auto;padding:2rem 1.25rem}.container-narrow{max-width:440px;margin:0 auto;padding:2.5rem 1.25rem}.lead{font-size:1.05rem;color:var(--muted);margin-bottom:1.5rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700;color:var(--brand-dark);margin-bottom:.4rem}.backlink{display:inline-block;color:var(--muted);font-size:.9rem;font-weight:600;margin-bottom:1rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--line)}.nav{max-width:var(--maxw);margin:0 auto;display:flex;gap:1.25rem;padding:.7rem 1.25rem}.brand,.nav{align-items:center}.brand{display:inline-flex;gap:.55rem;font-weight:750;font-size:1.08rem;color:var(--ink);letter-spacing:-.01em}.brand:hover{text-decoration:none}.brand-mark{width:28px;height:28px;flex:none}.nav-links{display:flex;align-items:center;gap:1.2rem;margin-left:.4rem}.nav-links a{color:var(--ink-soft);font-size:.95rem;font-weight:550}.nav-links a:hover{color:var(--brand-dark);text-decoration:none}.nav-spacer{flex:1 1}.nav-auth{display:flex;align-items:center;gap:.9rem}@media (max-width:640px){.nav-links{display:none}}.btn,button{font:inherit;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--brand);color:#fff;border:1px solid transparent;border-radius:10px;padding:.6rem 1.1rem;cursor:pointer;transition:background .15s,box-shadow .15s,transform .05s,border-color .15s;text-decoration:none}.btn:hover,button:hover{background:var(--brand-dark);text-decoration:none}.btn:active,button:active{transform:translateY(1px)}.btn:disabled,button:disabled{opacity:.5;cursor:default}.btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:var(--bg);border-color:#d4dbe6}.btn-lg{padding:.8rem 1.5rem;font-size:1.02rem;border-radius:12px}.btn-block{width:100%}.card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem 1.35rem;color:inherit;box-shadow:var(--shadow-sm)}.card-link,a.card{transition:box-shadow .18s,transform .18s,border-color .18s}.card-link:hover,a.card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:#d6deea;text-decoration:none}.card-title{font-weight:650;color:var(--ink)}.row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.stack>*+*{margin-top:.85rem}.muted{color:var(--muted);font-size:.9rem}.bal{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--ink)}.bal-lg{font-size:1.6rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:860px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-2,.grid-3{grid-template-columns:1fr}}.badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:650;padding:.18rem .55rem;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark)}.badge-rate{background:var(--brand);color:#fff}.pill{display:inline-block;font-size:.78rem;font-weight:600;color:var(--muted);background:var(--line-soft);padding:.2rem .6rem;border-radius:999px}.hero{background:linear-gradient(155deg,#0b2a44,#0f1f33 55%,#093b29 135%);color:#eaf1f8}.hero-inner{max-width:var(--maxw);margin:0 auto;padding:4.5rem 1.25rem 4rem}.hero .eyebrow{color:#6fe0aa}.hero h1{color:#fff;font-size:2.8rem;max-width:17ch;margin-bottom:1rem}.hero p{color:#c3d2e2;font-size:1.16rem;max-width:54ch;margin-bottom:1.7rem}.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}.hero .btn-ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.28)}.hero .btn-ghost:hover{background:rgba(255,255,255,.16)}.features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}@media (max-width:760px){.features{grid-template-columns:1fr}}.feature-ico{width:42px;height:42px;border-radius:11px;background:var(--brand-soft);color:var(--brand-dark);display:flex;align-items:center;justify-content:center;margin-bottom:.7rem}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.1rem;gap:1rem}.section-head h2{margin:0}.section+.section{margin-top:2.75rem}table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}td,th{text-align:left;padding:.7rem .9rem;border-bottom:1px solid var(--line-soft);font-size:.92rem}th{color:var(--muted);font-weight:600;background:#fbfcfe;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}tbody tr:last-child td{border-bottom:0}.amt-pos{color:var(--brand-dark)}.amt-pos,label{font-weight:600}label{display:block;margin:.85rem 0 .3rem;font-size:.88rem;color:var(--ink-soft)}input,select,textarea{width:100%;font:inherit;padding:.62rem .7rem;color:var(--ink);border:1px solid var(--line);border-radius:10px;background:#fff;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.field-hint{font-size:.82rem;color:var(--muted);margin-top:.35rem}.err{color:var(--danger)}.ok{color:var(--brand-dark)}.notice{padding:.7rem .9rem;border-radius:10px;font-size:.92rem;margin-top:.9rem}.notice-ok{background:var(--brand-soft);color:var(--brand-dark)}.notice-err{background:var(--danger-soft);color:var(--danger)}.searchbar{display:flex;gap:.6rem}.searchbar input{flex:1 1}.prose{color:var(--ink-soft);max-width:72ch}.prose>:first-child{margin-top:0}.prose h1{font-size:1.9rem;margin:0 0 1rem}.prose h2{font-size:1.35rem;margin:1.9rem 0 .6rem;padding-bottom:.3rem;border-bottom:1px solid var(--line)}.prose h3{font-size:1.1rem;margin:1.3rem 0 .4rem;color:var(--ink)}.prose h4{font-size:1rem;margin:1.1rem 0 .3rem;color:var(--brand-dark)}.prose p{margin:0 0 .9rem}.prose ol,.prose ul{margin:0 0 1rem;padding-left:1.3rem}.prose li{margin:.3rem 0}.prose li::marker{color:var(--brand)}.prose strong{color:var(--ink);font-weight:650}.prose a{color:var(--brand-dark);text-decoration:underline}.prose table{margin:1.2rem 0}.prose code{background:var(--line-soft);padding:.1rem .35rem;border-radius:6px;font-size:.9em}.prose hr{border:0;border-top:1px solid var(--line);margin:1.6rem 0}.site-footer{background:#0f1f33;color:#b9c6d6;margin-top:3rem}.footer-inner{max-width:var(--maxw);margin:0 auto;padding:2.75rem 1.25rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media (max-width:760px){.footer-inner{grid-template-columns:1fr 1fr}}.site-footer h4{color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .7rem}.site-footer a{color:#b9c6d6;display:block;padding:.2rem 0;font-size:.9rem}.site-footer a:hover{color:#fff;text-decoration:none}.footer-brand{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;margin-bottom:.6rem}.footer-note{color:#8597ab;max-width:32ch;font-size:.9rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-inner{max-width:var(--maxw);margin:0 auto;padding:1.1rem 1.25rem;font-size:.82rem;color:#8597ab;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-frame{display:flex;flex:1 0 auto;flex-direction:column;min-height:100vh}.industry-frame{--industry-accent:#0a7d4b;--industry-accent-dark:#075e39;--industry-accent-soft:#e7f3ee;--industry-navy:#0b1f34;--industry-ink:#102237;--industry-muted:#5b6b7f;background:#fff}.industry-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(15,31,51,.09);background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px)}.industry-nav{display:flex;align-items:center;width:min(100% - 2.5rem,1180px);min-height:72px;margin:0 auto;gap:1.5rem}.industry-brand{display:inline-flex;align-items:center;min-width:0;gap:.65rem;color:var(--industry-ink);font-size:1.03rem;font-weight:780;letter-spacing:-.025em;white-space:nowrap}.industry-brand:hover{text-decoration:none}.industry-brand .brand-mark{width:31px;height:31px}.industry-brand-name{overflow:hidden;text-overflow:ellipsis}.industry-brand-suffix{color:var(--industry-accent-dark)}.industry-nav-links{display:flex;align-items:center;gap:1.4rem;margin-left:auto}.industry-nav-links a{color:#3a4b60;font-size:.9rem;font-weight:620}.industry-nav-links a:hover{color:var(--industry-accent-dark);text-decoration:none}.industry-nav-cta{display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:999px;padding:.63rem 1.1rem;background:var(--industry-accent);color:#fff;font-size:.88rem;font-weight:720;box-shadow:0 7px 18px rgba(15,31,51,.12)}.industry-nav-cta:hover{background:var(--industry-accent-dark);color:#fff;text-decoration:none}.industry-site{overflow:clip;color:var(--industry-ink);background:#fff}.industry-site section[id]{scroll-margin-top:92px}.industry-hero{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 86% 14%,color-mix(in srgb,var(--industry-accent) 38%,transparent) 0,transparent 27rem),linear-gradient(142deg,#07192b 0,#0c243c 58%,color-mix(in srgb,var(--industry-accent-dark) 58%,#081b2d) 125%);color:#e8f1fa}.industry-hero:after,.industry-hero:before{position:absolute;z-index:-1;content:"";border:1px solid rgba(255,255,255,.08);border-radius:999px}.industry-hero:before{width:420px;height:420px;right:-120px;top:-210px}.industry-hero:after{width:240px;height:240px;right:190px;bottom:-180px}.industry-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;width:min(100% - 2.5rem,1180px);min-height:630px;margin:0 auto;grid-gap:clamp(3rem,7vw,6.5rem);gap:clamp(3rem,7vw,6.5rem);padding:5.25rem 0 5.7rem}.industry-kicker{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.15rem;color:color-mix(in srgb,var(--industry-accent-soft) 76%,#fff);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.industry-kicker:before{width:26px;height:2px;border-radius:99px;background:var(--industry-accent);content:""}.industry-hero h1{max-width:11ch;margin-bottom:1.2rem;color:#fff;font-size:clamp(3.1rem,5.4vw,5.25rem);font-weight:760;letter-spacing:-.055em;line-height:.97}.industry-hero-copy>p{max-width:55ch;margin-bottom:1.8rem;color:#c8d7e6;font-size:1.12rem;line-height:1.65}.industry-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.industry-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border:1px solid transparent;border-radius:999px;padding:.75rem 1.35rem;font-weight:730;transition:transform .15s,background .15s,border-color .15s}.industry-button:hover{transform:translateY(-1px);text-decoration:none}.industry-button-primary{background:var(--industry-accent);color:#fff}.industry-button-primary:hover{background:var(--industry-accent-dark);color:#fff}.industry-button-secondary{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.07);color:#fff}.industry-button-secondary:hover{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.12);color:#fff}.industry-button-outline{border-color:color-mix(in srgb,var(--industry-accent) 38%,#dce3eb);color:var(--industry-accent-dark);background:rgba(255,255,255,.64)}.industry-button-outline:hover{border-color:var(--industry-accent);color:var(--industry-accent-dark);background:#fff}.industry-button svg{width:18px;height:18px}.industry-hero-note{display:flex;align-items:center;gap:.55rem;margin-top:1.35rem;color:#9fb2c5;font-size:.82rem}.industry-hero-note:before{display:block;width:7px;height:7px;border-radius:50%;background:var(--industry-accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--industry-accent) 22%,transparent);content:""}.industry-product-stage{position:relative}.industry-product-stage:before{position:absolute;inset:12% -10% -8% 9%;z-index:-1;border-radius:42px;background:color-mix(in srgb,var(--industry-accent) 24%,transparent);filter:blur(28px);content:""}.industry-product-panel{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:26px;padding:1.25rem;color:var(--industry-ink);background:rgba(255,255,255,.96);box-shadow:0 32px 70px rgba(0,8,20,.32);transform:rotate(1.4deg)}.industry-product-panel:after{position:absolute;width:160px;height:160px;right:-92px;top:-92px;border-radius:50%;background:var(--industry-accent-soft);content:""}.industry-panel-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.2rem .15rem 1rem}.industry-panel-eyebrow{color:var(--industry-muted);font-size:.68rem;font-weight:780;letter-spacing:.1em;text-transform:uppercase}.industry-panel-top h2{margin:.18rem 0 0;font-size:1.35rem;letter-spacing:-.025em}.industry-panel-status{display:inline-flex;align-items:center;gap:.35rem;flex:none;border-radius:99px;padding:.28rem .55rem;color:var(--industry-accent-dark);background:var(--industry-accent-soft);font-size:.7rem;font-weight:760}.industry-panel-status:before{width:6px;height:6px;border-radius:50%;background:var(--industry-accent);content:""}.industry-panel-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;margin-bottom:.7rem}.industry-panel-feature,.industry-panel-field,.industry-panel-row{border:1px solid #e6ebf1;border-radius:14px;background:#fff}.industry-panel-field{padding:.72rem .8rem}.industry-panel-label{display:block;color:var(--industry-muted);font-size:.67rem;font-weight:720;letter-spacing:.06em;text-transform:uppercase}.industry-panel-field strong{margin-top:.15rem;font-size:.92rem}.industry-panel-field small,.industry-panel-field strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industry-panel-field small{margin-top:.08rem;color:var(--industry-muted);font-size:.67rem}.industry-panel-feature{position:relative;overflow:hidden;margin-bottom:.7rem;padding:1.05rem;background:linear-gradient(135deg,var(--industry-accent-soft),#fff 72%)}.industry-panel-feature:after{position:absolute;width:58px;height:58px;right:18px;bottom:-24px;border:10px solid color-mix(in srgb,var(--industry-accent) 20%,transparent);border-radius:50%;content:""}.industry-panel-feature strong{position:relative;z-index:1;display:block;margin-top:.1rem;color:var(--industry-accent-dark);font-size:1.65rem;letter-spacing:-.04em}.industry-panel-rows{display:grid;grid-gap:.5rem;gap:.5rem}.industry-panel-row{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.68rem .78rem}.industry-panel-row-copy{min-width:0}.industry-panel-row-copy strong{display:block;overflow:hidden;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.industry-panel-row-copy small{display:block;margin-top:.08rem;color:var(--industry-muted);font-size:.7rem}.industry-panel-row-value{flex:none;color:var(--industry-accent-dark);font-size:.84rem;font-weight:800}.industry-panel-footer{display:flex;justify-content:space-between;gap:1rem;margin-top:.7rem;border-radius:12px;padding:.65rem .8rem;color:#eef5fb;background:var(--industry-navy);font-size:.76rem}.industry-panel-footer strong{color:#fff}.industry-panel-airline .industry-panel-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.industry-panel-airline .industry-panel-field:first-child strong,.industry-panel-airline .industry-panel-field:nth-child(2) strong{font-size:1.16rem}.industry-panel-lending .industry-panel-feature strong,.industry-panel-wireless .industry-panel-feature strong{font-size:2rem}.industry-panel-healthcare .industry-panel-status,.industry-panel-homeservices .industry-panel-status{color:#075e39;background:#e7f3ee}.industry-stats-wrap{border-bottom:1px solid #e8edf3;background:#fff}.industry-stats{display:grid;grid-template-columns:repeat(3,1fr);width:min(100% - 2.5rem,1180px);margin:0 auto}.industry-stat{position:relative;padding:1.65rem 1rem;text-align:center}.industry-stat+.industry-stat:before{position:absolute;left:0;top:29%;width:1px;height:42%;background:#e2e8ef;content:""}.industry-stat strong{display:block;color:var(--industry-accent-dark);font-size:1.6rem;letter-spacing:-.035em}.industry-stat span{display:block;margin-top:.12rem;color:var(--industry-muted);font-size:.8rem}.industry-section{padding:clamp(4.5rem,8vw,7.25rem) 1.25rem}.industry-section-soft{background:#f5f7fa}.industry-section-inner{width:min(100%,1180px);margin:0 auto}.industry-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem}.industry-section-heading>div{max-width:670px}.industry-section-heading .industry-kicker{margin-bottom:.7rem;color:var(--industry-accent-dark)}.industry-section-heading h2{margin-bottom:.65rem;font-size:clamp(2rem,3.4vw,3.2rem);letter-spacing:-.045em}.industry-section-heading p{max-width:58ch;margin:0;color:var(--industry-muted);font-size:1rem}.industry-text-link{flex:none;color:var(--industry-accent-dark);font-size:.9rem;font-weight:760}.industry-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(225px,1fr));grid-gap:1rem;gap:1rem}.industry-offer-card{position:relative;overflow:hidden;min-height:260px;border:1px solid #e3e9f0;border-radius:20px;padding:1.45rem;background:#fff;box-shadow:0 12px 30px rgba(15,31,51,.05)}.industry-offer-card:after{position:absolute;width:105px;height:105px;right:-62px;bottom:-62px;border:16px solid var(--industry-accent-soft);border-radius:50%;content:""}.industry-offer-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:1.35rem;border-radius:13px;color:var(--industry-accent-dark);background:var(--industry-accent-soft)}.industry-card-eyebrow{display:block;margin-bottom:.4rem;color:var(--industry-accent-dark);font-size:.69rem;font-weight:790;letter-spacing:.08em;text-transform:uppercase}.industry-offer-card h3{margin-bottom:.55rem;font-size:1.25rem}.industry-offer-card p{color:var(--industry-muted);font-size:.9rem}.industry-offer-meta{position:absolute;left:1.45rem;bottom:1.3rem;z-index:1;color:var(--industry-accent-dark);font-size:.78rem;font-weight:780}.industry-highlight{position:relative;overflow:hidden;border-radius:28px;background:var(--industry-navy);color:#dbe7f2;box-shadow:0 25px 65px rgba(15,31,51,.15)}.industry-highlight:after{position:absolute;width:330px;height:330px;right:-90px;top:-150px;border:54px solid color-mix(in srgb,var(--industry-accent) 30%,transparent);border-radius:50%;content:""}.industry-highlight-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;min-height:390px}.industry-highlight-copy{padding:clamp(2.4rem,5vw,4.5rem)}.industry-highlight-copy .industry-kicker{margin-bottom:.7rem}.industry-highlight h2{max-width:14ch;margin-bottom:.8rem;color:#fff;font-size:clamp(2rem,3.5vw,3.25rem);letter-spacing:-.045em}.industry-highlight-copy>p{max-width:57ch;margin:0;color:#b9c9d8}.industry-highlight-link{display:inline-block;margin-top:1.25rem;color:#fff;font-size:.88rem;font-weight:760}.industry-highlight-link:hover{color:#fff;-webkit-text-decoration-color:var(--industry-accent);text-decoration-color:var(--industry-accent)}.industry-highlight-list{display:grid;grid-gap:.7rem;gap:.7rem;padding:2rem 4rem 2rem 1rem}.industry-highlight-metric{border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:1rem 1.1rem;background:color-mix(in srgb,var(--industry-accent) 24%,rgba(255,255,255,.06))}.industry-highlight-metric strong{display:block;color:#fff;font-size:2rem;letter-spacing:-.045em}.industry-highlight-metric span{display:block;color:#c6d4e1;font-size:.76rem}.industry-highlight-point{display:flex;align-items:center;gap:.7rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:.85rem 1rem;background:rgba(255,255,255,.06);color:#f5f8fb;font-size:.88rem;font-weight:650}.industry-highlight-point:before{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex:none;border-radius:50%;color:#fff;background:var(--industry-accent);content:"\2713";font-size:.7rem;font-weight:900}.industry-journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;counter-reset:journey}.industry-step{position:relative;border-top:2px solid #dfe6ee;padding:1.6rem 1rem 0 0;counter-increment:journey}.industry-step:before{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:1rem;border-radius:50%;color:#fff;background:var(--industry-accent);content:counter(journey,decimal-leading-zero);font-size:.72rem;font-weight:800}.industry-step h3{margin-bottom:.45rem}.industry-step p{color:var(--industry-muted);font-size:.9rem}.industry-testimonial{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;grid-gap:2.5rem;gap:2.5rem;border:1px solid #e2e8ef;border-radius:26px;padding:clamp(2rem,4vw,3.5rem);background:linear-gradient(135deg,var(--industry-accent-soft),#fff 55%)}.industry-quote-mark{color:var(--industry-accent);font-family:Georgia,serif;font-size:7rem;line-height:.6;opacity:.35}.industry-testimonial-reassurance{max-width:31ch;margin:0;color:var(--industry-muted);font-size:.85rem}.industry-testimonial blockquote{margin:0}.industry-testimonial blockquote p{margin-bottom:1.25rem;color:var(--industry-ink);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:650;letter-spacing:-.025em;line-height:1.35}.industry-testimonial cite{color:var(--industry-muted);font-size:.84rem;font-style:normal}.industry-testimonial cite strong{color:var(--industry-ink)}.industry-final{text-align:center;background:linear-gradient(180deg,#fff,var(--industry-accent-soft))}.industry-final-inner{width:min(100%,780px);margin:0 auto}.industry-final h2{margin-bottom:.8rem;font-size:clamp(2.2rem,4vw,3.8rem);letter-spacing:-.05em}.industry-final p{max-width:58ch;margin:0 auto 1.5rem;color:var(--industry-muted)}.industry-final .industry-button-primary{box-shadow:0 14px 30px color-mix(in srgb,var(--industry-accent) 24%,transparent)}.industry-final-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.industry-footer{margin-top:0;color:#b9c7d6;background:#091a2c}.industry-footer-inner{display:grid;grid-template-columns:1.7fr repeat(3,1fr);width:min(100% - 2.5rem,1180px);margin:0 auto;grid-gap:2rem;gap:2rem;padding:4rem 0 3.2rem}.industry-footer-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem;color:#fff;font-weight:780;letter-spacing:-.02em}.industry-footer-brand .brand-mark{width:30px;height:30px}.industry-footer-note{max-width:34ch;color:#8fa1b4;font-size:.88rem}.industry-footer h3{margin-bottom:.75rem;color:#fff;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase}.industry-footer a{display:block;padding:.24rem 0;color:#b9c7d6;font-size:.87rem}.industry-footer a:hover{color:#fff;text-decoration:none}.industry-footer-bottom{border-top:1px solid rgba(255,255,255,.09)}.industry-footer-bottom-inner{display:flex;justify-content:space-between;width:min(100% - 2.5rem,1180px);margin:0 auto;gap:1.5rem;padding:1.15rem 0;color:#7f92a6;font-size:.75rem}.industry-footer-disclaimer{max-width:82ch}@media (max-width:980px){.industry-nav-links{display:none}.industry-nav-cta{margin-left:auto}.industry-hero-grid{grid-template-columns:1fr .86fr;gap:2rem}.industry-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-footer-inner{grid-template-columns:1.4fr repeat(2,1fr)}.industry-footer-inner>:last-child{display:none}}@media (max-width:760px){.industry-nav{width:min(100% - 2rem,1180px);min-height:66px}.industry-hero-grid{grid-template-columns:1fr;min-height:auto;padding:4.25rem 0 4.5rem}.industry-hero h1{font-size:clamp(3rem,13vw,4.5rem)}.industry-product-stage{width:min(100%,520px)}.industry-product-panel{transform:none}.industry-stats{width:min(100% - 2rem,1180px)}.industry-stat{padding:1.35rem .45rem}.industry-stat strong{font-size:1.3rem}.industry-section-heading{align-items:flex-start;flex-direction:column;gap:.8rem}.industry-highlight-grid{grid-template-columns:1fr}.industry-highlight-list{padding:0 2rem 2.5rem}.industry-journey-grid{grid-template-columns:1fr;gap:1.5rem}.industry-testimonial{grid-template-columns:1fr;gap:0}.industry-quote-mark{font-size:5.5rem}.industry-footer-inner{grid-template-columns:1.2fr 1fr}.industry-footer-inner>:nth-child(3){display:none}.industry-footer-bottom-inner{flex-direction:column;gap:.4rem}}@media (max-width:520px){.industry-nav{gap:.6rem}.industry-brand{font-size:.94rem}.industry-brand .brand-mark{width:29px;height:29px}.industry-nav-cta{display:none}.industry-hero-grid{width:min(100% - 2rem,1180px);padding-top:3.5rem}.industry-hero-copy>p{font-size:1rem}.industry-button{width:100%}.industry-panel-airline .industry-panel-fields,.industry-panel-fields{grid-template-columns:1fr 1fr}.industry-panel-airline .industry-panel-field:last-child{grid-column:1/-1}.industry-product-panel{border-radius:20px;padding:.9rem}.industry-stats{grid-template-columns:1fr}.industry-stat{display:flex;justify-content:space-between;align-items:center;text-align:left}.industry-stat+.industry-stat:before{top:0;width:100%;height:1px}.industry-stat span{max-width:55%;text-align:right}.industry-section{padding:4rem 1rem}.industry-offer-grid{grid-template-columns:1fr}.industry-offer-card{min-height:245px}.industry-highlight{border-radius:22px}.industry-highlight-copy{padding:2rem 1.4rem}.industry-highlight-list{padding:0 1.4rem 1.8rem}.industry-testimonial{padding:1.6rem}.industry-footer-inner{grid-template-columns:1fr;width:min(100% - 2rem,1180px);padding:3rem 0 2.5rem}.industry-footer-inner>:not(:first-child){display:none}.industry-footer-bottom-inner{width:min(100% - 2rem,1180px)}}@media (prefers-reduced-motion:reduce){.industry-button{transition:none}}.logo-frame{background:#f5f7fa}.logo-frame main,.logo-page{display:flex;min-height:100vh}.logo-page{position:relative;align-items:center;justify-content:center;width:100%;overflow:hidden;padding:clamp(2rem,6vw,6rem);background:radial-gradient(circle at 18% 20%,rgba(10,125,75,.1),transparent 28rem),radial-gradient(circle at 84% 80%,rgba(15,31,51,.08),transparent 30rem),#f8fafc}.logo-page:after,.logo-page:before{position:absolute;border:1px solid rgba(10,125,75,.12);border-radius:50%;content:""}.logo-page:before{width:420px;height:420px;left:-260px;top:-250px}.logo-page:after{width:320px;height:320px;right:-190px;bottom:-200px}.logo-page-lockup{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,3.5rem);width:min(100%,1160px)}.logo-page-mark{width:clamp(150px,18vw,240px);height:clamp(150px,18vw,240px);flex:none;filter:drop-shadow(0 24px 35px rgba(10,125,75,.18))}.logo-page h1{margin:0;color:#0f1f33;font-size:clamp(4rem,8.5vw,8.5rem);font-weight:780;letter-spacing:-.065em;line-height:.92;white-space:nowrap}@media (max-width:760px){.logo-page-lockup{flex-direction:column;gap:1.75rem;text-align:center}.logo-page h1{font-size:clamp(3rem,13vw,5rem);white-space:normal}}.vapi-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:.7rem}.vapi-fab{border-radius:999px;padding:.7rem 1.15rem;box-shadow:var(--shadow)}.vapi-fab-label{font-weight:600}@media (max-width:480px){.vapi-fab-label{display:none}.vapi-fab{padding:.85rem}}.vapi-panel{width:330px;max-width:calc(100vw - 2.5rem);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.vapi-panel-head{display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border-bottom:1px solid var(--line-soft)}.vapi-status{margin-left:auto;font-size:.8rem;color:var(--muted)}.vapi-panel-body{padding:1rem;min-height:78px;font-size:.92rem;line-height:1.5}.vapi-panel-actions{display:flex;gap:.6rem;padding:.8rem 1rem;border-top:1px solid var(--line-soft)}.vapi-end{background:var(--danger)}.vapi-end:hover{background:#8f1d12}.vapi-dot{width:9px;height:9px;border-radius:999px;background:var(--muted);flex:none}.vapi-dot-connecting{background:var(--gold);animation:vapi-pulse 1s infinite}.vapi-dot-active{background:var(--brand);animation:vapi-pulse 1.4s infinite}.vapi-dot-error{background:var(--danger)}@keyframes vapi-pulse{0%,to{opacity:1}50%{opacity:.3}}