.navbar{position:sticky;top:0;z-index:100;background:#f4f7f8eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s}.navbar--scrolled{border-bottom-color:var(--color-border);box-shadow:var(--shadow-sm)}.navbar__inner{display:flex;align-items:center;gap:1.5rem;height:4rem}.navbar__logo{font-size:var(--text-lg);font-weight:700;letter-spacing:-.02em;color:var(--color-accent);flex-shrink:0}.navbar__nav{display:none;align-items:center;gap:.25rem;margin-inline:auto}.navbar__link{padding:.5rem .875rem;font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);border-radius:var(--radius-sm);transition:color .2s,background .2s}.navbar__link:hover{color:var(--color-text);background:#ffffffb3}.navbar__actions{display:none;align-items:center;gap:.5rem}.navbar__login{display:none}.navbar__burger{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-left:auto;border-radius:var(--radius-sm);color:var(--color-text);transition:background .2s}.navbar__burger:hover{background:var(--color-surface)}.navbar__mobile{display:none}@media(min-width:768px){.navbar__login{display:inline-flex}}@media(min-width:1024px){.navbar__nav,.navbar__actions{display:flex}.navbar__burger{display:none}}@media(max-width:1023px){.navbar__mobile{display:block;position:fixed;top:4rem;right:0;bottom:0;left:0;background:var(--color-bg);padding:1.5rem var(--section-x);transform:translate(100%);transition:transform .25s ease;overflow-y:auto}.navbar__mobile--open{transform:translate(0)}.navbar__mobile-nav{display:flex;flex-direction:column;gap:.25rem}.navbar__mobile-link{padding:.875rem 1rem;font-size:var(--text-base);font-weight:500;border-radius:var(--radius-md);transition:background .2s}.navbar__mobile-link:hover{background:var(--color-surface)}.navbar__mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.navbar__mobile-actions .btn{width:100%}}@media(min-width:430px)and (max-width:1023px){.navbar__cta{display:none}}@media(max-width:429px){.navbar__actions{display:none}}@media(min-width:430px)and (max-width:1023px){.navbar__actions{display:flex}}.hero{padding-top:clamp(2rem,4vw,3.5rem)}.hero__grid{display:grid;gap:clamp(2.5rem,5vw,4rem);align-items:center}@media(min-width:900px){.hero__grid{grid-template-columns:1fr 1fr}}.hero__content{max-width:36rem}.hero__title{font-size:var(--text-3xl);font-weight:700;line-height:1.15;letter-spacing:-.025em;margin-bottom:1.25rem}.hero__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);line-height:1.65;margin-bottom:2rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__visual{display:flex;justify-content:center}@media(min-width:900px){.hero__visual{justify-content:flex-end}}.services__header{max-width:40rem;margin-bottom:clamp(2rem,4vw,3rem)}.services__layout{display:grid;gap:clamp(2rem,4vw,3rem);align-items:center}@media(min-width:900px){.services__layout{grid-template-columns:1fr 1fr}}.services__categories{display:grid;gap:.75rem}.services__category{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:500;transition:border-color .2s,box-shadow .2s}.services__category:hover{border-color:#cbd5e1;box-shadow:var(--shadow-sm)}.services__category-dot{width:.625rem;height:.625rem;border-radius:50%;background:var(--cat-color);flex-shrink:0}.services__preview{display:flex;justify-content:center}@media(min-width:900px){.services__preview{justify-content:flex-end}}.ecosystem__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.ecosystem__header .section__desc{margin-inline:auto}.ecosystem__flow{display:flex;flex-direction:column;align-items:center;gap:0;max-width:28rem;margin-inline:auto}.ecosystem__step{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.ecosystem__node{display:flex;align-items:center;justify-content:center;width:100%;max-width:16rem;padding:1rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.ecosystem__node-label{font-size:var(--text-base);font-weight:700;letter-spacing:.02em;color:var(--color-accent)}.ecosystem__step-desc{margin-top:.625rem;font-size:var(--text-sm);color:var(--color-text-muted);max-width:18rem}.ecosystem__connector{display:flex;flex-direction:column;align-items:center;padding-block:.75rem}.ecosystem__line{width:2px;height:1.25rem;background:var(--color-border);animation:pulseLine 2s ease-in-out infinite}.ecosystem__arrow{font-size:1rem;color:var(--color-text-muted);line-height:1}@keyframes pulseLine{0%,to{opacity:.4}50%{opacity:1}}@media(min-width:768px){.ecosystem__flow{flex-direction:row;max-width:none;align-items:flex-start;justify-content:center;gap:0}.ecosystem__step{flex:1;max-width:14rem}.ecosystem__connector{flex-direction:row;align-items:center;padding-block:0;padding-inline:.5rem;margin-top:1.25rem}.ecosystem__line{width:2rem;height:2px}.ecosystem__arrow{transform:rotate(-90deg)}}@media(prefers-reduced-motion:reduce){.ecosystem__line{animation:none;opacity:.6}}.driver-section{padding-block:clamp(2.5rem,4vw,4rem)}.driver-section__layout{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.driver-section__layout{grid-template-columns:1fr auto;gap:3rem}}.phone-frame--small{max-width:260px}@media(min-width:768px){.phone-frame--small{max-width:240px}}.driver-section__media{display:flex;justify-content:center}@media(min-width:768px){.driver-section__media{justify-content:flex-end}}.final-cta{background:var(--color-accent);color:#fff}.final-cta__inner{display:grid;gap:clamp(2rem,4vw,3rem);align-items:center}@media(min-width:900px){.final-cta__inner{grid-template-columns:1fr auto}}.final-cta__title{font-size:var(--text-2xl);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:1rem}.final-cta__desc{font-size:var(--text-lg);opacity:.85;line-height:1.6;max-width:32rem;margin-bottom:2rem}.final-cta__btn{background:#fff;color:var(--color-accent)}.final-cta__btn:hover{background:#f1f5f9}.final-cta__visual{display:flex;justify-content:center}@media(min-width:900px){.final-cta__visual{justify-content:flex-end}}.final-cta .phone-frame{border-color:#ffffff26;box-shadow:0 8px 32px #00000026}.footer{padding-block:2.5rem;border-top:1px solid var(--color-border);background:var(--color-surface)}.footer__inner{display:grid;gap:1.5rem}@media(min-width:768px){.footer__inner{grid-template-columns:1fr auto;align-items:start}.footer__copy{grid-column:1 / -1}}.footer__logo{font-size:var(--text-lg);font-weight:700;color:var(--color-accent)}.footer__tagline{margin-top:.375rem;font-size:var(--text-sm);color:var(--color-text-muted)}.footer__nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.footer__link{font-size:var(--text-sm);color:var(--color-text-muted);transition:color .2s}.footer__link:hover{color:var(--color-text)}.footer__copy{font-size:var(--text-xs);color:var(--color-text-muted);padding-top:1rem;border-top:1px solid var(--color-border)}@media(min-width:768px){.footer__copy{margin-top:.5rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f4f7f8;--color-bg-alt: #eef2f5;--color-surface: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-accent: #1b3a5c;--color-accent-hover: #15304d;--color-accent-light: #e8eef3;--container-max: 1280px;--container-narrow: 1120px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 24px rgba(15, 23, 42, .06);--font: "Inter", system-ui, -apple-system, sans-serif;--text-xs: clamp(.75rem, .7rem + .2vw, .8125rem);--text-sm: clamp(.8125rem, .78rem + .25vw, .9375rem);--text-base: clamp(.9375rem, .9rem + .3vw, 1.0625rem);--text-lg: clamp(1.0625rem, 1rem + .4vw, 1.25rem);--text-xl: clamp(1.25rem, 1.1rem + .8vw, 1.75rem);--text-2xl: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);--text-3xl: clamp(1.875rem, 1.4rem + 1.8vw, 3rem);--section-y: clamp(3.5rem, 6vw, 6rem);--section-x: clamp(1rem, 4vw, 2rem)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background:var(--color-bg);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--section-x)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-y)}.section--alt{background:var(--color-bg-alt)}.section__label{display:inline-block;font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section__title{font-size:var(--text-2xl);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:1rem}.section__desc{font-size:var(--text-lg);color:var(--color-text-muted);max-width:42rem;line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:var(--text-sm);font-weight:600;border-radius:var(--radius-md);transition:background .2s,color .2s,border-color .2s,transform .15s;white-space:nowrap}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover)}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{border-color:#cbd5e1;background:#fafbfc}.btn--ghost{color:var(--color-text-muted);padding-inline:1rem}.btn--ghost:hover{color:var(--color-text)}.feature-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.feature-list__item{display:flex;align-items:flex-start;gap:.75rem;font-size:var(--text-sm);color:var(--color-text-muted)}.feature-list__icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--color-accent);margin-top:.1rem}.cards-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:600px){.cards-grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid--3{grid-template-columns:repeat(3,1fr)}.cards-grid--4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,border-color .2s}.card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-md);background:var(--color-accent-light);color:var(--color-accent);margin-bottom:1rem}.card__title{font-size:var(--text-base);font-weight:600;margin-bottom:.5rem}.card__text{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.55}.split-section{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center}@media(min-width:900px){.split-section{grid-template-columns:1fr 1fr}.split-section--reverse .split-section__media{order:-1}}.split-section__content{max-width:32rem}.phone-frame{width:100%;max-width:320px;margin-inline:auto;border-radius:28px;border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md);overflow:hidden}.phone-frame__screen{width:100%;height:auto;object-fit:contain}@media(min-width:900px){.phone-frame{max-width:300px}}@media(min-width:1200px){.phone-frame{max-width:340px}}.fade-in{animation:fadeInUp .6s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-in{animation:none}}
