/* ═══════════════════════════════════════════════
   RESET
═══════════════════════════════════════════════ */
*,
*::before,
*::after{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html{
    font-size:16px;
    scroll-behavior:smooth;
    overflow-x:hidden;
}

body{
    font-family:'Nunito Sans',sans-serif;
    background:#fff;
    color:#18264e;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}

body.menu-open{
    overflow:hidden;
}

img{
    display:block;
    max-width:100%;
}

a{
    text-decoration:none;
    color:inherit;
}

button,
input,
select,
textarea{
    font-family:inherit;
}

button{
    cursor:pointer;
    border:none;
    background:none;
}

/* ═══════════════════════════════════════════════
   TOKENS
═══════════════════════════════════════════════ */
:root{
    --n:#18264e;
    --n2:#0f1830;
    --n3:#2a3f6e;
    --y:#ffd000;
    --yd:#d4a800;
    --yl:#fff8d6;
    --w:#ffffff;
    --off:#f6f7fb;
    --sand:#faf9f4;
    --bd:#e2e7f2;
    --mu:#6e7b9c;
    --gr:#12a050;
    --grl:#e8f7ef;
    --or:#e8831c;
    --re:#e53b2a;
    --r:16px;
    --rl:22px;
    --rx:30px;
    --sh:0 2px 14px rgba(24,38,78,.07);
    --shm:0 6px 30px rgba(24,38,78,.12);
    --shl:0 14px 54px rgba(24,38,78,.16);
}

/* ═══════════════════════════════════════════════
   GLOBAL LAYOUT
═══════════════════════════════════════════════ */
.wrap{
    width:100%;
    max-width:1340px;
    margin:0 auto;
    padding-left:24px;
    padding-right:24px;
}

.sec{
    padding:76px 0;
}

.sec.off{
    background:var(--sand);
}

.page-hero{
    background:var(--sand);
    padding:56px 0 24px;
}

.page-title{
    font-size:clamp(2rem,4vw,3rem);
    margin-bottom:14px;
}

.page-sub{
    max-width:680px;
}

/* ═══════════════════════════════════════════════
   TYPOGRAPHY
═══════════════════════════════════════════════ */
.kk{
    display:block;
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.68rem;
    text-transform:uppercase;
    letter-spacing:.1em;
    color:var(--mu);
    margin-bottom:8px;
}

h2.t{
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:clamp(1.85rem,3vw,2.65rem);
    line-height:1.1;
    letter-spacing:-.025em;
    color:var(--n);
    margin-bottom:12px;
}

.sub{
    font-size:.97rem;
    line-height:1.76;
    color:var(--mu);
    max-width:560px;
}

.center{
    text-align:center;
}

.center .sub{
    margin:0 auto;
}

.sec-head{
    margin-bottom:28px;
}

/* ═══════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════ */
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    border-radius:50px;
    cursor:pointer;
    white-space:nowrap;
    transition:
        transform .15s ease,
        box-shadow .15s ease,
        background .15s ease,
        color .15s ease,
        border-color .15s ease;
}

.bn{
    background:var(--n);
    color:#fff;
    padding:12px 26px;
    box-shadow:0 5px 0 var(--n2);
    font-size:.9rem;
}

.bn:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 0 var(--n2);
}

.by{
    background:var(--y);
    color:var(--n);
    padding:12px 26px;
    box-shadow:0 5px 0 var(--yd);
    font-size:.9rem;
}

.by:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 0 var(--yd);
}

.bo{
    background:transparent;
    color:var(--n);
    border:1.5px solid var(--n);
    padding:11px 22px;
    font-size:.85rem;
}

.bo:hover{
    background:var(--n);
    color:#fff;
}

.bfull{
    display:flex;
    width:100%;
    text-align:center;
}

.bsm{
    padding:9px 18px;
    font-size:.79rem;
}

.btn:active{
    transform:translateY(1px) scale(.99);
}

.btn:focus-visible,
.fb:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible{
    outline:none;
    box-shadow:0 0 0 3px rgba(24,38,78,.10), 0 0 0 6px rgba(255,208,0,.28);
    border-radius:16px;
}

/* ═══════════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════════ */
#topbar{
    background:var(--n2);
    color:rgba(255,255,255,.65);
    text-align:center;
    padding:9px 20px;
    font-size:.76rem;
    font-weight:600;
    letter-spacing:.02em;
}

#topbar b{
    color:var(--y);
}

/* ═══════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════ */
#nav-outer{
    position:sticky;
    top:0;
    z-index:500;
    background:rgba(255,255,255,.97);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--bd);
}

