*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --nav:#ffffff;--hero:#eef4ff;--bg:#f7f8fa;--white:#ffffff;
  --blue:#2563eb;--blue-d:#1d4ed8;--blue-l:#eff6ff;--blue-b:#dbeafe;
  --text:#111827;--sub:#374151;--muted:#6b7280;--muted2:#9ca3af;
  --border:#e5e7eb;--border2:#d1d5db;
  --red:#dc2626;--red-l:#fef2f2;--red-b:#fecaca;
  --green:#16a34a;--green-l:#f0fdf4;
  --r:12px;--sh:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.04);
  --sh-m:0 4px 16px rgba(0,0,0,.08);--sh-l:0 8px 30px rgba(0,0,0,.1);
}
[data-theme="dark"]{
  --nav:#0f1117;--hero:#0d1526;--bg:#070b12;--white:#111827;
  --text:#f9fafb;--sub:#e5e7eb;--muted:#9ca3af;--muted2:#6b7280;
  --border:#1f2937;--border2:#374151;
  --blue-l:#1e3a5f;--blue-b:#1d4ed8;
  --red-l:#2d1515;--red-b:#7f1d1d;
  --green-l:#052e16;
  --sh:0 1px 3px rgba(0,0,0,.4);--sh-m:0 4px 16px rgba(0,0,0,.5);--sh-l:0 8px 30px rgba(0,0,0,.6);
}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',-apple-system,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;}
button{font-family:'DM Sans',sans-serif;cursor:pointer;}
.container{max-width:1080px;margin:0 auto;padding:0 20px;}

/* LIMIT BANNER */
#lim{display:none;background:var(--red-l);border-bottom:1.5px solid var(--red-b);padding:11px 20px;}
#lim.show{display:block;}
.lim-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;}
.lim-txt{font-size:14px;font-weight:600;color:var(--red);}
.lim-btn{font-size:13px;font-weight:700;color:#fff;background:var(--red);padding:5px 14px;border-radius:6px;border:none;transition:background .15s;}
.lim-btn:hover{background:#b91c1c;}

/* HEADER */
header{position:sticky;top:0;z-index:200;background:var(--nav);border-bottom:1.5px solid var(--border);box-shadow:var(--sh);}
.nav{height:62px;display:flex;align-items:center;gap:14px;}
.logo{display:flex;align-items:center;gap:9px;text-decoration:none;flex-shrink:0;}
.logo-ic{width:33px;height:33px;background:var(--blue);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.logo-tx{font-size:17px;font-weight:800;color:var(--text);letter-spacing:-.4px;}
.logo-tx span{color:var(--blue);}
.nav-sw{flex:1;max-width:360px;position:relative;}
.nav-si{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--muted2);pointer-events:none;display:flex;}
.nav-inp{width:100%;height:38px;background:var(--bg);border:1.5px solid var(--border);border-radius:9px;padding:0 12px 0 36px;font-size:14px;color:var(--text);outline:none;transition:border-color .18s,box-shadow .18s;}
.nav-inp::placeholder{color:var(--muted2);}
.nav-inp:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1);}
.nav-r{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0;position:relative;}
.btn{font-size:14px;font-weight:600;padding:0 16px;height:36px;border-radius:8px;border:none;transition:all .15s;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}
.btn-ghost{background:transparent;border:1px solid var(--border);color:var(--sub);}
.btn-ghost:hover{border-color:var(--border2);background:var(--bg);}
.btn-blue{background:var(--blue);color:#fff;}
.btn-blue:hover{background:var(--blue-d);}
.acc-wrap{position:relative;}
.acc-btn{width:36px;height:36px;border-radius:8px;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .15s;}
.acc-btn.on{border-color:var(--blue);background:var(--blue-l);color:var(--blue);}
.drop{display:none;position:absolute;top:calc(100% + 8px);right:0;width:230px;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:8px;box-shadow:var(--sh-l);z-index:300;}
.drop.open{display:block;}
.drop-h{padding:8px 10px 10px;border-bottom:1px solid var(--border);margin-bottom:5px;}
.drop-n{font-size:14px;font-weight:700;}
.drop-p{font-size:12px;color:var(--muted);margin-top:2px;}
.drop-rem{padding:8px 10px;margin-bottom:4px;}
.dr-lbl{font-size:12px;color:var(--muted);margin-bottom:5px;}
.dr-bar{height:4px;background:var(--border);border-radius:4px;overflow:hidden;}
.dr-fill{height:100%;background:var(--blue);border-radius:4px;transition:width .3s;}
.dr-ct{font-size:12px;color:var(--muted);margin-top:4px;}
.drop-div{height:1px;background:var(--border);margin:5px 0;}
.di{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:14px;transition:background .12s;color:var(--sub);cursor:pointer;}
.di:hover{background:var(--bg);}
.di.red{color:var(--red);}
.di.red:hover{background:var(--red-l);}

/* HERO */
.hero{padding:72px 0 56px;text-align:center;background:var(--hero);}
.hero-pill{display:inline-flex;align-items:center;gap:6px;background:var(--blue-l);border:1px solid var(--blue-b);color:var(--blue);font-size:13px;font-weight:600;padding:5px 14px;border-radius:100px;margin-bottom:26px;}
.hero h1{font-size:clamp(30px,5.5vw,58px);font-weight:900;line-height:1.08;letter-spacing:-2px;margin-bottom:16px;}
.hero h1 span{color:var(--blue);}
.hero p{font-size:17px;color:var(--muted);max-width:430px;margin:0 auto 36px;line-height:1.65;}
.s-wrap{max-width:580px;margin:0 auto;position:relative;}
.s-ic{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted2);pointer-events:none;display:flex;}
.s-inp{width:100%;height:54px;background:var(--white);border:1.5px solid var(--border2);border-radius:14px;padding:0 132px 0 48px;font-size:15px;color:var(--text);outline:none;transition:border-color .18s,box-shadow .18s;box-shadow:var(--sh);}
.s-inp::placeholder{color:var(--muted2);}
.s-inp:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,235,.1);}
.s-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:42px;padding:0 20px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;transition:background .15s;}
.s-btn:hover{background:var(--blue-d);}

