:root{
  --ink:#18130b;
  --muted:#6d6252;
  --soft:#efe7d8;
  --cream:#f4ead8;
  --ivory:#fbf3e6;
  --champagne:#e7cf93;
  --gold:#c9983d;
  --gold2:#f4d889;
  --graphite:#171b1e;
  --navy:#101824;
  --emerald:#284b3c;
  --coral:#8d4f43;
  --violet:#3d335f;
  --line:rgba(52,38,16,.14);
  --shadow:0 24px 70px rgba(28,18,5,.16);
  --shadow2:0 18px 44px rgba(16,24,36,.20);
  --radius:28px;
  --max:1200px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:radial-gradient(circle at 15% 0%,#fff8ec 0,#f5ead8 28%,#eadfcf 70%,#dfd1bf 100%);line-height:1.55;overflow-x:hidden} a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,select,textarea{font:inherit} .container{width:min(var(--max),calc(100% - 42px));margin:0 auto}.sr-only{position:absolute;left:-9999px}.page-bg{background:linear-gradient(145deg,#f8eddc,#e9dccb)}

.site-header{position:relative;z-index:20;background:linear-gradient(135deg,#11161a,#060708 55%,#1e1710);color:#f8edda;box-shadow:0 18px 56px rgba(9,8,6,.22)}.site-header .header-inner{min-height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.header-nav{display:flex;align-items:center;gap:18px;font-size:14px;color:rgba(255,243,221,.78)}.header-nav.right{justify-content:flex-end}.header-nav a,.account-trigger{opacity:.9;transition:.22s ease}.header-nav a:hover,.account-trigger:hover{opacity:1;color:#fff}.brand-mark{display:flex;align-items:center;justify-content:center;gap:12px}.brand-mark img{width:58px;height:58px;object-fit:cover;border-radius:18px;box-shadow:0 14px 34px rgba(214,169,78,.25)}.brand-word{font-weight:800;letter-spacing:.16em;font-size:12px;color:#f7d886}.account-trigger{width:44px;height:44px;border-radius:16px;border:1px solid rgba(247,216,134,.26);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));color:#f7d886;display:grid;place-items:center;cursor:pointer}.account-trigger svg{width:20px;height:20px}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.22s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn.small{padding:9px 14px;font-size:13px}.btn.gold{background:linear-gradient(135deg,#f2d080,#b97e22);color:#15110b;box-shadow:0 18px 34px rgba(190,129,32,.28)}.btn.primary{background:linear-gradient(135deg,#171b20,#33312b);color:#fff}.btn.ghost{background:rgba(255,255,255,.36);border:1px solid rgba(54,38,15,.14);color:#271b0c}.btn.glass{background:rgba(255,244,224,.12);color:#f8e3b7;border:1px solid rgba(247,216,134,.22)}

.home-header{position:relative;background:#070808;color:#fff;min-height:470px;overflow:hidden}.home-header::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 50% 18%,rgba(232,184,86,.24),transparent 25%),radial-gradient(circle at 82% 8%,rgba(255,255,255,.12),transparent 24%),linear-gradient(135deg,#060606,#141719 50%,#0b0d0f);z-index:0}.home-header::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62));z-index:0}.home-header .container{position:relative;z-index:1}.home-top{min-height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.home-brand img{width:96px;height:96px;border-radius:26px;object-fit:cover;box-shadow:0 18px 60px rgba(222,176,82,.36);transition:.8s cubic-bezier(.2,.8,.2,1)}.home-hero-core{min-height:330px;display:grid;place-items:center;text-align:center;position:relative}.hero-logo-large{position:absolute;width:min(360px,70vw);height:min(360px,70vw);object-fit:cover;border-radius:42px;box-shadow:0 40px 130px rgba(0,0,0,.44),0 20px 80px rgba(219,173,84,.25);opacity:.98;transform:translateY(-22px) scale(1);animation:verdictLogoEnter 1.25s cubic-bezier(.2,.8,.2,1) both}.hero-statement{max-width:920px;margin:120px auto 0;font-size:clamp(34px,5vw,74px);line-height:1.02;font-weight:900;letter-spacing:-.055em;background:linear-gradient(135deg,#fff8e8,#e9bf62 45%,#fff0bd);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 22px 80px rgba(0,0,0,.32);opacity:0;animation:statementReveal 1s ease .7s both}.home-subline{margin:26px auto 0;max-width:760px;color:rgba(255,244,224,.78);font-size:18px}.home-actions{margin-top:28px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.home-header.scrolled .hero-logo-large{opacity:.18;transform:translateY(-110px) scale(.45)}.home-header.scrolled .hero-statement{opacity:1}.home-header.scrolled .home-brand img{width:62px;height:62px;border-radius:20px}@keyframes verdictLogoEnter{0%{opacity:0;transform:translateY(35px) scale(.86);filter:blur(10px)}100%{opacity:.98;transform:translateY(-22px) scale(1);filter:blur(0)}}@keyframes statementReveal{0%{opacity:0;transform:translateY(18px);filter:blur(8px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}

.section{padding:88px 0}.section.tight{padding:56px 0}.section-head{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:end;margin-bottom:34px}.section-head h2{font-size:clamp(30px,4vw,54px);line-height:1.04;letter-spacing:-.045em;margin:0}.section-head .copy{font-weight:750;font-size:17px;color:#4e4334;max-width:430px;margin:0}.section-head .center{justify-self:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:#8b6526}.lead{font-size:clamp(17px,2vw,21px);color:#5f5141;max-width:820px}.page-hero{padding:92px 0 54px;background:linear-gradient(135deg,#efe2d0,#f8eedf 52%,#ded1c0)}.page-hero h1{font-size:clamp(42px,6vw,82px);line-height:.96;letter-spacing:-.06em;margin:14px 0}.page-hero.center{text-align:center}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-actions.center{justify-content:center}.badge{display:inline-flex;border-radius:999px;padding:6px 11px;background:rgba(201,152,61,.18);color:#684b17;font-weight:850;font-size:12px}

.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}.tool-card{position:relative;border:1px solid rgba(255,255,255,.45);border-radius:32px;padding:26px;background:linear-gradient(145deg,rgba(255,239,204,.78),rgba(233,217,190,.58));box-shadow:var(--shadow);overflow:hidden;min-height:620px}.tool-card:nth-child(2){background:linear-gradient(145deg,rgba(218,232,255,.76),rgba(235,221,200,.58))}.tool-card:nth-child(3){background:linear-gradient(145deg,rgba(231,219,255,.74),rgba(240,221,197,.62))}.tool-card::before{content:"";position:absolute;inset:auto -20% -34% -20%;height:190px;background:radial-gradient(circle,var(--glow),transparent 65%);pointer-events:none}.tool-card h3,.product-card h3{text-align:center;margin:14px 0 8px;font-size:25px;line-height:1.1;letter-spacing:-.025em}.tool-card p,.product-card p{text-align:center;color:#5b4d3d;font-weight:650;font-size:16px}.icon{display:flex;align-items:center;justify-content:center;width:max-content;margin:0 auto;padding:8px 12px;border-radius:999px;background:rgba(23,20,14,.08);font-weight:850;color:#5b4217}.form-stack{position:relative;z-index:1;margin-top:22px;display:grid;gap:13px}.field{display:grid;gap:7px}.field label{font-size:13px;font-weight:850;color:#3f352a}.input,select,textarea{width:100%;border:1px solid rgba(42,32,18,.16);border-radius:17px;padding:13px 14px;background:rgba(255,250,242,.72);outline:0;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.5);transition:.2s ease}.input:focus,select:focus,textarea:focus{border-color:rgba(201,152,61,.65);box-shadow:0 0 0 4px rgba(201,152,61,.16)}.result-panel{display:none;margin-top:18px;border-radius:22px;padding:18px;background:linear-gradient(145deg,rgba(25,28,30,.92),rgba(49,42,32,.95));color:#f8ecd8;box-shadow:var(--shadow2)}.result-panel.active{display:block;animation:rise .35s ease both}.result-score{display:flex;align-items:center;justify-content:space-between;gap:16px}.result-score h3{margin:6px 0 0;font-size:22px}.result-panel li{margin:6px 0;color:rgba(255,245,224,.86)}@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

.products-stage{height:360px;position:relative;margin-top:8px}.floating-carousel{height:100%;position:relative}.carousel-card{position:absolute;top:44px;left:50%;width:min(360px,88vw);transition:.75s cubic-bezier(.22,.8,.2,1);opacity:0;pointer-events:none}.carousel-card.pos-center{opacity:1;transform:translateX(-50%) translateY(-24px) scale(1.04);z-index:3;pointer-events:auto}.carousel-card.pos-left{opacity:.52;transform:translateX(calc(-50% - 390px)) translateY(28px) scale(.86);z-index:2;filter:saturate(.75) blur(.2px)}.carousel-card.pos-right{opacity:.68;transform:translateX(calc(-50% + 390px)) translateY(28px) scale(.88);z-index:2}.carousel-card.pos-hidden{opacity:0;transform:translateX(calc(-50% + 700px)) scale(.7);z-index:1}.product-card{position:relative;border-radius:30px;padding:22px;min-height:272px;background:linear-gradient(145deg,rgba(245,215,149,.88),rgba(232,206,171,.72));box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.48);overflow:hidden}.product-card.blue{background:linear-gradient(145deg,#dbe6ff,#e8ddcc)}.product-card.emerald{background:linear-gradient(145deg,#d9eadf,#eadcbd)}.product-card.coral{background:linear-gradient(145deg,#f3d6cd,#ead9bd)}.product-card.platinum{background:linear-gradient(145deg,#e7e1d1,#d7dbe0)}.product-card.royal{background:linear-gradient(145deg,#ded5f7,#eadcc4)}.product-card.graphite{background:linear-gradient(145deg,#2a2f31,#6c5b44);color:#fff}.product-card.graphite p,.product-card.graphite .price,.product-card.graphite .pill{color:#fff}.tier-pill{display:block;width:max-content;margin:0 auto;padding:6px 10px;border-radius:999px;background:rgba(20,16,9,.10);font-weight:900;font-size:12px}.price{display:block;text-align:center;font-size:24px;margin-top:10px}.pill-row{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;margin-top:14px}.pill{border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.36);font-size:12px;font-weight:750;color:#4c3b24}.product-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}.owned-ribbon{display:none;position:absolute;top:14px;right:14px;background:#15171a;color:#f3d47d;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850}.product-card.owned .owned-ribbon{display:block}.product-card.owned .buy-only,.product-card.owned .price{display:none}.product-card.owned .owned-actions{display:flex}.owned-actions{display:none;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:16px}.vault-strip{display:none;margin-top:26px}.vault-strip.active{display:block}.vault-shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;margin-top:18px}.vault-shortcut{border-radius:24px;padding:18px;background:linear-gradient(135deg,#171b1f,#423216);color:#fff;box-shadow:var(--shadow2)}.vault-shortcut h4{margin:0 0 8px}.vault-shortcut p{margin:0 0 14px;color:rgba(255,244,224,.72)}

.article-showcase{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.article-feature{padding:0;min-height:170px}.article-feature h3{font-size:clamp(28px,4vw,52px);line-height:1.03;letter-spacing:-.045em;margin:0 0 16px}.article-feature p{font-size:21px;color:#544535;font-weight:750}.article-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.visual-photo{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.52);height:min(420px,55vw);background:#121416}.visual-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.04)}.explain-band{display:grid;grid-template-columns:1fr auto 1fr;gap:30px;align-items:center;padding:36px;border-radius:34px;background:linear-gradient(135deg,rgba(19,23,27,.96),rgba(56,43,24,.94));color:#f7ead4;box-shadow:var(--shadow2)}.explain-band h2{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:0}.explain-band p{font-weight:760;color:rgba(255,245,224,.78);margin:0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{border-radius:26px;padding:23px;background:linear-gradient(145deg,rgba(255,248,236,.64),rgba(232,218,196,.52));border:1px solid rgba(255,255,255,.46);box-shadow:0 16px 45px rgba(35,22,7,.09)}.info-card h3{margin:0 0 10px;font-size:20px;letter-spacing:-.02em}.info-card p{margin:0;color:#5b4d3d;font-weight:650}.compact-trust .section-head{margin-bottom:22px}.compact-trust .info-card{padding:20px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-card{border-radius:24px;padding:21px;background:rgba(255,247,235,.55);border:1px solid rgba(80,56,22,.12)}.faq-card h3{margin:0 0 8px}.faq-card p{margin:0;color:#5d4f3f}

.product-market{display:grid;grid-template-columns:260px 1fr;gap:22px}.filters{border-radius:28px;padding:22px;background:linear-gradient(145deg,rgba(255,244,221,.68),rgba(229,213,188,.55));box-shadow:var(--shadow);height:max-content;position:sticky;top:20px}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.detail-grid{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.sticky-buy{position:sticky;top:18px;border-radius:28px;padding:22px;background:linear-gradient(145deg,#181b1d,#40331f);color:#fff;box-shadow:var(--shadow2)}.sticky-buy .price{color:#f4d889}.vault-layout{display:grid;grid-template-columns:280px 1fr;gap:22px}.vault-sidebar{border-radius:28px;padding:22px;background:linear-gradient(145deg,#191d20,#382c1a);color:#fff;box-shadow:var(--shadow2);height:max-content}.vault-main{display:grid;gap:18px}.vault-module{border-radius:28px;padding:24px;background:linear-gradient(145deg,rgba(255,247,232,.72),rgba(231,217,195,.56));box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.5)}.assistant-box{border-radius:24px;padding:18px;background:#101316;color:#f8ecd8}.assistant-log{max-height:240px;overflow:auto}.assistant-input{display:flex;gap:8px;margin-top:12px}.assistant-input .input{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}

.footer{margin-top:70px;background:linear-gradient(135deg,#0d0f11,#171b1f 50%,#21180d);color:#f8ecd8;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:30px}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col h4{margin:0 0 10px;color:#f3d47d}.footer-col p,.footer-col a{color:rgba(255,244,224,.72);font-size:14px}.footer-col a:hover{color:#fff}.social-x{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(243,212,125,.2);color:#fff}.social-x svg{width:20px;height:20px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:22px;color:rgba(255,244,224,.62);font-size:13px;flex-wrap:wrap}

.modal-backdrop{position:fixed;inset:0;background:rgba(5,6,7,.65);backdrop-filter:blur(18px);display:none;align-items:center;justify-content:center;z-index:999;padding:24px}.modal-backdrop.active{display:flex}.modal{width:min(560px,100%);max-height:88vh;overflow:auto;border-radius:30px;padding:24px;background:linear-gradient(145deg,#15191d,#382a17);color:#f8ecd8;border:1px solid rgba(244,216,137,.18);box-shadow:0 40px 140px rgba(0,0,0,.5)}.modal.light{background:linear-gradient(145deg,#171b20,#3d2e18)}.modal-head{display:flex;justify-content:space-between;gap:14px;align-items:start}.modal h3{margin:6px 0 10px;font-size:26px}.close{border:0;background:rgba(255,255,255,.09);color:#fff;border-radius:13px;width:38px;height:38px;font-size:22px;cursor:pointer}.pay-lines,.account-lines{display:grid;gap:10px;margin-top:18px}.pay-line,.account-line{width:100%;border:1px solid rgba(244,216,137,.18);background:rgba(255,255,255,.08);color:#f8ecd8;border-radius:18px;padding:14px 15px;display:flex;justify-content:space-between;align-items:center;font-weight:850;cursor:pointer;transition:.18s ease}.pay-line:hover,.account-line:hover{background:rgba(255,255,255,.13);transform:translateY(-1px)}.status{min-height:24px;margin-top:14px;color:#f3d47d;font-weight:750}.wallet-tabs{display:flex;gap:8px;margin:16px 0}.wallet-tabs button{flex:1;border-radius:15px;padding:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff}.wallet-panel{border-radius:20px;padding:16px;background:rgba(255,255,255,.07)}.qr-box{height:190px;border-radius:20px;background:repeating-linear-gradient(45deg,#fff 0 8px,#111 8px 16px);opacity:.85;display:grid;place-items:center;color:#000;font-weight:900}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(20px);background:#11171c;color:#fff;padding:13px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.2s ease;z-index:1001}.toast.active{opacity:1;transform:translateX(-50%) translateY(0)}

.legal-body{max-width:900px;margin:0 auto}.legal-body h2{font-size:32px;letter-spacing:-.03em;margin:38px 0 14px}.legal-body p,.legal-body li{font-size:18px;color:#514637}.legal-card{border-radius:28px;padding:28px;background:linear-gradient(145deg,rgba(255,247,232,.75),rgba(232,218,198,.56));box-shadow:var(--shadow);margin:22px 0}.contact-card{max-width:760px;margin:0 auto;border-radius:32px;padding:30px;background:linear-gradient(145deg,rgba(255,247,232,.72),rgba(232,216,191,.58));box-shadow:var(--shadow)}.contact-card form{display:grid;gap:14px}.contact-card textarea{min-height:150px;resize:vertical}

@media (max-width:1000px){.section-head,.article-showcase,.detail-grid,.product-market,.vault-layout,.explain-band{grid-template-columns:1fr}.section-head .center,.explain-band .center{justify-self:start}.tools-grid,.info-grid,.products-grid,.footer-grid{grid-template-columns:1fr}.product-card{min-height:auto}.carousel-card.pos-left{transform:translateX(calc(-50% - 245px)) translateY(34px) scale(.76)}.carousel-card.pos-right{transform:translateX(calc(-50% + 245px)) translateY(34px) scale(.76)}.header-nav{display:none}.home-top{grid-template-columns:1fr auto 1fr}.home-brand img{width:76px;height:76px}.hero-statement{font-size:42px}.footer-grid{gap:18px}.faq-grid{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(100% - 28px,var(--max))}.home-header{min-height:520px}.hero-logo-large{width:260px;height:260px}.products-stage{height:410px}.carousel-card{width:min(310px,86vw)}.carousel-card.pos-left,.carousel-card.pos-right{opacity:.2}.section{padding:64px 0}.tool-card{min-height:auto}.assistant-input{flex-direction:column}.footer-bottom{display:grid}.page-hero h1{font-size:44px}}

/* VERDICT ONE v5 hard cleanup overrides */
body{background:radial-gradient(circle at 12% -8%,#fff0cb 0,#eadcc8 32%,#d9cabb 72%,#c9b8a4 100%);}
.home-header{min-height:520px;display:flex;align-items:center;justify-content:center;background:#07080a;color:#fff;overflow:hidden;position:relative;}
.home-header::before{content:"";position:absolute;inset:-22%;background:radial-gradient(circle at 50% 12%,rgba(220,170,73,.30),transparent 20%),radial-gradient(circle at 16% 88%,rgba(55,78,120,.26),transparent 28%),linear-gradient(135deg,#040505,#0d1016 58%,#12100b);z-index:0;}
.home-header::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.36));z-index:0;}
.home-header .container,.home-header .home-top,.home-header .home-subline,.home-header .home-actions,.home-header .home-brand,.home-header .header-nav{display:none!important;}
.home-account-slot{position:absolute;right:clamp(18px,4vw,46px);top:26px;z-index:4;width:48px;height:48px;border-radius:18px;border:1px solid rgba(244,216,137,.28);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025));color:#f6d981;display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 46px rgba(0,0,0,.22);}
.home-account-slot svg{width:22px;height:22px}.home-account-slot .account-initial{font-size:12px;font-weight:900;color:#f6d981}
.home-hero-core{position:relative;z-index:2;width:min(1120px,92vw);min-height:420px;display:grid;place-items:center;text-align:center;}
.home-logo-link{position:absolute;top:24px;left:50%;transform:translateX(-50%);z-index:3;}
.home-logo-motion{width:112px;height:112px;object-fit:cover;border-radius:28px;box-shadow:0 20px 70px rgba(216,171,76,.27),0 14px 40px rgba(0,0,0,.42);animation:logoPulseEnter 1.2s cubic-bezier(.2,.8,.2,1) both;transition:width .72s cubic-bezier(.2,.8,.2,1),height .72s cubic-bezier(.2,.8,.2,1),transform .72s cubic-bezier(.2,.8,.2,1),opacity .72s ease;}
.hero-statement{max-width:960px;margin:78px auto 0;font-size:clamp(40px,6vw,86px);line-height:.99;font-weight:950;letter-spacing:-.065em;background:linear-gradient(135deg,#fffaf0 0,#f4d47d 38%,#fdf0bd 72%,#fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 28px 90px rgba(0,0,0,.35);opacity:1;filter:blur(0);animation:statementCleanReveal 1.1s ease .25s both;}
.home-header.scrolled .hero-statement{opacity:0;transform:translateY(-18px) scale(.98);filter:blur(8px);transition:.55s ease;}
.home-header.scrolled .home-logo-link{top:50%;transition:.65s cubic-bezier(.2,.8,.2,1);}
.home-header.scrolled .home-logo-motion{width:260px;height:260px;transform:translateY(-50%) scale(1.02);border-radius:42px;filter:saturate(1.05);}
@keyframes logoPulseEnter{0%{opacity:0;transform:translateY(-18px) scale(.82);filter:blur(12px)}55%{opacity:1;transform:translateY(2px) scale(1.08);filter:blur(0)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes statementCleanReveal{0%{opacity:0;transform:translateY(18px);filter:blur(10px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}
.tools-section{padding-top:88px;}
.tools-grid{gap:30px;align-items:stretch;}
.tool-card{min-height:0;padding:30px 26px;border-radius:34px;border:1px solid rgba(255,255,255,.48);box-shadow:0 28px 80px rgba(37,22,6,.15), inset 0 1px 0 rgba(255,255,255,.42);}
.tool-card.gold-card{background:linear-gradient(145deg,rgba(242,207,133,.84),rgba(235,219,192,.70));}
.tool-card.blue-card{background:linear-gradient(145deg,rgba(205,221,252,.84),rgba(232,217,195,.68));}
.tool-card.violet-card{background:linear-gradient(145deg,rgba(220,211,250,.84),rgba(237,218,194,.68));}
.tool-card h3{font-size:26px;margin:14px 0 10px}.tool-card p{font-size:17px;line-height:1.55;color:#493e31;}
.field label{font-size:13.5px;letter-spacing:.01em}.input,select,textarea{background:rgba(255,249,238,.78);}
.result-panel{font-size:15.5px;}
.product-home{padding-top:60px;}
.product-head{align-items:center;grid-template-columns:1fr auto 1fr;}
.product-head h2{font-size:clamp(34px,4.8vw,64px)}.product-head .copy{font-size:19px;font-weight:850;color:#41382d;}
.products-stage{height:350px;margin-top:12px;}
.carousel-card{width:min(320px,86vw);transition:opacity .95s ease,transform .95s cubic-bezier(.2,.8,.2,1),filter .95s ease;}
.carousel-card.pos-center{transform:translateX(-50%) translateY(-20px) scale(1.02)}
.carousel-card.pos-left{transform:translateX(calc(-50% - 360px)) translateY(44px) scale(.80);opacity:.58;}
.carousel-card.pos-right{transform:translateX(calc(-50% + 360px)) translateY(44px) scale(.80);opacity:.58;}
.product-card{min-height:0;padding:22px 20px;border-radius:28px;text-align:center;}
.product-card h3{font-size:22px;margin:12px 0 8px}.product-card p{font-size:15.5px;line-height:1.45;margin:0 auto;max-width:280px}.price{font-size:22px}.product-actions,.owned-actions{margin-top:14px}.products-grid .product-card{min-height:330px;padding:25px}.products-grid .product-card h3{font-size:26px}.products-grid .product-card p{font-size:16px}.no-results{grid-column:1/-1;border-radius:28px;padding:34px;text-align:center;background:linear-gradient(145deg,rgba(255,239,208,.72),rgba(230,214,188,.62));box-shadow:var(--shadow);}
.article-showcase{gap:54px}.article-showcase h2{font-size:clamp(34px,4.6vw,58px);line-height:1.03;letter-spacing:-.045em;margin:12px 0 20px}.article-feature h3{font-size:clamp(25px,3.6vw,42px)}.article-feature p{font-size:19px;line-height:1.65;color:#504537;}
.visual-section{padding-top:58px}.visual-photo{height:min(430px,55vw)}
.trust-simple{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;padding:34px;border-radius:34px;background:linear-gradient(135deg,rgba(17,21,25,.96),rgba(62,46,22,.94));color:#f8ecd8;box-shadow:var(--shadow2)}
.trust-simple h2,.trust-two h2{margin:8px 0 0;font-size:clamp(28px,4vw,48px);line-height:1.05}.trust-simple p{margin:0;font-size:18px;font-weight:760;color:rgba(255,245,224,.78)}
.trust-two{display:grid;grid-template-columns:1fr 1fr;gap:24px}.trust-two>div{border-radius:30px;padding:30px;background:linear-gradient(145deg,rgba(255,239,209,.66),rgba(224,207,181,.62));box-shadow:var(--shadow);}.trust-two p{font-size:18px;color:#4f4537;font-weight:680;}
.page-hero{padding:90px 0 58px}.compact-page-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02}.lead{font-size:21px;line-height:1.65}.legal-body{max-width:960px;text-align:center}.legal-body h2{font-size:clamp(28px,3.5vw,42px);line-height:1.1;margin:42px 0 15px}.legal-body p,.legal-body li{font-size:19px;line-height:1.75;color:#4e4538}.legal-card{text-align:center}.legal-card h2{font-size:clamp(28px,3.6vw,44px);line-height:1.1}.legal-card p{font-size:18px;line-height:1.7}.contact-card{background:linear-gradient(145deg,rgba(255,238,207,.78),rgba(225,207,179,.66));}.contact-card .field label{font-size:14px}.contact-card textarea{font-size:17px}.product-explain{display:grid;grid-template-columns:1.05fr 1.3fr auto;align-items:center;gap:28px;border-radius:34px;padding:34px;background:linear-gradient(145deg,rgba(22,26,30,.96),rgba(58,43,22,.94));color:#f8ecd8;box-shadow:var(--shadow2)}.product-explain h2{margin:8px 0 0;font-size:clamp(28px,4vw,48px);line-height:1.05}.product-explain p{margin:0;font-size:18px;line-height:1.6;color:rgba(255,246,228,.78);font-weight:760}.filters{background:linear-gradient(145deg,rgba(255,235,198,.78),rgba(226,208,179,.66));}.filter-note{margin-top:18px;color:#4a4035;font-weight:700}.article-tile h2{font-size:clamp(30px,4vw,48px);line-height:1.08}.article-tile p{font-size:20px}.home-header+.section{border-top:0;}
@media (max-width:1000px){.trust-simple,.trust-two,.product-explain,.product-head{grid-template-columns:1fr}.product-head .center{justify-self:start}.home-header{min-height:480px}.hero-statement{font-size:clamp(36px,8vw,58px)}.home-header.scrolled .home-logo-motion{width:190px;height:190px}.products-stage{height:390px}.carousel-card.pos-left{transform:translateX(calc(-50% - 250px)) translateY(52px) scale(.72)}.carousel-card.pos-right{transform:translateX(calc(-50% + 250px)) translateY(52px) scale(.72)}}
@media (max-width:640px){.home-header{min-height:430px}.home-logo-motion{width:92px;height:92px}.hero-statement{margin-top:80px;font-size:38px}.home-header.scrolled .home-logo-motion{width:160px;height:160px}.tools-section{padding-top:56px}.products-stage{height:410px}.carousel-card.pos-left,.carousel-card.pos-right{opacity:.18}.product-card{padding:20px 18px}.trust-simple,.trust-two>div,.product-explain{padding:24px}.page-hero{padding:70px 0 44px}.lead{font-size:18px}}


/* v6 sovereign polish overrides */
body{background:radial-gradient(circle at 15% 0%,#fff4df 0,#f2e3cf 34%,#e1d2c1 100%);}
.home-header{min-height:380px;display:flex;align-items:center;justify-content:center;background:#050607;}
.home-header::before{background:radial-gradient(circle at 50% 38%,rgba(219,171,80,.18),transparent 22%),linear-gradient(135deg,#050607,#111820 55%,#080809);}
.home-top{display:none}.home-account-slot{position:absolute;right:clamp(22px,6vw,84px);top:34px;z-index:4}.home-account-slot .account-trigger{border:none;background:transparent;box-shadow:none;color:#e9c96f}.home-hero-core{position:relative;z-index:2;text-align:center;width:min(1050px,calc(100% - 36px));min-height:260px;display:grid;place-items:center}.home-logo-link{position:absolute;top:0;left:50%;transform:translateX(-50%);display:grid;place-items:center}.home-logo-motion{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 22px 40px rgba(225,177,77,.28));border-radius:0;box-shadow:none;background:transparent;transition:transform .8s cubic-bezier(.2,.8,.2,1), width .8s ease, height .8s ease, opacity .5s ease}.hero-statement{margin:56px auto 0;font-size:clamp(38px,7vw,92px);line-height:.95;letter-spacing:-.075em;font-weight:900;max-width:1050px;color:#f3ead9;text-shadow:0 24px 80px rgba(0,0,0,.45);transition:opacity .45s ease, transform .55s ease}.hero-statement span{background:linear-gradient(135deg,#f4d889,#b8862b);-webkit-background-clip:text;background-clip:text;color:transparent}.home-header.scrolled .hero-statement{opacity:.04;transform:translateY(16px) scale(.985)}.home-header.scrolled .home-logo-motion{width:min(220px,32vw);height:min(220px,32vw);transform:translateX(0) translateY(62px) scale(1.05)}
.site-header .brand-mark img{width:50px;height:50px;object-fit:contain;border-radius:0;box-shadow:none;background:transparent}.brand-mark img{object-fit:contain!important;background:transparent!important}.account-trigger{box-shadow:none}.site-header .account-trigger{border:none;background:transparent;color:#e7c36a}.site-header .header-inner{min-height:82px}.page-hero h1{font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-.055em}.page-hero .lead{font-size:clamp(18px,2.4vw,24px);max-width:860px}.center .lead{margin-left:auto;margin-right:auto}.tools-section{padding-top:86px}.tools-grid{align-items:stretch}.tool-card{text-align:center}.tool-card h3,.product-card h3,.info-card h3,.faq-card h3{letter-spacing:-.03em}.product-home{position:relative}.product-home::before{content:"";position:absolute;inset:34px 24px;border-radius:42px;background:linear-gradient(135deg,rgba(27,31,38,.08),rgba(232,202,139,.14));z-index:-1}.products-stage{min-height:400px}.floating-carousel{height:390px;position:relative}.carousel-card{transition:transform 1.15s cubic-bezier(.16,.84,.32,1),opacity .9s ease,filter .9s ease}.carousel-card.pos-center{transform:translateX(-50%) translateY(-8px) scale(1.06)}.carousel-card.pos-left{transform:translateX(calc(-50% - 330px)) translateY(34px) scale(.86);opacity:.58;filter:blur(.2px)}.carousel-card.pos-right{transform:translateX(calc(-50% + 330px)) translateY(34px) scale(.86);opacity:.58;filter:blur(.2px)}.carousel-card .product-card{min-height:260px}.product-card{border-color:rgba(111,74,23,.13)}.product-card .product-actions,.product-card .owned-actions{justify-content:center}.product-card .price{text-align:center;display:block}.product-explain{padding:28px 30px}.product-explain h2{font-size:clamp(30px,4vw,48px)}.product-explain p{font-size:18px}.faq-grid{align-items:stretch}.legal-card,.info-card,.faq-card{background:linear-gradient(135deg,rgba(255,249,238,.76),rgba(239,222,192,.72));backdrop-filter:blur(12px);box-shadow:0 20px 52px rgba(28,18,5,.12)}.legal-card h2,.vault-module h2{font-size:clamp(28px,3.3vw,44px)}.legal-card p,.info-card p,.faq-card p,.footer p,.page-body p{font-size:17px;color:#584b3a}.dark-mini{background:rgba(255,255,255,.08)!important;color:#fff!important}.modal{background:linear-gradient(145deg,#0b0d10,#17120d 70%,#23190d);color:#fff;border:1px solid rgba(237,199,113,.18);box-shadow:0 40px 120px rgba(0,0,0,.48)}.modal p,.modal label{color:rgba(255,245,224,.78)}.modal .input,.modal select,.modal textarea{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(237,199,113,.18)}.pay-line,.account-line{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(237,199,113,.16);color:#fff}.pay-line:hover,.account-line:hover{border-color:rgba(237,199,113,.5);transform:translateY(-1px)}.pay-line strong,.account-line strong{color:#f3cf7a}.status{color:#eac878}.center-status{text-align:center;margin-top:20px}.contact-form label{font-weight:800}.contact-form .input::placeholder{color:#8d8170}.footer{background:linear-gradient(145deg,#060708,#11161a 65%,#18100a);}.social-x{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#f1cf78;border:1px solid rgba(241,207,120,.26);margin-top:18px}.social-x svg{width:20px;height:20px}.filter-note{font-size:14px}.no-results{text-align:center;padding:38px;border-radius:28px;background:rgba(255,248,236,.62)}
@media(max-width:900px){.tools-grid{grid-template-columns:1fr}.carousel-card.pos-left{transform:translateX(-65%) translateY(42px) scale(.74)}.carousel-card.pos-right{transform:translateX(-35%) translateY(42px) scale(.74)}.home-header{min-height:440px}.hero-statement{font-size:clamp(38px,13vw,70px)}}

/* v7 hard cleanup: real-only auth, integrated mark, calmer sovereign layout */
.home-header{min-height:80vh!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#050607!important;overflow:hidden!important;position:relative!important;color:#fff!important;}
.home-header::before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 50% 50%,rgba(218,169,72,.22),transparent 23%),radial-gradient(circle at 18% 78%,rgba(47,74,111,.25),transparent 32%),linear-gradient(135deg,#030404,#0d1117 58%,#0c0906)!important;z-index:0;}
.home-header::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.42));z-index:0;}
.home-header .home-account-slot{position:absolute;right:clamp(18px,5vw,70px);top:30px;z-index:8;}
.home-header .account-trigger,.site-header .account-trigger{border:none!important;background:transparent!important;box-shadow:none!important;color:#e7c36a!important;width:42px;height:42px;}
.home-hero-core{position:relative;z-index:2;display:grid!important;place-items:center!important;text-align:center;width:min(1120px,calc(100% - 36px));min-height:66vh!important;}
.home-logo-large{position:absolute;left:50%;top:50%;width:min(410px,40vw);height:min(410px,40vw);object-fit:contain;transform:translate(-50%,-50%) scale(1);filter:drop-shadow(0 28px 60px rgba(217,171,77,.35));opacity:1;transition:opacity .9s ease, transform 1.1s cubic-bezier(.16,.84,.24,1), width 1s ease, height 1s ease;}
.home-logo-link{position:absolute!important;top:26px!important;left:50%!important;transform:translateX(-50%)!important;z-index:5!important;display:grid!important;place-items:center!important;}
.home-logo-small{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(217,171,77,.30));opacity:0;transform:translateY(-18px) scale(.82);transition:opacity .72s ease, transform .95s cubic-bezier(.16,.84,.24,1), width .8s ease, height .8s ease;}
.hero-statement{position:relative;z-index:4;margin:0 auto!important;max-width:1050px;font-size:clamp(34px,6.6vw,88px)!important;line-height:.98!important;letter-spacing:-.07em!important;font-weight:940!important;color:#f5eddc!important;background:none!important;text-shadow:0 26px 90px rgba(0,0,0,.42)!important;opacity:0;transform:translateY(28px) scale(.985);filter:blur(8px);transition:opacity .9s ease .18s, transform 1.05s cubic-bezier(.16,.84,.24,1), filter .9s ease;}
.hero-statement span{background:linear-gradient(135deg,#f6d77f,#b98226 70%,#fff0b3);-webkit-background-clip:text;background-clip:text;color:transparent;}
.home-header.intro-ready .home-logo-large{opacity:.04;transform:translate(-50%,-50%) scale(.52);}
.home-header.intro-ready .home-logo-small{opacity:1;transform:translateY(0) scale(1);}
.home-header.intro-ready .hero-statement{opacity:1;transform:translateY(0) scale(1);filter:blur(0);}
.home-header.away .hero-statement{opacity:0;transform:translateY(-20px) scale(.985);filter:blur(8px);transition-delay:0s;}
.home-header.away .home-logo-small{opacity:0;transform:translateY(-20px) scale(.86);}
.home-header.away .home-logo-large{opacity:1;transform:translate(-50%,-50%) scale(.88);width:min(340px,35vw);height:min(340px,35vw);}
.site-header .brand-mark img{content:url('/assets/logo-mark-transparent.png');width:58px!important;height:58px!important;object-fit:contain!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;}
.brand-mark{gap:14px;}
.brand-word{letter-spacing:.20em;color:#f1ce77;}
.tools-section{padding-top:92px!important;}
.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch;}
.tool-card{border-radius:34px!important;padding:30px 26px!important;text-align:center!important;box-shadow:0 28px 80px rgba(34,22,9,.18)!important;border:1px solid rgba(94,64,18,.12)!important;}
.tool-card p{font-size:16.5px!important;line-height:1.58!important;max-width:320px;margin-left:auto!important;margin-right:auto!important;color:#4f4335!important;font-weight:680;}
.tool-card h3{font-size:26px!important;margin:12px 0 10px!important;}
.tool-card .field{text-align:left;}
.product-home::before{inset:22px 20px!important;border-radius:46px!important;background:linear-gradient(135deg,rgba(39,44,52,.10),rgba(233,200,132,.20),rgba(255,247,229,.30))!important;}
.products-stage{height:430px!important;}
.carousel-card{transition:transform 1.45s cubic-bezier(.15,.86,.22,1),opacity 1.1s ease,filter 1.1s ease!important;}
.carousel-card.pos-center{transform:translateX(-50%) translateY(-18px) scale(1.04)!important;}
.carousel-card.pos-left{transform:translateX(calc(-50% - 345px)) translateY(44px) scale(.84)!important;opacity:.55!important;}
.carousel-card.pos-right{transform:translateX(calc(-50% + 345px)) translateY(44px) scale(.84)!important;opacity:.68!important;}
.product-card{border-radius:30px!important;text-align:center!important;}
.product-card h3{font-size:22px!important;line-height:1.12!important;}
.product-card p{font-size:15.5px!important;font-weight:720!important;color:#4d3f2f!important;}
.product-card.graphite p{color:rgba(255,246,225,.88)!important;}
.product-explain{grid-template-columns:1fr;max-width:980px;margin:0 auto;text-align:center;padding:26px!important;border-radius:30px!important;gap:14px!important;}
.product-explain h2{font-size:clamp(28px,3.6vw,44px)!important;margin:8px 0!important;}
.product-explain p{font-size:17px!important;max-width:780px;margin:0 auto!important;}
.page-hero{padding:84px 0 52px!important;}
.compact-page-hero h1,.page-hero h1{font-size:clamp(40px,5.6vw,72px)!important;line-height:1.04!important;letter-spacing:-.055em!important;}
.page-hero .lead{font-size:clamp(18px,2.15vw,23px)!important;line-height:1.65!important;max-width:920px!important;color:#514638!important;}
.legal-body{max-width:1040px!important;margin:0 auto!important;text-align:center!important;}
.legal-card{padding:clamp(30px,5vw,54px)!important;border-radius:34px!important;}
.legal-card h2,.page-body h2{font-size:clamp(26px,3.3vw,40px)!important;line-height:1.12!important;margin:34px auto 14px!important;max-width:820px!important;}
.legal-card h2:first-child{margin-top:0!important;}
.legal-card p,.legal-body p,.page-body p,.legal-card li{font-size:18px!important;line-height:1.75!important;color:#4f4639!important;max-width:860px!important;margin-left:auto!important;margin-right:auto!important;}
.contact-shell{max-width:780px;margin:0 auto;}.contact-card,.contact-form{border-radius:34px!important;background:linear-gradient(145deg,rgba(255,240,212,.78),rgba(226,207,178,.68))!important;box-shadow:0 28px 80px rgba(34,22,9,.14)!important;}
.modal{max-width:560px!important;}
.account-lines,.pay-lines{gap:12px!important;}
.pay-line,.account-line{min-height:58px;}
@media(max-width:1000px){.home-header{min-height:76vh!important}.tools-grid{grid-template-columns:1fr}.home-logo-large{width:min(330px,65vw);height:min(330px,65vw)}.hero-statement{font-size:clamp(38px,10vw,68px)!important}.carousel-card.pos-left{transform:translateX(calc(-50% - 250px)) translateY(50px) scale(.76)!important}.carousel-card.pos-right{transform:translateX(calc(-50% + 250px)) translateY(50px) scale(.76)!important}}
@media(max-width:640px){.home-header{min-height:72vh!important}.home-logo-large{width:min(270px,78vw);height:min(270px,78vw)}.home-header.away .home-logo-large{width:min(220px,72vw);height:min(220px,72vw)}.home-logo-small{width:60px;height:60px}.hero-statement{font-size:clamp(34px,13vw,56px)!important}.products-stage{height:430px!important}.carousel-card.pos-left,.carousel-card.pos-right{opacity:.16!important}.product-explain{padding:22px!important}.site-header .brand-word{display:none}}