.nav-inner{
    height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.logo-wrap{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    min-width:0;
}

.logo-mark{
    width:36px;
    height:36px;
    background:var(--n);
    border-radius:9px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:3px;
    padding:6px;
    flex-shrink:0;
}

.lb{
    border-radius:3px;
}

.lb1{background:var(--y);}
.lb2{background:var(--re);}
.lb3{background:var(--gr);}
.lb4{background:rgba(255,255,255,.4);}

.logo-text{
    display:block;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.45rem;
    color:var(--n);
    letter-spacing:-.03em;
    line-height:1;
}

.logo-tag{
    font-size:.64rem;
    font-weight:600;
    color:var(--mu);
    display:block;
    margin-top:1px;
}

.desktop-nav{
    margin-left:auto;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:2px;
}

.nav-links a{
    font-size:.82rem;
    font-weight:700;
    color:var(--mu);
    padding:7px 11px;
    border-radius:50px;
    transition:background .15s,color .15s;
}

.nav-links a:hover,
.nav-links a.active{
    background:var(--off);
    color:var(--n);
}

.nav-r{
    display:flex;
    align-items:center;
    gap:8px;
}

.hamburger{
    display:none;
    width:42px;
    height:42px;
    border-radius:12px;
    border:1px solid var(--bd);
    background:#fff;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
}

.hamburger span{
    width:18px;
    height:2px;
    border-radius:2px;
    background:var(--n);
}

/* ═══════════════════════════════════════════════
   MOBILE MENU
═══════════════════════════════════════════════ */
.mobile-overlay{
    position:fixed;
    inset:0;
    background:rgba(15,24,48,.4);
    opacity:0;
    visibility:hidden;
    transition:.2s ease;
    z-index:700;
}

.mobile-overlay.is-open{
    opacity:1;
    visibility:visible;
}

.mobile-menu{
    position:fixed;
    top:0;
    right:0;
    width:min(360px,100%);
    height:100vh;
    background:#fff;
    transform:translateX(100%);
    transition:.25s ease;
    z-index:800;
    padding:24px 20px;
    display:flex;
    flex-direction:column;
    box-shadow:-20px 0 40px rgba(0,0,0,.12);
}

.mobile-menu.is-open{
    transform:translateX(0);
}

.mobile-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.mobile-head strong{
    font-family:'Nunito',sans-serif;
    font-size:1.1rem;
    color:var(--n);
}

.mobile-close{
    width:42px;
    height:42px;
    border-radius:10px;
    border:1px solid var(--bd);
    font-size:1.8rem;
    line-height:1;
    color:var(--n);
}

.mobile-nav{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.mobile-nav a{
    padding:14px 16px;
    border-radius:14px;
    background:var(--off);
    color:var(--n);
    font-weight:700;
    font-size:.95rem;
}

.mobile-cta-group{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
#hero-section{
    background:var(--sand);
    padding:68px 0 0;
    overflow:hidden;
    position:relative;
}

.hero-dots{
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background-image:radial-gradient(circle,rgba(24,38,78,.05) 2.5px,transparent 2.5px);
    background-size:26px 26px;
    pointer-events:none;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:48px;
    align-items:center;
    min-height:540px;
    position:relative;
    z-index:1;
}

.hero-left{
    padding-bottom:72px;
}

.pill{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:var(--yl);
    border:1.5px solid var(--y);
    color:var(--n);
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.67rem;
    text-transform:uppercase;
    letter-spacing:.09em;
    padding:5px 13px;
    border-radius:50px;
    margin-bottom:20px;
}

.pill .dot{
    width:7px;
    height:7px;
    background:var(--gr);
    border-radius:50%;
    flex-shrink:0;
}

.hero-h1{
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:clamp(2.4rem,4.6vw,3.75rem);
    line-height:1.07;
    letter-spacing:-.03em;
    color:var(--n);
    margin-bottom:18px;
}

.hero-sub{
    font-size:.99rem;
    line-height:1.76;
    color:var(--mu);
    max-width:500px;
    margin-bottom:28px;
}

.hero-ctas{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px;
    flex-wrap:wrap;
}

.trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    padding-top:18px;
    border-top:1px solid var(--bd);
}

.ti{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:.76rem;
    font-weight:600;
    color:var(--mu);
}

.ti-ico{
    width:24px;
    height:24px;
    background:#fff;
    border-radius:7px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:var(--sh);
    flex-shrink:0;
    color:var(--gr);
    font-weight:900;
}

.hero-right{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hcard{
    background:#fff;
    border-radius:var(--rx);
    box-shadow:var(--shl);
    overflow:hidden;
    width:300px;
    animation:bob 5s ease-in-out infinite;
    position:relative;
}

@keyframes bob{
    0%,100%{transform:translateY(0) rotate(1.2deg)}
    50%{transform:translateY(-12px) rotate(1.2deg)}
}

.hc-img{
    width:100%;
    aspect-ratio:1;
    background:var(--off);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    overflow:hidden;
}

.hc-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.hc-body{
    padding:14px 16px 18px;
    border-top:1px solid var(--bd);
}

.hc-theme{
    font-size:.62rem;
    font-weight:700;
    color:var(--mu);
    text-transform:uppercase;
    letter-spacing:.07em;
    margin-bottom:3px;
}

.hc-name{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.88rem;
    color:var(--n);
    margin-bottom:11px;
    line-height:1.3;
}

.hc-foot{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.pips{
    display:flex;
    gap:4px;
}

.pip{
    width:13px;
    height:13px;
    border-radius:50%;
    background:var(--y);
    border:2px solid var(--n);
}

.pip.off{
    background:transparent;
    border-color:var(--bd);
}

.cr-badge{
    background:var(--n);
    color:var(--y);
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.64rem;
    padding:3px 10px;
    border-radius:50px;
}

.hfloat{
    position:absolute;
    background:#fff;
    border-radius:50px;
    padding:7px 14px;
    box-shadow:var(--shm);
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.72rem;
    color:var(--n);
    display:flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
}

.hf1{
    top:14%;
    right:-8%;
    animation:bob 4s ease-in-out infinite .7s;
}

.hf2{
    bottom:24%;
    left:-14%;
    background:var(--y);
    color:var(--n);
    animation:bob 5.5s ease-in-out infinite 1.3s;
}

.hf-dot{
    width:7px;
    height:7px;
    background:var(--gr);
    border-radius:50%;
    flex-shrink:0;
}

/* ═══════════════════════════════════════════════
   STATS
═══════════════════════════════════════════════ */
.statsbar{
    background:var(--n);
    border-top:3px solid var(--y);
}

.stats-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.st{
    text-align:center;
    padding:22px 12px;
    position:relative;
}

.st + .st::before{
    content:'';
    position:absolute;
    left:0;
    top:22%;
    bottom:22%;
    width:1px;
    background:rgba(255,255,255,.1);
}

.st-n{
    display:block;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:2rem;
    color:var(--y);
    letter-spacing:-.03em;
    line-height:1;
    margin-bottom:3px;
}

.st-l{
    font-size:.7rem;
    font-weight:600;
    color:rgba(255,255,255,.45);
    text-transform:uppercase;
    letter-spacing:.08em;
}

/* ═══════════════════════════════════════════════
   SHARED CARDS / PANELS
═══════════════════════════════════════════════ */
.info-card,
.side-panel,
.form-card,
.contact-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:var(--rl);
    box-shadow:var(--sh);
}

.info-card{
    padding:24px;
}

.info-card h3,
.side-panel h3,
.form-card h3,
.contact-card h3{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:1.05rem;
    color:var(--n);
    margin-bottom:10px;
}

.info-card p,
.side-panel li,
.contact-card p{
    font-size:.95rem;
    line-height:1.8;
    color:var(--mu);
}

.side-panel{
    padding:24px;
    position:sticky;
    top:90px;
}

.side-panel ul{
    padding-left:18px;
}

.side-panel li{
    margin-bottom:8px;
}

.hover-lift-card{
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hover-lift-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shm);
}

/* ═══════════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════════ */
.hiw-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:28px;
}

.hiw-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:var(--rl);
    padding:24px 18px;
    text-align:center;
    transition:transform .18s,border-color .18s,box-shadow .18s;
}

.hiw-card:hover{
    transform:translateY(-4px);
    border-color:var(--y);
    box-shadow:var(--shm);
}

.hiw-num{
    width:56px;
    height:56px;
    background:var(--n);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.15rem;
    color:var(--y);
    margin:0 auto 14px;
    box-shadow:0 4px 0 var(--n2);
    flex-shrink:0;
}

.hiw-title{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.92rem;
    color:var(--n);
    margin-bottom:7px;
}

.hiw-desc{
    font-size:.79rem;
    color:var(--mu);
    line-height:1.62;
}

.hiw-more{
    margin-top:36px;
    text-align:center;
}

.hiw-more a{
    font-size:.88rem;
    font-weight:700;
    color:var(--n);
    display:inline-flex;
    align-items:center;
    gap:5px;
    border-bottom:2px solid var(--y);
    padding-bottom:2px;
}

/* ═══════════════════════════════════════════════
   CATALOG / GENERIC SET CARDS
═══════════════════════════════════════════════ */
.cat-hd{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:20px;
    margin-bottom:22px;
}

.filterbar{
    display:flex;
    gap:7px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.fb{
    background:#fff;
    border:1px solid var(--bd);
    color:var(--mu);
    font-family:'Nunito',sans-serif;
    font-weight:700;
    font-size:.77rem;
    padding:7px 13px;
    border-radius:50px;
    transition:border-color .15s,background .15s,color .15s,transform .15s;
}

.fb:hover{
    border-color:var(--n);
    background:var(--n);
    color:#fff;
    transform:translateY(-1px);
}

.sets-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.scard{
    background:#fff;
    border-radius:var(--rl);
    border:1px solid var(--bd);
    overflow:hidden;
    transition:transform .18s,border-color .18s,box-shadow .18s;
}

.scard:hover{
    transform:translateY(-4px);
    border-color:var(--y);
    box-shadow:var(--shm);
}

.sc-img{
    width:100%;
    aspect-ratio:1;
    background:var(--off);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    overflow:hidden;
    position:relative;
}

.sc-img img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:transform .35s;
}

.scard:hover .sc-img img{
    transform:scale(1.05);
}

.sc-body{
    padding:11px 13px 14px;
}

