/* ================================================
   STAR CHAMPION — TEMA BARU 2026
   Kids-friendly · Colorful · Playful
   ================================================ */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Baloo+2:wght@500;600;700;800&display=swap');
/* ── VARIABLES ── */
:root {
  --blue:   #4CC3E8;
  --yellow: #FFD04A;
  --green:  #5BC44A;
  --red:    #FF6B4A;
  --purple: #A855F7;
  --navy:   #1A3A6B;
  --dark:   #0f172a;
  --white:  #ffffff;
  --cream:  #FFFDF5;
  --teal:   #2FA295;
  --font-main: 'Nunito', 'Baloo 2', sans-serif;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 8px 30px rgba(0,0,0,.08);
  --shadow-float: 0 16px 40px rgba(0,0,0,.15);
}
/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  background: var(--cream);
  color: #1a1a2e;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f0f9ff; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4CC3E8, #FFD04A, #5BC44A);
  border-radius: 999px;
}
/* ── CUSTOM CURSOR (desktop only) ── */
@media (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }
}
#cursor-dot, #cursor-ring {
  position: fixed; pointer-events: none; z-index: 9999999;
  border-radius: 50%; transform: translate(-50%, -50%);
}
#cursor-dot {
  width: 10px; height: 10px; background: #FFD04A;
  box-shadow: 0 0 10px #FFD04A, 0 0 20px rgba(255,208,74,.5);
  transition: width .15s, height .15s;
}
#cursor-ring {
  width: 34px; height: 34px;
  border: 2px solid #4CC3E8;
  box-shadow: 0 0 12px rgba(76,195,232,.4);
  transition: width .2s, height .2s, border-color .2s;
}
@media (max-width: 768px) {
  *, *::before, *::after { cursor: auto !important; }
  #cursor-dot, #cursor-ring { display: none !important; }
}
/* ── WRAP ── */
.wrap { max-width: 1200px; margin: 0 auto; padding-inline: clamp(1rem, 4vw, 48px); }
/* ── ANIMATIONS ── */
@keyframes float    { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }
@keyframes float2   { 0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(6deg)} }
@keyframes bounce   { 0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)} }
@keyframes wiggle   { 0%,100%{transform:rotate(-10deg)}50%{transform:rotate(10deg)} }
@keyframes spin     { 0%{transform:rotate(0deg)}100%{transform:rotate(360deg)} }
@keyframes spinR    { 0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)} }
@keyframes pulse    { 0%,100%{transform:scale(1)}50%{transform:scale(1.08)} }
@keyframes morphBlob{ 0%,100%{border-radius:60% 40% 55% 45%/45% 55% 40% 60%}33%{border-radius:45% 55% 60% 40%/60% 40% 55% 45%}66%{border-radius:55% 45% 40% 60%/50% 60% 45% 55%} }
@keyframes cloudDrift { 0%,100%{transform:translateX(0)}50%{transform:translateX(12px)} }
@keyframes cloudDrift2{ 0%,100%{transform:translateX(0)}50%{transform:translateX(-10px)} }
@keyframes shimmer  { 0%,100%{opacity:.6}50%{opacity:1} }
@keyframes fadeInUp { from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none} }
/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.34,1.56,.64,1); }
.reveal.in { opacity: 1; transform: none; }
/* ══════════════════════════════════
   NAVBAR
   ══════════════════════════════════ */
header.nav {
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(12px);
  padding-block: .8rem;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,.07);
}
header.nav::after { display: none; }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand img { height: 52px; width: auto; }
.nav-links {
  display: flex; align-items: center; gap: 4px;
  list-style: none;
}
.nav-links a {
  padding: 7px 14px; border-radius: 18px;
  font-size: .95rem; font-weight: 700; color: #2161B5;
  transition: all .2s;
}
.nav-links a:hover { background: #EBF8FF; color: #4CC3E8; }
.nav-links .toko-link {
  background: #FFF3C4; color: #C07D0A;
  border-radius: 10px 20px 10px 20px;
}
.btn-nav-cta {
  padding: 10px 22px;
  border-radius: 20px 6px 20px 6px;
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  color: white; border: none; font-weight: 800; font-size: .88rem;
  cursor: pointer; font-family: var(--font-main);
  box-shadow: 0 5px 14px rgba(255,107,107,.4);
  animation: bounce 3s ease-in-out infinite;
}
/* Mobile nav */
#mobileMenuOverlay {
  display: none;
  position: fixed !important; top: 0 !important; left: 0 !important;
  width: 100vw !important; height: 100vh !important;
  background: rgba(15,23,42,.97) !important;
  z-index: 999999 !important;
  flex-direction: column !important; align-items: flex-start !important;
  justify-content: center !important; padding: 60px 36px !important;
  box-sizing: border-box !important;
}
#mobileMenuOverlay.aktif { display: flex !important; }
#mobileMenuOverlay a {
  display: block !important; width: 100% !important; padding: 14px 0 !important;
  font-weight: 700 !important; font-size: 1.1rem !important;
  color: rgba(255,255,255,.9) !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
