*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}:root,[data-theme=dark]{--color-primary: #a8c8ff;--color-on-primary: #003062;--color-secondary: #ffb4a9;--color-on-secondary: #690002;--color-tertiary: #eac400;--color-on-tertiary: #3b2f00;--color-bg: #0b1326;--color-surface-lowest: #060e20;--color-surface: #171f33;--color-surface-high: #2d3449;--color-surface-highest: #38405a;--color-text: #e8eaf0;--color-text-muted: rgba(232, 234, 240, .55);--color-text-subtle: rgba(232, 234, 240, .32);--color-border: rgba(168, 200, 255, .08);--color-border-ghost: rgba(168, 200, 255, .15);--gradient-cta: linear-gradient(45deg, #a8c8ff, #c50009);--nav-bg: rgba(6, 14, 32, .88);--shadow: 0px 10px 40px rgba(6, 14, 32, .4)}[data-theme=light]{--color-primary: #003062;--color-on-primary: #d4e5ff;--color-secondary: #930010;--color-on-secondary: #ffd9d5;--color-tertiary: #5c4800;--color-on-tertiary: #fff2b0;--color-bg: #f2f5fb;--color-surface-lowest: #e6eaf4;--color-surface: #ffffff;--color-surface-high: #dde3f0;--color-surface-highest: #d0d8ed;--color-text: #0b1326;--color-text-muted: rgba(11, 19, 38, .6);--color-text-subtle: rgba(11, 19, 38, .35);--color-border: rgba(0, 48, 98, .08);--color-border-ghost: rgba(0, 48, 98, .18);--gradient-cta: linear-gradient(45deg, #003062, #930010);--nav-bg: rgba(242, 245, 251, .92);--shadow: 0px 10px 40px rgba(11, 19, 38, .1)}body{font-family:Inter,system-ui,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s,color .3s}.btn-xl{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--color-on-primary);background:var(--gradient-cta);border:none;border-radius:1.5rem;padding:1rem 2rem;cursor:pointer;min-height:56px;min-width:48px;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 24px #a8c8ff33;transition:transform .15s}[data-theme=light] .btn-xl{color:#fff}.btn-xl:active{transform:scale(.97)}.btn-ghost{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--color-primary);background:transparent;border:1px solid var(--color-border-ghost);border-radius:1.5rem;padding:1rem 1.5rem;cursor:pointer;min-height:56px;min-width:48px;transition:background .2s,border-color .2s}.btn-ghost:hover{background:color-mix(in srgb,var(--color-primary) 8%,transparent);border-color:color-mix(in srgb,var(--color-primary) 30%,transparent)}.section-eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-tertiary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-eyebrow:before{content:"";display:block;width:20px;height:2px;background:currentColor;flex-shrink:0}.section-headline{font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.75rem}.section-sub{font-size:1rem;color:var(--color-text-muted);line-height:1.65;max-width:520px;margin-bottom:3.5rem}.navbar{position:sticky;top:0;z-index:100;background:var(--nav-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:64px;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 0 var(--color-border)}.navbar__logo{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.navbar__links{display:flex;gap:2rem;list-style:none}.navbar__links a{font-size:.875rem;font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.navbar__links a:hover{color:var(--color-text)}.navbar__right{display:flex;align-items:center;gap:.875rem}.navbar__theme-icon{font-size:.875rem;line-height:1}.navbar__toggle{width:44px;height:24px;background:var(--color-surface-high);border-radius:100px;border:none;cursor:pointer;position:relative;flex-shrink:0}.navbar__toggle:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--color-primary);border-radius:50%;transition:transform .3s}[data-theme=light] .navbar__toggle:after{transform:translate(20px)}.navbar__cta{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--color-on-primary);background:var(--gradient-cta);border:none;border-radius:1.5rem;padding:.625rem 1.25rem;cursor:pointer;min-height:48px;min-width:48px;transition:transform .15s;display:inline-flex;align-items:center;text-decoration:none}[data-theme=light] .navbar__cta{color:#fff}.navbar__cta:active{transform:scale(.97)}@media (max-width: 767px){.navbar__links{display:none}.navbar{padding:0 1.25rem}}.hero{min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 4rem;background:radial-gradient(ellipse 70% 55% at 50% 60%,rgba(168,200,255,.05) 0%,transparent 70%),radial-gradient(ellipse 40% 30% at 80% 20%,rgba(255,180,169,.04) 0%,transparent 60%),var(--color-bg)}[data-theme=light] .hero{background:radial-gradient(ellipse 70% 55% at 50% 60%,rgba(0,48,98,.04) 0%,transparent 70%),var(--color-bg)}.hero__eyebrow{display:inline-flex;align-items:center;gap:.625rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-tertiary);margin-bottom:1.75rem}.hero__eyebrow:before,.hero__eyebrow:after{content:"";display:block;width:20px;height:2px;background:currentColor;flex-shrink:0}.hero__headline{font-family:Manrope,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--color-text);max-width:740px;margin-bottom:1.5rem}.hero__headline-gradient{background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__body{font-size:1.0625rem;line-height:1.7;color:var(--color-text-muted);max-width:520px;margin-bottom:2.75rem}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 639px){.hero{padding:4rem 1.5rem}.hero__headline{font-size:2.25rem}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn-xl,.hero__actions .btn-ghost{width:100%;justify-content:center}}.trust-bar{background:var(--color-surface-lowest);padding:2.5rem 4rem;display:grid;grid-template-columns:repeat(4,1fr)}.trust-bar__item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;border-right:1px solid var(--color-border)}.trust-bar__item:last-child{border-right:none}.trust-bar__value{font-family:Manrope,sans-serif;font-size:1.625rem;font-weight:800;color:var(--color-primary);line-height:1}.trust-bar__label{font-size:.8125rem;color:var(--color-text-muted);text-align:center}@media (max-width: 639px){.trust-bar{grid-template-columns:repeat(2,1fr);padding:2rem 1.5rem;gap:1.5rem 0}.trust-bar__item:nth-child(2){border-right:none}.trust-bar__item:nth-child(3){border-right:1px solid var(--color-border)}}.home-services{background:var(--color-surface-lowest);padding:7rem 4rem}.home-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{background:var(--color-surface);border-radius:1rem;padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;cursor:default;transition:background .2s,transform .2s}.service-card:hover{background:var(--color-surface-highest);transform:translateY(-2px)}.service-card__icon{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#a8c8ff26,#a8c8ff0a);display:flex;align-items:center;justify-content:center;font-size:1.375rem;margin-bottom:1.25rem;flex-shrink:0}[data-theme=light] .service-card__icon{background:linear-gradient(135deg,#0030621a,#00306208)}.service-card__name{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.service-card__desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;flex:1;margin-bottom:1.5rem}.service-card__price{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;color:var(--color-primary);padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;align-items:baseline;gap:.25rem}.service-card__unit{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:var(--color-text-subtle)}@media (max-width: 1023px){.home-services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.home-services{padding:5rem 1.5rem}.home-services__grid{grid-template-columns:1fr}}.auto-services{background:var(--color-bg);padding:7rem 4rem}.auto-services__header{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:3.5rem}.auto-services__tag{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-on-tertiary);background:var(--color-tertiary);padding:4px 12px;border-radius:100px;margin-bottom:1rem}[data-theme=dark] .auto-services__tag{color:#3b2f00}[data-theme=light] .auto-services__tag{color:#fff2b0}.auto-services__header-sub{margin-bottom:0}.auto-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.auto-card{background:var(--color-surface);border-radius:1rem;padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:background .2s,transform .2s;cursor:default}.auto-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-tertiary),var(--color-primary))}.auto-card:hover{background:var(--color-surface-highest);transform:translateY(-2px)}.auto-card__badge{display:inline-flex;align-items:center;align-self:flex-start;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-tertiary);background:#eac4001a;padding:3px 8px;border-radius:100px;margin-bottom:1.25rem}[data-theme=light] .auto-card__badge{background:#5c480014}.auto-card__icon{width:56px;height:56px;border-radius:.75rem;background:linear-gradient(135deg,#eac4001f,#eac40008);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}[data-theme=light] .auto-card__icon{background:linear-gradient(135deg,#5c48001a,#5c480008)}.auto-card__name{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.auto-card__desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;flex:1;margin-bottom:1.5rem}.auto-card__price{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;color:var(--color-tertiary);padding-top:1.5rem;border-top:1px solid var(--color-border);display:flex;align-items:baseline;gap:.25rem}.auto-card__unit{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:var(--color-text-subtle)}@media (max-width: 1023px){.auto-services__header{grid-template-columns:1fr;gap:1rem}.auto-services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 639px){.auto-services{padding:5rem 1.5rem}.auto-services__grid{grid-template-columns:1fr}}.app-coming-soon{background:var(--color-surface-lowest);padding:7rem 4rem}.app-coming-soon__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.app-coming-soon__badge{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--color-primary);color:var(--color-on-primary);padding:4px 12px;border-radius:100px;margin-bottom:1.25rem}[data-theme=dark] .app-coming-soon__badge{color:#003062}.app-coming-soon__headline{font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.75rem;line-height:1.2}.app-coming-soon__sub{font-size:1rem;color:var(--color-text-muted);line-height:1.65;max-width:440px;margin-bottom:2.5rem}.app-coming-soon__features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.app-coming-soon__feature{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:var(--color-surface);border-radius:.875rem}.app-coming-soon__feature-icon{width:36px;height:36px;flex-shrink:0;border-radius:.5rem;background:linear-gradient(135deg,#a8c8ff26,#a8c8ff0a);display:flex;align-items:center;justify-content:center;font-size:1rem}[data-theme=light] .app-coming-soon__feature-icon{background:linear-gradient(135deg,#0030621a,#00306208)}.app-coming-soon__feature-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--color-text);margin-bottom:.125rem}.app-coming-soon__feature-desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.app-coming-soon__form-label{font-size:.875rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.75rem}.app-coming-soon__form{display:flex;gap:.75rem;max-width:420px}.app-coming-soon__input{flex:1;min-width:0;padding:0 1.25rem;height:52px;background:var(--color-surface-high);color:var(--color-text);border:none;border-radius:.875rem;font-family:Inter,sans-serif;font-size:.9rem;outline:none;transition:box-shadow .2s}.app-coming-soon__input::placeholder{color:var(--color-text-subtle)}.app-coming-soon__input:focus{box-shadow:0 0 0 1px var(--color-primary),0 0 0 4px #a8c8ff1f}[data-theme=light] .app-coming-soon__input:focus{box-shadow:0 0 0 1px var(--color-primary),0 0 0 4px #00306214}.app-coming-soon__submit{padding:0 1.5rem;height:52px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#fff;background:var(--gradient-cta);border:none;border-radius:.875rem;cursor:pointer;white-space:nowrap;min-width:48px;transition:transform .15s}[data-theme=dark] .app-coming-soon__submit{color:var(--color-on-primary)}.app-coming-soon__submit:active{transform:scale(.97)}.app-coming-soon__note{font-size:.75rem;color:var(--color-text-subtle);margin-top:.75rem}.app-coming-soon__mockup{display:flex;justify-content:center;align-items:center}.phone-frame{width:260px;background:var(--color-surface);border-radius:2.5rem;padding:12px;box-shadow:var(--shadow),0 0 0 1px var(--color-border)}.phone-frame__notch{width:80px;height:6px;background:var(--color-surface-high);border-radius:100px;margin:0 auto 14px}.phone-frame__screen{background:var(--color-bg);border-radius:2rem;overflow:hidden;padding:1rem;min-height:440px;display:flex;flex-direction:column;gap:.75rem;position:relative}.phone-frame__header{display:flex;align-items:center;justify-content:space-between}.phone-frame__logo{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:800;background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.phone-frame__avatar{width:28px;height:28px;border-radius:50%;background:var(--color-surface-high)}.phone-frame__greeting{font-family:Manrope,sans-serif;font-size:.9375rem;font-weight:700;color:var(--color-text)}.phone-frame__sub{font-size:.6875rem;color:var(--color-text-muted)}.phone-frame__card{background:var(--gradient-cta);border-radius:1rem;padding:1rem}.phone-frame__card-label{font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.25rem}.phone-frame__card-value{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;color:#fff}.phone-frame__section-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-subtle)}.phone-frame__services{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.phone-frame__service-item{background:var(--color-surface);border-radius:.75rem;padding:.75rem .625rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.phone-frame__service-icon{font-size:1.25rem}.phone-frame__service-name{font-size:.5625rem;font-weight:600;color:var(--color-text);text-align:center}.phone-frame__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#060e208c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}[data-theme=light] .phone-frame__overlay{background:#f2f5fb99}.phone-frame__overlay-badge{font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.04em;background:var(--color-primary);color:var(--color-on-primary);padding:6px 16px;border-radius:100px}[data-theme=dark] .phone-frame__overlay-badge{color:#003062}.phone-frame__overlay-platform{font-size:.6875rem;font-weight:600;color:var(--color-text-muted)}@media (max-width: 1023px){.app-coming-soon__inner{grid-template-columns:1fr;gap:3rem}.app-coming-soon__mockup{order:-1}}@media (max-width: 639px){.app-coming-soon{padding:5rem 1.5rem}}.security-section{background:var(--color-bg);padding:7rem 4rem}.security-section__layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.security-section__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.security-section__stat{padding:1.5rem;background:var(--color-surface);border-radius:.875rem}.security-section__stat-value{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:.25rem}.security-section__stat-label{font-size:.8125rem;color:var(--color-text-muted)}.security-section__bar-row{margin-bottom:1rem}.security-section__bar-label{display:flex;justify-content:space-between;font-size:.8125rem;font-weight:500;margin-bottom:.5rem}.security-section__bar-label-text{color:var(--color-text-muted)}.security-section__bar-label-pct{color:var(--color-primary)}.security-section__bar-track{height:24px;background:var(--color-surface-high);border-radius:100px;overflow:hidden}.security-section__bar-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--color-tertiary),var(--color-primary))}[data-theme=light] .security-section__bar-fill{background:linear-gradient(90deg,#5c4800,#003062)}.security-section__footnote{font-size:.75rem;color:var(--color-text-subtle);margin-top:1.5rem}@media (max-width: 1023px){.security-section__layout{grid-template-columns:1fr;gap:3rem}}@media (max-width: 639px){.security-section{padding:5rem 1.5rem}.security-section__stats{grid-template-columns:1fr 1fr}}.how-it-works{background:var(--color-surface-lowest);padding:7rem 4rem}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.how-it-works__steps:before{content:"";position:absolute;top:27px;left:calc(16.666% + 1rem);right:calc(16.666% + 1rem);height:1px;background:linear-gradient(90deg,#a8c8ff33,#a8c8ff0d,#a8c8ff33);pointer-events:none}[data-theme=light] .how-it-works__steps:before{background:linear-gradient(90deg,#00306226,#0030620a,#00306226)}.how-it-works__step{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.how-it-works__step-number{width:56px;height:56px;background:var(--color-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;color:var(--color-primary);box-shadow:0 0 0 1px var(--color-border-ghost);position:relative;z-index:1}.how-it-works__step-title{font-family:Manrope,sans-serif;font-size:1.0625rem;font-weight:700;color:var(--color-text)}.how-it-works__step-desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.65}@media (max-width: 767px){.how-it-works__steps{grid-template-columns:1fr;gap:2.5rem}.how-it-works__steps:before{display:none}}@media (max-width: 639px){.how-it-works{padding:5rem 1.5rem}}.cta-section{background:var(--color-bg);padding:8rem 4rem;text-align:center}.cta-section__card{max-width:680px;margin:0 auto;padding:4rem;background:var(--color-surface);border-radius:2rem;box-shadow:var(--shadow),0 0 0 1px var(--color-border);position:relative;overflow:hidden}.cta-section__card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(168,200,255,.4),transparent)}[data-theme=light] .cta-section__card:before{background:linear-gradient(90deg,transparent,rgba(0,48,98,.2),transparent)}.cta-section__headline{font-family:Manrope,sans-serif;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text);margin-bottom:1rem}.cta-section__sub{font-size:1rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:2rem}.cta-section__phone-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-subtle);margin-bottom:.5rem}.cta-section__phone-number{font-family:Manrope,sans-serif;font-size:1.375rem;font-weight:800;color:var(--color-tertiary);margin-bottom:2rem}.cta-section__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 639px){.cta-section{padding:5rem 1.5rem}.cta-section__card{padding:2.5rem 1.5rem}.cta-section__headline{font-size:1.75rem}.cta-section__actions{flex-direction:column}.cta-section__actions .btn-xl,.cta-section__actions .btn-ghost{width:100%;justify-content:center}}.footer{background:var(--color-surface-lowest);padding:3rem 4rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;box-shadow:0 -1px 0 var(--color-border)}.footer__logo{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;background:var(--gradient-cta);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__copy,.footer__tagline{font-size:.8125rem;color:var(--color-text-subtle)}@media (max-width: 639px){.footer{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}}
