/* Self-hosted fonts (latin + latin-ext) */
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dmserifdisplay-italic-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dmserifdisplay-italic-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dmserifdisplay-normal-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/dmserifdisplay-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/plusjakartasans-normal-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/plusjakartasans-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* SR12 — landing page & biolink. Palette: forest #0f2a1c, gold #c9a14a, leaf #3f7a55, ground #f3f5f0. */
:root {
  --forest: #0f2a1c;
  --forest-2: #12301f;
  --moss: #2f6246;
  --leaf: #3f7a55;
  --gold: #c9a14a;
  --gold-soft: #e7d3a2;
  --ground: #f3f5f0;
  --tint: #e6ede4;
  --ink: #17231c;
  --muted: #5d6b62;
  --faint: #6b7a70;
  --line: #e1e7df;
  --white: #ffffff;
  --serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--leaf); text-decoration: none; }
a:hover { color: var(--forest-2); }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
.serif { font-family: var(--serif); font-weight: 400; }
.serif em, .display em, .h2 em { color: var(--gold); font-style: italic; }
.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--leaf); }
.gold-t { color: var(--gold); }
.h2 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -.01em; text-wrap: balance; margin-top: 16px; }
.display { font-size: clamp(44px, 6.4vw, 78px); line-height: .98; letter-spacing: -.015em; text-wrap: balance; }
.display-sm { font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.lead { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 560px; }
.lead-light { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.7); max-width: 560px; }
.muted-light { font-size: 13px; color: rgba(255,255,255,.5); }
.small-note { font-size: 12px; color: var(--faint); margin-top: 22px; }
.sec { padding: clamp(72px, 9vw, 120px) 0; }
/* Skip rendering work for sections below the fold until they are near the viewport */
.sec, .stats, .footer { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.sec-white { background: var(--white); }
.sec-tint { background: var(--tint); }
.sec-dark { background: var(--forest); color: #fff; }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; }
.sec-head .lead, .sec-head .lead-light { max-width: 420px; }

/* Buttons & chips */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 26px; border-radius: 999px; font-weight: 600; font-size: 16px; border: 1px solid transparent; cursor: pointer; transition: transform .2s var(--ease), background-color .2s, box-shadow .2s; white-space: nowrap; }
.btn:active { transform: scale(.98); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-gold { background: var(--gold); color: #10261a; }
.btn-gold:hover { background: #d4ad57; color: #10261a; }
.btn-line { border-color: rgba(255,255,255,.28); color: #fff; }
.btn-line:hover { background: rgba(255,255,255,.08); color: #fff; }
.btn-dark { background: var(--forest-2); color: #fff; }
.btn-dark:hover { background: #1b4330; color: #fff; }
.btn-outline { border-color: var(--forest-2); color: var(--forest-2); }
.btn-outline:hover { background: var(--forest-2); color: #fff; }
.btn-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; }
.chip-dark { background: rgba(255,255,255,.08); color: var(--gold-soft); }
.chip-gold { background: var(--gold); color: var(--forest); font-weight: 700; }
.round { width: 46px; height: 46px; border-radius: 50%; display: inline-grid; place-items: center; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; transition: background-color .2s, transform .2s; }
.round:hover { transform: translateY(-2px); }
.round-dark { background: var(--forest-2); border-color: var(--forest-2); color: #fff; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.card-dark { background: var(--forest-2); color: #fff; border-radius: 28px; }
.pulse, .wa-float { position: relative; isolation: isolate; }
.pulse::before, .wa-float::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: inherit; z-index: -1; opacity: .55; animation: ring 2.2s ease-out infinite; pointer-events: none; }
.wa-float::before { background: #1f8a4c; }

/* Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; transition: background-color .3s, box-shadow .3s; padding-top: env(safe-area-inset-top, 0px); }
.nav { transition: background-color .3s, box-shadow .3s, transform .3s; }
.nav.is-hidden { transform: translateY(-100%); }
.nav.is-scrolled { background: rgba(15, 42, 28, .97); box-shadow: 0 10px 30px -18px rgba(0,0,0,.6); }
.nav-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.brand:hover { color: #fff; }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; background: var(--gold); color: var(--forest); display: grid; place-items: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.brand-mark.has-logo { background: transparent; overflow: hidden; }
.brand-mark.has-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-size: 16px; }
.brand-text small { font-size: 12px; color: rgba(255,255,255,.55); }
.nav-links { display: flex; gap: 28px; font-size: 15px; }
.nav-links a { color: rgba(255,255,255,.72); }
.nav-links a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.22); background: transparent; color: #fff; cursor: pointer; place-items: center; }
.mobile-menu { background: rgba(15, 42, 28, .97); padding: 8px 20px 20px; display: flex; flex-direction: column; }
.mobile-menu[hidden] { display: none; }
@media (min-width: 1081px) { .mobile-menu { display: none; } }
.mobile-menu a:not(.btn) { color: #fff; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-menu .btn { margin-top: 14px; }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--forest); color: #fff; padding: 150px 0 100px; }
.hero-glow { position: absolute; right: -180px; top: -220px; width: 760px; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(63,122,85,.55), rgba(15,42,28,0) 65%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 26px; }
.proof { display: flex; align-items: center; gap: 14px; font-size: 14px; color: rgba(255,255,255,.65); }
.proof em { color: #fff; font-style: normal; font-weight: 700; }
.avatars { display: flex; }
.avatars i { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--forest); margin-left: -12px; background: #9fc3a9; }
.avatars i:first-child { margin-left: 0; }
.avatars i:nth-child(2) { background: #e2c98f; }
.avatars i:nth-child(3) { background: #c7b3a6; }
.avatars i:nth-child(4) { background: #6f9b7e; }
.hero-visual { position: relative; height: 600px; }
.arch { position: absolute; inset: 0 30px 0 70px; border-radius: 300px 300px 36px 36px; background: linear-gradient(170deg, var(--moss), #173c29); overflow: hidden; }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.leaf { position: absolute; opacity: .8; transform-origin: bottom center; animation: sway 8s ease-in-out infinite; }
.leaf-a { left: 40px; bottom: 120px; width: 120px; height: 260px; border-radius: 100% 0; background: var(--leaf); }
.leaf-b { right: 30px; bottom: 150px; width: 110px; height: 230px; border-radius: 0 100%; background: #4f8d63; opacity: .7; animation-delay: 1.5s; }
.hero-products { position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%); display: flex; align-items: flex-end; }
.hero-products::after { content: ""; position: absolute; left: 6%; right: 6%; bottom: -14px; height: 34px; border-radius: 50%; background: radial-gradient(closest-side, rgba(0,0,0,.45), transparent); z-index: 0; }
.hprod { position: relative; margin: 0; z-index: 1; flex: none; }
.hprod img { display: block; width: auto; max-width: none; filter: drop-shadow(0 18px 22px rgba(0,0,0,.35)); }
.hprod-1 { z-index: 3; margin-right: -38px; }
.hprod-1 img { height: 86px; }
.hprod-2 img { height: 270px; }
.hprod-3 { margin-left: -22px; z-index: 2; }
.hprod-3 img { height: 190px; }
.float-card { position: absolute; border-radius: 20px; padding: 14px 18px; display: flex; flex-direction: column; gap: 2px; box-shadow: 0 24px 50px -20px rgba(0,0,0,.5); }
.float-card small { font-size: 12px; opacity: .75; }
.float-card strong { font-size: 15px; }
.float-a { left: 0; top: 150px; background: #fff; color: var(--ink); flex-direction: row; align-items: center; gap: 12px; animation: floatY 6s ease-in-out infinite; }
.float-a > span:last-child { display: flex; flex-direction: column; }
.fc-icon { width: 44px; height: 44px; border-radius: 12px; background: #f3ead3; color: #9a7424; display: grid; place-items: center; }
.float-b { right: -24px; top: 260px; width: 250px; background: rgba(15,42,28,.96); border: 1px solid rgba(255,255,255,.2); color: #fff; animation: floatY 7s ease-in-out infinite 1.2s; }
.float-b .gold-t { font-size: 13px; color: var(--gold-soft); }

/* Stats */
.stats { background: #fff; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stat { padding: 40px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.stat:last-child { border-right: 0; }
.stat-v { font-size: clamp(40px, 4.5vw, 54px); color: var(--forest-2); line-height: 1; }
.stat-l { color: var(--muted); font-size: 15px; }
.stats-note { padding: 0 28px 18px; font-size: 12px; color: var(--faint); }

/* App section */
.sec-app { padding-bottom: 0; }
.app-panel { position: relative; overflow: hidden; background: var(--forest); color: #fff; border-radius: 40px; padding: 72px 72px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.app-glow { position: absolute; right: -160px; bottom: -260px; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(201,161,74,.25), rgba(201,161,74,0) 65%); pointer-events: none; }
.app-copy { position: relative; display: flex; flex-direction: column; gap: 22px; padding-bottom: 72px; align-items: flex-start; }
.app-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; }
.app-feature { border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.app-feature strong { font-size: 17px; }
.app-feature span { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.5; }
.app-visual { position: relative; min-height: 560px; align-self: end; }
.phone { position: absolute; left: 50%; bottom: -40px; margin-left: -150px; width: 300px; height: 600px; border-radius: 42px; background: #0b0f0d; padding: 10px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.float-slow { animation: floatY 6s ease-in-out infinite; }
.phone-screen { width: 100%; height: 100%; border-radius: 34px; background: #f3f4f6; overflow: hidden; color: #111827; font-size: 12px; }
.ps-head { background: #1e7a4f; color: #fff; padding: 26px 16px 44px; display: flex; justify-content: space-between; align-items: center; }
.ps-head div { display: flex; flex-direction: column; line-height: 1.3; }
.ps-head small { font-size: 11px; opacity: .8; }
.ps-head strong { font-size: 16px; }
.ps-pill { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; background: rgba(255,255,255,.18); padding: 6px 10px; border-radius: 99px; }
.ps-body { margin: -30px 10px 0; display: flex; flex-direction: column; gap: 8px; }
.ps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 10px; display: flex; flex-direction: column; gap: 2px; }
.ps-card small { font-size: 10px; color: #6b7280; }
.ps-card b { font-size: 14px; }
.ps-card b.g { color: #1e7a4f; font-size: 13px; }
.ps-card b.o { color: #d97706; font-size: 13px; }
.ps-two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-two div { display: flex; flex-direction: column; }
.ps-t { font-weight: 700; color: #111827 !important; font-size: 12px !important; }
.ps-bars { display: flex; align-items: flex-end; gap: 5px; height: 70px; margin-top: 6px; }
.ps-bars i { flex: 1; height: var(--h); background: #a7d7bd; border-radius: 3px 3px 0 0; transform-origin: bottom; }
.ps-bars i.on { background: #1e7a4f; }
.is-in .ps-bars i { animation: grow .9s var(--ease) both; }
.ps-row { flex-direction: row; justify-content: space-between; align-items: center; font-size: 11px; }
.ps-row em { font-style: normal; background: #fee2e2; color: #dc2626; font-weight: 600; padding: 2px 8px; border-radius: 99px; }
.float-white { background: #fff; color: var(--ink); width: 220px; right: 0; top: 110px; animation: floatY 7s ease-in-out infinite 1s; }
.float-gold { background: var(--gold); color: var(--forest); width: 200px; left: 0; top: 270px; box-shadow: none; animation: floatY 6s ease-in-out infinite 2s; }

/* Website / biolink promo */
.split { display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; }
.split-copy { display: flex; flex-direction: column; gap: 20px; }
.split-copy .h2 { margin-top: 0; }
.browser { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(18,48,31,.35); }
.browser-bar { height: 46px; background: #eef2ec; display: flex; align-items: center; gap: 8px; padding: 0 16px; }
.browser-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d5ddd3; }
.browser-bar span { flex: 1; margin-left: 8px; height: 28px; background: #fff; border-radius: 8px; display: flex; align-items: center; padding: 0 12px; font-size: 13px; color: var(--muted); }
.browser-bar strong { color: var(--forest-2); }
.browser-body { background: linear-gradient(170deg, var(--forest), #173c29); padding: 34px 20px; display: flex; justify-content: center; }
.browser-bar { position: relative; }
.sample-tag { font-style: normal; font-size: 11px; font-weight: 700; color: var(--forest-2); background: var(--gold-soft); padding: 3px 10px; border-radius: 99px; flex-shrink: 0; }
.browser-body { background: radial-gradient(circle at 100% 0%, #fbe7ec, transparent 55%), radial-gradient(circle at 0% 60%, #fbe7ec, transparent 50%), #fdf4f6; }
.mini-bio { --pk: #d9577f; --pk2: #f39bb4; --pks: #fde6ed; width: min(340px, 100%); display: flex; flex-direction: column; align-items: stretch; gap: 7px; color: #2b1d24; text-align: center; }
.mini-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2px; }
.mini-logo { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; font-weight: 800; font-size: 14px; color: #b73c63; }
.mini-logo small { font-size: 7px; letter-spacing: .2em; text-transform: uppercase; color: #7b6a72; font-weight: 600; margin-top: 2px; }
.mini-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #b73c63; }
.mini-share { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid #f0dfe5; }
.mini-tags { display: flex; justify-content: center; gap: 6px; font-size: 11px; }
.mini-tags em, .mini-tags span { font-style: normal; padding: 3px 10px; border-radius: 99px; }
.mini-tags em { font-weight: 700; background: #c9a14a; color: #1f1606; }
.mini-tags em.lv-marketer { background: #3470d6; color: #fff; }
.mini-tags em.lv-sub-agen { background: #2f9a5d; color: #fff; }
.mini-tags em.lv-agen { background: #ea7a22; color: #fff; }
.mini-tags em.lv-distributor { background: #12301f; color: #e6c77d; }
.mini-tags span { background: var(--pks); color: #b73c63; }
.mini-handle span { color: #7b6a72; font-weight: 500; }
.mini-avatar { width: 96px; height: 96px; margin: 0 auto; border-radius: 50%; padding: 3px; background: linear-gradient(135deg, var(--pk), var(--pk2)); box-shadow: 0 10px 24px -12px rgba(217,87,127,.6); }
.mini-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 3px solid #fff; background: var(--pks); }
.mini-name { font-size: 24px; line-height: 1.1; display: inline-flex; align-items: center; justify-content: center; gap: 5px; margin-top: 2px; }
.mini-verified { display: inline-block; width: 18px; height: 18px; }
.mini-handle { font-size: 11.5px; font-weight: 700; color: #b73c63; }
.mini-tagline { font-size: 10.5px; color: #7b6a72; }
.mini-quote { margin: 0 8px; font: italic 13px/1.35 'DM Serif Display', Georgia, serif; }
.mini-stats { display: flex; background: #fff; border: 1px solid #f0dfe5; border-radius: 14px; padding: 7px 2px; margin-block: 2px; }
.mini-stats > span { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; text-align: left; }
.mini-stats > span + span { border-left: 1px solid #f0dfe5; }
.mini-stats i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; background: var(--pks); color: #b73c63; }
.mini-stats b { display: block; font-size: 12px; line-height: 1.1; }
.mini-stats small { display: block; font-size: 8.5px; color: #7b6a72; }
.mini-btn { --c1: #e2527f; --c2: #f38fb0; width: 100%; min-height: 46px; border-radius: 14px; display: flex; align-items: center; gap: 10px; padding: 6px 10px 6px 7px; font-size: 13px; text-align: left; color: #fff; background: linear-gradient(100deg, var(--c1), var(--c2)); box-shadow: 0 8px 18px -12px var(--c1); }
.mini-btn > .ic:last-child { margin-left: auto; opacity: .8; flex-shrink: 0; }
.mc-green { --c1: #2f9a5d; --c2: #5cc488; }
.mc-blue { --c1: #3470d6; --c2: #5fa2ef; }
.mc-orange { --c1: #ea7a22; --c2: #f7aa4c; }
.mc-purple { --c1: #7a4fd0; --c2: #a584ee; }
.mc-gold { --c1: #b88a2e; --c2: #dcb760; }
.mc-light { --c1: #fff; --c2: #fff; color: #2b1d24; box-shadow: inset 0 0 0 1px #f0dfe5; }
.mini-ic { width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.22); display: grid; place-items: center; flex-shrink: 0; }
.mc-light .mini-ic { background: var(--pks); color: #b73c63; }
.mini-t { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.mini-t b { font-weight: 700; }
.mini-t small { font-size: 10px; font-weight: 500; opacity: .9; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-prods { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 2px; }
.mini-prod { background: #fff; border: 1px solid #f0dfe5; border-radius: 12px; padding: 6px; display: flex; flex-direction: column; gap: 4px; text-align: left; font-size: 10.5px; line-height: 1.25; }
.mini-prod i { aspect-ratio: 16 / 10; border-radius: 8px; background: var(--pks); color: #b73c63; display: grid; place-items: center; overflow: hidden; }
.mini-prod i img { width: 100%; height: 100%; object-fit: cover; }
.mini-prod b { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mini-prod > span { display: flex; justify-content: space-between; align-items: center; }
.mini-prod em { font-style: normal; font-weight: 700; color: #b73c63; }
.mini-prod u { width: 22px; height: 22px; border-radius: 7px; background: var(--pk); color: #fff; display: grid; place-items: center; }
.mini-socials { display: flex; justify-content: center; gap: 7px; padding-top: 4px; }
.mini-socials i { width: 30px; height: 30px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: #111; }
.mini-socials .ms-whatsapp { background: #25d366; }
.mini-socials .ms-instagram { background: linear-gradient(45deg, #f9ce34, #ee2a7b 50%, #6228d7); }
.mini-socials .ms-youtube { background: #ff0000; }
.mini-socials .ms-facebook { background: #1877f2; }
.dots { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.dots li { display: flex; gap: 12px; align-items: baseline; }
.dots li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; transform: translateY(-2px); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }

/* Why */
.why-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; }
.why-copy { display: flex; flex-direction: column; gap: 20px; }
.why-copy .h2 { margin-top: 0; }
.why-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.why-feature { grid-row: span 2; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.why-feature h3 { font-size: 22px; }
.why-feature p { color: rgba(255,255,255,.65); }
.tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 8px 12px; font-size: 12px; color: rgba(255,255,255,.75); }
.why-card { padding: 28px; display: flex; flex-direction: column; gap: 10px; transition: transform .3s var(--ease), box-shadow .3s; }
.why-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -28px rgba(18,48,31,.4); }
.why-card h3 { font-size: 19px; }
.why-card p { color: var(--muted); font-size: 15px; }
.why-card.wide { grid-column: span 2; }
.why-card.tint { background: var(--tint); border-color: transparent; }

/* Levels */
.level-tabs { display: none; gap: 6px; background: var(--ground); border-radius: 999px; padding: 6px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.level-tabs button { border: 0; background: transparent; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; color: var(--muted); cursor: pointer; white-space: nowrap; }
.level-tabs button.is-on { background: var(--forest-2); color: #fff; }
.levels { display: grid; grid-template-columns: repeat(var(--n), minmax(0, 1fr)); gap: 14px; align-items: end; }
.level { border: 1px solid var(--line); border-radius: 22px; padding: 22px; display: flex; flex-direction: column; gap: 10px; min-height: calc(300px + var(--i) * 40px); background: #fff; transition: transform .35s var(--ease), box-shadow .35s; }
.level:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(18,48,31,.45); }
.lv-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.lv-no { font-size: 12px; color: var(--faint); }
.lv-tag { font-size: 11px; font-weight: 700; background: var(--gold); color: var(--forest-2); padding: 4px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .02em; }
.level h3 { font-size: 22px; }
.lv-disc { display: flex; flex-direction: column; }
.lv-disc .serif { font-size: 40px; line-height: 1; color: var(--forest-2); }
.lv-disc small { font-size: 12px; color: var(--faint); }
.level p { font-size: 14px; color: var(--muted); line-height: 1.5; }
.lv-target { font-weight: 600; color: var(--ink) !important; }
.lv-fit { margin-top: auto; font-size: 13px; font-weight: 600; color: var(--leaf); }
.lv-dark { position: relative; overflow: hidden; background: var(--forest-2); color: #fff; border-color: var(--forest-2); box-shadow: 0 30px 60px -30px rgba(18,48,31,.6); }
.lv-dark p, .lv-dark .lv-no, .lv-dark .lv-disc small { color: rgba(255,255,255,.7); }
.lv-dark .lv-disc .serif { color: #fff; }
.lv-dark .lv-fit, .lv-dark .lv-target { color: var(--gold-soft) !important; }
.lv-dark::after { content: ""; position: absolute; top: 0; bottom: 0; width: 40%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); animation: shine 4.5s ease-in-out infinite; pointer-events: none; }
.lv-gold { background: linear-gradient(160deg, var(--gold-soft), var(--gold)); color: var(--forest-2); border: 0; }
.lv-gold p, .lv-gold .lv-no, .lv-gold .lv-disc small, .lv-gold .lv-fit { color: var(--forest-2); }
.lv-gold .lv-disc .serif { color: var(--forest-2); }

/* Join */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.checks { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 12px; }
.checks li { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; font-size: 16px; }
.check { width: 28px; height: 28px; border-radius: 50%; background: var(--leaf); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.steps { padding: 44px; }
.steps .eyebrow { font-size: 13px; }
.steps ol { list-style: none; margin: 8px 0 0; padding: 0; }
.steps li { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.steps li:last-child { border-bottom: 0; }
.step-n { font-size: 34px; color: var(--gold); width: 36px; line-height: 1; }
.steps li div { display: flex; flex-direction: column; gap: 4px; }
.steps strong { font-size: 18px; }
.steps span:not(.step-n) { color: rgba(255,255,255,.6); font-size: 15px; }

/* Rewards */
.rewards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.reward { border-radius: 24px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); padding: 26px; display: flex; flex-direction: column; gap: 10px; min-height: 200px; transition: transform .35s var(--ease), background-color .3s; }
.reward:hover { transform: translateY(-4px); background: rgba(255,255,255,.08); }
.rw-icon { color: var(--gold); }
.rw-text { margin-top: auto; display: flex; flex-direction: column; gap: 6px; }
.reward h3 { font-size: 20px; }
.reward p { color: rgba(255,255,255,.55); font-size: 14px; }
.rw-feature { grid-column: span 2; grid-row: span 2; min-height: 420px; padding: 36px; background: linear-gradient(160deg, var(--moss), var(--forest-2)); position: relative; overflow: hidden; }
.rw-feature .rw-icon { width: 96px; height: 96px; border-radius: 50%; border: 1px solid rgba(201,161,74,.5); display: grid; place-items: center; }
.rw-feature h3 { font-size: clamp(40px, 4vw, 52px); line-height: 1; }
.rw-feature p { font-size: 16px; color: rgba(255,255,255,.65); }
.rw-gold { background: var(--gold); border-color: var(--gold); color: var(--forest-2); }
.rw-gold .rw-icon, .rw-gold p { color: var(--forest-2); }
.shine::after { content: ""; position: absolute; top: 0; bottom: 0; width: 40%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); animation: shine 4.5s ease-in-out infinite; pointer-events: none; }

/* Events */

/* Gallery */
.sec-gallery { overflow: hidden; }
.sec-gallery .sec-head { margin-bottom: 40px; }
.filter-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-chips button { border: 1px solid var(--line); background: #fff; padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; cursor: pointer; color: var(--ink); }
.filter-chips button.is-on { background: var(--forest-2); border-color: var(--forest-2); color: #fff; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee 50s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.g-item { position: relative; margin: 0; height: 300px; border-radius: 24px; overflow: hidden; background: var(--tint); flex-shrink: 0; }
.g-item img { height: 100%; width: auto; max-width: none; object-fit: cover; transition: transform .6s var(--ease); }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; background: rgba(15,42,28,.72); color: #fff; font-size: 13px; padding: 6px 12px; border-radius: 12px; width: fit-content; max-width: calc(100% - 24px); }
.g-item.is-hidden { display: none; }

/* Testimonials */
.slider-nav { display: flex; gap: 10px; color: var(--forest-2); }
.testi-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
.testi-track::-webkit-scrollbar { display: none; }
.testi { scroll-snap-align: start; background: #fff; border-radius: 24px; padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.testi p { font-size: 16px; line-height: 1.6; color: #3c4a41; }
.testi-dark { background: var(--forest-2); color: #fff; }
.testi-dark p { color: rgba(255,255,255,.82); }
.stars { display: flex; gap: 2px; color: var(--gold); }
.testi-who { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.testi-who img, .avatar-ph { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.avatar-ph { display: grid; place-items: center; background: #9fc3a9; color: var(--forest-2); font-weight: 700; }
.testi-who span { display: flex; flex-direction: column; line-height: 1.3; }
.testi-who small { font-size: 13px; opacity: .7; }
.testi-video { position: relative; display: block; height: 190px; border-radius: 16px; overflow: hidden; background: repeating-linear-gradient(135deg, #dfe7dc 0 12px, #d6e0d3 12px 24px); }
.testi-video img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; border-radius: 50%; background: var(--forest-2); color: #fff; display: grid; place-items: center; transition: transform .3s var(--ease); }
.testi-video:hover .play { transform: scale(1.1); }

/* CTA + form */
.cta-panel { position: relative; overflow: hidden; background: var(--forest); color: #fff; border-radius: 40px; padding: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cta-glow { position: absolute; left: -120px; bottom: -200px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(201,161,74,.28), rgba(201,161,74,0) 65%); pointer-events: none; }
.cta-copy { position: relative; display: flex; flex-direction: column; gap: 22px; }
.contact { display: flex; gap: 12px; align-items: center; color: #fff; }
.contact:hover { color: #fff; }
.contact-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: var(--forest-2); display: grid; place-items: center; }
.contact span:last-child { display: flex; flex-direction: column; }
.contact small { font-size: 13px; color: rgba(255,255,255,.55); }
.contact strong { font-size: 18px; }
.lead-form { position: relative; background: #fff; color: var(--ink); border-radius: 28px; padding: 32px; display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; border: 0; padding: 0; margin: 0; min-width: 0; }
.field > span, .field legend { font-size: 13px; font-weight: 600; padding: 0; margin-bottom: 6px; }
.field input { height: 50px; border: 1px solid #d5ddd3; border-radius: 14px; padding: 0 16px; font: inherit; color: var(--ink); background: #fff; width: 100%; }
.field input:focus { outline: none; border-color: var(--leaf); box-shadow: 0 0 0 4px rgba(63,122,85,.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.radio-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.radio-chips label { position: relative; }
.radio-chips input { position: absolute; opacity: 0; pointer-events: none; }
.radio-chips span { display: inline-flex; padding: 8px 14px; border-radius: 999px; border: 1px solid #d5ddd3; font-size: 13px; font-weight: 500; cursor: pointer; transition: background-color .2s, color .2s; }
.radio-chips input:checked + span { background: var(--forest-2); border-color: var(--forest-2); color: #fff; }
.radio-chips input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { border-radius: 12px; padding: 12px 14px; font-size: 14px; }
.alert-success { background: #dff1e4; color: #1f5a37; }
.alert-error { background: #fbe3e0; color: #9b2c1f; }

/* Footer & float */
.footer { border-top: 1px solid var(--line); background: #fff; }
.footer-in { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 32px 0 calc(32px + env(safe-area-inset-bottom, 0px)); font-size: 14px; color: var(--muted); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
.wa-float { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 40; width: 60px; height: 60px; border-radius: 50%; background: #1f8a4c; color: #fff; display: grid; place-items: center; box-shadow: 0 16px 30px -10px rgba(0,0,0,.45); transform: translateY(120px); transition: transform .4s var(--ease); }
.wa-float.is-visible { transform: translateY(0); }
.wa-float:hover { color: #fff; }

/* 404 */
.notfound { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; padding: 40px 20px; background: var(--forest); color: #fff; }
.notfound h1 { font-size: clamp(36px, 6vw, 56px); }
.notfound p { color: rgba(255,255,255,.65); }

/* Ambient animation control: start after load, pause when off-screen */
.js:not(.anim-on) .leaf, .js:not(.anim-on) .float-a, .js:not(.anim-on) .float-b, .js:not(.anim-on) .float-slow,
.js:not(.anim-on) .float-white, .js:not(.anim-on) .float-gold, .js:not(.anim-on) .marquee-track,
.js:not(.anim-on) .pulse::before, .js:not(.anim-on) .wa-float::before,
.js:not(.anim-on) .shine::after, .js:not(.anim-on) .lv-dark::after,
.is-offscreen .leaf, .is-offscreen .float-a, .is-offscreen .float-b, .is-offscreen .float-slow,
.is-offscreen .float-white, .is-offscreen .float-gold, .is-offscreen .marquee-track, .is-offscreen .pulse::before,
.is-offscreen .shine::after, .is-offscreen .lv-dark::after { animation-play-state: paused; }
.leaf, .float-a, .float-b, .float-slow, .float-white, .float-gold, .marquee-track { will-change: transform; }

/* Reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease) var(--d, 0s), transform .8s var(--ease) var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }

@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes sway { 0%, 100% { transform: rotate(-8deg); } 50% { transform: rotate(4deg); } }
@keyframes shine { 0% { transform: translateX(-120%) skewX(-20deg); } 60%, 100% { transform: translateX(300%) skewX(-20deg); } }
@keyframes ring { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(1.18, 1.45); opacity: 0; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; }
  .hero-grid, .split, .why-grid, .two-col, .cta-panel, .app-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  .hero-visual { height: 520px; max-width: 520px; width: 100%; margin-inline: auto; }
  .float-b { right: 0; }
  .app-panel { padding: 56px 40px 0; }
  .app-copy { padding-bottom: 36px; }
  .app-visual { min-height: 560px; }
  .levels { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; }
  .level { min-height: 0; }
  .rewards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testi-track { grid-auto-columns: calc((100% - 16px) / 2); }
  .cta-panel { padding: 48px 40px; gap: 36px; }
  .split .browser { order: 2; }
}
@media (max-width: 720px) {
  body { font-size: 15px; }
  .wrap { width: calc(100% - 32px); }
  .nav-in { height: 68px; }
  .brand-text small { display: none; }
  .nav-actions .btn { display: none; }
  .hero { padding: 104px 0 64px; }
  .hero-copy { gap: 20px; }
  .lead, .lead-light { font-size: 16px; }
  .btn-row .btn { width: 100%; }
  .hero-visual { height: 400px; }
  .arch { inset: 0 10px 0 40px; }
  .hero-products { transform: translateX(-50%) scale(.62); transform-origin: bottom center; bottom: 24px; }
  .float-a { top: 70px; padding: 10px 12px; }
  .float-a strong { font-size: 13px; }
  .float-b strong { font-size: 14px; }
  .float-b small, .float-b .gold-t { font-size: 11.5px; }
  .fc-icon { width: 36px; height: 36px; }
  .float-b { top: 128px; bottom: auto; width: 196px; padding: 8px 14px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { padding: 26px 18px; border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stats-note { padding: 14px 18px; }
  .app-panel { border-radius: 28px; padding: 40px 20px 0; }
  .app-features { grid-template-columns: 1fr; }
  .app-visual { min-height: 500px; }
  .app-copy .btn-row .btn { width: 100%; }
  .phone { transform: scale(.86); transform-origin: bottom center; }
  .float-white { top: 30px; width: 190px; }
  .float-gold { top: 210px; width: 170px; }
  .why-cards { grid-template-columns: 1fr; }
  .why-feature { grid-row: auto; }
  .why-card.wide { grid-column: auto; }
  .js .level-tabs { display: flex; }
  .levels { display: flex; flex-direction: column; }
  .js .level { display: none; }
  .js .level.is-active { display: flex; }
  .steps { padding: 28px 22px; }
  .rewards { grid-template-columns: 1fr 1fr; gap: 10px; }
  .rw-feature { grid-column: span 2; grid-row: auto; min-height: 260px; padding: 26px; }
  .rw-feature h3 { font-size: 38px; }
  .reward { min-height: 150px; padding: 18px; }
  .reward h3 { font-size: 17px; }
            .g-item { height: 220px; }
  .testi-track { grid-auto-columns: 86%; }
  .cta-panel { border-radius: 28px; padding: 36px 20px; }
  .lead-form { padding: 22px; }
  .field-row { grid-template-columns: 1fr; }
  .sec-head { margin-bottom: 32px; }
}

.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: #111; color: #fff; padding: 10px 16px; border-radius: 999px; font-size: 14px; z-index: 60; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  .wa-float { transform: none; }
}
.theme-preview-bar { position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 90; background: #111; color: #fff; padding: 10px 16px; border-radius: 999px; font-size: 13px; box-shadow: 0 10px 30px rgba(0,0,0,.3); max-width: calc(100% - 32px); text-align: center; }
.theme-preview-bar a { color: #e7d3a2; margin-left: 6px; }

/* Acara & kegiatan: kartu bergambar + agenda terdekat */
.ev-sec { background: #fff; }
.ev-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.ev-head .h2 { margin-top: 8px; font-size: clamp(30px, 3.6vw, 46px); }
.ev-head .lead { margin-top: 10px; font-size: 16px; max-width: 560px; }
.ev-nav { display: flex; gap: 8px; }
.ev-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: start; }
.ev-layout.has-agenda { grid-template-columns: minmax(0, 1fr) 300px; }
.ev-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 12px; }
.has-agenda .ev-track { grid-auto-columns: calc((100% - 32px) / 3); }
.ev-track::-webkit-scrollbar { display: none; }
.ev-card { scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 18px 36px -30px rgba(15,42,28,.45); transition: transform .25s var(--ease), box-shadow .25s; }
.ev-card:hover { transform: translateY(-4px); box-shadow: 0 26px 44px -30px rgba(15,42,28,.55); }
.ev-media { position: relative; aspect-ratio: 16 / 10; background: linear-gradient(135deg, #1b4330, #2f6246); }
.ev-media { overflow: visible; }
.ev-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ev-ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(231,211,162,.55); background: radial-gradient(circle at 70% 20%, rgba(201,161,74,.28), transparent 55%); }
.ev-chip { position: absolute; left: 12px; top: 12px; font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 6px; background: var(--leaf); color: #fff; }
.ev-soon, .ev-done { position: absolute; right: 12px; top: 12px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 99px; }
.ev-soon { background: var(--gold); color: #1f1606; }
.ev-done { background: rgba(255,255,255,.9); color: var(--muted); }
.ev-datebox { position: absolute; left: 12px; bottom: -22px; min-width: 62px; padding: 6px 8px; border-radius: 12px; background: #fff; box-shadow: 0 10px 20px -10px rgba(0,0,0,.35); display: flex; flex-direction: column; align-items: center; line-height: 1; }
.ev-datebox b { font-family: var(--serif); font-weight: 400; font-size: 28px; color: var(--forest-2); }
.ev-datebox small { font-size: 9.5px; font-weight: 700; color: var(--muted); margin-top: 3px; letter-spacing: .04em; }
.ev-content { padding: 32px 16px 16px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ev-content h3 { font-size: 21px; line-height: 1.2; color: var(--forest-2); }
.ev-info { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; font-size: 13px; color: var(--muted); }
.ev-info li { display: flex; gap: 6px; align-items: flex-start; }
.ev-info .ic { flex: none; margin-top: 1px; color: var(--leaf); }
.ev-content > p { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.ev-people { display: flex; align-items: center; gap: 10px; }
.ev-faces { display: flex; }
.ev-faces i { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; margin-left: -7px; display: grid; place-items: center; font-style: normal; font-size: 10px; font-weight: 700; color: #fff; background: var(--leaf); }
.ev-faces i:first-child { margin-left: 0; }
.ev-faces i:nth-child(2) { background: var(--gold); color: #1f1606; }
.ev-faces i:nth-child(3) { background: #b86f7c; }
.ev-faces i:nth-child(4) { background: var(--forest-2); }
.ev-people small { font-size: 12.5px; color: var(--muted); }
.ev-btn { margin-top: auto; min-height: 42px; border-radius: 10px; font-size: 14.5px; background: linear-gradient(180deg, #d7b25d, var(--gold)); color: #1f1606; }
.ev-btn:hover { color: #1f1606; filter: brightness(1.04); }
.ev-btn.ghost { background: transparent; border: 1px solid var(--line); color: var(--forest-2); }
.ev-btn.dark { background: var(--forest-2); color: #fff; }
.ev-btn.dark:hover { color: #fff; background: #1b4330; }
.ev-card.is-next { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 26px 44px -28px rgba(15,42,28,.55); }
.ev-card.is-past { box-shadow: none; border-style: dashed; }
.ev-card.is-past:hover { transform: none; }
.ev-card.is-past .ev-media { filter: grayscale(.85) opacity(.75); }
.ev-card.is-past h3 { color: var(--muted); }
.ev-agenda { position: sticky; top: 96px; background: #f7f5ee; border: 1px solid var(--line); border-radius: 18px; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.ev-agenda h3 { font-size: 22px; font-weight: 400; display: flex; align-items: center; gap: 8px; color: var(--forest-2); }
.ev-ag-row { display: flex; gap: 10px; align-items: flex-start; background: #fff; border-radius: 12px; padding: 10px 12px; }
.ev-ag-ic { width: 28px; height: 28px; border-radius: 50%; background: #e7f1eb; color: var(--leaf); display: grid; place-items: center; flex: none; }
.ev-ag-row strong { display: block; font-size: 14px; line-height: 1.3; }
.ev-ag-row small { font-size: 12.5px; color: var(--muted); }
.ev-count { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.ev-count div { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 8px 0; display: flex; flex-direction: column; align-items: center; }
.ev-count b { font-family: var(--serif); font-weight: 400; font-size: 24px; line-height: 1.1; color: var(--forest-2); font-variant-numeric: tabular-nums; }
.ev-count small { font-size: 10.5px; color: var(--muted); }
.ev-link { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--forest-2); padding: 4px 2px; }
.ev-link:hover { color: var(--leaf); }
.t-klasik .ev-sec, .t-editorial .ev-sec { background: transparent; }
@media (max-width: 1080px) {
  .ev-layout.has-agenda { grid-template-columns: minmax(0, 1fr); }
  .ev-agenda { position: static; order: -1; }
  .ev-track, .has-agenda .ev-track { grid-auto-columns: calc((100% - 16px) / 2); }
}
@media (max-width: 720px) {
  .ev-track, .has-agenda .ev-track { grid-auto-columns: 84%; }
  .ev-nav { display: none; }
}
.why-ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--tint); color: var(--leaf); margin-bottom: 4px; }
.why-card.tint .why-ic { background: #fff; }

/* Slider biolink mitra */
.browser-url { color: inherit; display: block; }
.browser-bar .browser-url { flex: 1; margin-left: 8px; height: 28px; background: #fff; border-radius: 8px; display: flex; align-items: center; padding: 0 12px; font-size: 13px; color: var(--muted); overflow: hidden; white-space: nowrap; }
.sample-tag.live { background: #e3f4e8; color: #1f7a45; }
.browser-body { flex-direction: column; align-items: center; gap: 16px; }
.bio-slides { display: grid; width: min(340px, 100%); }
.bio-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateX(14px); transition: opacity .45s var(--ease), transform .45s var(--ease), visibility 0s .45s; }
.bio-slide.is-on { opacity: 1; visibility: visible; transform: none; transition: opacity .45s var(--ease), transform .45s var(--ease); }
.mini-initial { width: 100%; height: 100%; border-radius: 50%; border: 3px solid #fff; background: var(--pks, #fde6ed); color: #b73c63; display: grid; place-items: center; font-family: var(--serif); font-size: 40px; }
.bio-slider-nav { display: flex; align-items: center; gap: 12px; }
.bio-slider-nav .round { width: 36px; height: 36px; color: var(--forest-2); border-color: rgba(18,48,31,.25); background: #fff; }
.bio-dots { display: flex; gap: 6px; }
.bio-dots button { width: 8px; height: 8px; border-radius: 99px; border: 0; padding: 0; background: rgba(18,48,31,.25); cursor: pointer; transition: width .25s, background-color .25s; }
.bio-dots button.is-on { width: 22px; background: var(--gold); }
@media (prefers-reduced-motion: reduce) { .bio-slide, .bio-slide.is-on { transition: none; transform: none; } }

/* ============================================================
   Panduan biolink (/panduan)
   ============================================================ */
.guide { background: #fbf8f2; font-size: 17px; }
.gd-top { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 30; background: var(--forest); color: #fff; }
.gd-top-in { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; }
.gd-hero { background: radial-gradient(700px 360px at 90% 0%, #2c5a41, transparent 60%), var(--forest); color: #fff; padding: 48px 0 56px; }
.gd-kicker { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.gd-hero h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 12px 0 14px; max-width: 760px; text-wrap: balance; }
.gd-hero h1 em { color: var(--gold); }
.gd-hero > .wrap > p { font-size: 18px; color: rgba(255,255,255,.8); max-width: 620px; }
.gd-chapters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.gd-chap { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; }
.gd-chap:hover { background: rgba(255,255,255,.14); color: #fff; }
.gd-chap > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; }
.gd-chap strong { font-size: 17px; }
.gd-chap small { font-size: 13px; color: rgba(255,255,255,.65); }
.gd-chap-no { width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--forest); display: grid; place-items: center; font-weight: 800; font-size: 18px; flex: none; }
.gd-part { padding: 56px 0 24px; scroll-margin-top: 70px; }
.gd-part-head { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.gd-part-ic { width: 52px; height: 52px; border-radius: 16px; background: var(--forest-2); color: var(--gold); display: grid; place-items: center; }
.gd-part-head small { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--leaf); }
.gd-part-head h2 { font-size: clamp(28px, 3.6vw, 42px); line-height: 1.1; }
.gd-step { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; align-items: center; background: #fff; border: 1px solid #ece5d6; border-radius: 26px; padding: 28px; margin-bottom: 18px; }
.gd-step-copy { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.gd-no { width: 46px; height: 46px; border-radius: 50%; background: var(--forest-2); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 20px; }
.gd-step h3 { font-size: 24px; line-height: 1.25; color: var(--forest-2); }
.gd-step-copy > p { font-size: 18px; line-height: 1.7; color: #3c4a41; }
.gd-step-copy b { color: var(--forest-2); }
.gd-tip { display: flex; gap: 10px; align-items: flex-start; background: #fff7e3; border: 1px solid #f0dfae; border-radius: 16px; padding: 12px 14px; }
.gd-tip span { font-size: 20px; line-height: 1.3; }
.gd-tip p { font-size: 16px; line-height: 1.6; color: #6b5212; }
.gd-shots { display: flex; justify-content: center; gap: 14px; }
.gd-phone { margin: 0; width: min(280px, 100%); border-radius: 30px; padding: 8px; background: #1d1a1c; box-shadow: 0 30px 50px -30px rgba(15,42,28,.55); }
.gd-shots.two .gd-phone { width: min(230px, 48%); }
.gd-phone img { width: 100%; height: auto; border-radius: 22px; aspect-ratio: 1 / 2; object-fit: cover; object-position: top; background: #f3f5f0; }
.gd-extra { padding-bottom: 56px; }
.gd-extra-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 20px; align-items: start; }
.gd-check, .gd-faq { background: #fff; border: 1px solid #ece5d6; border-radius: 26px; padding: 28px; }
.gd-check h2, .gd-faq h2 { font-size: 28px; margin-bottom: 16px; }
.gd-check ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.gd-check li { display: flex; gap: 12px; align-items: center; font-size: 17px; }
.gd-check li span { width: 28px; height: 28px; border-radius: 50%; background: var(--leaf); color: #fff; display: grid; place-items: center; flex: none; }
.gd-faq details { border-top: 1px solid #ece5d6; padding: 14px 0; }
.gd-faq summary { cursor: pointer; font-weight: 700; font-size: 17px; color: var(--forest-2); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.gd-faq summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--gold); }
.gd-faq details[open] summary::after { content: "–"; }
.gd-faq details p { margin-top: 8px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.gd-cta { background: var(--forest); color: #fff; padding: 48px 0; }
.gd-cta-in { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.gd-cta h2 { font-size: clamp(28px, 3.6vw, 40px); }
.gd-cta p { color: rgba(255,255,255,.75); margin-top: 6px; }
.gd-sticky { display: none; }
@media (max-width: 860px) {
  .gd-chapters { grid-template-columns: minmax(0, 1fr); }
  .gd-step { grid-template-columns: minmax(0, 1fr); padding: 20px 16px; gap: 20px; }
  .gd-step h3 { font-size: 21px; }
  .gd-extra-grid { grid-template-columns: minmax(0, 1fr); }
  .gd-sticky { display: flex; position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 40; box-shadow: 0 16px 30px -12px rgba(0,0,0,.45); }
  .guide main { padding-bottom: 70px; }
  .gd-top .btn { display: none; }
}

/* Panduan: versi cetak / PDF */
.gd-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.gd-print-only { display: none; }
@media print {
  @page { size: A4; margin: 12mm 12mm 14mm; }
  .guide { background: #fff; font-size: 13px; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .gd-top, .gd-sticky, .gd-actions, .gd-cta .btn-row, .guide .footer, .theme-preview-bar, .wa-float { display: none !important; }
  .gd-print-only { display: block; }
  .gd-hero { padding: 22px 22px; border-radius: 18px; }
  .gd-cta { break-before: avoid; }
  .gd-hero h1 { font-size: 34px; }
  .gd-hero > .wrap > p { font-size: 14px; }
  .gd-chapters { grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
  .gd-chap { padding: 10px; }
  .gd-chap strong { font-size: 13px; }
  .gd-chap-no { width: 30px; height: 30px; font-size: 14px; }
  .gd-chap .ic { display: none; }
  .wrap { width: 100%; }
  .gd-part { padding: 14px 0 0; break-before: page; }
  .gd-hero + .gd-part { break-before: auto; }
  .gd-part.gd-extra { break-before: auto; padding-top: 6px; }
  .gd-check, .gd-faq { padding: 16px; border-radius: 16px; }
  .gd-check h2, .gd-faq h2 { font-size: 19px; margin-bottom: 8px; }
  .gd-check li { font-size: 12.5px; gap: 8px; }
  .gd-check li span { width: 20px; height: 20px; }
  .gd-check ul { gap: 7px; }
  .gd-faq details { padding: 7px 0; }
  .gd-faq summary { font-size: 13px; }
  .gd-faq details p { font-size: 12px; margin-top: 3px; line-height: 1.45; }
  .gd-extra-grid { break-inside: avoid; }
  .gd-part-head { margin-bottom: 12px; }
  .gd-part-head h2 { font-size: 26px; }
  .gd-step { grid-template-columns: 1.4fr 1fr; gap: 16px; padding: 12px 16px; border-radius: 16px; margin-bottom: 10px; break-inside: avoid; page-break-inside: avoid; }
  .gd-no { width: 32px; height: 32px; font-size: 15px; }
  .gd-step h3 { font-size: 17px; }
  .gd-step-copy > p { font-size: 13px; line-height: 1.55; }
  .gd-tip p { font-size: 12px; }
  .gd-phone { width: 150px; padding: 4px; border-radius: 18px; box-shadow: none; }
  .gd-shots.two .gd-phone { width: 128px; }
  .gd-phone img { border-radius: 15px; }
  .gd-extra-grid { grid-template-columns: 1fr 1.2fr; }
  .gd-faq details { break-inside: avoid; }
  .gd-faq details p { display: block !important; }
  .gd-cta { padding: 22px; border-radius: 18px; margin-top: 16px; break-inside: avoid; }
  .gd-cta h2 { font-size: 24px; }
  .sec, .footer { content-visibility: visible !important; }
}

/* ============================================================
   Artikel & halaman SEO
   ============================================================ */
.article-page { background: #fbf8f2; }
.ar-top .gd-top-in { gap: 18px; }
.ar-nav { display: flex; gap: 22px; margin-left: auto; font-size: 15px; }
.ar-nav a { color: rgba(255,255,255,.78); }
.ar-nav a:hover { color: #fff; }
.ar-wrap { width: min(760px, 100% - 32px); margin: 0 auto; padding: 28px 0 40px; }
.ar-crumbs { font-size: 13.5px; color: var(--muted); }
.ar-crumbs a { color: var(--leaf); }
.ar-head { margin: 18px 0 22px; display: flex; flex-direction: column; gap: 12px; }
.ar-cat { display: inline-block; align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--leaf); }
.ar-head h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.08; color: var(--forest-2); text-wrap: balance; }
.ar-lead { font-size: 19px; line-height: 1.6; color: #3c4a41; }
.ar-meta { font-size: 14px; color: var(--faint); }
.ar-cover { margin: 0 0 26px; border-radius: 20px; overflow: hidden; aspect-ratio: 16 / 9; }
.ar-cover img { width: 100%; height: 100%; object-fit: cover; }
.ar-body { font-size: 18px; line-height: 1.8; color: #26332b; }
.ar-body > * + * { margin-top: 18px; }
.ar-body h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.2; color: var(--forest-2); margin-top: 38px; scroll-margin-top: 80px; }
.ar-body h3 { font-size: 21px; color: var(--forest-2); margin-top: 28px; }
.ar-body ul, .ar-body ol { padding-left: 24px; display: grid; gap: 8px; }
.ar-body li::marker { color: var(--gold); font-weight: 700; }
.ar-body a:not(.btn) { color: var(--leaf); text-decoration: underline; text-underline-offset: 3px; }
.ar-body blockquote { margin: 22px 0 0; padding: 14px 18px; border-left: 4px solid var(--gold); background: #fff7e3; border-radius: 0 14px 14px 0; font-size: 17px; color: #5d4a17; }
.ar-levels { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.ar-level { background: #fff; border: 1px solid #ece5d6; border-radius: 16px; padding: 14px; display: flex; flex-direction: column; gap: 4px; line-height: 1.4; }
.ar-level.hl { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.ar-level strong { font-size: 16px; color: var(--forest-2); }
.ar-level strong em { font-style: normal; font-size: 10.5px; background: var(--gold); color: #1f1606; padding: 1px 7px; border-radius: 99px; vertical-align: 2px; }
.ar-disc { font-size: 14px; font-weight: 700; color: var(--leaf); }
.ar-level small { font-size: 13px; color: var(--muted); }
.ar-cta { margin-top: 30px !important; display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; background: var(--forest); color: #fff; border-radius: 22px; padding: 24px; }
.ar-cta strong { font-size: 24px; font-weight: 400; }
.ar-cta p { margin-top: 4px; font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.5; }
.btn-wa-o { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.btn-wa-o:hover { background: rgba(255,255,255,.08); color: #fff; }
.ar-faq { margin-top: 40px; background: #fff; border: 1px solid #ece5d6; border-radius: 22px; padding: 22px; }
.ar-faq h2 { font-size: 26px; margin-bottom: 8px; color: var(--forest-2); }
.ar-faq details { border-top: 1px solid #ece5d6; padding: 14px 0; }
.ar-faq summary { cursor: pointer; font-weight: 700; font-size: 16.5px; color: var(--forest-2); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.ar-faq summary::after { content: "+"; color: var(--gold); font-size: 22px; line-height: 1; }
.ar-faq details[open] summary::after { content: "–"; }
.ar-faq details p { margin-top: 8px; font-size: 16px; line-height: 1.65; color: var(--muted); }
.ar-related { padding: 40px 0 60px; }
.ar-related h2 { font-size: 30px; margin-bottom: 18px; color: var(--forest-2); }
.ar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ar-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #ece5d6; border-radius: 20px; overflow: hidden; color: var(--ink); transition: transform .25s var(--ease), box-shadow .25s; }
.ar-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -30px rgba(15,42,28,.5); color: var(--ink); }
.ar-card-img { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #1b4330, #2f6246); display: grid; place-items: center; color: rgba(231,211,162,.6); overflow: hidden; }
.ar-card-img img { width: 100%; height: 100%; object-fit: cover; }
.ar-card-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ar-card-body strong { font-family: var(--serif); font-weight: 400; font-size: 21px; line-height: 1.2; color: var(--forest-2); }
.ar-card-ex { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.ar-more { margin-top: auto; font-size: 14px; font-weight: 700; color: var(--leaf); display: inline-flex; gap: 6px; align-items: center; }
.ar-list-hero { background: var(--forest); color: #fff; padding: 44px 0; }
.ar-list-hero h1 { font-size: clamp(32px, 5vw, 52px); margin: 10px 0; line-height: 1.08; }
.ar-list-hero p { color: rgba(255,255,255,.78); font-size: 18px; }
.ar-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.ar-pills a { color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 8px 14px; font-size: 14px; }
.ar-pills a:hover { background: rgba(255,255,255,.1); color: #fff; }
.ar-sec { background: #fff; }
@media (max-width: 860px) {
  .ar-grid { grid-template-columns: minmax(0, 1fr); }
  .ar-nav { display: none; }
  .ar-top .btn { margin-left: auto; display: inline-flex; }
  .ar-body { font-size: 17px; }
}
.prod-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (min-width: 700px) { .prod-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.prod-card { background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 18px; padding: 14px; text-align: center; transition: transform .25s var(--ease), box-shadow .25s; }
.prod-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -32px rgba(15, 42, 28, .5); }
.prod-img { position: relative; display: grid; place-items: center; aspect-ratio: 1; border-radius: 12px; background: var(--ground); overflow: hidden; margin-bottom: 10px; color: var(--faint); }
.prod-img img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.prod-badge { position: absolute; top: 8px; left: 8px; font-style: normal; font-size: 10.5px; font-weight: 800; padding: 4px 9px; border-radius: 99px; background: var(--gold); color: #21160a; }
.prod-card h3 { font-size: 14.5px; line-height: 1.3; }
.prod-card small { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.prod-card b { display: block; margin-top: 8px; font-size: 16.5px; color: var(--forest); font-variant-numeric: tabular-nums; }
.sec-dist { background: var(--forest); color: #fff; }
.dist-panel { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .dist-panel { grid-template-columns: 1fr 1fr; } }
.dist-value { margin-top: 18px; padding: 14px 18px; border-radius: 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); font-size: 15px; }
.dist-value em { font-style: normal; color: var(--gold-soft); font-weight: 700; }
.dist-list { display: grid; gap: 2px; list-style: none; padding: 0; margin: 0; }
.dist-list li { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.dist-list li:last-child { border-bottom: 0; }
.dist-no { font-family: var(--serif); font-size: 22px; color: var(--gold-soft); width: 34px; flex: none; }
.dist-list strong { display: block; font-size: 16px; }
.dist-list span { color: rgba(255,255,255,.75); font-size: 14.5px; line-height: 1.6; }
.ar-body .tbl-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--line); border-radius: 14px; }
.ar-body table { width: 100%; border-collapse: collapse; font-size: 15px; }
.ar-body th, .ar-body td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.ar-body thead th { background: var(--ground); font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; white-space: nowrap; }
.ar-body tbody tr:last-child td { border-bottom: 0; }
.ar-body td:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