#mobileMenuOverlay a:last-child { border-bottom: none !important; }
#tombolTutup {
  position: absolute !important; top: 20px !important; right: 20px !important;
  background: none !important; border: none !important;
  color: white !important; font-size: 1.6rem !important; cursor: pointer !important;
}
#menuWA {
  margin-top: 20px !important; background: #25D366 !important;
  border-radius: 999px !important; padding: 12px 24px !important;
  text-align: center !important; border-bottom: none !important;
  font-size: 1rem !important; display: inline-block !important; width: auto !important;
}
#burgerBtn {
  display: none !important;
  background: transparent !important; border: none !important;
  cursor: pointer !important; padding: 4px !important;
  flex-direction: column !important; align-items: center !important;
  justify-content: center !important; gap: 5px !important;
  width: 32px !important; height: 32px !important;
}
#burgerBtn span {
  display: block !important; width: 22px !important; height: 2px !important;
  background-color: #186B61 !important; border-radius: 2px !important;
  opacity: 1 !important; visibility: visible !important;
}
@media (max-width: 900px) {
  #burgerBtn { display: flex !important; }
  .nav-links { display: none !important; }
  #desktopCta { display: none !important; }
}
/* ══════════════════════════════════
   HERO — GALAKSI UNGU-BIRU
   ══════════════════════════════════ */