/* MAIN */
.main{padding:32px 0 56px;}
.cats{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin-bottom:26px;}
.cats::-webkit-scrollbar{display:none;}
.cat{flex-shrink:0;height:34px;padding:0 14px;background:var(--white);border:1px solid var(--border);border-radius:100px;font-size:13px;font-weight:500;color:var(--sub);transition:all .15s;white-space:nowrap;box-shadow:var(--sh);}
.cat:hover{border-color:var(--blue);color:var(--blue);}
.cat.active{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 2px 8px rgba(37,99,235,.25);}
.sec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.sec-t{font-size:18px;font-weight:700;letter-spacing:-.3px;}
.sec-l{font-size:13px;color:var(--muted);}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:12px;}

/* CARD */
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:20px;box-shadow:var(--sh);transition:box-shadow .25s,transform .25s,border-color .25s;}
.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.08);box-shadow:var(--sh-l);transform:translateY(-3px);border-color:var(--blue-b);}
.ct{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.av{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff;flex-shrink:0;overflow:hidden;background:var(--bg);border:1px solid var(--border);}
.av img{width:100%;height:100%;object-fit:contain;padding:4px;}
.ci{flex:1;min-width:0;}
.cn{font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cm{font-size:12px;color:var(--muted);margin-top:1px;}
.vb{flex-shrink:0;display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--green);background:var(--green-l);border:1px solid #bbf7d0;padding:3px 8px;border-radius:100px;}
.cd{font-size:30px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px;}
.cdesc{font-size:13px;color:var(--muted);margin-bottom:12px;line-height:1.75;}
.meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;}
.meta-pill{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:8px 12px;font-size:12px;color:var(--muted);}
.coderow{display:flex;align-items:center;justify-content:space-between;background:var(--bg);border:1.5px dashed var(--border2);border-radius:12px;padding:12px 14px;margin-bottom:12px;}
.codetx{font-family:'Courier New',monospace;font-size:15px;font-weight:700;letter-spacing:1.5px;color:var(--blue);}
.codelock{font-size:12px;color:var(--muted2);display:flex;align-items:center;gap:4px;}
.copy-btn{width:100%;height:44px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:7px;}
.copy-btn:hover{background:var(--blue-d);}
.copy-btn.done{background:var(--green-l);color:var(--green);border:1.5px solid #bbf7d0;}
.cfoot{display:flex;align-items:center;justify-content:space-between;margin-top:12px;}
.report-btn{background:none;border:none;color:var(--muted);font-size:11px;display:flex;align-items:center;gap:3px;padding:2px 6px;border-radius:5px;cursor:pointer;transition:all .15s;}
.report-btn:hover{background:var(--red-l);color:var(--red);}
.crating{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:4px;}
.stars{color:#f59e0b;letter-spacing:1px;font-size:11px;}

/* LOADING */
.loading{grid-column:1/-1;padding:60px;text-align:center;color:var(--muted);}
.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px;}
@keyframes spin{to{transform:rotate(360deg);}}

/* HOW */
.how{padding:60px 0;background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.sec-center{text-align:center;margin-bottom:40px;}
.sec-title{font-size:clamp(24px,3vw,36px);font-weight:800;letter-spacing:-.8px;margin-bottom:10px;}
.sec-sub{font-size:15px;color:var(--muted);max-width:380px;margin:0 auto;}
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.step{padding:22px 20px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);}
.sn{width:32px;height:32px;border-radius:8px;background:var(--blue-l);border:1px solid var(--blue-b);color:var(--blue);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.step h3{font-size:14px;font-weight:700;margin-bottom:6px;}
.step p{font-size:13px;color:var(--muted);line-height:1.55;}

/* PRICING */
.pricing{padding:60px 0;}
.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;}
.plan{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:28px 24px;box-shadow:var(--sh);position:relative;}
.plan.feat{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.08),var(--sh-m);}
.ptag{display:inline-block;background:var(--blue);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;margin-bottom:10px;}
.ptier{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;}
.pprice{font-size:38px;font-weight:800;letter-spacing:-1.5px;margin-bottom:4px;line-height:1;}
.pprice small{font-size:15px;font-weight:400;color:var(--muted);letter-spacing:0;}
.pdesc{font-size:13px;color:var(--muted);margin:8px 0 20px;line-height:1.5;}
.pfeats{list-style:none;margin-bottom:24px;}
.pfeats li{font-size:13px;padding:7px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:9px;color:var(--sub);}
.pfeats li:last-child{border-bottom:none;}
.pfeats li.off{color:var(--muted2);}
.fi{font-size:12px;font-weight:700;flex-shrink:0;}
.fi.y{color:var(--blue);}
.fi.n{color:var(--muted2);}
.pcta{width:100%;height:42px;border-radius:9px;font-size:14px;font-weight:600;transition:all .15s;}
.cta-ghost{background:transparent;border:1.5px solid var(--border);color:var(--sub);}
.cta-ghost:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-l);}
.cta-fill{background:var(--blue);border:none;color:#fff;}
.cta-fill:hover{background:var(--blue-d);}
.cta-dark{background:var(--bg);border:1px solid var(--border);color:var(--sub);}
.cta-dark:hover{border-color:var(--border2);}

/* FOOTER */
footer{background:var(--white);border-top:1px solid var(--border);padding:52px 20px 32px;}
.foot-in{max-width:1080px;margin:0 auto;}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;}
.f-logo{display:flex;align-items:center;gap:8px;margin-bottom:12px;}
.f-logo-ic{width:28px;height:28px;background:var(--blue);border-radius:7px;display:flex;align-items:center;justify-content:center;}
.f-logo-tx{font-size:16px;font-weight:800;color:var(--text);}
.f-logo-tx span{color:var(--blue);}
.f-desc{font-size:13px;color:var(--muted);line-height:1.65;max-width:240px;}
.f-col h4{font-size:13px;font-weight:700;color:var(--text);margin-bottom:12px;}
.f-col a{display:block;font-size:13px;color:var(--muted);text-decoration:none;margin-bottom:8px;transition:color .15s;}
.f-col a:hover{color:var(--blue);}
.foot-bot{border-top:1px solid var(--border);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;}
.foot-cr{font-size:13px;color:var(--muted2);}
.foot-bs{display:flex;gap:8px;}
.foot-b{font-size:11px;font-weight:600;color:var(--muted);background:var(--bg);border:1px solid var(--border);padding:3px 10px;border-radius:100px;}