.sc-theme{
    font-size:.6rem;
    font-weight:700;
    color:var(--mu);
    text-transform:uppercase;
    letter-spacing:.07em;
    margin-bottom:3px;
}

.sc-name{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.85rem;
    color:var(--n);
    margin-bottom:9px;
    line-height:1.3;
}

.sc-avail{
    display:flex;
    align-items:center;
    gap:4px;
    font-size:.66rem;
    font-weight:700;
    margin-bottom:9px;
}

.ad{
    width:6px;
    height:6px;
    border-radius:50%;
    flex-shrink:0;
}

.vy .ad{background:var(--gr);}
.vy{color:var(--gr);}
.vn .ad{background:#d47b10;}
.vn{color:#d47b10;}

.sc-btn{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    background:var(--n);
    color:#fff;
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.77rem;
    padding:9px;
    border-radius:50px;
    transition:background .15s,color .15s;
}

.sc-btn:hover{
    background:var(--y);
    color:var(--n);
}

/* ═══════════════════════════════════════════════
   CONTENT / FORMS / CONTACT GENERIC
═══════════════════════════════════════════════ */
.content-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:28px;
    align-items:start;
}

.content-main{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.form-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    align-items:start;
}

.form-card{
    padding:24px;
}

.form-row{
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:16px;
}

.form-row label{
    font-size:.88rem;
    font-weight:800;
    color:var(--n);
}

.form-row input{
    width:100%;
    border:1px solid var(--bd);
    border-radius:14px;
    padding:14px 16px;
    font-size:1rem;
    color:var(--n);
    background:#fff;
}

.form-row input:focus{
    outline:none;
    border-color:var(--n);
    box-shadow:0 0 0 3px rgba(24,38,78,.08);
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.contact-card{
    padding:24px;
}

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.site-footer{
    background:var(--n);
    padding:58px 0 24px;
    margin-top:40px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.footer-col h4{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    color:var(--y);
    margin-bottom:12px;
}

.footer-col p,
.footer-col li,
.footer-col a{
    color:rgba(255,255,255,.68);
    font-size:.92rem;
    line-height:1.8;
}

.footer-col ul{
    list-style:none;
}

.footer-bottom{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.12);
}

.footer-bottom p{
    color:rgba(255,255,255,.5);
    font-size:.85rem;
}

/* ═══════════════════════════════════════════════
   HOME PAGE
═══════════════════════════════════════════════ */
.home-hero-upgrade{
    background:var(--sand);
}

.home-hero-grid-upgrade{
    align-items:flex-start;
    gap:42px;
}

.home-hero-left-upgrade{
    padding-bottom:56px;
}

.home-hero-note{
    margin-top:-6px;
    margin-bottom:26px;
    font-size:.86rem;
    line-height:1.6;
    color:var(--mu);
}

.home-hero-right-upgrade{
    flex-direction:column;
    gap:18px;
    align-items:center;
}

.home-hcard-upgrade{
    width:320px;
}

.home-hero-side-card{
    width:100%;
    max-width:320px;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:22px;
    box-shadow:var(--sh);
    padding:18px;
}

.home-hero-side-card strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-size:.95rem;
    font-weight:900;
    color:var(--n);
    margin-bottom:12px;
}

.home-hero-side-points{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.home-hero-side-point{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:.84rem;
    color:var(--mu);
    line-height:1.45;
}

.home-hero-side-check{
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--yl);
    color:var(--n);
    border:1px solid rgba(255,208,0,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    flex-shrink:0;
}

.home-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.home-flow-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:28px;
}

.home-flow-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:var(--rl);
    box-shadow:var(--sh);
    padding:24px 20px;
}

.home-flow-step{
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--n);
    color:var(--y);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.05rem;
    margin-bottom:14px;
    box-shadow:0 4px 0 var(--n2);
}

.home-flow-card h3{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:1rem;
    color:var(--n);
    margin-bottom:8px;
    line-height:1.3;
}

.home-flow-card p{
    font-size:.92rem;
    line-height:1.75;
    color:var(--mu);
}

.home-account-sub-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,420px);
    gap:24px;
    align-items:stretch;
}

.home-account-card{
    padding:28px;
}

.home-simple-list{
    list-style:none;
    margin:20px 0 24px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.home-simple-list li{
    position:relative;
    padding-left:18px;
    color:var(--mu);
    line-height:1.7;
    font-size:.95rem;
}

.home-simple-list li::before{
    content:'•';
    position:absolute;
    left:0;
    top:0;
    color:var(--y);
    font-weight:900;
}

.home-sub-card{
    background:var(--n);
    border-radius:var(--rx);
    padding:32px;
    position:relative;
    overflow:hidden;
    box-shadow:var(--shl);
}

.home-sub-card::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:radial-gradient(circle,rgba(255,208,0,.12) 0%,transparent 65%);
    top:-120px;
    right:-80px;
    pointer-events:none;
}

/* homepage compact improvements */
.usp-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:24px;
}

.usp-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:var(--rl);
    padding:22px;
    box-shadow:var(--sh);
    transition:transform .15s, box-shadow .15s;
}

.usp-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shm);
}

.usp-card h3{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.95rem;
    margin-bottom:6px;
}

.usp-card p{
    font-size:.85rem;
    color:var(--mu);
}

.home-focus{
    display:grid;
    grid-template-columns:1fr 320px;
    gap:24px;
    align-items:center;
}

.home-focus-list{
    margin:14px 0 20px;
    padding-left:18px;
    color:var(--mu);
    line-height:1.7;
}

.focus-card{
    background:var(--n);
    color:#fff;
    border-radius:20px;
    padding:22px;
    box-shadow:var(--shm);
    display:flex;
    flex-direction:column;
    gap:6px;
}

.focus-card strong{
    color:var(--y);
    font-family:'Nunito',sans-serif;
}

/* ═══════════════════════════════════════════════
   SUBSCRIPTION PAGE
═══════════════════════════════════════════════ */
.subscription-hero-clean{
    background:linear-gradient(180deg,#faf9f4 0%,#fff 100%);
    padding:56px 0 28px;
}

.subscription-hero-grid-clean{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,420px);
    gap:42px;
    align-items:center;
}

.subscription-hero-copy-clean .page-sub{
    max-width:580px;
}

.subscription-hero-trust-clean{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:6px;
}

.subscription-hero-trust-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--bd);
    box-shadow:var(--sh);
    font-size:.78rem;
    font-weight:800;
    color:var(--n);
}

.subscription-hero-trust-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gr);
    flex-shrink:0;
}

.subscription-hero-side-clean{
    display:flex;
    justify-content:flex-end;
}

.subscription-hero-side-card{
    width:100%;
    max-width:410px;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--shm);
    padding:24px;
}

.subscription-social-proof-clean{
    padding-bottom:14px;
    margin-bottom:14px;
    border-bottom:1px solid var(--bd);
}

.subscription-social-proof-clean strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-size:1rem;
    font-weight:900;
    color:var(--n);
    margin-bottom:6px;
}

.subscription-social-proof-clean p{
    font-size:.86rem;
    line-height:1.6;
    color:var(--mu);
}

.subscription-hero-side-list{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.subscription-hero-side-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:var(--mu);
    font-size:.93rem;
    line-height:1.55;
}

.subscription-hero-side-check{
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--grl);
    color:var(--gr);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    flex-shrink:0;
}

.subscription-pricing-clean{
    padding-top:38px;
}

.subscription-pricing-wrap-clean{
    max-width:1060px;
}

.subscription-pricing-head-clean{
    margin-bottom:18px;
}

