/* ===========================================================
   Sunat LaserVIT — Stylesheet
   Brand: modern laser circumcision clinic (purple/violet/magenta)
   =========================================================== */

:root {
  /* Brand colors */
  --violet: #7c3aed;
  --violet-d: #6d28d9;
  --violet-l: #a78bfa;
  --fuchsia: #c026d3;
  --fuchsia-d: #a21caf;
  --grad: linear-gradient(135deg, #7c3aed 0%, #9333ea 45%, #c026d3 100%);
  --grad-soft: linear-gradient(135deg, #ede9fe 0%, #fae8ff 100%);

  /* Neutrals */
  --ink: #1f1933;
  --ink-2: #4b455e;
  --muted: #756f86;
  --line: #ece8f6;
  --bg: #ffffff;
  --bg-soft: #f8f6ff;
  --bg-soft-2: #f3effe;

  /* Utility */
  --wa: #25d366;
  --wa-d: #1ebe5b;
  --gold: #f5b301;

  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow-sm: 0 4px 16px rgba(80, 40, 130, 0.06);
  --shadow: 0 18px 40px rgba(90, 45, 140, 0.12);
  --shadow-lg: 0 30px 60px rgba(90, 45, 140, 0.18);
  --container: 1180px;
  --header-h: 76px;

  --font: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --display: 'Anton', var(--font);
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { line-height: 1.18; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
section { position: relative; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }

/* ---------- Helpers ---------- */
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--fuchsia-d);
}
.section { padding: 86px 0; }
.section-sm { padding: 60px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-soft-2 { background: var(--bg-soft-2); }
.text-center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fuchsia-d);
  background: #fdeaff;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.55rem); }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }
.section-head .bar { width: 76px; height: 5px; border-radius: 99px; background: var(--grad); margin: 18px auto 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 12px 26px rgba(124, 58, 237, .35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(124, 58, 237, .45); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 12px 26px rgba(37, 211, 102, .35); }
.btn-wa:hover { transform: translateY(-2px); background: var(--wa-d); box-shadow: 0 16px 32px rgba(37, 211, 102, .45); }
.btn-outline { background: #fff; color: var(--violet-d); border: 2px solid var(--line); }
.btn-outline:hover { border-color: var(--violet-l); transform: translateY(-2px); }
.btn-ghost { color: var(--violet-d); padding: 10px 0; }
.btn-lg { padding: 17px 34px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ===========================================================
   HEADER / NAV
   =========================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
/* Logo lockup */
.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo .lv-mark { width: 42px; height: 42px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text .kicker {
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.34em;
  color: var(--ink-2); text-transform: uppercase; margin-bottom: 3px; margin-left: 2px;
}
.logo-text .word { font-size: 1.5rem; letter-spacing: -0.01em; }
.logo-text .word .laser { font-family: var(--serif); font-weight: 800; }
.logo-text .word .vit { font-family: var(--display); font-weight: 400; letter-spacing: 0.01em; }
.logo .grad-text { } /* applied to .word */

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-weight: 600; font-size: 0.98rem; color: var(--ink-2);
  padding: 10px 16px; border-radius: 99px; transition: color .15s, background .15s;
}
.nav-links a:hover { color: var(--violet-d); background: var(--bg-soft); }
.nav-links a.active { color: var(--violet-d); background: #f1ebff; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; color: var(--ink); align-items: center; justify-content: center; }
.nav-toggle svg { width: 26px; height: 26px; }

/* ===========================================================
   HERO
   =========================================================== */
.hero { padding: 64px 0 80px; background:
    radial-gradient(1100px 500px at 85% -10%, #fae8ff 0%, rgba(250,232,255,0) 60%),
    radial-gradient(900px 500px at -10% 10%, #ede9fe 0%, rgba(237,233,254,0) 55%),
    var(--bg);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  padding: 8px 16px 8px 10px; border-radius: 999px; font-weight: 700; font-size: .9rem; margin-bottom: 22px;
}
.hero-badge .pill { background: var(--grad); color: #fff; font-size: .72rem; padding: 4px 10px; border-radius: 999px; letter-spacing: .04em; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); letter-spacing: -0.03em; }
.hero h1 .sub { display: block; font-size: clamp(1.15rem, 2.4vw, 1.6rem); font-weight: 700; color: var(--ink-2); margin-top: 10px; letter-spacing: -0.01em; }
.hero p.lead { font-size: 1.12rem; color: var(--ink-2); margin: 22px 0 12px; max-width: 540px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 30px; }
.hero-tags span { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px; font-weight: 600; font-size: .9rem; color: var(--ink-2); box-shadow: var(--shadow-sm); }
.hero-tags span::before { content: "✓"; color: var(--violet); font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-visual { position: relative; }
.hero-img-wrap {
  position: relative; border-radius: 30px; overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4/4.4; background: var(--grad-soft);
}
.hero-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-blob { position: absolute; inset: auto -30px -30px auto; width: 180px; height: 180px; background: var(--grad); filter: blur(8px); opacity: .25; border-radius: 50%; z-index: -1; }
.hero-stat {
  position: absolute; left: -22px; bottom: 26px;
  background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 16px 20px;
  display: flex; align-items: center; gap: 14px;
}
.hero-stat .num { font-size: 1.7rem; font-weight: 800; color: var(--violet-d); font-family: var(--display); }
.hero-stat .lbl { font-size: .82rem; color: var(--muted); line-height: 1.3; max-width: 120px; }
.hero-stat .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--grad-soft); display: grid; place-items: center; font-size: 1.4rem; }

/* ===========================================================
   FEATURE / CARD GRIDS
   =========================================================== */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #e4dcfb; }
.card .ic {
  width: 58px; height: 58px; border-radius: 16px; background: var(--grad-soft);
  display: grid; place-items: center; font-size: 1.7rem; margin-bottom: 18px;
}
.card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .98rem; }

/* Audience cards (with photo) */
.audience-card { padding: 0; overflow: hidden; text-align: center; }
.audience-card .ph { aspect-ratio: 1/1; overflow: hidden; background: var(--grad-soft); }
.audience-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.audience-card:hover .ph img { transform: scale(1.06); }
.audience-card .body { padding: 22px 20px 28px; }
.audience-card h3 { font-size: 1.25rem; margin-bottom: 6px; }
.audience-card .age { color: var(--fuchsia-d); font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }
.audience-card p { color: var(--muted); font-size: .95rem; margin-top: 8px; }

/* Method cards numbered */
.method-card { position: relative; padding-top: 34px; }
.method-card .no {
  position: absolute; top: -18px; left: 26px; width: 46px; height: 46px; border-radius: 14px;
  background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.2rem; font-family: var(--display);
  box-shadow: 0 10px 20px rgba(124,58,237,.35);
}

/* Healing steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; box-shadow: var(--shadow-sm); }
.step .no { width: 52px; height: 52px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.3rem; font-family: var(--display); margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; }
.step .when { display: inline-block; font-size: .76rem; font-weight: 700; color: var(--fuchsia-d); background: #fdeaff; padding: 4px 11px; border-radius: 99px; margin: 8px 0 12px; }
.step p { color: var(--muted); font-size: .92rem; }

/* ===========================================================
   PRICING
   =========================================================== */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 28px; box-shadow: var(--shadow-sm); position: relative; transition: transform .2s, box-shadow .2s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.popular { border: 2px solid var(--violet); box-shadow: var(--shadow); transform: scale(1.02); }
.price-card.popular::before {
  content: "PALING POPULER"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em;
  padding: 6px 18px; border-radius: 999px; box-shadow: 0 8px 18px rgba(124,58,237,.4);
}
.price-card h3 { font-size: 1.4rem; }
.price-card .age { color: var(--muted); font-weight: 600; font-size: .95rem; margin-top: 2px; }
.price-card .price { margin: 20px 0 6px; }
.price-card .price .from { font-size: .85rem; color: var(--muted); display: block; }
.price-card .price .amt { font-size: 2.5rem; font-weight: 800; color: var(--violet-d); font-family: var(--display); letter-spacing: .01em; }
.price-card .feats { margin: 18px 0 24px; border-top: 1px dashed var(--line); padding-top: 18px; }
.price-card .feats li { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: .95rem; color: var(--ink-2); border-bottom: 1px dashed var(--line); }
.price-card .feats li:last-child { border-bottom: none; }
.price-card .feats li b { color: var(--ink); font-weight: 700; white-space: nowrap; }
.price-card .tagline { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; font-weight: 700; color: var(--fuchsia-d); margin-bottom: 16px; }

/* Yatim / subsidy section */
.subsidy { background: var(--grad); color: #fff; border-radius: var(--radius-lg); padding: 56px 44px; box-shadow: var(--shadow-lg); }
.subsidy .head { text-align: center; max-width: 680px; margin: 0 auto 36px; }
.subsidy .head .ic { font-size: 2.4rem; }
.subsidy .head h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-top: 10px; }
.subsidy .head p { color: rgba(255,255,255,.9); margin-top: 12px; }
.subsidy-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.subsidy-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); padding: 28px 26px; backdrop-filter: blur(4px); }
.subsidy-card .tag { display: inline-block; background: var(--gold); color: #5a3d00; font-weight: 800; font-size: .7rem; letter-spacing: .06em; padding: 5px 12px; border-radius: 99px; margin-bottom: 12px; }
.subsidy-card .tag.best { background: #fff; color: var(--fuchsia-d); }
.subsidy-card h3 { color: #fff; font-size: 1.2rem; }
.subsidy-card .amt { font-size: 2.1rem; font-weight: 800; font-family: var(--display); margin: 6px 0 16px; }
.subsidy-card ul li { padding: 6px 0; color: rgba(255,255,255,.92); display: flex; gap: 10px; font-size: .96rem; }
.subsidy-card ul li::before { content: "✓"; font-weight: 800; color: #fff; }

.criteria { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow-sm); }
.criteria .head { text-align: center; max-width: 640px; margin: 0 auto 28px; }
.criteria .head .ic { font-size: 2rem; }
.criteria .head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-top: 8px; }
.criteria ul { max-width: 760px; margin: 0 auto; }
.criteria ul li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px dashed var(--line); color: var(--ink-2); }
.criteria ul li .n { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--grad-soft); color: var(--violet-d); font-weight: 800; display: grid; place-items: center; font-size: .85rem; }
.criteria .note { margin-top: 22px; font-size: .9rem; color: var(--muted); font-style: italic; text-align: center; }

.donate { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.donate-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm); }
.donate-box h3 { font-size: 1.35rem; margin-bottom: 12px; }
.donate-box p { color: var(--muted); margin-bottom: 22px; }

/* ===========================================================
   TESTIMONIALS
   =========================================================== */
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; box-shadow: var(--shadow-sm); }
.testi-card .stars { color: var(--gold); margin-bottom: 14px; font-size: 1.05rem; letter-spacing: 2px; }
.testi-card blockquote { font-size: 1.05rem; color: var(--ink-2); font-style: italic; line-height: 1.6; }
.testi-card .who { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.testi-card .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--grad); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; }
.testi-card .who .nm { font-weight: 700; }
.testi-card .who .rl { font-size: .85rem; color: var(--muted); }

/* ===========================================================
   FAQ
   =========================================================== */
.faq { max-width: 820px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px 30px; box-shadow: var(--shadow-sm); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: none; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; padding: 22px 0; font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.faq-q .chev { flex: none; width: 22px; height: 22px; color: var(--violet); transition: transform .25s ease; }
.faq-item.open .faq-q { color: var(--fuchsia-d); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { color: var(--muted); padding-bottom: 22px; font-size: 1rem; }

/* ===========================================================
   CTA BAND
   =========================================================== */
.cta-band { background: var(--grad); color: #fff; text-align: center; }
.cta-band .container { padding-top: 80px; padding-bottom: 80px; }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.8rem); max-width: 800px; margin: 0 auto; }
.cta-band p { color: rgba(255,255,255,.92); max-width: 620px; margin: 18px auto 32px; font-size: 1.1rem; }
.cta-band .btn-wa { background: #fff; color: var(--wa-d); }
.cta-band .btn-wa:hover { background: #f0fff6; }

/* ===========================================================
   PAGE HERO (sub-pages)
   =========================================================== */
.page-hero { background:
    radial-gradient(900px 400px at 80% -20%, #fae8ff 0%, rgba(250,232,255,0) 60%),
    var(--bg-soft);
  padding: 70px 0 60px; text-align: center; border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
.page-hero p { color: var(--muted); max-width: 640px; margin: 16px auto 0; font-size: 1.1rem; }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--violet-d); }

/* ===========================================================
   SERVICE (Layanan) blocks
   =========================================================== */
.svc { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.svc.rev .svc-media { order: 2; }
.svc-media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; background: var(--grad-soft); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-body h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 16px; }
.svc-body p { color: var(--ink-2); margin-bottom: 14px; }
.svc-body ul { margin-top: 16px; }
.svc-body ul li { display: flex; gap: 12px; padding: 9px 0; color: var(--ink-2); }
.svc-body ul li::before { content: "✓"; color: #fff; background: var(--grad); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 800; flex: none; }

/* ===========================================================
   LOCATIONS
   =========================================================== */
.loc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.loc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.loc-map { aspect-ratio: 16/9; background: var(--grad-soft); position: relative; }
.loc-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.loc-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.loc-body h3 { font-size: 1.18rem; margin-bottom: 14px; }
.loc-row { display: flex; gap: 12px; color: var(--ink-2); font-size: .95rem; margin-bottom: 12px; }
.loc-row svg { width: 20px; height: 20px; color: var(--violet); flex: none; margin-top: 2px; }
.loc-body .btn { margin-top: auto; }

/* ===========================================================
   PARTNERSHIP (Kemitraan)
   =========================================================== */
.partner-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.partner-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.partner-card.featured { background: var(--grad); color: #fff; border: none; }
.partner-card.featured h3, .partner-card.featured .amt { color: #fff; }
.partner-card .tag { align-self: flex-start; font-size: .72rem; font-weight: 800; letter-spacing: .08em; padding: 5px 13px; border-radius: 99px; background: #fdeaff; color: var(--fuchsia-d); margin-bottom: 14px; }
.partner-card.featured .tag { background: rgba(255,255,255,.2); color: #fff; }
.partner-card .ic { width: 60px; height: 60px; border-radius: 16px; background: var(--grad-soft); display: grid; place-items: center; font-size: 1.8rem; margin-bottom: 18px; }
.partner-card.featured .ic { background: rgba(255,255,255,.18); }
.partner-card h3 { font-size: 1.35rem; margin-bottom: 10px; }
.partner-card > p { color: var(--muted); margin-bottom: 20px; }
.partner-card.featured > p { color: rgba(255,255,255,.9); }
.partner-card ul { margin-bottom: 26px; }
.partner-card ul li { display: flex; gap: 11px; padding: 8px 0; color: var(--ink-2); font-size: .96rem; }
.partner-card.featured ul li { color: rgba(255,255,255,.95); }
.partner-card ul li::before { content: "✓"; color: var(--violet); font-weight: 800; flex: none; }
.partner-card.featured ul li::before { color: #fff; }
.partner-card .btn { margin-top: auto; }

/* ===========================================================
   BLOG
   =========================================================== */
.blog-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 14px; }
.blog-filters button { padding: 9px 20px; border-radius: 999px; font-weight: 600; font-size: .92rem; color: var(--ink-2); background: #fff; border: 1px solid var(--line); transition: all .15s; }
.blog-filters button:hover { border-color: var(--violet-l); }
.blog-filters button.active { background: var(--grad); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(124,58,237,.3); }
.blog-count { text-align: center; color: var(--muted); font-size: .9rem; margin-bottom: 34px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card .thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--grad-soft); position: relative; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .thumb img { transform: scale(1.06); }
.post-card .cat { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.95); color: var(--fuchsia-d); font-weight: 700; font-size: .72rem; letter-spacing: .03em; padding: 5px 12px; border-radius: 99px; }
.post-card .body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.post-card .meta { display: flex; gap: 14px; font-size: .8rem; color: var(--muted); margin-bottom: 12px; }
.post-card .meta span { display: inline-flex; align-items: center; gap: 5px; }
.post-card h3 { font-size: 1.16rem; line-height: 1.35; margin-bottom: 10px; }
.post-card:hover h3 { color: var(--violet-d); }
.post-card p { color: var(--muted); font-size: .94rem; flex: 1; }
.post-card .more { margin-top: 16px; font-weight: 700; color: var(--violet-d); display: inline-flex; align-items: center; gap: 6px; }
.post-card .more svg { width: 18px; height: 18px; transition: transform .2s; }
.post-card:hover .more svg { transform: translateX(4px); }

/* Article */
.article-wrap { max-width: 760px; margin: 0 auto; }
.article-hero { text-align: center; }
.article-hero .cat { display: inline-block; background: #fdeaff; color: var(--fuchsia-d); font-weight: 700; font-size: .78rem; padding: 6px 14px; border-radius: 99px; margin-bottom: 18px; letter-spacing: .04em; }
.article-hero h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.article-hero .meta { display: flex; gap: 18px; justify-content: center; color: var(--muted); font-size: .9rem; margin-top: 18px; }
.article-cover { border-radius: var(--radius-lg); overflow: hidden; margin: 36px 0; box-shadow: var(--shadow); aspect-ratio: 16/8; background: var(--grad-soft); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 1.08rem; color: var(--ink-2); }
.article-body h2 { font-size: 1.6rem; margin: 38px 0 14px; }
.article-body h3 { font-size: 1.25rem; margin: 28px 0 10px; }
.article-body p { margin-bottom: 18px; }
.article-body ul, .article-body ol { margin: 0 0 20px 4px; }
.article-body ul li { display: flex; gap: 12px; padding: 6px 0; }
.article-body ul li::before { content: "✓"; color: var(--violet); font-weight: 800; flex: none; }
.article-body ol { list-style: decimal; padding-left: 24px; }
.article-body ol li { padding: 6px 0; }
.article-body blockquote { border-left: 4px solid var(--violet); background: var(--bg-soft); padding: 18px 24px; border-radius: 0 12px 12px 0; margin: 22px 0; font-style: italic; color: var(--ink-2); }
.article-body strong { color: var(--ink); }
.article-foot { margin-top: 44px; padding: 32px; background: var(--grad-soft); border-radius: var(--radius-lg); text-align: center; }
.article-foot h3 { font-size: 1.3rem; margin-bottom: 10px; }
.article-foot p { color: var(--ink-2); margin-bottom: 20px; }
.related h2 { font-size: 1.6rem; margin-bottom: 26px; text-align: center; }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer { background: #1a1330; color: #cfc7e6; padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .logo-text .kicker { color: #b6acd6; }
.site-footer .footer-about p { margin: 18px 0; font-size: .95rem; color: #b3a9cf; max-width: 320px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; transition: background .15s, transform .15s; color: #fff; }
.footer-social a:hover { background: var(--grad); transform: translateY(-3px); }
.footer-social svg { width: 20px; height: 20px; }
.footer-col h4 { color: #fff; font-size: 1.02rem; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 11px; }
.footer-col ul li a { color: #b3a9cf; font-size: .95rem; transition: color .15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; font-size: .94rem; color: #b3a9cf; }
.footer-contact li svg { width: 19px; height: 19px; color: var(--violet-l); flex: none; margin-top: 3px; }
.footer-bottom { text-align: center; padding: 22px 0; font-size: .87rem; color: #8e85ad; }
.footer-bottom a { color: #b9b0d8; }

/* ===========================================================
   FLOATING WHATSAPP
   =========================================================== */
.fab-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 12px 30px rgba(37,211,102,.5); transition: transform .2s;
  animation: waPulse 2.4s infinite;
}
.fab-wa:hover { transform: scale(1.08); }
.fab-wa svg { width: 32px; height: 32px; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ===========================================================
   REVEAL ANIMATION
   =========================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 460px; margin: 0 auto; width: 100%; }
  .svc, .svc.rev .svc-media { grid-template-columns: 1fr; }
  .svc.rev .svc-media { order: 0; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .btn-desktop { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 14px 22px 22px; box-shadow: var(--shadow);
  }
  .nav-links.open a { padding: 14px 16px; font-size: 1.05rem; }
  .nav-links.open .btn { margin-top: 8px; }
  .pricing { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
  .subsidy-cards, .donate { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .subsidy { padding: 40px 24px; }
  .criteria { padding: 30px 22px; }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4, .blog-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-stat { left: 50%; transform: translateX(-50%); bottom: -26px; }
  .hero { padding-bottom: 70px; }
  .section-head { margin-bottom: 38px; }
  .logo-text .word { font-size: 1.3rem; }
  .logo .lv-mark { width: 38px; height: 38px; }
  .cta-band .container { padding-top: 60px; padding-bottom: 60px; }
}

/* ---------- Logo image + misc additions ---------- */
.logo-img { height: 42px; width: auto; display: block; }
@media (max-width: 600px) { .logo-img { height: 36px; } }
.site-footer .footer-logo { display: inline-block; background: #fff; padding: 9px 14px; border-radius: 12px; }
.site-footer .footer-logo img { height: 36px; width: auto; display: block; }
.btn-mobile-cta { display: none; }
@media (max-width: 860px) { .nav-links.open .btn-mobile-cta { display: inline-flex; } }
[id] { scroll-margin-top: 92px; }
.muted { color: var(--muted); }
.galeri-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.galeri-grid figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; transition: transform .2s, box-shadow .2s; }
.galeri-grid figure:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.galeri-grid img { width: 100%; height: auto; display: block; }
@media (max-width: 860px) { .galeri-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .galeri-grid { grid-template-columns: 1fr; } }
/* pagination */
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 44px; }
.pagination button { min-width: 42px; height: 42px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); background: #fff; font-weight: 700; color: var(--ink-2); transition: all .15s; }
.pagination button:hover:not(:disabled) { border-color: var(--violet-l); color: var(--violet-d); }
.pagination button.active { background: var(--grad); color: #fff; border-color: transparent; }
.pagination button:disabled { opacity: .4; cursor: not-allowed; }
.blog-search { max-width: 520px; margin: 0 auto 26px; position: relative; }
.blog-search input { width: 100%; padding: 14px 18px 14px 46px; border-radius: 999px; border: 1px solid var(--line); font-size: 1rem; font-family: inherit; box-shadow: var(--shadow-sm); }
.blog-search input:focus { outline: none; border-color: var(--violet-l); }
.blog-search svg { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--muted); }
.post-card .thumb.gradient { display: grid; place-items: center; text-align: center; padding: 22px; }
.post-card .thumb.gradient .gt { color: #fff; font-family: var(--serif); font-weight: 800; font-size: 1.25rem; line-height: 1.25; text-shadow: 0 2px 10px rgba(0,0,0,.18); }
.post-card .thumb.gradient .gi { font-size: 2rem; margin-bottom: 6px; }
.article-stub { background: var(--bg-soft); border: 1px dashed var(--violet-l); border-radius: var(--radius); padding: 22px 26px; margin: 26px 0; }
.article-stub h3 { color: var(--violet-d); font-size: 1.1rem; margin-bottom: 10px; }
.article-stub ul li { display: flex; gap: 10px; padding: 5px 0; color: var(--ink-2); }
.article-stub ul li::before { content: "›"; color: var(--violet); font-weight: 800; }

/* Article summary (speakable — Google AI Overview reads this) */
.article-summary { background: linear-gradient(135deg, rgba(124,58,237,.07) 0%, rgba(192,38,211,.05) 100%); border-left: 4px solid var(--violet); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 24px; margin: 26px 0; }
.article-summary p { margin: 0; font-size: 1.08rem; color: var(--ink-2); font-style: italic; line-height: 1.7; }

/* Article author block */
.article-author { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--bg-soft); border-radius: var(--radius); margin: 0 0 28px; }
.article-author svg { color: var(--violet); flex: none; }
.author-info { display: flex; flex-direction: column; gap: 3px; }
.author-info strong { font-size: .97rem; color: var(--ink); }
.author-info span { font-size: .83rem; color: var(--muted); }

/* Article CTA box (inside article body, written by content team) */
.article-cta { background: linear-gradient(135deg, rgba(124,58,237,.08), rgba(192,38,211,.06)); border: 1.5px solid var(--violet-l); border-radius: var(--radius); padding: 20px 26px; margin: 32px 0; }
.article-cta p { margin: 0; font-size: 1rem; line-height: 1.7; }
.article-cta a { color: var(--violet); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.article-cta a:hover { color: var(--fuchsia); }

/* Inline article image (auto-injected mid-article) */
.article-inline-img { margin: 32px 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.article-inline-img img { display: block; max-height: 380px; object-fit: cover; }
.article-inline-img figcaption { background: var(--bg-soft); border-top: 1px solid var(--border); padding: 10px 16px; font-size: .82rem; color: var(--muted); font-style: italic; }