.hero-section {
  position: relative; overflow: hidden;
  background: #FEFEFE;
  padding: 60px 0 0;
  min-height: 600px;
  display: grid; grid-template-columns: 1fr 1fr; align-items: center;
}
.hero-section .wrap { display: contents; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; padding: 0 clamp(1rem,4vw,48px); width: 100%; max-width: 1200px; margin: 0 auto; }
.hero-star-dot {
  position: absolute; border-radius: 50%; background: white;
  animation: shimmer 2.5s ease-in-out infinite;
}
.hero-bg-blob {
  position: absolute; border-radius: 50%;
  filter: blur(90px); opacity: .2; pointer-events: none;
}
.hero-cloud { position: absolute; pointer-events: none; }
.hero-deco { position: absolute; pointer-events: none; }
.hero-left { position: relative; z-index: 5; padding-bottom: 60px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #E8AB91;
  border: none;
  border-radius: 30px; padding: 8px 18px;
  color: #1B1A28; font-size: .82rem; font-weight: 800;
  margin-bottom: 20px; animation: float 3s ease-in-out infinite;
}
.hero-h1 { font-size: clamp(2rem,4.5vw,3rem); font-weight: 900; color: #1B1A28; line-height: 1.1; margin-bottom: 16px; }
.hero-h1 .accent-y { color: #E8972E; }
.hero-h1 .accent-g { color: #2161B5; }
.hero-desc { font-size: .95rem; color: #555; line-height: 1.75; margin-bottom: 26px; max-width: 400px; }
.hero-btns { display: flex; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.btn-hero-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #2161B5; color: #FEFEFE; border: none;
  padding: 13px 28px; border-radius: 30px;
  font-weight: 900; font-size: .95rem; cursor: pointer; font-family: var(--font-main);
  box-shadow: 0 4px 16px rgba(33,97,181,.25);
  text-decoration: none; transition: background .2s;
}
.btn-hero-white:hover { background: #163B6E; color: #FEFEFE; }
.btn-hero-outline:hover { background: #E8F0FA; }

.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FEFEFE; color: #2161B5;
  border: 2px solid #2161B5;
  padding: 11px 24px; border-radius: 30px;
  font-weight: 800; font-size: .95rem; cursor: pointer; font-family: var(--font-main);
  text-decoration: none;
}
.hero-stats { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-stat {
  background: #F4EEE7;
  border: none; border-radius: 14px;
  padding: 10px 14px; text-align: center;
}
.hero-stat .n { font-size: 1.2rem; font-weight: 900; color: #2161B5; display: block; line-height: 1; }
.hero-stat .l { font-size: .7rem; color: #8C5431; font-weight: 600; }
.hero-right { position: relative; z-index: 5; display: flex; align-items: flex-end; justify-content: center; }
.hero-img-blob {
  width: 360px; height: 400px;
  border-radius: 60% 40% 55% 45%/45% 55% 40% 60%;
  border: 3px solid #2161B5;
  background: #F4EEE7;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  animation: morphBlob 8s ease-in-out infinite, float 6s ease-in-out infinite;
  box-shadow: 0 8px 32px rgba(33,97,181,.12);
}
.hero-img-blob img { width: 100%; height: 100%; object-fit: cover; }
.hero-float-card {
  position: absolute; background: white;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  display: flex; align-items: center; gap: 10px; padding: 11px 14px;
}
.hfc-1 { bottom: 55px; left: -35px; border-radius: 18px 5px 18px 5px; animation: float 5s ease-in-out infinite; }
.hfc-2 { top: 25px; right: -15px; flex-direction: column; text-align: center; border-radius: 5px 18px 5px 18px; animation: float 4s ease-in-out infinite; animation-delay: .8s; }
.hero-cloud-bottom { position: absolute; bottom: -2px; left: 0; right: 0; z-index: 6; }
/* ══════════════════════════════════
   SECTION GENERIC
   ══════════════════════════════════ */
.section { padding: clamp(3rem,7vw,5rem) 0; }
.section-alt { background: linear-gradient(160deg, #EBF8FF 0%, #F0FFF4 50%, #FFF8F0 100%); }
.section-dark {
  background: #FFF8CE;
}
.section-header { text-align: center; margin-bottom: 3rem; }
.eyebrow {
  display: block; font-size: .7rem; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  background: linear-gradient(90deg, #6B21A8, #4CC3E8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: .6rem;
}
.eyebrow-light { color: #7DD3FC; -webkit-text-fill-color: #7DD3FC; background: none; }
h2.section-title { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 900; color: #1a1a2e; }
h2.section-title-light { color: white; }
.section-desc { font-size: .95rem; color: #666; margin-top: .5rem; max-width: 52ch; margin-inline: auto; }
.section-desc-light { color: rgba(255,255,255,.75); }
.wave-div { display: block; overflow: hidden; line-height: 0; }
/* ══════════════════════════════════
   LAYANAN / SERVICE CARDS
   ══════════════════════════════════ */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card {
  padding: 28px 24px; position: relative; overflow: hidden;
  transition: transform .25s, box-shadow .25s; cursor: pointer; border: 3px solid;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.service-card:nth-child(odd)  { border-radius: 28px 8px 28px 8px; }
.service-card:nth-child(even) { border-radius: 8px 28px 8px 28px; }
.sc-1 { background: linear-gradient(135deg,#EBF8FF,#D0EEFF); border-color: #4CC3E8; }
.sc-2 { background: linear-gradient(135deg,#FFF8E8,#FFECC4); border-color: #FFD04A; }
.sc-3 { background: linear-gradient(135deg,#F0FFF4,#D4F7D0); border-color: #5BC44A; }
.sc-4 { background: linear-gradient(135deg,#FFF0EE,#FFE0D7); border-color: #FF6B4A; }
.sc-5 { background: linear-gradient(135deg,#F5F0FF,#EDE4FF); border-color: #A855F7; }
.sc-6 { background: linear-gradient(135deg,#EEF3FF,#E0E8FF); border-color: #4A6FFF; }
.service-icon-wrap { display: none !important; }
.service-card-corner {
  position: absolute; top: -20px; right: -20px;
  width: 80px; height: 80px; border-radius: 50%; opacity: .12;
}
.service-name { font-size: .95rem; font-weight: 800; color: #1a1a2e; margin-bottom: 7px; }
.service-desc { font-size: .82rem; color: #666; line-height: 1.65; }
.service-link { display: none !important; }
/* ══════════════════════════════════
   GALLERY
   ══════════════════════════════════ */
.gallery-section {
  background: #FFF8CE;
  padding: clamp(3rem,7vw,5rem) 0;
  position: relative; overflow: hidden;
}
.gallery-section::before { display: none; }
.gal-tab {
  padding: 8px 18px; border-radius: 999px;
  border: 2px solid rgba(76,195,232,.6);
  font-family: var(--font-main); font-weight: 700; font-size: .82rem;
  cursor: pointer; transition: all .2s;
  background: transparent; color: rgba(255,255,255,.8);
}
.gal-tab.active { background: #4CC3E8; color: white; border-color: #4CC3E8; }
.gal-grid { columns: 3; column-gap: 14px; }
.gal-item {
  break-inside: avoid; margin-bottom: 14px;
  border-radius: 20px; overflow: hidden; cursor: pointer; position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  transition: transform .25s, box-shadow .25s;
}
.gal-item:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(33,97,181,.15); }
.gal-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,40,.85) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.gal-item:hover .gal-overlay { opacity: 1; }
.gal-caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 14px;
  opacity: 0; transform: translateY(8px); transition: all .3s;
}
.gal-item:hover .gal-caption { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) { .gal-grid { columns: 2; } }
@media (max-width: 480px) { .gal-grid { columns: 1; } }
/* ══════════════════════════════════
   TIM TERAPIS
   ══════════════════════════════════ */
.team-section { background: white; padding: clamp(3rem,7vw,5rem) 0; position: relative; overflow: hidden; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 28px; }
.team-card { text-align: center; transition: transform .25s; }
.team-card:hover { transform: translateY(-8px); }
.team-photo {
  width: 130px; height: 130px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 16px;
  border: 4px solid; box-shadow: 0 8px 24px rgba(0,0,0,.15);
  background: linear-gradient(135deg, #EBF8FF, #F0FFF4);
  display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-name { font-size: .92rem; font-weight: 800; color: #1a1a2e; margin-bottom: 6px; }
.team-badge {
  display: inline-block; border-radius: 999px; padding: 4px 14px;
  font-size: .72rem; font-weight: 700; border: 1.5px solid; margin-bottom: 8px;
}
.team-spec { font-size: .75rem; color: #666; line-height: 1.5; }
/* ══════════════════════════════════
   TESTIMONI
   ══════════════════════════════════ */
.testi-section {
  background: #FFF8CE;
  padding: clamp(3rem,7vw,5rem) 0; position: relative; overflow: hidden;
}
.testi-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px; pointer-events: none;
}
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.testi-card {
  background: rgba(255,255,255,.08); backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255,255,255,.15); padding: 28px; position: relative; overflow: hidden;
}
.testi-card:nth-child(odd)  { border-radius: 26px 7px 26px 7px; }
.testi-card:nth-child(even) { border-radius: 7px 26px 7px 26px; }
.testi-quote-mark {
  position: absolute; top: 8px; right: 14px; font-size: 60px;
  line-height: 1; color: rgba(255,255,255,.1); font-family: Georgia;
}
.testi-stars { color: #FFD04A; font-size: .95rem; margin-bottom: 12px; }
.testi-text { font-size: .85rem; color: rgba(255,255,255,.88); line-height: 1.75; margin-bottom: 14px; font-style: italic; }
.testi-author { font-weight: 800; font-size: .88rem; color: white; }
.testi-role { font-size: .72rem; color: rgba(255,255,255,.55); margin-top: 2px; }
/* ══════════════════════════════════
   PRICING TABS
   ══════════════════════════════════ */
.pricing-section { background: linear-gradient(160deg,#EBF8FF,#F0FFF4,#FFF8F0); padding: clamp(3rem,7vw,5rem) 0; }
.ptab-nav { display: flex; border-bottom: 2px solid rgba(76,195,232,.2); background: rgba(255,255,255,.6); overflow-x: auto; }
.ptab-btn {
  padding: .8rem 1.2rem; font-family: var(--font-main); font-weight: 700; font-size: .85rem;
  color: #666; background: none; border: none; border-bottom: 3px solid transparent;
  cursor: pointer; white-space: nowrap; transition: all .2s; margin-bottom: -2px;
}
.ptab-btn.active { color: #4CC3E8; border-bottom-color: #4CC3E8; }
.ptab-content { padding: 2rem; display: none; }
.ptab-content.active { display: block; }
/* ══════════════════════════════════
   CTA BANNER
   ══════════════════════════════════ */
.cta-section { background: white; padding: clamp(3rem,7vw,5rem) 0; }
.cta-banner {
  background: linear-gradient(135deg, #1a0533 0%, #4a1580 40%, #0c5c8a 80%, #0891b2 100%);
  border-radius: 36px 12px 36px 12px; padding: clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,4rem);
  text-align: center; position: relative; overflow: hidden;
  box-shadow: 0 30px 70px rgba(74,21,128,.4);
}
.cta-banner::before {
  content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%;
  background: rgba(76,195,232,.15); top: -100px; right: -60px;
}
.cta-banner::after {
  content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,208,74,.1); bottom: -80px; left: -40px;
}
.cta-h2 { font-size: clamp(1.5rem,3.5vw,2.2rem); font-weight: 900; color: white; margin-bottom: 10px; position: relative; z-index: 1; }
.cta-p { font-size: .95rem; color: rgba(255,255,255,.8); margin-bottom: 30px; position: relative; z-index: 1; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-amber {
  padding: 14px 32px; border-radius: 26px 9px 26px 9px;
  background: linear-gradient(135deg, #FFD04A, #FF8E53);
  color: #1a1a2e; border: none; font-weight: 900; font-size: .95rem;
  cursor: pointer; font-family: var(--font-main);
  box-shadow: 0 8px 22px rgba(255,208,74,.5);
  animation: bounce 3s ease-in-out infinite;
}
.btn-wa {
  padding: 14px 32px; border-radius: 9px 26px 9px 26px;
  background: #25D366; color: white; border: none;
  font-weight: 900; font-size: .95rem; cursor: pointer; font-family: var(--font-main);
  box-shadow: 0 8px 22px rgba(37,211,102,.45);
  animation: bounce 3s ease-in-out infinite; animation-delay: .5s;
}
/* ══════════════════════════════════
   FOOTER
   ══════════════════════════════════ */
footer {
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0c4a6e 100%);
  color: white; padding: clamp(2.5rem,5vw,4rem) 0 1.5rem;
  position: relative; overflow: hidden;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 2.5rem; }
.footer-col-title {
  font-size: .68rem; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: .9rem;
}
.footer-link { display: block; font-size: .82rem; color: white; margin-bottom: .5rem; }
.footer-link:hover { color: #4CC3E8; }
.footer-social { display: flex; gap: .6rem; margin-top: 1rem; flex-wrap: wrap; }
.social-btn { padding: .5em .9em; border-radius: 20px 6px 20px 6px; font-size: .78rem; font-weight: 700; color: white; }
.ig-btn { background: linear-gradient(135deg, #f09433, #dc2743, #bc1888); }
.wa-btn { background: #25D366; border-radius: 6px 20px 6px 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.2rem; text-align: center; font-size: .75rem; color: rgba(255,255,255,.4); }
.footer-script { font-style: italic; color: #FFD04A; font-size: .9rem; margin-bottom: .4rem; }
/* WA FLOAT */
.wa-float-btn {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  background: #25D366; color: white;
  border-radius: 26px 9px 26px 9px; padding: 13px 20px;
  font-family: var(--font-main); font-weight: 800; font-size: .88rem;
  box-shadow: 0 8px 24px rgba(37,211,102,.5);
  display: flex; align-items: center; gap: 8px;
  transition: transform .2s;
  animation: bounce 3s ease-in-out infinite;
}
@media (max-width: 480px) {
  .wa-float-btn span { display: none; }
  .wa-float-btn { padding: 14px; border-radius: 50%; }
}
/* ══════════════════════════════════
   LIGHTBOX
   ══════════════════════════════════ */
#lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.95); z-index: 99999;
  align-items: center; justify-content: center; padding: 20px;
}
/* ══════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .testi-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hero-section { grid-template-columns: 1fr; }
  .hero-inner { grid-template-columns: 1fr !important; }
  .services-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-actions { flex-direction: column; align-items: center; }
  .btn-amber, .btn-wa { width: 100%; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}
/* ══════════════════════════════════
   ADMIN PANEL
   ══════════════════════════════════ */
.admin-layout { display: flex; min-height: 100vh; }
/* ══════════════════════════════════
   HERO FIX — OVERRIDE
   ══════════════════════════════════ */
.hero-section * { box-sizing: border-box; }
.hero-section {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: auto !important;
}
.hero-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 40px !important;
  padding: 60px clamp(1rem,4vw,48px) 120px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100% !important;
  position: relative !important;
  z-index: 5 !important;
}
.hero-left {
  position: relative !important;
  z-index: 5 !important;
  padding-bottom: 0 !important;
}
.hero-right {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-img-blob {
  width: 340px !important;
  height: 380px !important;
  max-width: 100% !important;
  border-radius: 60% 40% 55% 45%/45% 55% 40% 60% !important;
  overflow: hidden !important;
  position: relative !important;
  animation: morphBlob 8s ease-in-out infinite, float 6s ease-in-out infinite !important;
  flex-shrink: 0 !important;
}
.hero-img-blob img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.hero-float-card {
  position: absolute !important;
  background: white !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 11px 14px !important;
  z-index: 10 !important;
}
.hfc-1 {
  bottom: 20px !important;
  left: -30px !important;
  border-radius: 18px 5px 18px 5px !important;
  animation: float 5s ease-in-out infinite !important;
}
.hfc-2 {
  top: 20px !important;
  right: -10px !important;
  flex-direction: column !important;
  text-align: center !important;
  border-radius: 5px 18px 5px 18px !important;
  animation: float 4s ease-in-out infinite !important;
  animation-delay: .8s !important;
}
.hero-stats {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 1.5rem !important;
}
.hero-stat {
  background: #F4EEE7 !important;
  backdrop-filter: none !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 10px 14px !important;
  text-align: center !important;
}
/* stat number & label mobile fix */
.hero-stat .n { color: #2161B5 !important; }
.hero-stat .l { color: #8C5431 !important; }
.hero-cloud-bottom {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 6 !important;
  display: block !important;
  margin-top: -40px !important;
}
@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr !important;
    padding: 40px 1.5rem 100px !important;
    gap: 30px !important;
  }
  .hero-h1 { font-size: 2rem !important; }
  .hero-stats { gap: 8px !important; }
}
/* ================================================
   MOBILE RESPONSIVE FIX — SEMUA HALAMAN
   ================================================ */
@media (max-width: 768px) {
  .services-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .service-card { border-radius: 20px !important; padding: 20px !important; }
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
  * { word-break: break-word; overflow-wrap: break-word; }
  .wrap { padding-inline: 16px !important; }
  .section { padding: 2.5rem 0 !important; }
}
@media (max-width: 768px) {
  [style*="grid-template-columns:220px 1fr"],
  [style*="grid-template-columns: 220px 1fr"] { grid-template-columns: 1fr !important; gap: 1rem !important; }
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: repeat(2, 1fr) !important; gap: .8rem !important; }
  [style*="grid-template-columns:repeat(3,1fr)"] > a { min-width: 0 !important; }
  [style*="aspect-ratio:1"] { min-height: 120px !important; }
}
@media (max-width: 400px) {
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
}
@media (max-width: 768px) {
  [style*="grid-template-columns:1fr 1.5fr"],
  [style*="grid-template-columns:1.5fr 1fr"] { grid-template-columns: 1fr !important; }
  [style*="width:380px"],
  [style*="width:400px"],
  [style*="width:420px"] { width: 100% !important; max-width: 100% !important; }
  h1 { font-size: clamp(1.6rem, 6vw, 2rem) !important; }
  h2 { font-size: clamp(1.3rem, 5vw, 1.7rem) !important; }
  [style*="grid-template-columns:repeat(2,1fr)"] { grid-template-columns: 1fr !important; }
  [style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; }
  .cta-actions { flex-direction: column !important; align-items: stretch !important; }
  .btn-amber, .btn-wa { width: 100% !important; text-align: center !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
  .team-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; }
  .testi-grid { grid-template-columns: 1fr !important; }
  .hero-stats { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
  [style*="grid-template-columns:1fr 340px"],
  [style*="grid-template-columns:1fr 360px"] { grid-template-columns: 1fr !important; }
  .form-row { grid-template-columns: 1fr !important; }
}
@media (max-width: 768px) {
  .hero-btns { flex-direction: column !important; }
  .btn-hero-white, .btn-hero-outline { width: 100% !important; text-align: center !important; }
}
@media (max-width: 768px) { .gal-grid { columns: 2 !important; } }
@media (max-width: 400px) { .gal-grid { columns: 1 !important; } }
@media (max-width: 480px) {
  .wa-float-btn { padding: 14px !important; border-radius: 50% !important; }
  .wa-float-btn span { display: none !important; }
}
/* ── TOKO LAYOUT ── */
.toko-layout { grid-template-columns: 220px 1fr; }
.produk-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) {
  .toko-layout { grid-template-columns: 1fr !important; }
  .produk-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .produk-grid { grid-template-columns: repeat(2, 1fr) !important; gap: .6rem !important; }
}
/* ================================================
   HERO REVISI — Desktop besar, Mobile foto di atas
   ================================================ */
@media (min-width: 769px) {
  .hero-inner { grid-template-columns: 1fr 1.15fr !important; gap: 30px !important; }
  .hero-img-blob { width: 480px !important; height: 540px !important; }
}
@media (min-width: 1100px) {
  .hero-img-blob { width: 540px !important; height: 600px !important; }
}
@media (max-width: 768px) {
  .hero-section { display: block !important; grid-template-columns: 1fr !important; }
  .hero-inner {
    display: flex !important; flex-direction: column !important;
    grid-template-columns: 1fr !important; padding: 0 0 80px !important; gap: 0 !important;
  }
  .hero-right {
    display: flex !important; order: -1 !important; width: 100% !important;
    padding: 1.5rem 1rem 0 !important; margin-bottom: 1.5rem !important;
  }
  .hero-img-blob {
    width: 100% !important; max-width: 360px !important; height: auto !important;
    aspect-ratio: 1 / 1 !important; margin: 0 auto !important;
  }
  .hero-left { order: 1 !important; padding: 0 1.5rem !important; width: 100% !important; }
  .hero-float-card.hfc-1 { left: 0 !important; bottom: 10px !important; }
  .hero-float-card.hfc-2 { right: 0 !important; top: 10px !important; }
}
footer a { color: white !important; }
/* ================================================
   HERO MOBILE — REVISI LAYOUT (mobile only)
   ================================================ */
@media (max-width: 768px) {
  .hero-float-card.hfc-1,
  .hero-float-card.hfc-2 { display: none !important; }
  .hero-left { display: flex !important; flex-direction: column !important; }
  .hero-left .hero-h1 {
    order: -2 !important; position: relative !important; z-index: 20 !important;
    margin-top: -120px !important; margin-bottom: 20px !important;
    text-shadow: 0 2px 16px rgba(0,0,0,.5) !important; padding: 0 .5rem !important;
  }
  .hero-left .hero-badge {
    order: -1 !important; align-self: flex-start !important;
    margin-bottom: 20px !important; position: relative !important; z-index: 20 !important;
  }
  .hero-left .hero-desc { order: 1 !important; }
  .hero-left .hero-btns { order: 2 !important; }
  .hero-left .hero-stats { order: 3 !important; }
  .hero-right { margin-bottom: 0 !important; padding-bottom: 0 !important; }
}
/* ================================================
   FOOTER 3 KOLOM (desktop)
   ================================================ */
.footer-grid-3 {
  grid-template-columns: 2fr 1fr 1.5fr !important;
}
@media (max-width: 768px) {
  .footer-grid-3 { grid-template-columns: 1fr !important; }
}
/* ================================================
   FOOTER MOBILE — semua rata tengah + teks lebih kecil
   ================================================ */
@media (max-width: 768px) {
  .footer-grid-3 > div { text-align: center; }
  .footer-grid-3 > div:first-child > div { justify-content: center !important; }
  .footer-grid-3 .footer-col ul {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: .5rem 1.2rem; list-style: none; padding: 0; margin: 0;
  }
  .footer-grid-3 .footer-col ul li { margin: 0; }
  .footer-grid-3 .footer-col h4 { display: none; }
  .footer-grid-3 .footer-col ul.contact-list {
    flex-direction: column; align-items: center; text-align: center; gap: .6rem;
  }
  .footer-bottom, .footer-bottom-inner { text-align: center; }
  footer .footer-col a,
  footer .footer-col li,
  footer .contact-list li { font-size: .66rem !important; }
  footer .footer-bottom,
  footer .footer-bottom p { font-size: .6rem !important; }
  footer .footer-script { font-size: .72rem !important; }
}/* ================================================
   PRICING TABLE — responsive mobile (kartu)
   ================================================ */
@media (max-width: 600px) {
  /* Sembunyikan header tabel */
  .pricing-table thead {
    display: none;
  }
  /* Tiap baris jadi kartu */
  .pricing-table,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table td {
    display: block;
    width: 100%;
  }
  .pricing-table tr {
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid rgba(76,195,232,.2) !important;
    overflow: hidden;
    padding: 4px 0;
  }
  /* Tiap sel: label kiri, nilai kanan */
  .pricing-table td {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: right !important;
    padding: 8px 16px !important;
    gap: 12px;
  }
  /* Label dari atribut data-label */
  .pricing-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #1A3A6B;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    flex-shrink: 0;
  }
  /* Baris pertama (Paket) tampil lebih menonjol */
  .pricing-table td[data-label="Paket"] {
    background: rgba(26,58,107,.04);
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* Sembunyikan blob besar kanan atas di mobile (terlalu besar) */
  .hero-section > svg:first-of-type { display: none !important; }
  /* Kurangi blob kuning kanan bawah */
  .hero-section > svg:nth-of-type(2) { width: 100px !important; bottom: 40px !important; right: 5px !important; }
  /* Blob biru kecil tetap tampil */
  .btn-hero-white, .btn-hero-outline { width: 100% !important; justify-content: center !important; }
}

@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }
  .hero-left  { order: 2 !important; }
  .hero-right { order: 1 !important; }
  .hero-img-blob {
    width: 220px !important;
    height: 240px !important;
    margin: 0 auto !important;
  }
  .hfc-1, .hfc-2 { display: none !important; }
  .hero-badge { font-size: .76rem !important; padding: 6px 14px !important; }
}
@media (max-width: 480px) {
  .hero-img-blob {
    width: 180px !important;
    height: 200px !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    min-height: auto !important;
  }
  .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 20px 100px !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    z-index: 5 !important;
    align-items: center !important;
  }
  .hero-right {
    order: 1 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 5 !important;
  }
  .hero-left {
    order: 2 !important;
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
    z-index: 5 !important;
    padding-bottom: 0 !important;
  }
  .hero-img-blob {
    width: 200px !important;
    height: 220px !important;
    position: relative !important;
    animation: morphBlob 8s ease-in-out infinite !important;
  }
  .hero-btns {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .btn-hero-white, .btn-hero-outline {
    width: 100% !important;
    max-width: 280px !important;
    justify-content: center !important;
  }
  .hero-stats {
    justify-content: center !important;
    grid-template-columns: repeat(2,1fr) !important;
  }
  .hfc-1, .hfc-2 { display: none !important; }
  /* Sembunyikan blob dekoratif besar di mobile */
  .hero-section > svg { display: none !important; }
}

/* Donasi + Ortu Asuh 2 kolom */
@media (max-width: 768px) {
  .donasi-grid { grid-template-columns: 1fr !important; }
}




/* ===================================================
   BRAND OVERRIDE — Star Champion 2025
=================================================== */

/* Garis pelangi */
header.nav::after { display: none !important; }

/* Nav */
.brand img { height: 52px !important; }
.nav-links a { color: #2161B5 !important; font-size: .95rem !important; font-weight: 700 !important; }

/* Hero */
.hero-section { background: #FFF8CE !important; }
.hero-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 48px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 60px clamp(1rem,4vw,48px) !important;
}
.hero-right { display: flex !important; align-items: center !important; justify-content: center !important; width: 100% !important; }
.hero-right > div { width: 100% !important; max-width: 520px !important; }
.hero-right img { width: 100% !important; height: auto !important; display: block !important; object-fit: contain !important; }
.hero-h1 { color: #041E5B !important; }
.accent-y, .accent-g { color: #0757B1 !important; }
.hero-desc { color: #041E5B !important; }
.hero-stat { background: #FEFEFE !important; backdrop-filter: none !important; border: 1px solid #F0EAE0 !important; }
.hero-stat .n { color: #2161B5 !important; }
.hero-stat .l { color: #8C5431 !important; }

/* Section alt & gallery */
.section-alt { background: #FFF8CE !important; }
.gallery-section { background: #FFF8CE !important; }
.gallery-section::before { display: none !important; }
.gal-item:hover { box-shadow: 0 16px 40px rgba(33,97,181,.15) !important; }

/* Team section */
.team-section { background: #FFF8CE !important; }
.team-section::before { display: none !important; }
.team-card { background: white !important; }
.team-name { color: #041E5B !important; }
.team-spec { color: #041E5B !important; opacity: .7; }

/* Testimoni */
.testi-section { background: #FFF8CE !important; }
.testi-section::before { display: none !important; }
.testi-card { background: #FFFFFF !important; backdrop-filter: none !important; border: 1.5px solid #F0EAE0 !important; box-shadow: 0 4px 16px rgba(33,97,181,.06) !important; }
.testi-quote-mark { color: #F0EAE0 !important; }
.testi-text { color: #041E5B !important; opacity: .8; }
.testi-author { color: #041E5B !important; }
.testi-role { color: #8C5431 !important; opacity: 1 !important; }
.testi-stars { color: #FAA012 !important; }
.eyebrow-light { color: #041E5B !important; }
.section-title-light { color: #041E5B !important; }
.section-desc-light { color: #041E5B !important; opacity: .7; }

/* Pricing */
.pricing-section { background: #FFF8CE !important; }
.ptab-btn { color: #041E5B !important; border-bottom: 2px solid transparent; }
.ptab-btn.active { color: #2161B5 !important; border-bottom-color: #2161B5 !important; }
.pricing-table tbody tr:hover { background: #FFF8CE !important; }

/* CTA section */
.cta-section { background: #2161B5 !important; }
.cta-banner { background: transparent !important; }
.cta-h2 { color: white !important; }
.cta-p { color: rgba(255,255,255,.85) !important; }

/* Section eyebrow & title global */
.eyebrow { color: #041E5B !important; }
.section-title { color: #041E5B !important; }
.section-desc { color: #041E5B !important; opacity: .7; }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr !important; padding: 32px 20px !important; }
  .hero-right { order: -1 !important; }
  .hero-right > div { max-width: 380px !important; }
}
@media (max-width: 768px) {
  .donasi-grid { grid-template-columns: 1fr !important; }
}
