/* ============================================================
   MERT DIJITAL — Premium UGC Landing
   Palette: Beige / Ivory / Champagne / Charcoal / Coral accent
   ============================================================ */

:root{
  --ivory: #FAF6EF;
  --cream: #F3ECDF;
  --beige: #E8DCC4;
  --champ: #D8B98A;        /* champagne */
  --champ-2: #C9A36C;
  --gold: #B98A4A;
  --charcoal: #1C1814;
  --ink: #28221C;
  --ink-2: #4A3F33;
  --muted: #8A7B66;
  --line: #E5DCC9;
  --line-2: #EFE7D6;
  --coral: #E07A5F;
  --coral-2: #C25A40;

  --shadow-sm: 0 1px 2px rgba(28,24,20,.06), 0 4px 12px rgba(28,24,20,.04);
  --shadow-md: 0 4px 14px rgba(28,24,20,.08), 0 18px 40px rgba(28,24,20,.06);
  --shadow-lg: 0 10px 30px rgba(28,24,20,.10), 0 30px 60px rgba(28,24,20,.08);

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 28px;

  --container: 1240px;

  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

/* ----------- Reset ----------- */
*,*::before,*::after{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; cursor:pointer; border:0; background:none; }
ul{ margin:0; padding:0; list-style:none; }
em{ font-style: italic; font-family: var(--serif); color: var(--gold); font-weight: 600; }

.container{ width:100%; max-width:var(--container); margin:0 auto; padding: 0 24px; }
.center{ text-align:center; }
.mt-32{ margin-top: 32px; }

/* ----------- Buttons ----------- */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:11px 18px; border-radius: 999px;
  font-weight: 600; font-size: 14px; line-height:1;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn:hover{ transform: translateY(-1px); }
.btn-lg{ padding: 14px 22px; font-size: 15px; }
.btn-sm{ padding: 9px 14px; font-size: 13px; }
.btn-dark{ background: var(--charcoal); color: var(--ivory); }
.btn-dark:hover{ background: #000; box-shadow: var(--shadow-md); }
.btn-line{ background: transparent; color: var(--ink); border:1px solid var(--line); }
.btn-line:hover{ border-color: var(--charcoal); }
.btn-line-light{ background: transparent; color: var(--ivory); border:1px solid rgba(250,246,239,.4); }
.btn-line-light:hover{ border-color: var(--ivory); }
.btn-light{ background: var(--ivory); color: var(--charcoal); }
.btn-light:hover{ background: #fff; }
.btn-coral{ background: var(--coral); color:#fff; }
.btn-coral:hover{ background: var(--coral-2); }
.btn-ghost{ background: var(--cream); color: var(--ink); }
.btn-ghost:hover{ background: var(--beige); }
.btn-block{ display:flex; width:100%; justify-content:center; }
.btn-link{ color: var(--ink); font-weight:600; font-size: 13.5px; }
.btn-link:hover{ color: var(--gold); }

/* ----------- Nav ----------- */
.nav{
  position: sticky; top:0; z-index: 50;
  background: rgba(250,246,239,.85);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  height: 72px;
}
.logo{ display:inline-flex; align-items:center; gap:10px; }
.logo-mark{
  width:36px; height:36px; border-radius:10px;
  background: linear-gradient(135deg, var(--charcoal), #3a302a);
  color: var(--champ); display:grid; place-items:center;
  font-weight:800; font-family: var(--serif); font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(217,185,138,.3);
}
.logo-text{ font-size: 11px; line-height: 1.05; letter-spacing: .14em; color: var(--ink); }
.logo-text b{ font-weight: 800; letter-spacing: .14em; }
.nav-links{ display:flex; gap: 26px; }
.nav-links a{
  font-size: 14px; color: var(--ink-2);
  position: relative; padding: 6px 0;
}
.nav-links a:hover{ color: var(--charcoal); }
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0;
  background: var(--gold); transition: width .25s ease;
}
.nav-links a:hover::after{ width: 100%; }
.nav-cta{ display:flex; gap:10px; align-items:center; }
.nav-toggle{ display:none; flex-direction:column; gap:5px; padding:8px; }
.nav-toggle span{ width:22px; height:2px; background: var(--ink); border-radius:2px; }

@media (max-width: 1024px){
  .nav-links{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-links.is-open{
    display:flex; flex-direction:column; position:absolute; top:72px; left:0; right:0;
    padding: 18px 24px; background: var(--ivory); border-bottom:1px solid var(--line);
  }
  .nav-cta .btn-ghost{ display:none; }
}

/* ----------- Hero ----------- */
.hero{
  position: relative;
  padding: 64px 0 72px;
  background:
    radial-gradient(1000px 500px at -10% 0%, rgba(216,185,138,.25), transparent 60%),
    radial-gradient(900px 600px at 110% 10%, rgba(217,185,138,.18), transparent 60%),
    linear-gradient(180deg, var(--ivory), var(--ivory));
  overflow: hidden;
}
.hero::after{
  content:""; position:absolute; inset:auto 0 0 0; height:1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.hero-grid{
  display:grid; grid-template-columns: 1.05fr 1fr;
  gap: 56px; align-items:center;
}
.kicker{
  display:inline-block; padding:8px 14px; border-radius:999px;
  background: var(--cream); color: var(--ink-2);
  font-size: 11.5px; letter-spacing: .14em; font-weight: 600;
  border:1px solid var(--line);
}
.hero h1{
  margin: 18px 0 14px; font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.05; font-weight: 700; letter-spacing: -.02em;
  font-family: var(--serif);
  color: var(--charcoal);
}
.hero h1 strong{ font-family: var(--serif); font-weight: 700; color: var(--ink); }
.hero .lead{
  max-width: 540px; color: var(--ink-2); font-size: 17px; margin: 0 0 22px;
}
.chip-row{ display:flex; flex-wrap:wrap; gap:8px; margin: 14px 0 26px; }
.chip{
  padding:8px 14px; border-radius:999px;
  background: #fff; border:1px solid var(--line);
  color: var(--ink-2); font-size: 12.5px; font-weight: 500;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, border-color .2s, color .2s, background .2s;
}
.chip:hover{ border-color: var(--champ-2); color: var(--charcoal); transform: translateY(-1px); }
.hero-stats{ display:flex; gap: 36px; margin: 6px 0 28px; flex-wrap: wrap; }
.stat{ display:flex; flex-direction:column; gap:4px; }
.stat-num{
  font-family: var(--serif);
  font-size: 38px; line-height:1; font-weight: 700; color: var(--charcoal);
}
.stat-num sup{ color: var(--gold); font-size: 22px; }
.stat-label{ color: var(--muted); font-size: 13px; }
.hero-cta{ display:flex; gap:12px; flex-wrap:wrap; }

/* mosaic */
.hero-mosaic{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.tile{
  position: relative; margin:0; border-radius: var(--radius-lg);
  aspect-ratio: 3/4; overflow:hidden;
  background:
    radial-gradient(60% 80% at 30% 20%, rgba(255,255,255,.2), transparent 60%),
    linear-gradient(160deg, var(--c, #d8b48a), color-mix(in srgb, var(--c, #d8b48a) 60%, #000));
  box-shadow: var(--shadow-md);
  transition: transform .35s ease;
}
.tile:hover{ transform: translateY(-3px); }
.tile.t1{ aspect-ratio: 3/4; }
.tile.t2{ grid-row: span 2; aspect-ratio: 3/5; }
.tile.t3{ aspect-ratio: 3/4; }
.tile.t4{ aspect-ratio: 3/4; }
.tile.t5{ aspect-ratio: 3/4; }
.tile.t6{ aspect-ratio: 3/4; }
.tile .play{
  position:absolute; inset:0; margin:auto; width:54px; height:54px;
  border-radius:50%;
  background: rgba(255,255,255,.92);
  display:grid; place-items:center;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.tile .play::after{
  content:""; width:0; height:0;
  border-left: 14px solid var(--charcoal);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 4px;
}
.tile .dur{
  position:absolute; right:10px; bottom:10px; padding:4px 8px;
  background: rgba(0,0,0,.5); color:#fff; border-radius:6px;
  font-size: 11px; font-weight: 600; letter-spacing:.04em;
}

@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; gap: 36px; }
  .hero-mosaic{ grid-template-columns: repeat(3, 1fr); }
  .tile.t2{ grid-row: auto; aspect-ratio: 3/4; }
}

/* ----------- Section base ----------- */
.section{ padding: 88px 0; }
.section-soft{ background: linear-gradient(180deg, var(--cream), var(--ivory)); }
.section-head{ margin-bottom: 28px; }
.section-head h2{
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700; letter-spacing: -.02em; margin: 0;
  color: var(--charcoal);
}
.section-sub{ color: var(--ink-2); margin-top: 10px; max-width: 640px; }
.section-head.row{
  display:flex; align-items:flex-end; justify-content:space-between; gap: 24px; flex-wrap:wrap;
}

/* ----------- Filters ----------- */
.filter-row{
  display:flex; flex-wrap:wrap; gap: 8px; margin: 18px 0 28px;
}
.filter{
  padding:10px 16px; border-radius:999px;
  background:#fff; color:var(--ink-2); border:1px solid var(--line);
  font-size: 13px; font-weight: 500;
  transition: all .2s ease;
}
.filter:hover{ border-color: var(--champ-2); color: var(--charcoal); }
.filter.is-active{
  background: var(--charcoal); color: var(--ivory); border-color: var(--charcoal);
}

/* ----------- Video grid ----------- */
.video-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.vcard{
  background:#fff; border:1px solid var(--line);
  border-radius: var(--radius-lg); overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: var(--shadow-sm);
}
.vcard:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); }
.vcard .thumb{
  position:relative; aspect-ratio: 9/14;
  background:
    radial-gradient(60% 80% at 30% 20%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(160deg, var(--c, #d8b48a), color-mix(in srgb, var(--c, #d8b48a) 55%, #000));
}
.vcard .play{ position:absolute; inset:0; margin:auto; width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.92); }
.vcard .play::after{
  content:""; position:absolute; inset:0; margin:auto; width:0; height:0;
  border-left: 12px solid var(--charcoal);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 16px;
}
.vcard .dur{
  position:absolute; right:8px; bottom:8px; background: rgba(0,0,0,.5);
  color:#fff; padding: 3px 7px; border-radius: 6px; font-size: 11px; font-weight: 600;
}
.vcard .vt{ margin: 12px 14px 4px; font-size: 14.5px; font-weight: 600; color: var(--charcoal); }
.vcard .vm{ margin: 0 14px 14px; color: var(--muted); font-size: 12.5px; }
.vcard .vm span{ color: var(--gold); font-weight: 600; }

@media (max-width: 1024px){ .video-grid{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 720px){ .video-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 420px){ .video-grid{ grid-template-columns: 1fr; } }

/* ----------- Creators ----------- */
.creator-grid{
  display:grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.creator{
  background:#fff; border:1px solid var(--line);
  border-radius: var(--radius-lg); padding: 16px; text-align:center;
  transition: transform .2s ease, box-shadow .25s ease;
  box-shadow: var(--shadow-sm);
}
.creator:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cphoto{
  width:100%; aspect-ratio: 1/1; border-radius: var(--radius-md);
  background:
    radial-gradient(60% 80% at 30% 20%, rgba(255,255,255,.2), transparent 60%),
    linear-gradient(160deg, var(--c, #d8b48a), color-mix(in srgb, var(--c, #d8b48a) 50%, #000));
  margin-bottom: 12px;
}
.creator h3{ margin: 4px 0 2px; font-size: 15px; }
.creator .meta{ font-size: 12px; color: var(--muted); margin: 0 0 6px; }
.creator .ctype{
  display:inline-block; padding: 4px 10px; border-radius:999px;
  background: var(--cream); color: var(--ink); font-size: 11.5px; font-weight: 600;
  margin: 0 0 6px;
}
.creator .lang{ font-size: 12px; color: var(--ink-2); margin: 0 0 12px; }
.creator .btn{ width: 100%; justify-content:center; }

@media (max-width: 1100px){ .creator-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px){ .creator-grid{ grid-template-columns: repeat(2, 1fr); } }

.creator-types{ margin-top: 36px; padding: 22px; background: #fff; border:1px solid var(--line); border-radius: var(--radius-lg); }
.types-title{ margin: 0 0 14px; font-size: 14px; color: var(--ink-2); font-weight: 600; letter-spacing:.06em; text-transform: uppercase; }
.types-grid{ display:flex; flex-wrap:wrap; gap: 8px; }
.type-pill{
  padding: 8px 14px; border-radius:999px;
  background: linear-gradient(135deg, var(--cream), #fff);
  border:1px solid var(--line); color: var(--ink);
  font-size: 13px; font-weight: 600;
}

/* ----------- Sectors ----------- */
.sector-grid{
  display:grid; grid-template-columns: repeat(8, 1fr); gap: 14px;
}
.sector{
  display:flex; flex-direction: column; align-items:center; justify-content:center; gap:10px;
  padding: 22px 12px; min-height: 110px;
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  text-align:center; color: var(--ink);
  transition: transform .2s ease, box-shadow .2s, border-color .2s, background .2s;
  font-size: 13px; font-weight: 600;
}
.sector .ico{ font-size: 26px; }
.sector:hover{
  transform: translateY(-2px);
  border-color: var(--champ-2);
  background: linear-gradient(180deg, #fff, var(--cream));
  box-shadow: var(--shadow-md);
}

@media (max-width: 1100px){ .sector-grid{ grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 520px){ .sector-grid{ grid-template-columns: repeat(2, 1fr); } }

/* ----------- Metrics ----------- */
.metric-grid{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; box-shadow: var(--shadow-sm);
}
.metric h3{ margin: 0 0 14px; font-size: 14px; color: var(--ink-2); letter-spacing: .06em; text-transform: uppercase; }
.bars{ display:flex; flex-direction: column; gap: 12px; }
.bar{ display:flex; align-items:center; gap: 10px; }
.bar .lbl{ width: 56px; font-weight: 700; color: var(--charcoal); font-size: 14px; }
.bar .track{ position:relative; flex:1; height: 10px; background: var(--cream); border-radius:999px; overflow:hidden; }
.bar .fill{
  display:block; height:100%; width: var(--w, 20%);
  background: linear-gradient(90deg, var(--champ-2), var(--champ));
  border-radius:999px;
  animation: fill 1.4s cubic-bezier(.2,.8,.2,1) forwards;
}
.bar.after .fill{ background: linear-gradient(90deg, var(--gold), #8a5e2a); }
@keyframes fill{ from{ transform: scaleX(.05); transform-origin:left; } to{ transform: scaleX(1); } }
.metric .up{ margin: 14px 0 0; color: var(--gold); font-weight: 700; }
@media (max-width: 920px){ .metric-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .metric-grid{ grid-template-columns: 1fr; } }

/* ----------- Packages + Brands ----------- */
.packages-grid{
  display:grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: stretch;
}
.plans{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.plan{
  position: relative; background: #fff;
  border:1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 18px;
  display:flex; flex-direction:column;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.plan:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); }
.plan h3{ margin: 0 0 12px; font-size: 18px; font-family: var(--serif); }
.plan ul{ display:flex; flex-direction:column; gap: 8px; margin-bottom: 18px; }
.plan li{ font-size: 13.5px; color: var(--ink-2); padding-left: 18px; position:relative; }
.plan li::before{
  content:""; position:absolute; left:0; top: 7px;
  width:8px; height:8px; border-radius:50%;
  background: var(--champ);
}
.plan .price{
  font-family: var(--serif);
  font-size: 22px; font-weight: 700; color: var(--charcoal);
  margin: auto 0 14px;
}
.plan .price span{ font-size: 12px; color: var(--muted); font-family: var(--sans); font-weight: 500; }
.plan-popular{
  background: linear-gradient(180deg, #fff, var(--cream));
  border-color: var(--champ-2);
  box-shadow: 0 12px 30px rgba(184,138,74,.12), var(--shadow-sm);
}
.plan-popular .badge{
  position:absolute; top: -10px; right: 16px;
  background: var(--coral); color:#fff; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px; letter-spacing: .04em;
}

@media (max-width: 1100px){
  .packages-grid{ grid-template-columns: 1fr; }
  .plans{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){ .plans{ grid-template-columns: 1fr; } }

.brand-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 8px;
}
.brand{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding: 18px 12px; text-align:center;
  font-weight: 700; color: var(--ink-2); letter-spacing: .03em;
  display:grid; place-items:center; min-height: 76px;
  transition: transform .2s ease, color .2s, border-color .2s;
  font-size: 14px;
}
.brand:hover{ transform: translateY(-2px); color: var(--charcoal); border-color: var(--champ-2); }

/* ----------- How it works + Form ----------- */
.how-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items:flex-start;
}
.steps{ display:flex; flex-direction:column; gap: 18px; margin-top: 12px; }
.steps li{
  display:flex; gap: 16px; align-items:flex-start;
  background: #fff; border:1px solid var(--line); border-radius: var(--radius-lg);
  padding: 18px;
}
.steps .num{
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(135deg, var(--charcoal), #2a231d);
  color: var(--champ);
  display:grid; place-items:center;
  font-family: var(--serif); font-weight: 700; font-size: 18px;
  flex-shrink: 0;
}
.steps h4{ margin:0 0 4px; font-size: 16px; }
.steps p{ margin:0; color: var(--ink-2); font-size: 13.5px; }

.card-form{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-xl);
  padding: 26px; box-shadow: var(--shadow-md);
}
.card-form h3{ margin:0 0 6px; font-family: var(--serif); font-size: 22px; }
.form-sub{ margin: 0 0 18px; color: var(--ink-2); font-size: 13.5px; }
#briefForm label{ display:flex; flex-direction:column; gap:6px; margin-bottom: 12px; }
#briefForm span{ font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
#briefForm input, #briefForm select, #briefForm textarea{
  font: inherit; padding: 12px 14px; border-radius: 12px;
  border:1px solid var(--line); background: var(--ivory); color: var(--ink);
  outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
#briefForm input:focus, #briefForm select:focus{
  border-color: var(--champ-2); background:#fff;
  box-shadow: 0 0 0 4px rgba(217,185,138,.18);
}
.form-note{ margin: 10px 0 0; color: var(--muted); font-size: 12px; text-align:center; }

@media (max-width: 980px){ .how-grid{ grid-template-columns: 1fr; } }

/* ----------- Bottom CTA ----------- */
.cta-banner{
  background:
    radial-gradient(800px 400px at 0% 0%, rgba(217,185,138,.18), transparent 60%),
    linear-gradient(135deg, var(--charcoal), #15110d);
  color: var(--ivory);
  padding: 56px 0;
}
.cta-inner{ display:flex; align-items:center; justify-content:space-between; gap: 24px; flex-wrap:wrap; }
.cta-banner h2{
  margin:0; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 32px); font-weight: 700;
  letter-spacing: -.01em;
}
.cta-banner em{ color: var(--champ); }
.cta-banner p{ margin: 8px 0 0; color: rgba(250,246,239,.75); }
.cta-actions{ display:flex; gap: 12px; flex-wrap:wrap; }

/* ----------- Footer ----------- */
.footer{
  background: var(--cream); padding: 56px 0 24px; color: var(--ink-2);
  border-top: 1px solid var(--line);
}
.footer-inner{
  display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px;
}
.f-brand p{ margin-top: 12px; max-width: 320px; font-size: 13.5px; }
.f-col h5{ margin: 0 0 12px; font-size: 13px; color: var(--charcoal); letter-spacing: .06em; text-transform: uppercase; }
.f-col a{ display:block; padding: 4px 0; font-size: 14px; }
.f-col a:hover{ color: var(--gold); }
.f-bottom{
  margin-top: 28px; padding-top: 20px;
  border-top: 1px solid var(--line);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap: 8px;
  font-size: 12.5px; color: var(--muted);
}
@media (max-width: 820px){ .footer-inner{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .footer-inner{ grid-template-columns: 1fr; } }

/* ----------- Floating WA ----------- */
.wa-fab{
  position: fixed; right: 20px; bottom: 20px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color:#fff;
  display:grid; place-items:center;
  box-shadow: 0 12px 30px rgba(37,211,102,.4);
  transition: transform .2s ease;
}
.wa-fab:hover{ transform: scale(1.05); }

/* ----------- Misc ----------- */
@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}


/* ============================================================
   ADMIN PANEL
   ============================================================ */
.admin-body{ background: var(--ivory); }
.admin-shell{
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}
.admin-side{
  background: linear-gradient(180deg, #1C1814, #15110d);
  color: var(--ivory);
  padding: 22px 16px;
  position: sticky; top: 0;
  height: 100vh; overflow-y: auto;
}
.admin-side .logo-mark{
  width: 40px; height: 40px; border-radius: 12px;
  background: linear-gradient(135deg, #2d2519, #15110d);
  color: var(--champ); font-family: var(--serif); font-weight: 700; font-size: 22px;
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(217,185,138,.3);
}
.admin-side .brand{ display:flex; gap: 10px; align-items:center; padding-bottom: 18px; border-bottom:1px solid rgba(217,185,138,.15); margin-bottom: 14px; }
.admin-side .brand b{ display:block; letter-spacing:.14em; font-size: 13px; color: var(--ivory); }
.admin-side .brand small{ display:block; font-size: 11px; color: rgba(250,246,239,.55); letter-spacing:.18em; }
.admin-nav a{
  display:flex; align-items:center; gap: 10px;
  padding: 10px 12px; border-radius: 10px; margin: 4px 0;
  color: rgba(250,246,239,.78); font-size: 14px; font-weight: 500;
  transition: background .2s, color .2s;
}
.admin-nav a:hover{ background: rgba(217,185,138,.08); color: var(--ivory); }
.admin-nav a.is-active{ background: rgba(217,185,138,.16); color: var(--champ); }
.admin-nav .group{ font-size: 11px; letter-spacing: .14em; color: rgba(250,246,239,.4); padding: 16px 12px 6px; text-transform: uppercase; }
.admin-side .ico{ width:18px; text-align:center; }

.admin-main{ display:flex; flex-direction:column; }
.admin-top{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 28px; background:#fff; border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20;
}
.admin-top h1{ font-family: var(--serif); font-size: 22px; margin: 0; }
.admin-top .who{ display:flex; gap: 10px; align-items:center; font-size: 13px; color: var(--ink-2); }
.admin-content{ padding: 24px 28px 60px; flex: 1; }

.kpi-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-bottom: 22px; }
.kpi{ background:#fff; border:1px solid var(--line); border-radius: 14px; padding: 16px; box-shadow: var(--shadow-sm); }
.kpi h4{ margin:0 0 6px; font-size: 12px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.kpi .v{ font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--charcoal); }
.kpi .d{ font-size: 12px; color: var(--ink-2); margin-top: 4px; }

.panel{ background:#fff; border:1px solid var(--line); border-radius: 14px; padding: 0; overflow:hidden; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.panel-head{ padding: 14px 18px; border-bottom: 1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap: 12px; flex-wrap: wrap; }
.panel-head h2{ margin: 0; font-size: 16px; font-family: var(--serif); }
.panel-body{ padding: 18px; }

table.tbl{ width: 100%; border-collapse: collapse; font-size: 14px; }
table.tbl th, table.tbl td{ padding: 12px 14px; text-align:left; border-bottom: 1px solid var(--line-2); }
table.tbl th{ background: var(--cream); font-size: 12px; color: var(--ink-2); letter-spacing: .04em; text-transform: uppercase; font-weight: 600; }
table.tbl tr:hover td{ background: #FBF8F1; }
table.tbl .actions{ display:flex; gap:6px; flex-wrap:wrap; }
table.tbl img.thumb-img{ width: 48px; height: 48px; object-fit: cover; border-radius: 8px; border:1px solid var(--line); }
.badge-pill{ display:inline-block; padding: 3px 10px; border-radius:999px; font-size: 11px; font-weight: 600; }
.badge-pill.ok{ background:#E8F5EC; color: #1f7a3f; }
.badge-pill.no{ background:#FBE9E9; color: #a4242b; }
.badge-pill.muted{ background: var(--cream); color: var(--ink-2); }

.form-grid{ display:grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-grid .full{ grid-column: 1 / -1; }
.form-grid label{ display:flex; flex-direction:column; gap:6px; }
.form-grid label > span{ font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.form-grid input, .form-grid select, .form-grid textarea{
  font: inherit; padding: 10px 12px; border-radius: 10px;
  border:1px solid var(--line); background: var(--ivory); color: var(--ink); outline: none;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.form-grid textarea{ min-height: 90px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus{
  border-color: var(--champ-2); background: #fff; box-shadow: 0 0 0 4px rgba(217,185,138,.18);
}

.alert{ padding: 12px 14px; border-radius: 10px; margin-bottom: 12px; font-size: 14px; }
.alert.success{ background: #E8F5EC; color: #1f7a3f; border: 1px solid #c1e3cd; }
.alert.error{ background: #FBE9E9; color: #a4242b; border: 1px solid #f1c5c8; }

.btn-danger{ background: #E04E4E; color: #fff; }
.btn-danger:hover{ background: #b53a3a; }

.toolbar{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.toolbar input[type=search]{ padding: 9px 12px; border-radius: 10px; border:1px solid var(--line); min-width: 220px; background:#fff; }

.login-page{
  min-height: 100vh; display: grid; place-items: center;
  background:
    radial-gradient(800px 400px at 0% 0%, rgba(217,185,138,.18), transparent 60%),
    linear-gradient(135deg, #15110d, #1C1814);
}
.login-card{
  width: min(420px, 92vw);
  background: #fff; border-radius: 18px; padding: 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,.3);
}
.login-card h1{ margin: 0 0 6px; font-family: var(--serif); font-size: 26px; color: var(--charcoal); }
.login-card p.sub{ margin: 0 0 18px; color: var(--ink-2); font-size: 14px; }

@media (max-width: 980px){
  .admin-shell{ grid-template-columns: 1fr; }
  .admin-side{ position: relative; height: auto; }
  .kpi-grid{ grid-template-columns: repeat(3, 1fr); }
  .form-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
  .kpi-grid{ grid-template-columns: repeat(2, 1fr); }
  .admin-top{ padding: 12px 16px; }
  .admin-content{ padding: 16px; }
}