/* MODAL */
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(4px);z-index:1000;display:none;align-items:center;justify-content:center;padding:16px;}
.overlay.open{display:flex;}
.modal{background:var(--white);border:1px solid var(--border);border-radius:18px;padding:32px;width:100%;max-width:400px;box-shadow:var(--sh-l);animation:up .22s ease;max-height:90vh;overflow-y:auto;}
.modal.wide{max-width:560px;}
@keyframes up{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:translateY(0);}}
.mhead{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;}
.mtitle{font-size:18px;font-weight:800;letter-spacing:-.3px;}
.mclose{width:30px;height:30px;background:var(--bg);border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:15px;transition:all .15s;}
.mclose:hover{color:var(--text);}
.tabs{display:flex;background:var(--bg);border-radius:9px;padding:3px;margin-bottom:22px;}
.tab{flex:1;height:32px;border-radius:7px;font-size:13px;font-weight:600;border:none;background:none;color:var(--muted);transition:all .15s;}
.tab.on{background:var(--blue);color:#fff;}
.field{margin-bottom:14px;}
.field label{display:block;font-size:12px;font-weight:600;color:var(--sub);margin-bottom:5px;}
.field input,.field textarea{width:100%;background:var(--bg);border:1.5px solid var(--border);border-radius:9px;padding:0 12px;font-size:14px;font-family:'DM Sans',sans-serif;color:var(--text);outline:none;transition:border-color .18s,box-shadow .18s;}
.field input{height:42px;}
.field textarea{padding:10px 12px;min-height:90px;resize:vertical;}
.field input:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,235,.1);}
.f-sub{width:100%;height:44px;background:var(--blue);border:none;border-radius:10px;color:#fff;font-size:14px;font-weight:700;margin-top:6px;transition:background .15s;}
.f-sub:hover{background:var(--blue-d);}
.f-sub:disabled{background:var(--muted2);cursor:not-allowed;}
.f-foot{text-align:center;font-size:13px;color:var(--muted);margin-top:12px;}
.f-foot a{color:var(--blue);}
.page-body{font-size:14px;line-height:1.7;color:var(--sub);}
.page-body h3{font-size:15px;font-weight:700;color:var(--text);margin:18px 0 8px;}
.page-body h3:first-child{margin-top:0;}
.page-body p{margin-bottom:10px;}
.page-body ul{padding-left:18px;margin-bottom:10px;}
.page-body ul li{margin-bottom:4px;}

/* PROFILE & BADGES */
#profile-page{display:none;position:fixed;inset:0;background:var(--bg);z-index:9999;overflow-y:auto;padding:0;}
#profile-page.open{display:block;}
.profile-shell{max-width:700px;margin:0 auto;padding:0 20px;}
.profile-topbar{display:flex;align-items:flex-start;gap:18px;margin-bottom:26px;}
.back-link{display:inline-flex;align-items:center;gap:8px;border:none;background:var(--white);color:var(--text);font-size:14px;font-weight:700;padding:12px 16px;border-radius:12px;box-shadow:var(--sh);cursor:pointer;min-height:44px;}
.back-link svg{display:block;}
.profile-page-title{display:grid;gap:6px;}
.profile-page-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--muted);margin:0;}
.profile-shell h2{font-size:34px;line-height:1.05;margin:0;color:var(--text);}
.profile-panel{background:var(--white);border:1px solid var(--border);border-radius:28px;box-shadow:var(--sh-l);padding:32px;}
.profile-header{display:flex;align-items:center;gap:18px;margin-bottom:22px;}
.profile-avatar{width:72px;height:72px;background:var(--blue);border-radius:20px;color:#fff;font-size:28px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.profile-title{font-size:22px;font-weight:800;color:var(--text);}
.profile-meta{color:var(--muted);font-size:14px;line-height:1.6;}
.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px;}
.profile-card{background:var(--bg);border:1px solid var(--border);border-radius:18px;padding:20px;}
.profile-card h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px;}
.profile-card p{font-size:18px;font-weight:800;color:var(--text);margin:0;}
.profile-actions{display:grid;gap:12px;margin-top:24px;}
.profile-action{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:20px;border:1px solid var(--border);background:var(--white);cursor:pointer;transition:background .15s;}
.profile-action:hover{background:var(--blue-l);}
.profile-action span{font-size:15px;font-weight:700;color:var(--text);}
.profile-action small{font-size:13px;color:var(--muted);display:block;margin-top:4px;}
.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;padding:8px 16px;border-radius:999px;letter-spacing:.3px;cursor:pointer;}
.badge.fer{background:linear-gradient(135deg,#9ca3af,#4b5563);color:#fff;}
.badge.bronze{background:linear-gradient(135deg,#b45309,#92400e);color:#fff;}
.badge.silver{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;}
.badge.gold{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;}
.badge.diamond{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;}
.badge.emerald{background:linear-gradient(135deg,#10b981,#059669);color:#fff;}
.badge-level{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);}
.badge-level:last-child{border-bottom:none;}
.badge-level-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0;}
.badge-level.current-level{background:var(--blue-l);border-radius:14px;padding:14px 12px;margin:0 -4px;}
.badge-level-label{flex:1;}
.badge-level-label strong{display:block;font-size:14px;color:var(--text);}
.badge-level-label small{font-size:12px;color:var(--muted);}

.trust-strip{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:18px auto 22px;max-width:760px;}
.trust-pill{background:var(--white);border:1px solid var(--border);border-radius:999px;padding:12px 16px;font-size:13px;font-weight:700;color:var(--text);box-shadow:var(--sh);}

.brand-popular{padding:40px 0 0;}
.brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-top:18px;}
.brand-chip{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--white);color:var(--text);font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .15s;min-height:52px;}
.brand-chip:hover{transform:translateY(-2px);box-shadow:var(--sh);} 
.brand-chip img{width:20px;height:20px;border-radius:6px;}


.mobile-menu-btn{display:none;width:44px;height:44px;border-radius:12px;background:var(--bg);border:1.5px solid var(--border);color:var(--muted);align-items:center;justify-content:center;display:flex;cursor:pointer;}
.mobile-menu-panel{position:absolute;top:68px;right:20px;width:260px;background:var(--white);border:1px solid var(--border);border-radius:18px;box-shadow:var(--sh-l);padding:14px;display:none;flex-direction:column;gap:10px;}
.mobile-menu-panel.open{display:flex;}
.mobile-menu-link{display:block;padding:12px 14px;border-radius:12px;color:var(--text);text-decoration:none;font-weight:600;border:1px solid transparent;transition:background .15s;border-color:transparent;}
.mobile-menu-link:hover{background:var(--bg);border-color:var(--border);}

@media (max-width:860px){
  .nav-sw{max-width:100%;}
  .nav-r{gap:6px;}
  .nav-r 
  .mobile-menu-btn{display:flex;}
  .nav-r .acc-wrap{position:relative;}
  .hero{padding:48px 0 40px;}
  .hero h1{font-size:clamp(28px,8vw,44px);}
  .hero p{max-width:100%;}
  .trust-strip{justify-content:flex-start;}
  .brand-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));}
  .main{padding:24px 0 48px;}
  .grid{grid-template-columns:1fr;}
  .sort-bar{flex-direction:column;align-items:stretch;}
  .sort-select{width:100%;}
  .cookie-btns{flex-wrap:wrap;justify-content:flex-end;}
}