.subscription-pricing-head-clean .sub{
    max-width:670px;
}

.pricing-switch-top{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    margin-bottom:24px;
}

.pricing-saving-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 18px;
    border-radius:999px;
    background:var(--y);
    color:var(--n);
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:.9rem;
    box-shadow:0 10px 24px rgba(24,38,78,.12);
}

.plan-switch-clean{
    display:inline-flex;
    align-items:center;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:999px;
    padding:5px;
    box-shadow:var(--sh);
}

.plan-switch-btn-clean{
    min-width:138px;
    padding:12px 18px;
    border-radius:999px;
    transition:background .15s,color .15s,transform .15s,box-shadow .15s;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1rem;
    line-height:1.05;
    color:var(--n);
}

.plan-switch-btn-clean.is-active{
    background:var(--n);
    color:#fff;
    box-shadow:0 8px 20px rgba(24,38,78,.14);
}

.plan-switch-btn-clean:hover{
    transform:translateY(-1px);
}

.plan-panels-clean{
    position:relative;
}

.plan-panel{
    display:none;
}

.plan-panel.is-active{
    display:block;
}

.plan-card-clean{
    background:linear-gradient(135deg,#18264e 0%,#213466 100%);
    color:#fff;
    border-radius:28px;
    padding:28px;
    box-shadow:0 16px 48px rgba(24,38,78,.16);
    position:relative;
    overflow:hidden;
}

.plan-card-clean::before{
    content:'';
    position:absolute;
    width:340px;
    height:340px;
    top:-130px;
    right:-90px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);
    pointer-events:none;
}

.plan-card-year-clean{
    box-shadow:0 18px 54px rgba(24,38,78,.2);
}

.plan-card-header-clean{
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:20px;
    align-items:start;
    margin-bottom:18px;
}

.plan-card-topline{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    margin-bottom:12px;
}

.pc-tag{
    display:inline-flex;
    align-items:center;
    gap:5px;
    background:var(--y);
    color:var(--n);
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:.63rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    padding:4px 11px;
    border-radius:50px;
    margin-bottom:16px;
}

.plan-card-clean .pc-lbl{
    font-size:.76rem;
    margin-bottom:6px;
    color:rgba(255,255,255,.42);
    text-transform:uppercase;
    letter-spacing:.08em;
}

.pc-price{
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:4.2rem;
    color:#fff;
    letter-spacing:-.04em;
    line-height:1;
    display:flex;
    align-items:flex-start;
    gap:2px;
    margin-bottom:4px;
}

.pc-price sup{
    font-size:1.38rem;
    margin-top:10px;
    color:var(--y);
}

.plan-card-clean .pc-per{
    font-size:.88rem;
    color:rgba(255,255,255,.74);
    margin-bottom:0;
}

.plan-year-equivalent-clean{
    display:inline-flex;
    align-items:center;
    padding:7px 11px;
    margin-top:12px;
    border-radius:999px;
    background:rgba(255,208,0,.12);
    border:1px solid rgba(255,208,0,.22);
    color:#fff;
    font-size:.81rem;
    font-weight:900;
}

