.home *,.home :after,.home :before{box-sizing:border-box;margin:0;padding:0}.home{--blue:#044B92;--blue-dk:#033767;--blue-lt:#e8f1fb;--orange:#e8520a;--orange-lt:#fff3eb;--green:#00915a;--green-lt:#e6f7f1;--text:#1a2233;--muted:#6b7a99;--border:#dde3f0;--bg:#f4f7fb;--white:#fff;--r:14px;--sh:0 4px 28px rgba(0,50,120,.10);font-family:var(--font-body),"Inter",system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.6;overflow-x:hidden}.home a{text-decoration:none;color:inherit}.home .util{background:#f5f8fc;border-bottom:1px solid var(--border);font-size:.8rem;color:var(--muted)}.home .util-inner{max-width:1180px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.home .util-left{font-weight:500}.home .util-right{display:flex;align-items:center;gap:14px}.home .util-right a{color:var(--muted);transition:color .15s}.home .util-right a:hover{color:var(--blue)}.home .util-phone{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--text)!important}.home .util-phone svg{color:var(--blue)}.home .util-sep{width:1px;height:14px;background:var(--border)}@media(max-width:720px){.home .util-left{display:none}.home .util-inner{justify-content:flex-end}}.home .hd{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.home .hd-inner{max-width:1288px;margin:0 auto;padding:0 24px;height:74px;gap:24px}.home .brand,.home .hd-inner{display:flex;align-items:center}.home .brand{gap:11px;flex-shrink:0}.home .brand-logo{height:42px;width:auto;display:block}.home .brand-mark{display:flex}.home .brand-text{display:flex;flex-direction:column;line-height:1.15}.home .brand-name{font-size:1.12rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.home .brand-name strong{color:var(--blue);font-weight:800}.home .brand-tag{font-size:.67rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-top:1px}.home .hd-nav{display:flex;align-items:center;gap:2px;margin-left:6px}.home .hd-item{position:relative}.home .hd-link{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:9px;font-size:.9rem;font-weight:600;color:var(--text);background:none;border:none;cursor:pointer;font-family:inherit;transition:color .15s,background .15s}.home .hd-link:hover{color:var(--blue);background:var(--blue-lt)}.home .hd-link .chev{transition:transform .2s}.home .hd-item:hover .hd-link .chev{transform:rotate(180deg)}.home .mega{position:absolute;top:calc(100% + 12px);left:0;width:344px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 20px 50px rgba(0,40,100,.16);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.home .mega:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.home .hd-item:focus-within .mega,.home .hd-item:hover .mega{opacity:1;visibility:visible;transform:translateY(0)}.home .mega-card{display:flex;gap:13px;align-items:flex-start;padding:12px;border-radius:12px;transition:background .15s}.home .mega-card:hover{background:var(--blue-lt)}.home .mega-ico{width:40px;height:40px;border-radius:11px;flex-shrink:0;display:grid;place-items:center;background:var(--blue-lt);color:var(--blue);transition:background .15s,color .15s}.home .mega-card:hover .mega-ico{background:var(--blue);color:#fff}.home .mega-t{display:block;font-size:.9rem;font-weight:700;color:var(--text)}.home .mega-d{display:block;font-size:.76rem;color:var(--muted);line-height:1.45;margin-top:2px}.home .hd-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.home .hd-cta{display:inline-flex;align-items:center;gap:7px;background:var(--orange);color:#fff;padding:11px 20px;border-radius:10px;font-size:.88rem;font-weight:700;white-space:nowrap;box-shadow:0 6px 16px rgba(232,82,10,.26);transition:transform .15s,box-shadow .15s,background .15s}.home .hd-cta:hover{background:#cc4608;transform:translateY(-1px);box-shadow:0 10px 22px rgba(232,82,10,.32)}.home .hd-burger{display:none;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px}.home .hd-burger span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px}@media(max-width:920px){.home .hd-nav{display:none}.home .hd-burger{display:flex}.home .brand-tag{display:none}}@media(max-width:480px){.home .hd-cta{padding:10px 14px}.home .hd-cta svg{display:none}}.home .mob-nav{display:none;position:fixed;inset:0;background:#fff;z-index:300;flex-direction:column;padding:22px 24px}.home .mob-nav.open{display:flex}.home .mob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home .mob-close{background:none;border:none;font-size:1.7rem;line-height:1;cursor:pointer;color:var(--text)}.home .mob-a{display:flex;align-items:center;gap:13px;padding:15px 2px;font-size:1.02rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--border)}.home .mob-a .mega-ico{width:36px;height:36px}.home .mob-cta{margin-top:22px;background:var(--orange);color:#fff;padding:15px;border-radius:12px;text-align:center;font-weight:700;font-size:1rem}.home .hero{background:linear-gradient(130deg,#022a54 0,var(--blue) 55%,#1268c5 100%);color:white;padding:38px 24px 42px;position:relative;overflow:hidden}.home .hero-inner{max-width:1240px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;gap:48px;align-items:center}@media(max-width:920px){.home .hero-inner{grid-template-columns:1fr;gap:0}}.home .hero h1{font-size:clamp(1.6rem,3.8vw,2.5rem);font-weight:900;line-height:1.15;margin:0 0 26px;max-width:560px}.home .hero h1 em{color:#ffc26b;font-style:normal}.home .sel-label{font-size:1.12rem;font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:16px}.home .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:18px;max-width:540px}@media(max-width:420px){.home .product-grid{gap:11px}}.home .pcard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;padding:28px 12px;border-radius:16px;border:2px solid transparent;background:#fff;cursor:pointer;transition:all .2s;box-shadow:0 5px 16px rgba(0,25,70,.16)}.home .pcard:hover{border-color:#ffc26b;transform:translateY(-3px);box-shadow:0 14px 28px rgba(0,25,70,.28)}.home .pcard-ico{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;font-size:2rem;background:var(--blue-lt);transition:transform .2s}.home .pcard:hover .pcard-ico{transform:scale(1.09)}.home .pcard-t{font-size:1rem;font-weight:700;color:var(--text)}.home .sel-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:540px;padding:2px 0 0;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.85)}@media(max-width:420px){.home .sel-foot{gap:11px}}.home .sel-foot span{display:inline-flex;align-items:center;justify-content:center;gap:6px;text-align:center}.home .sel-foot b{color:#46e0a0;font-weight:800}.home .hero-right{display:flex;justify-content:flex-end;align-items:center}@media(max-width:920px){.home .hero-right{display:none}}.home .affiche{width:100%;max-width:370px;background:linear-gradient(180deg,#eaf2fd,#dfeaf9);border:5px solid var(--blue);border-radius:26px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,20,60,.45)}.home .affiche-body{padding:26px 24px 20px}.home .affiche-logo{display:block;width:74%;max-width:210px;height:auto;margin:0 auto 20px}.home .affiche-h{font-size:1.72rem;font-weight:900;line-height:1.14;letter-spacing:-.02em;color:var(--blue-dk);margin-bottom:12px}.home .affiche-h em{color:#1f6fd0;font-style:normal}.home .affiche-sub{font-size:.85rem;line-height:1.55;color:#33415c}.home .affiche-sub b{color:#1f6fd0;font-weight:700}.home .affiche-pts{list-style:none;margin-top:16px}.home .affiche-pts li{display:flex;align-items:center;gap:13px;padding:11px 0;border-top:1px solid rgba(4,75,146,.14)}.home .affiche-ico{width:38px;height:38px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:rgba(31,111,208,.13);color:var(--blue)}.home .affiche-pt-txt{font-size:.78rem;line-height:1.4;color:#33415c}.home .affiche-pt-txt b{display:block;font-weight:800;color:var(--blue-dk)}.home .affiche-photo{position:relative;margin-top:auto}.home .affiche-photo img{display:block;width:100%;height:186px;-o-object-fit:cover;object-fit:cover}.home .affiche-badge{position:absolute;left:18px;right:18px;bottom:16px;display:flex;align-items:center;gap:12px;background:#0d2f5e;color:#fff;border-radius:13px;padding:13px 16px;font-size:.8rem;font-weight:800;line-height:1.35;box-shadow:0 10px 24px rgba(0,20,60,.35)}.home .affiche-badge svg{flex-shrink:0;width:26px;height:26px}.home .affiche-badge em{color:#f0b33c;font-style:normal}.home section{padding:72px 24px}.home .inner{max-width:1180px;margin:0 auto}.home .tag{display:inline-flex;align-items:center;gap:6px;background:var(--blue-lt);color:var(--blue);border-radius:20px;padding:5px 14px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px}.home .tag.tag-lg{font-size:1.05rem;padding:9px 22px;border-radius:26px}.home h2.section-h{font-size:clamp(1.4rem,3.5vw,2.1rem);font-weight:900;margin-bottom:10px;line-height:1.2}.home p.section-p{font-size:.97rem;color:var(--muted);max-width:560px;line-height:1.75}.home .how-bg{background:#fff}.home .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px;position:relative}.home .steps:before{content:"";position:absolute;top:38px;left:calc(50%/3 + 50%/6);right:calc(50%/3 + 50%/6);height:2px;background:var(--border);z-index:0}@media(max-width:640px){.home .steps{grid-template-columns:1fr}.home .steps:before{display:none}}.home .step{background:linear-gradient(140deg,var(--blue-dk) 0,var(--blue) 100%);border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:28px 22px;text-align:center;position:relative;z-index:1;box-shadow:0 12px 30px rgba(0,50,120,.16);transition:transform .3s}.home .step:hover{transform:translateY(-4px)}.home .step-n{width:52px;height:52px;border-radius:50%;background:var(--orange);color:white;font-size:1.25rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.home .step-ico{font-size:1.9rem;margin-bottom:12px}.home .step h3{font-size:.97rem;font-weight:700;color:white;margin-bottom:7px}.home .step p{font-size:.82rem;color:rgba(255,255,255,.68);line-height:1.65}.home .why-bg{background:var(--bg)}.home .why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}@media(max-width:880px){.home .why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home .why-grid{grid-template-columns:1fr}}.home .why-pt{background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;align-items:flex-start;text-align:left;box-shadow:0 4px 16px rgba(0,50,120,.05);transition:transform .2s,box-shadow .2s}.home .why-pt:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,50,120,.1)}.home .why-pt-icon{width:54px;height:54px;border-radius:14px;background:var(--blue-lt);display:flex;align-items:center;justify-content:center;font-size:1.55rem;flex-shrink:0}.home .why-pt h4{font-size:1rem;font-weight:800;margin-bottom:6px;color:var(--text)}.home .why-pt p{font-size:.84rem;color:var(--muted);line-height:1.62}.home .partners-bg{background:var(--blue-lt)}.home .partners-bg .tag{background:#fff;color:var(--blue)}.home .marquee{margin-top:34px;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.home .marquee-track{display:flex;gap:24px;width:-moz-max-content;width:max-content;animation:marquee 26s linear infinite}.home .marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.home .marquee-track{animation:none}}.home .plogo{flex:0 0 auto;width:200px;height:120px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,40,100,.07)}.home .plogo img{max-width:100%;max-height:70px;-o-object-fit:contain;object-fit:contain}.home .reviews-bg{background:#fff}.home .rev-head-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:6px}.home .rev-score{font-size:1.5rem;font-weight:900;color:var(--text)}.home .rev-score-stars{color:#fbbc05;font-size:1.05rem;letter-spacing:1px}.home .rev-score-sub{font-size:.82rem;color:var(--muted)}.home .rev-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:18px;margin-top:32px;text-align:left}.home .rev-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 6px 20px rgba(0,40,100,.08);display:flex;flex-direction:column;gap:13px}.home .rev-card-top{display:flex;align-items:center;gap:12px}.home .rev-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:1.05rem;flex-shrink:0}.home .rev-who{display:flex;flex-direction:column;line-height:1.25}.home .rev-name{font-weight:700;font-size:.92rem;color:var(--text)}.home .rev-date{font-size:.74rem;color:var(--muted)}.home .rev-g{margin-left:auto;flex-shrink:0}.home .rev-stars{color:#fbbc05;font-size:.98rem;letter-spacing:2px}.home .rev-text{font-size:.86rem;color:var(--text);opacity:.82;line-height:1.62}.home .final-cta{background:linear-gradient(130deg,#022a54 0,var(--blue) 58%,#1268c5 100%);color:#fff;text-align:center}.home .final-cta .tag{background:rgba(255,255,255,.16);color:#fff}.home .final-cta .section-h{color:#fff}.home .final-cta .section-p{color:rgba(255,255,255,.9);margin:0 auto}.home .final-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:32px}.home .fbtn-primary{background:#fff;color:var(--blue);padding:15px 32px;border-radius:12px;font-weight:800;font-size:.98rem;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 30px rgba(0,20,60,.32);transition:transform .2s,background .2s}.home .fbtn-primary:hover{transform:translateY(-2px);background:#f0f6ff}.home .final-cta-meta{display:flex;gap:14px 30px;justify-content:center;flex-wrap:wrap;margin-top:34px;font-size:.86rem;font-weight:600;color:rgba(255,255,255,.82)}.home .final-cta-meta span{display:inline-flex;align-items:center;gap:7px}.home footer{background:linear-gradient(130deg,#022a54 0,var(--blue) 58%,#1268c5 100%);color:rgba(255,255,255,.85);padding:44px 24px 20px}.home .foot-inner{max-width:1180px;margin:0 auto}.home .foot-top{display:flex;align-items:flex-start;gap:40px;margin-bottom:36px;flex-wrap:wrap}.home .foot-brand{flex:0 0 280px}.home .foot-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}.home .foot-brand-name{font-size:1.5rem;font-weight:900;letter-spacing:.02em;color:#fff}.home .foot-logo-badge{background:linear-gradient(135deg,var(--blue) 0,#1268c5 100%);color:white;font-size:.88rem;font-weight:900;padding:7px 12px;border-radius:8px;letter-spacing:-.01em;white-space:nowrap}.home .foot-logo-badge em{color:#ffc26b;font-style:normal}.home .foot-logo-name{font-size:1rem;font-weight:900;color:white}.home .foot-logo-name em{color:var(--orange);font-style:normal}.home .foot-logo-sub{font-size:.65rem;color:rgba(255,255,255,.45)}.home .foot-desc{font-size:.8rem;color:rgba(255,255,255,.72);line-height:1.7;margin-bottom:14px}.home .foot-orias{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:7px;padding:5px 10px;font-size:.72rem;color:rgba(255,255,255,.8)}.home .foot-links{display:flex;gap:40px;flex:1;flex-wrap:wrap}.home .foot-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.6);margin-bottom:14px}.home .foot-col ul{list-style:none}.home .foot-col li{margin-bottom:8px}.home .foot-col a{font-size:.82rem;color:rgba(255,255,255,.8);transition:color .2s}.home .foot-col a:hover{color:white}.home .foot-bottom{border-top:1px solid rgba(255,255,255,.16);padding-top:18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-top:8px}.home .foot-legal{font-size:.72rem;color:rgba(255,255,255,.55);line-height:1.6}.home .foot-social{display:flex;gap:10px}.home .soc{width:34px;height:34px;background:rgba(255,255,255,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .2s}.home .soc:hover{background:rgba(255,255,255,.18)}.home .up{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}.home .up.vis{opacity:1;transform:translateY(0)}.home .notice{background:var(--green);color:white;text-align:center;font-size:.8rem;font-weight:600;padding:9px 24px}.home .prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:44px}.home .prod-card{background:white;border:2px solid var(--border);border-radius:var(--r);padding:26px 22px;position:relative;transition:all .25s}.home .prod-card:hover{border-color:var(--blue);box-shadow:0 8px 32px rgba(4,75,146,.12);transform:translateY(-3px)}.home .prod-card.featured{border-color:var(--blue);box-shadow:0 6px 28px rgba(4,75,146,.12)}.home .prod-badge{position:absolute;top:14px;right:14px;background:var(--orange);color:white;font-size:.68rem;font-weight:700;border-radius:6px;padding:3px 8px}.home .prod-icon{font-size:2.2rem;margin-bottom:12px}.home .prod-name{font-size:1rem;font-weight:800;margin-bottom:8px}.home .prod-desc{font-size:.82rem;color:var(--muted);margin-bottom:16px;line-height:1.6}.home .prod-list{list-style:none;margin-bottom:18px}.home .prod-list li{font-size:.8rem;padding:4px 0;display:flex;gap:6px;align-items:flex-start}.home .prod-list li span{color:var(--green);font-weight:700;flex-shrink:0}.home .prod-btn{display:block;text-align:center;padding:11px;border-radius:9px;font-size:.86rem;font-weight:700;transition:all .2s;border:2px solid var(--border);color:var(--blue);background:transparent}.home .prod-btn:hover{border-color:var(--blue);background:var(--blue-lt)}.home .prod-btn.primary{background:var(--blue);color:white;border-color:var(--blue)}.home .prod-btn.primary:hover{background:var(--blue-dk)}