@media (max-width:640px){
  .profile-panel{padding:24px;}
  .profile-action{flex-direction:column;align-items:flex-start;gap:10px;}
  .profile-topbar{flex-direction:column;align-items:flex-start;}
}

/* COOKIE BANNER */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1.5px solid var(--border);padding:16px 20px;z-index:4000;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -4px 20px rgba(0,0,0,.08);flex-wrap:wrap;}
.cookie-txt{font-size:13px;color:var(--sub);flex:1;min-width:200px;line-height:1.5;}
.cookie-btns{display:flex;gap:8px;flex-shrink:0;}
.cookie-accept{height:36px;padding:0 18px;background:var(--blue);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;}
.cookie-refuse{height:36px;padding:0 18px;background:none;border:1.5px solid var(--border);border-radius:8px;font-size:13px;font-weight:600;color:var(--sub);cursor:pointer;}

/* FAQ */
.faq-section{background:var(--white);padding:60px 0;}
.faq-grid{display:grid;gap:12px;margin-top:32px;}
.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:12px;overflow:hidden;}
.faq-q{padding:16px 20px;font-size:15px;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .15s;}
.faq-q:hover{background:var(--blue-l);}
.faq-a{padding:0 20px;font-size:14px;color:var(--muted);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s;}
.faq-item.open .faq-a{max-height:200px;padding:12px 20px 16px;}
.faq-item.open .faq-arrow{transform:rotate(180deg);}
.faq-arrow{transition:transform .3s;flex-shrink:0;}

