/* shared.css — retina & responsive baseline for cicipdurian.id */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
img{max-width:100%;height:auto}
/* Comparison tables scroll horizontally on narrow screens */
.compare-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.n-wa{display:inline-flex!important;align-items:center!important;gap:5px!important}

/* ── Shared nav search (nav-r wrapper + search button + dialog) ──
   Same markup/behavior as index.html's nav, powered by search.js.
   Site-wide standardization pass, 17 Jul 2026. */
.nav-r{display:flex;align-items:center;gap:10px;flex-shrink:0;position:relative;z-index:10}
.n-lang{display:flex;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50px;overflow:hidden;transform:translateZ(0);flex-shrink:0}
.lbtn{padding:5px 12px;font-size:11px;font-weight:800;cursor:pointer;border:none;background:transparent;color:rgba(255,255,255,.7);font-family:inherit;transition:.2s}
.lbtn:first-child{border-radius:50px 0 0 50px}.lbtn:last-child{border-radius:0 50px 50px 0}.lbtn.active{background:var(--or,#f59e0b);color:#1a1a1a}
@media(max-width:480px){.lbtn{padding:5px 8px;font-size:10px}}
.n-srch{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.6);border-radius:50px;height:34px;min-width:160px;padding:0 14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.2s;flex-shrink:0;font-size:12px;font-weight:400;font-family:inherit;white-space:nowrap}
.n-srch:hover{background:rgba(255,255,255,.18);color:rgba(255,255,255,.85)}
.n-srch .srch-lbl{flex:1;text-align:left}
@media(max-width:1100px){.n-srch{min-width:0;padding:0;width:36px;height:36px;border-radius:50%;gap:0;justify-content:center}.n-srch .srch-lbl{display:none}}
dialog.srch-dlg{border:none;padding:0;background:transparent;max-width:100vw;max-height:100vh;width:100vw;height:100vh;align-items:flex-start;justify-content:center;padding-top:74px}
dialog.srch-dlg[open]{display:flex}
dialog.srch-dlg::backdrop{background:rgba(0,0,0,.52);backdrop-filter:blur(3px)}
.srch-box{background:#fff;border-radius:16px;width:min(580px,94vw);box-shadow:0 20px 60px rgba(0,0,0,.28);overflow:hidden;transform:translateZ(0);animation:srchIn .18s ease}
@keyframes srchIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.srch-top{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}
.srch-inp{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;color:#1a1a1a;background:transparent}
.srch-inp::placeholder{color:#b0b7c3}
.srch-x{background:none;border:none;cursor:pointer;color:#b0b7c3;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:.15s}
.srch-x:hover{color:#1a1a1a;background:rgba(0,0,0,.06)}
.srch-res{max-height:360px;overflow-y:auto}
.srch-item{display:flex;align-items:center;gap:12px;padding:11px 16px;text-decoration:none;color:#1a1a1a;border-bottom:1px solid rgba(0,0,0,.05);transition:.12s;cursor:pointer}
.srch-item:last-child{border-bottom:none}
.srch-item:hover,.srch-item.active{background:rgba(245,158,11,.07)}
.si-ico{width:34px;height:34px;border-radius:9px;background:#f0f7f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a5c1a}
.si-name{font-weight:800;font-size:13px;color:#0d3d0d}
.si-cat{font-size:11px;color:#9ca3af;margin-top:1px}
.srch-empty{padding:28px 16px;text-align:center;color:#9ca3af;font-size:14px}
.srch-foot{padding:8px 16px;font-size:11px;color:#c0c7d0;background:#fafafa;border-top:1px solid rgba(0,0,0,.06)}
/* SVG mega-menu icons (fallback; pages with their own emoji .mgi-icon{font-size:20px}
   in an inline <style> block override this — those get fixed individually). */
.mgi-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#1a5c1a}

/* ── Mega menu dropdown fallback (Menu▾/Tentang▾/Kerjasama▾) ──
   Pages with their own .mega-p/.mega-dd rules in an inline <style>
   block override this. Without this, a page that only has the mega
   menu HTML (from nav standardization) but no positioning CSS renders
   every dropdown open and in-flow, stacked on top of the hero. */
.mega-p{position:relative}
.mega-dd{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:16px;padding:20px 12px 12px;min-width:300px;box-shadow:0 20px 60px rgba(0,0,0,.25);border:1px solid rgba(0,0,0,.08);z-index:1001;gap:6px;animation:mgIn .2s ease}
@keyframes mgIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.mega-p:hover .mega-dd,.mega-p.mopen .mega-dd{display:flex;flex-direction:column}
.mgi{display:flex;align-items:flex-start;gap:9px;padding:10px;border-radius:11px;text-decoration:none;color:#1a1a1a;background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.05);transition:.2s;cursor:pointer}
.mgi:hover{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.25)}
.mgi-t{font-weight:800;font-size:12px;color:#0d3d0d;margin-bottom:1px}
.mgi-d{font-size:10px;color:#6b7280;line-height:1.3}
.mgi-full{grid-column:1/-1}
.mega-dd-mn,.mega-dd-tk{left:0;right:auto}

/* ── Product Entity Block ── */
.pe-block{padding:20px 24px;background:#fffbf0;border-top:1px solid rgba(0,0,0,.07);border-bottom:1px solid rgba(0,0,0,.07)}
.pe-inner{max-width:1100px;margin:0 auto}
.pe-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;gap:12px;flex-wrap:wrap}
.pe-title{font-family:"Fredoka One",cursive;font-size:17px;color:#0d3d0d;margin:0}
.pe-stok{font-size:11px;font-weight:800;border-radius:50px;padding:4px 14px;white-space:nowrap}
.pe-stok.tersedia{background:#dcfce7;color:#15803d}
.pe-stok.terbatas{background:#fef3c7;color:#b45309}
.pe-stok.habis{background:#f3f4f6;color:#6b7280}
.pe-ratings{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}
.pe-attr{background:#fff;border-radius:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.07);text-align:center}
.pe-label{font-size:10px;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px}
.pe-stars{font-size:18px;line-height:1;color:#f59e0b;letter-spacing:2px}
.pe-e{color:#d1d5db}
.pe-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.pe-meta-item{background:#fff;border-radius:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.07)}
.pe-meta-key{display:block;font-size:10px;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.pe-meta-val{font-size:13px;font-weight:700;color:#0d3d0d;line-height:1.3}
@media(max-width:700px){.pe-ratings,.pe-meta{grid-template-columns:repeat(2,1fr)}}
@media(max-width:360px){.pe-ratings,.pe-meta{grid-template-columns:1fr 1fr}}
/* ── End Product Entity ── */

/* ── Premium Hero System (reusable across service & area pages) ── */
.hero{position:relative;overflow:hidden;transform:translateZ(0)}
.hero-bg{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1 L39 20 L20 39 L1 20 Z' fill='none' stroke='rgba(255%2C255%2C255%2C.04)' stroke-width='0.5'/%3E%3C/svg%3E");background-size:40px 40px;pointer-events:none;z-index:0}
.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0}
.hero-corner{position:absolute;width:42px;height:42px;z-index:2;pointer-events:none}
.hc-tl{top:22px;left:22px;border-top:1.5px solid rgba(212,160,23,.4);border-left:1.5px solid rgba(212,160,23,.4)}
.hc-br{bottom:22px;right:22px;border-bottom:1.5px solid rgba(212,160,23,.4);border-right:1.5px solid rgba(212,160,23,.4)}
.hero-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:40px;position:relative;z-index:1}
.hero-left{flex:1;min-width:0}
.hero-right{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.hero-brand{display:flex;align-items:center;gap:10px;margin-bottom:22px}
.hero-brand img{width:38px;height:38px;object-fit:contain}
.hb-name{font-family:"Fredoka One",cursive;font-size:16px;color:#fff;line-height:1.1}
.hb-sub{font-size:9px;color:rgba(255,255,255,.38);letter-spacing:.14em;text-transform:uppercase;margin-top:2px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(0,0,0,.38);border:1px solid rgba(212,160,23,.28);border-radius:50px;padding:5px 15px;font-size:10px;font-weight:800;color:rgba(255,255,255,.82);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}
.hero-eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;flex-shrink:0}
.hero-inner h1{font-family:"Fredoka One",cursive;font-size:clamp(26px,3.8vw,46px);color:#fff;font-weight:400;line-height:1.15;margin-bottom:14px}
.h1-gold{font-style:italic;color:#d4a017;font-family:Georgia,"Times New Roman",serif;font-weight:400}
.hero-sub{font-size:13.5px;color:rgba(255,255,255,.62);max-width:560px;line-height:1.8;margin-bottom:22px}
.hero-feats{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:26px}
.hf-item{display:flex;align-items:center;gap:9px}
.hf-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;font-style:normal}
.hf-ic-check{background:rgba(34,197,94,.18);border:1px solid rgba(34,197,94,.28);color:#4ade80;font-weight:900}
.hf-ic-shield{background:rgba(245,158,11,.18);border:1px solid rgba(245,158,11,.28);color:#fbbf24}
.hf-ic-cam{background:rgba(99,102,241,.18);border:1px solid rgba(99,102,241,.28);color:#a5b4fc}
.hf-title{font-weight:800;font-size:13px;color:#fff;line-height:1.2}
.hf-desc{font-size:11px;color:rgba(255,255,255,.48);line-height:1.3}
.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero-wa-btn{display:inline-flex;align-items:center;gap:13px;background:linear-gradient(135deg,#25D366,#1aaf52);color:#fff;border-radius:14px;padding:12px 22px;text-decoration:none;box-shadow:0 6px 24px rgba(37,211,102,.3)}
.hw-label{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.82;margin-bottom:2px}
.hw-number{font-family:"Fredoka One",cursive;font-size:20px;line-height:1.1}
.hero-resp{font-size:11.5px;color:rgba(255,255,255,.45);line-height:1.7}
.hero-seal{width:186px;height:186px;border-radius:50%;background:radial-gradient(circle at 36% 30%,#f7de82,#d4a017 44%,#b8860b 70%,#8b6b10);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;box-shadow:0 0 0 8px rgba(212,160,23,.18),0 0 0 16px rgba(212,160,23,.07),0 16px 48px rgba(0,0,0,.7),inset 0 2px 4px rgba(255,255,255,.25)}
.hs-est{font-size:10px;font-weight:800;color:rgba(30,18,0,.55);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1px}
.hs-year{font-family:"Fredoka One",cursive;font-size:50px;color:#1a1000;line-height:1;font-weight:400;margin-bottom:5px}
.hs-div{width:42px;height:1px;background:rgba(0,0,0,.2);margin:0 auto 6px}
.hs-trust{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(30,18,0,.5);margin-bottom:4px}
.hs-sub{font-size:11px;font-weight:700;color:rgba(30,18,0,.68);line-height:1.5;text-align:center}
@media(max-width:860px){.hero-inner{gap:24px}.hero-seal{width:150px;height:150px}.hs-year{font-size:40px}}
@media(max-width:680px){.hero-right{display:none}.hero-sub{max-width:100%}.hero-feats{gap:14px}}
/* ── End Premium Hero System ── */

/* ── Article meta card: tags + author + share ── */
.art-meta-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:26px 28px;margin:40px auto 32px;box-shadow:0 2px 16px rgba(0,0,0,.05)}
.art-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.art-tags a{background:var(--cream,#fffbf0);color:var(--g8,#0d3d0d);font-size:11.5px;font-weight:800;padding:6px 14px;border-radius:50px;text-decoration:none;border:1px solid rgba(0,0,0,.06);transition:.2s}
.art-tags a:hover{background:var(--or,#f59e0b);color:#fff;border-color:var(--or,#f59e0b)}
.art-meta-divider{height:1px;background:rgba(0,0,0,.08);margin:0 0 20px}
.art-footer-author-share{display:flex;align-items:flex-start;justify-content:space-between;gap:20px 24px;flex-wrap:wrap}
.art-footer-author{display:flex;align-items:flex-start;gap:14px;max-width:460px}
.art-footer-author .art-byline-avatar{width:48px;height:48px;font-size:18px;flex-shrink:0}
.art-footer-author-text{display:flex;flex-direction:column;gap:2px;padding-top:2px}
.art-footer-bio{font-size:12px;color:var(--mu,#6b7280);line-height:1.6;margin-top:5px}
.art-footer-share{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-top:2px}
.art-footer-share .share-icons{justify-content:flex-end}
.share-label{font-size:12px;font-weight:800;color:var(--g8,#0d3d0d);margin:0;white-space:nowrap}
.share-icons{display:flex;gap:8px;flex-wrap:wrap}
.share-ic{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--cream,#fffbf0);border:1px solid rgba(0,0,0,.06);color:#1a1a1a;text-decoration:none;transition:.2s;cursor:pointer;padding:0}
.share-ic:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);background:#fff}
.share-ic svg{width:16px;height:16px}
.share-ic.copied{background:#dcfce7;border-color:#86efac;color:#15803d}
@media(max-width:600px){.art-footer-author-share{flex-direction:column;align-items:stretch}.art-footer-author{max-width:none}.art-footer-share{align-items:flex-start;padding-top:18px;border-top:1px solid rgba(0,0,0,.08)}.art-footer-share .share-icons{justify-content:flex-start}}
/* ── End article meta card ── */

/* ── Mobile menu: right-side slide-in drawer over white ──
   Overrides legacy per-page `.mm{}`/`.mm a{}` rules (dark dropdown,
   pill-style links). Uses #mm (ID beats class) so it wins regardless
   of the per-page <style> block's position in the cascade, without
   needing !important. The box-shadow "-100vw 0 0 100vw" trick paints
   a dimmed backdrop over the rest of the screen with no extra DOM
   element or JS change required. */
#mm{
  display:block;
  position:fixed;
  top:60px;right:-100%;bottom:0;left:auto;
  width:85%;max-width:340px;height:auto;max-height:none;
  background:#fff;
  padding:20px 20px 24px;
  margin:0;
  z-index:998;
  overflow-y:auto;
  transition:right .35s ease,box-shadow .35s ease;
  box-shadow:-100vw 0 0 100vw rgba(0,0,0,0);
}
#mm.open{
  right:0;
  box-shadow:-100vw 0 0 100vw rgba(0,0,0,.45);
}
.mm-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}
.mm-logo{height:34px;display:block}
.mm-close{width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:none;display:flex;align-items:center;justify-content:center;font-size:15px;line-height:1;color:#1a1a1a;cursor:pointer;flex-shrink:0;padding:0}
.mm-close:hover{background:#e5e7eb}
#mm .mm-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:18px}
#mm .mm-grid a{display:block;padding:15px 4px;font-size:14.5px;font-weight:700;color:#1a1a1a;text-decoration:none;background:none;border:none;border-radius:0;border-bottom:1px solid rgba(0,0,0,.08)}
#mm .mm-wa{width:100%;justify-content:center;box-sizing:border-box;background:linear-gradient(135deg,#25D366,#1db954)!important;border:none!important;color:#fff!important}
.mm-search{display:flex;align-items:center;gap:8px;background:#f3f4f6;border:1px solid rgba(0,0,0,.08);border-radius:50px;padding:5px 6px 5px 16px;margin-bottom:18px}
.mm-search input{flex:1;border:none;background:none;outline:none;font-size:13.5px;font-family:inherit;color:#1a1a1a;min-width:0}
.mm-search input::placeholder{color:#9ca3af}
.mm-search button{width:34px;height:34px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--g7,#1a5c1a),var(--g8,#0d3d0d));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;padding:0}
.mm-search button svg{width:15px;height:15px}
.mm-row2{display:flex;gap:10px;margin:18px 0}
.mm-lang-sm{display:flex;background:#f3f4f6;border:1px solid rgba(0,0,0,.08);border-radius:50px;overflow:hidden;transform:translateZ(0);flex:1}
.mm-lang-sm button{flex:1;padding:9px 4px;font-size:11.5px;font-weight:800;border:none;background:none;color:#6b7280;cursor:pointer;font-family:inherit}
.mm-lang-sm button.active{background:var(--g8,#0d3d0d);color:#fff}
#mm .mm-loc{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;background:#f3f4f6;border:1px solid rgba(0,0,0,.08);border-radius:50px;padding:9px 12px;font-size:12.5px;font-weight:800;color:var(--g8,#0d3d0d)!important;text-decoration:none}
.mm-social{display:flex;gap:10px;justify-content:center;margin-top:4px}
#mm .mm-soc-ic{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff!important;border:1.5px solid var(--g7,#1a5c1a);color:var(--g7,#1a5c1a)!important;transition:.2s}
.mm-soc-ic:hover{background:var(--g7,#1a5c1a);color:#fff}
.mm-soc-ic svg{width:17px;height:17px}
@media(min-width:769px){#mm{display:none!important}}
/* ── End mobile menu drawer ── */

/* ── Article author byline ── */
.art-byline{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.art-byline-avatar{width:34px;height:34px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:"Fredoka One",cursive;font-size:14px;flex-shrink:0}
.art-byline-info{display:flex;flex-direction:column;line-height:1.35}
.art-byline-name{font-size:13px;font-weight:800;color:var(--g8,#0d3d0d)}
.art-byline-role{font-size:11px;color:var(--mu,#6b7280)}
/* ── End article author byline ── */

/* ── Terpopuler widget ── */
.pop-box{background:var(--g9,#0a2e0a);border-radius:14px;padding:16px 18px;margin:0 0 18px 22px}
.pop-title{font-family:"Fredoka One",cursive;font-size:14px;color:#fff;margin:0 0 2px}
.pop-list{list-style:none;padding:0;margin:0}
.pop-list li{border-bottom:1px solid rgba(255,255,255,.08)}
.pop-list li:last-child{border-bottom:none}
.pop-list a{display:flex;align-items:center;gap:9px;padding:8px 2px;text-decoration:none}
.pop-list a:hover .pop-t{color:#fbbf24}
.pop-num{font-family:"Fredoka One",cursive;font-size:16px;color:rgba(255,255,255,.25);flex-shrink:0;min-width:16px}
.pop-t{font-size:11px;font-weight:700;color:rgba(255,255,255,.85);line-height:1.35;transition:.2s}
@media(min-width:769px){.pop-box{float:right;width:250px}}
@media(max-width:768px){.pop-box{margin:0 0 20px}}
/* ── End Terpopuler widget ── */

/* BREADCRUMB */
.bc{background:#fffbf0;padding:10px 24px;font-size:12.5px;color:#6b7280;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:10px 14px;flex-wrap:wrap}
.bc a{color:#1a5c1a;text-decoration:none;font-weight:700;transition:.2s}
.bc a:hover{color:#f59e0b}
.back-btn{display:inline-flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font:inherit;color:#1a5c1a;font-weight:700;font-size:12.5px;padding:0;transition:.2s}
.back-btn:hover{color:#f59e0b}
.back-btn-ic{width:26px;height:26px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s;color:#1a5c1a}
.back-btn:hover .back-btn-ic{background:#1a5c1a;border-color:#1a5c1a;color:#fff}
.bc-sep{color:rgba(0,0,0,.15)}


/* FOOTER FROM INDEX.HTML */
footer{background:var(--g9,#0a2e0a);border-top:1px solid rgba(245,158,11,.15);padding:44px 24px 22px}
.ftop{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px;max-width:1100px;margin:0 auto 32px}
.fdesc{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7;margin:12px 0 16px}
.fsocs{display:flex;gap:8px}
.fsoc{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:.2s}
.fsoc:hover{transform:translateY(-2px)}
.fcol h3{font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--ye);margin-bottom:12px}
.fl{list-style:none;display:flex;flex-direction:column;gap:6px;padding-left:0;margin:0}
.fl a{font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;transition:.2s}
.fl a:hover{color:var(--ye)}
.fbot{max-width:1100px;margin:0 auto;border-top:1px solid rgba(255,255,255,.07);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.fcopy{font-size:12px;color:rgba(255,255,255,.35)}
.fdomain{font-size:12px;font-weight:800;color:var(--ye)}

@media(max-width:900px){
  .ftop{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .ftop{grid-template-columns:1fr}
}

