:root{--blue: #1A56DB;--blue-h: #1648C0;--blue-l: #EBF1FF;--blue-m: #C7D9FF;--orange: #E8400A;--orange-l: #FFF0EB;--orange-m: #FFD4C2;--grad: linear-gradient(135deg, #1A56DB 0%, #E8400A 100%);--grad-r: linear-gradient(90deg, #1A56DB 0%, #E8400A 100%);--c-wifi: #1A56DB;--c-ship: #0F4C75;--c-shop: #0D7A5F;--c-energy: #C47A00;--c-fin: #6B3FA0;--c-mango: #D97706;--ink: #080F1E;--ink2: #2D3A52;--ink3: #64748B;--ink4: #94A3B8;--wh: #FFFFFF;--off: #F8FAFD;--bdr: #E4EBF5;--bdr2: #C9D8EE;--s1: 0 1px 2px rgba(8, 15, 30, .06);--s2: 0 2px 8px rgba(8, 15, 30, .07), 0 1px 3px rgba(8, 15, 30, .04);--s3: 0 6px 24px rgba(8, 15, 30, .09), 0 2px 8px rgba(8, 15, 30, .05);--s4: 0 16px 48px rgba(8, 15, 30, .12), 0 4px 16px rgba(8, 15, 30, .06);--s5: 0 24px 64px rgba(8, 15, 30, .14), 0 8px 24px rgba(8, 15, 30, .07);--fs-h1: 2.441rem;--fs-h2: 1.953rem;--fs-h3: 1.563rem;--fs-h4: 1.25rem;--fs-body: 1rem;--lh-heading: 1.2;--lh-body: 1.6}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;font-size:var(--fs-body);line-height:var(--lh-body);background:var(--wh);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;z-index:300;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 3.5rem;background:#fffffff7;backdrop-filter:blur(24px);border-bottom:1px solid var(--bdr);box-shadow:var(--s1);transition:box-shadow .3s}nav.scrolled{box-shadow:var(--s2)}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}.brand-logo{font-size:1.35rem;font-weight:800;color:var(--blue);letter-spacing:-.02em}.brand-sub{font-size:1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--ink4)}.nl{display:flex;gap:2rem;list-style:none}.nl a{font-size:.9rem;font-weight:600;color:var(--ink3);text-decoration:none;padding:.3rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.nl a:hover{color:var(--blue);border-bottom-color:var(--blue)}.nend{display:flex;align-items:center;gap:1.2rem}.nlang{font-size:.9rem;font-weight:600;color:var(--ink4);cursor:pointer;transition:color .2s;background:none;border:none}.nlang:hover{color:var(--blue)}.nlang.active{color:var(--blue);font-weight:700}.nlang-sep{font-size:.9rem;color:var(--bdr2);user-select:none}.ncta{background:var(--ink);color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1.4rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 2px 10px #080f1e33;transition:opacity .2s,transform .15s;text-decoration:none;display:inline-block;margin-left:1rem}.ncta:hover{opacity:.9;transform:translateY(-1px)}.disconnect-btn{background:#dc2626!important;color:#fff!important;border:1px solid #b91c1c!important}.disconnect-btn:hover{background:#b91c1c!important;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:310}.hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nm-cta,.nmob{display:none}.overlay{position:fixed;inset:0;background:#0006;z-index:295;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.overlay.visible{opacity:1;pointer-events:auto}@media (max-width:1024px){nav{padding:0 2rem}}@media (max-width:768px){nav{padding:0 1.5rem;height:68px}.nl{position:fixed;top:0;left:0;width:100%;height:100vh;flex-direction:column;background:#fff;padding:2rem;padding-top:calc(68px + 2rem);gap:0;z-index:299;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),visibility .4s}.nl.open{opacity:1;visibility:visible;transform:translateY(0)}.nl li{padding:.8rem 0;border-bottom:1px solid var(--bdr);opacity:0;transform:translate(-15px);transition:opacity .3s ease,transform .3s ease,padding .3s ease}.nl.open li{opacity:1;transform:translate(0)}.nl.open li:nth-child(1){transition-delay:.05s}.nl.open li:nth-child(2){transition-delay:.1s}.nl.open li:nth-child(3){transition-delay:.15s}.nl.open li:nth-child(4){transition-delay:.2s}.nl.open li:nth-child(5){transition-delay:.25s}.nl.open li:nth-child(6){transition-delay:.3s}.nl.open li:nth-child(7){transition-delay:.35s}.nl.open li:nth-child(8){transition-delay:.4s}.nl li:last-child{border-bottom:none}.nl a{font-size:1rem;display:block;padding:.2rem 0;transition:color .2s ease,transform .2s ease}.nl a:hover{transform:translate(5px)}.nlang{display:inline-block!important;font-size:.9rem;font-weight:700;color:var(--ink4);cursor:pointer;transition:color .2s ease,transform .2s ease;background:none;border:none;padding:0 2px}.nlang:hover{color:var(--blue);transform:scale(1.1)}.nlang.active{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:2px}.nlang-sep{display:inline-block!important;font-size:.9rem;color:var(--bdr2);padding:0 1px}.ncta{display:none}.nmob{display:list-item!important;opacity:0;transform:translate(-15px);transition:opacity .3s ease,transform .3s ease;text-align:center}.nl.open .nmob{opacity:1;transform:translate(0);transition-delay:.4s}.nmob a,.nmob .ncta{display:inline-block!important;padding:.5rem 1.2rem;font-size:.9rem;white-space:nowrap}.nm-cta{display:block!important;padding-top:.5rem;opacity:0;transform:translate(-15px);transition:opacity .3s ease,transform .3s ease;text-align:center}.nl.open .nm-cta{opacity:1;transform:translate(0);transition-delay:.45s}.nm-cta a,.nm-cta button{background:var(--ink);color:#fff;font-size:.9rem;font-weight:700;padding:.6rem 1.5rem;border-radius:8px;text-decoration:none;display:inline-block;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;border:none}.nm-cta a:hover,.nm-cta button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #080f1e40}.nm-cta .disconnect-btn{background:#dc2626!important;color:#fff!important;border:1px solid #b91c1c!important}.nm-cta .disconnect-btn:hover{background:#b91c1c!important}.hamburger{display:flex}}@media (max-width:480px){nav{padding:0 1rem;height:60px}.brand-logo{font-size:1.15rem}.brand-sub{font-size:.85rem}.nl{padding-top:calc(60px + 2rem)}}.hero{min-height:100vh;padding:82px 3.5rem 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;position:relative;overflow:hidden;background:var(--wh);isolation:isolate}.hero-diag{position:absolute;top:0;left:0;right:0;height:100vh;z-index:0;pointer-events:none;background:var(--off);clip-path:polygon(58% 0,100% 0,100% 100%,38% 100%)}.hero-diag:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,86,219,.02),transparent 60%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6;pointer-events:none;z-index:0;animation:orbFloat 8s ease-in-out infinite}.hero-orb:nth-child(1){width:420px;height:420px;top:-15%;right:-8%;background:radial-gradient(circle,rgba(26,86,219,.18),transparent 70%);animation-delay:0s}.hero-orb:nth-child(2){width:320px;height:320px;bottom:-10%;left:-5%;background:radial-gradient(circle,rgba(232,64,10,.12),transparent 70%);animation-delay:-3s;animation-duration:10s}.hero-orb:nth-child(3){width:260px;height:260px;top:30%;left:45%;background:radial-gradient(circle,rgba(107,63,160,.1),transparent 70%);animation-delay:-5s;animation-duration:12s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(4%,-3%) scale(1.06)}66%{transform:translate(-3%,2%) scale(.95)}}.hero-grid{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.06;background-image:linear-gradient(rgba(26,86,219,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(26,86,219,.12) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 30%,transparent 70%)}.hero-left{position:relative;z-index:2;padding:4rem 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:1.8rem;padding:.4rem 1rem;background:var(--blue-l);border:1px solid var(--blue-m);border-radius:100px}.hero-eyebrow .pdot{width:7px;height:7px;background:var(--blue);border-radius:50%;box-shadow:0 0 8px #1a56db66;animation:pd 2.2s ease-in-out infinite}@keyframes pd{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}.hero-title{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em;color:var(--ink);margin-bottom:1rem}.hero-title .gt{background:var(--grad-r);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-style:normal}.hero-subtitle{font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:500;line-height:1.55;color:var(--ink2);max-width:48ch;margin-bottom:.8rem;padding-left:1rem;border-left:3px solid var(--blue)}.hero-desc{font-size:clamp(.85rem,1.2vw,1rem);font-weight:400;line-height:1.75;color:var(--ink3);max-width:52ch;margin-bottom:2.2rem}.hero-cta{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.4rem}.hero-cta .bp{background:var(--ink);color:#fff;font-size:.85rem;font-weight:700;padding:.75rem 2rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #080f1e33;transition:all .25s;position:relative;overflow:hidden}.hero-cta .bp:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .25s}.hero-cta .bp:hover{transform:translateY(-3px);box-shadow:0 8px 30px #080f1e4d}.hero-cta .bp:hover:before{opacity:1}.hero-cta .bg{background:#fff;color:var(--ink);font-size:.85rem;font-weight:600;padding:.75rem 2rem;border:1.5px solid var(--bdr2);border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s}.hero-cta .bg:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.hero-trust{display:flex;align-items:center;gap:1.5rem;padding-top:1.8rem;border-top:1px solid var(--bdr);flex-wrap:wrap}.hero-trust .ti{display:flex;align-items:center;gap:.5rem;font-size:.74rem;font-weight:500;color:var(--ink3)}.hero-right{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:1rem;padding:8rem 0}.hero-bcard{background:#fff;border:1px solid var(--bdr);border-radius:18px;padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;box-shadow:var(--s2);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;animation:hbIn .6s ease-out both}.hero-bcard:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:18px 18px 0 0;background:var(--hc,var(--blue));transform:scaleX(1);transform-origin:left;transition:transform .35s ease}.hero-bcard:hover{transform:translateY(-4px);box-shadow:var(--s4)}.hero-bcard:hover:after{transform:scaleX(0)}.hero-bcard:nth-child(1){animation-delay:.1s}.hero-bcard:nth-child(2){animation-delay:.2s}.hero-bcard:nth-child(3){animation-delay:.15s}.hero-bcard:nth-child(4){animation-delay:.25s}.hero-bcard:nth-child(5){animation-delay:.3s}.hero-bcard:nth-child(6){animation-delay:.2s}@keyframes hbIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-bcard .bico{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-bcard .brow{display:flex;align-items:center;gap:.85rem}.hero-bcard .bname{font-weight:700;font-size:.95rem;color:var(--ink)}.hero-bcard .bsub{font-size:.76rem;font-weight:500;color:var(--ink4)}.hero-bcard .barr{font-size:.68rem;font-weight:700;color:var(--ink4);transition:all .2s;align-self:flex-end}.hero-bcard:hover .barr{color:var(--blue);transform:translate(3px)}.hero-more{display:none;grid-column:1/-1;justify-self:center;align-items:center;gap:.35rem;background:none;border:1.5px solid var(--bdr2);border-radius:100px;padding:.55rem 1.3rem;font-family:Manrope,sans-serif;font-size:.78rem;font-weight:600;color:var(--ink3);cursor:pointer;transition:all .2s}.hero-more:hover{border-color:var(--blue);color:var(--blue)}.hm-arrow{transition:transform .25s}.hm-arrow.up{transform:rotate(180deg)}@media (max-width:1024px){.hero{padding:82px 2rem 0;gap:2rem;min-height:auto}.hero-left{padding:2rem 0 3rem}.hero-right{gap:.8rem;padding:4rem 0}.hero-bcard{padding:1.2rem}.hero-bcard .bname{font-size:.88rem}.hero-bcard .bsub{font-size:.72rem}.hero-bcard .bico{width:38px;height:38px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-desc{font-size:.9rem}}@media (max-width:768px){.hero{padding:68px 1.5rem 0;grid-template-columns:1fr;gap:0;min-height:auto}.hero-diag{clip-path:polygon(0 55%,100% 45%,100% 100%,0 100%);height:60%}.hero-left{text-align:center;padding:1.5rem 0 0;display:flex;flex-direction:column;align-items:center}.hero-subtitle,.hero-desc{max-width:100%}.hero-cta,.hero-trust{justify-content:center}.hero-right{grid-template-columns:1fr 1fr;padding:1.5rem 0 2rem;gap:.6rem}.hero-bcard{padding:1rem}.hero-bcard .brow{gap:.5rem}.hero-bcard .bname{font-size:.82rem}.hero-bcard .bsub{font-size:.7rem}.hero-bcard .bico{width:34px;height:34px;border-radius:10px}.hero-more{display:inline-flex}.hero-right .hero-bcard-hide{display:none}.hero-right.expanded .hero-bcard-hide{display:block}.hero-title{font-size:1.75rem}.hero-eyebrow{font-size:.65rem;padding:.3rem .8rem;margin-bottom:1.2rem}}@media (max-width:480px){.hero{padding:60px 1rem 0}.hero-right{grid-template-columns:1fr;gap:.5rem}.hero-cta{flex-direction:column;width:100%}.hero-cta .bp,.hero-cta .bg{justify-content:center;text-align:center;font-size:.82rem;padding:.65rem 1.2rem;width:100%}.hero-trust{flex-direction:column;gap:.8rem;padding-top:1.2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.92rem}.hero-desc{font-size:.85rem;margin-bottom:1.2rem}.hero-bcard .bname{font-size:.78rem}.hero-bcard .bsub{font-size:.65rem}}.sbar{background:var(--ink);display:grid;grid-template-columns:repeat(4,1fr)}.sc{padding:2.2rem 2rem;text-align:center;border-right:1px solid rgba(255,255,255,.06);transition:background .25s}.sc:last-child{border-right:none}.sc:hover{background:#ffffff08}.sn{font-family:"Instrument Serif",serif;font-size:var(--fs-h3);color:#fff;line-height:var(--lh-heading)}.sl{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-top:.45rem}.sec{padding:9rem 3.5rem}.sec.alt{background:var(--off)}.sec.dark{background:var(--ink);color:#fff}.ey{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--blue-l);padding:.28rem .8rem;border-radius:100px;margin-bottom:.9rem;border:1px solid var(--blue-m)}.sec.dark .ey{background:#1a56db33;border-color:#1a56db4d;color:#7ab5ff}.st{font-family:"Instrument Serif",serif;font-size:var(--fs-h2);line-height:var(--lh-heading);letter-spacing:-.02em;color:var(--ink);margin-bottom:.9rem}.st .i{font-style:italic;color:var(--blue)}.sec.dark .st{color:#fff}.sec.dark .st .i{color:#7ab5ff}.sb{font-size:clamp(.9rem,1.3vw,1.05rem);font-weight:400;line-height:1.82;color:var(--ink3);max-width:58ch;margin-bottom:2rem}.sec.dark .sb{color:#ffffff7a}.sh{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.sgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.scard{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2.2rem;position:relative;overflow:hidden;box-shadow:var(--s2);text-decoration:none;color:inherit;display:block;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s,border-color .28s}.scard:hover{transform:translateY(-6px);box-shadow:var(--s5)}.scard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:16px 16px 0 0;background:var(--cc,var(--blue));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.scard:hover:before{transform:scaleX(1)}.stop{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.sico{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:color-mix(in srgb,var(--cc,var(--blue)) 10%,white);border:1px solid color-mix(in srgb,var(--cc,var(--blue)) 18%,white)}.stat-pill{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.28rem .75rem;border-radius:100px}.live{background:#ecfdf5;color:#059669;border:1px solid #A7F3D0}.soon{background:#fef9ee;color:#92400e;border:1px solid #FDE68A}.sbr{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cc,var(--blue));margin-bottom:.35rem}.snm{font-weight:800;font-size:1rem;color:var(--ink);margin-bottom:.6rem}.sdesc{font-size:.85rem;font-weight:400;line-height:1.72;color:var(--ink3);margin-bottom:1.2rem}.stags{display:flex;flex-wrap:wrap;gap:.35rem}.tag{font-size:.68rem;font-weight:600;letter-spacing:.06em;padding:.24rem .7rem;border-radius:100px;background:var(--off);color:var(--ink3);border:1px solid var(--bdr)}.slink{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--cc,var(--blue));margin-top:1.4rem;text-decoration:none;border-top:1px solid var(--bdr);padding-top:1.2rem;width:100%;transition:gap .2s}.slink:hover{gap:.7rem}.cta-card{background:var(--ink);border:none;cursor:default}.cta-card:hover{transform:translateY(-6px);box-shadow:var(--s5)}.cta-card:before{display:none}@media (max-width:1024px){.sec{padding:5rem 2rem}.sgrid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.scard{padding:1.8rem}.sh{flex-direction:column;align-items:flex-start}.sbar{grid-template-columns:repeat(2,1fr)}.sc:nth-child(2){border-right:none}.sc{padding:1.5rem}}@media (max-width:768px){.sbar{grid-template-columns:repeat(2,1fr)}.sc{padding:1.2rem 1rem}.sn{font-size:1.3rem}.sl{font-size:.62rem}.sec{padding:3rem 1.5rem}.sgrid{grid-template-columns:1fr;gap:1rem}.scard{padding:1.5rem}.sico{width:46px;height:46px;font-size:1.3rem}.snm{font-size:.95rem}.sdesc{font-size:.82rem}.ey{font-size:.65rem;padding:.22rem .65rem;margin-bottom:.7rem}.st{font-size:1.4rem}.sb{font-size:.9rem;margin-bottom:1.5rem}}@media (max-width:480px){.sbar{grid-template-columns:1fr}.sc{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}.sc:last-child{border-bottom:none}.sn{font-size:1.2rem}.sec{padding:2rem 1rem}.scard{padding:1.2rem}.sico{width:40px;height:40px;font-size:1.1rem;border-radius:10px}.snm{font-size:.9rem}.sdesc{font-size:.8rem}.stat-pill{font-size:.6rem;padding:.2rem .55rem}.tag{font-size:.62rem;padding:.2rem .55rem}.slink{font-size:.78rem;margin-top:1rem;padding-top:.8rem}.cta-card{padding:1.5rem}}#team .st{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;letter-spacing:-.03em}#team .st .i{font-style:normal;background:var(--grad-r);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}#team.sec{padding-top:3rem}.tscroll-wrapper{position:relative;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.tscroll-wrapper::-webkit-scrollbar{display:none}.tgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tscroll-indicator{height:4px;background:var(--bdr);border-radius:2px;margin-top:1rem}.tmc{position:relative;background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.2rem;box-shadow:var(--s2);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem}.tmc:hover{transform:translateY(-4px);box-shadow:var(--s5)}.tmc-founder{border-color:var(--blue-m);box-shadow:0 2px 16px #1a56db1a}.tmc-avatar{position:relative;width:180px;height:180px;border-radius:50%;overflow:hidden;border:2px solid var(--bdr);flex-shrink:0}.tmc-avatar img{width:100%;height:100%;object-fit:cover}.tmc-avatar-ring{position:absolute;inset:-2px;border-radius:50%;border:2px dashed var(--blue-m);animation:spin 20s linear infinite;pointer-events:none}.tmc-name{font-weight:800;font-size:1rem;color:var(--ink);line-height:1.2}.tmc-title{font-size:.75rem;font-weight:600;color:var(--blue);line-height:1.3}.tmc-title a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.tmc-title a:hover{color:var(--blue-h)}.tmc-loc{font-size:.7rem;color:var(--ink4)}.tmc-bio{font-size:.78rem;color:var(--ink3);line-height:1.5}.tmc-tags{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;padding-top:.2rem}.tmc-tag{display:inline-block;font-size:.65rem;font-weight:600;padding:.2rem .55rem;background:var(--blue-l);color:var(--blue);border-radius:100px;border:1px solid var(--blue-m)}.tmc-tag-alt{background:var(--orange-l);color:var(--orange);border-color:var(--orange-m)}.tcard{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;text-align:center;box-shadow:var(--s2);transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s}.tcard:hover{transform:translateY(-6px);box-shadow:var(--s5)}.tico{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin:0 auto .8rem;background:var(--off);border:1px solid var(--bdr)}.tnm{font-family:"Instrument Serif",serif;font-size:1.15rem;color:var(--ink);margin-bottom:.15rem}.ttitle{font-size:.82rem;font-weight:600;color:var(--blue);margin-bottom:.6rem}.tbio{font-size:.88rem;color:var(--ink3);line-height:1.55}@media (max-width:1024px){.tgrid{grid-template-columns:repeat(2,1fr);gap:1.2rem}#team .st{font-size:2rem}#team.sec{padding-top:2.5rem}}@media (max-width:768px){.tgrid{grid-template-columns:repeat(4,320px);gap:1.3rem;min-width:0}.tscroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tscroll-wrapper::-webkit-scrollbar{display:none}#team .st{font-size:1.75rem}#team.sec{padding-top:2rem}.tmc{padding:1.5rem}.tmc-avatar{width:130px;height:130px}.tmc-name{font-size:.95rem}.tmc-title{font-size:.72rem}.tmc-loc{font-size:.68rem}.tmc-bio{font-size:.75rem}.tmc-tag{font-size:.62rem;padding:.18rem .45rem}}@media (max-width:480px){.tgrid{grid-template-columns:repeat(4,300px);gap:1.15rem}#team .st{font-size:1.5rem}#team.sec{padding-top:1.5rem}.tmc{padding:1.35rem}.tmc-avatar{width:140px;height:140px}.tmc-name{font-size:.9rem}.tmc-title{font-size:.7rem}.tmc-loc{font-size:.65rem}.tmc-bio{font-size:.72rem}.tmc-tag{font-size:.6rem;padding:.15rem .4rem}}.biz-sec{padding-top:3rem;padding-bottom:3rem}.biz-sec .st{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em}.biz-sec .st .i{font-style:normal;background:var(--grad-r);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.biz-sec .sb{font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:500;line-height:1.55;color:var(--ink2);max-width:52ch;border-left:3px solid var(--blue);padding-left:1rem;margin-bottom:2rem}.biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.biz-card{background:#fff;border:1px solid var(--bdr);border-radius:12px;padding:1.2rem;position:relative;overflow:hidden;box-shadow:var(--s2);text-decoration:none;color:inherit;display:block;transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s,border-color .28s}.biz-card:hover{transform:translateY(-4px);box-shadow:var(--s5)}.biz-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0;background:var(--cc,var(--blue));transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.biz-card:hover:before{transform:scaleX(1)}.biz-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.7rem}.biz-ico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:var(--off);border:1px solid var(--bdr)}.biz-pill{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:100px}.biz-br{font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cc,var(--blue));margin-bottom:.1rem}.biz-name{font-weight:800;font-size:.85rem;color:var(--ink);margin-bottom:.2rem}.biz-cat,.biz-desc{font-size:.72rem;font-weight:400;line-height:1.4;color:var(--ink3);margin-bottom:.5rem}.biz-tags{display:flex;flex-wrap:wrap;gap:.2rem}.biz-tag{font-size:.6rem;font-weight:600;letter-spacing:.06em;padding:.15rem .45rem;border-radius:100px;background:var(--off);color:var(--ink3);border:1px solid var(--bdr)}.biz-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;color:var(--cc,var(--blue));margin-top:.7rem;text-decoration:none;border-top:1px solid var(--bdr);padding-top:.6rem;width:100%;transition:gap .2s}.biz-link:hover{gap:.6rem}.biz-card:last-child{background:linear-gradient(145deg,#0a1628,#1a2d4d);border-color:#1a3a6b}.biz-card:last-child .biz-name{color:#fff}.biz-card:last-child .biz-cat,.biz-card:last-child .biz-desc{color:#fff9}.biz-card:last-child .biz-ico{background:#ffffff14;border-color:#ffffff1a}.biz-card:last-child .biz-tag{background:#ffffff14;color:#fff9;border-color:#ffffff1a}.biz-card:last-child .biz-link{color:var(--cc,var(--blue));border-top-color:#ffffff1a}.biz-card-cta{background:#0d1c33;border:2px solid rgba(255,255,255,.12);cursor:default}.biz-card-cta:hover{transform:translateY(-6px);box-shadow:var(--s5)}.biz-card-cta:before{display:none}.biz-cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:.6rem}.biz-cta-heading{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;margin-bottom:.35rem}.biz-cta-flag{font-size:1.2rem;margin-bottom:.25rem}.biz-cta-title{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:.25rem}.biz-cta-desc{font-size:.78rem;color:#fff9;margin-bottom:.8rem;max-width:28ch}.biz-cta-btn{background:#fff;color:var(--ink);font-size:.8rem;font-weight:700;padding:.5rem 1.4rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s}.biz-cta-btn:hover{background:var(--blue-l);transform:translateY(-2px)}@media (max-width:1024px){.biz-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.biz-sec .st{font-size:2rem}}@media (max-width:768px){.biz-grid{grid-template-columns:1fr;gap:1rem}.biz-card{padding:1rem}.biz-name{font-size:.8rem}.biz-cat,.biz-desc{font-size:.7rem}.biz-sec .st{font-size:1.5rem}.biz-sec .sb{font-size:.9rem;max-width:100%}}@media (max-width:480px){.biz-grid{gap:.8rem}.biz-card{padding:.8rem}.biz-name{font-size:.75rem}.biz-ico{width:32px;height:32px;border-radius:8px}.biz-cta-content{padding:.4rem}.biz-cta-title{font-size:1rem}.biz-cta-desc{font-size:.7rem}.biz-cta-btn{font-size:.72rem;padding:.4rem .9rem}.biz-sec .st{font-size:1.25rem}}footer{background:#fffffff7;backdrop-filter:blur(24px);color:var(--ink);padding:4rem 3.5rem 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;border-top:1px solid var(--bdr)}.fbrand{display:flex;flex-direction:column;gap:.8rem}.flogo{font-size:1.35rem;font-weight:800;color:var(--ink);letter-spacing:-.02em}.fdesc{font-size:.88rem;color:var(--ink3);line-height:1.6;max-width:32ch}.fch2{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink4);margin-bottom:.8rem}.fcl{display:flex;flex-direction:column;gap:.5rem}.fcl a{font-size:.88rem;color:var(--ink3);text-decoration:none;transition:color .2s}.fcl a:hover{color:var(--ink)}.fbot{grid-column:1/-1;display:flex;justify-content:center;align-items:center;padding-top:2rem;border-top:1px solid var(--bdr);flex-wrap:wrap;gap:1rem;text-align:center}.fcopy{font-size:.78rem;color:var(--ink4)}.fsocial{display:flex;gap:.8rem}.fsocial a{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--off);color:var(--ink4);text-decoration:none;transition:all .2s}.fsocial a:hover{background:var(--bdr);color:var(--ink)}@media (max-width:1024px){footer{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){footer{grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:3rem 1.5rem 2rem}.fbrand{grid-column:1/-1;align-items:center;text-align:center}.fdesc{max-width:100%}.fbot{grid-column:1/-1;flex-direction:column;text-align:center}.fch2{font-size:.62rem;margin-bottom:.5rem}.fcl a{font-size:.78rem}.fcl{gap:.35rem}}@media (max-width:480px){footer{padding:2.5rem 1rem 1.5rem;gap:1rem;grid-template-columns:repeat(3,1fr)}.fbrand{grid-column:1/-1;gap:.5rem}.flogo{font-size:1.15rem}.fdesc{font-size:.8rem}.fch2{font-size:.58rem;margin-bottom:.4rem;letter-spacing:.1em}.fcl a{font-size:.72rem}.fcl{gap:.3rem}.fsocial a{width:32px;height:32px}.fcopy{font-size:.7rem}.fbot{grid-column:1/-1}}.auth-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:9rem 2rem 2rem;background:var(--off);position:relative;overflow:hidden}.auth-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.auth-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.aorb-1{width:400px;height:400px;background:var(--blue);top:-10%;right:-5%;animation:float 20s ease-in-out infinite}.aorb-2{width:300px;height:300px;background:#a855f7;bottom:-10%;left:-5%;animation:float 25s ease-in-out infinite reverse}.aorb-3{width:250px;height:250px;background:#f97316;top:50%;left:50%;transform:translate(-50%,-50%);animation:float 18s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.auth-container{position:relative;z-index:1;background:#fff;border-radius:20px;box-shadow:var(--s5);max-width:440px;width:100%;overflow:hidden}.auth-card{position:relative}.auth-close{position:absolute;top:.8rem;right:.8rem;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#0000000a;border-radius:50%;cursor:pointer;color:var(--ink4);transition:all .2s ease}.auth-close:hover{background:#00000014;color:var(--ink);transform:rotate(90deg)}.auth-tabs{display:flex;border-bottom:1px solid var(--bdr);background:var(--off)}.auth-tab{flex:1;padding:1rem;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:700;color:var(--ink4);background:none;border:none;cursor:pointer;position:relative;transition:all .3s ease}.auth-tab:hover{color:var(--ink);background:#1a56db08}.auth-tab.active{color:var(--blue)}.auth-tab.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:3px;background:var(--blue);border-radius:3px 3px 0 0}.auth-body{padding:1.5rem 2rem 2rem}.auth-message{padding:.85rem 1rem;border-radius:10px;font-size:.88rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;animation:slideIn .3s ease}.auth-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.auth-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-field{display:flex;flex-direction:column;gap:.3rem}.auth-field label{font-size:.8rem;font-weight:700;color:var(--ink);letter-spacing:.01em}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:10px;color:var(--ink4);pointer-events:none;transition:color .2s}.auth-input-wrap input{width:100%;padding:.75rem 1rem .75rem 2.6rem;border:1.5px solid var(--bdr);border-radius:10px;font-family:Manrope,sans-serif;font-size:.9rem;color:var(--ink);background:var(--off);transition:all .25s ease}.auth-input-wrap input::placeholder{color:var(--ink4)}.auth-input-wrap input:focus{outline:none;border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px #1a56db14}.auth-input-wrap input:focus+.auth-input-icon,.auth-input-wrap input:focus~.auth-input-icon{color:var(--blue)}.auth-pw-toggle{position:absolute;right:8px;background:none;border:none;cursor:pointer;color:var(--ink4);padding:.35rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.auth-forgot{text-align:right;margin:-.2rem 0 .4rem}.auth-forgot-link{background:none;border:none;color:var(--blue);font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease}.auth-forgot-link:hover{color:var(--blue-h);text-decoration:underline}.auth-submit{width:100%;padding:.85rem!important;background:var(--ink)!important;color:#fff!important;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:11px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #080f1e33}.auth-submit:hover:not(:disabled){opacity:.9;transform:translateY(-2px);box-shadow:0 6px 20px #080f1e40}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{display:inline-block;width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.auth-divider,.auth-social{display:none}.auth-social-btn:before{content:"";position:absolute;inset:0;background:currentColor;opacity:0;transition:opacity .25s}.auth-social-btn:hover{border-color:var(--bdr2);transform:translateY(-2px);box-shadow:var(--s3)}.auth-social-btn:hover:before{opacity:.04}.auth-social-btn svg{position:relative;z-index:1}.auth-switch{text-align:center;margin-top:1.2rem;color:var(--ink3);font-size:.85rem;line-height:1.5}.auth-switch p{margin:.4rem 0}.auth-switch-link{background:none;border:none;color:var(--blue);font-weight:800;cursor:pointer;transition:all .2s ease;text-decoration:none}.auth-switch-link:hover{color:var(--blue-h);text-decoration:underline;text-underline-offset:3px}.auth-terms{font-size:.78rem;color:var(--ink4);margin-top:.6rem}.auth-terms a{color:var(--blue);text-decoration:none;font-weight:600}.auth-terms a:hover{text-decoration:underline}@media (max-width:1024px){.auth-page{padding:8rem 1.5rem 2rem}.auth-body{padding:1.3rem 1.8rem 1.8rem}}@media (max-width:768px){.auth-page{padding:7rem 1rem 1.5rem}.auth-container{max-width:100%;border-radius:18px}.auth-body{padding:1.2rem 1.5rem 1.5rem}.auth-submit{padding:.8rem!important;font-size:.9rem}}@media (max-width:480px){.auth-page{padding:6rem .8rem 1.2rem}.auth-container{border-radius:16px}.auth-close{top:.25rem;right:.25rem;width:26px;height:26px}.auth-tab{padding:.75rem;font-size:.85rem}.auth-body{padding:1rem 1.2rem 1.3rem}.auth-input-wrap input{padding:.7rem .9rem .7rem 2.5rem;font-size:.86rem}.auth-submit{padding:.75rem!important;font-size:.88rem}.auth-social{flex-direction:column;gap:.6rem}.auth-social-btn{padding:.65rem}}.dashboard-nav-link{display:inline-flex;align-items:center;gap:.4rem;color:#8b5cf6!important;font-weight:600;padding:.5rem 1rem;border-radius:8px;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);transition:all .3s ease}.dashboard-nav-link:hover{background:#8b5cf633;transform:translateY(-2px)}.dashboard{min-height:100vh;background:#f8fafc}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.dashboard-brand{display:flex;align-items:center}.dashboard-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:800;letter-spacing:-.02em}.dashboard-user{display:flex;align-items:center;gap:1.5rem}.dashboard-user-info{display:flex;align-items:center;gap:.75rem}.dashboard-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.dashboard-user-details{display:flex;flex-direction:column}.dashboard-user-name{font-weight:600;font-size:.9rem;color:#1e293b}.dashboard-user-email{font-size:.75rem;color:#64748b}.dashboard-logout{padding:.6rem 1.2rem;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.dashboard-logout:hover{background:#dc2626;transform:translateY(-1px)}.dashboard-container{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 73px)}.dashboard-sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 0;display:flex;flex-direction:column}.dashboard-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.dashboard-nav-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:none;background:transparent;text-align:left;width:100%;border-radius:8px;cursor:pointer;font-size:.9rem;color:#64748b;transition:all .3s ease;font-weight:500}.dashboard-nav-item:hover{background:#f1f5f9;color:#334155}.dashboard-nav-item.active{background:#6366f11a;color:#6366f1;font-weight:600}.dashboard-sidebar-footer{margin-top:auto;padding:1rem;border-top:1px solid #e2e8f0}.dashboard-back-link{color:#6366f1;text-decoration:none;font-weight:500;font-size:.9rem;transition:opacity .3s}.dashboard-back-link:hover{opacity:.7}.dashboard-main{padding:2rem;overflow-y:auto}.dashboard-content{max-width:1400px;margin:0 auto}.dashboard-title{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}.dashboard-subtitle{color:#64748b;margin-bottom:2rem;font-size:1rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .3s,box-shadow .3s}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.dashboard-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.dashboard-stat-info{flex:1;display:flex;flex-direction:column}.dashboard-stat-number{font-family:Manrope,sans-serif;font-size:1.75rem;font-weight:800;color:#1e293b;line-height:1;margin-bottom:.25rem}.dashboard-stat-label{font-size:.85rem;color:#64748b;font-weight:500}.dashboard-stat-trend{font-size:.8rem;font-weight:600;padding:.25rem .5rem;border-radius:20px}.dashboard-stat-trend.positive{background:#dcfce7;color:#16a34a}.dashboard-stat-trend.negative{background:#fee2e2;color:#dc2626}.dashboard-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.dashboard-section-title{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.dashboard-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.dashboard-table th{background:#f8fafc;font-weight:600;color:#64748b;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em}.dashboard-table tr:hover{background:#f8fafc}.dashboard-status-badge{display:inline-block;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.dashboard-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.dashboard-action-btn{padding:1rem;background:#fff;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;color:#475569;transition:all .3s}.dashboard-action-btn:hover{border-color:#6366f1;background:#6366f10d;color:#6366f1;transform:translateY(-2px)}.dashboard-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-primary-btn{padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}.dashboard-primary-btn:hover{background:#5558e3;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.dashboard-filters{display:flex;gap:1rem;margin-bottom:1.5rem}.dashboard-select,.dashboard-search{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff}.dashboard-select{min-width:180px}.dashboard-search{flex:1;max-width:400px}.dashboard-row-actions{display:flex;gap:.5rem}.dashboard-icon-btn{background:transparent;border:none;cursor:pointer;font-size:1.1rem;padding:.4rem;border-radius:6px;transition:background .3s}.dashboard-icon-btn:hover{background:#f1f5f9}.dashboard-grid-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.dashboard-product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .3s,box-shadow .3s}.dashboard-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.dashboard-product-image{height:160px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;font-size:3rem}.dashboard-product-info{padding:1.25rem}.dashboard-product-info h3{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.dashboard-product-info p{color:#64748b;font-size:.9rem;margin-bottom:.75rem}.dashboard-product-price{display:block;font-weight:700;color:#059669;font-size:1.1rem;margin-bottom:1rem}.dashboard-product-actions{display:flex;gap:.5rem}.dashboard-small-btn{flex:1;padding:.5rem;border:1px solid #d1d5db;background:#fff;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s}.dashboard-small-btn:hover{background:#f9fafb}.dashboard-small-btn.danger{color:#ef4444;border-color:#fecaca}.dashboard-small-btn.danger:hover{background:#fef2f2}.dashboard-settings-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.dashboard-settings-section h2{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem}.dashboard-form-group{margin-bottom:1.25rem}.dashboard-form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.dashboard-input{width:100%;max-width:400px;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .3s}.dashboard-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dashboard-toggle-group{display:flex;flex-direction:column;gap:1rem}.dashboard-toggle-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.75rem;background:#f9fafb;border-radius:8px;transition:background .3s}.dashboard-toggle-label:hover{background:#f3f4f6}.dashboard-toggle-label span{font-weight:500;color:#374151}.dashboard-toggle{width:44px;height:24px;appearance:none;background:#d1d5db;border-radius:12px;position:relative;cursor:pointer;transition:background .3s}.dashboard-toggle:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.dashboard-toggle:checked{background:#6366f1}.dashboard-toggle:checked:before{transform:translate(20px)}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.dashboard-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:dashboard-spin 1s linear infinite}@keyframes dashboard-spin{to{transform:rotate(360deg)}}.dashboard-loading p{color:#64748b;font-weight:500}@media (max-width: 1024px){.dashboard-container{grid-template-columns:1fr}.dashboard-sidebar{display:none}.dashboard-header{padding:1rem}.dashboard-main{padding:1.5rem}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.dashboard-title{font-size:1.5rem}}@media (max-width: 768px){.dashboard-user-info{display:none}.dashboard-page-header{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-filters{flex-direction:column}.dashboard-search{max-width:100%}.dashboard-grid-products,.dashboard-actions{grid-template-columns:1fr}}.iw{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.il{display:flex;flex-direction:column;gap:1.2rem}.il h2{font-family:Manrope,sans-serif;font-size:var(--fs-h2);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.02em;color:#fff;margin-bottom:.2rem}.il h2 em{font-style:italic;color:#7ab5ff}.il p{font-size:1rem;color:#ffffff8c;line-height:1.6}.ipts{display:flex;flex-direction:column;gap:.6rem}.ipt{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#ffffffb3}.idot{width:8px;height:8px;border-radius:50%;background:var(--blue);flex-shrink:0}.inote{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:#ffffff73}.inote-icon{color:var(--green);flex-shrink:0;font-weight:700}.fcard{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;box-shadow:var(--s2)}.fch{margin-bottom:1.5rem}.fch h3{font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.25rem}.fch p{font-size:.82rem;color:var(--ink4)}form{display:flex;flex-direction:column;gap:1rem}.frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.fi,.fta,.fisel{width:100%;padding:.75rem 1rem;border:1px solid var(--bdr);border-radius:10px;font-family:Manrope,sans-serif;font-size:.9rem;color:var(--ink);background:var(--off);transition:border-color .2s,box-shadow .2s;outline:none}.fi:focus,.fta:focus,.fisel:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1a56db1a}.fi::placeholder,.fta::placeholder{color:var(--ink4)}.fta{min-height:110px;resize:vertical}.fisel{cursor:pointer;appearance:none;-webkit-appearance:none;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='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.fsub{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:700;color:#fff;background:var(--ink);border:none;border-radius:10px;padding:.85rem 2rem;cursor:pointer;transition:background .2s,transform .15s;width:100%}.fsub:hover{background:#222;transform:translateY(-1px)}.fsub svg{transition:transform .2s}.fsub:hover svg{transform:translate(3px)}@media (max-width:1024px){.iw{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.iw{grid-template-columns:1fr;gap:2rem}.il h2{font-size:1.5rem}.fcard{padding:1.5rem}.fi,.fta,.fisel{font-size:.85rem;padding:.65rem .85rem}.fsub{font-size:.9rem;padding:.75rem 1.5rem}}@media (max-width:480px){.iw{grid-template-columns:1fr;gap:1.5rem}.il h2{font-size:1.3rem}.frow{grid-template-columns:1fr}.fcard{padding:1.2rem}.fi,.fta,.fisel{font-size:.82rem;padding:.6rem .75rem}.fsub{font-size:.85rem;padding:.7rem 1.2rem}}.wifi-hero{min-height:100vh;padding:82px 3.5rem 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;position:relative;overflow:hidden;background:var(--wh);isolation:isolate}.wifi-hero-bg{position:absolute;top:0;left:0;right:0;height:100vh;z-index:0;pointer-events:none;background:var(--off);clip-path:polygon(58% 0,100% 0,100% 100%,38% 100%)}.wifi-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,86,219,.02),transparent 60%)}.wifi-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6;pointer-events:none;z-index:0;animation:orbFloat 8s ease-in-out infinite}.wifi-orb:nth-child(1){width:420px;height:420px;top:-15%;right:-8%;background:radial-gradient(circle,rgba(26,86,219,.18),transparent 70%);animation-delay:0s}.wifi-orb:nth-child(2){width:320px;height:320px;bottom:-10%;left:-5%;background:radial-gradient(circle,rgba(232,64,10,.12),transparent 70%);animation-delay:-3s;animation-duration:10s}.wifi-orb:nth-child(3){width:260px;height:260px;top:30%;left:45%;background:radial-gradient(circle,rgba(107,63,160,.1),transparent 70%);animation-delay:-5s;animation-duration:12s}.wifi-hero-grid{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.06;background-image:linear-gradient(rgba(26,86,219,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(26,86,219,.12) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 30%,transparent 70%)}.wifi-hero-content{position:relative;z-index:2;padding:4rem 0}.wifi-hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-wifi);margin-bottom:1.8rem;padding:.4rem 1rem;background:#1a56db14;border:1px solid rgba(26,86,219,.2);border-radius:100px}.wifi-dot{width:7px;height:7px;background:var(--c-wifi);border-radius:50%;box-shadow:0 0 8px #1a56db66;animation:pd 2.2s ease-in-out infinite}.wifi-hero-title{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em;color:var(--ink);margin-bottom:1rem}.wifi-hero-title .wifi-gt{background:linear-gradient(90deg,var(--c-wifi) 0%,#6B3FA0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-style:normal}.wifi-hero-sub{font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:500;line-height:1.55;color:var(--ink2);max-width:48ch;margin-bottom:.8rem;padding-left:1rem;border-left:3px solid var(--c-wifi)}.wifi-hero-desc{font-size:clamp(.85rem,1.2vw,1rem);font-weight:400;line-height:1.75;color:var(--ink3);max-width:52ch;margin-bottom:2.2rem}.wifi-hero-cta{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.4rem}.wifi-btn-p{background:var(--ink);color:#fff;font-size:.9rem;font-weight:700;padding:.82rem 2.2rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #080f1e33;transition:all .25s;position:relative;overflow:hidden}.wifi-btn-p:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .25s}.wifi-btn-p:hover{transform:translateY(-3px);box-shadow:0 8px 30px #080f1e4d}.wifi-btn-p:hover:before{opacity:1}.wifi-btn-s{background:#fff;color:var(--ink);font-size:.9rem;font-weight:600;padding:.8rem 2.2rem;border:1.5px solid var(--bdr2);border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s}.wifi-btn-s:hover{border-color:var(--c-wifi);color:var(--c-wifi);transform:translateY(-2px)}.wifi-hero-stats{display:flex;gap:2rem;padding-top:1.8rem;border-top:1px solid var(--bdr);flex-wrap:wrap}.wifi-stat{display:flex;flex-direction:column;gap:.15rem}.wifi-stat-num{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;color:var(--ink)}.wifi-stat-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink4)}.wifi-stat-div{width:1px;background:var(--bdr)}.wifi-hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:4rem 0}.wifi-sec{padding:7rem 3.5rem;position:relative}.wifi-sec-alt{background:var(--off)}.wifi-sec-dark{background:var(--ink);color:#fff}.wifi-sec-cta{padding:3.5rem 2rem 4.5rem;background:var(--off)}.wifi-ey{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-wifi);background:#1a56db14;padding:.28rem .8rem;border-radius:100px;margin-bottom:.9rem;border:1px solid rgba(26,86,219,.15)}.wifi-ey-dark{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7ab5ff;background:#1a56db33;padding:.28rem .8rem;border-radius:100px;margin-bottom:.9rem;border:1px solid rgba(26,86,219,.3)}.wifi-st{font-family:Manrope,sans-serif;font-size:var(--fs-h2);line-height:var(--lh-heading);letter-spacing:-.02em;color:var(--ink);margin-bottom:.9rem}.wifi-st .wifi-st-i{font-style:normal;background:linear-gradient(90deg,var(--c-wifi) 0%,#6B3FA0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wifi-st-dark{font-family:Manrope,sans-serif;font-size:var(--fs-h2);line-height:var(--lh-heading);letter-spacing:-.02em;color:#fff;margin-bottom:.9rem}.wifi-st-dark .wifi-st-i-dark{font-style:normal;color:#7ab5ff}.wifi-sb{font-size:clamp(.9rem,1.3vw,1.05rem);font-weight:400;line-height:1.82;color:var(--ink3);max-width:58ch;margin-bottom:3.5rem}.wifi-sb-dark{font-size:clamp(.9rem,1.3vw,1.05rem);font-weight:400;line-height:1.82;color:#ffffff7a;max-width:58ch;margin-bottom:3.5rem}.wifi-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:950px;margin:0 auto}.wifi-plan-card{background:#fff;border:1px solid var(--bdr);border-radius:12px;padding:1.2rem;position:relative;overflow:hidden;box-shadow:var(--s2);transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s;display:flex;flex-direction:column}.wifi-plan-card:hover{transform:translateY(-5px);box-shadow:var(--s5)}.wifi-plan-featured{border-color:var(--pc,var(--blue));box-shadow:0 0 0 1px var(--pc,var(--blue)),var(--s3)}.wifi-plan-badge{position:absolute;top:8px;right:8px;font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .55rem;border-radius:100px;background:var(--pc,var(--blue));color:#fff}.wifi-plan-ico{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:.6rem}.wifi-plan-name{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:800;color:var(--ink);margin-bottom:.2rem}.wifi-plan-price{display:flex;align-items:baseline;gap:.12rem;margin-bottom:.35rem}.wifi-plan-currency{font-size:.72rem;font-weight:600;color:var(--ink4)}.wifi-plan-amount{font-size:1.5rem;font-weight:800;color:var(--ink);line-height:1}.wifi-plan-period{font-size:.7rem;color:var(--ink4);font-weight:500}.wifi-plan-desc{font-size:.72rem;color:var(--ink3);margin-bottom:.8rem;line-height:1.4}.wifi-plan-features{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem;flex:1}.wifi-plan-features li{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--ink2)}.wifi-plan-features li svg{color:var(--pc,var(--blue));flex-shrink:0}.wifi-plan-btn{width:100%;padding:.65rem .9rem;border-radius:9px;font-family:Manrope,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.35rem;transition:all .2s;cursor:pointer;border:none}.wifi-plan-btn:hover{transform:translateY(-2px);opacity:.9}.wifi-coverage-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.wifi-coverage-visual{position:relative;width:100%;aspect-ratio:1/1;max-width:400px;margin:0 auto}.wifi-cr{position:absolute;border-radius:50%;border:1px solid rgba(26,86,219,.15)}.wifi-cr:nth-child(1){inset:0;animation:crPulse 3s ease-in-out infinite}.wifi-cr:nth-child(2){inset:10%;animation:crPulse 3s ease-in-out infinite .5s}.wifi-cr:nth-child(3){inset:20%;animation:crPulse 3s ease-in-out infinite 1s}.wifi-cr:nth-child(4){inset:30%;animation:crPulse 3s ease-in-out infinite 1.5s}@keyframes crPulse{0%,to{border-color:#1a56db26}50%{border-color:#1a56db59}}.wifi-crc{position:absolute;inset:35%;background:var(--c-wifi);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 32px #1a56db4d}.wifi-crc span:first-child{font-size:2rem}.wifi-crc span:last-child{font-size:.85rem;font-weight:700}.wifi-cpts{display:flex;flex-direction:column;gap:1rem}.wifi-cpt{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;background:#fff;border:1px solid var(--bdr);border-radius:12px;box-shadow:var(--s1);transition:box-shadow .2s}.wifi-cpt:hover{box-shadow:var(--s2)}.wifi-cpt-ico{font-size:1.4rem;flex-shrink:0}.wifi-cpt-title{font-weight:700;font-size:.95rem;color:var(--ink);margin-bottom:.15rem}.wifi-cpt-desc{font-size:.82rem;color:var(--ink3);line-height:1.5}.wifi-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;position:relative}.wifi-step{text-align:center;padding:1.5rem 1rem;position:relative}.wifi-step-num{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:1rem;font-weight:800;margin:0 auto 1rem;font-family:Manrope,sans-serif}.wifi-step-ico{font-size:2.4rem;margin-bottom:.6rem}.wifi-step-title{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.wifi-step-desc{font-family:Manrope,sans-serif;font-size:.95rem;line-height:1.6;color:var(--ink3)}.wifi-step-line{position:absolute;top:60px;right:-1rem;width:2rem;height:2px;background:var(--bdr)}.wifi-devices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.wifi-device-card{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:1.8rem;text-align:center;box-shadow:var(--s2);transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s}.wifi-device-card:hover{transform:translateY(-6px);box-shadow:var(--s5)}.wifi-device-ico{font-size:2.5rem;margin-bottom:.8rem}.wifi-device-name{font-family:Manrope,sans-serif;font-size:.98rem;font-weight:700;color:var(--ink);margin-bottom:.3rem}.wifi-device-desc{font-size:.82rem;color:var(--ink3);line-height:1.5}.wifi-why-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.wifi-why-left{display:flex;flex-direction:column}.wifi-why-points{display:flex;flex-direction:column;gap:.85rem;margin-top:1.2rem}.wifi-why-pt{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .9rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:background .2s}.wifi-why-pt:hover{background:#ffffff14}.wifi-why-pt-ico{font-size:1.25rem;flex-shrink:0;width:32px;text-align:center}.wifi-why-pt-title{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:#fff;margin-bottom:.1rem}.wifi-why-pt-desc{font-family:Manrope,sans-serif;font-size:.78rem;line-height:1.45;color:#ffffffa6}.wifi-why-right{display:flex;justify-content:center}.wifi-why-card{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:1.8rem 1.5rem;text-align:center;max-width:360px;box-shadow:var(s3)}.wifi-why-card-icon{font-size:2.6rem;margin-bottom:.7rem}.wifi-why-card-title{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800;color:var(--ink);margin-bottom:.45rem}.wifi-why-card-desc{font-family:Manrope,sans-serif;font-size:.82rem;line-height:1.5;color:var(--ink3);margin-bottom:1.2rem}.wifi-why-card-stats{display:flex;gap:0;justify-content:center;border-top:1px solid var(--bdr);padding-top:.9rem}.wifi-why-cs{flex:1;display:flex;flex-direction:column;gap:.12rem;padding:0 .7rem;border-right:1px solid var(--bdr)}.wifi-why-cs:last-child{border-right:none}.wifi-why-cs-num{font-size:1.15rem;font-weight:800;color:var(--ink);font-family:Manrope,sans-serif}.wifi-why-cs-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink4)}.wifi-faq-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.2rem}.wifi-faq-card{background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.5rem;transition:box-shadow .2s,border-color .2s}.wifi-faq-card:hover{box-shadow:var(--s3);border-color:var(--c-wifi)}.wifi-faq-q{display:flex;align-items:flex-start;gap:.6rem;font-size:.87rem;font-weight:700;color:var(--ink);margin-bottom:.6rem;line-height:1.45}.wifi-faq-q-ico{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:var(--c-wifi);color:#fff;font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:1px}.wifi-faq-a{display:flex;align-items:flex-start;gap:.6rem;font-size:.8rem;line-height:1.6;color:var(--ink3)}.wifi-faq-a-ico{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:var(--blue-l);color:var(--c-wifi);font-size:.7rem;font-weight:800;flex-shrink:0;margin-top:1px}.wifi-cta-card{max-width:720px;margin:0 auto;text-align:center;background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2.3rem 2rem;box-shadow:var(s3)}.wifi-cta-badge{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-wifi);background:#1a56db14;padding:.28rem .85rem;border-radius:100px;border:1px solid rgba(26,86,219,.2);margin-bottom:.9rem}.wifi-cta-title{font-family:Manrope,sans-serif;font-size:1.45rem;line-height:1.35;letter-spacing:-.02em;color:var(--ink);margin-bottom:.6rem}.wifi-cta-desc{font-family:Manrope,sans-serif;font-size:.85rem;font-weight:400;line-height:1.6;color:var(--ink3);max-width:48ch;margin:0 auto 1.4rem}.wifi-cta-btns{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.4rem}.wifi-cta-btn-p{display:inline-flex;align-items:center;gap:.45rem;background:#25d366;color:#fff;font-size:.82rem;font-weight:700;padding:.72rem 1.5rem;border-radius:9px;text-decoration:none;transition:opacity .2s,transform .15s;box-shadow:0 3px 12px #25d36638}.wifi-cta-btn-p:hover{opacity:.9;transform:translateY(-2px)}.wifi-cta-btn-s{display:inline-flex;align-items:center;gap:.45rem;background:var(--c-wifi);color:#fff;font-size:.8rem;font-weight:700;padding:.65rem 1.5rem;border-radius:9px;text-decoration:none;transition:opacity .2s,transform .15s;box-shadow:0 3px 12px #1a56db38}.wifi-cta-btn-s:hover{opacity:.9;transform:translateY(-2px)}.wifi-cta-info{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.wifi-cta-info-item{display:flex;align-items:center;gap:.38rem;font-family:Manrope,sans-serif;font-size:.86rem;font-weight:500;color:var(--ink4)}.wifi-cta-info-ico{font-size:1.05rem}@media (max-width:1024px){.wifi-hero{padding:82px 2rem 0;gap:1.5rem;min-height:auto}.wifi-hero-content{max-width:50%;padding:1.5rem 0 2rem}.wifi-hero-visual{flex:0 0 45%}.wifi-hero-sub{font-size:1.05rem}.wifi-hero-desc{font-size:1.05rem;margin-bottom:1.5rem}.wifi-hero-stats{gap:1.2rem}.wifi-sec{padding:3.5rem 2rem;min-height:auto}.wifi-plans-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.wifi-coverage-wrap{grid-template-columns:1fr;gap:2rem}.wifi-coverage-visual{max-width:300px}.wifi-steps{grid-template-columns:1fr;gap:1.5rem}.wifi-step-line{display:none}.wifi-devices-grid{grid-template-columns:repeat(2,1fr)}.wifi-why-wrap{grid-template-columns:1fr;gap:2rem}.wifi-why-card{max-width:100%}.wifi-faq-grid{grid-template-columns:1fr}.wifi-cta-card{padding:1.9rem 1.6rem}.wifi-cta-badge{font-size:.58rem;padding:.25rem .75rem;margin-bottom:.8rem}.wifi-cta-title{font-size:1.3rem;margin-bottom:.5rem}.wifi-cta-desc{font-size:.8rem;margin-bottom:1.2rem}.wifi-cta-btns{gap:.6rem;margin-bottom:1.2rem}.wifi-cta-btn-p{padding:.65rem 1.3rem;font-size:.78rem}.wifi-cta-btn-s{padding:.6rem 1.3rem;font-size:.76rem}.wifi-cta-info{gap:1.2rem}.wifi-cta-info-item{font-size:.82rem;gap:.32rem}.wifi-cta-info-ico{font-size:.98rem}}@media (max-width:768px){.wifi-hero{padding:76px 1.5rem 0;gap:0;grid-template-columns:1fr;min-height:auto}.wifi-hero-bg{clip-path:polygon(0 55%,100% 45%,100% 100%,0 100%);height:60%}.wifi-hero-content{padding:1.5rem 0 0;text-align:center;max-width:100%;display:flex;flex-direction:column;align-items:center}.wifi-hero-sub,.wifi-hero-desc{max-width:100%}.wifi-hero-visual{padding:1rem 0 2rem}.wifi-hero-stats{justify-content:center}.wifi-sec{padding:2.5rem 1.2rem}.wifi-plans-grid,.wifi-devices-grid{grid-template-columns:1fr}.wifi-cpts{gap:.8rem}.wifi-cpt{padding:.8rem}.wifi-cta-card{padding:1.6rem 1.3rem;border-radius:14px}.wifi-cta-badge{font-size:.55rem;padding:.22rem .7rem;margin-bottom:.7rem}.wifi-cta-title{font-size:1.18rem;margin-bottom:.45rem;line-height:1.3}.wifi-cta-desc{font-size:.76rem;margin-bottom:1rem;line-height:1.55}.wifi-cta-btns{flex-direction:column;gap:.5rem;margin-bottom:1.1rem}.wifi-cta-btn-p,.wifi-cta-btn-s{width:100%;justify-content:center;padding:.6rem 1.2rem;font-size:.75rem}.wifi-cta-info{gap:.9rem;flex-direction:column;align-items:center}.wifi-cta-info-item{font-size:.78rem;gap:.3rem}.wifi-steps{grid-template-columns:repeat(3,1fr);gap:.6rem}.wifi-step{padding:1rem .5rem}.wifi-step-num{width:34px;height:34px;font-size:.85rem;margin:0 auto .6rem}.wifi-step-ico{font-size:1.8rem;margin-bottom:.4rem}.wifi-step-title{font-size:.95rem;margin-bottom:.25rem}.wifi-step-desc{font-size:.78rem;line-height:1.45}.wifi-step-line{display:none}.wifi-devices-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.wifi-device-card{padding:1.3rem 1rem}.wifi-device-ico{font-size:1.9rem;margin-bottom:.5rem}.wifi-device-name{font-size:.88rem;margin-bottom:.2rem}.wifi-device-desc{font-size:.72rem;line-height:1.4}}@media (max-width:480px){.wifi-hero{padding:68px 1rem 0}.wifi-hero-eyebrow{font-size:.66rem;padding:.3rem .7rem;margin-bottom:1rem}.wifi-hero-sub{font-size:1rem}.wifi-hero-desc{font-size:.92rem;margin-bottom:1rem}.wifi-hero-cta{flex-direction:column;margin-bottom:1.5rem}.wifi-btn-p,.wifi-btn-s{justify-content:center;text-align:center;font-size:.9rem;padding:.7rem 1.4rem}.wifi-hero-stats{gap:1rem;padding-top:1.2rem}.wifi-stat-num{font-size:1.15rem}.wifi-stat-label{font-size:.65rem}.wifi-sec{padding:2rem 1rem}.wifi-plan-card{padding:1rem}.wifi-steps{grid-template-columns:repeat(3,1fr);gap:.4rem}.wifi-devices-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.wifi-device-card{padding:.9rem .7rem}.wifi-device-ico{font-size:1.6rem;margin-bottom:.4rem}.wifi-device-name{font-size:.82rem;margin-bottom:.15rem}.wifi-device-desc{font-size:.68rem;line-height:1.35}.wifi-step{padding:.8rem .35rem}.wifi-step-num{width:30px;height:30px;font-size:.78rem;margin:0 auto .5rem}.wifi-step-ico{font-size:1.5rem;margin-bottom:.35rem}.wifi-step-title{font-size:.85rem;margin-bottom:.2rem}.wifi-step-desc{font-size:.7rem;line-height:1.4}.wifi-why-pt{padding:.65rem .75rem;gap:.55rem;border-radius:9px}.wifi-why-pt-ico{font-size:1.15rem;width:28px}.wifi-why-pt-title{font-size:.82rem;margin-bottom:.08rem}.wifi-why-pt-desc{font-size:.72rem;line-height:1.4}.wifi-why-card{padding:1.4rem 1.2rem;border-radius:14px}.wifi-why-card-icon{font-size:2.2rem;margin-bottom:.6rem}.wifi-why-card-title{font-size:1.05rem;margin-bottom:.35rem}.wifi-why-card-desc{font-size:.76rem;line-height:1.45;margin-bottom:1rem}.wifi-why-card-stats{padding-top:.75rem}.wifi-why-cs{padding:0 .6rem;gap:.1rem}.wifi-why-cs-num{font-size:1.05rem}.wifi-why-cs-label{font-size:.62rem}.wifi-cta-card{padding:1.3rem 1rem;border-radius:12px}.wifi-cta-badge{font-size:.52rem;padding:.2rem .65rem;margin-bottom:.6rem}.wifi-cta-title{font-size:1.1rem;margin-bottom:.4rem;line-height:1.28}.wifi-cta-desc{font-size:.72rem;margin-bottom:.9rem;line-height:1.5}.wifi-cta-btns{gap:.45rem;margin-bottom:1rem}.wifi-cta-btn-p,.wifi-cta-btn-s{padding:.55rem 1.1rem;font-size:.7rem}.wifi-cta-info{gap:.75rem}.wifi-cta-info-item{font-size:.74rem;gap:.28rem}.wifi-cta-info-ico{font-size:.92rem}}.ship-hero{min-height:auto;padding:82px 3.5rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;position:relative;overflow:hidden;background:var(--wh);isolation:isolate}.ship-hero-bg{position:absolute;top:0;left:0;right:0;height:100vh;z-index:0;pointer-events:none;background:var(--off);clip-path:polygon(58% 0,100% 0,100% 100%,38% 100%)}.ship-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,76,117,.02),transparent 60%)}.ship-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6;pointer-events:none;z-index:0;animation:orbFloat 8s ease-in-out infinite}.ship-orb:nth-child(1){width:420px;height:420px;top:-15%;right:-8%;background:radial-gradient(circle,rgba(15,76,117,.18),transparent 70%);animation-delay:0s}.ship-orb:nth-child(2){width:320px;height:320px;bottom:-10%;left:-5%;background:radial-gradient(circle,rgba(232,64,10,.12),transparent 70%);animation-delay:-3s;animation-duration:10s}.ship-orb:nth-child(3){width:260px;height:260px;top:30%;left:45%;background:radial-gradient(circle,rgba(107,63,160,.1),transparent 70%);animation-delay:-5s;animation-duration:12s}.ship-hero-grid{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.06;background-image:linear-gradient(rgba(15,76,117,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(15,76,117,.12) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 30%,transparent 70%)}.ship-hero-content{position:relative;z-index:2;padding:1rem 0}.ship-hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--c-ship);margin-bottom:1.8rem;padding:.4rem 1rem;background:#0f4c7514;border:1px solid rgba(15,76,117,.2);border-radius:100px}.ship-dot{width:7px;height:7px;background:var(--c-ship);border-radius:50%;box-shadow:0 0 8px #0f4c7566;animation:pd 2.2s ease-in-out infinite}.ship-hero-title{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em;color:var(--ink);margin-bottom:1rem}.ship-hero-title .ship-gt{background:linear-gradient(90deg,var(--c-ship) 0%,#6B3FA0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-style:normal}.ship-hero-sub{font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:500;line-height:1.55;color:var(--ink2);max-width:48ch;margin-bottom:.8rem;padding-left:1rem;border-left:3px solid var(--c-ship)}.ship-hero-desc{font-size:clamp(.92rem,1.3vw,1.1rem);font-weight:400;line-height:1.75;color:var(--ink3);max-width:52ch;margin-bottom:2.2rem}.ship-hero-cta{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:2.4rem}.ship-btn-p{background:var(--ink);color:#fff;font-size:.9rem;font-weight:700;padding:.82rem 2.2rem;border:none;border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 20px #080f1e33;transition:all .25s;position:relative;overflow:hidden}.ship-btn-p:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .25s}.ship-btn-p:hover{transform:translateY(-3px);box-shadow:0 8px 30px #080f1e4d}.ship-btn-p:hover:before{opacity:1}.ship-btn-s{background:#fff;color:var(--ink);font-size:.9rem;font-weight:600;padding:.8rem 2.2rem;border:1.5px solid var(--bdr2);border-radius:10px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s}.ship-btn-s:hover{border-color:var(--c-ship);color:var(--c-ship);transform:translateY(-2px)}.ship-hero-stats{display:flex;gap:2rem;padding-top:1.8rem;border-top:1px solid var(--bdr);flex-wrap:wrap}.ship-stat{display:flex;flex-direction:column;gap:.15rem}.ship-stat-num{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;color:var(--ink)}.ship-stat-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink4)}.ship-stat-div{width:1px;background:var(--bdr)}.ship-hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:.6rem 0;max-width:420px;margin:0 auto}.ship-hero-visual .lottie-container,.ship-hero-visual svg,.ship-hero-visual img,.ship-hero-visual canvas{max-width:100%;height:auto;transform:scale(.88);transform-origin:center}.ship-sec{padding:2.8rem 3.5rem;position:relative}.ship-sec-alt{background:var(--off)}.ship-sec-dark{background:var(--ink);color:#fff}.ship-sec-cta{padding:5rem 3.5rem 6rem;background:var(--off)}.ship-ey{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-ship);background:#0f4c7514;padding:.28rem .8rem;border-radius:100px;margin-bottom:.9rem;border:1px solid rgba(15,76,117,.15)}.ship-ey-dark{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7ab5ff;background:#0f4c7533;padding:.28rem .8rem;border-radius:100px;margin-bottom:.9rem;border:1px solid rgba(15,76,117,.3)}.ship-st{font-family:Manrope,sans-serif;font-size:var(--fs-h2);line-height:var(--lh-heading);letter-spacing:-.02em;color:var(--ink);margin-bottom:.9rem}.ship-st .ship-st-i{font-style:normal;background:linear-gradient(90deg,var(--c-ship) 0%,#6B3FA0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ship-st-dark{font-family:Manrope,sans-serif;font-size:var(--fs-h2);line-height:var(--lh-heading);letter-spacing:-.02em;color:#fff;margin-bottom:.9rem}.ship-st-dark .ship-st-i-dark{font-style:normal;color:#7ab5ff}.ship-sb{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:400;line-height:1.82;color:var(--ink3);max-width:58ch;margin-bottom:3.5rem}.ship-sb-dark{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:400;line-height:1.82;color:#ffffff7a;max-width:58ch;margin-bottom:3.5rem}.ship-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.ship-service-card{background:#fff;border:1px solid var(--bdr);border-radius:12px;padding:1.2rem;position:relative;overflow:hidden;box-shadow:var(--s1);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;display:flex;flex-direction:column}.ship-service-card:hover{transform:translateY(-4px);box-shadow:var(--s3)}.ship-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:12px 12px 0 0;background:var(--sc,var(--c-ship));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.ship-service-card:hover:before{transform:scaleX(1)}.ship-service-ico{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.6rem}.ship-service-name{font-family:Manrope,sans-serif;font-size:.92rem;font-weight:800;color:var(--ink);margin-bottom:.3rem;line-height:1.25}.ship-service-desc{font-size:.78rem;color:var(--ink3);line-height:1.45;margin-bottom:.65rem}.ship-service-features{list-style:none;display:flex;flex-direction:column;gap:.28rem}.ship-service-features li{display:flex;align-items:center;gap:.38rem;font-size:.72rem;color:var(--ink2);line-height:1.3}.ship-service-features li svg{color:var(--sc,var(--c-ship));flex-shrink:0;width:12px;height:12px}.ship-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.ship-pricing-card{background:#fff;border:1px solid var(--bdr);border-radius:12px;padding:1.25rem;text-align:center;box-shadow:var(--s1);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s}.ship-pricing-card:hover{transform:translateY(-4px);box-shadow:var(--s3)}.ship-pricing-zone{display:flex;align-items:center;justify-content:center;gap:.32rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink3);margin-bottom:.55rem}.ship-pricing-zone-icon{font-size:1.05rem}.ship-pricing-rate{display:flex;align-items:baseline;justify-content:center;gap:.15rem;margin-bottom:.45rem}.ship-pricing-rate-num{font-family:Manrope,sans-serif;font-size:1.7rem;font-weight:800;color:var(--ink);line-height:1}.ship-pricing-rate-unit{font-size:.76rem;color:var(--ink4);font-weight:500}.ship-pricing-desc{font-size:.78rem;color:var(--ink3);line-height:1.42}.ship-pricing-note{grid-column:1/-1;display:flex;align-items:center;gap:.4rem;padding:.75rem;background:var(--blue-l);border:1px solid var(--blue-m);border-radius:10px;font-size:.76rem;color:var(--ink3)}.ship-pricing-note-icon{font-size:1.2rem}.ship-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;position:relative}.ship-step{text-align:center;padding:1.5rem 1rem;position:relative}.ship-step-num{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:1rem;font-weight:800;margin:0 auto 1rem;font-family:Manrope,sans-serif}.ship-step-ico{font-size:2.4rem;margin-bottom:.6rem}.ship-step-title{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.ship-step-desc{font-family:Manrope,sans-serif;font-size:1.05rem;line-height:1.6;color:var(--ink3)}.ship-step-line{position:absolute;top:60px;right:-1rem;width:2rem;height:2px;background:var(--bdr)}.ship-why-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.ship-why-left{display:flex;flex-direction:column}.ship-why-points{display:flex;flex-direction:column;gap:.7rem;margin-top:.9rem}.ship-why-pt{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .8rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:background .2s}.ship-why-pt:hover{background:#ffffff14}.ship-why-pt-ico{font-size:1.2rem;flex-shrink:0;width:30px;text-align:center}.ship-why-pt-title{font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:#fff;margin-bottom:.08rem;line-height:1.25}.ship-why-pt-desc{font-family:Manrope,sans-serif;font-size:.76rem;line-height:1.42;color:#ffffffa6}.ship-why-right{display:flex;justify-content:center}.ship-why-card{background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.4rem 1.2rem;text-align:center;max-width:340px;box-shadow:var(--s2)}.ship-why-card-icon{font-size:2.3rem;margin-bottom:.6rem}.ship-why-card-title{font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;color:var(--ink);margin-bottom:.38rem;line-height:1.25}.ship-why-card-desc{font-family:Manrope,sans-serif;font-size:.78rem;line-height:1.42;color:var(--ink3);margin-bottom:.95rem}.ship-why-card-stats{display:flex;gap:0;justify-content:center;border-top:1px solid var(--bdr);padding-top:.8rem}.ship-why-cs{flex:1;display:flex;flex-direction:column;gap:.12rem;padding:0 .6rem;border-right:1px solid var(--bdr)}.ship-why-cs:last-child{border-right:none}.ship-why-cs-num{font-size:1.12rem;font-weight:800;color:var(--ink);font-family:Manrope,sans-serif}.ship-why-cs-label{font-size:.64rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ink4)}.ship-cta-card{max-width:720px;margin:0 auto;text-align:center;background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.9rem 1.6rem;box-shadow:var(--s2)}.ship-cta-badge{display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--c-ship);background:#0f4c7514;padding:.28rem .85rem;border-radius:100px;border:1px solid rgba(15,76,117,.2);margin-bottom:.8rem}.ship-cta-title{font-family:Manrope,sans-serif;font-size:1.35rem;line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin-bottom:.5rem}.ship-cta-desc{font-family:Manrope,sans-serif;font-size:.8rem;font-weight:400;line-height:1.45;color:var(--ink3);max-width:46ch;margin:0 auto 1.25rem}.ship-cta-btns{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.35rem}.ship-cta-btn-p{display:inline-flex;align-items:center;gap:.45rem;background:#25d366;color:#fff;font-size:.82rem;font-weight:700;padding:.72rem 1.6rem;border-radius:9px;text-decoration:none;transition:opacity .2s,transform .15s;box-shadow:0 3px 13px #25d36638}.ship-cta-btn-p:hover{opacity:.9;transform:translateY(-2px)}.ship-cta-btn-s{display:inline-flex;align-items:center;gap:.55rem;background:var(--c-ship);color:#fff;font-size:.9rem;font-weight:700;padding:.8rem 2rem;border-radius:10px;text-decoration:none;transition:opacity .2s,transform .15s;box-shadow:0 4px 16px #0f4c7540}.ship-cta-btn-s:hover{opacity:.9;transform:translateY(-2px)}.ship-cta-info{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;margin-top:1.2rem}.ship-cta-info-item{display:flex;align-items:center;gap:.38rem;font-family:Manrope,sans-serif;font-size:.84rem;font-weight:500;color:var(--ink4)}.ship-cta-info-ico{font-size:1rem}@media (max-width:1024px){.ship-hero{padding:76px 2rem 1rem;gap:1.5rem;min-height:auto}.ship-hero-content{max-width:50%;padding:.6rem 0 1rem}.ship-hero-visual{flex:0 0 45%;padding:1rem 0}.ship-hero-sub{font-size:1.05rem}.ship-hero-desc{font-size:1.05rem;margin-bottom:1.5rem}.ship-hero-stats{gap:1.2rem}.ship-sec{padding:2.4rem 2rem;min-height:auto}.ship-services-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.ship-pricing-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.ship-pricing-card{padding:1rem}.ship-pricing-zone{font-size:.7rem;margin-bottom:.45rem}.ship-pricing-zone-icon{font-size:.95rem}.ship-pricing-rate-num{font-size:1.5rem}.ship-pricing-rate-unit{font-size:.7rem}.ship-pricing-desc{font-size:.72rem;line-height:1.38}.ship-pricing-note{padding:.65rem;font-size:.7rem;border-radius:9px}.ship-steps{grid-template-columns:repeat(3,1fr);gap:.8rem}.ship-step{padding:.8rem .4rem}.ship-step-num{width:32px;height:32px;font-size:.78rem;margin:0 auto .5rem}.ship-step-ico{font-size:1.6rem;margin-bottom:.35rem}.ship-step-title{font-size:.88rem;margin-bottom:.25rem;line-height:1.2}.ship-step-desc{font-size:.7rem;line-height:1.35}.ship-step-line{display:none}.ship-why-wrap{grid-template-columns:1fr;gap:2rem}.ship-why-card{max-width:100%}.ship-cta-card{padding:1.6rem 1.4rem}.ship-cta-badge{font-size:.58rem;padding:.24rem .78rem;margin-bottom:.7rem}.ship-cta-title{font-size:1.22rem;margin-bottom:.42rem}.ship-cta-desc{font-size:.75rem;line-height:1.4;margin:0 auto 1.1rem}.ship-cta-btns{gap:.6rem;margin-bottom:1.15rem}.ship-cta-btn-p{font-size:.76rem;padding:.65rem 1.45rem;border-radius:8px;gap:.38rem}.ship-cta-info{gap:1.2rem;margin-top:1rem}}@media (max-width:768px){.ship-hero{padding:72px 1.5rem 0;gap:0;grid-template-columns:1fr;min-height:auto}.ship-hero-bg{clip-path:polygon(0 55%,100% 45%,100% 100%,0 100%);height:50%}.ship-hero-content{padding:.15rem 0 0;text-align:center;max-width:100%;display:flex;flex-direction:column;align-items:center}.ship-hero-sub,.ship-hero-desc{max-width:100%}.ship-hero-visual{padding:.15rem 0 0}.ship-hero-stats{justify-content:center;padding-top:.6rem;margin-bottom:0}.ship-sec{padding:.3rem 1.2rem}.ship-ey{margin-bottom:.5rem;font-size:.65rem;padding:.22rem .7rem}.ship-st{margin-bottom:.6rem;font-size:1.4rem}.ship-sb{margin-bottom:1.8rem}.ship-services-grid{grid-template-columns:1fr;gap:.35rem;margin-top:.15rem}.ship-service-card{padding:.9rem;border-radius:10px;margin:0}.ship-service-ico{width:30px;height:30px;border-radius:6px;font-size:1.15rem;margin-bottom:.45rem}.ship-service-name{font-size:.82rem;margin-bottom:.22rem;line-height:1.2}.ship-service-desc{font-size:.7rem;line-height:1.38;margin-bottom:.5rem}.ship-service-features{gap:.2rem}.ship-service-features li{font-size:.66rem;gap:.3rem}.ship-pricing-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.ship-pricing-card{padding:.85rem;border-radius:10px}.ship-pricing-zone{font-size:.66rem;margin-bottom:.38rem;gap:.28rem}.ship-pricing-zone-icon{font-size:.88rem}.ship-pricing-rate-num{font-size:1.35rem}.ship-pricing-rate-unit{font-size:.65rem}.ship-pricing-desc{font-size:.68rem;line-height:1.35}.ship-pricing-note{padding:.55rem;font-size:.66rem;border-radius:8px}.ship-cta-card{padding:1.35rem 1.2rem}.ship-cta-badge{font-size:.55rem;padding:.22rem .72rem;margin-bottom:.6rem}.ship-cta-title{font-size:1.12rem;margin-bottom:.36rem}.ship-cta-desc{font-size:.7rem;line-height:1.38;margin:0 auto .95rem}.ship-cta-btns{gap:.52rem;margin-bottom:1rem;flex-direction:column}.ship-cta-btn-p{font-size:.72rem;padding:.6rem 1.3rem;border-radius:8px;width:100%;justify-content:center}.ship-cta-info{gap:1rem;margin-top:.85rem;flex-direction:column}.ship-cta-info-item{font-size:.76rem}.ship-cta-btns{flex-direction:column;gap:.6rem}.ship-cta-btn-p,.ship-cta-btn-s{width:100%;justify-content:center}.ship-cta-info{gap:1rem}.ship-steps{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.2rem}.ship-step{padding:.6rem .25rem}.ship-step-num{width:28px;height:28px;font-size:.7rem;margin:0 auto .4rem}.ship-step-ico{font-size:1.35rem;margin-bottom:.28rem}.ship-step-title{font-size:.78rem;margin-bottom:.2rem;line-height:1.15}.ship-step-desc{font-size:.64rem;line-height:1.28}}@media (max-width:480px){.ship-hero{padding:68px 1rem 0}.ship-hero-bg{clip-path:polygon(0 55%,100% 45%,100% 100%,0 100%);height:45%}.ship-hero-eyebrow{font-size:.66rem;padding:.3rem .7rem;margin-bottom:1rem}.ship-hero-sub{font-size:1rem}.ship-hero-desc{font-size:.92rem;margin-bottom:1rem}.ship-hero-cta{flex-direction:column;margin-bottom:1.2rem}.ship-btn-p,.ship-btn-s{justify-content:center;text-align:center;font-size:.9rem;padding:.7rem 1.4rem}.ship-hero-stats{gap:1rem;padding-top:.5rem;margin-bottom:0}.ship-stat-num{font-size:1.15rem}.ship-stat-label{font-size:.65rem}.ship-sec{padding:.2rem 1rem}.ship-ey{margin-bottom:.4rem;font-size:.62rem;padding:.2rem .65rem}.ship-st{margin-bottom:.5rem;font-size:1.25rem}.ship-sb{margin-bottom:1.5rem}.ship-service-card{padding:.75rem;border-radius:8px}.ship-service-ico{width:26px;height:26px;border-radius:5px;font-size:1.05rem;margin-bottom:.35rem}.ship-service-name{font-size:.76rem;margin-bottom:.18rem;line-height:1.18}.ship-service-desc{font-size:.65rem;line-height:1.32;margin-bottom:.4rem}.ship-service-features{gap:.16rem}.ship-service-features li{font-size:.62rem;gap:.25rem}.ship-steps{grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:.15rem}.ship-step{padding:.45rem .2rem}.ship-step-num{width:24px;height:24px;font-size:.64rem;margin:0 auto .32rem}.ship-step-ico{font-size:1.18rem;margin-bottom:.22rem}.ship-step-title{font-size:.7rem;margin-bottom:.16rem;line-height:1.12}.ship-step-desc{font-size:.58rem;line-height:1.22}.ship-pricing-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.ship-pricing-card{padding:.7rem;border-radius:8px}.ship-pricing-zone{font-size:.62rem;margin-bottom:.32rem;gap:.25rem}.ship-pricing-zone-icon{font-size:.82rem}.ship-pricing-rate-num{font-size:1.2rem}.ship-pricing-rate-unit{font-size:.6rem}.ship-pricing-desc{font-size:.64rem;line-height:1.3}.ship-pricing-note{padding:.48rem;font-size:.62rem;border-radius:7px}.ship-why-pt{padding:.6rem;border-radius:8px}.ship-why-pt-ico{font-size:1.1rem;width:26px}.ship-why-pt-title{font-size:.8rem;margin-bottom:.06rem;line-height:1.2}.ship-why-pt-desc{font-size:.7rem;line-height:1.35}.ship-why-card{padding:1.1rem;border-radius:12px}.ship-why-card-icon{font-size:2rem;margin-bottom:.5rem}.ship-why-card-title{font-size:.92rem;margin-bottom:.32rem}.ship-why-card-desc{font-size:.72rem;line-height:1.38;margin-bottom:.8rem}.ship-why-card-stats{padding-top:.65rem}.ship-why-cs{padding:0 .5rem}.ship-why-cs-num{font-size:1rem}.ship-why-cs-label{font-size:.6rem}.ship-cta-card{padding:1.15rem .95rem}.ship-cta-badge{font-size:.52rem;padding:.2rem .68rem;margin-bottom:.52rem}.ship-cta-title{font-size:1.05rem;margin-bottom:.3rem}.ship-cta-desc{font-size:.66rem;line-height:1.35;margin:0 auto .82rem}.ship-cta-btns{gap:.45rem;margin-bottom:.85rem;flex-direction:column}.ship-cta-btn-p{font-size:.68rem;padding:.55rem 1.2rem;border-radius:7px;width:100%;justify-content:center}.ship-cta-info{gap:.85rem;margin-top:.72rem;flex-direction:column}.ship-cta-info-item{font-size:.7rem}}.energy-hero{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:82px 3.5rem 0;overflow:hidden}.energy-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#fff8eb,#fff0d4,#ffe4b8);z-index:0}.energy-hero-bg:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C47A00' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.energy-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35}.energy-orb:nth-child(1){width:400px;height:400px;background:gold;top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.energy-orb:nth-child(2){width:300px;height:300px;background:orange;bottom:-80px;left:-80px;animation:float 10s ease-in-out infinite 2s}.energy-orb:nth-child(3){width:250px;height:250px;background:#ff8c00;top:40%;left:30%;animation:float 12s ease-in-out infinite 4s}.energy-hero-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.5%,rgba(196,122,0,.04) 49.5%,rgba(196,122,0,.04) 50.5%,transparent 50.5%),linear-gradient(0deg,transparent 49.5%,rgba(196,122,0,.04) 49.5%,rgba(196,122,0,.04) 50.5%,transparent 50.5%);background-size:80px 80px;z-index:1;pointer-events:none}.energy-hero-content{position:relative;z-index:2;max-width:560px;padding:2rem 0 3rem}.energy-hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-energy);background:#c47a0014;padding:.35rem .85rem;border-radius:100px;margin-bottom:1.2rem;border:1px solid rgba(196,122,0,.15)}.energy-dot{width:6px;height:6px;border-radius:50%;background:var(--c-energy);animation:pulse 2s infinite}.energy-hero-title{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em;color:var(--ink);margin-bottom:1.2rem}.energy-gt{background:linear-gradient(135deg,var(--c-energy) 0%,#E8A838 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.energy-hero-sub{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:600;color:var(--ink2);margin-bottom:.6rem;line-height:1.4}.energy-hero-desc{font-size:1.1rem;color:var(--ink3);line-height:1.65;margin-bottom:1.8rem;max-width:480px}.energy-hero-cta{display:flex;gap:.8rem;margin-bottom:2.2rem;flex-wrap:wrap}.energy-btn-p{display:inline-flex;align-items:center;gap:.5rem;background:var(--c-energy);color:#fff;font-size:.95rem;font-weight:700;padding:.85rem 1.8rem;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 4px 16px #c47a004d}.energy-btn-p:hover{background:#b06d00;transform:translateY(-2px);box-shadow:0 8px 24px #c47a0059}.energy-btn-s{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--ink2);font-size:.95rem;font-weight:700;padding:.85rem 1.8rem;border-radius:12px;text-decoration:none;border:1px solid var(--bdr);transition:all .2s}.energy-btn-s:hover{border-color:var(--c-energy);color:var(--c-energy);transform:translateY(-2px)}.energy-hero-stats{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(196,122,0,.15)}.energy-stat{display:flex;flex-direction:column;gap:.15rem}.energy-stat-num{font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800;color:var(--c-energy)}.energy-stat-label{font-size:.78rem;font-weight:600;color:var(--ink4);text-transform:uppercase;letter-spacing:.04em}.energy-stat-div{width:1px;background:#c47a0033}.energy-hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:2rem 0}.energy-sec{position:relative;padding:5rem 3.5rem;max-width:1200px;margin:0 auto}.energy-ey{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-energy);background:#c47a0014;padding:.35rem .9rem;border-radius:100px;margin-bottom:1rem;border:1px solid rgba(196,122,0,.15)}.energy-st{font-family:Manrope,sans-serif;font-size:var(--fs-h2);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.02em;color:var(--ink);margin-bottom:.8rem}.energy-st-i{background:linear-gradient(135deg,var(--c-energy) 0%,#E8A838 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.energy-sb{font-size:1.15rem;color:var(--ink3);line-height:1.6;margin-bottom:2.5rem;max-width:560px}.energy-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.energy-service-card{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;box-shadow:var(--s2);transition:all .28s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.energy-service-card:hover{transform:translateY(-6px);box-shadow:var(--s4);border-color:var(--c-energy)}.energy-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--sc);opacity:0;transition:opacity .2s}.energy-service-card:hover:before{opacity:1}.energy-service-ico{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.2rem}.energy-service-name{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.energy-service-desc{font-size:.92rem;color:var(--ink3);line-height:1.55;margin-bottom:1.2rem}.energy-service-features{list-style:none;display:flex;flex-direction:column;gap:.55rem}.energy-service-features li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--ink2)}.energy-service-features li svg{color:var(--c-energy);flex-shrink:0}.energy-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.energy-pricing-card{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;box-shadow:var(--s2);transition:all .28s;position:relative}.energy-pricing-card:hover{transform:translateY(-4px);box-shadow:var(--s4);border-color:var(--c-energy)}.energy-pricing-card:nth-child(2){border-color:var(--c-energy);box-shadow:0 4px 20px #c47a001f}.energy-pricing-card:nth-child(2):before{content:"Most Popular";position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--c-energy);color:#fff;font-size:.65rem;font-weight:700;padding:.25rem 1rem;border-radius:0 0 8px 8px;text-transform:uppercase;letter-spacing:.05em}.energy-pricing-name{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.energy-pricing-price{margin-bottom:.8rem}.energy-pricing-currency{font-size:.9rem;font-weight:600;color:var(--ink3)}.energy-pricing-amount{font-family:Manrope,sans-serif;font-size:2.2rem;font-weight:800;color:var(--c-energy);line-height:1}.energy-pricing-period{font-size:.9rem;color:var(--ink4);font-weight:500}.energy-pricing-desc{font-size:.9rem;color:var(--ink3);line-height:1.5;margin-bottom:1.2rem}.energy-pricing-features{list-style:none;display:flex;flex-direction:column;gap:.55rem}.energy-pricing-features li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--ink2)}.energy-pricing-features li svg{color:var(--c-energy);flex-shrink:0}.energy-pricing-note{grid-column:1/-1;text-align:center;font-size:.88rem;color:var(--ink4);margin-top:1.5rem;font-style:italic}.energy-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.energy-step{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;text-align:center;box-shadow:var(--s2);transition:all .28s;position:relative;z-index:2}.energy-step:hover{transform:translateY(-4px);box-shadow:var(--s4)}.energy-step-ico{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 1.2rem;color:#fff}.energy-step-num{font-family:Manrope,sans-serif;font-size:.8rem;font-weight:700;color:var(--c-energy);margin-bottom:.5rem;letter-spacing:.05em}.energy-step-title{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.energy-step-desc{font-size:.9rem;color:var(--ink3);line-height:1.55}.energy-step-line{position:absolute;top:50%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--c-energy) 0%,#E8A838 100%);opacity:.2;z-index:1;transform:translateY(-50%)}.energy-devices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.energy-device-card{background:#fff;border:1px solid var(--bdr);border-radius:16px;padding:2rem;text-align:center;box-shadow:var(--s2);transition:all .28s}.energy-device-card:hover{transform:translateY(-4px);box-shadow:var(--s4);border-color:var(--c-energy)}.energy-device-ico{font-size:2.5rem;margin-bottom:1rem}.energy-device-name{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.energy-device-desc{font-size:.9rem;color:var(--ink3);line-height:1.5}.energy-why-sec{background:linear-gradient(135deg,#1a1508,#2d240f);border-radius:24px;margin:2rem 3.5rem 5rem;padding:4rem;max-width:1200px}.energy-why-sec .energy-ey{background:#ffd7001a;color:gold;border-color:#ffd70033}.energy-why-sec .energy-st{color:#fff}.energy-why-sec .energy-sb{color:#fff9}.energy-why-wrap{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.energy-why-pts{display:flex;flex-direction:column;gap:1rem}.energy-why-pt{display:flex;gap:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.2rem;transition:all .2s}.energy-why-pt:hover{background:#ffffff14;border-color:#ffd70033}.energy-why-ico{font-size:1.6rem;flex-shrink:0}.energy-why-pt-title{font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:.3rem}.energy-why-pt-desc{font-size:.9rem;color:#fff9;line-height:1.5}.energy-why-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.energy-why-card-title{font-family:Manrope,sans-serif;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.8rem}.energy-why-card-desc{font-size:.95rem;color:#ffffffa6;line-height:1.6;margin-bottom:1.5rem}.energy-why-card-stats{display:flex;gap:1.5rem}.energy-why-cs{display:flex;flex-direction:column;gap:.2rem}.energy-why-cs-num{font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;color:gold}.energy-why-cs-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.energy-faq-grid{display:flex;flex-direction:column;gap:1rem}.energy-faq-item{background:#fff;border:1px solid var(--bdr);border-radius:12px;overflow:hidden;box-shadow:var(--s1);transition:all .2s}.energy-faq-item:hover{box-shadow:var(--s2)}.energy-faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;font-family:Manrope,sans-serif;font-size:1rem;font-weight:600;color:var(--ink);cursor:pointer;list-style:none;gap:1rem}.energy-faq-item summary::-webkit-details-marker{display:none}.energy-faq-item summary svg{flex-shrink:0;transition:transform .2s;color:var(--c-energy)}.energy-faq-item[open] summary svg{transform:rotate(180deg)}.energy-faq-item p{padding:0 1.5rem 1.2rem;font-size:.95rem;color:var(--ink3);line-height:1.6}.energy-cta-card{background:linear-gradient(135deg,#fff8eb,#fff0d4);border:1px solid rgba(196,122,0,.2);border-radius:24px;padding:3.5rem;text-align:center;max-width:800px;margin:0 auto}.energy-cta-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-energy);background:#c47a001a;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.2rem;border:1px solid rgba(196,122,0,.2)}.energy-cta-title{font-family:Manrope,sans-serif;font-size:var(--fs-h2);font-weight:800;color:var(--ink);margin-bottom:1rem;line-height:var(--lh-heading)}.energy-cta-desc{font-size:1.1rem;color:var(--ink3);line-height:1.6;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.energy-cta-btns{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.energy-cta-btn-p{display:inline-flex;align-items:center;gap:.6rem;background:var(--c-energy);color:#fff;font-size:1rem;font-weight:700;padding:1rem 2rem;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 4px 16px #c47a004d}.energy-cta-btn-p:hover{background:#b06d00;transform:translateY(-2px);box-shadow:0 8px 24px #c47a0059}.energy-cta-btn-s{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:var(--ink2);font-size:1rem;font-weight:700;padding:1rem 2rem;border-radius:12px;text-decoration:none;border:1px solid var(--bdr);transition:all .2s}.energy-cta-btn-s:hover{border-color:var(--c-energy);color:var(--c-energy);transform:translateY(-2px)}.energy-cta-info{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.energy-cta-info-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--ink3)}.energy-cta-info-item svg{color:var(--c-energy)}@media (max-width:1024px){.energy-hero{padding:82px 2rem 0;gap:1.5rem;min-height:auto}.energy-hero-content{max-width:50%;padding:1.5rem 0 2rem}.energy-hero-visual{flex:0 0 45%}.energy-hero-sub{font-size:1.05rem}.energy-hero-desc{font-size:1.05rem;margin-bottom:1.5rem}.energy-hero-stats{gap:1.2rem}.energy-sec{padding:3.5rem 2rem;min-height:auto}.energy-services-grid,.energy-pricing-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.energy-steps{grid-template-columns:1fr;gap:1.5rem}.energy-step-line{display:none}.energy-devices-grid{grid-template-columns:repeat(2,1fr)}.energy-why-wrap{grid-template-columns:1fr;gap:2rem}.energy-why-card{max-width:100%}.energy-why-sec{margin:2rem 2rem 4rem;padding:3rem}.energy-cta-card{padding:2.5rem 2rem}}@media (max-width:768px){.energy-hero{padding:76px 1.5rem 0;gap:0;grid-template-columns:1fr;min-height:auto}.energy-hero-bg{clip-path:polygon(0 55%,100% 45%,100% 100%,0 100%);height:60%}.energy-hero-content{padding:1.5rem 0 0;text-align:center;max-width:100%;display:flex;flex-direction:column;align-items:center}.energy-hero-sub,.energy-hero-desc{max-width:100%}.energy-hero-visual{padding:1rem 0 2rem}.energy-hero-stats{justify-content:center}.energy-sec{padding:2.5rem 1.2rem}.energy-services-grid,.energy-pricing-grid{grid-template-columns:1fr}.energy-pricing-note{grid-column:1}.energy-devices-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.energy-device-card{padding:1.15rem .8rem;border-radius:12px}.energy-device-ico{font-size:1.85rem;margin-bottom:.6rem}.energy-device-name{font-size:.95rem;margin-bottom:.35rem;line-height:1.18}.energy-device-desc{font-size:.78rem;line-height:1.38}.energy-steps{grid-template-columns:repeat(3,1fr);gap:1rem}.energy-step{padding:1rem .7rem;border-radius:12px}.energy-step-ico{width:48px;height:48px;border-radius:12px;font-size:1.5rem;margin:0 auto .7rem}.energy-step-num{font-size:.72rem;margin-bottom:.4rem}.energy-step-title{font-size:.92rem;margin-bottom:.35rem;line-height:1.18}.energy-step-desc{font-size:.76rem;line-height:1.35}.energy-step-line{display:none}.energy-why-sec{margin:1.5rem 1.2rem 3rem;padding:2rem}.energy-cta-card{padding:1.2rem 1.1rem;border-radius:16px}.energy-cta-badge{margin-bottom:.6rem;padding:.22rem .7rem;font-size:.62rem}.energy-cta-title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.25}.energy-cta-desc{font-size:.82rem;margin-bottom:1rem;line-height:1.45;max-width:100%}.energy-cta-btns{flex-direction:column;gap:.5rem;margin-bottom:1rem}.energy-cta-btn-p,.energy-cta-btn-s{width:100%;justify-content:center;padding:.7rem 1.3rem;font-size:.84rem}.energy-cta-info{gap:.8rem;flex-direction:column;align-items:center}.energy-cta-info-item{font-size:.76rem}}@media (max-width:480px){.energy-hero{padding:68px 1rem 0}.energy-hero-eyebrow{font-size:.66rem;padding:.3rem .7rem;margin-bottom:1rem}.energy-hero-sub{font-size:1rem}.energy-hero-desc{font-size:.92rem;margin-bottom:1rem}.energy-hero-cta{flex-direction:column;margin-bottom:1.5rem}.energy-btn-p,.energy-btn-s{justify-content:center;text-align:center;font-size:.9rem;padding:.7rem 1.4rem}.energy-hero-stats{gap:1rem;padding-top:1.2rem}.energy-stat-num{font-size:1.15rem}.energy-stat-label{font-size:.65rem}.energy-sec{padding:2rem 1rem}.energy-service-card,.energy-pricing-card{padding:1.5rem}.energy-pricing-amount{font-size:1.8rem}.energy-devices-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.energy-device-card{padding:.95rem .65rem;border-radius:10px}.energy-device-ico{font-size:1.6rem;margin-bottom:.5rem}.energy-device-name{font-size:.84rem;margin-bottom:.3rem;line-height:1.14}.energy-device-desc{font-size:.7rem;line-height:1.3}.energy-steps{grid-template-columns:repeat(3,1fr);gap:.7rem}.energy-step{padding:.75rem .5rem;border-radius:10px}.energy-step-ico{width:40px;height:40px;border-radius:10px;font-size:1.28rem;margin:0 auto .55rem}.energy-step-num{font-size:.66rem;margin-bottom:.32rem}.energy-step-title{font-size:.8rem;margin-bottom:.28rem;line-height:1.14}.energy-step-desc{font-size:.67rem;line-height:1.28}.energy-why-pt{padding:.8rem}.energy-why-card{padding:1.5rem}.energy-cta-card{padding:1rem .85rem;border-radius:14px}.energy-cta-badge{margin-bottom:.5rem;padding:.18rem .65rem;font-size:.58rem}.energy-cta-title{font-size:1.12rem;margin-bottom:.45rem;line-height:1.2}.energy-cta-desc{font-size:.78rem;margin-bottom:.9rem;line-height:1.4}.energy-cta-btns{flex-direction:column;gap:.4rem;margin-bottom:.85rem}.energy-cta-btn-p,.energy-cta-btn-s{width:100%;justify-content:center;padding:.62rem 1.2rem;font-size:.8rem;border-radius:8px}.energy-cta-info{gap:.65rem;flex-direction:column;align-items:center}.energy-cta-info-item{font-size:.72rem;gap:.35rem}}.fin-hero{min-height:auto;padding:82px 3.5rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;position:relative;overflow:hidden;background:var(--wh);isolation:isolate}.fin-hero-bg{position:absolute;top:0;left:0;right:0;height:100vh;z-index:0;pointer-events:none;background:linear-gradient(135deg,#f5f0ff,#ede4ff,#e0d4ff);clip-path:polygon(58% 0,100% 0,100% 100%,38% 100%)}.fin-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(107,63,160,.02),transparent 60%)}.fin-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.6;pointer-events:none;z-index:0;animation:orbFloat 8s ease-in-out infinite}.fin-orb:nth-child(1){width:420px;height:420px;top:-15%;right:-8%;background:radial-gradient(circle,rgba(123,79,191,.18),transparent 70%);animation-delay:0s}.fin-orb:nth-child(2){width:320px;height:320px;bottom:-10%;left:-5%;background:radial-gradient(circle,rgba(155,127,207,.12),transparent 70%);animation-delay:-3s;animation-duration:10s}.fin-orb:nth-child(3){width:260px;height:260px;top:30%;left:45%;background:radial-gradient(circle,rgba(107,63,160,.1),transparent 70%);animation-delay:-5s;animation-duration:12s}.fin-hero-grid{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.06;background-image:linear-gradient(rgba(107,63,160,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(107,63,160,.12) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 30%,transparent 70%)}@media (min-width: 1024px){.fin-hero{min-height:100vh}}.fin-hero-content{position:relative;z-index:2;padding:.8rem 0}.fin-hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#7b4fbf;margin-bottom:1.6rem;padding:.38rem .95rem;background:#7b4fbf14;border:1px solid rgba(123,79,191,.2);border-radius:100px}.fin-dot{width:7px;height:7px;background:#7b4fbf;border-radius:50%;box-shadow:0 0 8px #7b4fbf66;animation:pd 2.2s ease-in-out infinite}.fin-hero-title{font-family:Manrope,sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-heading);letter-spacing:-.03em;color:var(--ink);margin-bottom:.9rem}.fin-gt{background:linear-gradient(90deg,#7b4fbf,#9b7fcf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-style:normal}.fin-hero-sub{font-size:clamp(1.05rem,1.55vw,1.22rem);font-weight:500;line-height:1.52;color:var(--ink2);max-width:48ch;margin-bottom:.75rem;padding-left:1rem;border-left:3px solid #7B4FBF}.fin-hero-desc{font-size:clamp(.9rem,1.25vw,1.05rem);font-weight:400;line-height:1.72;color:var(--ink3);max-width:50ch;margin-bottom:2rem}.fin-hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.fin-btn-p{display:inline-flex;align-items:center;gap:.45rem;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:#fff;background:#7b4fbf;border:none;padding:.82rem 1.65rem;border-radius:10px;cursor:pointer;text-decoration:none;transition:transform .18s,box-shadow .18s;box-shadow:0 4px 16px #7b4fbf40}.fin-btn-p:hover{transform:translateY(-2px);box-shadow:0 6px 24px #7b4fbf59}.fin-btn-s{display:inline-flex;align-items:center;gap:.45rem;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;color:var(--ink2);background:#fff;border:1px solid var(--bdr);padding:.82rem 1.65rem;border-radius:10px;cursor:pointer;text-decoration:none;transition:transform .18s,border-color .18s,color .18s}.fin-btn-s:hover{border-color:#7b4fbf;color:#7b4fbf;transform:translateY(-2px)}.fin-hero-stats{display:flex;gap:1.5rem;align-items:center}.fin-stat{display:flex;flex-direction:column;gap:.14rem}.fin-stat-num{font-family:Manrope,sans-serif;font-size:1.32rem;font-weight:800;color:var(--ink)}.fin-stat-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink4)}.fin-stat-div{width:1px;background:var(--bdr)}.fin-hero-visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding:.6rem 0;max-width:420px;margin:0 auto}.fin-hero-icon-wrap{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.fin-hero-icon{font-size:5rem;animation:floatCard 6s ease-in-out infinite;filter:drop-shadow(0 8px 24px rgba(123,79,191,.2))}.fin-hero-icon-s{font-size:3.5rem;animation-delay:1.5s}.fin-hero-icon-t{font-size:4rem;animation-delay:3s}.fin-sec{padding:2.8rem 3.5rem;position:relative}.fin-sec-alt{background:var(--off)}.fin-sec-dark{background:#2d1f4e;color:#fff}.fin-sec-cta{background:linear-gradient(135deg,#f5f0ff,#ede4ff)}.fin-ey{display:inline-flex;align-items:center;gap:.5rem;font-size:.66rem;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#7b4fbf;margin-bottom:.85rem;padding:.35rem .95rem;background:#7b4fbf14;border:1px solid rgba(123,79,191,.18);border-radius:100px}.fin-st{font-family:Manrope,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.18;letter-spacing:-.02em;color:var(--ink);margin-bottom:.7rem}.fin-st-i{color:#7b4fbf}.fin-sb{font-family:Manrope,sans-serif;font-size:clamp(.92rem,1.3vw,1.08rem);font-weight:400;line-height:1.62;color:var(--ink3);max-width:58ch;margin-bottom:2rem}.fin-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.fin-service-card{background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.8rem;transition:all .28s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.fin-service-card:hover{transform:translateY(-5px);box-shadow:var(--s4);border-color:#7b4fbf}.fin-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#7b4fbf;opacity:0;transition:opacity .2s}.fin-service-card:hover:before{opacity:1}.fin-service-ico{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem;background:#7b4fbf14;border:1px solid rgba(123,79,191,.15)}.fin-service-name{font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.fin-service-desc{font-size:.92rem;color:var(--ink3);line-height:1.55;margin-bottom:1.2rem}.fin-service-features{list-style:none;display:flex;flex-direction:column;gap:.55rem}.fin-service-features li{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--ink2)}.fin-service-features li svg{color:#7b4fbf;flex-shrink:0}.fin-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.3rem}.fin-product-card{background:#fff;border:1px solid var(--bdr);border-radius:14px;padding:1.8rem;text-align:center;transition:all .28s cubic-bezier(.4,0,.2,1)}.fin-product-card:hover{transform:translateY(-5px);box-shadow:var(--s4);border-color:#7b4fbf}.fin-product-ico{font-size:2.5rem;margin-bottom:1rem}.fin-product-name{font-family:Manrope,sans-serif;font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.fin-product-desc{font-size:.9rem;color:var(--ink3);line-height:1.5}.fin-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;position:relative}.fin-step{text-align:left;padding:1.2rem 1rem;position:relative;display:flex;flex-direction:column;gap:.5rem}.fin-step-header{display:flex;align-items:center;gap:.7rem;margin-bottom:.3rem}.fin-step-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:.82rem;font-weight:800;flex-shrink:0;font-family:Manrope,sans-serif;background:#7b4fbf}.fin-step-ico{font-size:1.6rem;flex-shrink:0}.fin-step-title{font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;color:var(--ink);line-height:1.2}.fin-step-desc{font-size:.8rem;line-height:1.35;color:var(--ink3)}.fin-step-line{position:absolute;top:24px;right:-.8rem;width:1.5rem;height:2px;background:var(--bdr)}.fin-cta-card{background:linear-gradient(135deg,#f5f0ff,#ede4ff);border:1px solid rgba(123,79,191,.2);border-radius:20px;padding:2.2rem 2.5rem;text-align:center;max-width:800px;margin:0 auto}.fin-cta-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7b4fbf;background:#7b4fbf1a;padding:.28rem .85rem;border-radius:100px;margin-bottom:.9rem;border:1px solid rgba(123,79,191,.2)}.fin-cta-title{font-family:Manrope,sans-serif;font-size:clamp(1.5rem,2.5vw,1.95rem);font-weight:800;color:var(--ink);margin-bottom:.7rem;line-height:var(--lh-heading)}.fin-cta-desc{font-size:clamp(.92rem,1.15vw,1.05rem);color:var(--ink3);line-height:1.55;margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto}.fin-cta-btns{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.3rem;flex-wrap:wrap}.fin-cta-btn-p{display:inline-flex;align-items:center;gap:.5rem;background:#7b4fbf;color:#fff;font-size:.9rem;font-weight:700;padding:.82rem 1.65rem;border-radius:10px;text-decoration:none;transition:all .18s;box-shadow:0 4px 16px #7b4fbf40}.fin-cta-btn-p:hover{background:#6b3fa0;transform:translateY(-2px);box-shadow:0 6px 24px #7b4fbf59}.fin-cta-btn-s{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--ink2);font-size:.9rem;font-weight:700;padding:.82rem 1.65rem;border-radius:10px;text-decoration:none;border:1px solid var(--bdr);transition:all .18s}.fin-cta-btn-s:hover{border-color:#7b4fbf;color:#7b4fbf;transform:translateY(-2px)}.fin-cta-info{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.fin-cta-info-item{display:flex;align-items:center;gap:.45rem;font-size:.84rem;color:var(--ink3)}.fin-cta-info-item svg{color:#7b4fbf}@media (max-width:1024px){.fin-hero{padding:82px 2rem 1.2rem;gap:1.5rem;min-height:auto}.fin-hero-content{padding:.6rem 0}.fin-hero-visual{flex:0 0 45%}.fin-hero-sub{font-size:1.05rem}.fin-hero-desc{font-size:1.05rem;margin-bottom:1.5rem}.fin-hero-stats{gap:1.2rem}.fin-sec{padding:2.8rem 2rem}.fin-services-grid,.fin-products-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.fin-steps{grid-template-columns:1fr;gap:1.5rem}.fin-step-line{display:none}.fin-cta-card{padding:1.8rem 2rem}}@media (max-width:768px){.fin-hero{padding:76px 1.5rem 2rem;gap:0;grid-template-columns:1fr;min-height:auto}.fin-hero-bg{clip-path:polygon(0 0,100% 0,100% 85%,0 92%);height:100%;bottom:0;top:0}.fin-hero-content{padding:1.5rem 0 0;text-align:center;max-width:100%;display:flex;flex-direction:column;align-items:center}.fin-hero-sub,.fin-hero-desc{max-width:100%}.fin-hero-visual{padding:1rem 0 2rem}.fin-hero-stats{justify-content:center}.fin-sec{padding:2.5rem 1.2rem}.fin-services-grid{grid-template-columns:1fr;gap:1rem}.fin-service-card{padding:1.15rem .9rem;border-radius:12px}.fin-service-card .fin-stop{margin-bottom:.6rem}.fin-service-card .fin-sico{width:36px;height:36px;font-size:1.28rem;border-radius:10px}.fin-service-card .fin-sbr{font-size:.62rem;margin-bottom:.22rem}.fin-service-card .fin-snm{font-size:.94rem;margin-bottom:.4rem;line-height:1.18}.fin-service-card .fin-sdesc{font-size:.76rem;line-height:1.35;margin-bottom:.8rem}.fin-service-card .fin-service-features li{font-size:.74rem;gap:.48rem}.fin-service-card .fin-service-features li svg{width:12px;height:12px}.fin-products-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.fin-product-card{padding:1.15rem .8rem}.fin-product-card .fin-stop{margin-bottom:.6rem}.fin-product-card .fin-sico{width:38px;height:38px;font-size:1.35rem}.fin-product-card .fin-sbr{font-size:.64rem;margin-bottom:.25rem}.fin-product-card .fin-snm{font-size:.95rem;margin-bottom:.45rem}.fin-product-card .fin-sdesc{font-size:.78rem;line-height:1.38}.fin-steps{gap:1rem}.fin-step{padding:.95rem .7rem;gap:.38rem}.fin-step-header{gap:.55rem;margin-bottom:.25rem}.fin-step-num{width:28px;height:28px;font-size:.75rem}.fin-step-ico{font-size:1.4rem}.fin-step-title{font-size:.88rem;line-height:1.15}.fin-step-desc{font-size:.74rem;line-height:1.32}.fin-step-line{top:20px;right:-.65rem;width:1.2rem}.fin-cta-card{padding:1.2rem 1.1rem;border-radius:16px}.fin-cta-badge{margin-bottom:.6rem;padding:.22rem .7rem;font-size:.62rem}.fin-cta-title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.25}.fin-cta-desc{font-size:.82rem;margin-bottom:1rem;line-height:1.45;max-width:100%}.fin-cta-btns{flex-direction:column;gap:.5rem;margin-bottom:1rem}.fin-cta-btn-p,.fin-cta-btn-s{width:100%;justify-content:center;padding:.7rem 1.3rem;font-size:.84rem}.fin-cta-info{gap:.8rem;flex-direction:column;align-items:center}.fin-cta-info-item{font-size:.76rem}}@media (max-width:480px){.fin-hero{padding:68px 1rem 2rem}.fin-hero-bg{clip-path:polygon(0 0,100% 0,100% 90%,0 95%);height:100%}.fin-hero-eyebrow{font-size:.66rem;padding:.3rem .7rem;margin-bottom:1rem}.fin-hero-sub{font-size:1rem}.fin-hero-desc{font-size:.92rem;margin-bottom:1rem}.fin-hero-cta{flex-direction:column;margin-bottom:1.5rem}.fin-btn-p,.fin-btn-s{justify-content:center;text-align:center;font-size:.9rem;padding:.7rem 1.4rem}.fin-hero-stats{gap:1rem;padding-top:1.2rem}.fin-stat-num{font-size:1.15rem}.fin-stat-label{font-size:.65rem}.fin-sec{padding:2rem 1rem}.fin-services-grid{grid-template-columns:1fr;gap:.75rem}.fin-service-card{padding:.95rem .7rem;border-radius:10px}.fin-service-card .fin-stop{margin-bottom:.5rem}.fin-service-card .fin-sico{width:32px;height:32px;font-size:1.15rem;border-radius:8px}.fin-service-card .fin-sbr{font-size:.56rem;margin-bottom:.18rem}.fin-service-card .fin-snm{font-size:.82rem;margin-bottom:.32rem;line-height:1.14}.fin-service-card .fin-sdesc{font-size:.68rem;line-height:1.28;margin-bottom:.65rem}.fin-service-card .fin-service-features{gap:.4rem}.fin-service-card .fin-service-features li{font-size:.67rem;gap:.42rem}.fin-service-card .fin-service-features li svg{width:11px;height:11px}.fin-products-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}.fin-product-card{padding:.95rem .65rem;border-radius:10px}.fin-product-card .fin-stop{margin-bottom:.5rem}.fin-product-card .fin-sico{width:34px;height:34px;font-size:1.2rem;border-radius:8px}.fin-product-card .fin-sbr{font-size:.58rem;margin-bottom:.2rem}.fin-product-card .fin-snm{font-size:.84rem;margin-bottom:.35rem;line-height:1.18}.fin-product-card .fin-sdesc{font-size:.7rem;line-height:1.3}.fin-steps{gap:.7rem}.fin-step{padding:.75rem .5rem;gap:.3rem}.fin-step-header{gap:.42rem;margin-bottom:.2rem}.fin-step-num{width:24px;height:24px;font-size:.68rem}.fin-step-ico{font-size:1.25rem}.fin-step-title{font-size:.78rem;line-height:1.12}.fin-step-desc{font-size:.68rem;line-height:1.28}.fin-step-line{display:none}.fin-cta-card{padding:1rem .85rem;border-radius:14px}.fin-cta-badge{margin-bottom:.5rem;padding:.18rem .65rem;font-size:.58rem}.fin-cta-title{font-size:1.12rem;margin-bottom:.45rem;line-height:1.2}.fin-cta-desc{font-size:.78rem;margin-bottom:.9rem;line-height:1.4}.fin-cta-btns{flex-direction:column;gap:.4rem;margin-bottom:.85rem}.fin-cta-btn-p,.fin-cta-btn-s{width:100%;justify-content:center;padding:.62rem 1.2rem;font-size:.8rem;border-radius:8px}.fin-cta-info{gap:.65rem;flex-direction:column;align-items:center}.fin-cta-info-item{font-size:.72rem;gap:.35rem}}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #25d36666;z-index:999;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 32px #25d36680}.whatsapp-float svg{width:28px;height:28px}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes pd{0%,to{box-shadow:0 0 #0f4c7566}50%{box-shadow:0 0 0 8px #0f4c7500}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:1024px){:root{--fs-h1:2rem;--fs-h2:1.6rem;--fs-h3:1.3rem}}@media (max-width:768px){:root{--fs-h1:1.75rem;--fs-h2:1.4rem;--fs-h3:1.15rem}}@media (max-width:480px){:root{--fs-h1:1.5rem;--fs-h2:1.25rem;--fs-h3:1.05rem}}.anim{opacity:1;transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.anim.visible{opacity:1;transform:none}.anim-fade{transform:translateY(0)}.anim-up{transform:translateY(40px)}.anim-down{transform:translateY(-40px)}.anim-left{transform:translate(-40px)}.anim-right{transform:translate(40px)}.anim-scale{transform:scale(.92)}.anim-d1{transition-delay:0s}.anim-d2{transition-delay:.1s}.anim-d3{transition-delay:.2s}.anim-d4{transition-delay:.3s}.anim-d5{transition-delay:.4s}.anim-d6{transition-delay:.5s}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--orange));z-index:9999;transition:width .1s linear;border-radius:0 3px 3px 0;box-shadow:0 0 10px #e8400a4d}.btt{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:12px;border:1px solid var(--bdr);background:#fff;box-shadow:var(--s3);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:900;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,box-shadow .2s;color:var(--ink3)}.btt.visible{opacity:1;transform:translateY(0);pointer-events:auto}.btt:hover{box-shadow:var(--s4);color:var(--blue);transform:translateY(-3px);border-color:var(--blue-m)}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column-reverse;gap:.65rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.65rem;padding:.85rem 1.15rem;background:#fff;border-radius:12px;box-shadow:0 8px 32px #080f1e26,0 2px 8px #080f1e14;border:1px solid var(--bdr);min-width:280px;max-width:400px;pointer-events:auto;animation:toastSlideIn .4s cubic-bezier(.16,1,.3,1);font-family:Manrope,sans-serif;font-size:.88rem;font-weight:600;color:var(--ink)}.toast.removing{animation:toastSlideOut .3s cubic-bezier(.4,0,1,1) forwards}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid var(--blue)}.toast-warning{border-left:4px solid #f59e0b}.toast-icon{font-size:1.2rem;flex-shrink:0}.toast-msg{flex:1;line-height:1.35}.toast-close{background:none;border:none;cursor:pointer;color:var(--ink4);padding:0;font-size:1rem;line-height:1;transition:color .2s;flex-shrink:0}.toast-close:hover{color:var(--ink2)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(60px) scale(.94)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(60px) scale(.94)}}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.35) 0%,transparent 70%);opacity:0;transition:opacity .35s;pointer-events:none}.ripple:active:after{opacity:1;transition:opacity 0s}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.count-up{animation:countUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--off) 25%,var(--bdr) 50%,var(--off) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float-el{animation:floatCard 4s ease-in-out infinite}@keyframes pd{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.55}}@media (max-width: 768px){.btt{bottom:1.2rem;right:1.2rem;width:38px;height:38px;border-radius:10px}.toast-container{bottom:1rem;right:1rem;left:1rem}.toast{min-width:auto;max-width:100%}}
