@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap";:root{--forest: #102A24;--forest-2: #16382f;--green: #B7F35A;--green-2: #d5ff94;--ivory: #F7F5EF;--white: #FFFFFF;--graphite: #202522;--muted: #6e756f;--line: #dde1da;--radius: 24px;--shadow: 0 24px 60px rgba(16, 42, 36, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--graphite);background:var(--white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{display:block;width:100%;height:100%}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}.section{padding:112px 0}.section--ivory{background:var(--ivory)}.section--dark{background:var(--forest);color:var(--white)}.icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green-2);font-family:Manrope,sans-serif;font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:99px;background:var(--green)}.eyebrow--green{color:#4f6f2a}.eyebrow--dark{color:var(--forest)}.eyebrow--dark:before{background:var(--forest)}h1,h2,h3{font-family:Manrope,sans-serif;margin:0;letter-spacing:-.04em}h1{font-size:clamp(48px,6.4vw,82px);line-height:.98;font-weight:800}h1 span{display:block;color:var(--green)}h2{font-size:clamp(38px,4.4vw,60px);line-height:1.04;font-weight:800}h3{font-size:22px;line-height:1.18}p{line-height:1.75}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:16px 20px;border:0;border-radius:13px;background:var(--green);color:var(--forest);font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #b7f35a2b;background:var(--green-2)}.button--small{padding:12px 16px;font-size:14px}.button--full{width:100%}.button--dark{background:var(--forest);color:var(--white)}.button--dark:hover{background:#071713;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:7px;font-weight:700;color:var(--white);opacity:.88}.text-link:hover{opacity:1}.header{position:fixed;z-index:100;left:0;top:0;width:100%;color:var(--white);transition:background .25s ease,color .25s ease,box-shadow .25s ease}.header--scrolled{background:#f7f5eff0;color:var(--forest);box-shadow:0 1px #102a2414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header__inner{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:36px;align-items:center}.brand{display:inline-flex;flex-direction:column;width:max-content;line-height:1}.brand__word{font-family:Manrope,sans-serif;font-size:23px;font-weight:800;letter-spacing:-.04em}.brand__sub{margin-top:5px;font-size:8px;letter-spacing:.2em;opacity:.62}.nav{display:flex;justify-content:center;gap:28px;font-size:14px;font-weight:600}.nav a{opacity:.78;transition:opacity .15s ease}.nav a:hover{opacity:1}.menu{display:none}.hero{position:relative;min-height:790px;overflow:hidden;display:flex;align-items:center;padding:148px 0 92px;background:radial-gradient(circle at 88% 18%,rgba(183,243,90,.11),transparent 30%),linear-gradient(145deg,#102a24,#0c211c 62%,#0b1c18);color:var(--white)}.hero:after{content:"";position:absolute;inset:0;opacity:.1;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 30%,black 75%,transparent);mask-image:linear-gradient(to bottom,transparent,black 30%,black 75%,transparent)}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}.hero__copy{max-width:640px}.hero__copy .eyebrow{margin-bottom:24px}.hero__lead{max-width:620px;margin:28px 0 0;font-size:18px;color:#ffffffb8}.hero__actions{display:flex;gap:24px;align-items:center;margin-top:34px}.hero__checks{display:flex;flex-wrap:wrap;gap:20px;margin-top:34px;color:#ffffffbd;font-size:13px;font-weight:600}.hero__checks span{display:flex;gap:7px;align-items:center}.hero__checks i{width:18px;height:18px;display:inline-flex;color:var(--green)}.hero__orb{position:absolute;width:360px;height:360px;border-radius:50%;background:#b7f35a14;filter:blur(20px)}.hero__orb--one{right:-120px;bottom:-100px}.hero__orb--two{left:-160px;top:20%;width:260px;height:260px}.shipment-wrap{position:relative;padding:40px 22px}.shipment-card{position:relative;z-index:2;padding:30px;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:#fffffff2;color:var(--forest);box-shadow:0 32px 90px #00000047;transform:rotate(1.25deg)}.shipment-card__header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.shipment-card__header strong{display:block;margin-top:7px;font-family:Manrope,sans-serif;font-size:17px}.status{display:flex;gap:7px;align-items:center;padding:8px 10px;border-radius:999px;background:#ebf6d9;font-size:11px;font-weight:800}.status__dot{width:8px;height:8px;border-radius:50%;background:#79b924;box-shadow:0 0 0 5px #79b9241f}.route{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:18px;margin-top:54px}.route__place span{display:block;margin-bottom:6px;font-size:9px;letter-spacing:.12em;color:#7e897f;font-weight:700}.route__place strong{font-family:Manrope,sans-serif;font-size:18px}.route__place--end{text-align:right}.route__line{position:relative;height:29px;display:flex;align-items:center}.route__track{display:block;width:100%;height:2px;background:repeating-linear-gradient(to right,#a9b4ab 0 8px,transparent 8px 14px)}.route__track:before,.route__track:after{content:"";position:absolute;top:10px;width:9px;height:9px;border-radius:50%;background:var(--forest)}.route__track:before{left:-2px}.route__track:after{right:-2px}.route__vehicle{position:absolute;z-index:2;left:42%;top:1px;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--green);color:var(--forest);font-family:Manrope,sans-serif;font-size:12px;font-weight:800;box-shadow:0 6px 18px #102a242e;animation:travel 5.5s ease-in-out infinite alternate}@keyframes travel{0%{left:17%}to{left:calc(83% - 28px)}}.shipment-card__divider{height:1px;background:#e5e9e3;margin:32px 0 24px}.shipment-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:18px}.shipment-card__meta div{padding:15px;border-radius:15px;background:var(--ivory)}.shipment-card__meta span,.delivery-progress__head span{display:block;margin-bottom:6px;font-size:10px;color:#7c877e}.shipment-card__meta strong,.delivery-progress__head strong{font-size:12px}.delivery-progress{margin-top:24px}.delivery-progress__head{display:flex;justify-content:space-between;align-items:end}.delivery-progress__head span{margin:0}.delivery-progress__bar{height:7px;margin-top:10px;overflow:hidden;border-radius:999px;background:#edf0eb}.delivery-progress__bar span{display:block;width:68%;height:100%;border-radius:inherit;background:var(--green)}.float-chip{position:absolute;z-index:4;display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#102a24d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);font-size:12px;font-weight:700;box-shadow:0 12px 35px #0003}.float-chip--top{right:-3px;top:8px}.float-chip--bottom{left:-10px;bottom:8px}.mini-check{width:18px;height:18px;color:var(--green)}.trust{background:#071713;color:var(--white)}.trust__grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust__item{padding:32px 42px;border-right:1px solid rgba(255,255,255,.11)}.trust__item:first-child{padding-left:0}.trust__item:last-child{border-right:0}.trust__item h2{font-size:24px;color:var(--green)}.trust__item p{margin:7px 0 0;color:#ffffff9e;font-size:13px}.section-heading{max-width:760px;margin-bottom:52px}.section-heading h2{margin-top:16px}.section-heading>p{margin:18px 0 0;color:var(--muted);font-size:17px;max-width:620px}.section-heading--split{max-width:none;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.section-heading--split>p{margin:0 0 5px}.section-heading--light>p{color:#ffffff9e}.comparison{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.comparison>div{padding:42px}.comparison__soft{background:#f2f3f0}.comparison__docured{background:var(--forest);color:var(--white)}.comparison__label,.comparison__brand{font-size:11px;letter-spacing:.14em;font-weight:800}.comparison__label{color:#8b918d}.comparison__brand{display:inline-flex;padding:6px 9px;border-radius:7px;background:var(--green);color:var(--forest)}.comparison ul{list-style:none;padding:0;margin:28px 0 0}.comparison li{display:flex;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid rgba(110,117,111,.16);font-size:14px}.comparison li:last-child{border:0}.comparison__docured li{border-color:#ffffff1f}.comparison__docured li span{width:18px;height:18px;color:var(--green)}.services{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-card{position:relative;overflow:hidden;display:block;min-height:300px;padding:32px;border:1px solid rgba(16,42,36,.1);border-radius:23px;background:var(--white);color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#102a2438}.service-card:after{content:"";position:absolute;width:150px;height:150px;right:-60px;bottom:-60px;border-radius:50%;background:#b7f35a21}.service-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:62px}.service-card__top span{color:#748078;font-size:12px;font-weight:800}.service-card__top i{width:22px;height:22px;transform:rotate(-35deg)}.service-card h3{font-size:25px}.service-card p{max-width:470px;color:var(--muted)}.service-card__link{position:absolute;z-index:2;left:32px;bottom:30px;display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:13px}.service-card:hover .service-card__top i,.service-card:hover .service-card__link .icon{transform:translate(3px)}.service-card__top i,.service-card__link .icon{transition:transform .2s ease}.audience__grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:23px;overflow:hidden}.audience-card{position:relative;display:block;min-height:290px;padding:28px 22px;border-right:1px solid var(--line);background:var(--white);color:inherit;transition:background .2s ease,transform .2s ease}.audience-card:hover{background:#fbfcf8}.audience-card__more{position:absolute;left:22px;bottom:24px;display:inline-flex;align-items:center;gap:6px;color:var(--forest);font-size:11px;font-weight:800}.audience-card:last-child{border-right:0}.audience-card__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:38px;border-radius:14px;background:var(--ivory);color:var(--forest)}.audience-card h3{font-size:18px}.audience-card p{color:var(--muted);font-size:13px}.audience__note{display:flex;justify-content:space-between;gap:20px;margin-top:20px;padding:18px 22px;border-radius:15px;background:var(--ivory);font-size:14px}.audience__note a{display:flex;align-items:center;gap:6px;font-weight:800}.process{overflow:hidden}.timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:70px}.timeline__step{position:relative;padding-right:28px}.timeline__number{position:relative;z-index:2;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:var(--forest);color:var(--green);font-family:Manrope,sans-serif;font-weight:800;font-size:13px}.timeline__line{position:absolute;top:23px;left:48px;right:0;height:1px;background:repeating-linear-gradient(to right,rgba(255,255,255,.24) 0 8px,transparent 8px 14px)}.timeline__step h3{margin-top:30px;font-size:18px}.timeline__step p{color:#ffffff8f;font-size:13px;padding-right:14px}.reasons__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reason{padding:30px;border:1px solid var(--line);border-radius:20px}.reason__icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:46px;border-radius:13px;background:var(--green);color:var(--forest)}.reason h3{font-size:19px}.reason p{margin-bottom:0;color:var(--muted);font-size:14px}.about__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}.about__visual{position:relative;min-height:490px}.about__paper{position:absolute;width:76%;height:390px;left:12%;top:40px;border:1px solid rgba(16,42,36,.1);border-radius:22px;background:var(--white);box-shadow:0 28px 60px #102a241a}.about__paper--back{transform:rotate(-7deg) translate(-12px,8px);background:#e9eadf}.about__paper--front{z-index:2;padding:38px;transform:rotate(4deg)}.about__paper-brand{font-family:Manrope,sans-serif;font-size:28px;font-weight:800;color:var(--forest);letter-spacing:-.05em}.about__paper span{display:block;margin-top:7px;font-size:8px;letter-spacing:.18em;color:#859087}.about__paper-line{width:100%;height:8px;margin-top:70px;border-radius:20px;background:#e9ece7}.about__paper-line--short{width:68%;margin-top:14px}.about__paper-seal{position:absolute;right:32px;bottom:32px;width:64px;height:64px;display:grid;place-items:center;padding:17px;border-radius:50%;background:var(--green);color:var(--forest)}.about__copy h2{margin-top:17px}.about__copy>p{color:var(--muted);font-size:16px}.about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.about__values div{padding-top:15px;border-top:2px solid var(--green)}.about__values strong,.about__values span{display:block}.about__values strong{font-family:Manrope,sans-serif;font-size:15px}.about__values span{margin-top:5px;color:var(--muted);font-size:11px}.brand-story{padding:95px 0;background:var(--white);text-align:center}.brand-story__inner{max-width:800px}.brand-story__formula{display:flex;justify-content:center;align-items:center;gap:18px;color:#89918b;font-family:Manrope,sans-serif;font-size:clamp(22px,3vw,36px);font-weight:700}.brand-story__formula i{color:var(--green);font-style:normal}.brand-story__line{width:1px;height:42px;margin:25px auto;background:var(--line)}.brand-story__inner>strong{display:block;font-family:Manrope,sans-serif;font-size:clamp(52px,8vw,100px);line-height:1;letter-spacing:-.06em;color:var(--forest)}.brand-story p{color:var(--muted)}.request{background:linear-gradient(#f7f5eff5,#f7f5eff5),linear-gradient(120deg,transparent 0 45%,rgba(183,243,90,.3) 45% 55%,transparent 55%)}.request__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:start}.request__copy h2{margin-top:16px}.request__copy>p{color:var(--muted);font-size:17px}.request__mini{display:flex;flex-direction:column;gap:12px;margin-top:30px}.request__mini span{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:700}.request__mini .icon{color:#5f862a}.request-form{padding:32px;border:1px solid rgba(16,42,36,.1);border-radius:24px;background:var(--white);box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.request-form label{display:block;margin-bottom:15px;color:#4d574f;font-size:12px;font-weight:700}.request-form input,.request-form select,.request-form textarea{width:100%;margin-top:8px;padding:14px;border:1px solid #dfe3dd;border-radius:11px;outline:none;background:#fbfcfa;color:var(--graphite);resize:vertical;transition:border .15s ease,box-shadow .15s ease}.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:#8fbd4c;box-shadow:0 0 0 4px #b7f35a26}.form-notice{margin:14px 0 0;padding:12px 14px;border-radius:10px;background:#eef8df;color:#45651f;font-size:12px}.final-cta{padding:75px 0;background:var(--green)}.final-cta__inner{display:flex;align-items:end;justify-content:space-between;gap:30px}.final-cta h2{margin-top:16px;color:var(--forest)}.footer{padding:74px 0 28px;background:#071713;color:var(--white)}.brand--footer{color:var(--white)}.footer__top{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-bottom:62px}.footer__top>div>p{color:var(--green);margin-top:16px;font-weight:700}.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.footer__cols div{display:flex;flex-direction:column;gap:12px}.footer__cols strong{margin-bottom:8px;font-family:Manrope,sans-serif;font-size:13px}.footer__cols a,.footer__cols span{color:#ffffff8c;font-size:12px}.footer__cols a:hover{color:var(--white)}.footer__bottom{display:flex;justify-content:space-between;gap:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff61;font-size:11px}.footer__bottom div{display:flex;gap:22px}@media (max-width: 1050px){.nav{gap:17px}.header__inner{gap:22px}.audience__grid{grid-template-columns:repeat(2,1fr)}.audience-card{border-bottom:1px solid var(--line)}.audience-card:nth-child(2n){border-right:0}.timeline{grid-template-columns:1fr;gap:28px}.timeline__step{padding-left:74px;min-height:95px}.timeline__number{position:absolute;left:0;top:0}.timeline__line{inset:48px auto -28px 23px;width:1px;height:auto;background:repeating-linear-gradient(to bottom,rgba(255,255,255,.24) 0 8px,transparent 8px 14px)}.timeline__step h3{margin-top:0}.timeline__step p{max-width:650px}}@media (max-width: 880px){.container{width:min(100% - 32px,720px)}.section{padding:82px 0}.header__inner{min-height:72px;grid-template-columns:1fr auto}.header__cta{display:none}.menu{display:flex;flex-direction:column;justify-content:center;gap:6px;width:42px;height:42px;border:1px solid currentColor;border-radius:11px;color:inherit;background:transparent}.menu span{width:18px;height:1px;margin:0 auto;background:currentColor}.nav{position:absolute;left:16px;right:16px;top:72px;display:none;flex-direction:column;gap:0;padding:12px;border-radius:16px;background:var(--ivory);color:var(--forest);box-shadow:var(--shadow)}.nav--open{display:flex}.nav a{padding:13px 12px}.hero{padding:126px 0 72px}.hero__grid,.section-heading--split,.about__grid,.request__grid,.footer__top{grid-template-columns:1fr;gap:52px}.hero__copy{max-width:none}.shipment-wrap{max-width:620px;margin:0 auto;width:100%}.section-heading--split{align-items:start}.section-heading--split>p{max-width:650px}.trust__grid{grid-template-columns:1fr}.trust__item{padding:22px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}.trust__item:last-child{border:0}.services,.comparison,.reasons__grid{grid-template-columns:1fr}.audience__grid{grid-template-columns:1fr 1fr}.about__visual{min-height:430px}.request__grid{gap:38px}}@media (max-width: 600px){.container{width:min(100% - 24px,560px)}.section{padding:68px 0}h1{font-size:46px}h2{font-size:37px}.hero__lead{font-size:16px}.hero__actions{align-items:stretch;flex-direction:column;gap:16px}.hero__actions .button{width:100%}.text-link{justify-content:center;padding:6px}.hero__checks{gap:10px 16px}.shipment-wrap{padding:30px 0}.shipment-card{padding:20px;border-radius:20px;transform:none}.shipment-card__header{flex-direction:column}.route{gap:9px;margin-top:38px}.route__place strong{font-size:15px}.route__vehicle{animation-duration:4.5s}.float-chip--top{right:-6px;top:-4px}.float-chip--bottom{left:-6px;bottom:0}.shipment-card__meta{grid-template-columns:1fr}.delivery-progress__head{align-items:start;gap:10px;flex-direction:column}.comparison>div{padding:28px 22px}.services{gap:14px}.service-card{min-height:290px;padding:25px 22px}.service-card__link{left:22px}.audience__grid{grid-template-columns:1fr}.audience-card{min-height:auto;border-right:0}.audience__note{align-items:start;flex-direction:column}.reasons__grid{gap:12px}.about__visual{min-height:340px}.about__paper{height:300px;width:82%;left:9%}.about__paper--front{padding:28px}.about__paper-line{margin-top:54px}.about__values{grid-template-columns:1fr;gap:16px}.brand-story{padding:72px 0}.brand-story__formula{gap:10px;font-size:20px}.form-row{grid-template-columns:1fr;gap:0}.request-form{padding:22px 18px}.final-cta__inner{align-items:stretch;flex-direction:column}.final-cta .button{width:100%}.footer__cols{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column}.footer__bottom div{flex-wrap:wrap}}