/* VOTE BUTTONS */
.vote-row{display:flex;align-items:center;gap:8px;margin-top:10px;}
.vote-btn{height:30px;padding:0 12px;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .15s;}
.vote-btn.up:hover,.vote-btn.up.voted{background:var(--green-l);border-color:var(--green);color:var(--green);}
.vote-btn.down:hover,.vote-btn.down.voted{background:var(--red-l);border-color:var(--red-b);color:var(--red);}
.share-btn{height:30px;width:30px;background:var(--bg);border:1.5px solid var(--border);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .15s;margin-left:auto;}
.share-btn:hover{border-color:var(--blue);color:var(--blue);}

.brand-hero-bar{display:flex;align-items:center;gap:14px;margin-bottom:24px;}
.brand-hero-logo{width:48px;height:48px;border-radius:14px;background:var(--white);padding:8px;border:1px solid var(--border);}
.brand-badge{font-size:13px;font-weight:700;color:var(--blue);}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.feature-card{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:var(--sh);}
.feature-card .feature-icon{width:38px;height:38px;border-radius:12px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px;}
.feature-card h3{font-size:15px;margin-bottom:8px;}
.feature-card p{font-size:14px;color:var(--muted);line-height:1.7;}
.tip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
.tip-card{display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:18px;border:1px solid var(--border);background:var(--bg);}
.tip-icon{width:36px;height:36px;border-radius:12px;background:var(--blue-l);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.tip-card strong{display:block;margin-bottom:8px;}
.brand-about,.brand-tips,.brand-faq{padding:48px 0;}
.brand-faq .faq-grid{max-width:760px;}
.brand-faq .faq-item{background:var(--white);}

/* SORT BAR */
.sort-bar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap;}
.sort-select{height:34px;padding:0 12px;background:var(--white);border:1.5px solid var(--border);border-radius:8px;font-size:13px;font-weight:500;color:var(--sub);cursor:pointer;font-family:DM Sans,sans-serif;}
@keyframes shimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}
.skeleton{background:linear-gradient(90deg,var(--border) 25%,var(--bg) 50%,var(--border) 75%);background-size:936px 100%;animation:shimmer 1.4s infinite;border-radius:8px;}
.sk-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:20px;box-shadow:var(--sh);}
.sk-line{height:14px;margin-bottom:10px;}
.sk-avatar{width:42px;height:42px;border-radius:10px;flex-shrink:0;}
.sk-title{height:18px;width:60%;}
.sk-sub{height:12px;width:40%;}
.sk-badge{height:12px;width:80px;border-radius:100px;}
.sk-code{height:40px;border-radius:8px;margin:14px 0;}
.sk-btn{height:38px;border-radius:10px;}
.toggle-wrap{display:flex;align-items:center;gap:10px;}
.toggle{position:relative;width:44px;height:24px;cursor:pointer;}
.toggle input{opacity:0;width:0;height:0;position:absolute;}
.toggle-track{position:absolute;inset:0;background:var(--border2);border-radius:24px;transition:background .2s;}
.toggle input:checked + .toggle-track{background:var(--blue);}
.toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:left .2s;}
.toggle input:checked ~ .toggle-thumb{left:22px;}
.dm-btn{width:36px;height:36px;border-radius:8px;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .15s;cursor:pointer;}
.dm-btn:hover{border-color:var(--blue);color:var(--blue);}

