@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #12091f;
  --ink-soft: #1d102d;
  --forest: #2a1246;
  --forest-2: #541679;
  --green: #0a7951;
  --lime: #c9f230;
  --lime-soft: #e8fa91;
  --purple: #76209a;
  --purple-soft: #f0e5f6;
  --paper: #fcfbfd;
  --mist: #f5f1f7;
  --muted: #6d6674;
  --white: #fff;
  --line: #e4ddea;
  --max: 1180px;
  --radius: 22px;
  --ease: 220ms cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: 'DM Sans', 'Segoe UI', Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: 'Manrope', 'DM Sans', Arial, sans-serif; letter-spacing: -.055em; line-height: 1.03; }
h1 { font-size: clamp(3.3rem, 6.7vw, 6.2rem); font-weight: 800; }
h2 { font-size: clamp(2.5rem, 4.8vw, 4.85rem); font-weight: 800; }
h3 { font-size: 1.55rem; font-weight: 800; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
section[id], article[id] { scroll-margin-top: 94px; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 11px 15px; color: var(--ink); background: var(--lime); transform: translateY(-150%); transition: transform var(--ease); }
.skip-link:focus { transform: translateY(0); }
.page-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: var(--scroll-progress, 0%); height: 3px; pointer-events: none; background: linear-gradient(90deg, var(--lime), var(--purple)); box-shadow: 0 0 14px rgba(201,242,48,.55); transform-origin: left center; }

.wa-fab { position: fixed; z-index: 80; right: 26px; bottom: 25px; display: inline-flex; align-items: center; gap: 11px; max-width: calc(100vw - 32px); padding: 10px 17px 10px 10px; color: var(--white); background: var(--green); box-shadow: 0 13px 30px rgba(10,121,81,.27), 0 0 0 1px rgba(255,255,255,.24); transition: color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease); }
.wa-fab::before { position: absolute; z-index: -1; inset: -7px; border: 1px solid rgba(10,121,81,.45); content: ''; animation: waPulse 2.5s ease-out infinite; }
.wa-fab:hover, .wa-fab:focus-visible { color: var(--ink); background: var(--lime); box-shadow: 0 17px 35px rgba(10,121,81,.34), 0 0 0 1px rgba(255,255,255,.5); transform: translateY(-4px); }
.wa-fab-icon { display: inline-grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; }
.wa-fab-icon svg { width: 21px; height: 21px; fill: currentColor; }
.wa-fab-copy { display: grid; gap: 1px; }
.wa-fab-copy strong { font-family: 'Manrope', sans-serif; font-size: .72rem; letter-spacing: -.02em; }
.wa-fab-copy small { color: rgba(255,255,255,.72); font-size: .57rem; }
.wa-fab:hover .wa-fab-copy small, .wa-fab:focus-visible .wa-fab-copy small { color: rgba(18,9,31,.68); }

.topbar { position: relative; z-index: 20; color: var(--white); background: var(--purple); font-size: .69rem; font-weight: 700; }
.topbar::after { position: absolute; top: 0; right: 0; bottom: 0; width: 38%; background: var(--ink); clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%); content: ''; }
.topbar-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 42px; }
.topbar-contact, .topbar-social { display: flex; align-items: center; gap: 24px; }
.topbar-contact a, .topbar-social a { display: inline-flex; align-items: center; gap: 7px; transition: opacity var(--ease); }
.topbar-contact a:hover, .topbar-social a:hover { opacity: .68; }
.topbar-icon { display: inline-grid; width: 17px; height: 17px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .6rem; }
.topbar-social { color: rgba(255,255,255,.84); }
.topbar-location { color: rgba(255,255,255,.58); }
.topbar-social a { justify-content: center; gap: 6px; font-size: .66rem; }
.topbar-social-icon { width: 16px; height: 16px; flex: 0 0 16px; fill: currentColor; }
.topbar-social-label { color: rgba(255,255,255,.78); }

