:root{--uh-navy-900:#0e1c46;--uh-navy:#162a63;--uh-navy-2:#1f3a8a;--uh-blue:#1f5fff;--uh-blue-2:#007bff;--uh-sky:#00a7e6;--uh-orange:#f67a3c;--uh-orange-600:#ec5f1a;--uh-ink:#0f172a;--uh-muted:#5a6b8c;--uh-line:#e7ecf5;--uh-bg:#f6f8fc;--uh-white:#fff;--uh-grad-cta:linear-gradient(135deg,#f67a3c,#ec5f1a);--uh-grad-navy:radial-gradient(900px 480px at 85% -20%,#27409a 0%,rgba(39,64,154,0) 60%),linear-gradient(150deg,#162a63 0%,#0e1c46 100%);--uh-r:16px;--uh-r-lg:24px;--uh-sh-sm:0 2px 10px rgba(16,24,64,.06);--uh-sh:0 16px 44px rgba(16,24,64,.12);--uh-sh-glow:0 18px 50px rgba(31,95,255,.22);--uh-font:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;--uh-display:'Plus Jakarta Sans','Inter',system-ui,sans-serif}.uh-topbar,.uh-topbar *,.uh-nav,.uh-nav *,.uh-footer,.uh-footer *,.uh-wa,.uh-wa *,.uh-main,.uh-main *,.uh-main *::before,.uh-main *::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--uh-font);color:var(--uh-ink);background:#fff;-webkit-font-smoothing:antialiased}.uh-wrap{max-width:1180px;margin:0 auto;padding:0 22px}.uh-ic{width:1em;height:1em;display:inline-block;vertical-align:-.14em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.uh-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--uh-font);font-weight:600;border-radius:13px;padding:11px 20px;font-size:15px;line-height:1;transition:.2s;cursor:pointer;border:0;white-space:nowrap}.uh-btn-cta{background:var(--uh-grad-cta);color:#fff;box-shadow:0 10px 22px rgba(236,95,26,.32)}.uh-btn-cta:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(236,95,26,.42);color:#fff}.uh-btn-line{background:#fff;color:var(--uh-navy);border:1.5px solid var(--uh-line)}.uh-btn-line:hover{border-color:var(--uh-blue);color:var(--uh-blue)}.uh-btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.22)}.uh-btn-ghost:hover{background:rgba(255,255,255,.18);color:#fff}.uh-topbar{background:var(--uh-navy-900);color:#c4d0ee;font-family:var(--uh-font);font-size:13px}.uh-topbar .uh-wrap{display:flex;align-items:center;justify-content:space-between;min-height:40px;gap:14px}.uh-topbar a{color:#c4d0ee;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.uh-topbar a:hover{color:#fff}.uh-tb-left{display:flex;align-items:center;gap:18px}.uh-tb-right{display:flex;align-items:center;gap:18px}.uh-tb-promo b{color:var(--uh-orange)}@media(max-width:860px){.uh-tb-promo,.uh-tb-left .uh-tb-social{display:none}.uh-topbar .uh-wrap{justify-content:center}}.uh-nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.86);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--uh-line);font-family:var(--uh-font);transition:box-shadow .25s,background .25s}.uh-nav.is-stuck{box-shadow:0 8px 30px rgba(16,24,64,.08);background:rgba(255,255,255,.95)}.uh-nav .uh-wrap{display:flex;align-items:center;gap:24px;min-height:72px}.uh-logo{display:flex;align-items:center;flex:1 1 0;min-width:0}.uh-logo img{height:38px;width:auto;display:block}.uh-menu{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0;list-style:none;flex:0 0 auto}.uh-menu>li{position:relative}.uh-menu>li>a,.uh-menu>li>button{display:flex;align-items:center;gap:7px;font:inherit;font-weight:500;font-size:15px;color:#2c3a59;background:none;border:0;cursor:pointer;text-decoration:none;padding:10px 14px;border-radius:11px;transition:.18s}.uh-menu>li>a:hover,.uh-menu>li>button:hover,.uh-menu>li.open>button{color:var(--uh-blue);background:#eef3ff}.uh-menu .uh-ic-c{width:15px;height:15px;transition:.2s}.uh-menu>li.open .uh-ic-c{transform:rotate(180deg)}.uh-badge{font-size:10px;font-weight:700;color:#fff;background:var(--uh-orange);padding:2px 7px;border-radius:6px;letter-spacing:.3px}.uh-badge.blue{background:var(--uh-blue)}.uh-badge.green{background:#16a34a}.uh-drop{position:absolute;top:calc(100% + 10px);left:0;min-width:560px;background:#fff;border:1px solid var(--uh-line);border-radius:var(--uh-r-lg);box-shadow:var(--uh-sh);padding:14px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:1001}.uh-drop.right{left:auto;right:0}.uh-menu>li:hover>.uh-drop,.uh-menu>li.open>.uh-drop{opacity:1;visibility:visible;transform:translateY(0)}.uh-drop-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.uh-di{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:14px;text-decoration:none;transition:.15s}.uh-di:hover{background:var(--uh-bg)}.uh-di-ic{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff}.uh-di-ic .uh-ic{width:19px;height:19px}.uh-di-ic.c1{background:linear-gradient(135deg,#1f5fff,#007bff)}.uh-di-ic.c2{background:linear-gradient(135deg,#f59e0b,#f67a3c)}.uh-di-ic.c3{background:linear-gradient(135deg,#0ea5e9,#00a7e6)}.uh-di-ic.c4{background:linear-gradient(135deg,#10b981,#0f9d6a)}.uh-di-ic.c5{background:linear-gradient(135deg,#6366f1,#534ab7)}.uh-di-tt{font-weight:600;font-size:14.5px;color:var(--uh-navy);display:flex;align-items:center;gap:7px}.uh-di-tx{font-size:12.5px;color:var(--uh-muted);margin-top:1px}.uh-drop-promo{background:var(--uh-grad-navy);color:#fff;border-radius:16px;padding:18px}.uh-drop-promo h6{font-family:var(--uh-display);font-size:15px;margin:0 0 6px}.uh-drop-promo ul{list-style:none;margin:10px 0 14px;padding:0}.uh-drop-promo li{font-size:13px;color:#cdd8f4;display:flex;gap:8px;padding:3px 0}.uh-drop-promo li .uh-ic{width:16px;height:16px;color:#7ef0c0}.uh-nav-right{flex:1 1 0;justify-content:flex-end;display:flex;align-items:center;gap:14px}.uh-login{display:flex;align-items:center;gap:7px;font-weight:600;font-size:15px;color:var(--uh-navy);text-decoration:none}.uh-login:hover{color:var(--uh-blue)}.uh-burger{display:none;background:none;border:0;cursor:pointer;color:var(--uh-navy);padding:6px}.uh-burger .uh-ic{width:26px;height:26px}@media(max-width:980px){.uh-burger{display:inline-flex}.uh-menu{position:fixed;inset:72px 0 auto 0;flex-direction:column;align-items:stretch;gap:2px;background:#fff;box-shadow:var(--uh-sh);padding:14px;max-height:0;overflow:hidden;transition:max-height .3s;z-index:999}.uh-nav.menu-open .uh-menu{max-height:calc(100vh - 72px);overflow:auto}.uh-drop{position:static;min-width:0;box-shadow:none;border:0;padding:4px 0 8px;opacity:1;visibility:visible;transform:none;display:none}.uh-menu>li.open .uh-drop{display:block}.uh-drop-grid{grid-template-columns:1fr}}.uh-footer{background:var(--uh-navy-900);color:#aebbd9;font-family:var(--uh-font);font-size:14.5px;margin-top:0}.uh-footer a{color:#aebbd9;text-decoration:none;transition:.15s}.uh-footer a:hover{color:#fff}.uh-foot-cta{background:var(--uh-grad-navy);border-bottom:1px solid rgba(255,255,255,.08)}.uh-foot-cta .uh-wrap{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:34px 22px;flex-wrap:wrap}.uh-foot-cta h3{font-family:var(--uh-display);color:#fff;font-size:24px;font-weight:700;margin:0}.uh-foot-cta p{margin:6px 0 0;color:#c4d0ee;font-size:15px}.uh-footer .uh-btn-cta,.uh-footer .uh-btn-cta:hover{color:#fff}.uh-footer .uh-btn-line{color:var(--uh-navy)}.uh-foot-main{padding:56px 0 34px}.uh-foot-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.1fr;gap:34px}.uh-foot-brand img{height:40px;margin-bottom:14px}.uh-foot-brand p{max-width:300px;line-height:1.7}.uh-foot-col h5{color:#fff;font-family:var(--uh-display);font-size:15px;font-weight:600;margin:0 0 16px}.uh-foot-col ul{list-style:none;margin:0;padding:0}.uh-foot-col li{margin-bottom:11px}.uh-foot-col li a{font-size:14px}.uh-socials{display:flex;gap:10px;margin-top:16px}.uh-socials a{width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff}.uh-socials a:hover{background:var(--uh-orange);color:#fff;transform:translateY(-2px)}.uh-socials .uh-ic{width:18px;height:18px}.uh-socials .wa:hover{background:#25d366}.uh-foot-strip{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.uh-foot-strip .uh-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;flex-wrap:wrap}.uh-trust{display:flex;gap:9px;flex-wrap:wrap}.uh-tbadge{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:#bcc8e6;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:7px 13px;border-radius:999px}.uh-tbadge .uh-ic{width:15px;height:15px;color:#7ef0c0}.uh-pay{display:flex;align-items:center;gap:10px}.uh-pay img{height:26px;width:auto;background:#fff;border-radius:6px;padding:3px 6px}.uh-copy{padding:24px 0 26px}.uh-copy .uh-wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.uh-copy-main{font-size:13.5px;color:#9fb0d4;line-height:1.7}.uh-copy-main strong{color:#fff;font-weight:600}.uh-copy-rating{display:inline-flex;align-items:center;gap:6px;color:#ffd6a8;font-weight:600;font-size:13px;margin-left:4px}.uh-copy-rating .uh-ic{width:14px;height:14px;fill:var(--uh-orange);stroke:var(--uh-orange)}.uh-copy-links{font-size:13px;color:#9fb0d4;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.uh-copy-links a{color:#cdd7f0}.uh-copy-links .sep{opacity:.4}.uh-copy-made{font-size:13px;color:#9fb0d4}.uh-copy-made b{color:#fff;font-weight:500}@media(max-width:860px){.uh-foot-grid{grid-template-columns:1fr 1fr}.uh-foot-cta .uh-wrap{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.uh-foot-grid{grid-template-columns:1fr}}.uh-wa{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px rgba(37,211,102,.45);z-index:1200;transition:.2s;animation:uh-pulse 2.4s infinite}.uh-wa:hover{transform:scale(1.07)}.uh-wa .uh-ic{width:30px;height:30px;color:#fff;fill:#fff;stroke:none}@keyframes uh-pulse{0%{box-shadow:0 12px 28px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 12px 28px rgba(37,211,102,.45),0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 12px 28px rgba(37,211,102,.45),0 0 0 0 rgba(37,211,102,0)}}.uh-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:var(--uh-navy);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:0;z-index:1200;box-shadow:0 10px 26px rgba(16,24,64,.30);opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s}.uh-top.show{opacity:1;visibility:visible;transform:translateY(0)}.uh-top:hover{background:var(--uh-orange-600);transform:translateY(-3px)}.uh-top .uh-ic{width:22px;height:22px}.uh-tb-promo{display:flex;align-items:center;gap:9px;font-weight:500}.uh-tb-promo a.uh-tb-link{display:flex;align-items:center;gap:9px;color:#e8eefc}.uh-tb-promo a.uh-tb-link:hover{color:#fff}.uh-blink{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:rgba(255,214,10,.16);color:#ffd60a;animation:uh-blink 1s steps(1) infinite}.uh-blink .uh-ic{width:14px;height:14px}@keyframes uh-blink{0%,49%{opacity:1;box-shadow:0 0 0 0 rgba(255,214,10,.55)}50%,100%{opacity:.25;box-shadow:0 0 0 6px rgba(255,214,10,0)}}.uh-tb-tag{font-weight:800;letter-spacing:.4px;color:#ffd60a;font-size:11px;background:rgba(255,214,10,.14);border:1px solid rgba(255,214,10,.35);padding:2px 8px;border-radius:6px;text-transform:uppercase}.uh-tb-price{color:#fff;background:var(--uh-grad-cta);padding:2px 9px;border-radius:6px;font-weight:800}.uh-tb-go{color:#ffd60a;font-weight:700;display:inline-flex;align-items:center;gap:4px}.uh-tb-go .uh-ic{width:14px;height:14px}.uh-drop{box-shadow:0 24px 70px rgba(16,24,64,.20),0 4px 14px rgba(16,24,64,.08);overflow:visible}.uh-drop::before{content:"";position:absolute;top:-8px;left:30px;width:16px;height:16px;background:#fff;border-left:1px solid var(--uh-line);border-top:1px solid var(--uh-line);transform:rotate(45deg);border-radius:3px 0 0 0}.uh-drop.right::before{left:auto;right:30px}.uh-drop-cap{font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#9aa7c2;padding:4px 12px 8px}.uh-di{position:relative;border:1px solid transparent;padding-right:30px}.uh-di:hover{background:var(--uh-bg);border-color:var(--uh-line);transform:translateX(2px)}.uh-di-ic{box-shadow:0 6px 14px rgba(16,24,64,.18);transition:.2s}.uh-di:hover .uh-di-ic{transform:scale(1.06) rotate(-3deg)}.uh-di::after{content:"";position:absolute;right:14px;top:50%;width:8px;height:8px;border-top:2px solid var(--uh-blue);border-right:2px solid var(--uh-blue);transform:translate(3px,-50%) rotate(45deg);opacity:0;transition:.2s}.uh-di:hover::after{opacity:1;transform:translate(-3px,-50%) rotate(45deg)}.uh-drop-foot{margin-top:8px;padding:11px 12px 4px;border-top:1px solid var(--uh-line);display:flex;align-items:center;justify-content:space-between}.uh-drop-foot a{font-size:13.5px;font-weight:600;color:var(--uh-blue);display:inline-flex;align-items:center;gap:6px;text-decoration:none}.uh-drop-foot a .uh-ic{width:15px;height:15px}.uh-drop-foot .hint{font-size:12px;color:var(--uh-muted)}.uh-di-tt .uh-badge{transform:translateY(-1px)}.uh-pays{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.uh-pc{height:30px;min-width:46px;padding:0 9px;background:#fff;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.18)}.uh-pc svg{display:block;height:18px;width:auto}.uh-pc .pc-txt{font-family:var(--uh-display);font-weight:800;font-size:12px;letter-spacing:-.2px;line-height:1}@media(max-width:560px){.uh-pc{height:27px;min-width:42px}}.uh-main{font-family:var(--uh-font);color:var(--uh-ink)}.uh-main h2,.uh-main h3{font-family:var(--uh-display)}.uh-sec{padding:84px 0}.uh-sec-head{text-align:center;max-width:660px;margin:0 auto 48px}.uh-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;letter-spacing:.3px;color:var(--uh-blue);background:#eaf1ff;padding:7px 14px;border-radius:999px}.uh-sec-head h2{font-size:38px;font-weight:800;letter-spacing:-.7px;color:var(--uh-navy);margin:16px 0 0}.uh-sec-head p{color:var(--uh-muted);font-size:17px;margin:12px 0 0}.uh-hero{background:radial-gradient(900px 520px at 88% -10%,#27409a 0,rgba(39,64,154,0) 60%),radial-gradient(700px 420px at 4% 28%,#1f3a8a 0,rgba(31,58,138,0) 55%),linear-gradient(150deg,#162a63,#0e1c46);color:#fff;overflow:hidden;position:relative}.uh-hero::after{content:"";position:absolute;inset:0;opacity:.5;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:26px 26px}.uh-hero .uh-wrap{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;padding:54px 22px 0}.uh-hero-eye{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);color:#dbe6ff;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px}.uh-hero h1{font-size:50px;line-height:1.08;font-weight:800;letter-spacing:-1.2px;margin:18px 0 14px}.uh-hero h1 .hl{background:linear-gradient(120deg,#ffb37a,#f67a3c);-webkit-background-clip:text;background-clip:text;color:transparent}.uh-hero .sub{font-size:18px;color:#c7d2ee;max-width:480px;margin:0 0 24px}.uh-checker{display:flex;gap:8px;max-width:480px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:7px}.uh-checker input{flex:1;min-width:0;border:0;border-radius:11px;padding:0 15px;font-size:16px;font-family:inherit;color:var(--uh-ink)}.uh-checker input:focus{outline:2px solid var(--uh-orange)}.uh-hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:14px;color:#dbe6ff}.uh-hero-trust span{display:flex;align-items:center;gap:8px}.uh-hero-trust .uh-ic{width:18px;height:18px;color:#7ef0c0}.uh-hero-img{position:relative;align-self:end;text-align:center}.uh-hero-img .glow{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:340px;height:340px;background:radial-gradient(circle,rgba(246,122,60,.34),transparent 65%);border-radius:50%}.uh-hero-img img{position:relative;max-width:100%;max-height:480px;filter:drop-shadow(0 24px 40px rgba(0,0,0,.35))}.uh-marquee{background:#fff;border-bottom:1px solid var(--uh-line);overflow:hidden}.uh-marquee .uh-wrap{display:flex;align-items:center;gap:26px;height:104px}.uh-marquee .lbl{font-size:13px;color:var(--uh-muted);font-weight:600;white-space:nowrap;flex:none}.uh-marquee .row{display:flex;align-items:center;gap:40px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.uh-marquee .row .track{display:flex;align-items:center;gap:40px;animation:uh-scroll 28s linear infinite}.uh-marquee img{height:34px;width:auto;opacity:.85;filter:grayscale(.2)}@keyframes uh-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.uh-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.uh-pcard{background:#fff;border:1px solid var(--uh-line);border-radius:var(--uh-r-lg);padding:28px 24px;position:relative;transition:.25s}.uh-pcard:hover{transform:translateY(-6px);box-shadow:var(--uh-sh)}.uh-pcard.pop{border:2px solid var(--uh-orange);box-shadow:var(--uh-sh-glow)}.uh-pcard .pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--uh-grad-cta);color:#fff;font-size:12px;font-weight:700;padding:6px 16px;border-radius:999px;white-space:nowrap}.uh-pcard h3{font-size:21px;color:var(--uh-navy)}.uh-pcard .tag{font-size:13px;color:var(--uh-muted);margin-top:3px}.uh-pcard .price{margin:16px 0 2px;display:flex;align-items:baseline;gap:4px}.uh-pcard .price .cur{font-size:17px;font-weight:600;color:var(--uh-muted)}.uh-pcard .price .num{font-size:40px;font-weight:800;color:var(--uh-navy);letter-spacing:-1px;font-family:var(--uh-display)}.uh-pcard .price .per{font-size:14px;color:var(--uh-muted)}.uh-pcard .was{font-size:13px;color:#9aa7c2;min-height:18px}.uh-pcard .was s{color:#aab4c8}.uh-pcard ul{list-style:none;margin:18px 0 22px;padding:0}.uh-pcard li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:#3a465f;padding:6px 0}.uh-pcard li .uh-ic{width:18px;height:18px;color:var(--uh-blue);flex:none;margin-top:2px}.uh-pcard .uh-btn{width:100%;justify-content:center;padding:13px 18px}.uh-pcard .uh-btn-line{background:#f4f7fc;border-color:#dde4f0;color:var(--uh-navy)}.uh-pcard .uh-btn-line:hover{background:#eaf1ff;border-color:var(--uh-blue);color:var(--uh-blue)}.uh-ppn{text-align:center;color:var(--uh-muted);font-size:13px;margin-top:22px}.uh-fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.uh-fcard{background:#fff;border:1px solid var(--uh-line);border-radius:var(--uh-r);padding:26px;transition:.2s}.uh-fcard:hover{box-shadow:var(--uh-sh);transform:translateY(-4px)}.uh-fcard .ico{width:54px;height:54px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.uh-fcard .ico .uh-ic{width:26px;height:26px}.i-blue{background:#eaf1ff}.i-blue .uh-ic{color:var(--uh-blue)}.i-orange{background:#fff0e8}.i-orange .uh-ic{color:var(--uh-orange-600)}.i-teal{background:#e0fbf0}.i-teal .uh-ic{color:#0f9d6a}.i-purple{background:#efeefe}.i-purple .uh-ic{color:#534ab7}.uh-fcard h3{font-size:18px;color:var(--uh-navy);margin-bottom:7px}.uh-fcard p{font-size:14.5px;color:var(--uh-muted)}.uh-band{background:var(--uh-grad-navy);color:#fff;border-radius:var(--uh-r-lg);padding:50px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.uh-band h2{font-size:30px;font-weight:800;color:#fff;letter-spacing:-.5px}.uh-band p{color:#c7d2ee;margin-top:8px;max-width:520px}.uh-tlds{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:22px}.uh-tlds span{font-size:14px;color:#33405e;background:#fff;border:1px solid var(--uh-line);padding:8px 16px;border-radius:999px}.uh-tlds b{color:var(--uh-orange-600)}.uh-tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.uh-tcard{background:#fff;border:1px solid var(--uh-line);border-radius:var(--uh-r);padding:26px}.uh-stars{display:flex;gap:2px;margin-bottom:12px}.uh-stars .uh-ic{width:18px;height:18px;fill:var(--uh-orange);stroke:var(--uh-orange)}.uh-tcard p{font-size:15px;color:#3a465f}.uh-who{display:flex;align-items:center;gap:12px;margin-top:18px}.uh-who .av{width:46px;height:46px;border-radius:50%;background:var(--uh-navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--uh-display)}.uh-who b{display:block;color:var(--uh-navy);font-size:15px}.uh-who span{font-size:13px;color:var(--uh-muted)}.uh-faq{max-width:820px;margin:0 auto}.uh-faq details{background:#fff;border:1px solid var(--uh-line);border-radius:var(--uh-r);margin-bottom:12px;overflow:hidden}.uh-faq summary{list-style:none;cursor:pointer;padding:20px 22px;font-weight:600;font-size:16.5px;color:var(--uh-navy);display:flex;align-items:center;justify-content:space-between;gap:14px}.uh-faq summary::-webkit-details-marker{display:none}.uh-faq summary .uh-ic{width:22px;height:22px;color:var(--uh-blue);flex:none;transition:.2s}.uh-faq details[open] summary .uh-ic{transform:rotate(45deg)}.uh-faq .ans{padding:0 22px 20px;color:var(--uh-muted);font-size:15px;line-height:1.7}@media(max-width:980px){.uh-hero .uh-wrap{grid-template-columns:1fr}.uh-hero-img{display:none}.uh-price-grid{grid-template-columns:1fr 1fr}.uh-fgrid,.uh-tgrid{grid-template-columns:1fr}.uh-hero h1,.uh-sec-head h2{font-size:34px}}@media(max-width:600px){.uh-price-grid{grid-template-columns:1fr}.uh-sec{padding:60px 0}}.uh-hero .hero-price{display:flex;align-items:baseline;gap:4px;margin:18px 0 4px;font-family:var(--uh-display)}.uh-hero .hero-price .cur{font-size:22px;font-weight:600;color:#dbe6ff}.uh-hero .hero-price .amt{font-size:58px;font-weight:800;letter-spacing:-1.5px;color:#fff;line-height:1}.uh-hero .hero-price .per{font-size:16px;color:#c7d2ee;font-family:var(--uh-font)}.uh-hero .hero-specs{list-style:none;margin:18px 0 6px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 22px;max-width:480px}.uh-hero .hero-specs li{display:flex;align-items:center;gap:9px;font-size:15px;color:#e6edff}.uh-hero .hero-specs li .uh-ic{width:18px;height:18px;color:var(--uh-orange);flex:none}.uh-hero .ppn{font-size:13px;color:#9fb0d4;margin:6px 0 0}.uh-hero .hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 0}.uh-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.uh-split .img{text-align:center}.uh-split .img img{max-width:100%;max-height:380px;filter:drop-shadow(0 22px 40px rgba(16,24,64,.18))}.uh-split .copy h2{font-size:32px;font-weight:800;letter-spacing:-.6px;color:var(--uh-navy);margin:14px 0 14px}.uh-split .copy p{color:var(--uh-muted);font-size:16.5px;line-height:1.75;margin:0 0 18px}.uh-checklist{list-style:none;margin:0 0 24px;padding:0;display:grid;gap:12px}.uh-checklist li{display:flex;align-items:flex-start;gap:11px;font-size:15.5px;color:#334063}.uh-checklist li .ico{width:26px;height:26px;border-radius:8px;background:#eaf5ef;color:#0f9d6a;display:flex;align-items:center;justify-content:center;flex:none;margin-top:1px}.uh-checklist li .ico .uh-ic{width:16px;height:16px}.uh-split.rev .img{order:2}.uh-stats{background:var(--uh-grad-navy);color:#fff}.uh-stats .uh-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:46px 22px;text-align:center}.uh-stats .n{font-family:var(--uh-display);font-size:40px;font-weight:800;letter-spacing:-1px;background:linear-gradient(120deg,#ffb37a,#f67a3c);-webkit-background-clip:text;background-clip:text;color:transparent}.uh-stats .l{color:#c7d2ee;font-size:14.5px;margin-top:4px}.uh-stats .div{position:relative}.uh-stats .div:not(:last-child)::after{content:"";position:absolute;right:-12px;top:20%;height:60%;width:1px;background:rgba(255,255,255,.14)}.uh-pcard .detail{display:block;text-align:center;margin-top:12px;font-size:13.5px;font-weight:600;color:var(--uh-blue);text-decoration:none}.uh-pcard .detail:hover{text-decoration:underline}.uh-allfeat{max-width:980px;margin:26px auto 0;border:1px solid var(--uh-line);border-radius:var(--uh-r);background:#fff;overflow:hidden}.uh-allfeat summary{list-style:none;cursor:pointer;padding:18px 24px;font-weight:600;font-size:16px;color:var(--uh-navy);display:flex;align-items:center;justify-content:center;gap:10px}.uh-allfeat summary::-webkit-details-marker{display:none}.uh-allfeat summary .uh-ic{width:20px;height:20px;color:var(--uh-blue);transition:.2s}.uh-allfeat[open] summary .uh-ic{transform:rotate(180deg)}.uh-featcols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:8px 24px 26px;border-top:1px solid var(--uh-line)}.uh-featcols h4{font-family:var(--uh-display);font-size:15px;color:var(--uh-navy);margin:14px 0 12px}.uh-featcols ul{list-style:none;margin:0;padding:0}.uh-featcols li{display:flex;align-items:center;gap:9px;font-size:14px;color:#3a465f;padding:5px 0}.uh-featcols li .uh-ic{width:15px;height:15px;color:#0f9d6a;flex:none}@media(max-width:980px){.uh-split,.uh-stats .uh-wrap{grid-template-columns:1fr}.uh-split.rev .img{order:0}.uh-featcols{grid-template-columns:1fr}.uh-stats .div:not(:last-child)::after{display:none}.uh-hero .hero-price .amt{font-size:46px}}.uh-tldgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.uh-tldcard{background:#fff;border:1px solid var(--uh-line);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px;transition:.2s;position:relative}.uh-tldcard:hover{box-shadow:var(--uh-sh);transform:translateY(-3px);border-color:#cfe0ff}.uh-tldcard .ext{font-family:var(--uh-display);font-weight:800;font-size:21px;color:var(--uh-navy)}.uh-tldcard .pr{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.uh-tldcard .pr .now{font-weight:800;color:var(--uh-navy);font-size:18px}.uh-tldcard .pr .was{font-size:13px;color:#aab4c8;text-decoration:line-through}.uh-tldcard .promo{position:absolute;top:14px;right:14px;font-size:10px;font-weight:700;color:#fff;background:var(--uh-grad-cta);padding:3px 8px;border-radius:6px}.uh-tldcard .daftar{margin-top:6px;font-size:13.5px;font-weight:600;color:var(--uh-blue);text-decoration:none;display:inline-flex;align-items:center;gap:5px}.uh-tldcard .daftar:hover{gap:8px}.uh-tldcard .daftar .uh-ic{width:15px;height:15px}.uh-group-title{font-family:var(--uh-display);font-weight:700;font-size:18px;color:var(--uh-navy);margin:34px 0 14px;display:flex;align-items:center;gap:9px}.uh-group-title .uh-ic{width:20px;height:20px;color:var(--uh-blue)}.uh-renote{text-align:center;color:var(--uh-muted);font-size:13px;margin-top:20px}.uh-free-amt{display:inline-flex;align-items:center;gap:10px;margin:16px 0 6px}.uh-free-amt .big{font-family:var(--uh-display);font-size:56px;font-weight:800;letter-spacing:-1.5px;color:#fff;line-height:1}.uh-free-amt .tag{background:var(--uh-grad-cta);color:#fff;font-weight:800;font-size:13px;padding:6px 12px;border-radius:8px}.uh-legal-hero{background:var(--uh-grad-navy);color:#fff;padding:52px 0 44px}.uh-legal-hero .crumb{font-size:13px;color:#a9b6db;display:flex;align-items:center;gap:8px;margin-bottom:14px}.uh-legal-hero .crumb a{color:#a9b6db;text-decoration:none}.uh-legal-hero .crumb a:hover{color:#fff}.uh-legal-hero h1{font-family:var(--uh-display);font-size:38px;font-weight:800;letter-spacing:-.6px;margin:0}.uh-legal-hero .lead{color:#c7d2ee;font-size:17px;margin:10px 0 0}.uh-legal-hero .updated{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:13px;color:#dbe6ff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:7px 14px;border-radius:999px}.uh-legal-hero .updated .uh-ic{width:15px;height:15px;color:#7ef0c0}.uh-legal-wrap{display:grid;grid-template-columns:250px minmax(0,1fr);gap:48px;padding:48px 22px;max-width:1180px;margin:0 auto}.uh-legal-wrap.single{grid-template-columns:minmax(0,820px);justify-content:center}.uh-legal-toc{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}.uh-legal-toc .ttl{font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#9aa7c2;margin:0 0 12px;padding-left:14px}.uh-legal-toc a{display:block;padding:6px 0 6px 14px;color:var(--uh-muted);font-size:14px;line-height:1.4;border-left:2px solid var(--uh-line);text-decoration:none;transition:.15s}.uh-legal-toc a:hover,.uh-legal-toc a.active{color:var(--uh-navy);border-color:var(--uh-blue);background:linear-gradient(90deg,#eef3ff,transparent)}.uh-legal-body{font-size:16px;line-height:1.78;color:#3a465f;max-width:760px}.uh-legal-body h2{font-family:var(--uh-display);font-size:24px;font-weight:700;color:var(--uh-navy);margin:38px 0 14px;scroll-margin-top:90px}.uh-legal-body h2:first-child{margin-top:0}.uh-legal-body h3,.uh-legal-body h4,.uh-legal-body h5{font-family:var(--uh-display);font-weight:600;color:var(--uh-navy);margin:26px 0 10px;scroll-margin-top:90px}.uh-legal-body h3{font-size:19px}.uh-legal-body h4,.uh-legal-body h5{font-size:17px}.uh-legal-body p{margin:0 0 16px}.uh-legal-body ul,.uh-legal-body ol{margin:0 0 18px;padding-left:22px}.uh-legal-body li{margin-bottom:9px}.uh-legal-body a{color:var(--uh-blue);text-decoration:none}.uh-legal-body a:hover{text-decoration:underline}.uh-legal-body strong,.uh-legal-body b{color:var(--uh-navy)}.uh-legal-body hr{border:0;border-top:1px solid var(--uh-line);margin:30px 0}.uh-legal-body table{width:100%;border-collapse:collapse;margin:0 0 22px;font-size:14.5px}.uh-legal-body th,.uh-legal-body td{border:1px solid var(--uh-line);padding:11px 14px;text-align:left;vertical-align:top}.uh-legal-body th{background:var(--uh-bg);font-family:var(--uh-display);color:var(--uh-navy);font-weight:600}.uh-legal-body tr:nth-child(even) td{background:#fafbfe}.uh-legal-faq{max-width:820px;margin:0 auto}.uh-tochip{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--uh-blue);background:#eef3ff;padding:6px 13px;border-radius:999px}@media(max-width:900px){.uh-legal-wrap{grid-template-columns:1fr;gap:24px}.uh-legal-toc{position:static;max-height:none;display:flex;flex-wrap:wrap;gap:6px}.uh-legal-toc a{border-left:0;border:1px solid var(--uh-line);border-radius:999px;padding:6px 12px}.uh-legal-hero h1{font-size:30px}}@media(max-width:980px){.uh-nav .uh-wrap{position:relative}.uh-menu{position:absolute;left:0;right:0;top:100%;bottom:auto;width:100%;flex-direction:column;align-items:stretch;gap:2px;background:#fff;box-shadow:var(--uh-sh);border-top:1px solid var(--uh-line);padding:0;max-height:0;overflow:hidden;transition:max-height .28s ease;z-index:999}.uh-nav.menu-open .uh-menu{max-height:84vh;overflow:auto;padding:10px}.uh-menu>li{width:100%}.uh-menu>li>a,.uh-menu>li>button{width:100%;justify-content:space-between;font-size:16px;padding:13px 14px;border-radius:12px}.uh-drop{background:var(--uh-bg);border-radius:12px;margin:2px 0 8px}.uh-drop::before{display:none}}@media(max-width:768px){.uh-tb-promo{display:none}.uh-topbar .uh-wrap{justify-content:center}.uh-tb-right{gap:16px}.uh-hero .hero-specs{grid-template-columns:1fr;gap:9px}.uh-stats .uh-wrap{grid-template-columns:repeat(2,1fr);gap:28px 18px}.uh-stats .div:not(:last-child)::after{display:none}.uh-foot-cta .uh-wrap{flex-direction:column;align-items:flex-start;gap:16px}.uh-foot-strip .uh-wrap{flex-direction:column;align-items:flex-start;gap:14px}.uh-copy .uh-wrap{flex-direction:column;align-items:flex-start;gap:10px}.uh-legal-body table{font-size:13.5px}.uh-legal-body th,.uh-legal-body td{padding:8px 10px}}@media(max-width:480px){.uh-hero h1,.uh-legal-hero h1{font-size:30px;line-height:1.12}.uh-sec-head h2,.uh-split .copy h2,.uh-band h2,.uh-foot-cta h3{font-size:25px}.uh-hero .hero-price .amt,.uh-free-amt .big{font-size:42px}.uh-sec{padding:48px 0}.uh-price-grid,.uh-fgrid,.uh-tgrid,.uh-tldgrid,.uh-foot-grid{grid-template-columns:1fr}.uh-checker{flex-direction:column;gap:8px}.uh-checker .uh-btn{width:100%;justify-content:center}.uh-band{padding:32px 22px}.uh-hero-trust{gap:8px 18px}.uh-wrap,.uh-legal-wrap{padding-left:18px;padding-right:18px}.uh-legal-body{font-size:15.5px}}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.uh-mcta{position:fixed;left:0;right:0;bottom:0;z-index:1100;display:none;gap:10px;padding:9px 12px;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--uh-line);box-shadow:0 -6px 22px rgba(16,24,64,.12)}.uh-mcta a{flex:1;justify-content:center;padding:12px 10px}.uh-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:1300;max-width:580px;margin:0 auto;background:var(--uh-navy);color:#dbe6ff;border-radius:16px;padding:15px 18px;box-shadow:var(--uh-sh);display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:14px}.uh-cookie.hide{display:none}.uh-cookie p{margin:0;flex:1;min-width:210px;line-height:1.55}.uh-cookie a{color:#ffd6a8;text-decoration:underline}.uh-cookie .btns{display:flex;gap:8px}.uh-cookie .uh-btn{padding:9px 16px;font-size:14px}.uh-cookie .ghost{background:transparent;border:1px solid rgba(255,255,255,.3);color:#dbe6ff}.uh-404{text-align:center;padding:90px 22px;background:var(--uh-grad-navy);color:#fff}.uh-404 .big{font-family:var(--uh-display);font-size:130px;font-weight:800;line-height:1;letter-spacing:-3px;background:linear-gradient(120deg,#ffb37a,#f67a3c);-webkit-background-clip:text;background-clip:text;color:transparent}.uh-404 h1{font-size:30px;font-weight:800;margin:6px 0 10px}.uh-404 p{color:#c7d2ee;max-width:480px;margin:0 auto 22px}.uh-404 .uh-checker{margin:0 auto 22px}.uh-404 .links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.uh-404 .links a{color:#dbe6ff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:8px 16px;border-radius:999px;text-decoration:none;font-size:14px}.uh-404 .links a:hover{background:rgba(255,255,255,.2);color:#fff}@media(max-width:768px){.uh-mcta{display:flex}.uh-top{bottom:82px}.uh-cookie{bottom:80px;left:10px;right:10px}body{padding-bottom:64px}.uh-404 .big{font-size:88px}}