/* =====================================================================
   RWD Themes Store: design system
   Black & white, Poppins. Gold is reserved for ~1% of the UI:
   the "New" label and the "first ticket sold" moment. Nothing else.
   ================================================================== */

:root{
  --bg:#000;
  --bg-2:#0a0a0a;
  --card:#0e0e0e;
  --card-2:#141414;
  --line:#1e1e1e;
  --line-2:#2e2e2e;
  --text:#fff;
  --soft:#d4d4d4;
  --muted:#a3a3a3;
  --dim:#6b6b6b;
  --gold:#c9a45c;
  --sans:'Poppins',ui-sans-serif,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --mono:'JetBrains Mono',ui-monospace,'SF Mono',Menlo,Consolas,monospace;
  --maxw:1240px;
  --r:14px;
  --r-sm:10px;
  --section-pad:clamp(64px,7vw,104px);
  --ease:cubic-bezier(.16,.84,.44,1);
}

/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth; scroll-padding-top:90px;}
body{margin:0; background:var(--bg); color:var(--text); font-family:var(--sans); font-size:16px; font-weight:400; line-height:1.65; -webkit-font-smoothing:antialiased; overflow-x:hidden;}
img,svg,video{max-width:100%;}
img{height:auto;}
a{color:inherit;}
p{margin:0;}
h1,h2,h3,h4,h5{font-family:var(--sans); font-weight:600; margin:0; letter-spacing:-0.025em; color:var(--text);}
h1{font-size:clamp(2.3rem,5.2vw,4rem); line-height:1.06;}
h2{font-size:clamp(1.7rem,3.4vw,2.6rem); line-height:1.12;}
h3{font-size:1.15rem; line-height:1.3; letter-spacing:-0.01em;}
.muted{color:var(--dim);}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
section{position:relative;}
::selection{background:#fff; color:#000;}
.screen-reader-text{position:absolute!important; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap;}
.skip-link{position:absolute; left:-999px; top:12px; z-index:500; background:#fff; color:#000; padding:10px 16px; border-radius:8px; font-weight:500; text-decoration:none;}
.skip-link:focus{left:12px;}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #fff; outline-offset:3px;}
html.modal-open{overflow:hidden;}
.rwds-ico{width:16px; height:16px; flex:none;}

.eyebrow{display:inline-flex; align-items:center; gap:10px; font-family:var(--mono); font-size:0.72rem; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:var(--muted); margin-bottom:18px;}
.eyebrow::before{content:""; width:6px; height:6px; border-radius:50%; background:#fff;}
.lede{font-size:clamp(1rem,1.4vw,1.14rem); color:var(--muted); max-width:60ch; line-height:1.7; font-weight:300;}
.section-pad{padding:var(--section-pad) 0;}
.section-pad--tight{padding-top:16px;}
.section-line{border-top:1px solid var(--line);}
/* Every section intro is centred: eyebrow, heading, short description (and an optional link/button under it). */
.section-head{max-width:760px; margin:0 auto 56px; text-align:center;}
.section-head .lede{margin:18px auto 0;}
.section-head--row{display:flex; flex-direction:column; align-items:center; gap:22px;}
.empty-note{color:var(--muted); border:1px dashed var(--line-2); border-radius:var(--r); padding:28px;}
.empty-note a{color:#fff;}

/* grid backdrop */
.grid-bg,.grid-field{position:absolute; inset:0; pointer-events:none; background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size:56px 56px; -webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,#000 30%,transparent 80%); mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,#000 30%,transparent 80%); opacity:.7;}
.wrap{position:relative;}

/* ---------- buttons ---------- */
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; font-family:var(--sans); font-size:0.9rem; font-weight:500; line-height:1; padding:15px 26px; border-radius:999px; border:1px solid #fff; background:#fff; color:#000; text-decoration:none; cursor:pointer; transition:transform .2s var(--ease),background .2s,color .2s,border-color .2s,opacity .2s; white-space:nowrap;}
.btn:hover{background:var(--soft); border-color:var(--soft); transform:translateY(-1px);}
.btn.ghost{background:transparent; color:#fff; border-color:var(--line-2);}
.btn.ghost:hover{border-color:#fff; background:transparent;}
.btn-sm{padding:10px 16px; font-size:0.8rem;}
.btn-block{width:100%;}
.btn .rwds-ico{width:15px; height:15px;}
.btn.is-busy,.btn:disabled,.addon-add.is-busy{opacity:.55; pointer-events:none;}
.btn-row{display:flex; gap:12px; flex-wrap:wrap;}
.text-link,.link-demo{display:inline-flex; align-items:center; gap:6px; color:var(--soft); text-decoration:none; font-size:0.88rem; font-weight:500; transition:color .2s, gap .2s;}
.text-link:hover,.link-demo:hover{color:#fff; gap:9px;}
.link-demo .rwds-ico,.text-link .rwds-ico{width:14px; height:14px;}

/* gold: the only two uses */
.badge-new{display:inline-flex; align-items:center; font-family:var(--mono); font-size:0.64rem; font-weight:500; letter-spacing:.12em; text-transform:uppercase; color:var(--gold); border:1px solid var(--gold); border-radius:999px; padding:3px 9px; line-height:1.4; vertical-align:middle;}

/* ---------- header ---------- */
.admin-bar .site-nav{top:32px;}
@media (max-width:782px){.admin-bar .site-nav{top:46px;}}
@media (max-width:600px){.admin-bar .site-nav{top:0;}}
.site-nav{position:sticky; top:0; z-index:100; background:rgba(0,0,0,.78); -webkit-backdrop-filter:blur(14px); backdrop-filter:blur(14px); border-bottom:1px solid var(--line);}
.nav-inner{max-width:var(--maxw); margin:0 auto; padding:14px 24px; display:flex; align-items:center; justify-content:space-between; gap:24px;}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; color:#fff; font-size:1rem; font-weight:500; letter-spacing:-0.01em;}
.brand svg{width:30px; height:30px; flex:none;}
.brand b{font-weight:700;}
.brand-sub{display:block; font-family:var(--mono); font-size:0.58rem; letter-spacing:.16em; color:var(--dim); margin-top:1px; font-weight:400;}
nav.links{display:flex; align-items:center; gap:28px;}
nav.links li{list-style:none;}
nav.links a{font-size:0.88rem; color:var(--muted); text-decoration:none; transition:color .2s; position:relative;}
nav.links a:hover,nav.links a.current,nav.links .current-menu-item > a{color:#fff;}
nav.links a.current::after{content:""; position:absolute; left:50%; bottom:-8px; width:4px; height:4px; margin-left:-2px; border-radius:50%; background:#fff;}
.nav-tools{display:flex; align-items:center; gap:8px;}
.nav-icon{position:relative; width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; color:var(--muted); text-decoration:none; transition:background .2s,color .2s;}
.nav-icon:hover{background:var(--card-2); color:#fff;}
.nav-icon .rwds-ico{width:19px; height:19px;}
.cart-count{position:absolute; top:3px; right:1px; min-width:17px; height:17px; padding:0 4px; border-radius:9px; background:#fff; color:#000; font-size:0.62rem; font-weight:600; line-height:17px; text-align:center;}
.cart-count.is-empty{display:none;}
.nav-cta{margin-left:6px; font-size:0.84rem; font-weight:500; padding:10px 18px; border-radius:999px; background:#fff; color:#000; text-decoration:none; transition:background .2s;}
.nav-cta:hover{background:var(--soft);}
.nav-toggle{display:none; width:40px; height:40px; border-radius:50%; border:1px solid var(--line-2); background:none; color:#fff; align-items:center; justify-content:center; cursor:pointer;}
.nav-account-m{display:none;}
@media (max-width:1060px){.nav-tools .nav-cta{display:none;}}
@media (max-width:900px){
  .nav-toggle{display:inline-flex;}
  nav.links{position:fixed; top:69px; left:0; right:0; bottom:0; background:#000; flex-direction:column; align-items:flex-start; padding:32px 24px; gap:22px; transform:translateX(100%); transition:transform .3s var(--ease); overflow-y:auto;}
  nav.links.open{transform:none;}
  nav.links a{font-size:1.25rem; color:#fff;}
  nav.links a.current::after{display:none;}
  .nav-account-m{display:inline;}
  .nav-tools .nav-icon:first-child{display:none;}
}

/* ---------- store top: headline, flow, grid ---------- */
.store-top{padding:var(--section-pad) 0; overflow:hidden;}
.store-top__head{max-width:860px; margin:0 auto; text-align:center;}
.store-top__head .lede{margin:22px auto 0;}
.grid-head{display:flex; flex-direction:column; align-items:center; gap:12px; text-align:center; margin:var(--section-pad) 0 40px; padding-top:var(--section-pad); border-top:1px solid var(--line);}
.grid-head__title{font-size:clamp(1.7rem,3.4vw,2.6rem); display:flex; align-items:center; gap:12px;}
.count{font-family:var(--mono); font-size:0.78rem; font-weight:500; color:var(--muted); border:1px solid var(--line-2); border-radius:999px; padding:3px 10px; letter-spacing:0;}

/* hero story: loops (main.js replays it); on phones the canvas pans with the story */
.hero-ig{margin:56px 0 0; border:1px solid var(--line); border-radius:18px; background:linear-gradient(180deg,var(--bg-2),#000); padding:clamp(14px,2.4vw,30px); transition:opacity .45s ease;}
.hero-ig.fading{opacity:0;}
.hero-ig__view{overflow:hidden;}
.hero-ig .ig{display:block; width:100%; height:auto;}
@media (max-width:760px){
  .hero-ig{margin-left:-8px; margin-right:-8px;}
  .hero-ig .ig{width:900px; max-width:none;}
  .hero-ig.in .ig-pan{animation:rwPan 15s linear forwards;}
}
@keyframes rwPan{
  0%,7%{transform:translateX(0);}
  36%{transform:translateX(calc(-900px + 100vw - 60px));}
  40%{transform:translateX(calc(-900px + 100vw - 60px));}
  46%,55%{transform:translateX(0);}
  76%,100%{transform:translateX(calc(-900px + 100vw - 60px));}
}

/* ---------- template cards ---------- */
.tpl-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.tpl-card{display:flex; flex-direction:column; background:var(--card); border:1px solid var(--line); border-radius:var(--r); overflow:hidden; transition:transform .35s var(--ease),border-color .25s,box-shadow .35s;}
.tpl-card:hover{transform:translateY(-4px); border-color:var(--line-2); box-shadow:0 30px 60px -30px rgba(255,255,255,.08);}
.tpl-card__media{position:relative; display:block; background:var(--bg-2); border-bottom:1px solid var(--line); overflow:hidden;}
.tpl-card__bar{display:flex; gap:5px; padding:9px 12px; border-bottom:1px solid var(--line); background:var(--card-2);}
.tpl-card__bar i{width:7px; height:7px; border-radius:50%; background:var(--line-2);}
.tpl-card__media img{display:block; width:100%; aspect-ratio:10/7; object-fit:cover; object-position:top; transition:transform 1.2s var(--ease);}
.tpl-card:hover .tpl-card__media img{transform:scale(1.04);}
.tpl-card__ph{aspect-ratio:10/7; display:flex; align-items:center; justify-content:center; color:var(--dim); font-weight:500;}
.tpl-card__media .badge-new{position:absolute; top:40px; left:12px; background:rgba(0,0,0,.75); backdrop-filter:blur(6px);}
.tpl-card__body{padding:20px 20px 18px; display:flex; flex-direction:column; gap:10px; flex:1;}
.tpl-card__title{font-size:1.2rem;}
.tpl-card__title a{text-decoration:none; color:#fff;}
.tpl-card__desc{font-size:0.86rem; color:var(--muted); line-height:1.55;}
/* key features as a compact technical data list */
.spec{list-style:none; margin:4px 0 0; padding:0; border-top:1px solid var(--line);}
.spec li{display:flex; align-items:baseline; gap:12px; padding:7px 0; border-bottom:1px dashed var(--line); font-family:var(--mono); font-size:0.7rem; line-height:1.4; letter-spacing:.01em;}
.spec__n{flex:none; color:var(--dim);}
.spec__t{min-width:0; color:var(--soft); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.tpl-card__foot{margin-top:auto; padding-top:14px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap;}
.tpl-card__price{display:flex; flex-direction:column; line-height:1.2;}
.tpl-card__price b{font-size:1.35rem; font-weight:600; letter-spacing:-0.02em;}
.tpl-card__price span{font-size:0.7rem; color:var(--dim);}
.tpl-card__actions{display:flex; gap:8px;}
@media (max-width:1020px){.tpl-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:640px){.tpl-grid{grid-template-columns:1fr;}}

/* ---------- add-on cards ---------- */
.addon-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.addon-grid--3{grid-template-columns:repeat(3,1fr);}
.addon-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:24px 22px; display:flex; flex-direction:column; gap:10px; transition:border-color .25s,transform .35s var(--ease);}
.addon-card:hover{border-color:var(--line-2); transform:translateY(-3px);}
.addon-card__title{font-size:1.08rem;}
.addon-card__title a{color:inherit; text-decoration:none;}
.addon-card__desc{font-size:0.86rem; color:var(--muted); line-height:1.55;}
.addon-card__foot{margin-top:auto; display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap; padding-top:14px; border-top:1px solid var(--line);}
.addon-card .tpl-card__price b{font-size:1.2rem;}
.feat-tag{font-family:var(--mono); font-size:0.64rem; letter-spacing:.12em; text-transform:uppercase; color:var(--dim);}
.tpl-card__meta{display:flex; justify-content:space-between; align-items:center;}
@media (max-width:1020px){.addon-grid,.addon-grid--3{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.addon-grid,.addon-grid--3{grid-template-columns:1fr;}}

/* ---------- white band (black & white rhythm) ---------- */
.on-paper{background:#fff; color:#000;}
.on-paper h2,.on-paper h3,.on-paper .addon-card__title a{color:#000;}
.on-paper .eyebrow{color:#555;}
.on-paper .eyebrow::before{background:#000;}
.on-paper .lede,.on-paper .addon-card__desc{color:#555;}
.on-paper .addon-card{background:#fff; border-color:#e5e5e5;}
.on-paper .addon-card:hover{border-color:#000;}
.on-paper .addon-card__foot{border-color:#ececec;}
.on-paper .btn{background:#000; color:#fff; border-color:#000;}
.on-paper .btn:hover{background:#262626;}
.on-paper .btn.ghost{background:transparent; color:#000; border-color:#d4d4d4;}
.on-paper .btn.ghost:hover{border-color:#000;}
.on-paper .feat-tag{color:#777;}

/* ---------- why grid ---------- */
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
.why-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:30px 26px; display:flex; flex-direction:column; gap:12px; transition:border-color .25s;}
.why-card:hover{border-color:var(--line-2);}
.why-ico{width:52px; height:52px; border-radius:12px; border:1px solid var(--line-2); display:flex; align-items:center; justify-content:center; margin-bottom:6px;}
.why-ico .rwds-ico{width:26px; height:26px; color:#fff; stroke-width:1.2;}
.why-card p{color:var(--muted); font-size:0.9rem;}
@media (max-width:900px){.why-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){.why-grid{grid-template-columns:1fr;}}

/* ---------- infographics (SVG line drawing) ---------- */
.ig-wrap{margin:0; border:1px solid var(--line); border-radius:var(--r); background:var(--bg-2); padding:clamp(12px,2.4vw,28px);}
.ig-scroll{overflow-x:auto; -webkit-overflow-scrolling:touch;}
.ig-scroll .ig{display:block; width:100%; min-width:680px; height:auto;}
.ig text{font:500 10.5px var(--mono); fill:var(--dim); letter-spacing:.06em;}
.ig .t-sm{font:500 12.5px var(--sans); fill:#fff; letter-spacing:0;}
.ig .t-mu{fill:var(--muted);}
.ig .t-w{fill:#fff;}
.ig .t-acc{fill:#fff;}
.ig .t-gold{fill:var(--gold); font-size:9.5px;}
.ig .box{fill:var(--card); stroke:var(--line-2); stroke-width:1.2;}
.ig .ln{fill:none; stroke:var(--line-2); stroke-width:1.2;}
.ig .wh{fill:none; stroke:#fff; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round;}
.ig .mu{fill:none; stroke:#7a7a7a; stroke-width:1.3; stroke-linecap:round; stroke-linejoin:round;}
.ig .track{fill:var(--line);}
.ig .fill{fill:#fff;}
.ig .dot{fill:var(--line-2);}
.ig .gold{fill:var(--gold);}
.ig .gold-line{fill:rgba(201,164,92,.06); stroke:var(--gold); stroke-width:1.2;}
.ig .pkt{fill:#fff;}
.ig .img{fill:#161616;}
.ig .tk{fill:var(--card-2); stroke:#fff; stroke-width:1.1;}
.ig .cur{fill:#fff; stroke:#000; stroke-width:1;}
.anim .cur{opacity:0;}
.anim.in .cur{animation:rwCur .9s var(--ease) var(--d,0s) forwards;}
@keyframes rwCur{from{opacity:0; transform:translate(60px,50px);}to{opacity:1; transform:none;}}

/* animation primitives: .anim gets .in when scrolled into view (main.js) */
.anim .dr{stroke-dasharray:1 1; stroke-dashoffset:1;}
.anim.in .dr{animation:rwDraw .9s cubic-bezier(.65,0,.35,1) var(--d,0s) forwards;}
.anim.in .dr.slow{animation-duration:1.4s;}
.anim .pop{opacity:0; transform-box:fill-box;}
.anim.in .pop{animation:rwPop .55s var(--ease) var(--d,0s) forwards;}
.anim .grow{transform:scaleX(0); transform-origin:left; transform-box:fill-box;}
.anim.in .grow{animation:rwGrow 1.3s var(--ease) var(--d,0s) forwards;}
.anim .pkt{opacity:0;}
.anim.in .pkt{animation:rwPkt 2.6s linear var(--d,0s) infinite;}
.anim .pulse{transform-box:fill-box; transform-origin:center;}
.anim.in .pulse{animation:rwPop .55s var(--ease) var(--d,0s) forwards, rwPulse 1.8s ease-in-out calc(var(--d,0s) + .6s) infinite;}
@keyframes rwDraw{to{stroke-dashoffset:0;}}
@keyframes rwPop{from{opacity:0; transform:translateY(6px);}to{opacity:1; transform:none;}}
@keyframes rwGrow{to{transform:scaleX(var(--s,1));}}
@keyframes rwPkt{0%{opacity:0; transform:translateX(0);}10%{opacity:1;}85%{opacity:1; transform:translateX(var(--dx));}100%{opacity:0; transform:translateX(var(--dx));}}
@keyframes rwPulse{0%,100%{opacity:1;}50%{opacity:.35;}}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .anim .dr{stroke-dashoffset:0!important; animation:none!important;}
  .anim .pop,.anim .pulse{opacity:1!important; transform:none!important; animation:none!important;}
  .anim .grow{transform:scaleX(var(--s,1))!important; animation:none!important;}
  .anim .pkt{display:none;}
  .anim .cur{opacity:1!important; animation:none!important;}
  .hero-ig .ig-pan{animation:none!important;}
  .hero-ig__view{overflow-x:auto;}
  *{transition-duration:.001ms!important;}
}

.steps{list-style:none; counter-reset:s; margin:32px 0 0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.steps li{counter-increment:s; color:var(--muted); font-size:0.9rem; padding-top:16px; border-top:1px solid var(--line);}
.steps li::before{content:"0" counter(s); display:block; font-family:var(--mono); font-size:0.7rem; color:var(--dim); margin-bottom:6px;}
.steps b{color:#fff; font-weight:500;}
@media (max-width:760px){.steps{grid-template-columns:1fr;}}
.tick-row{list-style:none; margin:28px 0 0; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap:10px;}
.tick-row li{display:inline-flex; align-items:center; gap:8px; font-size:0.84rem; color:var(--soft); border:1px solid var(--line-2); border-radius:999px; padding:8px 14px;}

/* ---------- prose / SEO copy ---------- */
.prose-wrap{max-width:820px;}
.prose{max-width:74ch;}
.prose p{color:var(--muted); margin-bottom:18px; line-height:1.8;}
.prose h2{margin:44px 0 16px;}
.prose h2:first-child{margin-top:0;}
.prose h3{margin:32px 0 12px;}
.prose a{color:#fff; text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--line-2); transition:text-decoration-color .2s;}
.prose a:hover{text-decoration-color:#fff;}
.prose strong{color:#fff; font-weight:500;}
.prose ul,.prose ol{color:var(--muted); padding-left:22px; margin:0 0 18px; line-height:1.8;}
.prose img{border-radius:var(--r-sm);}
.prose blockquote{margin:28px 0; padding-left:20px; border-left:2px solid #fff; color:#fff; font-size:1.1rem;}
.prose code{font-family:var(--mono); font-size:.85em; background:var(--card-2); border:1px solid var(--line); border-radius:6px; padding:2px 6px;}
.prose pre{background:var(--card); border:1px solid var(--line); border-radius:var(--r-sm); padding:18px; overflow-x:auto; font-size:.85rem;}
.prose table,.spec-table{width:100%; border-collapse:collapse; font-size:.9rem;}
.prose th,.prose td,.spec-table td{border-bottom:1px solid var(--line); padding:11px 6px; text-align:left; color:var(--muted);}
.prose th,.spec-table td:first-child{color:#fff; font-weight:500;}

/* ---------- FAQ ---------- */
.faq-list{max-width:860px; margin:0 auto; border-top:1px solid var(--line);}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item summary{list-style:none; cursor:pointer; padding:22px 0; display:flex; justify-content:space-between; align-items:center; gap:24px; font-size:1.02rem; font-weight:500;}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-plus{position:relative; width:14px; height:14px; flex:none;}
.faq-plus::before,.faq-plus::after{content:""; position:absolute; background:#fff; transition:transform .3s var(--ease),opacity .3s;}
.faq-plus::before{left:0; top:6.5px; width:14px; height:1px;}
.faq-plus::after{left:6.5px; top:0; width:1px; height:14px;}
.faq-item[open] .faq-plus::after{transform:rotate(90deg); opacity:0;}
.faq-body{padding:0 0 24px; color:var(--muted); max-width:70ch;}
.faq-body a{color:#fff;}
.faq-search-wrap{max-width:520px; margin:0 0 32px;}
.faq-search-wrap input{width:100%;}
.faq-more{margin-top:32px; color:var(--muted);}
.faq-more a{color:#fff;}
.faq-title{margin:56px 0 18px;}
.faq-list--left{max-width:none;}

/* ---------- CTA ---------- */
.cta{padding:var(--section-pad) 0; text-align:center; border-top:1px solid var(--line); overflow:hidden;}
.cta .grid-bg{-webkit-mask-image:radial-gradient(ellipse 60% 70% at 50% 50%,#000 20%,transparent 75%); mask-image:radial-gradient(ellipse 60% 70% at 50% 50%,#000 20%,transparent 75%);}
.cta h2{max-width:760px; margin:0 auto 18px;}
.cta .lede{margin:0 auto 32px;}
.section-line .prose-wrap .prose > h2:first-child{text-align:center;}

/* ---------- page intro ---------- */
.page-intro{padding:clamp(44px,6vw,80px) 0 40px; overflow:hidden;}
.page-intro h1{font-size:clamp(2.1rem,4.6vw,3.4rem); margin-bottom:14px;}
.breadcrumb{display:flex; flex-wrap:wrap; gap:8px; align-items:center; font-size:0.78rem; color:var(--dim); margin-bottom:22px;}
.breadcrumb a{color:var(--muted); text-decoration:none;}
.breadcrumb a:hover{color:#fff;}
.breadcrumb [aria-current]{color:var(--soft);}

/* ---------- product page ---------- */
.product-intro{padding-bottom:40px;}
.product-layout{display:grid; grid-template-columns:1.3fr .9fr; gap:40px; align-items:start;}
.product-media{display:flex; flex-direction:column; gap:14px; position:sticky; top:90px;}
.browser-frame{border:1px solid var(--line-2); border-radius:var(--r); overflow:hidden; background:var(--card); box-shadow:0 40px 90px -40px rgba(255,255,255,.1);}
.browser-frame__bar{display:flex; align-items:center; gap:6px; padding:10px 14px; border-bottom:1px solid var(--line); background:var(--card-2);}
.browser-frame__bar i{width:8px; height:8px; border-radius:50%; background:var(--line-2);}
.browser-frame__bar span{margin-left:10px; font-family:var(--mono); font-size:0.68rem; color:var(--dim); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.browser-frame img{display:block; width:100%; aspect-ratio:10/7; object-fit:cover; object-position:top;}
.browser-frame__ph{aspect-ratio:10/7; display:flex; align-items:center; justify-content:center; color:var(--dim);}
.demo-banner{display:flex; justify-content:space-between; align-items:center; gap:16px; padding:16px 20px; border:1px solid var(--line-2); border-radius:var(--r); text-decoration:none; color:var(--muted); font-size:0.86rem; transition:border-color .2s;}
.demo-banner strong{display:block; color:#fff; font-weight:500; font-size:0.98rem;}
.demo-banner:hover{border-color:#fff;}
.demo-banner .rwds-ico{width:20px; height:20px; color:#fff;}
.buy-box{background:var(--card); border:1px solid var(--line-2); border-radius:var(--r); padding:28px 26px; display:flex; flex-direction:column; gap:14px;}
.buy-box .eyebrow{margin-bottom:0;}
.buy-box__title{font-size:clamp(1.8rem,3.2vw,2.5rem); line-height:1.1;}
.buy-box__title .badge-new{position:relative; top:-4px;}
.buy-box__tagline{color:var(--muted);}
.buy-box__price{display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.buy-box__amount{font-size:2.4rem; font-weight:600; letter-spacing:-0.03em; line-height:1;}
.buy-box__per{font-size:0.78rem; color:var(--dim);}
.buy-box__meta{font-family:var(--mono); font-size:0.7rem; color:var(--dim);}
.buy-form{display:flex; flex-direction:column; gap:10px;}
.buy-addons{border:0; margin:4px 0 6px; padding:0; min-width:0;}
.buy-addons legend{font-size:0.84rem; font-weight:500; margin-bottom:10px; padding:0;}
.buy-addons legend span{color:var(--dim); font-weight:400;}
.buy-box__trust{list-style:none; margin:4px 0 0; padding:0; display:flex; flex-direction:column; gap:8px;}
.buy-box__trust li{display:flex; gap:10px; font-size:0.8rem; color:var(--muted);}
.buy-box__trust .rwds-ico{margin-top:3px; width:15px; height:15px; color:#fff;}
@media (max-width:960px){.product-layout{grid-template-columns:1fr;} .product-media{position:static;}}

.product-cols{display:grid; grid-template-columns:1.5fr .8fr; gap:56px; align-items:start;}
.product-main > h2{margin-bottom:24px;}
.check-grid{list-style:none; margin:0 0 48px; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:10px;}
.check-grid li{display:flex; gap:10px; align-items:flex-start; color:var(--soft); font-size:0.9rem; padding:12px 14px; border:1px solid var(--line); border-radius:var(--r-sm);}
.check-grid .rwds-ico{margin-top:4px;}
.product-side{display:flex; flex-direction:column; gap:16px; position:sticky; top:90px;}
.side-card{border:1px solid var(--line); border-radius:var(--r); padding:22px; display:flex; flex-direction:column; gap:12px; background:var(--card);}
.side-card__h{font-size:0.95rem; font-weight:600;}
.side-card p{color:var(--muted); font-size:0.88rem;}
.side-card .spec-table td{font-size:0.82rem; padding:9px 2px;}
.tpl-includes{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
.tpl-includes li{display:flex; gap:10px; font-size:0.88rem; color:var(--soft);}
.tpl-includes .rwds-ico{margin-top:4px;}
@media (max-width:900px){.product-cols{grid-template-columns:1fr;} .product-side{position:static;} .check-grid{grid-template-columns:1fr;}}

.buy-bar{position:fixed; left:0; right:0; bottom:0; z-index:90; background:rgba(0,0,0,.92); -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px); border-top:1px solid var(--line-2); padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));}
.buy-bar__inner{max-width:var(--maxw); margin:0 auto; display:flex; justify-content:space-between; align-items:center; gap:12px;}
.buy-bar__name{font-size:0.86rem; color:var(--muted); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.buy-bar__name b{color:#fff; margin-left:6px;}
@media (min-width:961px){.buy-bar{display:none!important;}}

/* ---------- add-on rows (buy box, popup, checkout) ---------- */
.addon-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px;}
.addon-row{border:1px solid var(--line); border-radius:var(--r-sm); background:var(--bg-2); transition:border-color .2s,background .2s;}
.addon-row:hover{border-color:var(--line-2);}
.addon-list--button .addon-row{display:flex; align-items:center; gap:14px; padding:12px 14px;}
.addon-check{display:flex; align-items:flex-start; gap:12px; padding:12px 14px; cursor:pointer;}
.addon-check input{position:absolute; opacity:0; pointer-events:none;}
.addon-box{flex:none; width:20px; height:20px; margin-top:2px; border:1px solid var(--line-2); border-radius:6px; display:flex; align-items:center; justify-content:center; color:transparent; transition:all .2s;}
.addon-box .rwds-ico{width:13px; height:13px; stroke-width:2;}
.addon-check input:checked + .addon-box{background:#fff; border-color:#fff; color:#000;}
.addon-check input:focus-visible + .addon-box{outline:2px solid #fff; outline-offset:2px;}
.addon-row:has(input:checked){border-color:#fff;}
.addon-body{flex:1; min-width:0; display:flex; flex-direction:column; gap:2px;}
.addon-top{display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.addon-name{font-weight:500; font-size:0.9rem;}
.addon-tag{font-family:var(--mono); font-size:0.58rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); border:1px solid var(--line-2); border-radius:999px; padding:1px 7px;}
.addon-desc{font-size:0.78rem; color:var(--muted); line-height:1.45;}
.addon-more{font-size:0.72rem; color:var(--dim); text-decoration:underline; text-underline-offset:2px; align-self:flex-start;}
.addon-more:hover{color:#fff;}
.addon-price{font-weight:600; white-space:nowrap;}
.addon-add{display:inline-flex; align-items:center; gap:6px; background:#fff; color:#000; border:1px solid #fff; border-radius:999px; font-family:var(--sans); font-size:0.76rem; font-weight:500; padding:7px 13px; cursor:pointer; transition:background .2s;}
.addon-add:hover{background:var(--soft);}
.addon-add .rwds-ico{width:12px; height:12px; stroke-width:2;}
.addon-added{display:inline-flex; align-items:center; gap:6px; font-size:0.76rem; color:var(--muted);}
.addon-added .rwds-ico{width:13px; height:13px;}
.addon-list--button .addon-row.is-in-cart{opacity:.6;}
.addon-check input:disabled + .addon-box{opacity:.5;}
@media (max-width:520px){.addon-list--button .addon-row{flex-wrap:wrap;} .addon-list--button .addon-body{flex-basis:100%;}}

/* ---------- basket popup ---------- */
.basket-modal{position:fixed; inset:0; z-index:300; display:flex; align-items:center; justify-content:center; padding:16px;}
.basket-modal[hidden]{display:none;}
.basket-modal__backdrop{position:absolute; inset:0; background:rgba(0,0,0,.7); -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); animation:rwFade .2s ease;}
.basket-modal__panel{position:relative; width:100%; max-width:560px; max-height:calc(100vh - 32px); overflow-y:auto; background:var(--card); border:1px solid var(--line-2); border-radius:18px; padding:30px 26px 24px; animation:rwPop .35s var(--ease); outline:none;}
.basket-modal__close{position:absolute; top:14px; right:14px; width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:none; border:1px solid var(--line-2); color:#fff; cursor:pointer;}
.basket-modal__close:hover{border-color:#fff;}
.basket-modal .eyebrow{margin-bottom:10px;}
.basket-modal__title{font-size:1.4rem; margin-bottom:20px; padding-right:40px;}
.basket-modal__sub{font-size:0.84rem; font-weight:500; margin-bottom:10px;}
.basket-modal__addons{margin-bottom:22px;}
.basket-modal__actions{display:flex; gap:10px; flex-wrap:wrap;}
.basket-modal__actions .btn{flex:1 1 200px;}
@keyframes rwFade{from{opacity:0;}to{opacity:1;}}

/* ---------- EDD checkout, receipt, account ---------- */
.checkout-upsell{margin:32px 0; padding:24px; border:1px solid var(--line-2); border-radius:var(--r); background:var(--card);}
.checkout-upsell .eyebrow{margin-bottom:8px;}
.checkout-upsell h3{margin-bottom:6px;}
.upsell-lede{color:var(--muted); font-size:0.88rem; margin-bottom:16px;}
.rwds-checkout .prose,.rwds-checkout .entry-content{max-width:none;}
.rwds-checkout .prose p{color:var(--soft);}
#edd_checkout_cart{width:100%; border-collapse:collapse; border:1px solid var(--line); border-radius:var(--r); overflow:hidden;}
#edd_checkout_cart th,#edd_checkout_cart td{padding:16px; border-bottom:1px solid var(--line); background:transparent; color:var(--soft); text-align:left;}
#edd_checkout_cart thead th{font-family:var(--mono); font-size:0.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--dim); font-weight:500;}
.edd_cart_item_name{color:#fff; font-weight:500;}
#edd_checkout_cart a,.edd-blocks-cart a{color:#fff;}
/* Remove-from-cart: EDD's block checkout draws a dark "x" background icon that vanishes on black.
   Replace it (and the shortcode "Remove" link) with a clear outlined button. */
.edd_cart_actions{display:flex; align-items:center; justify-content:flex-end; gap:8px; margin-top:6px;}
.rwd-theme a.edd_cart_remove_item_btn,.rwd-theme .edd-blocks-cart__action-remove,.rwd-theme .edd-blocks-form__cart .edd-blocks-cart__action-remove{
  display:inline-flex!important; align-items:center; gap:6px; width:auto!important; height:auto!important; min-width:0;
  padding:6px 12px!important; border:1px solid var(--line-2)!important; border-radius:999px; background:none!important;
  color:var(--muted)!important; font-family:var(--sans); font-size:0.75rem!important; font-weight:500; line-height:1.2; text-decoration:none!important;
  opacity:1!important; transition:border-color .2s,color .2s;
}
.rwd-theme a.edd_cart_remove_item_btn:hover,.rwd-theme .edd-blocks-cart__action-remove:hover{border-color:#fff!important; color:#fff!important;}
.rwd-theme .edd-blocks-cart__action-remove::before{content:"\00D7"; font-size:1rem; line-height:1;}
.rwd-theme .edd-blocks-cart__action-remove::after{content:"Remove";}
.rwd-theme .edd-blocks-cart__action-remove .screen-reader-text{position:absolute!important;}
/* Checkout layout (desktop): billing + payment on the left, order summary on the right.
   Children of #edd_checkout_wrap: account notice, cart form, add-on upsell, purchase form wrap. */
@media (min-width:961px){
  /* EDD checkout block: div.edd-blocks__checkout > p.edd-blocks__logged-in, div.edd-blocks__cart, div.edd-blocks__purchase-form */
  /* Order summary left, billing + payment right. IDs + !important beat EDD's own layout grid. */
  #edd_checkout_form_wrap.edd-blocks__checkout{display:grid!important; grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important; column-gap:32px!important; row-gap:0!important; align-items:start;}
  #edd_checkout_form_wrap.edd-blocks__checkout > *{grid-column:1 / -1!important; min-width:0; width:auto!important; max-width:none!important; margin-left:0; margin-right:0;}
  #edd_checkout_form_wrap.edd-blocks__checkout > .edd-blocks__cart{grid-column:1!important; grid-row:2; position:sticky; top:96px;}
  #edd_checkout_form_wrap.edd-blocks__checkout > .edd-blocks__purchase-form{grid-column:2!important; grid-row:2;}
  .admin-bar #edd_checkout_form_wrap.edd-blocks__checkout > .edd-blocks__cart{top:128px;}

  /* [download_checkout] shortcode: #edd_checkout_wrap > p?, form#edd_checkout_cart_form, .checkout-upsell, #edd_checkout_form_wrap */
  #edd_checkout_wrap{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); column-gap:32px; align-items:start;}
  #edd_checkout_wrap > *{grid-column:1 / -1; min-width:0;}
  #edd_checkout_wrap > #edd_checkout_form_wrap{grid-column:2; grid-row:2 / span 2;}
  #edd_checkout_wrap > #edd_checkout_cart_form{grid-column:1; grid-row:2;}
  #edd_checkout_wrap > .checkout-upsell{grid-column:1; grid-row:3;}
}
.edd-blocks__logged-in{margin:0 0 28px!important; color:var(--muted);}
.edd-blocks__logged-in strong{color:#fff; font-weight:500;}
.edd-blocks__cart .checkout-upsell{margin:20px 0 0;}
/* block cart is div rows, not a table */
#edd_checkout_cart.edd-blocks-cart{background:var(--card);}
.edd-blocks-cart__row{display:flex!important; justify-content:space-between; align-items:center; gap:16px; padding:16px 22px!important; border-bottom:1px solid var(--line); margin:0!important;}
.edd-blocks-cart__items .edd-blocks-cart__row:last-child{border-bottom:1px solid var(--line);}
.edd-blocks-cart__row > div{flex:initial!important; width:auto!important; min-width:0;}
.edd-blocks-cart__row .edd_cart_item_name{flex:1 1 auto!important; text-align:left!important;}
.edd-blocks-cart__row-header{font-family:var(--mono); font-size:0.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--dim);}
.edd-blocks-cart__row-header *{font-weight:500!important; color:var(--dim)!important;}
.edd-blocks-cart__row-item{align-items:flex-start!important;}
.edd-blocks-cart__row-item .edd_cart_item_price{display:flex!important; flex-direction:row; align-items:center; gap:12px; white-space:nowrap; text-align:right;}
.edd-blocks-cart__row-item .edd_cart_actions{margin:0!important;}
.edd-blocks-cart__row-footer{justify-content:flex-end!important; border-bottom:0!important;}
.edd-blocks-cart__row-footer > div{text-align:right!important;}
/* Order summary box: same frame + legend-style label as the Billing Details fieldset so both columns line up */
#edd_checkout_cart_form{margin:0;}
#edd_checkout_cart{position:relative; margin-top:9px!important; border:1px solid var(--line)!important; border-radius:var(--r)!important; background:var(--card); overflow:visible!important;}
#edd_checkout_cart::before{content:"Order summary"; position:absolute; top:-9px; left:14px; padding:0 8px; background:var(--bg); font-family:var(--mono); font-size:0.72rem; line-height:18px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); z-index:1;}
#edd_checkout_cart .edd-blocks-cart__row-header{padding-top:24px;}
#edd_checkout_user_info{margin-top:0!important;}
#edd_checkout_wrap > p:first-child,#edd_checkout_wrap > .edd-alert:first-child{margin-bottom:24px;}
/* checkout upsell sits in the narrow column: stack price/button under the text */
#edd_checkout_wrap .checkout-upsell .addon-row{flex-wrap:wrap;}
#edd_checkout_wrap .checkout-upsell .addon-body{flex-basis:100%;}
/* first + last name side by side */
#edd_checkout_user_info{display:grid; grid-template-columns:1fr 1fr; column-gap:16px;}
#edd_checkout_user_info > legend{grid-column:1 / -1;}
#edd_checkout_user_info > *{grid-column:1 / -1;}
#edd_checkout_user_info > [id^="edd-first"][id$="-wrap"]{grid-column:1;}
#edd_checkout_user_info > [id^="edd-last"][id$="-wrap"]{grid-column:2;}
#edd_checkout_user_info input{width:100%;}
@media (max-width:560px){#edd_checkout_user_info{grid-template-columns:1fr;} #edd_checkout_user_info > [id$="-wrap"]{grid-column:1 / -1!important;}}

/* Payment + Purchase button read as one box: the gateway fieldset loses its bottom edge,
   the submit fieldset loses its top edge and tucks up underneath it. */
#edd_checkout_form_wrap #wsc-fields{margin-bottom:0!important; border-bottom:0!important; border-bottom-left-radius:0!important; border-bottom-right-radius:0!important; padding-bottom:6px!important;}
#edd_checkout_form_wrap #edd_purchase_submit{margin:0!important; border:1px solid var(--line)!important; border-top:0!important; border-radius:0 0 var(--r) var(--r)!important; background:var(--card)!important; padding:10px 22px 24px!important;}
#edd_checkout_form_wrap #edd_purchase_submit #edd-purchase-button{width:100%;}

/* auto-renew opt-in under the theme line */
.rwd-theme label.renew-line,.rwd-theme .renew-line{display:flex!important; align-items:flex-start; gap:10px; margin:10px 0 0; font-size:0.76rem!important; font-weight:400!important; color:var(--soft)!important; line-height:1.5; max-width:560px;}
.renew-line > span:last-child{flex:1; min-width:0;}
.renew-line em{font-style:normal; color:var(--dim);}
.renew-line .rwds-ico{width:15px; height:15px; margin-top:2px;}
.renew-line--opt{cursor:pointer; padding:10px 12px; border:1px solid var(--line-2); border-radius:var(--r-sm); transition:border-color .2s;}
.renew-line--opt:hover{border-color:#fff;}
.renew-line--opt input{position:absolute; opacity:0; pointer-events:none;}
.renew-box{flex:none; width:18px; height:18px; margin-top:1px; border:1px solid var(--line-2); border-radius:5px; display:flex; align-items:center; justify-content:center; color:transparent; transition:all .2s;}
.renew-box .rwds-ico{width:12px; height:12px; margin:0; stroke-width:2;}
.renew-line--opt input:checked + .renew-box{background:#fff; border-color:#fff; color:#000;}
.renew-line--opt input:focus-visible + .renew-box{outline:2px solid #fff; outline-offset:2px;}
.renew-line--opt:has(input:checked){border-color:#fff;}
.renew-line--admin{color:#fca5a5;}
.edd_cart_total,.edd-blocks-cart__row-footer{font-size:1.15rem; font-weight:600; color:#fff;}
#edd_checkout_form_wrap fieldset,.edd-blocks-form fieldset{border:1px solid var(--line); border-radius:var(--r); background:var(--card); padding:22px; margin:0 0 18px;}
#edd_checkout_form_wrap legend,.edd-blocks-form legend{font-family:var(--mono); font-size:0.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); padding:0 8px;}
#edd_checkout_form_wrap label,.edd-blocks-form label,.edd-label{color:#fff; font-size:0.86rem; font-weight:500;}
.edd-description{color:var(--dim); font-size:0.8rem;}
.rwd-theme input[type=text],.rwd-theme input[type=email],.rwd-theme input[type=password],.rwd-theme input[type=tel],.rwd-theme input[type=url],.rwd-theme input[type=number],.rwd-theme input[type=search],.rwd-theme select,.rwd-theme textarea{background:var(--bg-2); border:1px solid var(--line-2); border-radius:var(--r-sm); color:#fff; font-family:var(--sans); font-size:0.92rem; padding:12px 14px; max-width:100%; box-shadow:none; transition:border-color .2s;}
.rwd-theme input:focus,.rwd-theme select:focus,.rwd-theme textarea:focus{border-color:#fff; outline:none;}
/* EDD/plugin styles and read-only fields (e.g. the logged-in email) must still read white on black */
.rwd-theme input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),.rwd-theme select,.rwd-theme textarea{color:#fff!important; -webkit-text-fill-color:#fff; background-color:var(--bg-2)!important;}
.rwd-theme input[readonly],.rwd-theme input:disabled{color:var(--soft)!important; -webkit-text-fill-color:var(--soft); opacity:1; border-style:dashed;}
.rwd-theme input::placeholder,.rwd-theme textarea::placeholder{color:var(--dim)!important; -webkit-text-fill-color:var(--dim);}
/* Chrome autofill paints a light-blue box; keep it dark */
.rwd-theme input:-webkit-autofill,.rwd-theme input:-webkit-autofill:hover,.rwd-theme input:-webkit-autofill:focus{-webkit-text-fill-color:#fff; -webkit-box-shadow:0 0 0 1000px var(--bg-2) inset!important; caret-color:#fff; transition:background-color 9999s ease-out 0s;}
#edd-purchase-button,.edd-submit,input.edd-submit,button.edd-submit{font-family:var(--sans)!important; font-size:0.92rem!important; font-weight:500!important; padding:15px 28px!important; background:#fff!important; color:#000!important; border:1px solid #fff!important; border-radius:999px!important; cursor:pointer; transition:background .2s;}
#edd-purchase-button:hover,.edd-submit:hover{background:var(--soft)!important;}
.edd_errors,.edd-alert-error{border:1px solid #7f1d1d!important; background:rgba(239,68,68,.08)!important; color:#fecaca!important; border-radius:var(--r-sm); padding:14px 18px!important;}
.edd-alert-success,.edd-alert-info{border:1px solid var(--line-2)!important; background:var(--card)!important; color:#fff!important; border-radius:var(--r-sm);}
.wsc-message{color:var(--muted); font-size:0.9rem;}
.wsc-renew-option{border:1px solid #fff; border-radius:var(--r-sm); padding:14px 16px; margin-top:12px;}
.wsc-renew-option label{display:flex; gap:10px; align-items:flex-start; cursor:pointer;}
.wsc-renew-option input{accent-color:#fff; margin-top:5px;}

/* ---------- Order confirmation (inc/receipt.php) ---------- */
.rcpt{display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,1fr); gap:24px; align-items:start;}
.rcpt__main{display:flex; flex-direction:column; gap:20px; min-width:0;}
.rcpt__side{position:sticky; top:96px; display:flex; flex-direction:column; gap:14px; min-width:0;}
.admin-bar .rcpt__side{top:128px;}
@media (max-width:960px){.rcpt{grid-template-columns:1fr;} .rcpt__side{position:static;}}
.rcpt-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:24px;}
.rcpt-card__head{display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:14px;}
.rcpt-label{font-family:var(--mono); font-size:0.7rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);}
.rcpt-card__title{font-size:1.35rem; margin-bottom:16px;}
.rcpt-status{display:inline-flex; align-items:center; gap:6px; font-size:0.72rem; font-weight:500; color:var(--muted); border:1px solid var(--line-2); border-radius:999px; padding:3px 10px;}
.rcpt-status::before{content:""; width:6px; height:6px; border-radius:50%; background:var(--dim);}
.rcpt-status.is-ok{color:#fff;}
.rcpt-status.is-ok::before{background:#fff;}
.rcpt-licence{border-color:var(--line-2);}
.key-box{display:flex; align-items:stretch; border:1px solid var(--line-2); border-radius:var(--r-sm); background:var(--bg-2); overflow:hidden;}
.key-box__key{flex:1; min-width:0; padding:14px 16px; font-family:var(--mono); font-size:0.95rem; letter-spacing:.04em; color:#fff; word-break:break-all; background:none; border:0;}
.key-box__copy{flex:none; padding:0 18px; background:#fff; color:#000; border:0; font-family:var(--sans); font-size:0.8rem; font-weight:500; cursor:pointer; transition:background .2s;}
.key-box__copy:hover{background:var(--soft);}
.rcpt-meta{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:18px 0 0;}
.rcpt-meta div{padding:12px 14px; border:1px solid var(--line); border-radius:var(--r-sm);}
.rcpt-meta dt{font-size:0.68rem; font-family:var(--mono); letter-spacing:.08em; text-transform:uppercase; color:var(--dim); margin-bottom:4px;}
.rcpt-meta dd{margin:0; color:#fff; font-weight:500; font-size:0.92rem;}
@media (max-width:560px){.rcpt-meta{grid-template-columns:1fr;}}
.rcpt-files{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px;}
.rcpt-items{list-style:none; margin:0; padding:0;}
.rcpt-items li{padding:14px 0; border-top:1px solid var(--line);}
.rcpt-items li:first-child{border-top:0; padding-top:0;}
.rcpt-items__top{display:flex; align-items:center; gap:10px; flex-wrap:wrap;}
.rcpt-items strong{font-weight:500;}
.rcpt-notes{color:var(--muted); font-size:0.86rem; margin-top:6px;}
.rcpt-notes p{margin:0 0 6px;}
.rcpt-notes a{color:#fff;}
.rcpt-steps{margin:0; padding:0; list-style:none; counter-reset:st;}
.rcpt-steps li{counter-increment:st; position:relative; padding:0 0 12px 38px; color:var(--muted); font-size:0.9rem;}
.rcpt-steps li::before{content:"0" counter(st); position:absolute; left:0; top:1px; font-family:var(--mono); font-size:0.72rem; color:var(--dim);}
.rcpt-steps b{color:#fff; font-weight:500;}
.rcpt-steps a{color:#fff;}
.rcpt-rows{margin:0;}
.rcpt-rows div{display:flex; justify-content:space-between; gap:12px; padding:8px 0; font-size:0.88rem;}
.rcpt-rows dt{color:var(--muted);}
.rcpt-rows dd{margin:0; color:#fff; text-align:right; word-break:break-word;}
.rcpt-lines{list-style:none; margin:12px 0; padding:12px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.rcpt-lines li{display:flex; justify-content:space-between; gap:12px; padding:6px 0; font-size:0.9rem;}
.rcpt-lines li span:last-child{white-space:nowrap;}
.rcpt-rows--totals .is-total{margin-top:6px; padding-top:14px; border-top:1px solid var(--line);}
.rcpt-rows--totals .is-total dt,.rcpt-rows--totals .is-total dd{color:#fff; font-size:1.15rem; font-weight:600;}
.rcpt-renew{display:flex; gap:8px; align-items:flex-start; margin-top:14px; padding:12px 14px; border:1px solid var(--line-2); border-radius:var(--r-sm); font-size:0.8rem; color:var(--soft);}
.rcpt-renew .rwds-ico{margin-top:3px;}
.rcpt-actions{display:flex; flex-wrap:wrap; gap:8px; margin-top:18px;}
.rcpt-help{font-size:0.82rem; color:var(--dim); text-align:center;}
.rcpt-help a{color:#fff;}
.rwds-checkout .rcpt a.btn{text-decoration:none;}

/* ---------- EDD receipt block ("View order details") ---------- */
.rwds-checkout .entry-content > *:not(.rcpt):not(#edd_checkout_form_wrap){max-width:860px;}
.edd-blocks-receipt__items,.edd-blocks-receipt__totals{border:1px solid var(--line); border-radius:var(--r); background:var(--card); margin:0 0 24px; overflow:hidden;}
.edd-blocks-receipt__items::before,.edd-blocks-receipt__totals::before{display:block; padding:16px 22px 0; font-family:var(--mono); font-size:0.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--dim);}
.edd-blocks-receipt__items::before{content:"Your items";}
.edd-blocks-receipt__totals::before{content:"Order details";}
.edd-blocks__row{display:flex; justify-content:space-between; align-items:flex-start; gap:16px; padding:14px 22px; border-bottom:1px solid var(--line); margin:0;}
.edd-blocks__row:last-child{border-bottom:0;}
.edd-blocks__row-label{color:var(--muted); font-size:0.88rem;}
.edd-blocks__row-value{color:#fff; font-weight:500; text-align:right;}
.edd-blocks-receipt__item-details .edd-blocks__row-label{color:#fff; font-weight:500; font-size:0.95rem;}
.edd-blocks-receipt__item-price{color:#fff; font-weight:600; white-space:nowrap;}
.edd-blocks-receipt__items ul{list-style:none; margin:8px 0 0; padding:0;}
.edd-blocks-receipt__items li{margin:4px 0;}
.edd-blocks-receipt__items a,.edd-blocks__row a{color:#fff; text-decoration:underline; text-underline-offset:3px;}
.edd-blocks-receipt__row-item{font-size:0.9rem;}
.edd-blocks__receipt .edd-blocks__row-value .edd_sl_license_key,.edd-blocks-receipt__items code{font-family:var(--mono); background:var(--card-2); border:1px solid var(--line-2); border-radius:6px; padding:2px 8px;}

.edd-table,#edd_purchase_receipt,#edd_purchase_receipt_products,#edd_user_history,.edd_sl_table,#edd_sl_license_sites,.edd_download_history{width:100%; border-collapse:collapse; margin:0 0 28px; border:1px solid var(--line);}
.edd-table th,.edd-table td,#edd_purchase_receipt th,#edd_purchase_receipt td,#edd_purchase_receipt_products th,#edd_purchase_receipt_products td,#edd_user_history th,#edd_user_history td,.edd_sl_table th,.edd_sl_table td,#edd_sl_license_sites th,#edd_sl_license_sites td{padding:13px 15px; border-bottom:1px solid var(--line); background:transparent!important; color:var(--soft); text-align:left; font-size:0.86rem;}
.edd-table th,#edd_purchase_receipt th,#edd_purchase_receipt_products th,#edd_user_history th,.edd_sl_table th{font-family:var(--mono); font-size:0.68rem; letter-spacing:.08em; text-transform:uppercase; color:var(--dim); font-weight:500;}
.edd_sl_license_key,.edd_sl_key{font-family:var(--mono); color:#fff; word-break:break-all;}
.account-panel a,.edd_download_file_link{color:#fff;}

.account-layout{display:grid; grid-template-columns:230px 1fr; gap:40px; align-items:start;}
.account-nav{display:flex; flex-direction:column; gap:2px; position:sticky; top:90px;}
.account-nav a{padding:11px 14px; border-radius:var(--r-sm); text-decoration:none; color:var(--muted); font-size:0.9rem; transition:background .2s,color .2s;}
.account-nav a:hover{color:#fff; background:var(--card);}
.account-nav a.current{color:#000; background:#fff; font-weight:500;}
.account-panel{min-width:0; overflow-x:auto;}
.account-h{font-size:1.5rem; margin-bottom:22px;}
.account-auth{display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:900px;}
.account-auth fieldset{border:0; padding:0; margin:0;}
.account-auth p{margin-bottom:12px;}
@media (max-width:820px){.account-layout,.account-auth{grid-template-columns:1fr;} .account-nav{position:static; flex-direction:row; overflow-x:auto;} .account-nav a{white-space:nowrap;}}

/* ---------- My Account dashboard (page-templates/template-account.php) ---------- */
.acct-hero{position:relative; overflow:hidden; padding:clamp(40px,6vw,72px) 0 32px;}
.acct-hero h1{font-size:clamp(2rem,4.4vw,3.2rem); margin-bottom:8px;}
.acct-hero__row{display:flex; justify-content:space-between; align-items:flex-end; gap:32px; flex-wrap:wrap;}
.acct-hero__email{color:var(--muted); font-size:0.9rem;}
.acct-hero__email a{color:#fff;}
.acct-stats{display:flex; gap:10px; margin:0;}
.acct-stats div{min-width:120px; padding:14px 18px; border:1px solid var(--line-2); border-radius:var(--r); background:var(--card);}
.acct-stats dt{font-family:var(--mono); font-size:0.64rem; letter-spacing:.1em; text-transform:uppercase; color:var(--dim); margin-bottom:4px;}
.acct-stats dd{margin:0; font-size:1.6rem; font-weight:600; letter-spacing:-0.02em; line-height:1.1;}

/* tabs: underline bar on desktop, swipeable sticky pills on tablet/phone */
.acct-tabs{position:sticky; top:69px; z-index:50; background:rgba(0,0,0,.88); -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.admin-bar .acct-tabs{top:101px;}
.acct-tabs__track{display:flex; gap:4px; overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none;}
.acct-tabs__track::-webkit-scrollbar{display:none;}
.acct-tab{position:relative; display:inline-flex; align-items:center; gap:8px; padding:18px 16px; color:var(--muted); text-decoration:none; font-size:0.9rem; font-weight:500; white-space:nowrap; transition:color .2s;}
.acct-tab .rwds-ico{width:16px; height:16px;}
.acct-tab:hover{color:#fff;}
.acct-tab.is-current{color:#fff;}
.acct-tab.is-current::after{content:""; position:absolute; left:12px; right:12px; bottom:-1px; height:2px; background:#fff; border-radius:2px;}
@media (max-width:900px){
  .acct-tabs{top:69px;}
  .acct-tabs__track{gap:8px; padding:10px 0;}
  .acct-tab{padding:9px 14px; border:1px solid var(--line-2); border-radius:999px; font-size:0.84rem;}
  .acct-tab.is-current{background:#fff; color:#000; border-color:#fff;}
  .acct-tab.is-current::after{display:none;}
  .acct-stats{width:100%;}
  .acct-stats div{flex:1; min-width:0;}
}
@media (max-width:782px){.admin-bar .acct-tabs{top:69px;}}
.acct-body{padding-top:40px;}

.acct-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:24px; min-width:0;}
.acct-card--muted{background:transparent;}
.acct-card__title{font-size:1.1rem; margin-bottom:10px;}
.acct-card p{color:var(--muted); font-size:0.9rem;}
.acct-card p + .btn,.acct-card p + form{margin-top:16px;}
.acct-muted{color:var(--dim)!important; font-size:0.84rem;}
.acct-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px;}
.acct-split{display:grid; grid-template-columns:minmax(0,1.6fr) minmax(0,1fr); gap:20px; align-items:start;}
.acct-stack{display:flex; flex-direction:column; gap:20px; min-width:0;}
.acct-side{position:sticky; top:150px;}
.admin-bar .acct-side{top:182px;}
@media (max-width:960px){.acct-grid,.acct-split{grid-template-columns:1fr;} .acct-side{position:static;}}
.acct-auth{display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:960px;}
@media (max-width:760px){.acct-auth{grid-template-columns:1fr;}}
.acct-auth fieldset{border:0; padding:0; margin:0;}
.acct-auth legend{display:none;}
.acct-auth p{margin:0 0 14px;}
.acct-auth label{display:block; color:#fff; font-size:0.86rem; font-weight:500; margin-bottom:6px;}
.acct-auth input[type=text],.acct-auth input[type=password],.acct-auth input[type=email]{width:100%;}
.acct-back a{color:var(--muted); text-decoration:none; font-size:0.88rem;}
.acct-back a:hover{color:#fff;}
.acct-back{margin-bottom:18px;}
.acct-foot{margin-top:14px;}

.acct-empty{text-align:center; border:1px dashed var(--line-2); border-radius:var(--r); padding:56px 24px; display:flex; flex-direction:column; align-items:center; gap:10px;}
.acct-empty .rwds-ico{width:34px; height:34px; color:var(--muted); margin-bottom:6px;}
.acct-empty h2{font-size:1.3rem;}
.acct-empty p{color:var(--muted); max-width:44ch; margin-bottom:8px;}

.pill{display:inline-flex; align-items:center; gap:6px; padding:3px 10px; border-radius:999px; border:1px solid var(--line-2); font-size:0.72rem; font-weight:500; color:var(--muted); white-space:nowrap;}
.pill::before{content:""; width:6px; height:6px; border-radius:50%; background:currentColor;}
.pill--ok{color:#fff; border-color:#fff;}
.pill--bad{color:#fca5a5; border-color:#7f1d1d;}

.lic{display:flex; flex-direction:column; gap:16px;}
.lic__head{display:flex; justify-content:space-between; align-items:flex-start; gap:14px;}
.lic__label{font-family:var(--mono); font-size:0.66rem!important; letter-spacing:.12em; text-transform:uppercase; color:var(--dim)!important; margin-bottom:4px;}
.lic__title{font-size:1.2rem;}
.lic__meta{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:0;}
.lic__meta div{padding:11px 13px; border:1px solid var(--line); border-radius:var(--r-sm);}
.lic__meta dt{font-family:var(--mono); font-size:0.62rem; letter-spacing:.08em; text-transform:uppercase; color:var(--dim); margin-bottom:3px;}
.lic__meta dd{margin:0; font-weight:500; font-size:0.9rem;}
.lic__meta dd small{color:var(--dim); font-weight:400;}
.lic__meta .renew-on{color:#fff;}
.lic__meta .renew-off,.lic__meta .renew-ending{color:var(--muted);}
.lic__meta .renew-issue{color:#fca5a5;}
@media (max-width:520px){.lic__meta{grid-template-columns:1fr;}}
.lic__actions{display:flex; flex-wrap:wrap; gap:8px;}
.sub{display:flex; flex-direction:column; gap:16px;}
.sub--on{border-color:#fff;}
.sub__note{margin:0; font-size:0.86rem!important;}
.acct-points{list-style:none; margin:18px 0 0; padding:16px 0 0; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:8px;}
.acct-points li{display:flex; gap:8px; font-size:0.84rem; color:var(--soft);}
.acct-points .rwds-ico{margin-top:4px;}
.acct-side .wsc-portal-form .btn{width:100%;}
.acct-list{list-style:none; margin:0; padding:0;}
.acct-list li{display:flex; justify-content:space-between; align-items:center; gap:12px; padding:12px 0; border-top:1px solid var(--line);}
.acct-list small{color:var(--dim);}

.acct-table{padding:0; overflow:hidden;}
.acct-row{display:flex; align-items:center; gap:16px; padding:16px 22px; border-top:1px solid var(--line);}
.acct-row:first-child{border-top:0;}
.acct-row__main{flex:1; min-width:0; display:flex; flex-direction:column; gap:2px;}
.acct-row__main strong{font-weight:500;}
.acct-row__main span{font-size:0.8rem; color:var(--dim);}
.acct-row__actions{display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end;}
.acct-row--order,.acct-row--head{display:grid; grid-template-columns:150px minmax(0,1fr) 110px 130px 170px;}
.acct-row--head{padding-top:14px; padding-bottom:14px; font-family:var(--mono); font-size:0.66rem; letter-spacing:.1em; text-transform:uppercase; color:var(--dim);}
.acct-row__items{color:var(--soft); font-size:0.88rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.acct-row__total{font-weight:600;}
@media (max-width:860px){
  .acct-row--head{display:none;}
  .acct-row--order{grid-template-columns:1fr auto; row-gap:8px;}
  .acct-row--order .acct-row__items{grid-column:1 / -1; white-space:normal;}
  .acct-row--order .acct-row__actions{grid-column:1 / -1; justify-content:flex-start;}
}
@media (max-width:560px){.acct-row{flex-wrap:wrap;} .acct-row__actions{justify-content:flex-start;}}

.acct-profile fieldset{border:0; padding:0; margin:0 0 20px;}
.acct-profile legend{font-family:var(--mono); font-size:0.7rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-bottom:12px; padding:0;}
.acct-profile p{margin:0 0 14px;}
.acct-profile label{display:block; color:#fff; font-size:0.86rem; font-weight:500; margin-bottom:6px;}
.acct-profile input:not([type=submit]):not([type=checkbox]),.acct-profile select{width:100%;}
.acct-legacy{overflow-x:auto;}

/* ---------- docs / contact / cards ---------- */
.docs-layout{display:grid; grid-template-columns:230px 1fr; gap:48px; align-items:start;}
.docs-nav{position:sticky; top:90px;}
.docs-nav ul{list-style:none; margin:0; padding:0;}
.docs-nav ul ul{padding-left:12px;}
.docs-nav a{display:block; padding:8px 12px; border-radius:8px; color:var(--muted); text-decoration:none; font-size:0.88rem;}
.docs-nav a:hover{color:#fff; background:var(--card);}
.docs-nav .current_page_item > a{color:#000; background:#fff; font-weight:500;}
@media (max-width:860px){.docs-layout{grid-template-columns:1fr;} .docs-nav{position:static;}}
.demos-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
.demo-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:24px; display:flex; flex-direction:column; gap:10px; text-decoration:none; transition:border-color .25s,transform .35s var(--ease);}
.demo-card:hover{border-color:var(--line-2); transform:translateY(-3px);}
.demo-num{font-family:var(--mono); font-size:0.7rem; color:var(--dim);}
.demo-title{font-size:1.1rem;}
.demo-card p{color:var(--muted); font-size:0.86rem;}
.demo-visit{display:inline-flex; align-items:center; gap:6px; margin-top:auto; font-size:0.84rem; font-weight:500; color:#fff;}
.demo-visit .rwds-ico{width:14px; height:14px;}
@media (max-width:900px){.demos-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.demos-grid{grid-template-columns:1fr;}}
.contact-layout{display:grid; grid-template-columns:.85fr 1.15fr; gap:40px; align-items:start;}
.contact-cards{display:flex; flex-direction:column; gap:12px;}
.contact-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); padding:22px;}
.contact-card .rwds-ico{width:22px; height:22px; margin-bottom:12px;}
.contact-h{font-size:0.95rem; margin-bottom:4px;}
.contact-card a{color:#fff;}
.contact-card p{color:var(--muted); font-size:0.88rem;}
.form-placeholder{border:1px dashed var(--line-2); border-radius:var(--r); padding:44px 28px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:10px;}
.form-placeholder span{color:var(--muted); font-size:0.88rem;}
.form-placeholder code{font-family:var(--mono); font-size:0.8rem; background:var(--card); border:1px solid var(--line-2); border-radius:6px; padding:4px 10px;}
@media (max-width:860px){.contact-layout{grid-template-columns:1fr;}}

/* ---------- blog ---------- */
.post-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.post-card{background:var(--card); border:1px solid var(--line); border-radius:var(--r); overflow:hidden; display:flex; flex-direction:column; transition:border-color .25s,transform .35s var(--ease);}
.post-card:hover{border-color:var(--line-2); transform:translateY(-3px);}
.post-card__media img{display:block; width:100%; aspect-ratio:16/10; object-fit:cover;}
.post-card__body{padding:20px; display:flex; flex-direction:column; gap:8px;}
.post-card__title{font-size:1.15rem;}
.post-card__title a{color:#fff; text-decoration:none;}
.post-card p{color:var(--muted); font-size:0.88rem;}
@media (max-width:980px){.post-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:620px){.post-grid{grid-template-columns:1fr;}}
.post-hero{margin:0 0 36px;}
.post-hero img{display:block; width:100%; border-radius:var(--r);}
.post-promo{margin:56px 0; padding:28px; border:1px solid var(--line-2); border-radius:var(--r); display:flex; flex-direction:column; align-items:flex-start; gap:12px; background:var(--card);}
.post-promo .eyebrow{margin-bottom:0;}
.post-promo__title{font-size:1.35rem; font-weight:600; letter-spacing:-0.02em;}
.post-navigation .nav-links,.pagination .nav-links{display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-top:40px;}
.post-navigation a{display:flex; flex-direction:column; gap:4px; text-decoration:none; color:#fff; max-width:48%;}
.pagination .nav-links{justify-content:center;}
.pagination .page-numbers{min-width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; padding:0 12px; border:1px solid var(--line-2); border-radius:999px; color:var(--muted); text-decoration:none; font-size:0.86rem;}
.pagination .page-numbers.current,.pagination a.page-numbers:hover{background:#fff; border-color:#fff; color:#000;}

/* ---------- core blocks ---------- */
.entry-content .wp-block-button__link{font-family:var(--sans); font-weight:500; border-radius:999px; background:#fff; color:#000; padding:14px 24px;}
.entry-content details{border-bottom:1px solid var(--line); padding:18px 0;}
.entry-content summary{cursor:pointer; font-weight:500; color:#fff;}
.alignwide{max-width:calc(var(--maxw) - 48px);}
.alignfull{width:100vw; margin-left:calc(50% - 50vw);}

/* ---------- footer ---------- */
.site-foot{border-top:1px solid var(--line); padding:64px 0 32px; background:var(--bg);}
.foot-brand-mark{display:inline-flex; margin-bottom:40px;}
.foot-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:32px;}
.foot-h{font-family:var(--mono); font-size:0.68rem; font-weight:500; letter-spacing:.12em; color:var(--dim); margin-bottom:16px;}
.foot-col ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
.foot-col li{font-size:0.88rem; color:var(--muted);}
.foot-col a{color:var(--muted); text-decoration:none; transition:color .2s;}
.foot-col a:hover{color:#fff;}
.foot-banner{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:24px; margin-top:48px; padding:32px; border:1px solid var(--line); border-radius:var(--r); background:var(--card);}
.foot-banner-eyebrow{font-size:0.86rem; color:var(--muted); margin-bottom:4px;}
.foot-banner-title{font-size:clamp(1.3rem,2.4vw,1.8rem); font-weight:600; letter-spacing:-0.02em;}
.foot-banner-right{display:flex; align-items:center; gap:24px; flex-wrap:wrap;}
.dmca-badge{display:flex; align-items:center; gap:10px; font-size:0.72rem; color:var(--muted); line-height:1.3;}
.dmca-badge .rwds-ico{width:22px; height:22px; color:#fff;}
.foot-bottom{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; margin-top:32px; padding-top:24px; border-top:1px solid var(--line); font-size:0.8rem; color:var(--dim);}
.foot-bottom a{color:var(--muted); text-decoration:none;}
.foot-bottom a:hover{color:#fff;}
@media (max-width:820px){.foot-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:480px){.foot-grid{grid-template-columns:1fr;}}