.site-header { position: absolute; z-index: 15; top: 42px; left: 50%; width: min(var(--max), calc(100% - 64px)); color: var(--ink); background: var(--white); transform: translateX(-50%); transition: top var(--ease), width var(--ease), box-shadow var(--ease); }
.site-header.is-scrolled { position: fixed; top: 0; width: 100%; box-shadow: 0 12px 30px rgba(18,9,31,.14); transform: translateX(-50%); }
.header-inner { display: flex; align-items: center; min-height: 92px; padding: 0 25px; }
.brand { display: inline-flex; align-items: center; width: 180px; }
.brand img { width: 151px; height: 76px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 37px); margin-left: auto; font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.site-nav a { position: relative; padding: 36px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--lime); content: ''; opacity: 0; transform: scaleX(.35); transition: opacity var(--ease), transform var(--ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 19px; margin-left: 37px; }
.header-contact { font-size: .73rem; font-weight: 800; white-space: nowrap; }
.header-contact:hover { color: var(--green); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 50%; color: var(--white); background: var(--forest); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 0; font-size: .75rem; font-weight: 800; letter-spacing: .01em; transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease); }
.button:hover { transform: translateY(-2px); }
.button > span { transition: transform var(--ease); }
.button:hover > span, .button:focus-visible > span { transform: translate(4px, -3px); }
.button--small { min-height: 48px; padding-inline: 20px; }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { color: var(--ink); background: var(--lime); }
.button--green { color: var(--white); background: var(--forest); }
.button--green:hover { color: var(--ink); background: var(--lime); }
.button--lime { color: var(--ink); background: var(--lime); }
.button--lime:hover { color: var(--white); background: var(--forest); }
.button--panel-outline { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button--panel-outline:hover { border-color: var(--white); background: rgba(255,255,255,.14); }

.hero { position: relative; min-height: 790px; overflow: hidden; color: var(--white); background: var(--forest); isolation: isolate; --pointer-x: 74%; --pointer-y: 34%; }
.hero::before { position: absolute; z-index: 1; top: -18%; right: 7%; width: 540px; height: 540px; border: 1px solid rgba(201,242,48,.18); border-radius: 50%; box-shadow: 0 0 0 26px rgba(201,242,48,.035), 0 0 0 58px rgba(118,32,154,.08); content: ''; animation: heroOrbit 13s ease-in-out infinite alternate; pointer-events: none; }
.hero-backdrop { position: absolute; z-index: 0; inset: -2%; width: 104%; height: 104%; max-width: none; object-fit: cover; object-position: 63% 46%; }
.hero-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(10,4,18,.84) 0%, rgba(24,10,38,.66) 30%, rgba(10,4,18,.25) 71%, rgba(10,4,18,.58) 100%), linear-gradient(0deg, rgba(10,4,18,.62), transparent 45%); }
.hero-lights { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.hero-lights::before { position: absolute; top: -25%; left: -18%; width: 22%; height: 150%; background: linear-gradient(90deg, transparent 12%, rgba(255,255,255,.14) 39%, rgba(201,242,48,.62) 49%, rgba(255,255,255,.34) 52%, rgba(118,32,154,.36) 60%, transparent 87%); filter: blur(4px); opacity: .86; content: ''; mix-blend-mode: screen; transform: rotate(16deg); animation: beamTraverse 11s cubic-bezier(.43,.05,.25,1) infinite; }
.hero-lights::after { position: absolute; top: -25%; left: 47%; width: 3px; height: 150%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.62) 45%, rgba(201,242,48,.94) 50%, transparent 58%); box-shadow: 0 0 22px rgba(201,242,48,.55); opacity: .66; content: ''; transform: rotate(18deg); animation: lightSlash 8s ease-in-out -2s infinite; }
.light-orb { position: absolute; display: block; border-radius: 50%; filter: blur(1px); mix-blend-mode: screen; }
.light-orb--one { top: 15%; left: 48%; width: 230px; height: 230px; background: radial-gradient(circle, rgba(201,242,48,.36), rgba(201,242,48,.05) 45%, transparent 72%); animation: lightDrift 11s ease-in-out infinite alternate; }
.light-orb--two { top: calc(var(--pointer-y) - 120px); left: calc(var(--pointer-x) - 150px); width: 300px; height: 300px; background: radial-gradient(circle, rgba(175,83,255,.34), rgba(118,32,154,.09) 45%, transparent 73%); transition: top 700ms cubic-bezier(.2,.7,.2,1), left 700ms cubic-bezier(.2,.7,.2,1); animation: lightPulse 6s ease-in-out infinite; }
.light-beam { position: absolute; display: block; width: 130%; height: 8px; left: -16%; background: linear-gradient(90deg, transparent, rgba(201,242,48,.38) 35%, rgba(255,255,255,.86) 48%, rgba(118,32,154,.52) 63%, transparent); filter: blur(3px); opacity: .88; box-shadow: 0 0 24px rgba(201,242,48,.3); transform: rotate(-12deg); }
.light-beam--one { top: 23%; animation: lightSweep 9s ease-in-out infinite; }
.light-beam--two { top: 65%; opacity: .34; transform: rotate(16deg); animation: lightSweep 12s ease-in-out -3s infinite reverse; }
.hero-inner { position: relative; z-index: 3; display: flex; align-items: center; min-height: 790px; padding-top: 95px; }
.hero-panel { position: relative; width: min(100%, 685px); min-height: 490px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 72px 74px 70px; color: var(--white); background: var(--purple); clip-path: polygon(9% 0, 100% 0, 100% 81%, 90% 100%, 0 100%, 0 17%); }
.hero-panel::after { position: absolute; right: 34px; bottom: 27px; width: 48px; height: 5px; background: var(--lime); box-shadow: -13px 0 0 var(--lime); content: ''; transform: skewX(-25deg); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-mark { color: var(--purple); font-size: .9rem; letter-spacing: -.14em; }
.eyebrow--dark { color: rgba(7,19,15,.72); }
.eyebrow--green { color: var(--green); }
.eyebrow--lime { color: var(--lime); }
.eyebrow--purple { color: var(--purple); }
.hero-panel .eyebrow--dark { color: rgba(255,255,255,.72); }
.hero-panel .eyebrow-mark { color: var(--lime); }
.hero-panel h1 { max-width: 560px; margin: 22px 0 19px; }
.hero-panel h1 span { color: var(--lime); }
.hero-lead { max-width: 470px; color: rgba(255,255,255,.76); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: rgba(255,255,255,.66); font-size: .68rem; font-weight: 700; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px rgba(118,32,154,.14); }
.hero-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 14px; margin-top: 27px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-steps span { display: grid; gap: 3px; color: rgba(255,255,255,.66); font-size: .6rem; line-height: 1.25; }
.hero-steps b { color: var(--lime); font-size: .55rem; letter-spacing: .14em; }
.hero-badge { position: absolute; z-index: 4; right: max(27px, calc((100% - var(--max)) / 2)); bottom: 25px; display: grid; min-width: 142px; padding: 14px 16px; border-left: 4px solid var(--lime); color: var(--white); background: rgba(7,19,15,.86); animation: badgeFloat 4.6s ease-in-out infinite; }
.hero-badge span { color: var(--lime); font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.hero-badge strong { margin-top: 3px; font-family: 'Manrope', sans-serif; font-size: 1rem; }
.hero-badge small { margin-top: 2px; color: rgba(255,255,255,.6); font-size: .58rem; }

.services-section { position: relative; padding: 111px 0 124px; color: var(--white); background: var(--ink); }
.services-section::before { position: absolute; top: 0; right: 0; width: 28%; height: 100%; opacity: .08; background: repeating-linear-gradient(135deg, transparent 0 42px, var(--lime) 43px 44px, transparent 45px 86px); content: ''; animation: patternSlide 18s linear infinite; }
.section-intro { position: relative; z-index: 1; }
.section-intro--dark { max-width: 680px; margin-inline: auto; text-align: center; }
.section-intro--dark h2 { margin: 20px 0 16px; }
.section-intro--dark h2 span { color: var(--lime); }
.section-intro--dark > p:last-child { max-width: 530px; margin-inline: auto; color: rgba(255,255,255,.6); font-size: .95rem; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; margin-top: 55px; }
.service-card { overflow: hidden; border: 1px solid rgba(255,255,255,.42); background: var(--ink-soft); transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease); }
.service-card:hover { border-color: var(--lime); box-shadow: 0 18px 36px rgba(0,0,0,.2); transform: translateY(-7px); }
.service-card-image { position: relative; height: 235px; overflow: hidden; }
.service-card-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,15,11,.7), transparent 45%); content: ''; }
.service-card-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% 38%; transition: filter 500ms var(--ease); }
.service-card:hover .service-card-image img { filter: saturate(1.08) contrast(1.03); }
.service-card:nth-child(1) .service-card-image img { object-position: 52% 54%; }
.service-card:nth-child(2) .service-card-image img { object-position: 50% 44%; }
.service-card:nth-child(3) .service-card-image img { object-position: 50% 52%; }
.service-slash { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; width: 80px; height: 67px; place-items: center; color: var(--ink); background: var(--lime); clip-path: polygon(27% 0, 100% 0, 79% 100%, 0 100%); font-weight: 900; transition: width var(--ease), color var(--ease), background var(--ease); }
.service-card:hover .service-slash { width: 94px; color: var(--white); background: var(--purple); }
.service-card-body { min-height: 248px; padding: 28px 30px 27px; }
.card-kicker { color: var(--lime); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card-body h3 { margin: 17px 0 12px; font-size: 1.5rem; }
.service-card-body > p:not(.card-kicker) { max-width: 270px; color: rgba(255,255,255,.64); font-size: .85rem; line-height: 1.6; }
.round-arrow { display: inline-grid; width: 39px; height: 39px; margin-top: 22px; place-items: center; color: var(--ink); border-radius: 50%; background: var(--white); font-size: 1.1rem; transition: color var(--ease), background var(--ease), transform var(--ease); }
.round-arrow:hover { color: var(--white); background: var(--lime); transform: translateX(3px); }

.about-section { position: relative; overflow: hidden; padding: 143px 0 150px; background: var(--paper); }
.about-section::after { position: absolute; z-index: 0; top: 0; right: 0; width: 35%; height: 100%; opacity: .44; background: repeating-linear-gradient(135deg, transparent 0 54px, rgba(7,56,47,.08) 55px 56px, transparent 57px 110px); content: ''; animation: patternSlide 22s linear infinite reverse; }
.about-slash { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; width: 43%; background: var(--purple-soft); clip-path: polygon(22% 0, 100% 0, 76% 100%, 0 100%); }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr); align-items: center; gap: 87px; }
.about-visual { position: relative; min-height: 520px; }
.about-photo { position: absolute; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: filter 800ms var(--ease); }
.about-visual:hover .about-photo--main img { filter: saturate(1.08) contrast(1.03); }
.about-photo--main { top: 20px; left: 1%; width: 75%; height: 440px; clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.about-photo--main img { object-position: 50% 53%; }
.about-photo--small { right: 0; bottom: 2px; width: 42%; height: 270px; border: 10px solid var(--paper); clip-path: polygon(13% 0, 100% 0, 88% 100%, 0 100%); }
.about-photo--small img { object-position: 51% 50%; }
.about-stamp { position: absolute; z-index: 2; right: 1%; top: 206px; display: flex; flex-direction: column; justify-content: center; width: 151px; height: 151px; padding-left: 24px; color: var(--white); background: var(--ink); }
.about-stamp::after { position: absolute; right: 15px; bottom: 16px; width: 32px; height: 4px; background: var(--lime); content: ''; transform: skewX(-24deg); }
.about-stamp strong { font-family: 'Manrope', sans-serif; font-size: 1.15rem; line-height: 1.02; }
.about-stamp span { margin-top: 9px; color: var(--lime); font-size: .67rem; font-weight: 700; }
.about-copy { position: relative; z-index: 1; }
.about-copy h2 { max-width: 600px; margin: 20px 0 27px; }
.about-copy h2::first-line { color: var(--ink); }
.about-tabs { display: flex; gap: 0; margin-bottom: 23px; border-bottom: 1px solid var(--line); }
.about-tabs span { padding: 13px 22px 12px; font-size: .76rem; font-weight: 800; }
.about-tabs span:first-child { padding-left: 0; }
.about-tabs .is-active { border-bottom: 2px solid var(--ink); }
.about-lead { max-width: 550px; color: var(--muted); font-size: .94rem; }
.about-detail { max-width: 550px; margin-top: 13px; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; margin: 28px 0 31px; }
.check-grid span { display: flex; align-items: center; gap: 9px; font-size: .79rem; font-weight: 700; }
.check-grid i { display: inline-grid; width: 19px; height: 19px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .66rem; font-style: normal; }

.connection-section { position: relative; overflow: hidden; padding: 112px 0 126px; color: var(--white); background: var(--purple); isolation: isolate; }
.connection-section::after { position: absolute; z-index: 0; right: 41%; bottom: -180px; width: 420px; height: 420px; border: 1px solid rgba(201,242,48,.22); border-radius: 50%; box-shadow: 0 0 0 20px rgba(201,242,48,.04), 0 0 0 48px rgba(255,255,255,.035); content: ''; animation: heroOrbit 15s ease-in-out infinite alternate-reverse; }
.connection-shape { position: absolute; top: -20%; right: -2%; width: 55%; height: 145%; background: var(--paper); clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%); }
.connection-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 72px; }
.connection-copy { max-width: 520px; }
.connection-copy h2 { margin: 20px 0 18px; }
.connection-copy h2 span { color: var(--lime); }
.connection-copy > p:not(.eyebrow) { max-width: 440px; color: rgba(255,255,255,.72); font-size: .95rem; }
.connection-copy .button { margin-top: 29px; }
.connection-route { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; max-width: 540px; margin-top: 30px; }
.connection-route::after { position: absolute; z-index: 2; top: -2px; left: 0; width: 42px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--lime), transparent); box-shadow: 0 0 16px rgba(201,242,48,.8); content: ''; animation: routeSignal 4.4s ease-in-out infinite; pointer-events: none; }
.connection-route span { display: grid; gap: 4px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.28); }
.connection-route b { color: var(--lime); font-size: .55rem; letter-spacing: .13em; }
.connection-route strong { font-family: 'Manrope', sans-serif; font-size: .78rem; letter-spacing: -.025em; }
.connection-route small { color: rgba(255,255,255,.58); font-size: .62rem; line-height: 1.35; }
.connection-visual { position: relative; height: 450px; overflow: hidden; clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%); background: var(--forest); }
.connection-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,9,31,.7), transparent 62%); content: ''; }
.connection-visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 54% 45%; transition: filter 900ms var(--ease); }
.connection-visual:hover img { filter: saturate(1.08) contrast(1.03); }
.connection-label { position: absolute; z-index: 2; bottom: 24px; left: 39px; display: flex; flex-direction: column; color: var(--white); text-shadow: 0 2px 17px rgba(0,0,0,.25); }
.connection-label span { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.connection-label strong { color: var(--lime); font-family: 'Manrope', sans-serif; font-size: 2.35rem; letter-spacing: -.07em; }

.how-section { position: relative; overflow: hidden; padding: 124px 0 129px; background: var(--paper); }
.how-section::before { position: absolute; inset: 0; opacity: .26; background: repeating-linear-gradient(135deg, transparent 0 49px, rgba(7,56,47,.09) 50px 51px, transparent 52px 101px); content: ''; animation: patternSlide 20s linear infinite; }
.section-intro--center { position: relative; z-index: 1; max-width: 660px; margin-inline: auto; text-align: center; }
.section-intro--center h2 { margin: 20px 0 15px; }
.section-intro--center h2 span { color: var(--green); }
.section-intro--center > p:last-child { max-width: 450px; margin-inline: auto; color: var(--muted); font-size: .92rem; }
.how-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 59px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-grid::before { position: absolute; z-index: 2; top: -2px; right: 12%; left: 12%; height: 3px; background: linear-gradient(90deg, transparent, var(--lime) 22%, var(--purple) 50%, var(--lime) 78%, transparent); background-size: 220% 100%; content: ''; animation: signalFlow 5.5s linear infinite; pointer-events: none; }
.how-card { position: relative; min-height: 269px; padding: 29px 32px 32px; border-right: 1px solid var(--line); transition: background var(--ease), transform var(--ease); }
.how-card:hover { background: rgba(240,229,246,.42); transform: translateY(-4px); }
.how-card.is-active .how-icon { color: var(--white); background: var(--purple); box-shadow: 0 0 0 7px rgba(118,32,154,.1), 0 0 22px rgba(118,32,154,.22); animation: signalPop 1.2s ease-out; }
.how-card:last-child { border-right: 0; }
.how-number { color: var(--purple); font-family: 'Manrope', sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.how-icon { display: grid; width: 45px; height: 45px; margin: 31px 0 20px; place-items: center; color: var(--ink); border: 1px solid var(--green); border-radius: 50%; font-size: 1.4rem; }
.how-card h3 { font-size: 1.25rem; }
.how-card p { max-width: 250px; margin-top: 10px; color: var(--muted); font-size: .8rem; }
.how-meta { display: inline-flex; margin-top: 17px; color: var(--purple); font-size: .59rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journey-anchor { position: relative; z-index: 1; display: flex; width: fit-content; align-items: center; gap: 10px; margin: 28px auto 0; color: var(--purple); border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 800; transition: gap var(--ease), color var(--ease); }
.journey-anchor:hover, .journey-anchor:focus-visible { gap: 16px; color: var(--green); }

.journey-section { position: relative; overflow: hidden; padding: 126px 0 130px; color: var(--white); background: var(--purple); isolation: isolate; }
.journey-section::before { position: absolute; inset: 0; opacity: .22; background: linear-gradient(135deg, transparent 49.7%, var(--lime) 50%, transparent 50.3%), radial-gradient(circle at 78% 52%, rgba(201,242,48,.2), transparent 31%); background-size: 84px 84px, auto; content: ''; animation: patternSlide 16s linear infinite; }
.journey-section::after { position: absolute; z-index: 0; top: 15%; right: -13%; width: 690px; height: 690px; border: 1px solid rgba(201,242,48,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(201,242,48,.04), 0 0 0 60px rgba(18,9,31,.12); content: ''; animation: heroOrbit 17s ease-in-out infinite alternate-reverse; }
.journey-heading { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.journey-heading h2 { margin-top: 20px; }
.journey-heading h2 span { color: var(--lime); }
.journey-heading > p { max-width: 330px; margin-bottom: 5px; color: rgba(255,255,255,.68); font-size: .92rem; }
.journey-switcher { position: relative; z-index: 1; display: inline-flex; margin-top: 40px; padding: 4px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(18,9,31,.18); }
.journey-switch { min-height: 43px; padding: 0 20px; color: rgba(255,255,255,.65); border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .68rem; font-weight: 800; transition: color var(--ease), background var(--ease), box-shadow var(--ease); }
.journey-switch:hover, .journey-switch:focus-visible { color: var(--white); }
.journey-switch.is-active { color: var(--ink); background: var(--lime); box-shadow: 0 7px 18px rgba(201,242,48,.16); }
.journey-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 72px; margin-top: 28px; }
.journey-copy { max-width: 455px; }
.journey-kicker { color: var(--lime); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.journey-copy h3 { margin: 20px 0 15px; font-size: clamp(2rem, 3.2vw, 3.35rem); }
.journey-description { max-width: 390px; color: rgba(255,255,255,.7); font-size: .96rem; }
.journey-progress { height: 3px; margin-top: 38px; overflow: hidden; background: rgba(255,255,255,.18); }
.journey-progress span { display: block; width: 16.666%; height: 100%; background: var(--lime); box-shadow: 0 0 15px rgba(201,242,48,.8); transition: width 500ms cubic-bezier(.2,.7,.2,1); }
.journey-count { display: flex; align-items: baseline; gap: 8px; margin-top: 13px; color: rgba(255,255,255,.52); font-size: .68rem; }
.journey-count strong { color: var(--lime); font-family: 'Manrope', sans-serif; font-size: 1.9rem; letter-spacing: -.08em; }
.journey-stage { position: relative; min-height: 570px; display: grid; place-items: center; }
.journey-stage-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(201,242,48,.28), rgba(118,32,154,.35) 44%, transparent 70%); animation: lightPulse 6s ease-in-out infinite; }
.journey-stage-glow::before, .journey-stage-glow::after { position: absolute; inset: -22px; border: 1px solid rgba(201,242,48,.28); border-radius: 50%; content: ''; animation: ringSpin 13s linear infinite; }
.journey-stage-glow::after { inset: 34px; border-color: rgba(255,255,255,.22); animation-duration: 9s; animation-direction: reverse; }
.journey-device { position: relative; z-index: 1; width: 276px; height: 530px; padding: 9px; border: 5px solid #171220; border-radius: 36px; background: #080611; box-shadow: 0 32px 45px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.22); transform: rotate(5deg); animation: journeyFloat 5.5s ease-in-out infinite; }
.journey-device-top { position: absolute; z-index: 2; top: 14px; left: 50%; display: flex; gap: 4px; width: 76px; height: 18px; align-items: center; justify-content: center; border-radius: 999px; background: #080611; transform: translateX(-50%); }
.journey-device-top span { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.28); }
.journey-screen { position: relative; height: 100%; overflow: hidden; color: var(--ink); border-radius: 27px; background: #f8f7fb; transition: background 400ms ease; }
.screen-header { display: flex; align-items: center; justify-content: space-between; padding: 27px 18px 12px; font-size: .5rem; }
.screen-header strong { color: var(--purple); font-size: .83rem; letter-spacing: -.04em; }
.screen-header span { color: #9a95a2; }
.screen-map { position: absolute; top: 61px; right: 0; left: 0; height: 278px; overflow: hidden; background-color: #e9e8f1; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.88) 49% 52%, transparent 53%), linear-gradient(122deg, transparent 47%, rgba(255,255,255,.86) 48% 51%, transparent 52%); background-size: 104px 81px, 126px 103px; }
.screen-map::after { position: absolute; inset: 0; opacity: .35; background: linear-gradient(140deg, transparent 35%, rgba(118,32,154,.12) 36% 38%, transparent 39% 65%, rgba(201,242,48,.15) 66% 68%, transparent 69%); content: ''; }
.screen-map-route { position: absolute; z-index: 1; top: 62px; left: 46px; width: 112px; height: 138px; border-right: 4px solid var(--purple); border-bottom: 4px solid var(--purple); border-radius: 0 0 65px 0; transform: rotate(-18deg); }
.screen-pin { position: absolute; z-index: 2; display: block; width: 14px; height: 14px; border: 3px solid var(--white); border-radius: 50% 50% 50% 0; background: var(--purple); box-shadow: 0 3px 6px rgba(18,9,31,.23); transform: rotate(-45deg); }
.screen-pin--one { top: 76px; left: 42px; }
.screen-pin--two { right: 45px; bottom: 54px; background: var(--lime); }
.screen-sheet { position: absolute; z-index: 3; right: 9px; bottom: 10px; left: 9px; display: grid; gap: 6px; padding: 17px 15px 13px; border-radius: 17px; background: var(--white); box-shadow: 0 9px 18px rgba(18,9,31,.12); }
.screen-sheet small, .screen-field small, .screen-payment small { color: #928b9a; font-size: .46rem; }
.screen-sheet strong, .screen-field strong { font-size: .69rem; }
.screen-action { display: flex; align-items: center; justify-content: space-between; margin-top: 5px; padding: 9px 10px; color: var(--white); border-radius: 8px; background: var(--purple); font-size: .52rem; font-weight: 800; }
.screen-action b { color: var(--lime); }
.screen-fields { display: grid; gap: 9px; padding: 22px 16px; }
.screen-field, .screen-payment { display: grid; gap: 5px; padding: 12px; border: 1px solid #e5e0ec; border-radius: 11px; background: var(--white); }
.screen-field strong { font-size: .62rem; }
.screen-route-line { height: 1px; margin: 0 18px; background: linear-gradient(90deg, var(--purple), var(--lime)); }
.screen-payment-list { display: grid; gap: 8px; padding: 22px 16px; }
.screen-payment { grid-template-columns: 23px 1fr auto; align-items: center; }
.screen-payment i { display: grid; width: 23px; height: 23px; place-items: center; color: var(--white); border-radius: 7px; background: var(--purple); font-size: .55rem; font-style: normal; }
.screen-payment strong { font-size: .58rem; }
.screen-payment em { width: 8px; height: 8px; border: 2px solid var(--purple); border-radius: 50%; font-style: normal; }
.screen-confirm, .screen-register, .screen-verify, .screen-earnings { display: grid; gap: 13px; padding: 27px 17px; }
.screen-status-card { display: grid; gap: 8px; padding: 15px; color: var(--white); border-radius: 15px; background: linear-gradient(145deg, var(--purple), #4e176d); }
.screen-status-card small { color: rgba(255,255,255,.65); font-size: .48rem; }
.screen-status-card strong { font-size: .79rem; }
.screen-status-card span { color: var(--lime); font-size: .55rem; font-weight: 800; }
.screen-button { display: grid; min-height: 35px; place-items: center; color: var(--white); border-radius: 9px; background: var(--purple); font-size: .55rem; font-weight: 800; }
.screen-track { position: relative; height: 218px; overflow: hidden; background: #e9e8f1; background-image: linear-gradient(30deg, transparent 48%, #fff 49% 51%, transparent 52%), linear-gradient(118deg, transparent 47%, #fff 48% 50%, transparent 51%); background-size: 74px 67px; }
.screen-track::before { position: absolute; top: 41px; left: 40px; width: 148px; height: 125px; border-right: 4px solid var(--lime); border-bottom: 4px solid var(--purple); border-radius: 0 0 80px 0; content: ''; transform: rotate(-23deg); }
.screen-track::after { position: absolute; top: 38px; left: 36px; width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 8px rgba(118,32,154,.16); content: ''; animation: signalPop 1.6s ease-out infinite; }
.screen-register h4, .screen-verify h4, .screen-earnings h4 { margin: 0; font-family: 'Manrope', sans-serif; font-size: .9rem; letter-spacing: -.04em; }
.screen-input { min-height: 35px; padding: 10px; border: 1px solid #e7e2ed; border-radius: 8px; color: #a09aa8; background: var(--white); font-size: .52rem; }
.screen-checks { display: grid; gap: 8px; }
.screen-checks span { display: flex; align-items: center; gap: 7px; color: #686171; font-size: .54rem; }
.screen-checks i { display: grid; width: 16px; height: 16px; place-items: center; color: var(--white); border-radius: 50%; background: var(--green); font-size: .5rem; font-style: normal; }
.screen-earnings .earnings-total { display: grid; gap: 5px; padding: 17px; border-radius: 15px; background: var(--lime); }
.earnings-total small { color: rgba(18,9,31,.58); font-size: .47rem; }
.earnings-total strong { font-family: 'Manrope', sans-serif; font-size: 1.4rem; letter-spacing: -.06em; }
.earnings-chart { display: flex; height: 104px; align-items: flex-end; justify-content: space-around; padding: 14px 12px 0; border-radius: 12px; background: #eeeaf4; }
.earnings-chart i { width: 17px; border-radius: 5px 5px 0 0; background: var(--purple); }
.earnings-chart i:nth-child(1) { height: 34%; }.earnings-chart i:nth-child(2) { height: 58%; }.earnings-chart i:nth-child(3) { height: 46%; }.earnings-chart i:nth-child(4) { height: 81%; }.earnings-chart i:nth-child(5) { height: 66%; background: var(--lime); }
.journey-stage-caption { position: absolute; z-index: 2; right: 2%; bottom: 38px; display: grid; gap: 4px; max-width: 185px; padding: 14px 16px; border-left: 3px solid var(--lime); color: var(--white); background: rgba(18,9,31,.72); box-shadow: 0 12px 22px rgba(0,0,0,.16); }
.journey-stage-caption strong { font-family: 'Manrope', sans-serif; font-size: .86rem; }
.journey-stage-caption span { color: rgba(255,255,255,.6); font-size: .59rem; line-height: 1.35; }
.journey-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: 11px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.journey-step-card { position: relative; display: grid; align-content: start; gap: 14px; min-height: 146px; padding: 20px 16px 18px; color: var(--white); border: 0; border-right: 1px solid rgba(255,255,255,.16); background: transparent; cursor: pointer; text-align: left; transition: background var(--ease), transform var(--ease); }
.journey-step-card:last-child { border-right: 0; }
.journey-step-card:hover, .journey-step-card:focus-visible { background: rgba(18,9,31,.17); transform: translateY(-3px); }
.journey-step-card.is-active { background: rgba(18,9,31,.24); box-shadow: inset 0 -3px 0 var(--lime); }
.journey-step-number { color: var(--lime); font-family: 'Manrope', sans-serif; font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.journey-step-content { display: grid; gap: 7px; }
.journey-step-content[hidden] { display: none; }
.journey-step-content strong { font-size: .72rem; line-height: 1.25; }
.journey-step-content small { color: rgba(255,255,255,.56); font-size: .59rem; line-height: 1.35; }
.journey-controls { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.journey-control { display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.1rem; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.journey-control:hover, .journey-control:focus-visible { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.journey-next { display: inline-flex; min-height: 44px; align-items: center; gap: 13px; padding: 0 18px; color: var(--ink); border: 0; background: var(--lime); cursor: pointer; font-size: .68rem; font-weight: 800; }
.journey-next span { font-size: 1rem; }
.journey-source-note { position: relative; z-index: 1; max-width: 780px; margin-top: 23px; color: rgba(255,255,255,.42); font-size: .58rem; line-height: 1.5; }

.offers-section { padding: 124px 0 136px; background: var(--mist); }
.offers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 58px; }
.offer-card { position: relative; min-height: 510px; padding: 38px 42px 37px; overflow: hidden; transition: box-shadow var(--ease), transform var(--ease); }
.offer-card::before { position: absolute; z-index: 0; top: -30%; left: -42%; width: 31%; height: 170%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); content: ''; opacity: .24; transform: rotate(18deg); animation: cardSheen 10s ease-in-out infinite; pointer-events: none; }
.offer-card--driver::before { background: linear-gradient(90deg, transparent, rgba(201,242,48,.32), transparent); }
.offer-card:hover { box-shadow: 0 19px 36px rgba(18,9,31,.13); transform: translateY(-5px); }
.offer-card::after { position: absolute; right: -15%; bottom: -31%; width: 330px; height: 330px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; content: ''; }
.offer-card--passenger { color: var(--ink); background: #e6d2f0; }
.offer-card--driver { color: var(--white); background: var(--forest); }
.offer-card--driver::after { color: var(--lime); }
.offer-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.offer-card .card-kicker { color: inherit; opacity: .7; }
.offer-index { font-family: 'Manrope', sans-serif; font-size: .75rem; font-weight: 800; }
.offer-card h3 { position: relative; z-index: 1; margin: 87px 0 17px; font-size: clamp(2.25rem, 4vw, 4rem); }
.offer-card h3 em { color: var(--purple); font-style: normal; }
.offer-card--driver h3 em { color: var(--lime); }
.offer-card > p { position: relative; z-index: 1; max-width: 425px; color: rgba(7,19,15,.7); font-size: .91rem; }
.offer-card--driver > p { color: rgba(255,255,255,.65); }
.offer-highlight { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-top: 27px; }
.offer-highlight strong { font-family: 'Manrope', sans-serif; font-size: 2.7rem; letter-spacing: -.08em; }
.offer-highlight span { font-size: .75rem; font-weight: 700; line-height: 1.3; }
.offer-highlight small { color: rgba(7,19,15,.52); font-size: .6rem; font-weight: 500; }
.offer-steps { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 23px; }
.offer-steps span { display: inline-flex; align-items: center; gap: 6px; color: rgba(18,9,31,.72); font-size: .64rem; font-weight: 700; }
.offer-steps b { display: inline-grid; width: 19px; height: 19px; place-items: center; color: var(--white); background: var(--purple); border-radius: 50%; font-size: .59rem; }
.text-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; border-bottom: 1px solid currentColor; font-size: .77rem; font-weight: 800; transition: gap var(--ease); }
.text-link:hover { gap: 16px; }
.driver-plan { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; margin-top: 27px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.driver-plan > div:first-child { flex: 0 0 142px; }
.driver-plan span { display: block; color: rgba(255,255,255,.62); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.driver-plan strong { display: block; margin-top: 2px; color: var(--lime); font-family: 'Manrope', sans-serif; font-size: 1.8rem; letter-spacing: -.06em; }
.driver-plan-list { display: grid; gap: 5px; }
.driver-plan-list span { color: rgba(255,255,255,.76); font-size: .68rem; font-weight: 500; letter-spacing: 0; }
.offer-note { position: absolute; z-index: 1; right: 42px; bottom: 34px; max-width: 295px; color: rgba(255,255,255,.48); font-size: .58rem; line-height: 1.35; }

.app-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.app-light-field { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.app-light-field span { position: absolute; display: block; width: 270px; height: 270px; border-radius: 50%; filter: blur(25px); opacity: .38; }
.app-light-field span:nth-child(1) { top: 8%; left: 38%; background: rgba(118,32,154,.7); animation: lightDrift 12s ease-in-out infinite alternate; }
.app-light-field span:nth-child(2) { right: 8%; bottom: -13%; background: rgba(201,242,48,.58); animation: lightDrift 10s ease-in-out -3s infinite alternate-reverse; }
.app-light-field span:nth-child(3) { top: 48%; right: 38%; width: 160px; height: 160px; background: rgba(193,77,255,.42); animation: lightPulse 7s ease-in-out -1s infinite; }
.app-pattern { position: absolute; top: -25%; right: -4%; width: 58%; height: 150%; opacity: .22; background: linear-gradient(135deg, transparent 48%, var(--lime) 49% 52%, transparent 53%), linear-gradient(45deg, transparent 48%, var(--purple) 49% 52%, transparent 53%); background-size: 78px 78px; transform: skewX(-15deg); animation: patternSlide 17s linear infinite; }
.app-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; min-height: 590px; gap: 70px; }
.app-copy { max-width: 500px; }
.app-copy h2 { margin: 19px 0 16px; }
.app-copy h2 span { color: var(--lime); }
.app-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: .94rem; }
.app-note { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: rgba(255,255,255,.82) !important; font-size: .7rem !important; font-weight: 700; }
.app-note span { color: var(--lime); font-size: 1rem; }
.app-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-button { display: block; width: 196px; min-width: 0; padding: 0; color: var(--white); border: 0; background: transparent; }
.store-button:hover, .store-button:focus-visible { border-color: transparent; background: transparent; transform: none; }
.store-badge { display: block; width: 100%; height: auto; max-width: 100%; }
.app-driver-links { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 25px; color: rgba(255,255,255,.58); font-size: .68rem; }
.app-driver-links a { color: var(--lime); font-weight: 800; }
.app-driver-links a:hover { color: var(--white); }
.app-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.app-visual::before { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(201,242,48,.22); border-radius: 50%; box-shadow: 0 0 0 24px rgba(201,242,48,.035), 0 0 0 59px rgba(118,32,154,.09); content: ''; animation: ringSpin 18s linear infinite; }
.app-visual::after { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: conic-gradient(from 130deg, transparent, rgba(201,242,48,.22), transparent 33%, rgba(118,32,154,.35), transparent 68%); filter: blur(2px); content: ''; animation: ringSpin 11s linear infinite reverse; }
.app-visual-glow { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(201,242,48,.35), rgba(118,32,154,.19) 44%, transparent 69%); }
.app-visual img { position: relative; z-index: 1; width: min(100%, 690px); height: auto; object-fit: contain; filter: drop-shadow(0 25px 33px rgba(0,0,0,.38)); animation: phoneFloat 6s ease-in-out infinite; }
.app-sticker { position: absolute; z-index: 2; right: 3%; bottom: 69px; display: grid; width: 104px; height: 104px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .62rem; line-height: 1.05; text-align: center; transform: rotate(8deg); }
.app-sticker strong { font-size: .78rem; }

.faq-section { padding: 126px 0 133px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); align-items: start; gap: 112px; }
.faq-copy h2 { margin: 20px 0 18px; }
.faq-copy h2 span { color: var(--green); }
.faq-copy > p:not(.eyebrow) { max-width: 340px; color: var(--muted); font-size: .94rem; }
.faq-copy .button { margin-top: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 22px 0; color: var(--ink); cursor: pointer; font-size: .91rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--purple); content: '+'; font-size: 1.4rem; font-weight: 400; transition: transform var(--ease); }
.faq-list details[open] summary::after { content: '−'; transform: rotate(180deg); }
.faq-list details p { max-width: 620px; padding: 0 42px 22px 0; color: var(--muted); font-size: .8rem; }

.editorial-section { padding: 127px 0 140px; background: var(--mist); }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 57px; }
.editorial-card { overflow: hidden; background: var(--white); box-shadow: 0 15px 33px rgba(7,56,47,.06); }
.editorial-image { height: 224px; overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; max-width: none; object-fit: cover; transition: filter 500ms var(--ease); }
.editorial-card:nth-child(1) .editorial-image img { object-position: 67% 44%; }
.editorial-card:nth-child(2) .editorial-image img { object-position: 50% 43%; }
.editorial-card:nth-child(3) .editorial-image img { object-position: 52% 49%; }
.editorial-card:hover .editorial-image img { filter: saturate(1.08) contrast(1.03); }
.editorial-body { min-height: 206px; padding: 24px 27px 27px; }
.editorial-body > span { color: var(--purple); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.editorial-body h3 { margin: 14px 0 20px; font-size: 1.37rem; line-height: 1.1; }
.editorial-body a { color: var(--green); font-size: .72rem; font-weight: 800; }
.editorial-body a:hover { color: var(--purple); }

.final-cta { color: var(--white); background: var(--forest); }
.final-cta-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 340px; gap: 60px; }
.final-cta h2 { margin-top: 17px; }
.final-cta h2 span { color: var(--lime); }
.final-cta-copy { max-width: 385px; }
.final-cta-copy p { color: rgba(255,255,255,.68); font-size: .98rem; }
.final-cta-copy .button { margin-top: 26px; }

.site-footer { color: rgba(255,255,255,.62); background: var(--ink-soft); }
.footer-main { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 34px; padding: 71px 0 54px; }
.footer-brand img { width: 139px; height: 77px; object-fit: contain; object-position: left center; margin-bottom: 17px; }
.footer-brand p { max-width: 246px; color: rgba(255,255,255,.48); font-size: .78rem; }
.footer-social { display: flex; gap: 17px; margin-top: 21px; }
.footer-social a { color: var(--lime); font-size: .68rem; font-weight: 800; }
.footer-column > span { display: block; margin: 8px 0 20px; color: rgba(255,255,255,.36); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin-bottom: 11px; color: rgba(255,255,255,.68); font-size: .76rem; transition: color var(--ease); }
.footer-column a:hover { color: var(--lime); }
.footer-column--contact a:first-of-type { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 19px 0 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.34); font-size: .62rem; }
.footer-bottom a:hover { color: var(--lime); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay { transition-delay: 100ms; }
.reveal--delay-2 { transition-delay: 180ms; }

@keyframes heroOrbit {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(-22px, 18px, 0) rotate(14deg); }
}
@keyframes badgeFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(-1deg); }
}
@keyframes patternSlide {
  from { background-position: 0 0; }
  to { background-position: 156px 156px; }
}
@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(.35deg); }
}
@keyframes journeyFloat {
  0%, 100% { transform: translateY(0) rotate(5deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}
@keyframes waPulse {
  0% { opacity: .72; transform: scale(.96); }
  70%, 100% { opacity: 0; transform: scale(1.18); }
}
@keyframes lightDrift {
  0% { transform: translate3d(-18px, 8px, 0) scale(.92); opacity: .28; }
  100% { transform: translate3d(35px, -26px, 0) scale(1.08); opacity: .62; }
}
@keyframes lightPulse {
  0%, 100% { opacity: .2; transform: scale(.84); }
  50% { opacity: .7; transform: scale(1.13); }
}
@keyframes lightSweep {
  0%, 100% { margin-left: -8%; opacity: .08; }
  45% { opacity: .7; }
  70% { margin-left: 13%; opacity: .18; }
}
@keyframes beamTraverse {
  0%, 100% { left: -22%; opacity: .12; }
  38% { opacity: .82; }
  62% { left: 88%; opacity: .38; }
}
@keyframes lightSlash {
  0%, 100% { left: 44%; opacity: .12; }
  45% { left: 67%; opacity: .68; }
  70% { left: 80%; opacity: .18; }
}
@keyframes ringSpin {
  from { transform: rotate(0deg) scale(.98); }
  to { transform: rotate(360deg) scale(1.02); }
}
@keyframes signalFlow {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}
@keyframes signalPop {
  0% { transform: scale(.82); }
  65% { transform: scale(1.12); }
  100% { transform: scale(1); }
}
@keyframes routeSignal {
  0%, 100% { left: 0; opacity: .1; }
  12% { opacity: .9; }
  78% { left: calc(100% - 42px); opacity: .72; }
  90% { opacity: .08; }
}
@keyframes cardSheen {
  0%, 100% { left: -42%; opacity: 0; }
  18% { opacity: .24; }
  58% { left: 125%; opacity: .16; }
  72% { opacity: 0; }
}

@media (max-width: 1040px) {
  .container { width: min(var(--max), calc(100% - 44px)); }
  .site-header { width: calc(100% - 44px); }
  .header-contact { display: none; }
  .header-actions { margin-left: 21px; }
  .site-nav { gap: 19px; }
  .hero-panel { width: min(100%, 630px); padding-inline: 61px; }
  .about-grid { gap: 50px; }
  .faq-grid { gap: 63px; }
}

@media (max-width: 780px) {
  h1 { font-size: clamp(3rem, 14vw, 5rem); }
  h2 { font-size: clamp(2.55rem, 11vw, 4.2rem); }
  .container { width: min(var(--max), calc(100% - 36px)); }
  .topbar::after { width: 30%; }
  .topbar-inner { min-height: 38px; }
  .topbar-contact { gap: 12px; }
  .topbar-contact a:first-child { display: none; }
  .topbar-location, .topbar-social-label { display: none; }
  .site-header, .site-header.is-scrolled { top: 38px; width: calc(100% - 36px); }
  .site-header.is-scrolled { position: fixed; top: 0; width: 100%; }
  .header-inner { min-height: 68px; padding: 0 16px; }
  .brand { width: auto; }
  .brand img { width: 111px; height: 55px; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; padding: 7px 19px 13px; background: var(--white); box-shadow: 0 20px 28px rgba(18,9,31,.15); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .7rem; }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }

  .hero { min-height: 720px; }
  .hero-backdrop { object-position: 59% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(10,4,18,.69), rgba(10,4,18,.34) 31%, rgba(10,4,18,.77) 100%); }
  .hero-inner { min-height: 720px; align-items: flex-end; padding-bottom: 42px; padding-top: 107px; }
  .hero-panel { min-height: 0; padding: 41px 28px 43px; clip-path: polygon(6% 0, 100% 0, 100% 88%, 91% 100%, 0 100%, 0 10%); }
  .hero-panel h1 { margin-top: 17px; }
  .hero-lead { font-size: .9rem; }
  .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-note { font-size: .61rem; }
  .hero-steps { gap: 8px; margin-top: 22px; }
  .hero-steps span { font-size: .53rem; }
  .hero-steps b { font-size: .5rem; }
  .hero-badge { right: 18px; bottom: 13px; min-width: 125px; padding: 10px 12px; }

  .wa-fab { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); padding: 8px; }
  .wa-fab-copy { display: none; }
  .wa-fab-icon { width: 42px; height: 42px; flex-basis: 42px; }

  .services-section, .about-section, .how-section, .offers-section, .faq-section, .editorial-section { padding-block: 88px; }
  .section-intro--dark h2, .section-intro--center h2 { margin-top: 17px; }
  .service-grid, .offers-grid, .editorial-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 42px; }
  .service-card { max-width: 540px; margin-inline: auto; }
  .service-card-image { height: 268px; }
  .service-card-body { min-height: 228px; }
  .about-slash { width: 85%; height: 46%; clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%); }
  .about-section::after { width: 100%; height: 45%; top: auto; opacity: .24; }
  .about-grid, .connection-grid, .app-grid, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; gap: 49px; }
  .about-visual { min-height: 405px; }
  .about-photo--main { height: 350px; }
  .about-photo--small { height: 205px; border-width: 7px; }
  .about-stamp { top: 139px; width: 123px; height: 123px; }
  .about-tabs span { padding-inline: 15px; }
  .about-tabs span:first-child { padding-left: 0; }
  .check-grid { gap: 13px 12px; }
  .check-grid span { font-size: .71rem; }

  .connection-section { padding-block: 88px; }
  .connection-shape { top: auto; right: 0; bottom: 0; width: 100%; height: 53%; clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%); }
  .connection-copy { max-width: 560px; }
  .connection-route { grid-template-columns: 1fr; gap: 10px; }
  .connection-route::after { top: 6px; bottom: 6px; left: 13px; width: 3px; height: auto; background: linear-gradient(180deg, transparent, var(--lime) 30%, var(--purple) 70%, transparent); animation: routeSignalMobile 4.8s ease-in-out infinite; }
  .connection-route span { grid-template-columns: 30px 1fr; align-items: center; padding-top: 10px; }
  .connection-route b { grid-row: span 2; }
  .connection-route small { grid-column: 2; }
  .connection-visual { height: 390px; }
  .how-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .how-card { min-height: 0; padding: 25px 4px 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .how-card:last-child { border-bottom: 0; }
  .how-icon { margin-top: 22px; }
  .journey-section { padding-block: 88px; }
  .journey-heading { display: grid; gap: 22px; }
  .journey-heading > p { max-width: 470px; margin-bottom: 0; }
  .journey-switcher { margin-top: 30px; }
  .journey-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 27px; }
  .journey-copy { max-width: 570px; }
  .journey-stage { min-height: 520px; }
  .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-step-card:nth-child(2n) { border-right: 0; }
  .journey-step-card { min-height: 132px; padding-inline: 13px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .journey-step-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .journey-controls { margin-top: 22px; }
  .offer-card { min-height: 500px; padding: 31px 27px 35px; }
  .offer-card h3 { margin-top: 77px; font-size: 2.55rem; }
  .driver-plan { align-items: flex-start; flex-direction: column; gap: 14px; }
  .driver-plan > div:first-child { flex-basis: auto; }
  .offer-note { right: 27px; bottom: 25px; max-width: 250px; }
  .app-grid { min-height: auto; padding-block: 87px 72px; gap: 21px; }
  .app-copy { max-width: 570px; }
  .app-buttons { flex-direction: column; align-items: flex-start; }
  .store-button { width: min(100%, 210px); }
  .app-visual { min-height: 350px; }
  .app-visual::before { width: 360px; height: 360px; }
  .app-visual::after { width: 250px; height: 250px; }
  .app-visual img { width: 100%; max-width: 100%; height: auto; object-fit: contain; }
  .app-sticker { right: 2%; bottom: 27px; width: 85px; height: 85px; font-size: .53rem; }
  .faq-grid { gap: 43px; }
  .faq-list summary { font-size: .84rem; }
  .editorial-image { height: 247px; }
  .editorial-card { max-width: 540px; margin-inline: auto; }
  .final-cta-inner { min-height: 0; padding-block: 79px 86px; gap: 27px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 28px 19px; padding-block: 52px 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@keyframes routeSignalMobile {
  0%, 100% { top: 6px; opacity: .12; }
  18% { opacity: .9; }
  76% { top: calc(100% - 6px); opacity: .72; }
  90% { opacity: .08; }
}

@media (max-width: 420px) {
  .topbar { font-size: .61rem; }
  .topbar-contact { gap: 6px; }
  .topbar-social { gap: 10px; }
  .hero-panel { padding-inline: 22px; }
  .hero-panel h1 { font-size: 3.35rem; }
  .about-visual { min-height: 365px; }
  .about-photo--main { height: 310px; }
  .about-photo--small { height: 182px; }
  .about-stamp { top: 126px; width: 106px; height: 106px; padding-left: 16px; }
  .about-stamp strong { font-size: .92rem; }
  .about-tabs span { padding-right: 10px; font-size: .66rem; }
  .check-grid { grid-template-columns: 1fr; }
  .connection-visual { height: 335px; }
  .connection-label { left: 28px; bottom: 20px; }
  .journey-heading h2 { font-size: 2.45rem; }
  .journey-switch { padding-inline: 15px; }
  .journey-stage { min-height: 485px; }
  .journey-stage-glow { width: 320px; height: 320px; }
  .journey-device { width: 228px; height: 438px; }
  .journey-stage-caption { right: 0; bottom: 21px; max-width: 160px; padding: 12px 13px; }
  .journey-stage-caption strong { font-size: .73rem; }
  .journey-stage-caption span { font-size: .54rem; }
  .journey-step-card { min-height: 145px; }
  .offer-card h3 { font-size: 2.25rem; }
  .offer-highlight strong { font-size: 2.25rem; }
  .driver-plan strong { font-size: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .page-progress { box-shadow: none; }
}
