*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#f4f4f3}section[id]{scroll-margin-top:96px}body{background:#f4f4f3;font-family:DM Sans,sans-serif;color:#050505;overflow-x:hidden}.navbar{position:fixed;top:20px;left:0;right:0;z-index:100;padding:0 15px}.nav-inner{max-width:1430px;margin:0 auto;background:rgba(255,255,255,.65);backdrop-filter:blur(36px);-webkit-backdrop-filter:blur(36px);border-radius:12px;padding:12px 12px 12px 24px;display:flex;justify-content:space-between;align-items:center;transition:background .4s ease}.logo-mark{font-family:Plus Jakarta Sans,sans-serif;font-weight:800;color:#C4622D;letter-spacing:-1px;line-height:1;display:inline-block;font-size:22px;text-decoration:none}.nav-links{display:flex;gap:28px;align-items:center;padding-right:40px}.nav-link{font-size:15px;font-weight:500;color:#050505;text-decoration:none;transition:color .2s}.nav-link:hover{color:#D97757}.nav-right{display:flex;align-items:center;gap:10px}.nav-cta{background:#050505;color:#fff;border:none;border-radius:12px;padding:12px 22px;font-size:15px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .3s;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap}.nav-cta:hover{background:#D97757}.menu-button{width:48px;height:48px;background:#050505;border:none;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;transition:background .25s}.menu-button .bar{width:20px;height:1.5px;background:#fff;border-radius:2px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s;transform-origin:center}.menu-button.open .bar:first-child{transform:translateY(6.5px) rotate(45deg)}.menu-button.open .bar:nth-child(2){opacity:0;transform:scaleX(0)}.menu-button.open .bar:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:99;background:#050505;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:100px 40px 60px;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu-bg,.mobile-menu-img{position:absolute;inset:0}.mobile-menu-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:blur(2px);animation:kenBurns 28s ease-in-out infinite alternate}.mobile-menu-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(5,5,5,.88),rgba(5,5,5,.6) 50%,rgba(5,5,5,.35));animation:overlayBreath 8s ease-in-out infinite alternate}.mobile-menu-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.65) 100%)}.mobile-menu-scan{position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(217,119,87,.04) 40%,transparent 70%);animation:scanLight 12s ease-in-out infinite alternate}.mobile-menu-link{position:relative;z-index:1;font-size:clamp(36px,6vw,72px);font-weight:600;letter-spacing:-2px;line-height:1.1;color:rgba(255,255,255,.4);text-decoration:none;display:block;opacity:0;transform:translateY(28px);transition:color .25s,opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}.mobile-menu.open .mobile-menu-link{opacity:1;transform:none}.mobile-menu.open .mobile-menu-link:first-child{transition-delay:.08s}.mobile-menu.open .mobile-menu-link:nth-child(2){transition-delay:.15s}.mobile-menu.open .mobile-menu-link:nth-child(3){transition-delay:.22s}.mobile-menu.open .mobile-menu-link:nth-child(4){transition-delay:.29s}.mobile-menu-link:hover{color:#fff}.mobile-menu-footer{position:absolute;bottom:48px;left:40px;right:40px;display:flex;justify-content:space-between;align-items:center}.mobile-menu-label{font-family:DM Mono,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.3)}.mobile-menu-cta{background:#fff;color:#050505;border:none;border-radius:12px;padding:12px 22px;font-size:15px;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif}.mobile-menu-cta:hover{background:#D97757;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:16px 32px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:500;cursor:pointer;border:none;text-decoration:none;white-space:nowrap;transition:all .3s}.btn-primary{background:#D97757;color:#fff}.btn-primary:hover{background:#c4673e}.btn-ghost{background:rgba(244,244,243,.1);color:#fff;border:1px solid rgba(255,255,255,.15)}.btn-ghost:hover{background:rgba(244,244,243,.2)}.btn-dark{background:#050505;color:#fff}.btn-dark:hover{background:#D97757}.btn-outline{background:#fff;color:#050505;border:1px solid #dedede}.btn-outline:hover{background:#050505;color:#fff;border-color:#050505}.hero{min-height:100vh;background:#050505;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(120px,18vh,190px) 15px 100px;position:relative;overflow:hidden}.hero-bg,.hero-img{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:blur(2px);animation:kenBurns 28s ease-in-out infinite alternate}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(5,5,5,.88),rgba(5,5,5,.6) 50%,rgba(5,5,5,.35));animation:overlayBreath 8s ease-in-out infinite alternate}.hero-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.65) 100%)}.hero-btm-fade{position:absolute;bottom:0;left:0;right:0;height:220px;background:linear-gradient(180deg,transparent,rgba(5,5,5,.98))}.hero-scan{position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgba(217,119,87,.04) 40%,transparent 70%);animation:scanLight 12s ease-in-out infinite alternate}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.12) translate(-2%,1%)}}@keyframes overlayBreath{0%{opacity:1}to{opacity:.85}}@keyframes scanLight{0%{transform:translateX(-10%) skewX(-5deg);opacity:0}40%{opacity:1}to{transform:translateX(30%) skewX(-5deg);opacity:0}}.hero-content{position:relative;max-width:1600px;margin:0 auto;width:100%}.tag{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px}.tag-dot{width:10px;height:10px;border-radius:2px;background:#D97757}.tag-text{font-family:DM Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.62)}.hero-title{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(44px,5.5vw,80px);font-weight:700;line-height:104%;letter-spacing:-3.5px;color:#fff;max-width:1100px;text-wrap:pretty}.hero-title .t-muted{color:rgba(255,255,255,.52);font-weight:600}.hero-title .t-accent{color:#D97757;font-style:italic}.hero-title .t-resolve{color:#fff;font-weight:800}.hero-sub{margin-top:36px;display:flex;justify-content:space-between;align-items:flex-end;gap:32px}.hero-desc{max-width:480px;font-size:18px;font-weight:400;line-height:152%;color:rgba(255,255,255,.74)}.hero-ctas{display:flex;gap:12px;flex-shrink:0}.hero-proof{margin-top:60px;padding:32px 15px;border-top:1px solid rgba(255,255,255,.08);width:100%;position:relative}.hero-proof-inner{max-width:1600px;margin:0 auto;display:flex;align-items:flex-start;gap:60px}.hero-proof-stat{display:flex;flex-direction:column;gap:4px}.hero-proof-val{font-family:Inter Display,Inter,Arial,sans-serif;font-size:36px;font-weight:700;letter-spacing:-1.5px;line-height:1;color:#fff}.hero-proof-val em{color:#D97757;font-style:normal}.hero-proof-label{font-family:DM Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.52)}.hero-proof-divider{width:1px;height:44px;background:rgba(255,255,255,.1)}.hero-engines{max-width:1600px;padding:26px 15px 0;border-top:1px solid rgba(255,255,255,.08);margin:30px auto 0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-engines-label{font-family:DM Mono,monospace;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.45);white-space:nowrap;margin-right:8px}.hero-engines-row{gap:34px;flex-wrap:wrap}.hero-engine,.hero-engines-row{display:flex;align-items:center}.hero-engine{gap:9px;color:rgba(255,255,255,.55);transition:color .3s ease}.hero-engine:hover{color:rgba(255,255,255,.95)}.hero-engine svg{width:18px;height:18px;flex-shrink:0}.hero-engine-name{font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;letter-spacing:-.2px;white-space:nowrap}@media(max-width:600px){.hero-engines-row{gap:20px}}.sec{padding:120px 15px;background:#f4f4f3}.sec-inner{max-width:1600px;margin:0 auto}.sec-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px}.sec-label-dot{width:10px;height:10px;border-radius:2px;background:#D97757}.sec-label-text{font-family:DM Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#4b4744}.sec-h{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(36px,4vw,72px);font-weight:600;line-height:97%;letter-spacing:-3px;color:#050505;text-wrap:pretty}.sec-body{font-size:19px;font-weight:400;color:#403c39;line-height:160%;margin-top:16px}.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:48px}.num-card{background:#fff;border-radius:20px;padding:28px 24px}.num-val{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(40px,4.5vw,68px);font-weight:700;letter-spacing:-2.5px;line-height:1;color:#050505}.num-val em{color:#D97757;font-style:normal;font-size:.62em}.num-label{font-size:15px;font-weight:600;color:#050505;margin-top:12px}.num-desc{font-size:16px;font-weight:400;color:#403c39;margin-top:5px;line-height:148%}.pillars-wrap{background:#050505;padding:70px 60px;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start;position:relative}.pillars-bg,.pillars-wrap{border-radius:24px;overflow:hidden}.pillars-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.pillars-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:blur(1px);transform:scaleX(-1)}.pillars-bg-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(5,5,5,.85),rgba(5,5,5,.75) 50%,rgba(5,5,5,.62))}.pillars-bg-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.65) 100%)}.pillars-wrap>div:not(.pillars-bg){position:relative;z-index:1}.pillars-left-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border-radius:999px;padding:6px 14px;margin-bottom:28px}.pillars-left-badge-dot{width:8px;height:8px;border-radius:999px;background:#9ef483}.pillars-left-badge-text{font-family:DM Mono,monospace;font-size:11px;font-weight:500;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.08em}.pillars-heading{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(32px,3.5vw,58px);font-weight:600;line-height:106%;letter-spacing:-2.2px;color:#fff}.pillars-sub{font-size:18px;font-weight:400;color:rgba(255,255,255,.66);line-height:160%;margin-top:20px;max-width:360px}.pillars-right{display:flex;flex-direction:column;gap:0}.pillar-item{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;display:flex;gap:16px;align-items:flex-start}.pillar-item:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.pillar-icon{font-size:34px;line-height:1;color:rgba(255,255,255,.5);margin-top:0;min-width:40px;transition:color .75s,transform 1s cubic-bezier(.22,1,.36,1)}.pillar-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:5px}.pillar-tag{font-family:DM Mono,monospace;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#D97757;margin-bottom:8px}.pillar-desc{font-size:17px;font-weight:400;color:rgba(255,255,255,.74);line-height:152%}.fleet-section-hdr{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:32px}.fleet-section-title{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(36px,4vw,56px);font-weight:700;letter-spacing:-2px;line-height:1.02;color:#050505}.fleet-section-aside{max-width:300px;font-size:17px;font-weight:400;color:#403c39;line-height:155%;text-align:right;flex-shrink:0;font-family:DM Sans,sans-serif}.fleet-agent-grid{margin-bottom:12px}.fleet-agent-card,.fleet-agent-grid{display:flex;flex-direction:column;gap:0}.fleet-agent-card{background:transparent;border:none;border-radius:0;padding:0}.fleet-agent-badge{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:DM Mono,monospace;font-size:10px;font-weight:500;margin-bottom:20px}.fleet-agent-badge-blue{background:rgba(74,120,212,.12);color:#4A78D4}.fleet-agent-badge-orange{background:rgba(217,119,87,.12);color:#D97757}.fleet-agent-badge-green{background:rgba(66,197,90,.12);color:#42C55A}.fleet-agent-name{font-size:16px;font-weight:700;letter-spacing:-.3px;color:#050505;font-family:DM Sans,sans-serif;margin-bottom:4px}.fleet-agent-role{font-family:DM Mono,monospace;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#7a746e;margin-bottom:14px}.fleet-agent-desc{font-size:16px;font-weight:400;color:#403c39;line-height:155%;font-family:DM Sans,sans-serif}.fleet-captain-panel{background:#050505;border-radius:20px;padding:36px 40px;display:grid;grid-template-columns:340px 1fr;grid-gap:56px;gap:56px;align-items:center;width:100%}@media(max-width:900px){.fleet-captain-panel{grid-template-columns:1fr;gap:36px}}.fleet-captain-heading{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-1.2px;color:#ffffff;margin-bottom:20px;line-height:1.06}.fleet-captain-body{font-size:17px;font-weight:400;color:rgba(255,255,255,.72);line-height:160%;font-family:DM Sans,sans-serif;margin-bottom:14px}.fleet-captain-item{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;display:flex;gap:14px;align-items:flex-start}.fleet-captain-item-dash{font-size:14px;color:rgba(255,255,255,.25);margin-top:2px;flex-shrink:0}.fleet-captain-item-title{font-size:14px;font-weight:700;color:#ffffff;font-family:DM Sans,sans-serif;margin-bottom:4px}.fleet-captain-item-desc{font-size:16px;font-weight:400;color:rgba(255,255,255,.7);line-height:152%;font-family:DM Sans,sans-serif}.hex-process-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px 28px;gap:48px 28px;margin-top:8px}.hex-unit{gap:20px}.hex-shape,.hex-unit{display:flex;flex-direction:column;align-items:center}.hex-shape{width:210px;height:182px;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);justify-content:center;gap:6px;flex-shrink:0}.hex-dark{background:#050505}.hex-accent{background:#D97757}.hex-num{font-family:DM Mono,monospace;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.58)}.hex-title{font-family:Inter Display,Inter,Arial,sans-serif;font-size:13px;font-weight:700;letter-spacing:-.2px;color:#fff;text-align:center;max-width:110px;line-height:1.25}.hex-unit-body{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.hex-unit-desc{font-size:16px;font-weight:500;color:#4b4744;line-height:148%;max-width:320px}.timeline-card{background:#050505;border-radius:24px;padding:52px 48px}.timeline-card-header{margin-bottom:40px}.timeline-card-title{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(24px,2.8vw,40px);font-weight:600;letter-spacing:-1.5px;line-height:1.05;color:#fff}.timeline-grid{display:grid;grid-template-columns:repeat(5,1fr)}.timeline-item{padding-right:28px}.timeline-item+.timeline-item{padding-left:28px;padding-right:0;border-left:1px solid rgba(255,255,255,.1)}.t-when{font-family:DM Mono,monospace;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#D97757;margin-bottom:8px}.t-what{font-family:Inter Display,Inter,Arial,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.3px;margin-bottom:6px;color:#fff}.t-desc{font-size:15px;font-weight:400;color:rgba(255,255,255,.72);line-height:155%}.price-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;gap:24px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.price-card{background:#fff;border-radius:24px;padding:36px 28px;display:flex;flex-direction:column}.price-card.dark{background:#050505}.price-plan{font-family:DM Mono,monospace;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#6f6a64;margin-bottom:14px}.price-card.dark .price-plan{color:rgba(255,255,255,.55)}.price-amount{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(36px,4vw,52px);font-weight:700;letter-spacing:-2px;line-height:1;color:#050505}.price-card.dark .price-amount{color:#fff}.price-contact{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(28px,3vw,42px);font-weight:700;letter-spacing:-1.5px;line-height:1;color:#050505;display:flex;align-items:center;height:clamp(36px,4vw,52px)}.price-period{font-size:15px;font-weight:500;color:#4b4744;margin-top:4px}.price-card.dark .price-period{color:rgba(255,255,255,.55)}.price-desc{font-size:16px;color:#403c39;font-weight:400;margin:16px 0 20px;line-height:150%;min-height:92px}.price-card.dark .price-desc{color:rgba(255,255,255,.7)}.price-badge{display:flex;align-items:center;gap:8px;border-radius:8px;padding:9px 12px;margin-bottom:10px}.price-badge-orange{background:rgba(217,119,87,.2)}.price-badge.dark-bg{background:rgba(217,119,87,.25)}.price-badge-text{font-family:DM Mono,monospace;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#D97757}.price-badge-socials{background:rgba(91,63,212,.08)}.price-badge-socials-dark{background:rgba(91,63,212,.18)}.price-features{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.price-feature{font-size:15px;color:#403c39;font-weight:400}.price-feature:before{content:"✓  ";color:#9ef483;font-weight:700}.price-card.dark .price-feature{color:rgba(255,255,255,.78)}.popular-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(217,119,87,.12);border-radius:999px;padding:0 12px;height:26px;margin-bottom:14px;align-self:flex-start}.popular-badge span{font-family:DM Mono,monospace;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#D97757}.feedback-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:40px}.feedback-card{background:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:20px}.feedback-stars{display:flex;gap:3px}.feedback-star{width:14px;height:14px;fill:#D97757}.feedback-quote{font-size:17px;font-weight:400;line-height:162%;color:#1a1917;flex:1 1}.feedback-author{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(0,0,0,.07);padding-top:16px}.feedback-avatar{width:40px;height:40px;border-radius:999px;flex-shrink:0;background:#f4f4f3;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#4b4744;font-family:DM Mono,monospace}.feedback-name{font-size:14px;font-weight:600;color:#050505}.feedback-role{font-size:13px;font-weight:400;color:#403c39}.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 64px;gap:0 64px;margin-top:48px}.faq-item{border-top:1px solid rgba(0,0,0,.09);padding-top:24px;margin-bottom:0}.faq-q{font-size:17px;font-weight:600;letter-spacing:-.3px;cursor:pointer;justify-content:space-between;gap:16px;padding-bottom:16px}.faq-icon,.faq-q{display:flex;align-items:center}.faq-icon{width:28px;height:28px;border-radius:999px;background:#f4f4f3;justify-content:center;font-size:18px;line-height:1;flex-shrink:0;transition:transform .3s,background .3s,color .3s;color:#050505}.faq-a{font-size:18px;font-weight:400;color:#403c39;line-height:158%;max-height:0;opacity:0;overflow:hidden;padding-bottom:0;transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s ease,padding-bottom .5s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-a{max-height:360px;opacity:1;padding-bottom:24px}.faq-q:hover .faq-icon{background:#D97757;color:#fff}.faq-item.open .faq-icon{transform:rotate(45deg);background:#050505;color:#fff}.cta-card{background:#050505;padding:90px 60px;text-align:center;position:relative}.cta-bg,.cta-card{border-radius:24px;overflow:hidden}.cta-bg{z-index:0;pointer-events:none}.cta-bg,.cta-bg-img{position:absolute;inset:0}.cta-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(1px)}.cta-bg-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(5,5,5,.75),rgba(5,5,5,.65) 50%,rgba(5,5,5,.5))}.cta-bg-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 25%,rgba(0,0,0,.7) 100%)}.cta-card>*{position:relative;z-index:1}.cta-eyebrow{font-family:DM Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55);margin-bottom:24px}.cta-heading{font-family:Inter Display,Inter,Arial,sans-serif;font-size:clamp(28px,4vw,60px);font-weight:700;line-height:106%;letter-spacing:-2.5px;color:#fff;max-width:800px;margin:0 auto 20px;text-wrap:pretty}.cta-sub{font-size:19px;font-weight:400;color:rgba(255,255,255,.72);max-width:520px;margin:0 auto 40px;line-height:156%}.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-footnote{margin-top:28px;font-family:DM Mono,monospace;font-size:11px;font-weight:500;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.08em}.footer{background:#f4f4f3;padding:80px 15px 0;border-top:1px solid rgba(0,0,0,.09)}.footer-inner{max-width:1600px;margin:0 auto}.footer-grid{gap:140px}.footer-brand-col,.footer-grid{display:flex;justify-content:space-between}.footer-brand-col{flex:1 1;min-width:260px;width:100%;flex-direction:column}.footer-brand-top{margin-bottom:36px}.footer-brand-name{font-family:Plus Jakarta Sans,sans-serif;font-size:26px;font-weight:800;letter-spacing:-.04em;color:#C4622D;text-decoration:none;display:inline-block;margin-bottom:14px}.footer-brand-desc{font-size:16px;font-weight:500;color:#4b4744;line-height:140%;padding-right:25%}.footer-nav-cols{display:flex;gap:32px;margin-bottom:36px}.footer-nav-col{display:flex;flex-direction:column;gap:2px}.footer-link{display:block;overflow:hidden;height:1.5em;text-decoration:none}.footer-link-inner{display:flex;flex-direction:column;transition:transform .25s cubic-bezier(.4,0,.2,1)}.footer-link:hover .footer-link-inner{transform:translateY(-50%)}.footer-link-text{font-size:15px;font-weight:500;color:#050505;line-height:1.5em;white-space:nowrap}.footer-link-text+.footer-link-text{color:#4b4744}.footer-brand-btm{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-top:1px solid rgba(0,0,0,.09)}.footer-social-row{display:flex;gap:20px}.footer-social{display:flex;align-items:center;justify-content:center;color:#4b4744;transition:color .25s;text-decoration:none}.footer-social:hover{color:#050505}.footer-social svg{display:block;width:20px;height:20px;fill:currentColor}.footer-info-col{flex:1 1;max-width:560px;display:flex;flex-direction:column;justify-content:space-between}.footer-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px 40px;gap:28px 40px;margin-bottom:36px}.footer-info-label{font-family:DM Mono,monospace;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:#4b4744;margin-bottom:8px}.footer-info-val{font-size:15px;font-weight:500;color:#050505;line-height:148%}.footer-cta-row{background:#fff;border:1px solid #dedede;border-radius:12px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#050505;font-size:16px;font-weight:500;transition:background .3s,color .3s}.footer-cta-row:hover{background:#050505;color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0 32px;border-top:1px solid rgba(0,0,0,.09);margin-top:28px}.footer-copy{font-family:DM Mono,monospace;font-size:13px;font-weight:500;color:#4b4744}.footer-legal{display:flex;gap:24px}.footer-legal-link{font-size:14px;font-weight:500;color:#4b4744;text-decoration:none;transition:color .2s}.footer-legal-link:hover{color:#D97757}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.rd1{transition-delay:.08s}.rd2{transition-delay:.16s}.rd3{transition-delay:.24s}.rd4{transition-delay:.32s}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes hexSheen{0%{background-position:-80% 0;opacity:0}12%{opacity:1}88%{opacity:1}to{background-position:180% 0;opacity:0}}@keyframes heroRise{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}.hero .tag{animation:heroRise .8s cubic-bezier(.22,1,.36,1) .1s both}.hero-title{animation:heroRise .9s cubic-bezier(.22,1,.36,1) .22s both}.hero-sub{animation:heroRise .9s cubic-bezier(.22,1,.36,1) .38s both}.hero-stat-cards .hero-stat-card:first-child{animation:heroRise .9s cubic-bezier(.22,1,.36,1) .52s both}.hero-stat-cards .hero-stat-card:nth-child(2){animation:heroRise .9s cubic-bezier(.22,1,.36,1) .64s both}.hero-proof{animation:heroRise 1s cubic-bezier(.22,1,.36,1) .78s both}.hero-engines .hero-engine{opacity:0;animation:heroRise .7s cubic-bezier(.22,1,.36,1) both}.hero-engines .hero-engine:first-child{animation-delay:.95s}.hero-engines .hero-engine:nth-child(2){animation-delay:1.02s}.hero-engines .hero-engine:nth-child(3){animation-delay:1.09s}.hero-engines .hero-engine:nth-child(4){animation-delay:1.16s}.hero-engines .hero-engine:nth-child(5){animation-delay:1.23s}.hero-engines .hero-engine:nth-child(6){animation-delay:1.3s}.hero-engines .hero-engine:nth-child(7){animation-delay:1.37s}.feedback-card,.num-card,.price-card{transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.feedback-card:hover,.num-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(5,5,5,.08)}.price-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(5,5,5,.1)}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.98)}.nav-cta{transition:background .3s,transform .25s}.nav-cta:hover{transform:translateY(-1px)}.pillar-item{position:relative}.pillar-item:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(217,119,87,.95),transparent);background-size:35% 100%;background-repeat:no-repeat;background-position:-50% 0;opacity:0;transition:opacity .5s ease;pointer-events:none}.pillar-item:hover:before{opacity:1;animation:borderLight 3.5s linear infinite}@keyframes borderLight{0%{background-position:-50% 0}to{background-position:150% 0}}.pillar-item:hover .pillar-icon{color:#D97757;transform:translateX(6px)}.hero-stat-card{transition:border-color .35s,transform .35s cubic-bezier(.22,1,.36,1)}.hero-stat-card:hover{border-color:rgba(217,119,87,.6);transform:translateY(-3px)}.footer-cta-row span:last-child{transition:transform .3s cubic-bezier(.22,1,.36,1)}.footer-cta-row:hover span:last-child{transform:translateX(6px)}.timeline-item{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.timeline-card.visible .timeline-item{opacity:1;transform:none}.timeline-card.visible .timeline-item:first-child{transition-delay:.15s}.timeline-card.visible .timeline-item:nth-child(2){transition-delay:.27s}.timeline-card.visible .timeline-item:nth-child(3){transition-delay:.39s}.timeline-card.visible .timeline-item:nth-child(4){transition-delay:.51s}.timeline-card.visible .timeline-item:nth-child(5){transition-delay:.63s}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.hero-content-row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.hero-stat-cards{display:flex;flex-direction:column;gap:12px;width:210px}.hero-stat-card{background:transparent;border:1.5px solid rgba(255,255,255,.28);border-radius:12px;padding:28px 24px}.fleet-pyramid-top{display:grid;grid-template-columns:22.86% 22% 10.28% 22% 22.86%;align-items:flex-start;padding-top:50px}.fleet-pyramid-btm{display:grid;grid-template-columns:6.72% 22% 10.28% 22% 10.28% 22% 6.72%;align-items:flex-start;padding-bottom:50px}.fleet-hex-wrap{grid-column:1/-1;display:flex;justify-content:center;align-items:center;padding:25px 0}@media(max-width:960px){.nav-links{display:none}.hero-sub{flex-direction:column;align-items:flex-start}.hero-content-row{flex-direction:column;align-items:stretch;gap:36px}.hero-stat-cards{flex-direction:row;width:100%}.hero-stat-card{flex:1 1;padding:22px 20px}.hero-proof-inner{gap:32px;flex-wrap:wrap}.numbers-grid{grid-template-columns:1fr 1fr}.pillars-wrap{grid-template-columns:1fr;padding:40px 28px;gap:40px}.timeline-grid{grid-template-columns:1fr 1fr;gap:24px}.timeline-item+.timeline-item{border-left:none;padding-left:0}.faq-grid,.feedback-grid,.price-grid{grid-template-columns:1fr}.faq-grid{gap:0}.footer-grid{flex-direction:column}.footer-info-col{max-width:none}.cta-card{padding:52px 28px}.cta-bg{border-radius:16px}.fleet-section-hdr{flex-direction:column;align-items:flex-start;gap:16px}.fleet-section-aside{text-align:left;max-width:none}.fleet-pyramid-btm,.fleet-pyramid-top{display:flex;flex-direction:column;gap:32px;padding:40px 0 0}.fleet-hex-wrap,.fleet-pyramid-btm>div:empty,.fleet-pyramid-top>div:empty{display:none}}@media(max-width:600px){.num-card{padding:22px 18px}.hero-proof-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 16px;gap:24px 16px}.hero-proof-divider{display:none}.timeline-grid{grid-template-columns:1fr;gap:32px}.feedback-grid,.price-grid{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -15px;padding:4px 15px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.feedback-grid{margin-top:40px}.feedback-grid::-webkit-scrollbar,.price-grid::-webkit-scrollbar{display:none}.feedback-card,.price-card{flex:0 0 85%;scroll-snap-align:center}.price-card{flex:0 0 100%}}.sc{font-feature-settings:"smcp","c2sc";font-variant-caps:all-small-caps;letter-spacing:.02em}