.plan-card-note-clean{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:16px;
    color:rgba(255,255,255,.88);
    font-size:.89rem;
    line-height:1.6;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.plan-card-summary-clean{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:18px;
}

.plan-card-summary-clean span{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:.8rem;
    font-weight:800;
}

.plan-card-body-clean{
    display:grid;
    grid-template-columns:minmax(0,1fr) 260px;
    gap:20px;
    align-items:start;
}

.pc-list-clean{
    list-style:none;
    margin-bottom:0;
}

.pc-list-clean li{
    display:flex;
    align-items:center;
    gap:9px;
    padding:9px 0;
    font-size:.9rem;
    color:rgba(255,255,255,.88);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.pc-list-clean li:last-child{
    border-bottom:none;
}

.pc-ck{
    width:19px;
    height:19px;
    background:var(--y);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    color:var(--n);
    font-weight:900;
}

.plan-side-box-clean{
    width:100%;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:16px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.plan-side-box-clean h3{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:1rem;
    color:var(--y);
    margin-bottom:10px;
}

.plan-side-box-clean ul{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.plan-side-box-clean li{
    position:relative;
    padding-left:13px;
    color:rgba(255,255,255,.86);
    font-size:.84rem;
    line-height:1.45;
    font-weight:700;
}

.plan-side-box-clean li::before{
    content:'•';
    position:absolute;
    left:0;
    top:0;
    color:var(--y);
    font-weight:900;
}

.plan-side-box-year-clean{
    background:rgba(255,255,255,.1);
}

.plan-card-footer-clean{
    padding-top:18px;
}

.plan-card-cta-clean{
    font-size:.97rem;
    padding-top:14px;
    padding-bottom:14px;
}

.subscription-rules-grid-clean{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.subscription-rule-card-clean{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:var(--rl);
    padding:24px 20px;
    box-shadow:var(--sh);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.subscription-rule-card-clean:hover{
    transform:translateY(-4px);
    box-shadow:var(--shm);
}

.subscription-rule-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:var(--n);
    color:var(--y);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.05rem;
    margin-bottom:14px;
    box-shadow:0 4px 0 var(--n2);
}

.subscription-rule-card-clean h3{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:1rem;
    color:var(--n);
    margin-bottom:8px;
    line-height:1.3;
}

.subscription-rule-card-clean p{
    font-size:.92rem;
    line-height:1.75;
    color:var(--mu);
}

.credits-examples-grid-clean{
    display:grid;
    grid-template-columns:1.1fr 1.1fr .9fr;
    gap:18px;
    align-items:stretch;
}

.credit-example-card-clean{
    padding:28px;
}

.credit-example-intro{
    margin-bottom:16px;
    color:var(--mu);
    line-height:1.7;
}

.credit-mini-grid-clean{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.credit-medium-grid-clean{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.credit-mini-item-clean,
.credit-medium-item-clean{
    background:#f7f8fc;
    border:1px solid var(--bd);
    border-radius:18px;
    padding:14px;
    text-align:center;
    transition:transform .18s ease, box-shadow .18s ease;
}

.credit-mini-item-clean:hover,
.credit-medium-item-clean:hover,
.credit-large-box-clean:hover{
    transform:translateY(-4px);
    box-shadow:var(--shm);
}

.credit-mini-item-clean img{
    width:100%;
    height:88px;
    object-fit:contain;
    margin:0 auto 10px;
}

.credit-medium-item-clean img{
    width:100%;
    height:150px;
    object-fit:contain;
    margin:0 auto 10px;
}

.credit-mini-item-clean strong,
.credit-medium-item-clean strong{
    display:block;
    color:var(--n);
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.95rem;
}

.credit-mini-item-clean span,
.credit-medium-item-clean span{
    display:block;
    margin-top:4px;
    font-size:.76rem;
    color:var(--mu);
}

.credit-large-box-clean{
    background:#f7f8fc;
    border:1px solid var(--bd);
    border-radius:22px;
    padding:24px;
    text-align:center;
    color:var(--n);
    margin-top:4px;
    transition:transform .18s ease, box-shadow .18s ease;
}

.credit-large-box-clean img{
    width:100%;
    max-width:180px;
    height:190px;
    object-fit:contain;
    margin:0 auto 12px;
}

.credit-large-box-clean strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.45rem;
    color:var(--n);
    margin-bottom:4px;
}

.credit-large-box-clean span{
    display:block;
    color:var(--mu);
    font-size:.95rem;
}

.subscription-faq-layout-clean{
    display:grid;
    grid-template-columns:1fr .85fr;
    gap:18px;
    align-items:start;
}

.subscription-faq-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.subscription-summary{
    list-style:none;
    cursor:pointer;
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:1.05rem;
    color:var(--n);
}

.subscription-summary::-webkit-details-marker{
    display:none;
}

.subscription-details-copy{
    margin-top:14px;
    color:var(--mu);
    line-height:1.8;
    font-size:.95rem;
}

.subscription-summary-panel{
    position:static;
}

.subscription-final-cta{
    text-align:center;
}

.subscription-final-cta .sub{
    margin:0 auto 24px;
}

.subscription-final-cta-buttons{
    justify-content:center;
}

/* ═══════════════════════════════════════════════
   CATALOG PAGE
═══════════════════════════════════════════════ */
.catalog-funnel-bar{
    position:sticky;
    top:64px;
    z-index:420;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--bd);
}

.catalog-funnel-bar-inner{
    min-height:74px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-top:12px;
    padding-bottom:12px;
}

.catalog-funnel-step{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.catalog-funnel-kicker{
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--mu);
    font-weight:800;
}

.catalog-funnel-step strong{
    font-family:'Nunito',sans-serif;
    font-size:1.08rem;
    font-weight:900;
    color:var(--n);
    line-height:1.1;
}

.catalog-funnel-credits{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:4px;
    text-align:right;
}

.catalog-funnel-credits span{
    font-size:.74rem;
    color:var(--mu);
    font-weight:700;
}

.catalog-funnel-credits strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 14px;
    border-radius:999px;
    background:var(--n);
    color:var(--y);
    font-family:'Nunito',sans-serif;
    font-size:.95rem;
    font-weight:900;
    box-shadow:var(--sh);
}

.catalog-page-hero{
    background:linear-gradient(180deg,#faf9f4 0%,#fff 100%);
    padding:50px 0 26px;
}

.catalog-guidance-section{
    padding-top:44px;
    padding-bottom:44px;
}

.catalog-guidance-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.catalog-guidance-card{
    position:relative;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    padding:24px;
    box-shadow:var(--sh);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    text-align:left;
    overflow:hidden;
}

.catalog-guidance-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shm);
    border-color:#cfd7ea;
}

.catalog-guidance-card.is-featured{
    background:linear-gradient(135deg,#18264e 0%,#213466 100%);
    color:#fff;
    border-color:#18264e;
    box-shadow:0 16px 44px rgba(24,38,78,.16);
}

.catalog-guidance-card.is-featured::before{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    top:-100px;
    right:-80px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);
    pointer-events:none;
}

.catalog-guidance-badge{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 12px;
    border-radius:999px;
    background:var(--y);
    color:var(--n);
    font-size:.7rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:14px;
}

.catalog-guidance-card h3{
    font-family:'Nunito',sans-serif;
    font-size:1.18rem;
    font-weight:900;
    line-height:1.15;
    color:inherit;
    margin-bottom:10px;
}

.catalog-guidance-card p{
    font-size:.93rem;
    line-height:1.7;
    color:inherit;
    opacity:.9;
    margin-bottom:18px;
}

.catalog-guidance-meta{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:8px 14px;
    border-radius:999px;
    background:#f6f7fb;
    color:var(--n);
    font-family:'Nunito',sans-serif;
    font-size:.8rem;
    font-weight:900;
    border:1px solid var(--bd);
}

.catalog-guidance-card.is-featured .catalog-guidance-meta{
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.14);
    color:#fff;
}

.catalog-main-section{
    padding-top:56px;
    padding-bottom:120px;
}

.catalog-toolbar-upgrade{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:20px;
}

.catalog-toolbar-title{
    font-family:'Nunito',sans-serif;
    font-size:clamp(1.55rem,2.2vw,2rem);
    font-weight:900;
    line-height:1.1;
    color:var(--n);
    margin:0 0 8px;
}

.catalog-toolbar-copy{
    font-size:.94rem;
    line-height:1.7;
    color:var(--mu);
    max-width:560px;
}

.catalog-smart-filters{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:14px;
}

.catalog-filter-btn,
.catalog-theme-btn{
    transition:transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.catalog-filter-btn:hover,
.catalog-theme-btn:hover{
    transform:translateY(-1px);
}

.catalog-filter-btn.is-active,
.catalog-theme-btn.is-active{
    background:var(--n);
    color:#fff;
    border-color:var(--n);
    box-shadow:0 8px 20px rgba(24,38,78,.12);
}

.catalog-filterbar{
    margin-bottom:16px;
}

.catalog-inline-note{
    display:flex;
    align-items:center;
    gap:8px;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:18px;
    padding:14px 16px;
    font-size:.9rem;
    line-height:1.6;
    color:var(--mu);
    box-shadow:var(--sh);
    margin-bottom:22px;
}

.catalog-inline-note strong{
    color:var(--n);
    font-weight:900;
}

.catalog-sets-grid-upgrade{
    gap:20px;
    align-items:stretch;
}

.catalog-card-upgrade{
    display:flex;
    flex-direction:column;
    height:100%;
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    border:1px solid var(--bd);
    box-shadow:var(--sh);
    transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.catalog-card-upgrade:hover{
    transform:translateY(-5px);
    border-color:#d5dced;
    box-shadow:var(--shm);
}

.catalog-card-image-upgrade{
    position:relative;
    padding:18px;
    background:linear-gradient(180deg,#f7f8fc 0%,#eef2f9 100%);
    aspect-ratio:1;
}

.catalog-card-badge{
    position:absolute;
    top:12px;
    left:12px;
    z-index:2;
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:6px 10px;
    border-radius:999px;
    background:var(--y);
    color:var(--n);
    font-size:.66rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
    box-shadow:0 8px 20px rgba(24,38,78,.1);
}

.catalog-card-body-upgrade{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:16px 16px 18px;
}

.catalog-card-head-upgrade{
    margin-bottom:10px;
}

.catalog-card-name-upgrade{
    font-size:1rem;
    line-height:1.3;
    margin-bottom:0;
}

.catalog-card-desc-upgrade{
    font-size:.88rem;
    line-height:1.65;
    color:var(--mu);
    margin-bottom:14px;
    min-height:58px;
}

.catalog-card-highlights{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:14px;
}

.catalog-card-highlight{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:7px 10px;
    border-radius:999px;
    background:#f6f7fb;
    border:1px solid var(--bd);
    color:var(--n);
    font-size:.73rem;
    font-weight:800;
}

.catalog-meta-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-bottom:14px;
}

.catalog-meta-item{
    background:#fafbfe;
    border:1px solid var(--bd);
    border-radius:16px;
    padding:12px;
}

.catalog-meta-label{
    display:block;
    font-size:.68rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:var(--mu);
    margin-bottom:4px;
}

.catalog-meta-value{
    display:block;
    font-size:.82rem;
    font-weight:800;
    line-height:1.35;
    color:var(--n);
}

.catalog-bottom-row-upgrade{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
}

.catalog-card-quick-note{
    display:flex;
    align-items:center;
    min-height:38px;
    padding:10px 12px;
    border-radius:14px;
    background:var(--grl);
    color:var(--gr);
    font-size:.8rem;
    font-weight:800;
    margin-bottom:14px;
}

.catalog-card-actions{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.catalog-select-btn{
    border:none;
    outline:none;
    min-height:46px;
}

.catalog-select-btn:disabled{
    background:#dce3f0;
    color:#6f7c98;
    cursor:not-allowed;
}

.catalog-sticky-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:650;
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(12px);
    border-top:1px solid var(--bd);
    box-shadow:0 -12px 30px rgba(24,38,78,.08);
}

.catalog-sticky-inner{
    min-height:82px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-top:14px;
    padding-bottom:14px;
}

.catalog-sticky-left{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.catalog-sticky-left strong{
    font-family:'Nunito',sans-serif;
    font-size:1rem;
    font-weight:900;
    color:var(--n);
    line-height:1.2;
}

.catalog-sticky-left span{
    font-size:.84rem;
    color:var(--mu);
    line-height:1.5;
}

.catalog-sticky-right{
    flex-shrink:0;
}

.catalog-sticky-right .btn{
    min-width:160px;
}

/* ═══════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════ */
.contact-top-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    gap:24px;
    align-items:stretch;
}

.contact-intro-card{
    padding:28px;
}

.contact-intro-sub{
    margin-bottom:0;
}

.contact-usp-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.contact-usp-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--bd);
    box-shadow:var(--sh);
    font-size:.82rem;
    font-weight:800;
    color:var(--n);
}

.contact-usp-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gr);
    flex-shrink:0;
}

