:root{--blue:#003497;--blue-dark:#002270;--blue-light:#0044c7;--green:#60bb16;--green-dark:#4e9610;--green-light:#76d918;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--text:var(--gray-600);--text-strong:var(--gray-900);--bg:var(--white);--bg-subtle:var(--gray-50);--border:var(--gray-200);--r-sm:8px;--r:14px;--r-lg:20px;--r-xl:28px;--r-full:9999px;--shadow-sm:0 1px 4px #00000012;--shadow:0 4px 20px #00000014;--shadow-lg:0 12px 48px #0000001f;--shadow-blue:0 2px 8px #00000014, 0 8px 24px #0000001a;--shadow-green:0 2px 8px #00000014, 0 4px 16px #0000001a;--ease:.22s ease;--ease-spring:.3s cubic-bezier(.34,1.56,.64,1);--container:1200px;--section-py:96px;--font:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}#root{flex-direction:column;min-height:100svh;display:flex}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.btn{border-radius:var(--r-full);letter-spacing:.2px;transition:transform var(--ease), box-shadow var(--ease), background var(--ease);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--green);color:var(--white);box-shadow:var(--shadow-green)}.btn-primary:hover{background:var(--green-dark);box-shadow:0 4px 16px #00000024}.btn-secondary{color:var(--white);background:0 0;border:2px solid #fff6}.btn-secondary:hover{border-color:var(--white);background:#ffffff14}.btn-outline{color:var(--blue);border:2px solid var(--blue);background:0 0}.btn-outline:hover{background:var(--blue);color:var(--white)}.btn-lg{padding:17px 36px;font-size:16px}.btn-sm{padding:10px 20px;font-size:14px}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.section-title{letter-spacing:-.5px;color:var(--text-strong);font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15}.section-subtitle{color:var(--gray-500);max-width:560px;font-size:17px;line-height:1.65}.navbar{z-index:1000;background:var(--white);border-bottom:2px solid #00349738;transition:box-shadow .25s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{border-bottom-color:#00349742;box-shadow:0 4px 24px #00000014}.navbar__inner{justify-content:space-between;align-items:center;gap:32px;height:68px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:9px;text-decoration:none;transition:opacity .2s;display:flex}.navbar__logo:hover{opacity:.85}.navbar__logo-img{object-fit:contain;width:auto;height:36px;display:block}.navbar__links{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.navbar__link{border-radius:var(--r-full);letter-spacing:.1px;color:var(--gray-600);padding:8px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:color .18s,background .18s;position:relative}.navbar__link:after{content:"";background:var(--blue);border-radius:2px;width:calc(100% - 20px);height:2px;transition:transform .22s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.navbar__link:hover{color:var(--blue-dark);background:#0034970f}.navbar__link.active{color:var(--blue);background:0 0;font-weight:700}.navbar__link.active:after{transform:translate(-50%)scaleX(1)}.navbar__ctas{flex-shrink:0;align-items:center;gap:8px;display:flex}.navbar__cta{letter-spacing:.2px;font-weight:700}.navbar__cta-dist{letter-spacing:.2px;white-space:nowrap;font-weight:700}.navbar__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.navbar__burger span{background:var(--gray-800);transform-origin:0;border-radius:2px;height:2.5px;transition:transform .25s,opacity .2s,width .2s;display:block}.navbar__burger.open span:first-child{transform:rotate(45deg)translate(1px,-1px)}.navbar__burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__burger.open span:nth-child(3){transform:rotate(-45deg)translate(1px,1px)}.navbar__drawer{background:var(--white);border-top:1.5px solid var(--border);transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;inset:68px 0 0;overflow-y:auto;transform:translate(100%)}.navbar__drawer.open{transform:translate(0)}.navbar__drawer-links{flex-direction:column;gap:2px;padding:16px 20px 48px;display:flex}.navbar__drawer-link{color:var(--gray-700);border-radius:var(--r-lg);align-items:center;padding:15px 12px;font-size:17px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:flex}.navbar__drawer-link:hover{background:var(--gray-50);color:var(--blue)}.navbar__drawer-link.active{color:var(--blue);background:#00349712}.navbar__drawer-divider{background:var(--border);height:1px;margin:8px 0}.navbar__drawer-cta{justify-content:center;width:100%;margin-top:20px;padding:14px;font-size:16px}@media (width<=900px){.navbar__links,.navbar__ctas{display:none}.navbar__burger{display:flex}.navbar__drawer{display:block}}.footer{background:var(--gray-50);color:var(--gray-600);border-top:1px solid var(--border);margin-top:auto}.footer__inner{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px;padding-top:64px;padding-bottom:64px;display:grid}.footer__brand{flex-direction:column;gap:16px;display:flex}.footer__logo{align-items:center;gap:8px;text-decoration:none;display:inline-flex}.footer__logo-img{object-fit:contain;width:auto;height:40px;display:block}.footer__tagline{color:var(--gray-500);max-width:240px;font-size:13px;line-height:1.7}.footer__socials{gap:10px;display:flex}.footer__socials a{border-radius:var(--r-full);background:var(--gray-100);width:36px;height:36px;color:var(--gray-500);letter-spacing:.5px;transition:background var(--ease), color var(--ease);justify-content:center;align-items:center;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.footer__socials a:hover{background:var(--green);color:var(--white)}.footer__col{flex-direction:column;gap:12px;display:flex}.footer__col h4{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-strong);margin-bottom:4px;font-size:12px;font-weight:700}.footer__col a,.footer__col p{color:var(--gray-500);transition:color var(--ease);font-size:14px;line-height:1.5;text-decoration:none}.footer__col a:hover{color:var(--green)}.footer__bottom{border-top:1px solid var(--border)}.footer__bottom-inner{text-align:center;flex-direction:column;gap:6px;padding-top:24px;padding-bottom:24px;display:flex}.footer__bottom p{color:var(--gray-500);font-size:13px}.footer__disclaimer{font-size:11px!important}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr 1fr;gap:36px}.footer__brand{grid-column:1/-1}}@media (width<=640px){.footer__inner{grid-template-columns:1fr 1fr;padding-top:48px;padding-bottom:48px}.footer__contact{grid-column:1/-1}}.global-cta{text-align:center;border-top:1px solid var(--border);background:#eef3ff;padding:100px 0;position:relative;overflow:hidden}.global-cta__glow{pointer-events:none;border-radius:50%;position:absolute}.global-cta__glow--left{background:radial-gradient(circle,#60bb1617 0%,#0000 70%);width:480px;height:480px;display:none;top:-120px;left:-100px}.global-cta__glow--right{background:radial-gradient(circle,#0034970d 0%,#0000 70%);width:400px;height:400px;display:none;bottom:-100px;right:-60px}.global-cta__inner{z-index:1;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.global-cta__badge{color:var(--blue-dark);letter-spacing:1.2px;text-transform:uppercase;border-radius:var(--r-full);background:#0034970f;border:1px solid #00349726;align-items:center;gap:8px;padding:7px 18px;font-size:12px;font-weight:700;display:inline-flex}.global-cta__badge-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.global-cta__title{color:var(--blue-dark);letter-spacing:-1.2px;max-width:780px;font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.18}.global-cta__accent{color:var(--green);display:inline-block}.global-cta__sub{color:var(--gray-500);letter-spacing:.2px;max-width:580px;font-size:14px}.global-cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:4px;display:flex}.global-cta__btn-primary{background:var(--green);color:var(--white);border-radius:var(--r-full);border:2px solid var(--green);box-shadow:var(--shadow-green);padding:14px 36px;font-size:15px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s}.global-cta__btn-primary:hover{background:var(--green-dark);color:var(--white);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 16px #00000024}.global-cta__btn-ghost{color:var(--blue-dark);border-radius:var(--r-full);background:0 0;border:2px solid #0034974d;padding:14px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s}.global-cta__btn-ghost:hover{border-color:var(--blue);color:var(--blue);background:#0034970f;transform:translateY(-2px)}@media (width<=640px){.global-cta{padding:72px 0}.global-cta__actions{flex-direction:column;width:100%}.global-cta__btn-primary,.global-cta__btn-ghost{text-align:center;justify-content:center;width:100%}}.public-layout{flex-direction:column;min-height:100svh;display:flex}.public-main{flex-direction:column;flex:1;display:flex}.light-bg-pattern,.hero-anim-svg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.ha-ecg{fill:none;stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:200 2000}.ha-ecg--1{stroke:#ffffff21;animation:12s linear infinite ecg-travel}.ha-ecg--2{stroke:#ffffff12;animation:18s linear -9s infinite ecg-travel}@keyframes ecg-travel{0%{stroke-dashoffset:2200px}to{stroke-dashoffset:-2200px}}.ha-pr{fill:none;stroke-width:1.5px}.ha-pulse-group--a .ha-pr{stroke:#62ba1373}.ha-pulse-group--b .ha-pr{stroke:#ffffff2e}.ha-pr--1{animation:3.6s ease-out infinite pulse-ring}.ha-pr--2{animation:3.6s ease-out 1.2s infinite pulse-ring}.ha-pr--3{animation:3.6s ease-out 2.4s infinite pulse-ring}@keyframes pulse-ring{0%{r:8;opacity:.7}to{r:72;opacity:0}}.ha-plus line{stroke:#ffffff47;stroke-width:1.8px;stroke-linecap:round}.ha-plus-ring{fill:none;stroke:#ffffff1a;stroke-width:1px}.ha-plus{animation:6s ease-in-out infinite plus-breathe;animation-delay:var(--pd,0s)}@keyframes plus-breathe{0%,to{opacity:.15;transform-origin:50%;transform:scale(.9)}40%{opacity:.65;transform:scale(1.08)}60%{opacity:.65;transform:scale(1.08)}}.hero{background:#fff;align-items:center;min-height:100svh;padding-top:68px;display:flex;position:relative;overflow:hidden}.hero__bg-grid{pointer-events:none;background:linear-gradient(#fff 0%,#fbfcff 100%);position:absolute;inset:0}.hero__glow,.hero__glow--1,.hero__glow--2{display:none}.hero__heartbeat{width:100%;max-width:360px;height:50px;overflow:visible}.hero__heartbeat svg{width:100%;height:100%;overflow:visible}.hero-hb-path{stroke-dasharray:2000;stroke-dashoffset:2000px;opacity:.85;animation:2.2s ease-out .4s forwards hb-draw}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding-top:80px;padding-bottom:80px;display:grid;position:relative}.hero__content{flex-direction:column;gap:22px;display:flex}.hero__badge{color:var(--blue-dark);letter-spacing:1.2px;text-transform:uppercase;background:#f8faff;border:1px solid #dbe6ff;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:7px 14px 7px 10px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #0f172a0f}.hero__badge-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero__title{letter-spacing:-2.5px;color:var(--blue-dark);text-shadow:none;margin:0;font-size:clamp(48px,6vw,80px);font-weight:900;line-height:1}.hero__title-accent{color:#60bb16;text-shadow:none}.hero__subtitle{color:#4b5563;border-left:4px solid #7aa3ff;max-width:420px;padding-left:16px;font-size:18px;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:12px;display:flex}.hero__cta-primary{box-shadow:0 10px 22px #0f172a24;transition:transform .2s,box-shadow .2s!important}.hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a2e!important}.hero__cta-ghost{color:var(--blue);border-radius:var(--r-full);background:#fff;border:2px solid #2f67d8;justify-content:center;align-items:center;font-weight:700;transition:background .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 20px #0f172a14}.hero__cta-ghost:hover{background:var(--blue);border-color:var(--blue);color:var(--white);box-shadow:0 12px 24px #0f172a29}.hero__trust{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.hero__trust-chip{color:var(--blue-dark);background:#f7faff;border:1px solid #dce7ff;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #0f172a0f}.hero__carousel{justify-self:end;width:100%;max-width:520px;position:relative}.hero__carousel-card{background:#fff;border:1px solid #dfe7f5;border-radius:22px;flex-direction:row;transition:opacity .28s;animation:6s ease-in-out infinite card-float;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a1a,0 24px 48px #0f172a14}.hero__carousel-card--enter{opacity:1}.hero__carousel-card--exit{opacity:0}@keyframes card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__carousel-img-wrap{background:linear-gradient(160deg,#e8f1ff 0%,#cfe1ff 100%);flex-shrink:0;justify-content:center;align-items:center;width:44%;min-height:380px;display:flex;position:relative;overflow:hidden}.hero__carousel-img-wrap:before{content:"";background:linear-gradient(#ffffff57,#ffffff1a);position:absolute;inset:0}.hero__carousel-img-wrap:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 60%,#dbeafe80 100%);position:absolute;inset:0}.hero__carousel-single-img{object-fit:contain;object-position:center;box-sizing:border-box;z-index:1;filter:drop-shadow(0 10px 14px #0f172a26);width:100%;height:100%;padding:8px;position:relative}.hero__carousel-pack{z-index:1;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}.hero__carousel-pack-img{object-fit:contain;background:#fff9;border-radius:12px;width:90px;height:90px;padding:6px;box-shadow:0 10px 16px #0f172a1f}.hero__carousel-pack-plus{color:#1e40af;font-size:22px;font-weight:900;line-height:1}.hero__carousel-tag{z-index:3;color:#1e40af;letter-spacing:1px;text-transform:uppercase;border-radius:var(--r-full);background:#ffffffeb;border:1px solid #93c5fd99;padding:3px 10px;font-size:9px;font-weight:800;position:absolute;top:12px;left:12px}.hero__carousel-body{background:#fff;flex-direction:column;flex:1;gap:14px;padding:22px 20px;display:flex}.hero__carousel-header{flex-direction:column;gap:5px;display:flex}.hero__carousel-name{color:var(--blue-dark);letter-spacing:-.8px;font-size:26px;font-weight:900;line-height:1}.hero__carousel-tagline{letter-spacing:1.2px;color:var(--green);text-transform:uppercase;font-size:9px;font-weight:800}.hero__carousel-divider{background:#00349714;border:none;height:1px;margin:0}.hero__carousel-perks{grid-template-columns:1fr 1fr;gap:7px;margin:0;padding:0;list-style:none;display:grid}.hero__carousel-perks li{color:var(--blue-dark);border-radius:var(--r-full);text-align:center;white-space:nowrap;text-overflow:ellipsis;background:#f4f8ff;border:1px solid #dbe6fb;padding:6px 8px;font-size:11px;font-weight:600;overflow:hidden}.hero__carousel-btn{text-align:center;align-self:stretch;margin-top:auto;padding:11px 20px;font-size:13px;font-weight:700}.hero__carousel-dots{justify-content:center;gap:6px;margin-top:16px;display:flex}.hero__carousel-dot{border-radius:var(--r-full);cursor:pointer;background:#0034972e;border:none;width:7px;height:7px;padding:0;transition:background .25s,width .25s}.hero__carousel-dot.active{background:var(--blue);width:22px}.hero__carousel-arrow{background:var(--white);color:var(--blue-dark);cursor:pointer;z-index:4;border:1px solid #dbe3f3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:transform .18s,box-shadow .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 14px #0f172a24}.hero__carousel-arrow:hover{transform:translateY(-50%)scale(1.12);box-shadow:0 10px 22px #0f172a2e}.hero__carousel-arrow--prev{left:-16px}.hero__carousel-arrow--next{right:-16px}.root-cause{background:var(--bg-subtle);padding:52px 0}.root-cause .section-label{color:var(--green)}.root-cause .section-title{color:var(--blue-dark)}.root-cause__inner{text-align:center;flex-direction:column;align-items:center;gap:28px;max-width:100%;margin:0 auto;padding:0 60px;display:flex}.root-cause__text{flex-direction:column;align-items:center;gap:6px;display:flex}.root-cause__heartbeat{width:100%;max-width:600px;height:60px;margin:0;overflow:visible}.root-cause__heartbeat svg{width:100%;height:100%;overflow:visible}.hb-path{stroke-dasharray:2000;stroke-dashoffset:2000px;opacity:1;animation:2s ease-out forwards hb-draw}@keyframes hb-draw{0%{stroke-dashoffset:2000px}to{stroke-dashoffset:0}}.root-cause__heartbeat:hover .hb-path{stroke:#003497}.root-cause__cycle{justify-content:center;align-items:center;gap:0;width:100%;display:flex}.cycle-card{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;flex:1;min-width:0;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.cycle-card:hover{background:#f0f5ff;border-color:#00349733;transform:translateY(-6px);box-shadow:0 8px 32px #00000024}.cycle-card__img{flex-shrink:0;width:100%;height:160px;position:relative;overflow:hidden}.cycle-card__img img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .35s,filter .35s;display:block}.cycle-card:hover .cycle-card__img img{filter:brightness(.88);transform:scale(1.06)}.cycle-card__body{flex-direction:column;align-items:center;gap:5px;padding:12px 12px 14px;display:flex}.cycle-card__num{letter-spacing:1.5px;color:var(--cc,#3b82f6);text-transform:uppercase;font-size:10px;font-weight:900;transition:color .25s}.cycle-card:hover .cycle-card__num{color:var(--gray-400)}.cycle-card__step{color:var(--blue-dark);font-size:15px;font-weight:800;line-height:1.2;transition:color .25s}.cycle-card:hover .cycle-card__step{color:var(--blue-dark)}.cycle-card__arrow-down{color:var(--gray-400);font-size:14px;line-height:1;transition:color .25s}.cycle-card:hover .cycle-card__arrow-down{color:var(--gray-400)}.cycle-card__result{color:var(--cc,#3b82f6);background:color-mix(in srgb, var(--cc) 10%, transparent);border:1px solid color-mix(in srgb, var(--cc) 25%, transparent);white-space:nowrap;border-radius:999px;padding:4px 14px;font-size:11px;font-weight:700;transition:background .25s,border-color .25s,color .25s}.cycle-card:hover .cycle-card__result{color:var(--blue-dark);background:#00349714;border-color:#00349733}.cycle-connector{flex-shrink:0;align-items:center;gap:0;margin-bottom:30px;padding:0 4px;display:flex}.cycle-connector:before{content:"";background:linear-gradient(90deg, #0034974d, var(--blue));border-radius:2px;width:32px;height:2.5px;display:block}.cycle-connector:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid var(--blue);width:0;height:0;display:block}.root-cause__fix{color:var(--text);border:1px solid var(--border);background:#fff;border-radius:999px;max-width:600px;padding:10px 28px;font-size:15px;line-height:1.5;box-shadow:0 2px 12px #0000000f}.root-cause__fix strong{color:var(--blue-dark);font-weight:800}.how-it-works{background:#f0f5ff;padding:52px 0}.hiw__inner{flex-direction:column;gap:36px;max-width:100%;padding:0 60px;display:flex}.hiw__header{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.hiw__header .section-label{color:var(--green)}.hiw__header .section-title{color:var(--blue-dark)}.hiw__steps{align-items:stretch;gap:0;width:100%;display:flex}.hiw-step{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:20px;flex-direction:column;flex:1;align-items:center;transition:background .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.hiw-step:before{content:"";background:var(--sc,#f59e0b);border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.hiw-step:hover{background:var(--gray-50);transform:translateY(-5px);box-shadow:0 16px 40px #0034971a}.hiw-step__gif-wrap{border-bottom:3px solid var(--sc,#f59e0b);box-sizing:border-box;background:#fff;justify-content:center;align-items:center;width:100%;height:160px;padding:14px;display:flex}.hiw-step__gif{object-fit:contain;width:auto;max-width:100%;height:100%}.hiw-step__body{background:var(--gray-50);box-sizing:border-box;flex-direction:column;flex:1;align-items:center;gap:6px;width:100%;padding:14px 10px 16px;display:flex}.hiw-step__num{letter-spacing:1.5px;color:var(--sc,#f59e0b);text-transform:uppercase;font-size:11px;font-weight:900}.hiw-step__time{letter-spacing:1.4px;text-transform:uppercase;color:var(--gray-400);font-size:9px;font-weight:700}.hiw-step__product{color:var(--blue-dark);font-size:18px;font-weight:900;line-height:1.2}.hiw-step__action{color:var(--gray-600);margin:0;font-size:12px;line-height:1.65}.hiw-step__result{color:#fff;background:var(--sc,#f59e0b);white-space:nowrap;opacity:.92;border-radius:999px;margin-top:auto;padding:5px 14px;font-size:11px;font-weight:700;display:inline-block}.hiw-step__connector{flex-shrink:0;align-self:center;align-items:center;padding:0 4px;display:flex}.hiw-step__connector:before{content:"";background:linear-gradient(90deg, #00349733, var(--blue));border-radius:2px;width:28px;height:2px;display:block}.hiw-step__connector:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid var(--blue);width:0;height:0;display:block}.products-section{background:var(--bg);padding:64px 0}.products-section .section-label{color:var(--green)}.products-section .section-title{color:var(--blue-dark)}.products-section__header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:36px;display:flex}.products-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.product-card{border:1px solid var(--border);border-radius:var(--r-xl);background:var(--white);box-shadow:var(--shadow);transition:transform var(--ease), box-shadow var(--ease);flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card--featured{border-color:var(--green);box-shadow:var(--shadow)}.product-card--featured:hover{box-shadow:var(--shadow-lg)}.product-card__badge{background:var(--green);color:var(--white);letter-spacing:.5px;border-radius:var(--r-full);z-index:1;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:16px;right:16px}.product-card__img-wrap{flex-shrink:0;justify-content:center;align-items:center;height:180px;padding:16px;display:flex;overflow:hidden}.product-card__img-wrap--blue{background:linear-gradient(135deg,#e8eeff,#c0ceff)}.product-card__img-wrap--green{background:linear-gradient(135deg,#e8f8d4,#c4edaa)}.product-card__img{object-fit:contain;width:100%;height:100%}.product-card__pack-wrap{flex-shrink:0;padding:16px 16px 0}.pack-combo{background:var(--gray-50);border-radius:var(--r-lg);justify-content:center;align-items:center;gap:12px;padding:12px;display:flex}.pack-combo img{object-fit:contain;border-radius:var(--r);width:64px;height:64px}.pack-plus{color:var(--green);font-size:20px;font-weight:700}.product-card__body{flex-direction:column;flex:1;gap:10px;padding:18px 20px 20px;display:flex}.product-card__tag{letter-spacing:1.2px;text-transform:uppercase;color:var(--green);font-size:11px;font-weight:700}.product-card__name{color:var(--text-strong);letter-spacing:-.3px;font-size:22px;font-weight:800}.product-card__desc{color:var(--gray-500);font-size:14px;line-height:1.65}.product-card__features{flex-direction:column;gap:6px;display:flex}.product-card__features li{color:var(--gray-600);font-size:13px}.product-card__pricing{flex-direction:column;gap:8px;display:flex}.pricing-row{background:var(--gray-50);border-radius:var(--r);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.pricing-row--secondary{opacity:.7}.pricing-label{color:var(--gray-600);font-size:13px;font-weight:500}.pricing-prices{align-items:center;gap:8px;display:flex}.pricing-old{color:var(--gray-400);font-size:13px;text-decoration:line-through}.pricing-new{color:var(--blue);font-size:18px;font-weight:800}.timeline-section{background:#f0f5ff;padding:52px 0}.timeline-section__header{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-bottom:32px;display:flex}.timeline-section__header .section-label{color:var(--green)}.timeline-section__header .section-title{color:var(--blue-dark)}.timeline-section__sub{color:var(--gray-500);max-width:460px;font-size:16px;line-height:1.65}.timeline__body{grid-template-columns:1fr 1fr;align-items:stretch;gap:56px;display:grid}.timeline__video-wrap{box-shadow:var(--shadow-lg);border:1px solid var(--border);background:#000;border-radius:20px;min-height:300px;overflow:hidden}.timeline__video{object-fit:cover;width:100%;height:100%;display:block}.timeline__steps{flex-direction:column;justify-content:center;gap:0;display:flex}.timeline__step{border-bottom:1px solid var(--border);align-items:flex-start;gap:20px;padding:18px 0;display:flex}.timeline__step:first-child{padding-top:4px}.timeline__step:last-child{border-bottom:none;padding-bottom:4px}.timeline__step-num{color:var(--ta,#f59e0b);letter-spacing:-2px;text-align:right;opacity:.9;flex-shrink:0;min-width:56px;font-size:42px;font-weight:900;line-height:1}.timeline__step-content{flex-direction:column;gap:4px;display:flex}.timeline__step-period{letter-spacing:1.5px;text-transform:uppercase;color:var(--ta,#f59e0b);font-size:11px;font-weight:800}.timeline__step-highlight{color:var(--text-strong);letter-spacing:-.3px;font-size:21px;font-weight:800;line-height:1.2}.timeline__step-desc{color:var(--gray-500);margin:0;font-size:14px;line-height:1.65}.timeline-note{text-align:center;color:var(--gray-400);margin-top:36px;font-size:14px;font-style:italic}.testimonials-section{background:var(--bg);padding:96px 0}.testimonials-section .section-label{color:var(--green)}.testimonials-section .section-title{color:var(--blue-dark)}.testimonials-section__header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:48px;display:flex}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--blue);border-radius:var(--r-xl);box-shadow:var(--shadow);flex-direction:column;justify-content:space-between;gap:24px;padding:32px;display:flex}.testimonial-card__quote{color:var(--gray-600);flex:1;font-size:15px;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:14px;display:flex}.testimonial-card__avatar{object-fit:cover;object-position:top center;border:2px solid var(--border);background:var(--green);border-radius:50%;flex-shrink:0;width:52px;height:52px}.testimonial-card__name{color:var(--text-strong);font-size:14px;font-weight:700}.testimonial-card__title{color:var(--gray-400);margin-top:2px;font-size:12px}.testimonials-stats{background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.stat{background:var(--white);flex-direction:column;align-items:center;gap:4px;padding:28px 24px;display:flex}.stat__num{color:var(--blue);letter-spacing:-1px;font-size:32px;font-weight:900}.stat__label{color:var(--gray-400);text-align:center;font-size:12px}.guarantee-section{background:var(--bg-subtle);padding:80px 0}.guarantee-card{border-radius:var(--r-xl);box-shadow:var(--shadow-lg);border:1px solid var(--border);grid-template-columns:260px 1fr;display:grid;overflow:hidden}.guarantee-card__left{background:linear-gradient(160deg,#dde8ff,#c4d7fa);justify-content:center;align-items:center;padding:48px 32px;display:flex}.guarantee-badge{flex-direction:column;align-items:center;gap:2px;display:flex}.guarantee-badge__num{color:var(--blue-dark);letter-spacing:-4px;font-size:80px;font-weight:900;line-height:1}.guarantee-badge__day{letter-spacing:3px;text-transform:uppercase;color:var(--green);font-size:14px;font-weight:800}.guarantee-badge__label{letter-spacing:2px;text-transform:uppercase;color:var(--gray-500);margin-top:2px;font-size:10px;font-weight:700}.guarantee-card__right{background:var(--white);flex-direction:column;gap:18px;padding:44px 52px;display:flex}.guarantee-card__right .section-label{color:var(--green)}.guarantee-title{color:var(--text-strong);letter-spacing:-.8px;font-size:clamp(22px,2.8vw,36px);font-weight:900;line-height:1.18}.guarantee-title__accent{color:var(--blue)}.guarantee-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.guarantee-list li{color:var(--gray-600);align-items:center;gap:12px;font-size:15px;line-height:1.45;display:flex}.guarantee-list li:before{content:"✓";background:var(--green);width:22px;min-width:22px;height:22px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex}.guarantee-cta{align-self:flex-start}@media (width<=1024px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{align-items:center}.hero__subtitle{max-width:100%}.hero__carousel{max-width:480px;margin:0 auto}.hero__carousel-arrow{display:none}.hiw__steps{flex-direction:column;gap:16px}.hiw-step__connector{display:none}.root-cause__cycle{flex-direction:column;align-items:center}.cycle-connector{display:none}.cycle-card{width:100%;max-width:420px}.products-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.timeline__body{grid-template-columns:1fr;gap:32px}.timeline__video-wrap{min-height:260px;max-height:360px}.timeline__step-num{min-width:44px;font-size:32px}.testimonials-grid{grid-template-columns:1fr}.testimonials-stats{grid-template-columns:1fr 1fr}.guarantee-card{grid-template-columns:1fr}.guarantee-card__right{padding:32px 28px}.guarantee-cta{justify-content:center;align-self:stretch}}@media (width<=640px){.hero__carousel{max-width:100%;margin-top:8px}.hero__carousel-arrow{display:none}.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}.hiw__steps{flex-direction:column;gap:12px}.hiw-step__connector{display:none}.cycle-card{max-width:100%}.root-cause__fix{text-align:center;padding:10px 18px;font-size:13px}.testimonials-stats{grid-template-columns:1fr 1fr}.guarantee-card__left{padding:36px 24px}.guarantee-badge__num{font-size:64px}.guarantee-card__right{padding:24px 20px}.hiw__inner,.root-cause__inner{padding:0 12px}}.trust-bar{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 0}.trust-bar__grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.trust-bar__grid:before{content:"";background:repeating-linear-gradient(90deg, transparent, transparent calc(20% - 1px), var(--border) calc(20% - 1px), var(--border) 20%);pointer-events:none;position:absolute;inset:0}.trust-bar__item{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:8px 24px;display:flex}.trust-bar__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .18s;display:flex}.trust-bar__item:hover .trust-bar__icon{transform:translateY(-3px)}.trust-bar__text{flex-direction:column;gap:4px;display:flex}.trust-bar__label{color:var(--text-strong);letter-spacing:-.1px;font-size:13px;font-weight:700}.trust-bar__desc{color:var(--gray-400);font-size:12px;line-height:1.5}@media (width<=1024px){.trust-bar__grid{grid-template-columns:repeat(3,1fr)}.trust-bar__grid:before{background:repeating-linear-gradient(90deg, transparent, transparent calc(33.33% - 1px), var(--border) calc(33.33% - 1px), var(--border) 33.33%)}}@media (width<=640px){.trust-bar{padding:28px 0}.trust-bar__grid{grid-template-columns:1fr 1fr}.trust-bar__grid:before{background:repeating-linear-gradient(90deg, transparent, transparent calc(50% - 1px), var(--border) calc(50% - 1px), var(--border) 50%)}.trust-bar__item{padding:8px 16px}}.about-page{flex-direction:column;display:flex}.about-hero{text-align:center;background:linear-gradient(135deg,#eef3ff 0%,#f5feff 100%);padding:120px 0 72px}.about-hero__inner{flex-direction:column;align-items:center;gap:16px;display:flex}.about-hero__title{color:var(--blue-dark);letter-spacing:-1px;max-width:720px;font-size:clamp(30px,4.5vw,52px);font-weight:900;line-height:1.15}.about-hero__sub{color:var(--gray-600);max-width:540px;font-size:17px;line-height:1.65}.about-mission{background:var(--bg);padding:52px 0}.about-mission__inner{grid-template-columns:1fr 1fr;align-items:center;gap:52px;display:grid}.about-mission__text{flex-direction:column;gap:14px;display:flex}.about-mission__text .section-label{color:var(--green)}.about-mission__text .section-title{color:var(--blue-dark)}.about-mission__text>p{color:var(--gray-500);font-size:14px;line-height:1.7}.about-mission__insight{border:1px solid #0034971f;border-left:4px solid var(--green);border-radius:var(--r-lg);background:linear-gradient(135deg,#0034970f 0%,#60bb160f 100%);align-items:center;gap:14px;padding:12px 16px;display:flex}.about-mission__insight-stat{color:var(--blue);letter-spacing:-1px;flex-shrink:0;font-size:30px;font-weight:900;line-height:1}.about-mission__insight p{margin:0;color:var(--gray-600)!important;font-size:13px!important;line-height:1.55!important}.about-mission__values{flex-direction:column;gap:8px;display:flex}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);align-items:center;gap:14px;padding:12px 16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.value-card:before{content:"";background:var(--vc,var(--blue));border-radius:2px 0 0 2px;width:3px;position:absolute;top:0;bottom:0;left:0}.value-card:hover{box-shadow:var(--shadow);border-color:var(--vc,var(--blue));transform:translate(4px)}.value-card__icon-wrap{border-radius:var(--r);background:var(--vcbg,#00349714);width:34px;min-width:34px;height:34px;color:var(--vc,var(--blue));flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-card__title{color:var(--text-strong);margin-bottom:2px;font-size:13px;font-weight:700}.value-card__desc{color:var(--gray-500);font-size:12px;line-height:1.5}.about-unicity{background:#f0f5ff;padding:88px 0;position:relative;overflow:hidden}.about-unicity:before{content:"";pointer-events:none;background:radial-gradient(55% 70% at 90%,#60bb160f 0%,#0000 70%);position:absolute;inset:0}.about-unicity__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:stretch;gap:64px;display:grid;position:relative}.about-unicity__img-wrap{box-shadow:var(--shadow-lg);border:1px solid var(--border);aspect-ratio:4/3;border-radius:20px;align-self:center;position:relative;overflow:hidden}.about-unicity__img{object-fit:cover;object-position:center;opacity:1;flex:1;width:100%;height:100%;transition:opacity .4s;display:block}.about-unicity__img--fade{opacity:0}.about-unicity__dots{align-items:center;gap:7px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.about-unicity__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:background .25s,width .25s}.about-unicity__dot--active{background:#fff;width:22px}.about-unicity__content{flex-direction:column;justify-content:center;gap:24px;display:flex}.about-unicity__label{color:var(--green)!important}.about-unicity__content .section-title{color:var(--blue-dark)}.about-unicity__desc{color:var(--gray-600);font-size:16px;line-height:1.75}.about-unicity__desc em{color:var(--green);font-style:italic}.about-unicity__stats{background:var(--border);border-radius:var(--r-lg);border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}.about-stat{background:var(--white);flex-direction:column;align-items:flex-start;gap:4px;padding:22px 20px;transition:background .18s;display:flex}.about-stat:hover{background:var(--gray-50)}.about-stat__num{color:var(--green);letter-spacing:-1px;font-size:32px;font-weight:900;line-height:1}.about-stat__label{color:var(--gray-500);letter-spacing:.2px;font-size:12px}@media (width<=1024px){.about-mission__inner,.about-unicity__inner{grid-template-columns:1fr;gap:32px}.about-unicity__img-wrap{min-height:280px}.about-unicity__stats{grid-template-columns:repeat(4,1fr)}}@media (width<=640px){.about-mission__insight{text-align:center;flex-direction:column;gap:8px}.about-unicity__stats{grid-template-columns:1fr 1fr}}.contact-page{flex-direction:column;display:flex}.contact-hero{text-align:center;background:linear-gradient(135deg,#eef3ff 0%,#f5feff 100%);padding:112px 0 72px;position:relative;overflow:hidden}.contact-hero:before{content:"";pointer-events:none;background:radial-gradient(60% 60% at 80% 20%,#60bb1612 0%,#0000 70%),radial-gradient(50% 50% at 20% 80%,#0034970a 0%,#0000 70%);position:absolute;inset:0}.contact-hero__inner{z-index:1;flex-direction:column;align-items:center;gap:18px;display:flex;position:relative}.contact-hero__title{color:var(--blue-dark);letter-spacing:-1.2px;font-size:clamp(30px,4.5vw,52px);font-weight:900;line-height:1.12}.contact-hero__sub{color:var(--gray-600);max-width:460px;font-size:17px;line-height:1.65}.contact-hero__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:8px;display:flex}.contact-hero__trust-item{color:var(--blue-dark);border-radius:var(--r-full);background:#0034970d;border:1px solid #0034971f;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.contact-hero__trust-item svg{color:var(--green);flex-shrink:0}.contact-main{background:var(--bg-subtle);padding:80px 0}.contact-main__inner{grid-template-columns:340px 1fr;align-items:start;gap:40px;display:grid}.contact-info{flex-direction:column;gap:10px;display:flex}.contact-info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.contact-info-card:hover{box-shadow:var(--shadow);border-color:var(--cic,var(--blue));transform:translateY(-2px)}.contact-info-card__icon-wrap{border-radius:var(--r);background:var(--cicbg,#00349714);width:40px;min-width:40px;height:40px;color:var(--cic,var(--blue));justify-content:center;align-items:center;display:flex}.contact-info-card__body{flex-direction:column;gap:2px;min-width:0;display:flex}.contact-info-card__label{letter-spacing:1px;text-transform:uppercase;color:var(--gray-400);font-size:10px;font-weight:700}.contact-info-card__value{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.45;overflow:hidden}.contact-socials{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:10px;padding:16px 18px;display:flex}.contact-socials__label{letter-spacing:1px;text-transform:uppercase;color:var(--gray-400);font-size:10px;font-weight:700}.contact-socials__links{gap:8px;display:flex}.contact-social-btn{border-radius:var(--r);background:var(--gray-50);border:1px solid var(--border);width:38px;height:38px;color:var(--gray-600);justify-content:center;align-items:center;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s;display:flex}.contact-social-btn:hover{background:var(--blue);color:var(--white);border-color:var(--blue);transform:translateY(-2px)}.contact-cta-card{border-radius:var(--r-lg);background:linear-gradient(135deg,#eef3ff 0%,#e8efff 100%);border:1px solid #0034971f;flex-direction:column;align-items:flex-start;gap:12px;margin-top:2px;padding:22px 20px;display:flex}.contact-cta-card__icon{font-size:22px}.contact-cta-card p{color:var(--gray-600);font-size:13px;line-height:1.6}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow);padding:40px 44px}.contact-form-wrap__header{margin-bottom:28px}.contact-form-wrap__title{color:var(--text-strong);letter-spacing:-.4px;margin-bottom:6px;font-size:24px;font-weight:800}.contact-form-wrap__sub{color:var(--gray-400);font-size:14px}.contact-form{flex-direction:column;gap:16px;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-form__field{flex-direction:column;gap:6px;display:flex}.contact-form__field label{color:var(--gray-700);align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.contact-form__optional{color:var(--gray-400);font-weight:400}.contact-form input,.contact-form select,.contact-form textarea{border:1.5px solid var(--border);border-radius:var(--r);width:100%;font-size:14px;font-family:var(--font);color:var(--text-strong);background:var(--white);appearance:none;outline:none;padding:11px 14px;transition:border-color .18s,box-shadow .18s}.contact-form select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #00349717}.contact-form input::placeholder,.contact-form textarea::placeholder{color:var(--gray-300)}.contact-form textarea{resize:vertical;min-height:110px}.contact-form__submit{justify-content:center;width:100%;margin-top:4px}.contact-form__submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-form-error{border-radius:var(--r);color:#b91c1c;background:#fff0f0;border:1px solid #fca5a5;border-left:4px solid #ef4444;padding:12px 16px;font-size:14px;line-height:1.5}.contact-form-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;display:flex}.contact-form-success__icon{font-size:48px;line-height:1}.contact-form-success h3{color:var(--text-strong);letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.contact-form-success p{color:var(--gray-500);max-width:380px;margin:0;font-size:15px;line-height:1.65}@media (width<=1024px){.contact-main__inner{grid-template-columns:1fr}.contact-info{grid-template-columns:1fr 1fr;gap:10px;display:grid}.contact-socials,.contact-cta-card{grid-column:1/-1}}@media (width<=640px){.contact-hero{padding:88px 0 56px}.contact-hero__trust{gap:8px}.contact-info{grid-template-columns:1fr}.contact-form-wrap{padding:28px 20px}.contact-form__row{grid-template-columns:1fr}}.shop-page{flex-direction:column;display:flex}.shop-hero{text-align:center;background:linear-gradient(135deg,#eef3ff 0%,#f5feff 100%);padding:120px 0 64px}.shop-hero__inner{flex-direction:column;align-items:center;gap:16px;display:flex}.shop-hero__title{color:var(--blue-dark);letter-spacing:-1.5px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1}.shop-hero__sub{color:var(--gray-600);max-width:520px;font-size:17px;line-height:1.65}.shop-featured{background:var(--bg-subtle);padding:80px 0}.shop-pack{background:var(--white);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);grid-template-columns:300px 1fr;display:grid;position:relative;overflow:hidden}.shop-pack__badge{background:var(--green);color:var(--white);border-radius:var(--r-full);z-index:3;letter-spacing:.3px;box-shadow:var(--shadow-sm);padding:5px 14px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px}.shop-pack__visual{background:linear-gradient(150deg,#dde8ff 0%,#eef3ff 55%,#f5f8ff 100%);flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:64px 28px 52px;display:flex;position:relative;overflow:hidden}.shop-pack__visual-glow{display:none}.shop-pack__imgs{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.shop-pack__img-wrap{border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;display:flex;overflow:hidden}.shop-pack__img-wrap--blue{box-shadow:var(--shadow-sm);background:#ffffffd9;border:2px solid #00349740}.shop-pack__img-wrap--green{box-shadow:var(--shadow-sm);background:#ffffffd9;border:2px solid #62ba1359}.shop-pack__img-wrap img{object-fit:contain;width:100%;height:100%;padding:10px}.shop-pack__plus-circle{background:var(--white);width:34px;height:34px;color:var(--blue);z-index:1;box-shadow:var(--shadow-sm);border:2px solid #00349733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex;position:relative}.shop-pack__sku{color:var(--gray-500);letter-spacing:1px;text-transform:uppercase;z-index:1;font-size:11px;position:relative}.shop-pack__includes-vis{z-index:1;gap:8px;display:flex;position:relative}.shop-pack__includes-vis span{border-radius:var(--r-full);background:var(--white);color:var(--blue-dark);box-shadow:var(--shadow-sm);border:1px solid #0034972e;padding:5px 14px;font-size:12px;font-weight:700}.shop-pack__info{flex-direction:column;gap:18px;padding:36px 44px;display:flex}.shop-pack__name{color:var(--text-strong);letter-spacing:-.5px;font-size:28px;font-weight:900}.shop-pack__desc{color:var(--gray-500);font-size:14px;line-height:1.65}.shop-pack__flavors{background:var(--gray-50);border-radius:var(--r-lg);border:1px solid var(--border);flex-direction:column;gap:12px;padding:16px 18px;display:flex}.flavor-group{flex-direction:column;gap:8px;display:flex}.flavor-group__label{letter-spacing:.8px;text-transform:uppercase;color:var(--gray-400);align-items:center;gap:7px;font-size:11px;font-weight:700;display:flex}.flavor-group__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.flavor-group__dot--blue{background:var(--blue)}.flavor-group__dot--green{background:var(--green)}.flavor-tags{flex-wrap:wrap;gap:6px;display:flex}.flavor-tag{border-radius:var(--r-full);background:var(--white);color:var(--gray-600);border:1px solid var(--border);cursor:default;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.flavor-icon{font-size:13px;line-height:1}.flavor-tag--decaf{color:#6d28d9;background:#f3f0ff;border-color:#c4b5fd}.shop-pack__options{flex-direction:column;gap:10px;display:flex}.shop-option{border:1.5px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:6px;padding:14px 18px;transition:border-color .2s;display:flex}.shop-option--featured{border-color:var(--green);background:linear-gradient(135deg,#62ba130a 0%,#00349708 100%)}.shop-option__best-badge{background:var(--green);color:var(--white);border-radius:var(--r-full);letter-spacing:.5px;text-transform:uppercase;align-self:flex-start;padding:2px 10px;font-size:10px;font-weight:800;display:inline-flex}.shop-option__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shop-option__name{color:var(--text-strong);margin-bottom:6px;font-size:15px;font-weight:700}.shop-option__perks{flex-wrap:wrap;gap:4px 14px;display:flex}.shop-option__perks span{color:var(--gray-400);font-size:12px}.shop-option__perks span:before{content:"✓ ";color:var(--green);font-weight:700}.shop-option__price{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.shop-option__old{color:var(--gray-400);font-size:13px;text-decoration:line-through}.shop-option__new{color:var(--blue);letter-spacing:-.5px;font-size:24px;font-weight:900}.shop-option__new small{font-size:14px;font-weight:600}.shop-pack__cta{justify-content:center;width:100%}.shop-pack__guarantee{color:var(--gray-400);text-align:center;font-size:13px}.shop-individuals{background:#f0f5ff;padding:80px 0}.shop-individuals .section-title{color:var(--blue-dark)}.shop-ind__subtitle{text-align:center;color:var(--gray-500);margin-bottom:40px;font-size:15px}.prod-carousel-wrapper{align-items:center;gap:18px;max-width:900px;margin:0 auto;display:flex}.prod-carousel{border-radius:var(--r-xl);box-shadow:var(--shadow-lg);flex:1;overflow:hidden}.prod-carousel__track{transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.prod-card{grid-template-columns:300px 1fr;min-width:100%;display:grid}.prod-card--blue .prod-card__img-area{background:linear-gradient(145deg,#e8eeff 0%,#b8caff 100%)}.prod-card--green .prod-card__img-area{background:linear-gradient(145deg,#eaf8d4 0%,#b8e88a 100%)}.prod-card__img-area{justify-content:center;align-items:center;padding:48px 32px;display:flex;position:relative}.prod-card__img-area img{object-fit:contain;filter:drop-shadow(0 14px 28px #00000029);width:200px;height:200px;transition:transform .4s}.prod-card:hover .prod-card__img-area img{transform:scale(1.05)translateY(-6px)}.prod-card__body{background:var(--white);flex-direction:column;gap:16px;padding:40px 44px;display:flex}.prod-card__tagline{letter-spacing:1px;text-transform:uppercase;color:var(--green);margin-bottom:2px;font-size:11px;font-weight:700;display:block}.prod-card__name{color:var(--text-strong);letter-spacing:-1px;font-size:34px;font-weight:900;line-height:1.1}.prod-card__desc{color:var(--gray-500);font-size:14px;line-height:1.7}.prod-card__flavors{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.prod-card__flavors-label{letter-spacing:.8px;text-transform:uppercase;color:var(--gray-400);font-size:11px;font-weight:700}.prod-card__cta{align-self:flex-start}.prod-carousel__nav{background:var(--white);width:46px;height:46px;color:var(--blue-dark);cursor:pointer;box-shadow:var(--shadow-sm);border:2px solid #00349733;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.prod-carousel__nav:hover{background:var(--blue);border-color:var(--blue);color:var(--white);transform:scale(1.1)}.prod-carousel__dots{justify-content:center;gap:8px;margin-top:24px;display:flex}.prod-carousel__dot{border-radius:var(--r-full);cursor:pointer;background:#0034972e;border:none;width:8px;height:8px;padding:0;transition:all .25s}.prod-carousel__dot--active{background:var(--blue);width:24px}@media (width<=1024px){.shop-pack{grid-template-columns:1fr}.shop-pack__visual{padding:60px 24px 36px}.shop-pack__info{padding:28px 32px 36px}.prod-card{grid-template-columns:240px 1fr}.prod-card__img-area{padding:36px 24px}.prod-card__img-area img{width:160px;height:160px}.prod-card__body{padding:28px 32px}.prod-card__name{font-size:28px}}@media (width<=640px){.shop-pack__visual{padding:60px 20px 28px}.shop-pack__info{padding:24px 20px 28px}.shop-option__header{flex-direction:column}.shop-option__price{align-items:flex-start}.prod-carousel-wrapper{gap:8px}.prod-carousel__nav{width:36px;height:36px}.prod-card{grid-template-columns:1fr}.prod-card__img-area{height:200px;padding:28px}.prod-card__img-area img{width:140px;height:140px}.prod-card__body{gap:12px;padding:20px 22px}.prod-card__name{font-size:24px}}.dist-hero{background:#f0f4ff;padding:80px 0 72px}.dist-hero__inner{flex-direction:column;align-items:flex-start;gap:22px;max-width:720px;display:flex}.dist-hero__title{letter-spacing:-2px;color:var(--blue-dark);margin:0;font-size:clamp(36px,4.5vw,58px);font-weight:900;line-height:1.05}.dist-hero__accent{color:var(--green)}.dist-hero__sub{color:#374151;border-left:3px solid var(--blue);max-width:600px;padding-left:14px;font-size:17px;line-height:1.7}.dist-hero__trust{flex-wrap:wrap;gap:10px;display:flex}.dist-hero__chip{color:var(--blue-dark);background:#0034970f;border:1px solid #00349724;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.dist-benefits{background:var(--bg);padding:72px 0}.dist-benefits__head{text-align:center;margin-bottom:48px}.dist-benefits__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.dist-benefit-card{background:#fff;border:1px solid #0034971a;border-radius:16px;flex-direction:column;gap:10px;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 12px #0034970f}.dist-benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0034971f}.dist-benefit-card__icon{font-size:28px}.dist-benefit-card__title{color:var(--blue-dark);margin:0;font-size:15px;font-weight:700}.dist-benefit-card__desc{color:#475569;margin:0;font-size:14px;line-height:1.65}.dist-form-section{background:#f0f4ff;padding:72px 0}.dist-form-section__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:60px;display:grid}.dist-form-info{flex-direction:column;gap:20px;display:flex}.dist-form-info__sub{color:#475569;font-size:15px;line-height:1.7}.dist-form-steps{flex-direction:column;gap:20px;margin-top:8px;display:flex}.dist-step{align-items:flex-start;gap:16px;display:flex}.dist-step__num{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex}.dist-step strong{color:var(--blue-dark);margin-bottom:2px;font-size:14px;font-weight:700;display:block}.dist-step p{color:#64748b;margin:0;font-size:13px}.dist-form-wrap{background:#fff;border:1px solid #0034971a;border-radius:20px;padding:36px 40px;box-shadow:0 4px 24px #00349717}.dist-form{flex-direction:column;gap:18px;display:flex}.dist-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dist-form__field{flex-direction:column;gap:6px;display:flex}.dist-form__field label{color:var(--blue-dark);font-size:13px;font-weight:600}.dist-form__req{color:#e53e3e}.dist-form__optional{color:#94a3b8;font-size:12px;font-weight:400}.dist-form__field input,.dist-form__field select,.dist-form__field textarea{width:100%;color:var(--blue-dark);box-sizing:border-box;background:#f8faff;border:1.5px solid #00349726;border-radius:10px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.dist-form__field input:focus,.dist-form__field select:focus,.dist-form__field textarea:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #0034971a}.dist-form__field textarea{resize:vertical}.dist-form__submit{width:100%;margin-top:4px}.dist-form-error{color:#991b1b;background:#fff5f5;border:1px solid #fca5a5;border-radius:8px;padding:10px 14px;font-size:13px}.dist-form-success{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:32px 16px;display:flex}.dist-form-success__icon{font-size:48px}.dist-form-success h3{color:var(--blue-dark);margin:0;font-size:22px;font-weight:800}.dist-form-success p{color:#475569;max-width:380px;margin:0;font-size:14px;line-height:1.7}@media (width<=900px){.dist-benefits__grid{grid-template-columns:repeat(2,1fr)}.dist-form-section__inner{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.dist-benefits__grid,.dist-form__row{grid-template-columns:1fr}.dist-form-wrap{padding:24px 20px}.dist-hero__title{font-size:32px}}