/* BADGES */
.badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800;padding:4px 12px;border-radius:100px;letter-spacing:.3px;cursor:pointer;}
.badge.fer{background:linear-gradient(135deg,#9ca3af,#4b5563);color:#fff;border:none;box-shadow:0 2px 6px rgba(75,85,99,.35);}
.badge.bronze{background:linear-gradient(135deg,#b45309,#92400e);color:#fff;border:none;box-shadow:0 2px 6px rgba(180,83,9,.35);}
.badge.silver{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;border:none;box-shadow:0 2px 6px rgba(100,116,139,.35);}
.badge.gold{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;box-shadow:0 2px 6px rgba(245,158,11,.4);}
.badge.diamond{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;box-shadow:0 2px 6px rgba(139,92,246,.4);}
.badge.emerald{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 2px 6px rgba(16,185,129,.4);}

/* SEARCH AUTOCOMPLETE */
.search-suggestions{position:absolute;top:100%;left:0;right:0;background:var(--white);border:1px solid var(--border);border-radius:10px;box-shadow:var(--sh-l);z-index:500;margin-top:4px;overflow:hidden;display:none;}
.search-suggestions.open{display:block;}
.sugg-item{padding:10px 16px;font-size:14px;color:var(--sub);cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .1s;}
.sugg-item:hover{background:var(--bg);}
.sugg-item strong{color:var(--text);}

/* BADGE LEVELS MODAL */
.badge-level{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--border);}
.badge-level:last-child{border-bottom:none;}
.badge-level-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;}
.badge-level.current-level{background:var(--blue-l);border-radius:10px;padding:12px;margin:0 -4px;}

/* SAVINGS */
.savings-banner{background:linear-gradient(135deg,var(--blue),#7c3aed);color:#fff;border-radius:12px;padding:14px 18px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;}
.savings-amount{font-size:22px;font-weight:800;}
.savings-label{font-size:11px;opacity:.85;margin-top:2px;}

/* WISHLIST HEART */
.fav-btn{background:none;border:none;color:var(--muted2);cursor:pointer;transition:color .15s;display:flex;align-items:center;}
.fav-btn.active{color:#ef4444;}
.fav-btn:hover{color:#ef4444;}

/* TOAST */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(10px);background:#111827;color:#fff;font-size:14px;font-weight:500;padding:11px 20px;border-radius:10px;opacity:0;transition:all .25s;pointer-events:none;z-index:3000;white-space:nowrap;box-shadow:var(--sh-l);max-width:calc(100vw - 32px);text-align:center;}
.toast.on{opacity:1;transform:translateX(-50%) translateY(0);}

/* BLUR CODE */
.code-blur{filter:blur(5px);user-select:none;pointer-events:none;letter-spacing:2px;}
.coderow-locked{position:relative;}
.coderow-locked .blur-ov{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.75);border-radius:9px;font-size:12px;font-weight:700;color:var(--blue);gap:5px;cursor:pointer;}

/* LIVE FEED */
.livefeed{position:fixed;bottom:24px;left:24px;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:12px 16px;box-shadow:var(--sh-m);z-index:500;display:none;align-items:center;gap:10px;max-width:290px;font-size:13px;}
.livefeed.show{display:flex;animation:lf .35s ease;}
@keyframes lf{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
.lf-dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0;animation:pulse 2s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.4;}}
.lf-txt{color:var(--sub);line-height:1.4;}
.lf-txt strong{color:var(--text);}

/* TOKENS */
.tokens{display:flex;gap:4px;margin-bottom:14px;}
.tk{width:28px;height:28px;border-radius:6px;background:var(--blue-l);border:1.5px solid var(--blue-b);display:flex;align-items:center;justify-content:center;font-size:12px;}
.tk.used{background:var(--bg);border-color:var(--border);opacity:.4;}

/* RESPONSIVE */
@media(max-width:768px){
  .nav-sw{display:none;}
  
  .hero{padding:48px 0 36px;}
  .grid{grid-template-columns:1fr;}
  .plans{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr 1fr;}
  .foot-top{grid-template-columns:1fr 1fr;gap:24px;}
  .f-brand{grid-column:1/-1;}
  .modal{padding:22px;}
}
@media(max-width:480px){
  .steps{grid-template-columns:1fr;}
  .foot-top{grid-template-columns:1fr;}
  .foot-bot{flex-direction:column;align-items:flex-start;}
}
.brand-hero{padding:40px 0 24px;background:var(--hero);border-bottom:1px solid var(--border)}
.brand-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:12px}
.brand-breadcrumb a{color:var(--blue);text-decoration:none}
.brand-hero h1{font-size:clamp(26px,4vw,40px);font-weight:900;letter-spacing:-1px;margin-bottom:10px}
.brand-lead{font-size:16px;color:var(--muted);max-width:560px}
.brand-editorial{padding:32px 0;background:var(--white)}
.editorial-body{font-size:15px;line-height:1.75;color:var(--sub)}
.editorial-body p{margin-bottom:14px}
.empty-state{grid-column:1/-1;text-align:center;padding:60px}
.empty-icon{font-size:40px;display:block;margin-bottom:12px}
.empty-title{font-size:16px;font-weight:700}
.empty-sub{font-size:14px;color:var(--muted)}
.alert-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border)}
.muted{font-size:13px;color:var(--muted)}
.hero-stats{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.hero-stat{text-align:center}
.hero-stat-val{font-size:20px;font-weight:800;color:var(--blue)}
.hero-stat-lbl{font-size:12px;color:var(--muted);margin-top:2px}
.hero-stat-sep{width:1px;background:var(--border)}
.aff-note{font-size:11px;color:var(--muted2);margin-top:16px;text-align:center}
.aff-partner{display:inline-block;background:var(--bg);border:1px solid var(--border);color:var(--sub);font-size:10px;font-weight:700;padding:2px 7px;border-radius:100px;margin:0 2px;vertical-align:middle;}
.nav-back-btn{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0;padding:0 4px;transition:color .15s;}
.nav-back-btn:hover{color:var(--blue);}


/* Animations */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.card { animation: fadeInUp 0.4s ease-out forwards; }

@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
.hero-pill { animation: float 4s ease-in-out infinite; }