.contact-side-card-large{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--shm);
    padding:24px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
}

.contact-side-proof{
    padding-bottom:14px;
    border-bottom:1px solid var(--bd);
}

.contact-side-proof strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-size:1rem;
    font-weight:900;
    color:var(--n);
    margin-bottom:6px;
}

.contact-side-proof p{
    font-size:.88rem;
    line-height:1.65;
    color:var(--mu);
}

.contact-side-points{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.contact-side-point{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:var(--mu);
    font-size:.92rem;
    line-height:1.55;
}

.contact-side-check{
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--grl);
    color:var(--gr);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    flex-shrink:0;
}

.contact-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
    gap:24px;
    align-items:start;
}

.contact-main-column{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-side-column{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.contact-grid-upgrade{
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.contact-card-upgrade{
    padding:24px;
}

.contact-card-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#f7f8fc;
    border:1px solid var(--bd);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3rem;
    margin-bottom:14px;
}

.contact-card-note{
    display:block;
    margin-top:10px;
    font-size:.78rem;
    line-height:1.5;
    color:var(--mu);
}

.contact-topic-list{
    padding-left:18px;
}

.contact-topic-list li{
    color:var(--mu);
    line-height:1.8;
    margin-bottom:8px;
}

.contact-side-panel p{
    font-size:.92rem;
    line-height:1.75;
    color:var(--mu);
}

.contact-side-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-top:16px;
}

/* ═══════════════════════════════════════════════
   ACCOUNT AREA / DASHBOARD / FORMS
═══════════════════════════════════════════════ */
.account-shell{
    display:grid;
    grid-template-columns:280px minmax(0,1fr);
    gap:24px;
    align-items:start;
}

.account-sidebar{
    position:sticky;
    top:90px;
}

.account-sidebar-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--sh);
    padding:20px;
}

.account-sidebar-card-premium{
    box-shadow:var(--shm);
}

.account-user-badge{
    display:flex;
    align-items:center;
    gap:12px;
    padding-bottom:16px;
    margin-bottom:16px;
    border-bottom:1px solid var(--bd);
}

.account-user-avatar{
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--n);
    color:var(--y);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.1rem;
    flex-shrink:0;
}

.account-user-badge strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-size:.95rem;
    color:var(--n);
    margin-bottom:3px;
}

.account-user-badge span{
    display:block;
    font-size:.78rem;
    color:var(--mu);
    line-height:1.5;
}

.account-nav{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.account-nav-link{
    padding:12px 14px;
    border-radius:14px;
    background:var(--off);
    color:var(--n);
    font-weight:800;
    font-size:.9rem;
    transition:transform .15s ease, background .15s ease, color .15s ease;
}

.account-nav-link:hover{
    transform:translateY(-1px);
}

.account-nav-link.is-active{
    background:var(--n);
    color:#fff;
}

.account-main{
    display:flex;
    flex-direction:column;
    gap:24px;
    min-width:0;
}

.account-summary-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.account-summary-grid-premium{
    gap:18px;
}

.account-summary-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:22px;
    padding:22px;
    box-shadow:var(--sh);
}

.account-summary-label{
    display:block;
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--mu);
    margin-bottom:8px;
}

.account-summary-card strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.2rem;
    color:var(--n);
    margin-bottom:6px;
}

.account-summary-card p{
    font-size:.88rem;
    color:var(--mu);
    line-height:1.6;
}

.account-dashboard-grid{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
    gap:24px;
}

.account-dashboard-grid-premium{
    gap:18px;
}

.account-panel{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--sh);
    padding:24px;
}

.account-panel-premium{
    padding:24px;
}

.account-panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}

.account-panel-head h2,
.order-card h2{
    font-family:'Nunito',sans-serif;
    font-size:1.2rem;
    font-weight:900;
    color:var(--n);
}

.account-panel-head a{
    font-size:.82rem;
    font-weight:800;
    color:var(--n);
    border-bottom:2px solid var(--y);
    padding-bottom:2px;
}

.account-status-list{
    display:flex;
    flex-direction:column;
    gap:12px;
    margin-bottom:18px;
}

.account-status-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:12px 14px;
    border-radius:16px;
    border:1px solid var(--bd);
    background:var(--off);
    font-size:.9rem;
    font-weight:700;
    line-height:1.55;
    color:var(--n);
}

.account-status-dot{
    width:12px;
    height:12px;
    margin-top:4px;
    border-radius:50%;
    flex-shrink:0;
}

.account-status-dot.is-green{background:var(--gr);}
.account-status-dot.is-yellow{background:var(--y);}
.account-status-dot.is-blue{background:#4e79d9;}

.account-side-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.account-funnel-strip{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
    gap:24px;
    align-items:center;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:28px;
    box-shadow:var(--shm);
    padding:28px;
}

.account-funnel-strip-copy .sub{
    max-width:100%;
    margin-bottom:0;
}

.account-funnel-strip-points{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.account-funnel-point{
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:14px 16px;
    border-radius:18px;
    background:#f7f8fc;
    border:1px solid var(--bd);
    color:var(--n);
    font-weight:800;
    line-height:1.5;
}

.account-funnel-point-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--n);
    color:var(--y);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    flex-shrink:0;
    font-size:.8rem;
}

.account-next-step-card{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
    gap:24px;
    align-items:center;
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--shm);
    padding:24px;
}

.account-next-step-copy .sub{
    max-width:100%;
    margin-bottom:0;
}

.account-next-step-actions{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    flex-wrap:wrap;
}

.account-form-layout{
    align-items:start;
}

.account-form-card{
    padding:24px;
}

.account-form-head{
    margin-bottom:16px;
}

.account-form-head p,
.account-form-note{
    font-size:.9rem;
    line-height:1.7;
    color:var(--mu);
}

.account-side-stack{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.account-feature-list{
    padding-left:18px;
}

.account-feature-list li{
    color:var(--mu);
    line-height:1.8;
    margin-bottom:8px;
}

.account-hero-premium{
    background:linear-gradient(180deg,#faf9f4 0%,#fff 100%);
}

.account-hero-shell{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,360px);
    gap:24px;
    align-items:center;
}

.account-hero-status-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:24px;
    box-shadow:var(--shm);
    padding:22px;
}

.account-hero-status-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 0;
    border-bottom:1px solid var(--bd);
}

.account-hero-status-row:last-child{
    border-bottom:none;
}

