*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}:root{--p:#1B6FB3;--pd:#155A92;--pdd:#0F4C7E;--teal:#17B0C4;--teal-d:#129AAC;--dark:#0F2A45;--dark2:#0A2036;--slate:#475569;--text:#1F2937;--gray:#6B7280;--bg:#fff;--soft:#EFF6FC;--border:#E5E7EB;--light:#F3F4F6;--max:1240px;--px:clamp(1.1rem, 4vw, 2.5rem);--s1:0 1px 3px rgba(15, 42, 69, .07);--s2:0 8px 24px rgba(15, 42, 69, .09);--s3:0 18px 50px rgba(15, 42, 69, .14);--r6:6px;--r10:10px;--r14:14px;--r18:18px;--rpill:50px;--dur-instant:150ms;--dur-fast:250ms;--dur-normal:400ms}body{font-family:'Inter',sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);overflow-x:clip}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}:focus-visible{outline:3px solid var(--p);outline-offset:3px;border-radius:3px}ul{list-style:none}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.02em}.container{max-width:var(--max);margin:0 auto;padding:0 var(--px)}.sec{padding:clamp(52px, 6vw, 78px) 0}.sec--alt{background:var(--light)}.sec--soft{background:var(--soft)}.sec--dark{background:var(--dark);color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--p);margin-bottom:.8rem}.eyebrow::before{content:"";width:24px;height:2px;background:var(--p);display:inline-block}.eyebrow--teal{color:var(--teal)}.eyebrow--teal::before{background:var(--teal)}.eyebrow--white{color:rgb(255 255 255 / .8)}.eyebrow--white::before{background:rgb(255 255 255 / .5)}.eyebrow--c{justify-content:center}.sec-head{max-width:660px;margin:0 auto clamp(2rem, 4vw, 3.2rem);text-align:center}.sec-head h2{font-size:clamp(1.65rem, 3.4vw, 2.5rem);font-weight:700;margin-bottom:.85rem}.sec-head p{color:var(--gray);font-size:1rem}.sec-head--dark h2{color:#fff}.sec-head--dark p{color:rgb(255 255 255 / .72)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1.85rem;font-family:'Inter',sans-serif;font-size:.92rem;font-weight:600;border-radius:var(--rpill);border:2px solid #fff0;cursor:pointer;transition:.25s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn svg{width:16px;height:16px}.btn--p{background:var(--p);color:#fff;box-shadow:0 8px 20px rgb(27 111 179 / .28)}.btn--p:hover{background:var(--pd);transform:translateY(-2px);box-shadow:0 12px 26px rgb(27 111 179 / .38)}.btn--teal{background:var(--teal);color:#fff}.btn--teal:hover{background:var(--teal-d);transform:translateY(-2px)}.btn--ghost{background:#fff;color:var(--p);border-color:var(--border)}.btn--ghost:hover{border-color:var(--p);transform:translateY(-2px)}.btn--ow{background:#fff0;color:#fff;border-color:rgb(255 255 255 / .45)}.btn--ow:hover{background:#fff;color:var(--p)}.btn--w{background:#fff;color:var(--p)}.btn--w:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(0 0 0 / .18)}.btn--lg{padding:1rem 2.2rem;font-size:1rem}.btn--full{width:100%}.footer__brand .logo{margin-bottom:1rem}.topbar{background:var(--dark2);color:rgb(255 255 255 / .8);font-size:.8rem}.topbar__i{display:flex;justify-content:space-between;align-items:center;height:40px;gap:1rem}.topbar__l{display:flex;gap:1.5rem;flex-wrap:wrap}.topbar__l span{display:inline-flex;align-items:center;gap:.4rem}.topbar__l svg{width:13px;height:13px;color:var(--teal)}.topbar__r{display:flex;gap:.35rem}.topbar__r a{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255 / .1);transition:.2s}.topbar__r a:hover{background:var(--p)}.topbar__r svg{width:12px;height:12px}@media(max-width:860px){.topbar{display:none}}.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:var(--s1);transition:.3s}.header.scrolled{box-shadow:var(--s2)}.header__i{display:flex;align-items:center;justify-content:space-between;height:78px;transition:height .3s}.header.scrolled .header__i{height:66px}.logo{display:flex;align-items:center;gap:.65rem}.logo__img{height:78px;width:auto;display:block}.header.scrolled .logo__img{height:66px;transition:height .3s}.logo__m{width:44px;height:44px;flex-shrink:0;border-radius:var(--r10);background:linear-gradient(135deg,var(--p),var(--pdd));display:grid;place-items:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 6px 14px rgb(27 111 179 / .3)}.logo__t b{font-weight:700;font-size:1.25rem;color:var(--text);display:block;line-height:1.05;letter-spacing:-.01em}.logo__t small{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-weight:600}.nav{display:flex;align-items:center;gap:.25rem}.nav a{padding:.55rem .9rem;font-size:1.08rem;font-weight:600;color:var(--text);border-radius:var(--r6);position:relative;transition:.2s}.nav a::after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.3rem;height:2px;background:var(--p);transform:scaleX(0);transform-origin:left;transition:.25s}.nav a:hover{color:var(--p)}.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}.nav a.active{color:var(--p)}.hcta{display:flex;align-items:center;gap:.9rem}.hphone{display:flex;align-items:center;gap:.55rem}.hphone svg{width:32px;height:32px;color:var(--p)}.hphone small{display:block;font-size:.68rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em}.hphone b{font-weight:700;font-size:.98rem;color:var(--text)}.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}.burger span{width:24px;height:2px;background:var(--text);transition:.3s;border-radius:2px}.burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:last-child{transform:translateY(-7px) rotate(-45deg)}@media(max-width:1160px){.nav,.hphone{display:none}.burger{display:flex}}@media(max-width:480px){.hcta .btn{display:none}}.overlay{position:fixed;inset:0;background:rgb(10 32 54 / .55);z-index:150;opacity:0;visibility:hidden;transition:.3s}.overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;inset:0 0 0 auto;width:min(80vw, 310px);background:#fff;z-index:200;transform:translateX(100%);transition:.35s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 40px rgb(0 0 0 / .14);padding:1.4rem;overflow-y:auto}.drawer.open{transform:translateX(0)}.drawer__x{margin-left:auto;display:block;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--gray);line-height:1}.drawer a{display:block;padding:.85rem .4rem;font-weight:600;border-bottom:1px solid var(--border);color:var(--text)}.drawer a:last-of-type{border:0}.drawer .btn{margin-top:1.1rem;width:100%}.hero{position:relative;min-height:640px;display:flex;align-items:center;color:#fff;overflow:hidden;background:linear-gradient(118deg,var(--dark2) 0%,var(--dark) 50%,#1a5c99 100%)}.hslide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:1}.hslide--content img{opacity:.42}.hslide{position:absolute;inset:0;opacity:0;transition:opacity .9s ease-in-out;z-index:0;display:flex;align-items:center;overflow:hidden}.hslide.active{opacity:1;z-index:1}.hslide__dots{position:absolute;z-index:10;bottom:3.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.55rem}.hslide__dot{width:8px;height:8px;border-radius:50%;background:rgb(255 255 255 / .35);border:none;cursor:pointer;padding:0;transition:background .25s,width .25s,border-radius .25s}.hslide__dot.active{background:#fff;width:22px;border-radius:4px}.hero__grid,.hero__glow,.hero__glow2,.hero__inner{opacity:0;pointer-events:none;transition:opacity .7s ease}.hero--show-content .hero__grid,.hero--show-content .hero__glow,.hero--show-content .hero__glow2,.hero--show-content .hero__inner{opacity:1;pointer-events:auto}.hero__grid{position:absolute;inset:0;z-index:3;background-image:linear-gradient(rgb(23 176 196 / .07) 1px,transparent 1px),linear-gradient(90deg,rgb(23 176 196 / .07) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,#000,transparent 80%);mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,#000,transparent 80%)}.hero__glow{position:absolute;z-index:3;width:700px;height:700px;border-radius:50%;right:-200px;top:-200px;background:radial-gradient(circle,rgb(27 111 179 / .35),transparent 65%)}.hero__glow2{position:absolute;z-index:3;width:500px;height:500px;border-radius:50%;left:-180px;bottom:-200px;background:radial-gradient(circle,rgb(23 176 196 / .12),transparent 65%)}.hero__inner{position:relative;z-index:5;width:100%;max-width:820px;margin:0 auto;padding:4rem 0 5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(6px);padding:.45rem 1rem;border-radius:var(--rpill);font-size:.78rem;font-weight:600;margin-bottom:1.5rem;animation:hIn .7s .1s both}.hero__badge::before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgb(74 222 128 / .28)}.hero h1{font-size:clamp(2.2rem, 5.2vw, 4rem);font-weight:800;line-height:1.08;margin-bottom:1.3rem;color:#fff;animation:hIn .7s .25s both;letter-spacing:-.03em}.hero h1 em{color:var(--teal);font-style:normal}.hero__sub{font-size:clamp(.95rem, 1.5vw, 1.1rem);color:rgb(255 255 255 / .8);max-width:560px;margin:0 auto 1.6rem;line-height:1.75;animation:hIn .7s .4s both}.hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem;animation:hIn .7s .45s both}.hero__chips span{font-size:.72rem;font-weight:700;padding:.3rem .85rem;border-radius:var(--rpill);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .18);color:rgb(255 255 255 / .85)}.hero__actions{display:flex;gap:.9rem;flex-wrap:wrap;justify-content:center;animation:hIn .7s .55s both}.hero__scroll{position:absolute;z-index:2;bottom:1.5rem;left:50%;transform:translateX(-50%);color:rgb(255 255 255 / .65);font-size:.68rem;text-transform:uppercase;letter-spacing:.2em;display:flex;flex-direction:column;align-items:center;gap:.4rem;animation:bob 2s ease-in-out infinite}.hero__scroll svg{width:16px;height:16px}@keyframes hIn{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes bob{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,8px)}}.ticker{height:42px;background:var(--dark2);overflow:hidden;position:relative}.ticker::before,.ticker::after{content:"";position:absolute;top:0;bottom:0;width:70px;z-index:2;pointer-events:none}.ticker::before{left:0;background:linear-gradient(90deg,var(--dark2),transparent)}.ticker::after{right:0;background:linear-gradient(-90deg,var(--dark2),transparent)}.ticker__inner{display:flex;align-items:center;height:100%;width:max-content;animation:tickerRun 36s linear infinite}.ticker__inner:hover{animation-play-state:paused}.ticker__item{display:inline-flex;align-items:center;padding:0 .2rem;font-size:.71rem;font-weight:700;color:rgb(255 255 255 / .62);text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}.ticker__sep{padding:0 1rem;color:var(--teal);font-size:.55rem;opacity:.7}@keyframes tickerRun{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}[data-stagger]>*{opacity:0;transform:translateY(22px) scale(.97);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-stagger].in>*:nth-child(1){opacity:1;transform:none;transition-delay:.05s}[data-stagger].in>*:nth-child(2){opacity:1;transform:none;transition-delay:.13s}[data-stagger].in>*:nth-child(3){opacity:1;transform:none;transition-delay:.21s}[data-stagger].in>*:nth-child(4){opacity:1;transform:none;transition-delay:.29s}[data-stagger].in>*:nth-child(5){opacity:1;transform:none;transition-delay:.37s}[data-stagger].in>*:nth-child(6){opacity:1;transform:none;transition-delay:.45s}[data-reveal-left]{opacity:0;transform:translateX(-30px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}[data-reveal-left].in{opacity:1;transform:none}[data-reveal-right]{opacity:0;transform:translateX(30px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}[data-reveal-right].in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-stagger]>*,[data-reveal-left],[data-reveal-right],[data-scale]{opacity:1;transform:none;transition:none}.ticker__inner{animation:none}}.policy{background:#fff;border-top:1px solid var(--border);border-bottom:3px solid var(--soft)}.policy__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.policy__item{display:flex;align-items:center;gap:1rem;padding:1.6rem 1.5rem;border-right:1px solid var(--border);transition:.2s}.policy__item:last-child{border-right:0}.policy__item:hover{background:var(--soft)}.policy__ic{flex-shrink:0;width:50px;height:50px;border-radius:var(--r10);background:var(--soft);color:var(--p);display:grid;place-items:center;transition:.2s}.policy__item:hover .policy__ic{background:var(--p);color:#fff}.policy__ic svg{width:24px;height:24px}.policy__txt b{display:block;font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.policy__txt span{font-size:.8rem;color:var(--gray)}@media(max-width:880px){.policy__grid{grid-template-columns:repeat(2,1fr)}.policy__item:nth-child(2){border-right:0}.policy__item:nth-child(1),.policy__item:nth-child(2){border-bottom:1px solid var(--border)}}@media(max-width:480px){.policy__grid{grid-template-columns:1fr}.policy__item{border-right:0;border-bottom:1px solid var(--border)}.policy__item:last-child{border-bottom:0}}#about{padding:clamp(36px, 4vw, 52px) 0}.about__g{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2rem, 5vw, 4.5rem);align-items:center}.about__ph{display:flex;flex-direction:column;gap:1.4rem}.about__imgwrap{border-radius:var(--r18);overflow:hidden;box-shadow:var(--s3);aspect-ratio:16 / 10}.about__bg{width:100%;height:100%;object-fit:cover;display:block}.about__info{background:var(--soft);border:1px solid var(--border);border-radius:var(--r18);padding:clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.2rem)}.about__phhead{display:flex;align-items:center;gap:.5rem;font-size:.74rem;letter-spacing:.11em;text-transform:uppercase;color:rgb(255 255 255 / .68);margin-bottom:1.5rem;font-weight:600}.about__phhead::before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 4px rgb(74 222 128 / .22)}.about__info .about__phhead{color:var(--gray);margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--border)}.about__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem;margin-bottom:1.5rem}.about__metrics b{font-size:clamp(1.45rem, 2.5vw, 1.85rem);font-weight:700;display:block;line-height:1;color:var(--p);margin-bottom:.35rem}.about__metrics span{font-size:.74rem;color:var(--gray);line-height:1.3}.about__chips{display:flex;flex-wrap:wrap;gap:.45rem;padding-top:1.4rem;border-top:1px solid var(--border)}.about__chips span{font-size:.72rem;font-weight:600;background:#fff;border:1px solid var(--border);color:var(--text);padding:.42rem .75rem;border-radius:var(--r6)}.about__body h2{font-size:clamp(1.55rem, 3vw, 2.3rem);font-weight:700;margin:.4rem 0 1rem}.about__body>p{color:var(--text);margin-bottom:1.5rem;line-height:1.75}.about__body>p strong{font-weight:700;color:var(--text)}.about__list{display:grid;gap:.9rem;margin-bottom:1.8rem}.about__list li{display:flex;gap:.8rem;align-items:flex-start}.about__list .ic{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--soft);color:var(--p);display:grid;place-items:center;margin-top:2px}.about__list .ic svg{width:14px;height:14px}.about__list b{font-weight:600;font-size:.95rem}.about__list p{font-size:.87rem;color:var(--gray);margin-top:.1rem}@media(max-width:860px){.about__g{grid-template-columns:1fr}}@media(max-width:420px){.about__metrics{grid-template-columns:repeat(2,1fr)}}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].in{opacity:1;transform:none}[data-reveal-delay="1"]{transition-delay:.1s}[data-reveal-delay="2"]{transition-delay:.2s}[data-reveal-delay="3"]{transition-delay:.3s}[data-reveal-delay="4"]{transition-delay:.4s}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.hero__scroll,.hero__badge,.hero h1,.hero__sub,.hero__actions{animation:none}}.stats{background:var(--dark);position:relative;overflow:hidden}.stats::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .14) 1px,transparent 0);background-size:24px 24px;opacity:.5}.stats__g{position:relative;display:grid;grid-template-columns:repeat(4,1fr);padding:clamp(2.4rem, 5vw, 3.5rem) 0;color:#fff}.stat{text-align:center;padding:0 1rem;position:relative}.stat:not(:last-child)::after{content:"";position:absolute;right:0;top:12%;height:76%;width:1px;background:rgb(255 255 255 / .2)}.stat__ic{width:46px;height:46px;margin:0 auto .7rem;border-radius:var(--r10);background:rgb(255 255 255 / .14);display:grid;place-items:center}.stat__ic svg{width:22px;height:22px}.stat b{font-size:clamp(1.8rem, 3.8vw, 2.75rem);font-weight:700;display:block;line-height:1}.stat span{font-size:.84rem;color:rgb(255 255 255 / .82)}@media(max-width:740px){.stats__g{grid-template-columns:repeat(2,1fr);gap:2rem}.stat:nth-child(2)::after{display:none}}.prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.prod-card{border-radius:var(--r14);overflow:hidden;background:#fff;border:1px solid var(--border);transition:.3s;display:flex;flex-direction:column}.prod-card:hover{box-shadow:var(--s3);transform:translateY(-5px);border-color:#fff0}.prod-card__img{aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.prod-card__img svg{position:relative;z-index:1;width:60px;height:60px;color:#fff;opacity:.88;transition:.4s}.prod-card:hover .prod-card__img svg{transform:scale(1.1)}.prod-card__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .5s}.prod-card:hover .prod-card__photo{transform:scale(1.05)}.prod-card__img::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .1) 1px,transparent 0);background-size:20px 20px}.pc1{background:linear-gradient(140deg,var(--p),var(--pdd))}.pc2{background:linear-gradient(140deg,#1f6bb0,var(--dark))}.pc3{background:linear-gradient(140deg,#2a7dc4,var(--pd))}.pc4{background:linear-gradient(140deg,var(--pdd),#0a2036)}.pc5{background:linear-gradient(140deg,var(--teal),var(--pd))}.pc6{background:linear-gradient(140deg,var(--teal-d),var(--dark))}.prod-card__num{position:absolute;top:.85rem;left:1rem;font-size:.68rem;font-weight:700;color:rgb(255 255 255 / .7);letter-spacing:.1em;z-index:2}.prod-card__tag{position:absolute;top:.85rem;right:.9rem;background:rgb(255 255 255 / .9);color:var(--p);font-size:.67rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--rpill);z-index:2}.prod-card__body{padding:1.3rem;flex:1;display:flex;flex-direction:column}.prod-card__body h3{font-size:1.02rem;font-weight:700;margin-bottom:.45rem}.prod-card__body p{font-size:.84rem;color:var(--gray);flex:1;margin-bottom:1rem;line-height:1.6}.prod-card__specs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.1rem}.prod-card__specs span{font-size:.7rem;background:var(--soft);color:var(--pd);padding:.25rem .65rem;border-radius:var(--r6);font-weight:600;border:1px solid rgb(27 111 179 / .12)}.prod-card__cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--p);margin-top:auto;transition:.2s}.prod-card__cta svg{width:14px;height:14px;transition:.25s}.prod-card:hover .prod-card__cta svg{transform:translateX(4px)}@media(max-width:960px){.prod-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.prod-grid{grid-template-columns:1fr}}.process{background:var(--dark);color:#fff;position:relative;overflow:hidden}.process::before{content:"";position:absolute;top:-100px;right:-100px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgb(27 111 179 / .38),transparent 70%)}.process::after{content:"";position:absolute;bottom:-80px;left:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgb(23 176 196 / .18),transparent 70%)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}.steps::before{content:"";position:absolute;top:38px;left:8%;right:8%;height:2px;background:repeating-linear-gradient(90deg,rgb(255 255 255 / .28) 0 8px,transparent 8px 16px)}.step{text-align:center;position:relative;z-index:1}.step__n{width:72px;height:72px;margin:0 auto 1.1rem;border-radius:50%;background:var(--dark);border:2px solid var(--p);color:#fff;display:grid;place-items:center;font-size:1.45rem;font-weight:700;position:relative;z-index:1;transition:.3s}.step:hover .step__n{background:var(--p);transform:scale(1.08)}.step h3{color:#fff;font-size:.98rem;font-weight:700;margin-bottom:.45rem}.step p{font-size:.82rem;color:rgb(255 255 255 / .68)}@media(max-width:860px){.steps{grid-template-columns:1fr 1fr;gap:2rem}.steps::before{display:none}}@media(max-width:440px){.steps{grid-template-columns:1fr}}.why__g{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem, 5vw, 4rem);align-items:center}.why__ph{position:relative;border-radius:var(--r18);background:linear-gradient(150deg,var(--dark),var(--dark2));padding:2.2rem;color:#fff;box-shadow:var(--s3);overflow:hidden;min-height:340px;display:flex;flex-direction:column;justify-content:space-between}.why__ph::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .07) 1px,transparent 0);background-size:22px 22px}.why__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5;z-index:0}.why__ph-top{position:relative;display:flex;gap:1.4rem;margin-bottom:1.8rem}.why__ph-num{text-align:center}.why__ph-num b{font-size:2.2rem;font-weight:700;color:#fff;display:block;line-height:1}.why__ph-num span{font-size:.68rem;color:rgb(255 255 255 / .6)}.why__ph-bottom{position:relative}.why__ph-bottom p{font-size:.82rem;color:rgb(255 255 255 / .75);line-height:1.6}.why__ph-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;background:rgb(23 176 196 / .2);border:1px solid rgb(23 176 196 / .4);color:var(--teal);padding:.3rem .75rem;border-radius:var(--rpill);margin-top:.9rem}.why__pts{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.why__pt{display:flex;gap:.85rem;align-items:flex-start;padding:1.2rem;border-radius:var(--r14);border:1px solid var(--border);background:#fff;transition:.3s}.why__pt:hover{border-color:var(--p);box-shadow:var(--s2);transform:translateY(-3px)}.why__pt .ic{flex-shrink:0;width:46px;height:46px;border-radius:var(--r10);background:var(--soft);color:var(--p);display:grid;place-items:center;transition:.2s}.why__pt:hover .ic{background:var(--p);color:#fff}.why__pt .ic svg{width:22px;height:22px}.why__pt h3{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.why__pt p{font-size:.83rem;color:var(--gray)}@media(max-width:860px){.why__g{grid-template-columns:1fr}.why__pts{grid-template-columns:1fr 1fr}}@media(max-width:480px){.why__pts{grid-template-columns:1fr}}.why__ph .about__phhead{margin-bottom:1rem}.lede-h2{font-size:clamp(1.55rem, 3vw, 2.3rem);font-weight:700;margin:.4rem 0 1rem}.lede-p{color:var(--gray);margin-bottom:1.8rem;line-height:1.75}.profile__list{display:grid;gap:.65rem;margin-bottom:2rem}.profile__list-item{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--text)}.profile__list-item svg{color:var(--p);flex-shrink:0}.sales-list{margin-top:2rem;display:grid;gap:.5rem}.sales-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:rgb(255 255 255 / .8)}.partners{padding:clamp(2rem, 4vw, 3rem) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.partners__h{text-align:center;font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;color:var(--gray);font-weight:600;margin-bottom:1.8rem}.partners__g{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;align-items:center;gap:2.4rem clamp(1.4rem, 4.5vw, 3.5rem)}.partners__g img{height:72px;width:auto;max-width:210px;object-fit:contain;transition:transform .3s}.partners__g img:hover{transform:scale(1.06)}.proj-slide{border-radius:var(--r14);overflow:hidden;background:#fff;border:1px solid #e6ecf2;box-shadow:0 10px 30px -18px rgb(10 32 54 / .25);display:flex;flex-direction:column;transition:transform .35s,box-shadow .35s}.proj-slide:hover{transform:translateY(-4px);box-shadow:0 18px 42px -20px rgb(10 32 54 / .35)}.proj__media{position:relative;height:190px;overflow:hidden}.proj__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.proj-slide:hover .proj__bg{transform:scale(1.05)}.proj__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(10 32 54 / .04) 45%,rgb(10 32 54 / .55))}.proj__flag{position:absolute;top:1rem;right:1.1rem;font-size:2.2rem;line-height:1;z-index:1;transition:.4s}.proj-slide:hover .proj__flag{transform:scale(1.12) rotate(-4deg)}.proj__year{position:absolute;left:1.1rem;bottom:1rem;z-index:1;display:inline-block;background:var(--p);color:#fff;font-size:.72rem;font-weight:700;padding:.28rem .75rem;border-radius:var(--rpill)}.proj__body{padding:1.3rem 1.4rem 1.5rem}.proj__body h3{color:var(--dark);font-size:1.12rem;font-weight:700;margin-bottom:.8rem}.proj__body p{font-size:.85rem;color:#44566b}.proj__cs{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.proj__cs li{font-size:.82rem;line-height:1.5;color:#44566b}.proj__cs li span{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--teal-d);margin-bottom:.15rem}.proj__result{display:inline-flex;align-items:baseline;gap:.4rem;background:rgb(20 160 160 / .09);border:1px solid rgb(20 160 160 / .22);border-radius:var(--rpill);padding:.45rem .85rem;font-size:.78rem;color:var(--dark)}.proj__result b{font-size:1.05rem;font-weight:800;color:var(--teal-d)}@media(max-width:860px){.proj-slide{flex:0 0 calc(50% - .7rem)}}@media(max-width:560px){.proj-slide{flex:0 0 100%}}.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}@media(max-width:860px){.proj-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.proj-grid{grid-template-columns:1fr}}.cert-section-title{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gray);margin-bottom:1.2rem;display:flex;align-items:center;gap:.7rem}.cert-section-title::after{content:"";flex:1;height:1px;background:var(--border)}.cert-img-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-bottom:2.8rem}.cert-img-card{border-radius:var(--r14);border:1px solid var(--border);overflow:hidden;background:#fff;transition:.3s;display:flex;flex-direction:column;cursor:pointer}.cert-img-card:hover{border-color:var(--p);box-shadow:var(--s2);transform:translateY(-4px)}.cert-img-ph{aspect-ratio:1;background:var(--soft);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.55rem}.cert-img-ph svg{width:44px;height:44px;color:var(--p);opacity:.5}.cert-img{width:100%;height:100%;object-fit:contain;padding:.6rem;background:#fff}.cert-img-ph span{font-size:.65rem;font-weight:600;color:var(--gray);text-transform:uppercase;letter-spacing:.08em}.cert-img-body{padding:.9rem 1.1rem}.cert-img-body b{font-size:.92rem;font-weight:700;display:block;margin-bottom:.2rem}.cert-img-body span{font-size:.77rem;color:var(--gray);line-height:1.5}.cert-img-ph{position:relative}.cert-img-ph::after{content:"";position:absolute;right:.6rem;bottom:.6rem;width:30px;height:30px;border-radius:50%;background:rgb(15 42 69 / .6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.5' y2='16.5'/%3E%3C/svg%3E") center/16px no-repeat;opacity:0;transition:opacity .25s;pointer-events:none}.cert-img-card:hover .cert-img-ph::after{opacity:1}.clb{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:4vw}.clb.open{display:flex}.clb__ov{position:absolute;inset:0;background:rgb(10 32 54 / .85)}.clb__box{position:relative;z-index:1;max-width:min(880px,92vw);max-height:90vh;display:flex}.clb__img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--r10);box-shadow:0 30px 80px rgb(0 0 0 / .5);background:#fff}.clb__x{position:absolute;top:-14px;right:-14px;width:38px;height:38px;border-radius:50%;border:0;background:#fff;color:var(--dark);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:var(--s2);display:grid;place-items:center}.award-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.award-card{border-radius:var(--r14);background:var(--dark);border:1px solid rgb(255 255 255 / .06);padding:1.8rem 1.6rem;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.award-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgb(15 42 69 / .28),0 6px 16px rgb(15 42 69 / .16)}.award-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#F59E0B,#FBBF24 50%,var(--teal))}.award-card::after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgb(245 158 11 / .07),transparent 65%);pointer-events:none}.award-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.award-ic{width:48px;height:48px;border-radius:12px;background:rgb(245 158 11 / .12);display:grid;place-items:center;color:#FBBF24;flex-shrink:0}.award-ic svg{width:22px;height:22px}.award-year{font-size:3rem;font-weight:800;line-height:1;letter-spacing:-.04em;color:rgb(255 255 255 / .07);align-self:flex-end}.award-card>b{font-size:1.02rem;font-weight:700;color:#fff;line-height:1.3;margin-bottom:.35rem}.award-org{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#FBBF24;margin-bottom:.75rem}.award-card>span{font-size:.82rem;color:rgb(255 255 255 / .5);line-height:1.55;border-top:1px solid rgb(255 255 255 / .07);padding-top:.75rem}@media(max-width:860px){.cert-img-grid{grid-template-columns:1fr 1fr}.award-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.cert-img-grid{grid-template-columns:1fr}.award-grid{grid-template-columns:1fr}}.testi__brand{position:relative;border-radius:var(--r18);min-height:320px;background:linear-gradient(155deg,var(--p),var(--dark2));color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2.2rem;overflow:hidden}.testi__brand::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .08) 1px,transparent 0);background-size:22px 22px}.testi__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28;z-index:0}.testi__mark{position:relative;font-family:Georgia,serif;font-size:5rem;line-height:.7;color:rgb(255 255 255 / .8);margin-bottom:.5rem}.testi__brand b{position:relative;font-size:1.5rem;font-weight:700}.testi__brand span{position:relative;font-size:.9rem;color:rgb(255 255 255 / .8);margin-top:.25rem}.testi__brand small{position:relative;margin-top:1.2rem;font-size:.74rem;font-weight:600;background:rgb(255 255 255 / .14);border:1px solid rgb(255 255 255 / .2);padding:.35rem .85rem;border-radius:var(--rpill)}.testi__quote{font-size:clamp(1.1rem, 2vw, 1.5rem);font-weight:700;line-height:1.5;color:var(--text);margin:1rem 0 1.4rem;position:relative}.testi__quote::before{content:"\201C";position:absolute;top:-2rem;left:-.4rem;font-size:5rem;color:var(--soft);font-family:Georgia,serif;z-index:-1;line-height:1}.testi__author{display:flex;align-items:center;gap:.9rem}.testi__logo{height:46px;width:auto;max-width:240px;object-fit:contain;display:block;flex-shrink:0}.testi__author b{display:block;font-size:1rem;font-weight:700}.testi__author span{font-size:.84rem;color:var(--gray)}.testi-single{max-width:860px;margin:0 auto}@media(max-width:840px){.testi-single{grid-template-columns:1fr}}.markets__g{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.market-item{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 2.4rem;border:1px solid var(--border);border-radius:var(--r14);background:#fff;transition:.3s;min-width:180px}.market-item:hover{border-color:var(--p);box-shadow:var(--s2);transform:translateY(-4px)}.market-item .flag{font-size:2.6rem;line-height:1}.market-item .flag-img{width:92px;height:62px;object-fit:cover;border-radius:7px;box-shadow:0 2px 8px rgb(0 0 0 / .18)}.market-item b{font-size:1.12rem;font-weight:700;color:var(--text)}.market-item span{font-size:.9rem;color:var(--gray)}.app-ind-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.app-ind{display:flex;gap:1rem;align-items:flex-start;padding:1.4rem;border-radius:var(--r14);border:1px solid var(--border);background:#fff;transition:.3s}.app-ind:hover{border-color:var(--p);box-shadow:var(--s2);transform:translateY(-3px)}.app-ind__ic{flex-shrink:0;width:46px;height:46px;border-radius:var(--r10);display:grid;place-items:center;color:#fff}.app-ind__ic svg{width:22px;height:22px}.app-ind h3{font-size:.97rem;font-weight:700;margin-bottom:.3rem}.app-ind p{font-size:.83rem;color:var(--gray);line-height:1.55}@media(max-width:900px){.app-ind-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.app-ind-grid{grid-template-columns:1fr}}.profile__g{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem, 5vw, 4rem);align-items:center}.profile__prev{border-radius:var(--r18);background:linear-gradient(150deg,var(--dark),var(--dark2));padding:2.6rem;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.1rem;box-shadow:var(--s3);position:relative;overflow:hidden;min-height:260px;justify-content:center}.profile__prev::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .07) 1px,transparent 0);background-size:22px 22px}.profile__prev>*{position:relative;z-index:1}.profile__prev svg{width:60px;height:60px;color:rgb(255 255 255 / .6)}.profile__cover{width:160px;max-width:60%;height:auto;border-radius:8px;box-shadow:0 8px 24px rgb(0 0 0 / .35)}.profile__prev b{font-size:1.1rem;font-weight:700;display:block;letter-spacing:.02em}.profile__prev span{font-size:.82rem;color:rgb(255 255 255 / .6)}.profile__prev small{font-size:.74rem;font-weight:600;background:rgb(255 255 255 / .11);border:1px solid rgb(255 255 255 / .18);padding:.3rem .85rem;border-radius:var(--rpill)}@media(max-width:860px){.profile__g{grid-template-columns:1fr}}.cta-q{background:var(--dark);color:#fff;position:relative;overflow:hidden}.cta-q::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgb(255 255 255 / .1) 1px,transparent 0);background-size:24px 24px}.cta-q__i{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem, 5vw, 4rem);align-items:center}.cta-q__txt h2{color:#fff;font-size:clamp(1.6rem, 3.2vw, 2.4rem);font-weight:700;margin-bottom:1rem}.cta-q__txt p{color:rgb(255 255 255 / .88);margin-bottom:1.8rem;line-height:1.7}.cta-q__actions{display:flex;gap:.8rem;flex-wrap:wrap}.cta-q__form{background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);backdrop-filter:blur(8px);border-radius:var(--r18);padding:2rem}.cta-q__form h3{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:1.3rem}.fgroup{margin-bottom:1rem}.fgroup label{display:block;font-size:.8rem;font-weight:600;color:rgb(255 255 255 / .8);margin-bottom:.4rem}.fgroup input,.fgroup select,.fgroup textarea{width:100%;padding:.72rem 1rem;border-radius:var(--r10);border:1px solid rgb(255 255 255 / .25);background:rgb(255 255 255 / .12);color:#fff;font-family:'Inter',sans-serif;font-size:.9rem;outline:none;transition:.2s}.fgroup input::placeholder,.fgroup textarea::placeholder{color:rgb(255 255 255 / .45)}.fgroup input:focus,.fgroup select:focus,.fgroup textarea:focus{border-color:var(--teal);background:rgb(255 255 255 / .18)}.fgroup select option{color:var(--text);background:#fff}.fgroup textarea{height:120px;resize:vertical}.fgroup .ferr{display:none;font-size:.76rem;color:#dc2626;margin-top:.3rem;font-weight:500}.fgroup.has-error .ferr{display:block}.fgroup.has-error input,.fgroup.has-error textarea{border-color:#f87171}@media(max-width:840px){.cta-q__i{grid-template-columns:1fr}}.footer{background:var(--dark2);color:rgb(255 255 255 / .7);padding:clamp(3rem, 6vw, 4.5rem) 0 0}.footer__g{display:grid;grid-template-columns:1.2fr 1fr 1.5fr;gap:2.5rem;padding-bottom:3rem}.footer__brand .logo__t b{color:#fff}.footer__brand .logo__t small{color:rgb(255 255 255 / .5)}.footer__brand p{font-size:.88rem;margin:1.1rem 0;line-height:1.7}.fsocial{display:flex;gap:.5rem}.fsocial a{width:34px;height:34px;border-radius:var(--r6);background:rgb(255 255 255 / .08);display:grid;place-items:center;transition:.25s}.fsocial a:hover{background:var(--p)}.fsocial svg{width:15px;height:15px}.footer h5{color:#fff;font-size:.98rem;font-weight:700;margin-bottom:1.2rem}.footer ul li{margin-bottom:.65rem}.footer ul a{font-size:.87rem;transition:.2s}.footer ul a:hover{color:var(--teal);padding-left:4px}.fcontact li{display:flex;gap:.65rem;font-size:.87rem;margin-bottom:.9rem;align-items:flex-start}.fcontact svg{width:16px;height:16px;color:var(--teal);flex-shrink:0;margin-top:3px}.footer__btm{border-top:1px solid rgb(255 255 255 / .1);padding:1.4rem 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.82rem}@media(max-width:860px){.footer__g{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:500px){.footer__g{grid-template-columns:1fr}}.fab{position:fixed;right:16px;bottom:80px;z-index:90;display:flex;flex-direction:column;gap:.8rem;opacity:0;visibility:hidden;transform:translateX(24px);transition:.4s}.fab.show{opacity:1;visibility:visible;transform:none}.fab a,.fab button{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px rgb(15 42 69 / .3);transition:transform .25s;position:relative}.fab button{border:0;cursor:pointer;padding:0;font:inherit}.fab a:hover,.fab button:hover{transform:scale(1.1)}.fab a svg,.fab button svg{position:relative;z-index:2;width:20px;height:20px}.fab__contact{background:#16a34a}.fab__interest{background:var(--p)}.fab a::before,.fab button::before{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:pRing 2.2s ease-out infinite}.fab__interest::before{animation-delay:1.1s}@keyframes pRing{0%{opacity:.55;transform:scale(1)}100%{opacity:0;transform:scale(1.9)}}.fab__tip{position:absolute;right:58px;top:50%;transform:translateY(-50%) translateX(8px);white-space:nowrap;background:var(--dark);color:#fff;font-size:.75rem;font-weight:600;padding:.4rem .75rem;border-radius:var(--r6);opacity:0;pointer-events:none;transition:.25s;box-shadow:var(--s2)}.fab a:hover .fab__tip,.fab button:hover .fab__tip{opacity:1;transform:translateY(-50%) translateX(0)}.totop{position:fixed;right:16px;bottom:20px;width:46px;height:46px;border-radius:50%;background:var(--dark);color:#fff;border:0;display:grid;place-items:center;cursor:pointer;box-shadow:var(--s2);opacity:0;visibility:hidden;transform:translateY(14px);transition:.3s;z-index:90}.totop.show{opacity:1;visibility:visible;transform:none}.totop svg{width:18px;height:18px}@media(prefers-reduced-motion:reduce){.fab a::before,.hero__scroll{animation:none;opacity:0}}.btn{min-height:44px}.burger{padding:10px}@media(max-width:768px){.fgroup input,.fgroup select,.fgroup textarea{font-size:16px}}@media(max-width:860px){.hero{min-height:280px;height:300px}.hero__inner{padding:.8rem 0 1rem}.hslide__dots{bottom:.9rem}}@media(max-width:480px){.hero{min-height:260px;height:300px}.hero__inner{padding:.55rem 0 .7rem}.hero__badge{font-size:.58rem;padding:.22rem .55rem;margin-bottom:.4rem}.hero h1{font-size:clamp(.95rem, 3.8vw, 1.15rem);margin-bottom:.35rem}.hero__sub{font-size:.72rem;margin-bottom:.38rem;line-height:1.45}.hero__chips{gap:.22rem;margin-bottom:.45rem}.hero__chips span{font-size:.56rem;padding:.14rem .4rem}.hero__actions{flex-direction:column;align-items:stretch;gap:.32rem}.hero__actions .btn--lg{padding:.48rem .9rem;font-size:.78rem;text-align:center}}@media(max-width:560px){.stats__g{gap:1.5rem}.stat{padding:0 .5rem}.stat__ic{width:40px;height:40px}}@media(max-width:480px){.policy__item{padding:1.1rem .9rem;gap:.7rem}.policy__ic{width:42px;height:42px;flex-shrink:0}.policy__ic svg{width:20px;height:20px}.policy__txt b{font-size:.88rem}}@media(max-width:380px){.about__metrics{grid-template-columns:repeat(2,1fr)}.about__metrics b{font-size:1.3rem}}@media(max-width:560px){.app-ind-grid{gap:1rem}.app-ind{padding:1rem}.app-ind h3{font-size:.92rem}}@media(max-width:480px){.why__pts{gap:.85rem}.why__pt{padding:1rem}.why__pt .ic{width:40px;height:40px}.why__pt .ic svg{width:19px;height:19px}}@media(max-width:560px){.partners__g img{height:46px}.partners__g{grid-template-columns:repeat(2,1fr);gap:1.8rem 1.6rem}}@media(max-width:840px){.testi__brand{min-height:auto;padding:2rem 1.5rem}.testi__mark{font-size:3.5rem}.testi-single{gap:1.5rem}}@media(max-width:560px){.testi__quote{font-size:1rem}}@media(max-width:480px){.markets__g{gap:.65rem}.market-item{min-width:110px;padding:1rem 1.1rem}.market-item .flag{font-size:2.2rem}}@media(max-width:860px){.profile__prev{min-height:180px;padding:2rem}}@media(max-width:480px){.cta-q__form{padding:1.4rem 1.1rem}}@media(max-width:400px){.cta-q__txt h2{font-size:1.5rem}.cta-q__actions{flex-direction:column}.cta-q__actions .btn{width:100%;justify-content:center}}@media(max-width:500px){.footer__btm{flex-direction:column;text-align:center;gap:.4rem}}@supports(padding-bottom:env(safe-area-inset-bottom)){.fab{bottom:max(80px, calc(64px + env(safe-area-inset-bottom)))}.totop{bottom:max(20px, calc(10px + env(safe-area-inset-bottom)))}}.drawer a{padding:1rem .4rem;min-height:48px;display:flex;align-items:center}@supports(padding-bottom:env(safe-area-inset-bottom)){.drawer{padding-bottom:max(1.4rem, env(safe-area-inset-bottom))}}@media(max-width:560px){.sec-head{margin-bottom:1.6rem}.sec-head h2{font-size:clamp(1.45rem, 5.5vw, 2rem)}}@media(max-width:560px){.proj-slide{min-height:260px}}@media(max-width:360px){.step__n{width:60px;height:60px;font-size:1.25rem}.step h3{font-size:.9rem}}.container{overflow-x:clip}.gmap__frame{border-radius:var(--r18);overflow:hidden;border:1px solid var(--border);box-shadow:var(--s2);background:var(--soft);line-height:0}.gmap__frame iframe{width:100%;height:420px;border:0;display:block;filter:grayscale(.15)}@media(max-width:560px){.gmap__frame iframe{height:320px}}.fstaff{margin-top:1.1rem;display:grid;gap:.7rem}.fstaff__item{border-top:1px solid rgb(255 255 255 / .07);padding-top:.65rem}.fstaff__item:first-child{border-top:0;padding-top:0}.fstaff__name{font-size:.8rem;font-weight:700;color:#fff;margin-bottom:.18rem}.fstaff__contact{display:flex;flex-wrap:wrap;gap:.2rem .6rem}.fstaff__contact a{font-size:.78rem;color:rgb(255 255 255 / .7);transition:.2s}.fstaff__contact a:hover{color:var(--teal)}.cmodal{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:1rem;opacity:0;visibility:hidden;transition:.3s}.cmodal.open{opacity:1;visibility:visible}.cmodal__ov{position:absolute;inset:0;background:rgb(10 32 54 / .6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cmodal__box{position:relative;z-index:1;background:#fff;border-radius:var(--r18);width:100%;max-width:480px;max-height:88vh;overflow-y:auto;box-shadow:var(--s3);transform:translateY(20px);transition:.35s cubic-bezier(.22,1,.36,1)}.cmodal.open .cmodal__box{transform:none}.cmodal__hd{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 1.6rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:1}.cmodal__hd span{font-weight:700;font-size:1.05rem;color:var(--text)}.cmodal__x{background:none;border:0;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gray);width:34px;height:34px;display:grid;place-items:center;border-radius:50%;transition:.2s}.cmodal__x:hover{background:var(--light)}.cmodal__note{padding:.7rem 1.6rem;font-size:.82rem;color:var(--gray);background:var(--soft);border-bottom:1px solid var(--border)}.cmodal__list{padding:1.1rem 1.4rem;display:grid;gap:.85rem}.cmodal__person{border:1px solid var(--border);border-radius:var(--r14);padding:.95rem 1.1rem;transition:.2s}.cmodal__person:hover{border-color:rgb(27 111 179 / .28)}.cmodal__pname{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.55rem;display:flex;align-items:center;gap:.45rem}.cmodal__pname::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}.cmodal__row{display:flex;align-items:center;gap:.4rem;margin-bottom:.32rem;flex-wrap:wrap}.cmodal__row:last-child{margin-bottom:0}.cmodal__row>svg{width:13px;height:13px;color:var(--p);flex-shrink:0}.cmodal__row a{font-size:.88rem;color:var(--text);font-weight:600;transition:.2s}.cmodal__row a:hover{color:var(--p)}.cmodal__copy{margin-left:auto;background:none;border:1px solid var(--border);font-size:.7rem;font-weight:600;color:var(--gray);padding:.18rem .5rem;border-radius:var(--r6);cursor:pointer;transition:.2s;white-space:nowrap}.cmodal__copy:hover{border-color:var(--p);color:var(--p);background:var(--soft)}.prod-card__h3link{color:inherit;text-decoration:none}.prod-card__h3link:hover{color:var(--p)}.journey{position:relative;height:320vh;background:#fff}.journey__sticky{position:sticky;top:66px;height:80vh;overflow:hidden}.journey__main{height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.journey__intro{position:relative;background:var(--dark);color:#fff;text-align:center;padding:clamp(16px, 2.2vw, 29px) var(--px) clamp(22px, 2.6vw, 35px);flex-shrink:0}.journey__intro::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:56px;height:3px;background:var(--teal);border-radius:2px}.journey__intro .eyebrow{justify-content:center;color:var(--teal)}.journey__intro .eyebrow::before{background:var(--teal)}.journey__intro h2{color:#fff;font-size:clamp(1.35rem, 2.4vw, 1.85rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin:.55rem auto 0;max-width:720px}.journey__row{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;max-width:var(--max);width:100%;margin:0 auto;padding:clamp(16px, 2vw, 32px) var(--px)}.journey__content{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:0}.journey__steps{position:relative;min-height:260px}.journey__step{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(20px);transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);pointer-events:none}.journey__step::before{content:attr(data-num);position:absolute;top:-3rem;left:-1rem;font-size:clamp(7rem, 12vw, 10rem);font-weight:800;color:rgb(15 42 69 / .05);line-height:.85;pointer-events:none;font-variant-numeric:tabular-nums;letter-spacing:-.04em;z-index:0}.journey__step>*{position:relative;z-index:1}.journey__step.active{opacity:1;transform:translateY(0);pointer-events:auto}.journey__step h2{font-size:clamp(1.7rem, 2.8vw, 2.3rem);font-weight:700;color:var(--dark);margin:.7rem 0 1rem;line-height:1.18;letter-spacing:-.01em}.journey__step p{color:var(--gray);font-size:1.02rem;line-height:1.7;max-width:480px;margin:0}.journey__badge{margin-top:1.1rem;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;color:var(--teal);text-transform:uppercase}.journey__dots{display:flex;gap:.55rem;margin-top:1.6rem}.journey__dot{width:8px;height:8px;border-radius:50%;background:rgb(15 42 69 / .18);transition:background .48s,width .48s,border-radius .48s}.journey__dot.active{background:var(--teal);width:26px;border-radius:4px}.journey__visual{position:relative;display:flex;align-items:center;justify-content:center;height:52vh;min-height:0}.journey__img{position:absolute;max-height:100%;max-width:100%;width:auto;object-fit:contain;opacity:0;transform:scale(.94) translateY(20px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 22px 40px rgb(15 42 69 / .16))}.journey__img.active{opacity:1;transform:scale(1) translateY(0)}@media (max-width:860px){.journey{height:360vh}.journey__sticky{top:66px;height:calc(100vh - 66px);height:calc(100dvh - 66px)}.journey__intro{padding:clamp(14px, 2.8vw, 26px) var(--px) clamp(19px, 3.6vw, 30px)}.journey__step::before{top:-1.5rem;left:50%;transform:translateX(-50%);font-size:clamp(5rem, 18vw, 7rem);color:rgb(15 42 69 / .04)}.journey__intro h2{font-size:clamp(1.2rem, 4.6vw, 1.55rem);max-width:none}.journey__row{grid-template-columns:1fr;grid-template-rows:auto auto;gap:.8rem;align-content:center;align-items:center;padding:clamp(10px, 2vw, 20px) var(--px);text-align:center}.journey__visual{height:30vh;order:1}.journey__img{max-height:30vh;max-width:90%}.journey__content{order:2}.journey__steps{min-height:220px}.journey__step h2{font-size:clamp(1.3rem, 5vw, 1.6rem);margin:.4rem 0 .6rem}.journey__step p{font-size:.92rem;line-height:1.6;margin-left:auto;margin-right:auto}.journey__badge{margin-top:.8rem}.journey__dots{justify-content:center;margin-top:.9rem}}