@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary: #004ac6;--primary-container: #2563eb;--primary-fixed: #dbe1ff;--primary-fixed-dim: #b4c5ff;--on-primary: #ffffff;--on-primary-container: #eeefff;--tertiary: #006056;--tertiary-container: #007b6e;--on-tertiary: #ffffff;--on-tertiary-container: #b1fff1;--secondary: #4d5f7d;--on-secondary: #ffffff;--secondary-container: #c8dbfe;--on-secondary-container: #4e607e;--surface-bright: #f7f9fb;--surface: #f7f9fb;--surface-container-lowest: #ffffff;--surface-container-low: #f2f4f6;--surface-container: #eceef0;--surface-container-high:#e6e8ea;--surface-container-highest: #e0e3e5;--surface-dim: #d8dadc;--inverse-surface: #2d3133;--on-secondary-fixed: #071c36;--on-surface: #191c1e;--on-surface-variant: #434655;--outline: #737686;--outline-variant: #c3c6d7;--error: #ba1a1a;--bg: var(--surface-bright);--text: var(--on-surface);--text-soft: var(--on-surface-variant);--text-muted: var(--outline);--line: rgba(195, 198, 215, .18);--line-strong: rgba(195, 198, 215, .35);--border: var(--outline-variant);--surface-raised:var(--surface-container-low);--gradient-brand: linear-gradient(135deg, var(--tertiary-container) 0%, var(--primary-container) 100%);--gradient-hero: linear-gradient(135deg, #007b6e 0%, #2563eb 100%);--shadow-sm: 0 4px 16px -4px rgba(11,31,58,.06);--shadow-md: 0 24px 48px -12px rgba(11,31,58,.08);--shadow-lg: 0 32px 64px -16px rgba(11,31,58,.12);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: .75rem;--radius-2xl: 1.5rem;--radius-3xl: 2rem;--radius-full:9999px;--ease: cubic-bezier(.4, 0, .2, 1);--duration: .4s}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-size:1.5rem;line-height:1;vertical-align:middle;-webkit-user-select:none;user-select:none}.material-symbols-outlined[data-fill="1"]{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;letter-spacing:-.03em;line-height:1.1;color:var(--on-surface)}h1{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900}h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}h3{font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:700}h4{font-size:1rem;font-weight:700}p{line-height:1.75}.muted-text{color:var(--text-soft);font-size:.95rem;line-height:1.7}.mono-text{font-family:Inter,monospace;font-size:.8rem;letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase}.inline-link{color:var(--primary-container);font-weight:600}.inline-link:hover{text-decoration:underline}.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-container);background:#2563eb14;padding:.25rem .75rem;border-radius:var(--radius-full)}.eyebrow--dark{color:var(--on-tertiary-container);background:#ffffff26}.reference-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-container)}.reference-eyebrow--light{color:#ffffffb3}.container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1.5rem}@media (max-width: 767px){.container{padding-inline:1rem}}.page-section{padding-block:5rem}.stack-layout{display:flex;flex-direction:column;gap:1.25rem}.content-grid{display:grid;gap:1.5rem}.stats-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.quote-grid{display:grid;gap:1rem}.feature-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.content-grid{grid-template-columns:320px 1fr}.feature-grid{grid-template-columns:repeat(3,1fr)}.quote-grid{grid-template-columns:repeat(2,1fr)}}.site-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--surface-bright)}.page-main{flex:1}.site-header{position:sticky;top:0;z-index:100;background:#f7f9fbbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md);transition:filter var(--duration) var(--ease)}.site-header--blurred,.page-main--blurred{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.reference-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem;max-width:1400px;margin-inline:auto;width:100%}@media (min-width: 768px){.reference-header{padding:1rem 2rem}}.reference-header__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.reference-header__brand-icon{color:var(--on-surface);flex-shrink:0}.reference-header__brand-wordmark{font-size:.9375rem;font-weight:900;letter-spacing:-.04em;color:var(--on-surface);white-space:nowrap}.reference-header__nav{display:none;flex-direction:column;gap:.5rem;width:100%;padding-top:.75rem}.reference-header__nav.is-open{display:flex}.reference-header__links{display:flex;flex-direction:column;gap:.25rem}.reference-header__actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem}.nav-link{font-size:.8125rem;font-weight:500;color:var(--text-soft);padding:.35rem 0;transition:color var(--duration) var(--ease);border-bottom:2px solid transparent}.nav-link:hover,.nav-link.is-active{color:var(--primary-container);border-bottom-color:var(--primary-container)}.menu-button{width:2.2rem;height:2.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:0}.menu-button span{display:block;width:22px;height:2px;background:var(--on-surface);border-radius:2px;transition:all var(--duration) var(--ease)}.menu-button--workspace span{background:var(--on-surface)}@media (min-width: 768px){.reference-header{flex-wrap:nowrap}.reference-header__nav{display:flex!important;flex-direction:row;align-items:center;justify-content:center;width:auto;flex:1;padding-top:0;gap:0}.reference-header__links{flex-direction:row;gap:0;margin:0 auto}.nav-link{padding:.25rem 1.25rem}.reference-header__actions{flex-direction:row;gap:.5rem;padding-top:0;flex-shrink:0}.menu-button{display:none}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:var(--radius-md);font-weight:700;font-size:.9rem;border:none;background:var(--gradient-brand);color:#fff;letter-spacing:-.01em;transition:opacity var(--duration) var(--ease),transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease);box-shadow:0 8px 24px -4px #2563eb4d;white-space:nowrap}.button:hover{opacity:.92;transform:scale(1.02)}.button:active{transform:scale(.98)}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}.button-secondary{background:var(--surface-container-highest);color:var(--on-surface);box-shadow:none}.button-secondary:hover{background:var(--surface-container-high)}.button-ghost{background:transparent;color:var(--on-surface);box-shadow:none;border:1.5px solid var(--line-strong)}.button-ghost:hover{background:var(--surface-container-low)}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.button-row--spread{justify-content:space-between}.reference-button{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border-radius:var(--radius-lg);font-weight:600;font-size:.875rem;border:none;transition:all var(--duration) var(--ease);white-space:nowrap}.reference-button--accent{background:var(--gradient-brand);color:#fff;box-shadow:0 8px 24px -4px #2563eb40}.reference-button--accent:hover{opacity:.9;transform:scale(1.02)}.reference-button--light{background:var(--surface-container-highest);color:var(--on-surface)}.reference-button--light:hover{background:var(--surface-container-high)}.reference-button--ghost{background:transparent;color:var(--on-surface);border:1.5px solid var(--line-strong)}.reference-button--ghost:hover{background:var(--surface-container-low)}.reference-button--dark{background:#071c36d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.nav-login-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:var(--on-surface);text-decoration:none;transition:color var(--duration) var(--ease)}.nav-login-link:hover{color:var(--primary-container)}.nav-login-link .material-symbols-outlined{font-size:1.1rem!important}.reference-button--icon:after{content:"→";margin-left:.35rem;transition:transform var(--duration) var(--ease)}.reference-button--icon:hover:after{transform:translate(3px)}.field-group{display:flex;flex-direction:column;gap:.4rem}.field-group>span{font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.input{width:100%;padding:.7rem 1rem;background:var(--surface-container-low);border:none;border-bottom:2px solid var(--outline-variant);border-radius:var(--radius-sm) var(--radius-sm) 0 0;font-family:inherit;font-size:.95rem;color:var(--on-surface);transition:border-color var(--duration) var(--ease),background var(--duration) var(--ease);outline:none}.input:focus{background:var(--surface-container);border-bottom-color:var(--primary-container)}.input--contrast{background:var(--surface-container-lowest)}.input--contrast:focus{background:var(--surface-container-low);border-bottom-color:var(--primary-container)}select.input{cursor:pointer}.country-select,.country-select__wrap{position:relative}.country-select__input{padding-right:3rem}.country-select__badge{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--primary);background:#2563eb14;border-radius:4px;padding:1px 5px;pointer-events:none}.country-select__list{position:absolute;top:calc(100% + 2px);left:0;right:0;max-height:220px;overflow-y:auto;background:var(--surface-container-lowest);border:1px solid var(--outline-variant);border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:0 8px 24px #0000001f;z-index:200;list-style:none;margin:0;padding:.25rem 0}.country-select__option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.45rem .875rem;background:none;border:none;cursor:pointer;font-size:.875rem;color:var(--on-surface);text-align:left;transition:background .1s}.country-select__option:hover,.country-select__option.is-selected{background:var(--surface-container-low)}.country-select__option.is-selected{font-weight:600;color:var(--primary)}.country-select__code{font-size:.7rem;font-weight:700;color:var(--text-muted);min-width:1.75rem;font-family:monospace}textarea.input{resize:vertical;min-height:7rem;border-radius:var(--radius-sm);border:2px solid var(--outline-variant)}textarea.input:focus{border-color:var(--primary-container)}.form-grid{display:grid;gap:1.25rem}.form-grid__full{grid-column:1 / -1}.form-section{padding-top:.5rem}.form-section-title{font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--line)}.field-help{font-size:.78rem;color:var(--text-muted)}@media (min-width: 640px){.form-grid{grid-template-columns:repeat(2,1fr)}}.panel{background:var(--surface-container-lowest);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-md)}.panel--accent{background:linear-gradient(160deg,var(--tertiary-container) 0%,var(--on-secondary-fixed) 100%);color:#fff}.panel--accent h2,.panel--accent h3,.panel--accent p,.panel--accent .muted-text,.panel--accent .section-header h2{color:#fff}.panel-header{margin-bottom:1.25rem}.panel-header h3{font-size:1rem;font-weight:700;letter-spacing:-.01em}.stat-card{background:var(--surface-container-lowest);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.stat-card__label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);display:block}.stat-card__value{font-size:2rem;font-weight:800;letter-spacing:-.04em;color:var(--on-surface);line-height:1.1}.list-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--surface-container-low);border-radius:var(--radius-md);transition:background var(--duration) var(--ease)}.list-card--button{width:100%;border:none;text-align:left;cursor:pointer}.list-card--button:hover{background:var(--surface-container)}.list-card--selectable{cursor:pointer}.list-card--selectable.is-selected{background:#2563eb14;box-shadow:inset 0 0 0 1.5px #2563eb4d}.data-list{display:flex;flex-direction:column;gap:.75rem}.data-list>div{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--line)}.data-list>div:last-child{border-bottom:none;padding-bottom:0}.data-list dt{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.data-list dd{font-weight:600;text-align:right}.notice{padding:.85rem 1.1rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:500}.notice--error{background:#fff1f0;color:var(--error)}.notice--success{background:#f0fdf4;color:#166534}.section-header{margin-bottom:2rem}.section-header h2{color:var(--on-surface)}.section-header p,.section-header .muted-text{color:var(--text-soft);max-width:54ch;margin-top:.5rem}.section-header__action{margin-top:1rem}.editorial-header{margin-bottom:2.5rem}.editorial-header--compact{margin-bottom:1.5rem}.editorial-header h1{letter-spacing:-.04em}.site-footer{background:var(--on-secondary-fixed);color:#ffffffb3;padding-block:4rem;transition:filter var(--duration) var(--ease)}.reference-footer{display:grid;gap:2.5rem}.reference-footer__brand strong,.reference-footer__brand .reference-header__brand-copy strong,.reference-footer__brand .reference-header__brand-icon,.reference-footer__brand .reference-header__brand-wordmark{color:#fff}.reference-footer__brand p{margin-top:.75rem;font-size:.875rem;color:#ffffff80;max-width:28ch}.reference-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.reference-footer__links span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.75rem}.reference-footer__links a{display:block;font-size:.875rem;color:#ffffffa6;padding:.2rem 0;transition:color var(--duration) var(--ease)}.reference-footer__links a:hover{color:#fff}.reference-footer__bottom{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem;color:#ffffff59}@media (min-width: 768px){.reference-footer{grid-template-columns:1.4fr 1fr}.reference-footer__bottom{grid-column:1 / -1}}.hero-card{position:relative;overflow:hidden;border-radius:var(--radius-xl);min-height:480px;display:flex;flex-direction:column}.hero-card--home{min-height:clamp(500px,70vh,780px)}.hero-card--services{min-height:clamp(420px,55vh,640px)}.hero-card__media,.hero-card__overlay,.hero-card__content{position:absolute;top:0;right:0;bottom:0;left:0}.hero-card__media{width:100%;height:100%;object-fit:cover}.hero-card__media--wide{object-position:center 35%}.hero-card__media--tall{object-position:center 20%}.hero-card__overlay--warm{background:linear-gradient(180deg,#071c362e,#071c36d1),linear-gradient(90deg,rgba(0,123,110,.25) 0%,transparent 60%)}.hero-card__overlay--cool{background:linear-gradient(180deg,#071c361a,#071c36a6),linear-gradient(90deg,rgba(37,99,235,.2) 0%,transparent 60%)}.hero-card__content{display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 2.5rem;color:#fff;z-index:2}.hero-card__content--top{justify-content:flex-start}.hero-card__content--center{justify-content:center}.hero-card__footer{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-top:1.75rem}.hero-card__tracking-inline{display:flex;gap:.5rem;align-items:center;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);padding:.5rem 1rem;font-size:.85rem;color:#ffffffd9}.hero-copy{max-width:52ch}.hero-copy h1{color:#fff}.hero-copy p{color:#fffc;margin-top:.75rem;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.reference-page--blue{background:var(--surface-container-low)}.reference-page--slate{background:var(--surface-container)}.reference-page--neutral{background:var(--surface-bright)}.reference-section{padding-block:5rem}.reference-section__head{margin-bottom:3rem}.reference-section__head--compact{margin-bottom:2rem}.reference-frame{border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-container-low)}.reference-frame--blue{background:#2563eb0f}.reference-frame--orange{background:#ea580c0f}.reference-advantage-grid{display:grid;gap:1.25rem}.reference-advantage-card{background:var(--surface-container-lowest);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.reference-advantage-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}@media (min-width: 768px){.reference-advantage-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reference-advantage-grid{grid-template-columns:repeat(3,1fr)}}.reference-card-strip{display:grid;gap:1.25rem}@media (min-width: 768px){.reference-card-strip{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reference-card-strip{grid-template-columns:repeat(3,1fr)}}.reference-media-card{border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-container);box-shadow:var(--shadow-md)}.reference-media-card img{width:100%;height:260px;object-fit:cover}.reference-media-card__body{padding:1.5rem}.reference-info-card{background:var(--surface-container-lowest);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.reference-info-card--dark{background:var(--on-secondary-fixed);color:#fff}.reference-info-card--dark h3,.reference-info-card--dark p{color:#ffffffe6}.reference-data-card{background:var(--surface-container-lowest);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-md);border:1px solid rgba(195,198,215,.1)}.reference-panel{border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-container-low);padding:2.5rem}.reference-panel--blue{background:linear-gradient(135deg,var(--tertiary-container) 0%,var(--primary-container) 100%);color:#fff}.reference-panel--blue h2,.reference-panel--blue p{color:#fff}.reference-chip-grid{display:grid;gap:.75rem}.reference-chip{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:var(--surface-container-lowest);border-radius:var(--radius-md);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-sm)}.reference-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;background:#2563eb1a;color:var(--primary-container);border-radius:var(--radius-full);font-size:.78rem;font-weight:700;letter-spacing:.04em}.reference-pill--light{background:#ffffff26;color:#ffffffe6}.reference-script{font-size:1.15rem;font-style:italic;color:var(--text-soft);line-height:1.75}.reference-script--dark{color:#fffc}.reference-banner{background:var(--gradient-brand);border-radius:var(--radius-xl);padding:2.5rem;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.reference-banner h2,.reference-banner p{color:#fff}.reference-action-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.reference-check-row{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.reference-check{display:flex;align-items:center;gap:.65rem;font-size:.95rem;font-weight:500}.reference-check:before{content:"";width:1.1rem;height:1.1rem;border-radius:50%;background:#2563eb1f;border:2px solid var(--primary-container);flex-shrink:0}.reference-search-bar{display:grid;gap:.75rem}@media (min-width: 640px){.reference-search-bar{grid-template-columns:1fr 1fr auto;align-items:end}}.reference-inline-input{display:flex;align-items:center;background:var(--surface-container-low);border-radius:var(--radius-md);overflow:hidden;border-bottom:2px solid var(--outline-variant)}.reference-inline-input input{flex:1;padding:.7rem 1rem;border:none;background:transparent;font-family:inherit;font-size:.95rem;color:var(--on-surface);outline:none}.reference-inline-input:focus-within{border-bottom-color:var(--primary-container)}.hp-page{background:#f7f9fb}.hp-hero{position:relative;min-height:480px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding-bottom:6rem}@media (min-width: 768px){.hp-hero{min-height:100vh}}.hp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a143273,#0a143259 60%,#0a14328c)}.hp-hero__body{position:relative;z-index:10;width:100%;max-width:1000px;padding:4rem 1.25rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.hp-eyebrow{display:inline-block;padding:.25rem .875rem;border-radius:9999px;background:#ffffff2e;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hp-hero__h1{font-size:clamp(1.875rem,8vw,4rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#fff;margin:.5rem 0 1rem;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hp-hero__accent{color:#60a5fa}.hp-hero__tagline{font-size:1.125rem;font-weight:600;color:#ffffffd9;margin:0 0 1.25rem;letter-spacing:.01em}.hp-hero__search{display:flex;align-items:center;width:100%;max-width:640px;background:#fff;border-radius:9999px;padding:.3rem .3rem .3rem 1.125rem;box-shadow:0 8px 32px #00000038;margin-bottom:2.5rem}.hp-hero__search-icon{color:var(--text-muted);font-size:1.25rem;flex-shrink:0;margin-right:.5rem}.hp-hero__search-input{flex:1;border:none;outline:none;font-size:1rem;font-family:inherit;color:var(--on-surface);background:transparent;min-width:0}.hp-hero__search-input::placeholder{color:var(--text-muted)}.hp-hero__search-btn{flex-shrink:0;padding:.7rem 1.75rem;border-radius:9999px;background:var(--primary-container);color:#fff;font-weight:700;font-size:.9375rem;border:none;cursor:pointer;transition:background .2s}.hp-hero__search-btn:hover{background:var(--primary)}.hp-hero__cards{display:grid;grid-template-columns:1fr;gap:.875rem;width:100%;max-width:860px}@media (min-width: 540px){.hp-hero__cards{grid-template-columns:repeat(3,1fr)}}.hp-hero__card{display:flex;align-items:center;gap:.875rem;background:#fff;border-radius:1rem;padding:1.125rem 1.25rem;text-decoration:none;color:var(--on-surface);box-shadow:0 4px 20px #00000026;transition:transform .15s,box-shadow .15s}.hp-hero__card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0000002e}.hp-hero__card--accent{border-top:3px solid var(--primary-container)}.hp-hero__card-icon{font-size:1.75rem;color:var(--primary-container);flex-shrink:0}.hp-hero__card>div{display:flex;flex-direction:column;gap:.2rem;text-align:left}.hp-hero__card strong{font-size:.9375rem;font-weight:700;color:var(--on-surface)}.hp-hero__card span{font-size:.8rem;color:var(--text-soft);line-height:1.4}.hp-btn-primary{display:inline-flex;align-items:center;padding:.625rem 1.5rem;background:linear-gradient(135deg,#007b6e,#2563eb);color:#fff;font-weight:700;font-size:.875rem;border-radius:.5rem;text-decoration:none;box-shadow:0 4px 12px #004ac633;border:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.hp-btn-primary:hover{transform:scale(1.02)}.hp-btn-primary:active{transform:scale(.98)}.hp-btn-secondary{display:inline-flex;align-items:center;padding:.625rem 1.5rem;background:#e0e3e5;color:#191c1e;font-weight:700;font-size:.875rem;border-radius:.5rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease}.hp-btn-secondary:hover{background:#e6e8ea}.hp-btn-dark{display:inline-flex;align-items:center;align-self:flex-start;padding:.625rem 1.5rem;background:#191c1e;color:#f7f9fb;font-weight:700;font-size:.875rem;border-radius:.5rem;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s ease}.hp-btn-dark:hover{opacity:.88}.hp-btn-white{display:inline-flex;align-items:center;padding:.5rem 1.5rem;background:#004ac6;color:#fff;font-weight:700;font-size:.875rem;border-radius:.5rem;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease}.hp-btn-white:hover{background:#2563eb}.hp-trust{padding:2rem 0;background:#f2f4f6;border-top:1px solid rgba(195,198,215,.1);border-bottom:1px solid rgba(195,198,215,.1)}.hp-trust__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-trust__label{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.2em;color:#737686;text-transform:uppercase;margin-bottom:2rem}.hp-trust__logos{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;opacity:.5;filter:grayscale(1);transition:filter .7s ease,opacity .7s ease}.hp-trust__logos:hover{filter:grayscale(0);opacity:1}.hp-trust__logo{font-size:1rem;font-weight:800;letter-spacing:-.02em;color:#434655;text-transform:uppercase}.hp-services{padding:3.5rem 0;background:#f7f9fb}.hp-services__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-services__head{margin-bottom:2rem}.hp-services__title{font-size:1.5rem;font-weight:900;letter-spacing:-.03em;color:#191c1e;margin-bottom:.5rem;line-height:1.1}.hp-services__sub{color:#434655;max-width:42rem;font-size:.875rem;line-height:1.6}.hp-bento{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 540px){.hp-bento{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.hp-bento{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.hp-card{background:#f2f4f6;border-radius:1.5rem;padding:1.25rem;transition:background .5s ease;cursor:default;overflow:hidden;position:relative;min-height:10rem}@media (min-width: 1024px){.hp-card{border-radius:2rem;padding:1.5rem}}@media (min-width: 540px){.hp-card--wide{grid-column:span 2}}.hp-card__bg-img{position:absolute;bottom:0;right:0;width:65%;height:100%;object-fit:cover;object-position:center;opacity:.28;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 35%,rgba(0,0,0,.9) 100%),linear-gradient(to top,transparent 0%,rgba(0,0,0,.8) 30%);mask-composite:intersect;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 35%,rgba(0,0,0,.9) 100%),linear-gradient(to top,transparent 0%,rgba(0,0,0,.8) 30%);-webkit-mask-composite:destination-in;pointer-events:none}.hp-card__icon{font-size:1.5rem!important;line-height:1;display:block}.hp-card__icon--air{color:#004ac6}.hp-card__icon--sea{color:#006056}.hp-card__icon--land{color:#4d5f7d}.hp-card__title{font-size:1rem;font-weight:700;color:#191c1e;margin-top:1rem;margin-bottom:.25rem;line-height:1.2;transition:color .5s ease}.hp-card__desc{color:#434655;font-size:.8125rem;line-height:1.6;transition:color .5s ease}.hp-card--air:hover{background:#2563eb}.hp-card--sea:hover{background:#007b6e}.hp-card--land:hover{background:#4d5f7d}.hp-card--air:hover .hp-card__icon,.hp-card--air:hover .hp-card__title,.hp-card--air:hover .hp-card__desc,.hp-card--sea:hover .hp-card__icon,.hp-card--sea:hover .hp-card__title,.hp-card--sea:hover .hp-card__desc,.hp-card--land:hover .hp-card__icon,.hp-card--land:hover .hp-card__title,.hp-card--land:hover .hp-card__desc{color:#fff}.hp-express{grid-column:1 / -1;background:#e0e3e5;border-radius:1.5rem;display:flex;flex-direction:column;position:relative;overflow:hidden;min-height:22rem}@media (min-width: 768px){.hp-express{flex-direction:row;align-items:stretch;border-radius:2rem;min-height:26rem}}.hp-express__copy{flex:1;z-index:10;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.hp-express__copy{padding:3rem}}.hp-express__title{font-size:1.375rem;font-weight:900;letter-spacing:-.03em;color:#191c1e;margin-bottom:.75rem;line-height:1.2}@media (min-width: 768px){.hp-express__title{font-size:1.75rem}}.hp-express__desc{color:#434655;font-size:.9375rem;line-height:1.65;margin-bottom:1.75rem;max-width:32rem}.hp-express__media{flex:1.2;position:relative;height:16rem;overflow:hidden}@media (min-width: 768px){.hp-express__media{height:auto;min-height:26rem}}.hp-express__media img{width:100%;height:100%;object-fit:cover;display:block}.hp-tracking{padding:3.5rem 0;background:#eceef0}.hp-tracking__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-tracking__grid{display:grid;grid-template-columns:1fr;gap:5rem;align-items:center}@media (min-width: 1024px){.hp-tracking__grid{grid-template-columns:1fr 1fr}}.hp-tracking__title{font-size:1.5rem;font-weight:900;letter-spacing:-.03em;color:#191c1e;margin-bottom:1rem;line-height:1.1}.hp-tracking__sub{color:#434655;font-size:.875rem;line-height:1.625;margin-bottom:1.25rem}.hp-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hp-checklist li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;color:#191c1e}.hp-checklist__icon{font-size:1.125rem!important;color:#004ac6;flex-shrink:0}.hp-tcard{background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 24px 48px -12px #0b1f3a14;border:1px solid rgba(195,198,215,.1)}.hp-tcard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eceef0}.hp-tcard__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#737686;margin:0 0 .2rem}.hp-tcard__number{font-size:.9375rem;font-weight:700;color:#191c1e;margin:0}.hp-tcard__pill{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#0060561a;color:#006056;font-size:.75rem;font-weight:700;border-radius:.25rem}.hp-timeline{position:relative;padding:1.5rem 0}.hp-timeline__track{position:absolute;left:20px;top:0;bottom:0;width:4px;background:#eceef0;border-radius:9999px}.hp-timeline__fill{position:absolute;left:20px;top:0;height:66%;width:4px;background:#004ac6;border-radius:9999px}.hp-timeline__steps{position:relative;display:flex;flex-direction:column;gap:1.5rem}.hp-timeline__step{display:flex;gap:1.5rem;align-items:flex-start}.hp-timeline__dot{width:2.5rem;height:2.5rem;border-radius:9999px;flex-shrink:0;display:flex;align-items:center;justify-content:center;z-index:10}.hp-timeline__dot .material-symbols-outlined{font-size:1rem!important}.hp-timeline__dot--done{background:#004ac6;color:#fff;box-shadow:0 10px 15px -3px #004ac64d}.hp-timeline__dot--pending{background:#eceef0;color:#737686}.hp-timeline__time{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#737686;margin:0 0 .15rem}.hp-timeline__time--muted{color:#737686}.hp-timeline__title{font-size:.9375rem;font-weight:700;color:#191c1e;margin:0 0 .1rem}.hp-timeline__title--muted{color:#737686}.hp-timeline__loc{font-size:.875rem;color:#434655;margin:0}.hp-timeline__loc--muted{color:#737686}.hp-testimonials{padding:3.5rem 0;background:#f7f9fb}.hp-testimonials__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.hp-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.hp-tcard2{padding:1.5rem;background:#f2f4f6;border-radius:1.5rem;display:flex;flex-direction:column;gap:1rem}.hp-stars{display:flex;gap:.1rem;color:#2563eb;margin-bottom:.5rem}.hp-stars .material-symbols-outlined{font-size:1.25rem!important}.hp-tcard2__quote{font-size:.875rem;font-style:italic;color:#191c1e;flex:1;margin:0 0 1rem;line-height:1.7}.hp-tcard2__author{display:flex;align-items:center;gap:1rem}.hp-tcard2__avatar{width:3rem;height:3rem;border-radius:9999px;background:#e6e8ea;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#434655;flex-shrink:0}.hp-tcard2__name{font-size:.9375rem;font-weight:700;color:#191c1e;margin:0 0 .1rem}.hp-tcard2__role{font-size:.875rem;color:#737686;margin:0}.hp-cta{padding:1.5rem;background:#071c36;border-radius:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem}.hp-cta__title{font-size:1.25rem;font-weight:900;color:#fff;letter-spacing:-.03em;margin:0;line-height:1.1}.hp-cta__sub{color:#93c5fd;font-size:.8125rem;line-height:1.6;margin:0}.hp-svcgrid{padding:3.5rem 0;background:#f2f4f6}.hp-svcgrid__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-svcgrid__head{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.hp-svcgrid__head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}}.hp-svcgrid__eyebrow{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#004ac6;margin-bottom:.5rem}.hp-svcgrid__title{font-size:1.5rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;color:#191c1e;margin:0}.hp-svcgrid__sub{font-size:.875rem;color:#434655;max-width:22rem;line-height:1.6;flex-shrink:0}.hp-svcgrid__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.hp-svcgrid__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.hp-svcgrid__grid{grid-template-columns:repeat(4,1fr)}}.hp-svccard{background:#fff;border-radius:2rem;padding:1.5rem;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease}.hp-svccard:hover{box-shadow:0 40px 80px -20px #0b1f3a1f;transform:translateY(-4px)}.hp-svccard__icon-wrap{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.hp-svccard:hover .hp-svccard__icon-wrap{transform:scale(1.1)}.hp-svccard__icon{font-size:1.5rem!important}.hp-svccard__title{font-size:1rem;font-weight:700;color:#191c1e;margin:0 0 .5rem;line-height:1.2}.hp-svccard__desc{font-size:.8125rem;color:#434655;line-height:1.65;flex:1;margin:0 0 1.25rem}.hp-svccard__footer{padding-top:.875rem;border-top:1px solid #eceef0}.hp-svccard__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:#004ac6;text-decoration:none;transition:gap .2s ease}.hp-svccard__link:hover{gap:.75rem}.hp-svccard__link .material-symbols-outlined{font-size:1rem!important}.hp-network{padding:3.5rem 0;background:#f7f9fb}.hp-network__inner{max-width:1536px;margin-inline:auto;padding-inline:2rem}.hp-network__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;min-height:420px}@media (min-width: 1024px){.hp-network__grid{grid-template-columns:8fr 4fr;min-height:480px}}.hp-network__cover{position:relative;border-radius:2rem;overflow:hidden;min-height:320px}.hp-network__cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s ease}.hp-network__cover:hover img{transform:scale(1.05)}.hp-network__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1;transition:background .7s ease}.hp-network__cover:hover .hp-network__cover-overlay{background:#00000040}.hp-network__cover-copy{position:absolute;bottom:0;left:0;padding:2rem;z-index:2;color:#fff;max-width:36rem}.hp-network__cover-title{font-size:1.35rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;margin:0 0 .75rem;color:#fff}.hp-network__cover-sub{font-size:.875rem;color:#dbeafee6;line-height:1.6;margin:0 0 1.25rem}.hp-network__cover-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;color:#071c36;font-size:.875rem;font-weight:700;border-radius:.75rem;text-decoration:none;transition:opacity .2s ease}.hp-network__cover-btn:hover{opacity:.9}.hp-network__cover-btn .material-symbols-outlined{font-size:1rem!important}.hp-network__side{display:flex;flex-direction:column;gap:1.5rem}.hp-network__side-card{flex:1;border-radius:2rem;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.hp-network__side-card--gradient{background:linear-gradient(135deg,#007b6e,#2563eb);color:#fff}.hp-network__side-card--light{background:#e0e3e5}.hp-network__side-icon{font-size:2rem!important;color:#fff}.hp-network__side-icon-dark{font-size:1.5rem!important;color:#191c1e}.hp-network__side-card-top{display:flex;justify-content:space-between;align-items:flex-start}.hp-network__iso{font-size:.875rem;font-weight:700;color:#004ac6}.hp-network__side-title{font-size:.9375rem;font-weight:700;color:#fff;margin:0 0 .25rem}.hp-network__side-desc{font-size:.8125rem;color:#dbeafed9;line-height:1.6;margin:0}.hp-network__side-title-dark{font-size:.9375rem;font-weight:700;color:#191c1e;margin:0 0 .25rem}.hp-network__side-desc-dark{font-size:.8125rem;color:#434655;line-height:1.6;margin:0}.hp-ctabanner{padding:3.5rem 0;background:#f7f9fb}.hp-ctabanner__inner{max-width:56rem;margin-inline:auto;padding-inline:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hp-ctabanner__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#191c1e;margin:0}.hp-ctabanner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.tp-page{background:#f7f9fb;min-height:100vh}.tp-hero{padding:2rem 2rem 1.75rem;text-align:center;background:#f7f9fb}.tp-hero__inner{max-width:48rem;margin-inline:auto}.tp-hero__h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.05;color:#191c1e;margin:0 0 1rem}.tp-hero__accent{background:linear-gradient(135deg,#007b6e,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tp-hero__sub{font-size:.9375rem;color:#434655;line-height:1.65;margin:0 0 2rem;max-width:36rem;margin-inline:auto}.tp-search{position:relative}.tp-search__glow{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#007b6e,#2563eb);border-radius:.875rem;filter:blur(8px);opacity:.2;transition:opacity .4s ease}.tp-search:focus-within .tp-search__glow{opacity:.45}.tp-search__box{position:relative;display:flex;align-items:center;background:#f2f4f6;border-radius:.75rem;padding:.375rem;border:1px solid rgba(195,198,215,.15)}.tp-search__icon{padding:0 .75rem;color:#737686;font-size:1.25rem!important;flex-shrink:0}.tp-search__input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:1rem;font-weight:500;color:#191c1e;padding:.875rem 0}.tp-search__input::placeholder{color:#737686}.tp-search__btn{background:linear-gradient(135deg,#007b6e,#2563eb);color:#fff;font-weight:700;font-size:.875rem;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;white-space:nowrap;transition:padding .2s ease}.tp-search__btn:hover{padding-inline:1.75rem}.tp-body{max-width:1536px;margin-inline:auto;padding:0 2rem 2.5rem}.tp-empty{text-align:center;padding:4rem 1rem;color:#737686;display:flex;flex-direction:column;align-items:center;gap:1rem}.tp-empty__icon{font-size:2.5rem!important;opacity:.35}.tp-empty p{font-size:.9375rem}.tp-error{display:flex;align-items:center;gap:.5rem;background:#ffdad6;color:#ba1a1a;border-radius:.5rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.tp-error .material-symbols-outlined{font-size:1.1rem!important}.tp-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start;margin-bottom:3rem}@media (min-width: 1024px){.tp-grid{grid-template-columns:5fr 7fr}}.tp-timeline-panel{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 24px 48px -12px #0b1f3a0f;border:1px solid rgba(195,198,215,.1)}.tp-timeline-panel__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.tp-timeline-panel__status{font-size:1.1rem;font-weight:700;color:#191c1e;margin:0 0 .25rem}.tp-timeline-panel__eta{font-size:.75rem;font-weight:700;color:#004ac6;text-transform:uppercase;letter-spacing:.08em;margin:0}.tp-timeline{position:relative}.tp-timeline__track{position:absolute;left:14px;top:4px;bottom:4px;width:4px;background:#eceef0;border-radius:9999px}.tp-timeline__fill{position:absolute;left:14px;top:4px;height:50%;width:4px;background:linear-gradient(135deg,#007b6e,#2563eb);border-radius:9999px}.tp-timeline__item{position:relative;padding-left:3rem;padding-bottom:2rem;display:flex;gap:0}.tp-timeline__item:last-child{padding-bottom:0}.tp-timeline__dot{position:absolute;left:0;top:2px;width:2rem;height:2rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;outline:4px solid #ffffff;z-index:2}.tp-timeline__dot .material-symbols-outlined{font-size:.875rem!important}.tp-timeline__dot--done{background:linear-gradient(135deg,#007b6e,#2563eb);color:#fff}.tp-timeline__dot--active{background:#004ac6;color:#fff;box-shadow:0 0 0 4px #2563eb40,0 0 15px #2563eb66}.tp-timeline__dot--pending{background:#eceef0;color:#737686}.tp-timeline__content{flex:1}.tp-timeline__time{font-size:.75rem;font-weight:600;color:#737686;margin:0 0 .2rem}.tp-timeline__time--active{color:#004ac6;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.tp-timeline__title{font-size:.9375rem;font-weight:700;color:#191c1e;margin:0 0 .2rem;line-height:1.3}.tp-timeline__title--done{color:#434655}.tp-timeline__loc{font-size:.8125rem;color:#434655;margin:0}.tp-timeline__note{margin-top:.75rem;padding:.75rem 1rem;background:#f2f4f6;border-left:3px solid #004ac6;border-radius:0 .375rem .375rem 0;font-size:.75rem;color:#191c1e;line-height:1.55}.tp-right{display:flex;flex-direction:column;gap:1.5rem}.tp-map{position:relative;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px -10px #0b1f3a1f;border:1px solid rgba(195,198,215,.1)}.tp-map img{width:100%;height:100%;object-fit:cover;display:block}.tp-map__pins{position:absolute;top:1.25rem;left:1.25rem;display:flex;flex-direction:column;gap:0;z-index:2}.tp-map__pin{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:.75rem;padding:.625rem .875rem;box-shadow:0 4px 16px #0000001a}.tp-map__pin-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#004ac6;margin:0 0 .15rem}.tp-map__pin-label--dest{color:#4e607e}.tp-map__pin-city{font-size:.875rem;font-weight:700;color:#191c1e;margin:0}.tp-map__divider{width:1px;height:1.5rem;background:#004ac6;opacity:.3;margin-left:1.5rem}.tp-map__telemetry{position:absolute;bottom:1.25rem;right:1.25rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem 1.25rem;color:#fff;z-index:2}.tp-map__telemetry-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.tp-map__telemetry-top .material-symbols-outlined{font-size:1rem!important}.tp-map__telemetry-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.tp-map__telemetry-stats{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.tp-map__telemetry-key{font-size:.625rem;text-transform:uppercase;color:#94a3b8;margin:0 0 .1rem}.tp-map__telemetry-val{font-size:1rem;font-weight:700;margin:0}.tp-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.tp-details{grid-template-columns:1fr}}.tp-detail-card{background:#f2f4f6;border-radius:1rem;padding:1.25rem;border:1px solid rgba(195,198,215,.15);transition:background .2s ease,box-shadow .2s ease}.tp-detail-card:hover{background:#fff;box-shadow:0 20px 40px -10px #0b1f3a1a}.tp-detail-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tp-detail-card__icon-wrap{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.tp-detail-card__icon-wrap--blue{background:#004ac61a;color:#004ac6}.tp-detail-card__icon-wrap--teal{background:#007b6e1a;color:#006056}.tp-detail-card__icon-wrap .material-symbols-outlined{font-size:1.1rem!important}.tp-detail-card__meta{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#737686}.tp-detail-card__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#737686;margin:0 0 .25rem}.tp-detail-card__value{font-size:.9375rem;font-weight:700;color:#191c1e;line-height:1.3;margin:0}.tp-support{position:relative;background:linear-gradient(135deg,#007b6e,#2563eb);border-radius:1.25rem;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;box-shadow:0 24px 48px -12px #2563eb4d}@media (min-width: 768px){.tp-support{flex-direction:row;align-items:center;justify-content:space-between}}.tp-support__glow{position:absolute;top:0;right:0;width:16rem;height:16rem;background:#ffffff1a;border-radius:9999px;filter:blur(48px);transform:translate(30%,-30%);pointer-events:none}.tp-support__copy{position:relative;z-index:1}.tp-support__title{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.02em;margin:0 0 .375rem}.tp-support__sub{font-size:.875rem;color:#fffc;margin:0;line-height:1.5}.tp-support__actions{display:flex;gap:.75rem;flex-shrink:0;position:relative;z-index:1;flex-wrap:wrap}.tp-support__btn-light{display:inline-flex;align-items:center;padding:.625rem 1.5rem;background:#fff;color:#004ac6;font-weight:700;font-size:.875rem;border-radius:.75rem;text-decoration:none;transition:background .2s ease}.tp-support__btn-light:hover{background:#f2f4f6}.tp-support__btn-dark{display:inline-flex;align-items:center;padding:.625rem 1.5rem;background:#0003;color:#fff;font-weight:700;font-size:.875rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.2);text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease}.tp-support__btn-dark:hover{background:#ffffff1a}.au-page{background:var(--surface-bright)}.au-hero{padding:2.5rem 0 3rem}.au-hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 768px){.au-hero__inner{grid-template-columns:7fr 5fr}}.au-eyebrow{display:inline-block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.75rem}.au-hero__h1{font-size:1.875rem;font-weight:900;letter-spacing:-.03em;line-height:.95;color:var(--on-surface);margin-bottom:1rem}@media (min-width: 768px){.au-hero__h1{font-size:2.25rem}}@media (min-width: 1024px){.au-hero__h1{font-size:2.75rem}}.au-hero__accent{color:var(--primary-container)}.au-hero__sub{font-size:.875rem;color:var(--on-surface-variant);line-height:1.65;max-width:34rem}.au-hero__media{position:relative}.au-hero__img-wrap{aspect-ratio:4/5;border-radius:1.5rem;overflow:hidden;transform:rotate(2deg);transition:transform .7s ease;box-shadow:0 16px 40px -8px #0b1f3a29}.au-hero__img-wrap:hover{transform:rotate(0)}.au-hero__img-wrap img{width:100%;height:100%;object-fit:cover}.au-hero__stat{position:absolute;bottom:-1rem;left:-1rem;background:var(--tertiary-container);color:#fff;padding:1rem 1.5rem;border-radius:.75rem;max-width:160px;box-shadow:0 8px 24px #0000002e}.au-hero__stat-num{font-size:1.375rem;font-weight:700;margin-bottom:.2rem}.au-hero__stat-label{font-size:.6875rem;opacity:.85;line-height:1.4}.au-values{background:var(--surface-container-low);padding:3rem 0}.au-values__head{margin-bottom:2rem}.au-values__title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:.375rem}@media (min-width: 768px){.au-values__title{font-size:1.875rem}}.au-values__sub{font-size:.8125rem;color:var(--on-surface-variant)}.au-values__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.au-values__grid{grid-template-columns:repeat(3,1fr)}}.au-vcard{background:var(--surface-container-lowest);padding:1.75rem;border-radius:1.25rem;box-shadow:0 12px 32px -8px #0b1f3a0a;transition:transform .3s ease}.au-vcard:hover{transform:translateY(-4px)}.au-vcard__icon-wrap{width:2.75rem;height:2.75rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.au-vcard__icon{font-size:1.125rem}.au-vcard__title{font-size:.9375rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem;color:var(--on-surface)}.au-vcard__desc{font-size:.8125rem;color:var(--on-surface-variant);line-height:1.6}.au-timeline-section{padding:3rem 0;overflow:hidden}.au-timeline-section__title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:2rem}@media (min-width: 768px){.au-timeline-section__title{font-size:1.625rem}}.au-timeline-row{display:grid;grid-template-columns:1fr;gap:1.75rem;position:relative}@media (min-width: 768px){.au-timeline-row{grid-template-columns:repeat(4,1fr);gap:0}.au-timeline-row__track{position:absolute;top:1.625rem;left:0;right:0;height:2px;background:var(--outline-variant)}}.au-timeline-row__track{display:none}.au-titem{position:relative;z-index:1}.au-titem__dot{width:3.25rem;height:3.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;margin-bottom:.75rem}.au-titem__dot--active{background:var(--primary);color:#fff;box-shadow:0 4px 16px #004ac64d}.au-titem__dot--muted{background:var(--surface-container-highest);color:var(--on-surface)}.au-titem__dot--highlight{background:var(--primary-container);color:#fff;box-shadow:0 0 20px #2563eb66}.au-titem__title{font-weight:700;font-size:.9375rem;margin-bottom:.375rem;color:var(--on-surface)}.au-titem__desc{font-size:.8125rem;color:var(--on-surface-variant);line-height:1.55}.au-globe{background:#0f1923;padding:3rem 0;position:relative;overflow:hidden}.au-globe__inner{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 768px){.au-globe__inner{flex-direction:row;gap:3rem;align-items:center}}.au-globe__copy{flex:1;color:#fff}.au-globe__eyebrow{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#60a5fa;margin-bottom:.75rem}.au-globe__title{font-size:1.5rem;font-weight:900;line-height:1.15;margin-bottom:1.75rem;color:#fff}@media (min-width: 768px){.au-globe__title{font-size:1.875rem}}.au-globe__offices{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.au-globe__office{display:flex;align-items:flex-start;gap:.875rem}.au-globe__pin{color:#60a5fa;font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.au-globe__office-title{font-weight:700;font-size:.9375rem;color:#fff;margin-bottom:.1rem}.au-globe__office-loc{font-size:.75rem;color:#94a3b8}.au-globe__map{flex:1.5;width:100%}.au-globe__map-inner{position:relative;border-radius:1.25rem;overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.08);background:#1e293b;box-shadow:0 16px 40px #00000059}.au-globe__map-inner img{width:100%;height:100%;object-fit:cover;opacity:.4;mix-blend-mode:overlay}.au-globe__marker{position:absolute;width:.625rem;height:.625rem;background:#60a5fa;border-radius:9999px;box-shadow:0 0 12px #2563eb;animation:au-pulse 2s ease-in-out infinite}.au-globe__marker--london{top:35%;left:48%}.au-globe__marker--nyc{top:40%;left:28%}.au-globe__marker--sg{top:65%;left:78%}@keyframes au-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.au-cta{padding:3rem 0}.au-cta__inner{text-align:center}.au-cta__title{font-size:1.75rem;font-weight:900;letter-spacing:-.03em;color:var(--on-surface);margin-bottom:.75rem;line-height:1.1}@media (min-width: 768px){.au-cta__title{font-size:2.25rem}}.au-cta__sub{font-size:.875rem;color:var(--on-surface-variant);max-width:34rem;margin:0 auto 1.75rem;line-height:1.65}.au-cta__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}@media (min-width: 640px){.au-cta__actions{flex-direction:row}}.au-btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--gradient-brand);color:#fff;font-weight:700;font-size:.875rem;border-radius:.75rem;text-decoration:none;box-shadow:0 6px 20px #004ac638;transition:transform .2s ease,box-shadow .2s ease}.au-btn-primary:hover{transform:scale(1.02);box-shadow:0 10px 28px #004ac64d}.au-btn-secondary{display:inline-block;padding:.75rem 2rem;background:var(--surface-container-highest);color:var(--on-surface-variant);font-weight:700;font-size:.875rem;border-radius:.75rem;text-decoration:none;transition:background .2s ease}.au-btn-secondary:hover{background:var(--surface-container-high)}.cq-page{padding:2.5rem 0 3rem;background:var(--surface-bright)}.cq-inner{display:flex;flex-direction:column;gap:2rem}.cq-header{max-width:44rem}.cq-header__eyebrow{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.75rem}.cq-header__h1{font-size:1.875rem;font-weight:900;letter-spacing:-.04em;line-height:.95;color:var(--on-surface);margin-bottom:.75rem}@media (min-width: 768px){.cq-header__h1{font-size:2.5rem}}.cq-header__accent{color:var(--primary-container)}.cq-header__sub{font-size:.875rem;color:var(--on-surface-variant);line-height:1.65;max-width:38rem}.cq-card{display:grid;grid-template-columns:1fr;border-radius:1.25rem;overflow:hidden;background:var(--surface-container-low);box-shadow:0 16px 40px -8px #0b1f3a0d}@media (min-width: 1024px){.cq-card{grid-template-columns:5fr 7fr}}.cq-form-panel{background:var(--surface-container-lowest);padding:2rem}@media (min-width: 768px){.cq-form-panel{padding:2.5rem}}.cq-form-panel__title{font-size:1.0625rem;font-weight:700;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:1.5rem}.cq-form{display:flex;flex-direction:column;gap:1.5rem}.cq-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.cq-field{display:flex;flex-direction:column;gap:.3rem}.cq-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--outline)}.cq-input{background:var(--surface-container-low);border:0;border-bottom:2px solid var(--outline-variant);padding:.5rem 0;color:var(--on-surface);font-family:inherit;font-size:.875rem;outline:none;transition:border-color .2s ease;width:100%}.cq-input:focus{border-bottom-color:var(--primary)}.cq-input::placeholder{color:#73768680}.cq-input--textarea{resize:none}.cq-submit{width:100%;padding:.875rem;border-radius:.75rem;background:var(--gradient-brand);color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:-.01em;border:none;cursor:pointer;box-shadow:0 6px 20px #004ac62e;transition:transform .2s ease,box-shadow .2s ease}.cq-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 10px 28px #004ac647}.cq-submit:active:not(:disabled){transform:scale(.98)}.cq-submit:disabled{opacity:.6;cursor:not-allowed}.cq-error{font-size:.8125rem;color:var(--error)}.cq-success{font-size:.8125rem;color:var(--tertiary)}.cq-info-panel{display:flex;flex-direction:column}.cq-map{position:relative;height:16rem;overflow:hidden;flex-shrink:0}@media (min-width: 1024px){.cq-map{flex:1;height:auto;min-height:220px;max-height:280px}}.cq-map img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.75) contrast(1.25)}.cq-map__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,var(--surface-container-low))}.cq-map__hq{position:absolute;top:1.25rem;right:1.25rem;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.875rem 1rem;border-radius:.75rem;box-shadow:0 4px 20px #0000001f;border:1px solid rgba(255,255,255,.2);max-width:180px}.cq-map__hq-top{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.cq-map__hq-name{font-weight:700;font-size:.8125rem;color:var(--on-surface)}.cq-map__hq-addr{font-size:.75rem;color:var(--on-surface-variant);line-height:1.5}.cq-details{flex-grow:1;background:var(--surface-container-low);padding:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.cq-details{grid-template-columns:1fr 1fr}}@media (min-width: 768px){.cq-details{padding:2rem 2.5rem}}.cq-detail-col{display:flex;flex-direction:column;gap:1rem}.cq-detail-col__head{font-size:.5625rem;font-weight:900;text-transform:uppercase;letter-spacing:.3em;color:var(--primary)}.cq-contact-item{display:flex;align-items:flex-start;gap:.75rem}.cq-contact-item__icon-wrap{width:2.5rem;height:2.5rem;border-radius:9999px;background:var(--secondary-container);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--on-secondary-container)}.cq-contact-item__label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--outline);margin-bottom:.1rem}.cq-contact-item__value{font-size:.875rem;font-weight:700;letter-spacing:-.01em;color:var(--on-surface)}.cq-portal-card{background:var(--surface-container);border-radius:.875rem;border:1px solid rgba(195,198,215,.2);padding:1rem 1.25rem}.cq-portal-card__text{font-size:.8125rem;color:var(--on-surface-variant);margin-bottom:.75rem;line-height:1.5}.cq-portal-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--primary);text-decoration:none;transition:text-decoration .2s}.cq-portal-card__link:hover{text-decoration:underline}.cq-portal-card__link .material-symbols-outlined{font-size:.9375rem}.sv-page{background:var(--surface-bright)}.sv-hero{padding:2.5rem 0 1.5rem;background:var(--surface);overflow:hidden}.sv-hero__inner{display:flex;flex-direction:column;gap:2rem;align-items:center}@media (min-width: 1024px){.sv-hero__inner{flex-direction:row;gap:3rem}}.sv-hero__copy{flex:1}.sv-hero__h1{font-size:2.25rem;font-weight:900;letter-spacing:-.04em;line-height:.9;color:var(--on-surface);margin-bottom:1rem}@media (min-width: 768px){.sv-hero__h1{font-size:2.75rem}}@media (min-width: 1024px){.sv-hero__h1{font-size:3.25rem}}.sv-hero__accent{color:var(--primary)}.sv-hero__sub{font-size:.875rem;color:var(--on-surface-variant);line-height:1.65;max-width:30rem;margin-bottom:1.5rem}.sv-hero__rule{display:flex;align-items:center;gap:.5rem}.sv-hero__rule-primary{height:3px;width:5rem;background:var(--primary);border-radius:9999px}.sv-hero__rule-muted{height:3px;width:2.5rem;background:var(--outline-variant);border-radius:9999px}.sv-hero__media{flex:1;position:relative;width:100%}.sv-hero__img-wrap{aspect-ratio:1/1;border-radius:1.5rem;overflow:hidden;transform:rotate(3deg) scale(.95);transition:transform .7s ease;background:var(--surface-container-high);box-shadow:0 16px 48px #0b1f3a24}.sv-hero__img-wrap:hover{transform:rotate(0) scale(1)}.sv-hero__img-wrap img{width:100%;height:100%;object-fit:cover}.sv-hero__badge{position:absolute;bottom:-2rem;left:-2rem;display:flex;align-items:center;gap:.75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.875rem 1.125rem;border-radius:.75rem;box-shadow:0 4px 20px #0b1f3a1a}@media (max-width: 767px){.sv-hero__badge{display:none}}.sv-hero__badge-icon{width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--primary-container);color:var(--on-primary-container);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sv-hero__badge-icon .material-symbols-outlined{font-size:1.125rem}.sv-hero__badge-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--outline)}.sv-hero__badge-value{font-size:.9375rem;font-weight:900;color:var(--on-surface)}.sv-cards{background:var(--surface-container-low);padding:3rem 0}.sv-cards__head{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.sv-cards__head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.sv-cards__eyebrow{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.5rem}.sv-cards__title{font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface);line-height:1.2}@media (min-width: 768px){.sv-cards__title{font-size:1.625rem}}.sv-cards__sub{font-size:.8125rem;color:var(--on-surface-variant);max-width:20rem;line-height:1.6}.sv-cards__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.sv-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.sv-cards__grid{grid-template-columns:repeat(4,1fr)}}.sv-scard{background:var(--surface-container-lowest);border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.sv-scard:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0b1f3a1a}.sv-scard__icon-wrap{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease}.sv-scard:hover .sv-scard__icon-wrap{transform:scale(1.1)}.sv-scard__icon{font-size:1.375rem}.sv-scard__title{font-size:.9375rem;font-weight:700;color:var(--on-surface);margin-bottom:.5rem;letter-spacing:-.01em}.sv-scard__desc{font-size:.8125rem;color:var(--on-surface-variant);line-height:1.6;flex-grow:1;margin-bottom:1.25rem}.sv-scard__footer{padding-top:.875rem;border-top:1px solid var(--surface-container)}.sv-scard__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;color:var(--primary);text-decoration:none;transition:gap .3s ease}.sv-scard__link:hover{gap:.625rem}.sv-scard__link .material-symbols-outlined{font-size:1rem}.sv-network{background:var(--surface);padding:3rem 0}.sv-network__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 1024px){.sv-network__grid{grid-template-columns:8fr 4fr}}.sv-network__cover{position:relative;border-radius:2rem;overflow:hidden;min-height:300px;aspect-ratio:unset}@media (min-width: 1024px){.sv-network__cover{min-height:380px}}.sv-network__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;transition:background .7s ease;z-index:1}.sv-network__cover:hover .sv-network__cover-overlay{background:#0003}.sv-network__cover img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.sv-network__cover:hover img{transform:scale(1.05)}.sv-network__cover-copy{position:absolute;bottom:0;left:0;padding:2rem;color:#fff;max-width:30rem;z-index:2}.sv-network__cover-title{font-size:1.375rem;font-weight:900;letter-spacing:-.03em;margin-bottom:.625rem;line-height:1.15}@media (min-width: 768px){.sv-network__cover-title{font-size:1.625rem}}.sv-network__cover-sub{font-size:.8125rem;color:#bfdbfe;line-height:1.6;margin-bottom:1.25rem}.sv-network__cover-btn{display:inline-flex;align-items:center;gap:.375rem;background:#fff;color:var(--on-secondary-fixed);font-weight:700;font-size:.8125rem;padding:.625rem 1.25rem;border-radius:.5rem;text-decoration:none;transition:background .2s ease}.sv-network__cover-btn:hover{background:#f0f4ff}.sv-network__side{display:flex;flex-direction:column;gap:1.25rem}.sv-network__side-card{flex:1;border-radius:2rem;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.sv-network__side-card--gradient{background:var(--gradient-brand);color:#fff}.sv-network__side-card--light{background:var(--surface-container-highest)}.sv-network__side-icon{font-size:2rem;color:#fff}.sv-network__side-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.sv-network__side-desc{font-size:.8125rem;color:#bfdbfe;line-height:1.55}.sv-network__side-card-top{display:flex;justify-content:space-between;align-items:flex-start}.sv-network__side-icon-dark{font-size:1.75rem;color:var(--on-surface)}.sv-network__iso{font-size:.875rem;font-weight:700;color:var(--primary)}.sv-network__side-title-dark{font-size:1rem;font-weight:700;color:var(--on-surface);margin-bottom:.25rem}.sv-network__side-desc-dark{font-size:.8125rem;color:var(--on-surface-variant);line-height:1.55}.sv-cta{padding:3rem 0}.sv-cta__inner{text-align:center}.sv-cta__title{font-size:1.75rem;font-weight:900;letter-spacing:-.04em;line-height:1.05;color:var(--on-surface);margin-bottom:1.75rem}@media (min-width: 768px){.sv-cta__title{font-size:2.25rem}}.sv-cta__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}@media (min-width: 640px){.sv-cta__actions{flex-direction:row}}.sv-btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--gradient-brand);color:#fff;font-weight:700;font-size:.875rem;border-radius:.75rem;text-decoration:none;box-shadow:0 12px 32px -8px #2563eb4d;transition:transform .2s ease}.sv-btn-primary:hover{transform:scale(1.03)}.sv-btn-secondary{display:inline-block;padding:.75rem 2rem;background:var(--surface-container-highest);color:var(--on-surface);font-weight:700;font-size:.875rem;border-radius:.75rem;text-decoration:none;transition:background .2s ease}.sv-btn-secondary:hover{background:var(--surface-container-high)}.workspace-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--surface-container-low)}.workspace-topbar{display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;height:56px;border-bottom:1px solid var(--line-strong);background:var(--surface-container-lowest);position:sticky;top:0;z-index:40}.brand-lockup{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.brand-icon{color:var(--on-surface);flex-shrink:0}.brand-copy strong{display:block;font-size:.8125rem;font-weight:800;letter-spacing:-.02em;color:var(--on-surface);white-space:nowrap}.workspace-topbar__actions{display:flex;align-items:center;gap:1rem;margin-left:auto;flex-shrink:0}.workspace-topbar__user{font-size:.8125rem;font-weight:600;color:var(--on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.workspace-topbar__action-link{font-size:.8125rem;font-weight:500;color:var(--text-soft);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;white-space:nowrap;transition:color var(--duration) var(--ease)}.workspace-topbar__action-link:hover{color:var(--on-surface)}.workspace-content{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}@media (max-width: 767px){.workspace-topbar{gap:.75rem;padding:0 1rem}.workspace-topbar__user{display:none}.workspace-content{padding:1.25rem 1rem}}@media (max-width: 540px){.brand-copy{display:none}}.auth-page{min-height:calc(100vh - 64px);display:grid;grid-template-columns:1fr;background:var(--surface-container-low)}@media (min-width: 900px){.auth-page{grid-template-columns:1fr 1fr}}.auth-page__card{display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;background:var(--surface-container-lowest);max-width:520px;width:100%;margin:0 auto}@media (min-width: 900px){.auth-page__card{padding:4rem 3.5rem;max-width:none;margin:0}}@media (max-width: 480px){.auth-page__card{padding:2rem 1.25rem}}.auth-page__eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tertiary-container);margin-bottom:.5rem}.auth-page__header{margin-bottom:2rem}.auth-page__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:900;letter-spacing:-.035em;color:var(--on-surface);line-height:1.15;margin:.25rem 0 .6rem}.auth-page__sub{font-size:.9rem;color:var(--text-soft);line-height:1.6;margin:0}.auth-page__form{display:flex;flex-direction:column;gap:1rem;max-width:none}.auth-page__row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 540px){.auth-page__row{grid-template-columns:1fr 1fr}}.auth-page__forgot-row{text-align:right;margin-top:-.25rem;font-size:.85rem}.auth-page__submit{width:100%;margin-top:.5rem}.auth-page__error{font-size:.875rem;color:var(--error);background:#fff0f0;border-radius:.5rem;padding:.6rem .875rem;margin:0}.auth-page__switch{margin-top:1.5rem;text-align:center;font-size:.875rem;color:var(--text-soft)}.auth-page__panel{display:none;background:var(--gradient-brand);position:relative;overflow:hidden}@media (min-width: 900px){.auth-page__panel{display:flex;align-items:center;justify-content:center}}.auth-page__panel-inner{padding:3rem;max-width:400px;display:flex;flex-direction:column;gap:2rem}.auth-page__panel-quote{font-size:1.25rem;font-weight:600;line-height:1.55;color:#fff;border:none;margin:0;padding:0;font-style:italic}.auth-page__panel-author{display:flex;align-items:center;gap:.875rem}.auth-page__panel-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:#fff3;color:#fff;font-weight:800;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-page__panel-author strong{display:block;color:#fff;font-size:.9375rem}.auth-page__panel-author span{display:block;color:#ffffffb3;font-size:.8125rem}.auth-page__panel-stats{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.auth-page__panel-stats div{display:flex;flex-direction:column;gap:.2rem}.auth-page__panel-stats strong{font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:-.03em}.auth-page__panel-stats span{font-size:.75rem;color:#ffffffb3}.form-grid{max-width:640px}.form-grid--wide{max-width:none}.pq-page{background:var(--surface-container-low)}.pq-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tertiary-container);margin-bottom:.6rem}.pq-hero{padding:4rem 0 3rem;background:var(--surface-container-lowest);border-bottom:1px solid var(--line-strong)}.pq-hero__inner{max-width:680px}.pq-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;letter-spacing:-.04em;color:var(--on-surface);margin:.25rem 0 .75rem}.pq-hero__sub{font-size:1rem;color:var(--text-soft);line-height:1.7;max-width:560px;margin:0}.pq-form-section{padding:3rem 0 4rem}.pq-form-section__inner{max-width:800px;margin:0 auto}.pq-card{background:var(--surface-container-lowest);border-radius:1.25rem;padding:2.25rem;border:1px solid var(--line-strong);display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 600px){.pq-card{padding:1.5rem 1.125rem;border-radius:1rem}}.pq-card__section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:-.5rem}.pq-divider{height:1px;background:var(--line-strong);margin:0}.pq-checks{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 540px){.pq-checks{flex-direction:row;gap:2rem}}.pq-check{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;font-weight:500;color:var(--on-surface);-webkit-user-select:none;user-select:none}.pq-check input[type=checkbox]{display:none}.pq-check__box{width:1.125rem;height:1.125rem;border-radius:.3rem;border:2px solid var(--outline);background:var(--surface-container-low);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.pq-check input[type=checkbox]:checked+.pq-check__box{border-color:var(--primary-container);background:var(--primary-container)}.pq-check input[type=checkbox]:checked+.pq-check__box:after{content:"";width:.35rem;height:.6rem;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px);display:block}.pq-card__actions{padding-top:.5rem}.pq-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:var(--radius-full, 9999px);background:var(--primary-container);color:#fff;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background .2s,transform .15s}.pq-submit:hover:not(:disabled){background:var(--primary);transform:translateY(-1px)}.pq-submit:disabled{opacity:.6;cursor:not-allowed}.pq-submit .material-symbols-outlined{font-size:1.1rem}.pq-results-section{padding:3rem 0 5rem}.pq-results-section__inner{max-width:900px;margin:0 auto}.pq-results-head{margin-bottom:1.75rem}.pq-results-title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin:.25rem 0 0}.pq-empty{text-align:center;padding:3rem 1rem 5rem;color:var(--text-muted)}.pq-empty__icon{font-size:2.5rem;display:block;margin-bottom:.75rem;opacity:.4}.pq-empty p{font-size:.9375rem;margin:0}.sd-page{background:var(--bg);color:var(--text)}.sd-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tertiary-container);margin-bottom:.75rem}.sd-section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.sd-section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin-top:.25rem}.sd-hero{padding:5rem 0 4rem;background:linear-gradient(160deg,#f0f4ff 0%,var(--surface-bright) 60%)}.sd-hero__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 900px){.sd-hero__inner{grid-template-columns:1fr 1fr}}.sd-hero__copy{display:flex;flex-direction:column}.sd-hero__h1{font-size:clamp(2rem,5vw,3rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:var(--on-surface);margin:0 0 1rem}.sd-hero__sub{font-size:1.0625rem;color:var(--text-soft);line-height:1.7;max-width:520px;margin-bottom:2rem}.sd-hero__stats{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2.25rem}.sd-stat{display:flex;flex-direction:column;gap:.2rem}.sd-stat__value{font-size:1.625rem;font-weight:900;letter-spacing:-.03em;color:var(--primary-container)}.sd-stat__label{font-size:.75rem;color:var(--text-muted);font-weight:500}.sd-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.sd-hero__media{border-radius:1.5rem;overflow:hidden;aspect-ratio:16/10}.sd-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.sd-btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;border-radius:var(--radius-full, 9999px);background:var(--primary-container);color:#fff;font-weight:700;font-size:.9375rem;text-decoration:none;transition:background .2s var(--ease, ease),transform .15s}.sd-btn-primary:hover{background:var(--primary);transform:translateY(-1px)}.sd-btn-secondary{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;border-radius:var(--radius-full, 9999px);border:1.5px solid var(--primary-container);color:var(--primary-container);font-weight:700;font-size:.9375rem;text-decoration:none;transition:background .2s var(--ease, ease)}.sd-btn-secondary:hover{background:#2563eb0f}.sd-btn-ghost{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:var(--radius-full, 9999px);color:var(--text-soft);font-weight:600;font-size:.9375rem;text-decoration:none;border:1.5px solid var(--line-strong);transition:background .2s var(--ease, ease)}.sd-btn-ghost:hover{background:var(--surface-container-low)}.sd-features{padding:5rem 0;background:var(--surface-container-lowest)}.sd-features__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.sd-features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.sd-features__grid{grid-template-columns:repeat(3,1fr)}}.sd-fcard{background:var(--surface-bright);border-radius:1rem;padding:1.75rem;border:1px solid var(--line-strong)}.sd-fcard__icon-wrap{width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.sd-fcard__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0 0 .5rem}.sd-fcard__desc{font-size:.875rem;color:var(--text-soft);line-height:1.65;margin:0}.sd-process{padding:5rem 0;background:var(--surface-container-low)}.sd-steps{display:grid;grid-template-columns:1fr;gap:0;max-width:760px;margin:0 auto}@media (min-width: 768px){.sd-steps{grid-template-columns:repeat(2,1fr);gap:0 3rem}}.sd-step{display:flex;gap:1.25rem;padding:1.5rem 0;position:relative}.sd-step__num{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary-container);color:#fff;font-weight:800;font-size:.8125rem;display:flex;align-items:center;justify-content:center}.sd-step__connector{display:none}.sd-step__content{flex:1}.sd-step__title{font-size:.9375rem;font-weight:700;color:var(--on-surface);margin:.25rem 0 .4rem}.sd-step__desc{font-size:.875rem;color:var(--text-soft);line-height:1.6;margin:0}.sd-usecases{padding:5rem 0;background:var(--surface-container-lowest)}.sd-usecases__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.sd-usecases__grid{grid-template-columns:repeat(2,1fr)}}.sd-ucard{background:var(--surface-container-low);border-radius:1rem;padding:1.75rem;border-left:3px solid var(--primary-container)}.sd-ucard__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0 0 .5rem}.sd-ucard__desc{font-size:.875rem;color:var(--text-soft);line-height:1.65;margin:0}.sd-cta{padding:5rem 0;background:var(--gradient-brand)}.sd-cta__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.sd-cta__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;letter-spacing:-.04em;color:#fff;margin:0}.sd-cta__sub{font-size:1rem;color:#fffc;max-width:480px;line-height:1.7;margin:0}.sd-cta__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.sd-cta .sd-btn-primary{background:#fff;color:var(--primary-container)}.sd-cta .sd-btn-primary:hover{background:#f0f4ff}.sd-cta .sd-btn-ghost{border-color:#ffffff80;color:#fff}.sd-cta .sd-btn-ghost:hover{background:#ffffff1a}.cs-page{background:var(--surface-container-low)}.cs-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--tertiary-container);margin-bottom:.6rem}.cs-hero{background:var(--gradient-brand);padding:5rem 0 4rem}.cs-hero__inner{max-width:640px}.cs-eyebrow{color:#ffffffbf}.cs-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:900;letter-spacing:-.04em;color:#fff;margin:.35rem 0 .75rem}.cs-hero__sub{font-size:1rem;color:#ffffffd1;line-height:1.7;max-width:480px;margin:0 0 2rem}.cs-hero__track-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary-container);font-weight:700;font-size:.9375rem;padding:.75rem 1.75rem;border-radius:9999px;text-decoration:none;transition:background .2s,transform .15s}.cs-hero__track-btn:hover{background:#f0f4ff;transform:translateY(-1px)}.cs-hero__track-btn .material-symbols-outlined{font-size:1.125rem}.cs-topics{padding:4rem 0}.cs-topics__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 540px){.cs-topics__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cs-topics__grid{grid-template-columns:repeat(3,1fr)}}.cs-tcard{background:var(--surface-container-lowest);border-radius:1rem;padding:1.75rem;border:1px solid var(--line-strong);display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .15s}.cs-tcard:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.cs-tcard__icon-wrap{width:2.75rem;height:2.75rem;border-radius:.75rem;background:var(--primary-fixed);display:flex;align-items:center;justify-content:center}.cs-tcard__icon-wrap .material-symbols-outlined{font-size:1.375rem;color:var(--primary-container)}.cs-tcard__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0}.cs-tcard__desc{font-size:.875rem;color:var(--text-soft);line-height:1.65;margin:0;flex:1}.cs-tcard__cta{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--primary-container);margin-top:.25rem}.cs-tcard__cta .material-symbols-outlined{font-size:1rem}.cs-contact{padding:4rem 0;background:var(--surface-container-lowest);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.cs-contact__head{text-align:center;margin-bottom:2.5rem}.cs-contact__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin:0 0 .5rem}.cs-contact__sub{font-size:.9375rem;color:var(--text-soft);margin:0}.cs-contact__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:860px;margin:0 auto}@media (min-width: 640px){.cs-contact__grid{grid-template-columns:repeat(3,1fr)}}.cs-channel{background:var(--surface-container-low);border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.cs-channel__icon{font-size:2rem;color:var(--primary-container);margin-bottom:.25rem}.cs-channel__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0}.cs-channel__detail{font-size:.8125rem;color:var(--text-soft);line-height:1.55;margin:0;flex:1}.cs-channel__btn{display:inline-flex;align-items:center;margin-top:.75rem;padding:.55rem 1.25rem;border-radius:9999px;border:1.5px solid var(--primary-container);color:var(--primary-container);font-weight:600;font-size:.875rem;text-decoration:none;transition:background .2s}.cs-channel__btn:hover{background:#2563eb0f}.cs-faq-teaser{padding:3.5rem 0;background:var(--surface-container-low)}.cs-faq-teaser__inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:760px;margin:0 auto}@media (min-width: 640px){.cs-faq-teaser__inner{flex-direction:row;align-items:center}}.cs-faq-teaser__icon{font-size:2.5rem;color:var(--primary-container);flex-shrink:0}.cs-faq-teaser__title{font-size:1.25rem;font-weight:800;color:var(--on-surface);margin:0 0 .25rem}.cs-faq-teaser__sub{font-size:.875rem;color:var(--text-soft);margin:0;line-height:1.6}.cs-faq-teaser__btn{flex-shrink:0;display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:9999px;background:var(--primary-container);color:#fff;font-weight:700;font-size:.9375rem;text-decoration:none;transition:background .2s;margin-left:auto}.cs-faq-teaser__btn:hover{background:var(--primary)}.tp-faq{padding:4rem 0 5rem;background:var(--surface-container-lowest);border-top:1px solid var(--line-strong)}.tp-faq__inner{max-width:760px;margin:0 auto;padding:0 1.25rem}.tp-faq__title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--on-surface);margin:0 0 2rem}.tp-faq__list{display:flex;flex-direction:column;gap:0}.tp-faq__item{border-bottom:1px solid var(--line-strong)}.tp-faq__item:first-of-type{border-top:1px solid var(--line-strong)}.tp-faq__question{list-style:none;padding:1.125rem 0;font-size:.9375rem;font-weight:600;color:var(--on-surface);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.tp-faq__question::-webkit-details-marker{display:none}.tp-faq__question:after{content:"expand_more";font-family:Material Symbols Outlined;font-size:1.25rem;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.tp-faq__item[open] .tp-faq__question:after{transform:rotate(180deg)}.tp-faq__answer{font-size:.875rem;color:var(--text-soft);line-height:1.7;margin:0 0 1.25rem;padding-right:2rem}.acs-page{display:flex;flex-direction:column;gap:2rem}.acs-form-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.acs-form{margin-top:1.5rem}.acs-section{margin-bottom:1.75rem}.acs-section__title{font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1rem}.acs-dims{margin-top:1rem}.acs-dims__label{font-size:.8125rem;color:var(--text-soft);margin:0 0 .75rem}.acs-dims__grid{margin-top:0}.acs-form__actions{padding-top:.5rem}.acs-form__actions .button{display:inline-flex;align-items:center;gap:.4rem}.acs-submit-btn{font-size:1rem;padding:.8rem 2rem}@keyframes acs-rotate{to{transform:rotate(360deg)}}.acs-spin{animation:acs-rotate .9s linear infinite}.acs-quotes-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.acs-quotes-panel__title{font-size:1rem;font-weight:700;color:var(--on-surface);display:flex;align-items:center;gap:.5rem;margin:0 0 .25rem}.acs-quotes-panel__sub{font-size:.8125rem;color:var(--text-soft);margin:0 0 1.25rem}.acs-quotes{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.acs-quote{position:relative;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.acs-quote:hover{border-color:var(--primary)}.acs-quote--selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,var(--surface))}.acs-quote__left{display:flex;flex-direction:column;gap:.2rem}.acs-quote__tier{font-size:.9375rem;font-weight:700;color:var(--on-surface)}.acs-quote__days{font-size:.8125rem;color:var(--text-soft)}.acs-quote__right{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.acs-quote__price{font-size:1.25rem;font-weight:800;color:var(--primary)}.acs-quote__weight{font-size:.75rem;color:var(--text-muted)}.acs-quote__check{position:absolute;top:.75rem;right:.75rem;font-size:1.1rem;color:var(--primary)}.acs-quote-breakdown{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.25rem;font-size:.875rem}.acs-quote-breakdown__title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .75rem}.acs-quote-breakdown dl{margin:0}.acs-quote-breakdown div{display:flex;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid var(--border);color:var(--text-soft)}.acs-quote-breakdown div:last-child{border-bottom:none}.acs-quote-breakdown__total{font-weight:700;color:var(--on-surface)!important;padding-top:.5rem!important;margin-top:.25rem}.acs-book-btn{width:100%;justify-content:center;display:flex;align-items:center;gap:.4rem;font-size:1rem;padding:.85rem}.acs-done{display:flex;justify-content:center;padding:2rem 1rem}.acs-done__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem 2rem;max-width:540px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.acs-done__icon{font-size:3rem;color:#22c55e}.acs-done__title{font-size:1.5rem;font-weight:800;color:var(--on-surface);margin:0}.acs-done__sub{font-size:.9rem;color:var(--text-soft);margin:0}.acs-done__tracking{background:var(--surface-raised);border:1.5px solid var(--primary);border-radius:var(--radius-md);padding:1.25rem 1.5rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.acs-done__tracking-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.acs-done__tracking-value{font-size:1.5rem;font-weight:800;color:var(--primary);letter-spacing:.05em;font-family:monospace}.acs-done__tracking .button{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem}.acs-done__meta{width:100%;background:var(--surface-raised);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:.875rem}.acs-done__meta div{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid var(--border);color:var(--text-soft)}.acs-done__meta div:last-child{border-bottom:none}.acs-done__meta dt{font-weight:500}.acs-done__meta dd{font-weight:600;color:var(--on-surface)}.acs-done__price{color:var(--primary)!important;font-size:1rem!important}.acs-done__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}.asq-layout{display:grid;grid-template-columns:320px 1fr;gap:0;min-height:calc(100vh - 4rem);align-items:start}@media (max-width: 860px){.asq-layout{grid-template-columns:1fr}}.asq-sidebar{border-right:1px solid var(--border);display:flex;flex-direction:column;height:100%;min-height:600px}.asq-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--border)}.asq-sidebar__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0}.asq-new-btn{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;padding:.35rem .75rem}.asq-new-btn .material-symbols-outlined{font-size:1rem}.asq-filter{margin:.75rem 1.25rem;width:calc(100% - 2.5rem);font-size:.8125rem}.asq-list{flex:1;overflow-y:auto;padding:0 .5rem 1rem}.asq-empty{padding:1.5rem 1rem;font-size:.875rem;color:var(--text-muted);text-align:center}.asq-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.875rem;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;text-align:left;gap:.75rem;transition:background .12s}.asq-item:hover{background:var(--surface-container-low)}.asq-item--active{background:color-mix(in srgb,var(--primary) 8%,var(--surface));outline:1.5px solid var(--primary)}.asq-item__left{display:flex;flex-direction:column;gap:.15rem;min-width:0}.asq-item__tracking{font-size:.8125rem;font-weight:700;color:var(--on-surface);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asq-item__meta{font-size:.75rem;color:var(--text-muted)}.asq-main{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.asq-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;color:var(--text-muted);text-align:center}.asq-placeholder .material-symbols-outlined{font-size:3rem}.asq-placeholder p{font-size:.9375rem;max-width:320px}.asq-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.asq-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.asq-card__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .25rem}.asq-card__tracking-row{display:flex;align-items:center;gap:.5rem}.asq-card__tracking{font-size:1.125rem;font-family:monospace;color:var(--on-surface)}.asq-copy-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.2rem;border-radius:var(--radius-sm);display:flex;align-items:center;transition:color .12s}.asq-copy-btn:hover{color:var(--primary)}.asq-copy-btn .material-symbols-outlined{font-size:1.1rem}.asq-card__badges{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.asq-preview-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--primary);text-decoration:none;font-weight:600}.asq-preview-link .material-symbols-outlined{font-size:.9rem}.asq-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 1.5rem;font-size:.875rem}.asq-meta div{display:flex;flex-direction:column;gap:.1rem}.asq-meta dt{font-size:.75rem;color:var(--text-muted);font-weight:500}.asq-meta dd{color:var(--on-surface);font-weight:600}.asq-update-card__title{font-size:1rem;font-weight:700;color:var(--on-surface);display:flex;align-items:center;gap:.4rem;margin:0 0 .25rem}.asq-update-card__title .material-symbols-outlined{font-size:1.2rem;color:var(--primary)}.asq-update-card__sub{font-size:.8125rem;color:var(--text-soft);margin:0 0 1.25rem}.asq-update-form{display:flex;flex-direction:column;gap:1rem}.asq-desc-field textarea{resize:vertical}.asq-location-row{display:grid;grid-template-columns:1fr 120px 1fr;gap:.75rem}@media (max-width: 640px){.asq-location-row{grid-template-columns:1fr}}.asq-update-actions{display:flex;gap:.75rem;flex-wrap:wrap}.asq-post-btn{display:inline-flex;align-items:center;gap:.35rem}.asq-post-btn .material-symbols-outlined{font-size:1rem}.asq-done-banner{display:flex;align-items:center;gap:1rem}.asq-done-banner__icon{font-size:2rem;color:#22c55e;flex-shrink:0}.asq-done-banner div{flex:1}.asq-done-banner strong{display:block;font-size:1rem;font-weight:700;color:var(--on-surface)}.asq-done-banner p{font-size:.875rem;color:var(--text-soft);margin:.1rem 0 0}.asq-timeline-card__title{font-size:.9375rem;font-weight:700;color:var(--on-surface);margin:0 0 1.25rem}.asq-timeline{display:flex;flex-direction:column;gap:0;position:relative}.asq-tl-item{display:flex;gap:1rem;padding-bottom:1.25rem;position:relative}.asq-tl-item:last-child{padding-bottom:0}.asq-tl-item:not(:last-child):before{content:"";position:absolute;left:.7rem;top:1.5rem;bottom:0;width:2px;background:var(--border)}.asq-tl-dot{flex-shrink:0;width:1.5rem;display:flex;align-items:flex-start;padding-top:.1rem}.asq-tl-dot .material-symbols-outlined{font-size:1.25rem}.asq-tl-item--active .asq-tl-dot .material-symbols-outlined{color:var(--primary)}.asq-tl-item--done .asq-tl-dot .material-symbols-outlined{color:#22c55e}.asq-tl-content{flex:1}.asq-tl-desc{font-size:.9rem;font-weight:600;color:var(--on-surface);margin:0 0 .2rem}.asq-tl-item--done .asq-tl-desc{font-weight:400;color:var(--text-soft)}.asq-tl-meta{font-size:.775rem;color:var(--text-muted);margin:0}@keyframes asq-rotate{to{transform:rotate(360deg)}}.asq-spin{animation:asq-rotate .9s linear infinite;display:inline-block}.adm-overview{display:flex;flex-direction:column;gap:2rem;padding:0 0 3rem}.adm-greeting__title{font-size:1.5rem;font-weight:700;color:var(--on-surface);margin:0 0 .25rem}.adm-greeting__sub{font-size:.9375rem;color:var(--text-soft);margin:0}.adm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.adm-stat{background:var(--surface-raised, var(--surface-container-low));border:1px solid var(--border, var(--outline-variant));border-radius:.75rem;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.35rem}.adm-stat--warn{border-color:#f59e0b}.adm-stat--alert{border-color:#ef4444}.adm-stat__value{font-size:2rem;font-weight:700;color:var(--on-surface);line-height:1}.adm-stat--warn .adm-stat__value{color:#b45309}.adm-stat--alert .adm-stat__value{color:#dc2626}.adm-stat__label{font-size:.8125rem;color:var(--text-soft)}@media (max-width: 700px){.adm-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.adm-stats{grid-template-columns:1fr}}.adm-actions{display:flex;gap:.75rem;flex-wrap:wrap}.adm-action{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem 1.25rem;background:var(--surface-raised, var(--surface-container-low));border:1px solid var(--border, var(--outline-variant));border-radius:.75rem;text-decoration:none;color:var(--on-surface);transition:background .15s,border-color .15s;min-width:90px}.adm-action:hover{background:var(--surface-container);border-color:var(--primary);color:var(--primary)}.adm-action__icon{font-size:1.75rem}.adm-action__label{font-size:.75rem;font-weight:600;text-align:center;white-space:nowrap}.adm-section{display:flex;flex-direction:column;gap:1rem}.adm-section__head{display:flex;align-items:center;justify-content:space-between}.adm-section__title{font-size:1rem;font-weight:700;color:var(--on-surface);margin:0}.adm-section__link{font-size:.875rem;color:var(--primary);text-decoration:none}.adm-section__link:hover{text-decoration:underline}.adm-empty{font-size:.9375rem;color:var(--text-soft);margin:0}.adm-table-wrap{overflow-x:auto;border-radius:.75rem;border:1px solid var(--border, var(--outline-variant))}.adm-table{width:100%;border-collapse:collapse;font-size:.875rem}.adm-table thead th{background:var(--surface-raised, var(--surface-container-low));padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text-soft);font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border, var(--outline-variant));white-space:nowrap}.adm-table tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--border, var(--outline-variant));color:var(--on-surface);vertical-align:middle}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr:hover td{background:var(--surface-container-low)}.adm-table__tracking{font-family:monospace;font-size:.8125rem;color:var(--primary);text-decoration:none}.adm-table__tracking:hover{text-decoration:underline}.adm-table__route{color:var(--text-soft)}.adm-table__date{color:var(--text-muted);white-space:nowrap;font-size:.8125rem}.adm-support-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border, var(--outline-variant));border-radius:.75rem;overflow:hidden}.adm-support-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--surface-raised, var(--surface-container-low));border-bottom:1px solid var(--border, var(--outline-variant))}.adm-support-item:last-child{border-bottom:none}.adm-support-item__subject{font-size:.9375rem;font-weight:600;color:var(--on-surface);margin:0 0 .2rem}.adm-support-item__meta{font-size:.8rem;color:var(--text-muted);margin:0}.inv-page{width:210mm;min-height:297mm;padding:16mm 16mm 12mm;background:#fff;color:#111;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:9pt;line-height:1.5;box-sizing:border-box}.inv-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}.inv-header__brand{display:flex;align-items:center;gap:.6rem}.inv-header__logo{color:#111}.inv-header__company{display:block;font-size:13pt;font-weight:800;letter-spacing:-.02em;color:#111}.inv-header__tagline{display:block;font-size:8pt;color:#666;margin-top:1px}.inv-header__meta{text-align:right}.inv-header__title{font-size:22pt;font-weight:900;letter-spacing:-.03em;color:#111;margin:0 0 .5rem}.inv-meta-table td{padding:1px 0 1px 1.5rem;font-size:8.5pt;color:#333}.inv-meta-table td:first-child{color:#888;padding-left:0}.inv-status{display:inline-block;padding:1px 7px;border-radius:4px;font-size:7.5pt;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.inv-status--issued{background:#dbeafe;color:#1d4ed8}.inv-status--paid{background:#dcfce7;color:#15803d}.inv-status--overdue{background:#fee2e2;color:#dc2626}.inv-status--pending{background:#fef9c3;color:#854d0e}.inv-status--cancelled{background:#f3f4f6;color:#6b7280}.inv-divider{border:none;border-top:1px solid #e5e7eb;margin:1.25rem 0}.inv-parties{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:.5rem}.inv-party__label{font-size:7pt;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0 0 .3rem}.inv-party__name{font-size:9.5pt;font-weight:700;color:#111;margin:0 0 2px}.inv-party__detail{font-size:8.5pt;color:#555;margin:0}.inv-items{width:100%;border-collapse:collapse;margin-bottom:0;font-size:8.5pt}.inv-items thead th{background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:6px 8px;text-align:left;font-size:7.5pt;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.inv-items th.inv-items__qty,.inv-items th.inv-items__weight,.inv-items th.inv-items__unit,.inv-items th.inv-items__total{text-align:right}.inv-items tbody td{padding:7px 8px;border-bottom:1px solid #f3f4f6;color:#333;vertical-align:top}.inv-items tbody td:not(:first-child){text-align:right;white-space:nowrap}.inv-totals{display:flex;justify-content:flex-end;margin-top:.75rem}.inv-totals table{border-collapse:collapse;min-width:260px}.inv-totals td{padding:4px 8px;font-size:8.5pt;color:#555}.inv-totals td:last-child{text-align:right;font-weight:600;color:#111}.inv-totals__grand td{border-top:2px solid #111;padding-top:8px;font-size:11pt;font-weight:800;color:#111}.inv-footer{margin-top:2rem}.inv-footer__note{font-size:8pt;color:#555;margin:0 0 .5rem}.inv-footer__legal{font-size:7.5pt;color:#9ca3af;margin:0}.inv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.inv-modal{background:#fff;border-radius:.75rem;overflow:hidden;width:100%;max-width:800px;box-shadow:0 24px 80px #00000040}.inv-modal__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:.75rem}.inv-modal__toolbar h2{font-size:.9375rem;font-weight:700;margin:0;flex:1}.inv-modal__body{overflow-x:auto;padding:1.5rem;background:#e5e7eb}.inv-modal__body .inv-page{margin:0 auto;box-shadow:0 4px 24px #0000002e}@media print{body>*:not(#invoice-print-root){display:none!important}#invoice-print-root{display:block!important}.inv-page{width:210mm;padding:16mm;box-shadow:none;margin:0}}.msg-shell{display:grid;grid-template-columns:320px 1fr;height:calc(100vh - 96px);overflow:hidden;border:1px solid var(--border, var(--outline-variant));border-radius:.75rem;background:var(--surface-container-lowest)}.msg-list-col{display:flex;flex-direction:column;border-right:1px solid var(--border, var(--outline-variant));overflow:hidden}.msg-list-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border, var(--outline-variant));flex-shrink:0}.msg-list-head__title{font-size:1rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.msg-unread-badge{background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;padding:1px 6px;border-radius:99px;line-height:1.5}.msg-filter-select{font-size:.8125rem;padding:.3rem .6rem;border:1px solid var(--border, var(--outline-variant));border-radius:var(--radius-md);background:var(--surface-container-low);color:var(--on-surface)}.msg-list{flex:1;overflow-y:auto}.msg-empty{padding:1.5rem 1.25rem;font-size:.875rem;color:var(--text-muted)}.msg-item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1.25rem;border:none;border-bottom:1px solid var(--border, var(--outline-variant));background:transparent;text-align:left;cursor:pointer;position:relative;transition:background .12s}.msg-item:hover{background:var(--surface-container-low)}.msg-item--active{background:#2563eb0f!important}.msg-item--unread .msg-item__subject{font-weight:700;color:var(--on-surface)}.msg-item__icon{font-size:1.2rem;color:var(--text-muted);margin-top:2px;flex-shrink:0}.msg-item--unread .msg-item__icon{color:var(--primary)}.msg-item__body{flex:1;min-width:0}.msg-item__top{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:2px}.msg-item__name{font-size:.8125rem;font-weight:600;color:var(--on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-item__time{font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.msg-item__subject{font-size:.875rem;color:var(--text-soft);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-item__preview{font-size:.8rem;color:var(--text-muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-item__dot{width:8px;height:8px;background:var(--primary);border-radius:50%;flex-shrink:0;margin-top:6px}.msg-detail-col{display:flex;flex-direction:column;overflow-y:auto}.msg-detail-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-muted);padding:3rem}.msg-detail-empty .material-symbols-outlined{font-size:3rem;opacity:.35}.msg-detail-empty p{font-size:.9375rem;margin:0}.msg-detail{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.msg-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border, var(--outline-variant))}.msg-detail__subject{font-size:1.1rem;font-weight:700;margin:0 0 .35rem;color:var(--on-surface)}.msg-detail__meta{font-size:.8125rem;color:var(--text-soft);margin:0}.msg-detail__meta code{font-family:monospace;font-size:.8rem}.msg-detail__body{background:var(--surface-container-low);border:1px solid var(--border, var(--outline-variant));border-radius:.5rem;padding:1rem 1.25rem;font-size:.9375rem;color:var(--on-surface);line-height:1.65;white-space:pre-wrap}.msg-detail__body p{margin:0}.msg-detail__triage{display:flex;flex-direction:column;gap:.875rem;padding-top:.25rem}.msg-detail__triage-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:0}.msg-detail__triage-row{display:flex;gap:1rem}.msg-label{display:flex;flex-direction:column;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--text-soft);flex:1}.msg-select,.msg-textarea{font-size:.875rem;padding:.45rem .75rem;border:1px solid var(--border, var(--outline-variant));border-radius:var(--radius-md);background:var(--surface-container-lowest);color:var(--on-surface);font-family:inherit}.msg-textarea{resize:vertical;padding:.5rem .75rem}.msg-detail__triage-actions{display:flex;align-items:center;gap:.875rem}.msg-saved{font-size:.8125rem;color:var(--text-soft)}@media (max-width: 800px){.msg-shell{grid-template-columns:1fr;height:auto}.msg-list-col{border-right:none;border-bottom:1px solid var(--border, var(--outline-variant));max-height:50vh}}