.account-hero-status-row span{
    font-size:.85rem;
    color:var(--mu);
    font-weight:700;
}

.account-hero-status-row strong{
    font-family:'Nunito',sans-serif;
    font-size:.96rem;
    color:var(--n);
    font-weight:900;
    text-align:right;
}

/* orders */
.order-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:22px;
    box-shadow:var(--sh);
    padding:22px;
}

.order-card-full + .order-card-full{
    margin-top:18px;
}

.order-card-dashboard-premium{
    border:1px solid var(--bd);
    border-radius:22px;
    background:var(--off);
    padding:20px;
}

.order-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:14px;
    margin-bottom:12px;
}

.order-id{
    font-size:.72rem;
    text-transform:uppercase;
    letter-spacing:.08em;
    color:var(--mu);
    font-weight:800;
    margin-bottom:5px;
}

.order-credit-badge{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--n);
    color:var(--y);
    font-size:.78rem;
    font-weight:900;
    white-space:nowrap;
}

.order-summary{
    color:var(--mu);
    font-size:.92rem;
    line-height:1.7;
    margin-bottom:16px;
}

.order-progress{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:10px;
    margin-bottom:16px;
}

.order-step{
    text-align:center;
    padding:12px 10px;
    border-radius:14px;
    background:#f7f8fc;
    border:1px solid var(--bd);
    color:var(--mu);
    font-size:.76rem;
    font-weight:800;
    line-height:1.35;
}

.order-step.is-done{
    background:var(--grl);
    border-color:#bde3cb;
    color:#167347;
}

.order-card-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/* favorites */
.account-favorites-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.account-favorite-card{
    background:#fff;
    border:1px solid var(--bd);
    border-radius:20px;
    box-shadow:var(--sh);
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease;
}

.account-favorite-card:hover{
    transform:translateY(-3px);
    box-shadow:var(--shm);
}

.account-favorite-img{
    aspect-ratio:1;
    background:#f7f8fc;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.account-favorite-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.account-favorite-body{
    padding:16px;
}

.account-favorite-theme{
    font-size:.62rem;
    font-weight:700;
    color:var(--mu);
    text-transform:uppercase;
    letter-spacing:.07em;
    margin-bottom:4px;
}

.account-favorite-name{
    font-family:'Nunito',sans-serif;
    font-weight:800;
    font-size:.92rem;
    color:var(--n);
    margin-bottom:8px;
    line-height:1.35;
}

.account-favorite-desc{
    font-size:.82rem;
    line-height:1.6;
    color:var(--mu);
    margin-bottom:12px;
}

.account-favorite-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    align-items:center;
    margin-bottom:14px;
    font-size:.78rem;
    font-weight:800;
}

.is-available{color:var(--gr);}
.is-unavailable{color:#d47b10;}

/* ═══════════════════════════════════════════════
   CREDITS HELPER SUPPORT
═══════════════════════════════════════════════ */
.js-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .55s ease, transform .55s ease;
}

.js-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1180px){
    .desktop-nav,
    .desktop-cta{
        display:none;
    }

    .hamburger{
        display:flex;
    }

    .hero-grid,
    .content-grid,
    .form-layout,
    .subscription-hero-grid-clean,
    .plan-card-header-clean,
    .plan-card-body-clean,
    .subscription-rules-grid-clean,
    .credits-examples-grid-clean,
    .subscription-faq-layout-clean,
    .catalog-guidance-grid,
    .contact-top-grid,
    .contact-main-grid,
    .account-shell,
    .account-dashboard-grid,
    .account-summary-grid,
    .account-funnel-strip,
    .account-next-step-card,
    .home-account-sub-grid{
        grid-template-columns:1fr;
    }

    .sets-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .hiw-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .contact-grid,
    .contact-grid-upgrade,
    .footer-grid,
    .stats-row{
        grid-template-columns:repeat(2,1fr);
    }

    .home-benefits-grid,
    .home-flow-grid,
    .usp-grid,
    .account-favorites-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .catalog-sets-grid-upgrade{
        grid-template-columns:repeat(2,1fr);
    }

    .hero-right{
        padding-bottom:50px;
    }

    .side-panel,
    .account-sidebar{
        position:static;
    }

    .subscription-hero-side-clean{
        justify-content:flex-start;
    }

    .plan-side-box-clean{
        max-width:none;
    }

    .catalog-toolbar-upgrade{
        flex-direction:column;
        align-items:flex-start;
    }
}

@media (max-width: 900px){
    .catalog-funnel-bar{
        top:68px;
    }

    .catalog-funnel-bar-inner{
        min-height:auto;
        align-items:flex-start;
        flex-direction:column;
    }

    .catalog-funnel-credits{
        align-items:flex-start;
        text-align:left;
    }

    .catalog-card-desc-upgrade{
        min-height:auto;
    }

    .catalog-sticky-inner{
        flex-direction:column;
        align-items:stretch;
    }

    .catalog-sticky-right .btn{
        width:100%;
    }

    .usp-grid{
        grid-template-columns:1fr;
    }

    .home-focus{
        grid-template-columns:1fr;
    }
}

@media (max-width: 700px){
    .wrap{
        padding:0 14px;
    }

    .nav-inner{
        height:68px;
    }

    #hero-section{
        padding:42px 0 0;
    }

    .hero-grid{
        gap:26px;
        min-height:auto;
    }

    .hero-left,
    .home-hero-left-upgrade{
        padding-bottom:20px;
    }

    .hero-h1{
        font-size:2.2rem;
    }

    .hero-dots{
        display:none;
    }

    .hcard,
    .home-hcard-upgrade{
        width:100%;
        max-width:320px;
    }

    .hf1,
    .hf2{
        display:none;
    }

    .sec{
        padding:56px 0;
    }

    .sets-grid,
    .hiw-grid,
    .contact-grid,
    .contact-grid-upgrade,
    .footer-grid,
    .stats-row,
    .home-benefits-grid,
    .home-flow-grid,
    .account-favorites-grid,
    .catalog-sets-grid-upgrade,
    .subscription-rules-grid-clean,
    .credits-examples-grid-clean,
    .catalog-guidance-grid,
    .catalog-meta-grid,
    .account-summary-grid,
    .order-progress{
        grid-template-columns:1fr;
    }

    .cat-hd{
        flex-direction:column;
        align-items:flex-start;
    }

    .st + .st::before{
        display:none;
    }

    .contact-intro-card,
    .contact-card-upgrade,
    .home-account-card,
    .home-sub-card,
    .plan-card-clean,
    .catalog-guidance-card,
    .catalog-card-body-upgrade,
    .account-panel,
    .account-summary-card,
    .order-card,
    .account-sidebar-card,
    .account-favorite-body{
        padding:18px;
    }

    .subscription-hero-clean{
        padding:42px 0 18px;
    }

    .pricing-switch-top{
        gap:12px;
        margin-bottom:20px;
    }

    .pricing-saving-pill{
        width:100%;
        max-width:320px;
        text-align:center;
        padding:10px 14px;
        font-size:.84rem;
    }

    .plan-switch-clean{
        width:100%;
        max-width:360px;
        justify-content:space-between;
    }

    .plan-switch-btn-clean{
        flex:1;
        min-width:0;
        padding:11px 10px;
        font-size:.95rem;
    }

    .pc-price{
        font-size:3.7rem;
    }

    .pc-price sup{
        font-size:1.2rem;
        margin-top:9px;
    }

    .plan-card-summary-clean{
        gap:6px;
    }

    .plan-card-summary-clean span{
        font-size:.76rem;
        padding:7px 10px;
    }

    .credit-mini-grid-clean,
    .credit-medium-grid-clean{
        grid-template-columns:1fr;
    }

    .credit-large-box-clean img{
        height:170px;
    }

    .catalog-page-hero{
        padding:38px 0 20px;
    }

    .catalog-main-section{
        padding-top:42px;
        padding-bottom:132px;
    }

    .catalog-guidance-section{
        padding-top:34px;
        padding-bottom:34px;
    }

    .catalog-toolbar-title{
        font-size:1.55rem;
    }

    .catalog-toolbar-copy{
        font-size:.9rem;
    }

    .catalog-smart-filters,
    .catalog-filterbar{
        gap:8px;
    }

    .catalog-filter-btn,
    .catalog-theme-btn{
        font-size:.76rem;
        padding:9px 12px;
    }

    .catalog-inline-note{
        align-items:flex-start;
        padding:14px;
        font-size:.86rem;
    }

    .catalog-card-image-upgrade{
        padding:16px;
    }

    .catalog-card-name-upgrade{
        font-size:.95rem;
    }

    .catalog-card-highlight{
        font-size:.71rem;
    }

    .catalog-sticky-bar{
        padding-bottom:env(safe-area-inset-bottom);
    }

    .catalog-sticky-inner{
        min-height:auto;
        padding-top:12px;
        padding-bottom:12px;
    }

    .catalog-sticky-left strong{
        font-size:.94rem;
    }

    .catalog-sticky-left span{
        font-size:.8rem;
    }

    .contact-usp-pill{
        width:100%;
        justify-content:flex-start;
    }

    .home-hero-side-card{
        max-width:100%;
        width:100%;
    }

    .order-card-top,
    .account-panel-head,
    .account-next-step-actions{
        flex-direction:column;
        align-items:flex-start;
    }

    .account-next-step-actions .btn{
        width:100%;
    }
}


/* =========================================================
   HOME FIXES - HERO / USP / ABONNEMENT
========================================================= */

.home-hero-cleanfix{
    padding-top:72px;
}

.home-hero-grid-cleanfix{
    align-items:center;
    gap:56px;
}

.home-hero-right-cleanfix{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
}

.home-hcard-cleanfix{
    width:100%;
    max-width:420px;
    animation:none;
    transform:none;
    border-radius:30px;
    overflow:hidden;
}

.home-card-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:16px 18px 0;
    position:relative;
    z-index:2;
}

.home-card-status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:34px;
    padding:8px 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--bd);
    box-shadow:var(--sh);
    font-size:.78rem;
    font-weight:800;
    color:var(--n);
}

.home-card-status-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gr);
    flex-shrink:0;
}

.home-card-credit-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:8px 12px;
    border-radius:999px;
    background:var(--y);
    color:var(--n);
    font-size:.78rem;
    font-weight:900;
    box-shadow:var(--sh);
}

.home-card-image-cleanfix{
    padding:18px 18px 10px;
    aspect-ratio:auto;
    min-height:290px;
    background:linear-gradient(180deg,#f4f6fb 0%,#eef2f8 100%);
}

.home-card-image-cleanfix img{
    width:100%;
    max-width:340px;
    height:auto;
    object-fit:contain;
    margin:0 auto;
}

.home-card-body-cleanfix{
    padding:16px 18px 20px;
}

.home-hero-side-card-cleanfix{
    width:100%;
    max-width:420px;
    border-radius:24px;
    box-shadow:var(--shm);
}

.usp-grid-cleanfix{
    align-items:stretch;
}

.usp-card-cleanfix{
    border-radius:24px;
    padding:26px 24px;
    box-shadow:var(--shm);
    display:flex;
    flex-direction:column;
    min-height:100%;
}

.usp-card-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:var(--yl);
    border:1px solid rgba(255,208,0,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:'Nunito',sans-serif;
    font-weight:900;
    font-size:1.2rem;
    color:var(--n);
    margin-bottom:16px;
}

.usp-card-cleanfix h3{
    font-size:1.12rem;
    margin-bottom:10px;
    color:var(--n);
}

.usp-card-cleanfix p{
    font-size:.92rem;
    line-height:1.75;
    color:var(--mu);
}

.home-focus-cleanfix{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,390px);
    gap:28px;
    align-items:stretch;
}

.home-focus-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.home-focus-cta{
    margin-bottom:0;
}

.focus-card-cleanfix{
    border-radius:28px;
    padding:26px;
    background:linear-gradient(135deg,#18264e 0%,#213466 100%);
    box-shadow:0 18px 52px rgba(24,38,78,.18);
    position:relative;
    overflow:hidden;
}

.focus-card-cleanfix::before{
    content:'';
    position:absolute;
    width:260px;
    height:260px;
    top:-100px;
    right:-90px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);
    pointer-events:none;
}

.focus-card-label{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    min-height:30px;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.14);
    color:var(--y);
    font-size:.72rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    margin-bottom:14px;
}

.focus-card-cleanfix strong{
    display:block;
    font-family:'Nunito',sans-serif;
    font-size:2rem;
    line-height:1.05;
    font-weight:900;
    color:#fff;
    margin-bottom:8px;
}

.focus-card-cleanfix > span:not(.focus-card-label){
    display:block;
    color:rgba(255,255,255,.78);
    font-size:.95rem;
    line-height:1.6;
    margin-bottom:16px;
}

.focus-card-points{
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:18px;
}

.focus-card-point{
    display:flex;
    align-items:center;
    min-height:42px;
    padding:10px 12px;
    border-radius:16px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:.86rem;
    font-weight:800;
    line-height:1.45;
}

.home-simple-list-dark{
    margin-top:18px;
    margin-bottom:24px;
}

.home-simple-list-dark li{
    color:rgba(255,255,255,.82);
}

.home-simple-list-dark li::before{
    color:var(--y);
}

@media (max-width: 1180px){
    .home-focus-cleanfix{
        grid-template-columns:1fr;
    }
}

@media (max-width: 700px){
    .home-hero-cleanfix{
        padding-top:46px;
    }

    .home-hero-grid-cleanfix{
        gap:28px;
    }

    .home-hcard-cleanfix,
    .home-hero-side-card-cleanfix{
        max-width:100%;
    }

    .home-card-topbar{
        padding:14px 14px 0;
        flex-wrap:wrap;
    }

    .home-card-image-cleanfix{
        min-height:auto;
        padding:14px 14px 8px;
    }

    .home-card-image-cleanfix img{
        max-width:100%;
    }

    .usp-card-cleanfix{
        padding:22px 18px;
    }

    .home-focus-cleanfix{
        gap:20px;
    }

    .focus-card-cleanfix{
        padding:22px 18px;
        border-radius:24px;
    }

    .focus-card-cleanfix strong{
        font-size:1.6rem;
    }
}
/* Breadcrumb (SEO + UX) — Brikl navy/gold */
.bsw-bc { margin: 14px 0 18px; font-size: 13px; line-height: 1.5; }
.bsw-bc ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; }
.bsw-bc li { display: inline-flex; align-items: center; }
.bsw-bc li + li::before { content: '\203A'; margin: 0 8px; color: #94a3b8; font-weight: 600; }
.bsw-bc a { color: #2a3f6e; text-decoration: none; padding: 2px 4px; margin: 0 -4px; border-radius: 4px; transition: background .12s, color .12s; }
.bsw-bc a:hover { color: #18264e; background: #fff8d6; }
.bsw-bc [aria-current="page"] { color: #18264e; font-weight: 700; }
