/* ═══════════════════════════════════════════════════════════════
   BabyIren Design System
   Primary: Teal  |  Accent: Baby Pastels  |  Feel: Soft & Warm
   ═══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── Teal (primary brand) ── */
  --t50:  #f0fdf9; --t100: #ccfbef; --t200: #99f6e0; --t300: #5eead4;
  --t400: #2dd4bf; --t500: #14b8a6; --t600: #0d9488; --t700: #0f766e;
  --t800: #115e59; --t900: #134e4a; --t950: #042f2e;

  /* ── Baby pastels ── */
  --pink:      #fce7f3; --pink-d:     #f9a8d4; --pink-text:  #9d174d;
  --lavender:  #ede9fe; --lav-d:      #c4b5fd; --lav-text:   #5b21b6;
  --sky:       #dbeafe; --sky-d:      #93c5fd; --sky-text:   #1e40af;
  --peach:     #ffedd5; --peach-d:    #fdba74; --peach-text: #9a3412;
  --mint:      #d1fae5; --mint-d:     #6ee7b7; --mint-text:  #065f46;
  --lemon:     #fef9c3; --lemon-d:    #fde047; --lemon-text: #713f12;
  --lilac:     #f3e8ff; --lilac-d:    #d8b4fe; --lilac-text: #6b21a8;
  --blush:     #fff1f2; --blush-d:    #fda4af; --blush-text: #881337;

  /* ── Warm neutrals ── */
  --ink:      #1a1a2e; --ink2:    #2d3748; --muted:  #6b7280;
  --pale:     #f0fdf9; --border:  #e2e8f0; --white:  #ffffff;
  --cream:    #fffbf7; --offwhite:#f7fdf9;

  /* ── Status ── */
  --red: #dc2626; --amber: #d97706; --green: #16a34a;

  /* ── Fonts ── */
  --sans:   'DM Sans', 'Nunito', sans-serif;
  --serif:  'DM Serif Display', serif;
  --round:  'Nunito', 'DM Sans', sans-serif;

  /* ── Baby radii — extra round! ── */
  --r-sm: 12px; --r-md: 18px; --r-lg: 24px; --r-xl: 32px; --r-2xl: 48px; --r-full: 999px;

  /* ── Shadows ── */
  --shadow-sm: 0 2px 8px rgba(13,148,136,.08);
  --shadow-md: 0 6px 24px rgba(13,148,136,.12);
  --shadow-lg: 0 16px 48px rgba(13,148,136,.15);
  --shadow-xl: 0 28px 72px rgba(13,148,136,.18);
  --shadow-pink: 0 8px 32px rgba(157,23,77,.12);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); background: var(--cream);
  color: var(--ink); line-height: 1.65; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--sans); cursor: pointer; border: none; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--t400); border-radius: 3px; }

/* ── UTILITY ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.serif { font-family: var(--serif); }
.round { font-family: var(--round); }
.section-title { font-family: var(--serif); font-size: clamp(28px,3.8vw,44px); color: var(--ink); line-height: 1.18; }
.section-lead  { font-size: 17px; color: var(--muted); line-height: 1.85; max-width: 560px; }
.section-head  { text-align: center; margin-bottom: 60px; }
.section-head .section-lead { margin: 0 auto; }

/* Tag pill */
.tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--t600); background: var(--t50);
  border: 1.5px solid var(--t200); padding: 5px 14px; border-radius: var(--r-full);
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px; border-radius: var(--r-full); font-weight: 600;
  font-size: 15px; transition: all .25s; white-space: nowrap; letter-spacing: .01em;
}
.btn-primary { background: var(--t700); color: #fff; box-shadow: 0 4px 16px rgba(15,118,110,.25); }
.btn-primary:hover { background: var(--t800); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(15,118,110,.35); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn-outline:hover { background: rgba(255,255,255,.14); border-color: #fff; transform: translateY(-2px); }
.btn-ghost  { background: transparent; color: var(--t700); border: 2px solid var(--t300); }
.btn-ghost:hover  { background: var(--t50); border-color: var(--t600); transform: translateY(-1px); }
.btn-pink   { background: var(--pink-text); color: #fff; box-shadow: 0 4px 16px rgba(157,23,77,.22); }
.btn-pink:hover { background: #831843; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(157,23,77,.32); }
.btn-sm { padding: 8px 20px; font-size: 13px; }
.btn-danger { background: var(--red); color: #fff; }
.btn-danger:hover { background: #b91c1c; }

/* ── ANIMATIONS ── */
@keyframes fadeUp    { from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn    { from{opacity:0}to{opacity:1} }
@keyframes float     { 0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)} }
@keyframes floatAlt  { 0%,100%{transform:translateY(-6px)}50%{transform:translateY(8px)} }
@keyframes wobble    { 0%,100%{transform:rotate(-2deg)}50%{transform:rotate(2deg)} }
@keyframes pulse     { 0%,100%{opacity:1}50%{opacity:.5} }
@keyframes spin      { to{transform:rotate(360deg)} }
@keyframes bubbleIn  { from{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1} }
@keyframes shimmer   { 0%{background-position:-200% 0}100%{background-position:200% 0} }
.anim-up   { animation: fadeUp .7s cubic-bezier(.16,1,.3,1) both; }
.anim-up-2 { animation: fadeUp .7s cubic-bezier(.16,1,.3,1) .15s both; }
.anim-up-3 { animation: fadeUp .7s cubic-bezier(.16,1,.3,1) .3s both; }
.anim-up-4 { animation: fadeUp .7s cubic-bezier(.16,1,.3,1) .45s both; }
.float     { animation: float 4.5s ease-in-out infinite; }
.float-alt { animation: floatAlt 5s ease-in-out infinite; }
.wobble    { animation: wobble 3s ease-in-out infinite; }

/* ═══════════════════════════════════════════════════════════════
   BABY BUBBLES — decorative floating shapes used site-wide
   ═══════════════════════════════════════════════════════════════ */
.bubble {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  opacity: .55;
}
.bubble-pink   { background: var(--pink); }
.bubble-lav    { background: var(--lavender); }
.bubble-mint   { background: var(--mint); }
.bubble-sky    { background: var(--sky); }
.bubble-peach  { background: var(--peach); }
.bubble-lemon  { background: var(--lemon); }
.bubble-teal   { background: var(--t100); }

/* ═══════════════════════════════════════════════════════════════
   HEADER / NAV
   ═══════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97); backdrop-filter: blur(16px);
  border-bottom: 1.5px solid var(--border);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; gap: 16px;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-icon {
  width: 46px; height: 46px; background: var(--t700); border-radius: 14px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  overflow: hidden; box-shadow: 0 4px 12px rgba(15,118,110,.25);
}
.logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.logo-icon-text { font-family: var(--serif); font-size: 20px; color: #fff; font-style: italic; }
.logo-text strong { font-family: var(--serif); font-size: 21px; color: var(--t900); display: block; line-height: 1.1; }
.logo-text span   { font-size: 10px; color: var(--muted); letter-spacing: .04em; }

.desktop-nav { display: none; align-items: center; gap: 2px; }
@media(min-width:1024px){ .desktop-nav { display: flex; } }
.nav-link {
  padding: 7px 14px; font-size: 14px; font-weight: 600; color: var(--ink2);
  border-radius: var(--r-full); transition: all .2s;
}
.nav-link:hover, .nav-link.active { color: var(--t700); background: var(--t50); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.auth-pill {
  display: flex; align-items: center; gap: 6px; padding: 7px 14px;
  border-radius: var(--r-full); font-size: 12px; font-weight: 700; transition: all .2s;
  border: 1.5px solid transparent;
}
.auth-pill.login  { background: var(--sky);  color: var(--sky-text);  border-color: var(--sky-d); }
.auth-pill.signup { background: var(--t50);  color: var(--t800);      border-color: var(--t200); }
.auth-pill:hover  { transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.auth-pill .dot   { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; background: currentColor; opacity: .65; }
.auth-pill span   { display: none; }
@media(min-width:560px){ .auth-pill span { display: inline; } }

.menu-btn {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; background: var(--t50); border-radius: var(--r-md);
  color: var(--ink2); transition: all .2s;
}
.menu-btn:hover { background: var(--t100); color: var(--t700); }
@media(min-width:1024px){ .menu-btn { display: none; } }

.mobile-nav { display: none; border-top: 1.5px solid var(--border); background: #fff; }
.mobile-nav.open { display: block; }
.mobile-nav-inner { padding: 12px 20px 20px; display: flex; flex-direction: column; gap: 2px; }
.mobile-nav-link {
  display: flex; align-items: center; gap: 10px; padding: 11px 14px;
  border-radius: var(--r-md); font-size: 14px; font-weight: 600; color: var(--ink2); transition: all .2s;
}
.mobile-nav-link:hover, .mobile-nav-link.active { background: var(--t50); color: var(--t700); }
.mobile-auth-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 14px 6px; border-top: 1px solid var(--border); margin-top: 8px; }

/* ═══════════════════════════════════════════════════════════════
   HERO  — deep teal with baby colour pops
   ═══════════════════════════════════════════════════════════════ */
.hero {
  background: var(--t950); position: relative; overflow: hidden;
  padding: 88px 0 80px;
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(252,231,243,.12) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(219,234,254,.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(45,212,191,.06) 0%, transparent 70%);
}
.hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(45,212,191,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,212,191,.05) 1px, transparent 1px);
  background-size: 64px 64px;
}
/* Floating bubble decorations */
.hero-bubble-1 { width:180px;height:180px;background:rgba(252,231,243,.08);top:-40px;right:15%;animation:float 6s ease-in-out infinite; }
.hero-bubble-2 { width:120px;height:120px;background:rgba(219,234,254,.07);bottom:40px;left:8%;animation:floatAlt 7s ease-in-out infinite; }
.hero-bubble-3 { width:80px;height:80px;background:rgba(45,212,191,.09);top:30%;right:5%;animation:float 5s ease-in-out infinite .5s; }
.hero-bubble-4 { width:60px;height:60px;background:rgba(253,186,116,.07);bottom:20%;right:30%;animation:floatAlt 8s ease-in-out infinite 1s; }

.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
}
@media(min-width:1024px){ .hero-inner { grid-template-columns: 1fr 1fr; gap: 64px; } }

.hero-eyebrow { margin-bottom: 20px; }
.hero-title {
  font-family: var(--serif); font-size: clamp(38px,5.5vw,64px);
  color: #fff; line-height: 1.08; margin-bottom: 20px;
}
.hero-title em  { color: var(--t400); font-style: italic; }
.hero-title .pink { color: #f9a8d4; }
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,.68); line-height: 1.88;
  margin-bottom: 36px; max-width: 500px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }

/* Stats strip inside hero */
.hero-stats {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1px;
  background: rgba(255,255,255,.07); border-radius: var(--r-lg); overflow: hidden;
}
.hero-stat { padding: 18px 20px; background: rgba(255,255,255,.04); text-align: center; }
.hero-stat-val   { font-family: var(--serif); font-size: 26px; color: var(--t400); line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,.42); margin-top: 5px; letter-spacing: .06em; text-transform: uppercase; }

/* Carousel */
.carousel-frame {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 4/3; background: var(--t900);
  box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.07);
}
.carousel-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; z-index: 0; }
.carousel-slide.active { opacity: 1; z-index: 1; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.carousel-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to top, rgba(4,47,46,.72) 0%, transparent 55%);
}
.carousel-caption { position: absolute; bottom: 22px; left: 22px; right: 22px; z-index: 3; color: #fff; }
.carousel-caption h3 { font-family: var(--serif); font-size: 22px; margin-bottom: 4px; }
.carousel-caption p  { font-size: 13px; opacity: .7; }
.carousel-controls   { position: absolute; bottom: 18px; right: 18px; z-index: 10; display: flex; gap: 8px; }
.carousel-dot {
  width: 8px; height: 8px; border-radius: 50%; border: none; cursor: pointer; padding: 0;
  background: rgba(255,255,255,.35); transition: all .3s;
}
.carousel-dot.active { background: #fff; width: 24px; border-radius: 4px; }

/* Hero placeholder (no slides) */
.hero-placeholder {
  border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; position: relative;
  background: linear-gradient(135deg, var(--t900) 0%, #0c1a2e 60%, #1a0525 100%);
  box-shadow: var(--shadow-xl);
}
.hero-placeholder-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.hero-placeholder-icon i { font-size: 90px; color: var(--t400); opacity: .3; }
.hero-badge {
  position: absolute; bottom: 22px; left: 22px; right: 22px;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.08); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.13); border-radius: var(--r-lg); padding: 14px 18px;
}
.hero-badge-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--t400); flex-shrink: 0; animation: pulse 2s infinite; }
.hero-badge-text strong { font-size: 14px; font-weight: 700; color: #fff; display: block; }
.hero-badge-text span   { font-size: 12px; color: rgba(255,255,255,.55); }

/* ═══════════════════════════════════════════════════════════════
   PASTEL FEATURE STRIP
   ═══════════════════════════════════════════════════════════════ */
.pastel-strip {
  padding: 22px 0; background: #fff;
  border-bottom: 1.5px solid var(--border); overflow: hidden; position: relative;
}
.pastel-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.pastel-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px;
  border-radius: var(--r-full); font-size: 13px; font-weight: 700;
  font-family: var(--round); transition: all .22s; cursor: default; letter-spacing: .01em;
  border: 1.5px solid transparent;
}
.pastel-pill i { font-size: 17px; }
.pastel-pill:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.pp-pink   { background: var(--pink);    color: var(--pink-text);   border-color: var(--pink-d); }
.pp-lav    { background: var(--lavender);color: var(--lav-text);    border-color: var(--lav-d); }
.pp-sky    { background: var(--sky);     color: var(--sky-text);    border-color: var(--sky-d); }
.pp-mint   { background: var(--mint);    color: var(--mint-text);   border-color: var(--mint-d); }
.pp-peach  { background: var(--peach);   color: var(--peach-text);  border-color: var(--peach-d); }
.pp-lemon  { background: var(--lemon);   color: var(--lemon-text);  border-color: var(--lemon-d); }
.pp-lilac  { background: var(--lilac);   color: var(--lilac-text);  border-color: var(--lilac-d); }
.pp-teal   { background: var(--t50);     color: var(--t700);        border-color: var(--t200); }

/* ═══════════════════════════════════════════════════════════════
   PRODUCT CARDS — bubbly baby feel
   ═══════════════════════════════════════════════════════════════ */
.products-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width:640px)  { .products-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1024px) { .products-grid { grid-template-columns: repeat(3,1fr); } }

.product-card {
  background: #fff; border-radius: var(--r-xl); overflow: hidden;
  border: 2px solid var(--border); transition: all .3s; position: relative;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--t200); }
.product-card-img {
  aspect-ratio: 4/3; overflow: hidden; background: var(--t50); position: relative;
}
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-card-img img { transform: scale(1.07); }
.product-card-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--t50), var(--pink));
}
.product-card-img-placeholder i { font-size: 52px; color: var(--t500); opacity: .45; }
.product-age-badge {
  position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: 4px 12px; border-radius: var(--r-full);
  background: rgba(255,255,255,.95); color: var(--t700); border: 1.5px solid var(--t200);
  font-family: var(--round);
}
.product-featured-badge {
  position: absolute; top: 12px; right: 12px; font-size: 10px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: var(--r-full);
  background: var(--t700); color: #fff;
}
.product-card-body { padding: 20px 24px 24px; }
.product-cat-tag { font-size: 11px; font-weight: 700; color: var(--t600); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px; display: block; }
.product-card-body h3 { font-family: var(--serif); font-size: 20px; color: var(--ink); margin-bottom: 10px; line-height: 1.28; }
.product-card-body p  { font-size: 14px; color: var(--muted); line-height: 1.72; margin-bottom: 16px; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.product-price { font-size: 14px; font-weight: 700; color: var(--t700); }

/* ═══════════════════════════════════════════════════════════════
   SERVICES SECTION — app + portal cards with bubble bg
   ═══════════════════════════════════════════════════════════════ */
.services-section {
  padding: 96px 0; position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--cream) 0%, #fff 50%, var(--t50) 100%);
}
.services-section::before {
  content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(252,231,243,.5) 0%, transparent 65%);
  top: -150px; right: -100px; pointer-events: none;
}
.services-section::after {
  content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(209,250,229,.45) 0%, transparent 65%);
  bottom: -100px; left: -80px; pointer-events: none;
}
.services-grid {
  display: grid; grid-template-columns: 1fr; gap: 28px; position: relative; z-index: 1;
}
@media(min-width:768px) { .services-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1024px){ .services-grid { grid-template-columns: repeat(3,1fr); gap: 28px; } }

.service-card {
  background: #fff; border-radius: var(--r-xl); padding: 32px 28px;
  border: 2px solid var(--border); transition: all .3s; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  border-radius: var(--r-xl) var(--r-xl) 0 0; opacity: 0; transition: opacity .3s;
}
.service-card:hover { transform: none; box-shadow: var(--shadow-sm); border-color: var(--border); }
.service-card:hover::before { opacity: 0; }
.sc-pink::before  { background: linear-gradient(90deg, var(--pink-text), #ec4899); }
.sc-teal::before  { background: linear-gradient(90deg, var(--t400), var(--t700)); }
.sc-sky::before   { background: linear-gradient(90deg, #60a5fa, #3b82f6); }
.sc-lav::before   { background: linear-gradient(90deg, var(--lav-d), var(--lav-text)); }
.sc-peach::before { background: linear-gradient(90deg, var(--peach-d), var(--peach-text)); }
.sc-mint::before  { background: linear-gradient(90deg, var(--mint-d), var(--mint-text)); }

.service-icon {
  width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center;
  justify-content: center; margin-bottom: 20px; font-size: 30px;
}
.si-pink  { background: var(--pink);    color: var(--pink-text); }
.si-teal  { background: var(--t50);     color: var(--t700); }
.si-sky   { background: var(--sky);     color: var(--sky-text); }
.si-lav   { background: var(--lavender);color: var(--lav-text); }
.si-peach { background: var(--peach);   color: var(--peach-text); }
.si-mint  { background: var(--mint);    color: var(--mint-text); }

.service-card h3 { font-family: var(--serif); font-size: 20px; color: var(--ink); margin-bottom: 10px; }
.service-card p  { font-size: 14px; color: var(--muted); line-height: 1.78; margin-bottom: 18px; }
.service-badge {
  display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700;
  padding: 4px 12px; border-radius: var(--r-full); text-transform: uppercase; letter-spacing: .06em;
  font-family: var(--round);
}
.sb-app { background: var(--pink); color: var(--pink-text); }
.sb-web { background: var(--sky);  color: var(--sky-text); }
.sb-new { background: var(--mint); color: var(--mint-text); }

/* App download CTA card */
.app-cta-card {
  background: linear-gradient(135deg, var(--t950) 0%, #1a0a2e 100%);
  border-radius: var(--r-xl); padding: 40px 36px; position: relative; overflow: hidden;
  grid-column: 1 / -1;
}
@media(min-width:1024px){ .app-cta-card { grid-column: auto; } }
.app-cta-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(252,231,243,.1) 0%, transparent 60%);
}
.app-cta-content { position: relative; z-index: 1; }
.app-cta-card h3 { font-family: var(--serif); font-size: 26px; color: #fff; margin-bottom: 10px; }
.app-cta-card p  { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.78; margin-bottom: 24px; }
.app-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.app-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px;
  background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.2);
  border-radius: var(--r-full); color: #fff; font-size: 13px; font-weight: 700;
  transition: all .2s; cursor: pointer;
}
.app-badge:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.app-badge i { font-size: 20px; }

/* ═══════════════════════════════════════════════════════════════
   IMPACT STATS — dark teal with baby glow
   ═══════════════════════════════════════════════════════════════ */
.impact-section { padding: 96px 0; background: var(--t950); position: relative; overflow: hidden; }
.impact-section::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(252,231,243,.08) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(45,212,191,.07) 0%, transparent 55%);
}
.impact-section::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(45,212,191,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,212,191,.04) 1px, transparent 1px);
  background-size: 56px 56px;
}
.impact-inner { position: relative; z-index: 1; }
.impact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; }
@media(min-width:640px)  { .impact-grid { grid-template-columns: repeat(3,1fr); } }
@media(min-width:1024px) { .impact-grid { grid-template-columns: repeat(5,1fr); } }
.impact-card {
  padding: 36px 20px; background: rgba(255,255,255,.04); text-align: center;
  border: 1px solid rgba(255,255,255,.05); transition: all .3s;
}
.impact-card:hover { background: rgba(255,255,255,.08); transform: translateY(-4px); }
.impact-icon {
  width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center;
  justify-content: center; margin: 0 auto 16px;
  background: rgba(45,212,191,.1); border: 1px solid rgba(45,212,191,.18);
}
.impact-icon i { font-size: 28px; color: var(--t400); }
.impact-val   { font-family: var(--serif); font-size: 38px; color: #fff; line-height: 1; margin-bottom: 6px; }
.impact-label { font-size: 12px; color: rgba(255,255,255,.45); letter-spacing: .08em; text-transform: uppercase; font-family: var(--round); }
.impact-desc  { font-size: 12px; color: rgba(255,255,255,.3); margin-top: 6px; }

/* ═══════════════════════════════════════════════════════════════
   NEWS / BLOG CARDS
   ═══════════════════════════════════════════════════════════════ */
.news-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
@media(min-width:640px)  { .news-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1024px) { .news-grid { grid-template-columns: repeat(3,1fr); } }

.news-card {
  background: #fff; border-radius: var(--r-xl); overflow: hidden;
  border: 2px solid var(--border); transition: all .3s;
}
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--t200); }
.news-card-img { aspect-ratio: 16/9; overflow: hidden; background: var(--t50); position: relative; }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.news-card:hover .news-card-img img { transform: scale(1.06); }
.news-card-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--t50), var(--lavender));
}
.news-card-img-placeholder i { font-size: 40px; color: var(--t400); opacity: .35; }
.featured-badge {
  position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; padding: 4px 12px;
  border-radius: var(--r-full); background: var(--pink-text); color: #fff;
  font-family: var(--round);
}
.news-card-body { padding: 20px 24px 24px; }
.news-meta { font-size: 12px; color: var(--muted); margin-bottom: 10px; display: flex; gap: 10px; flex-wrap: wrap; }
.news-meta span { display: flex; align-items: center; gap: 4px; }
.news-card-body h3 { font-family: var(--serif); font-size: 18px; color: var(--ink); margin-bottom: 10px; line-height: 1.32; }
.news-card-body p  { font-size: 14px; color: var(--muted); line-height: 1.72; margin-bottom: 16px; }
.read-more { font-size: 13px; font-weight: 700; color: var(--t600); display: inline-flex; align-items: center; gap: 4px; font-family: var(--round); }
.read-more:hover { color: var(--t800); gap: 8px; }

/* ═══════════════════════════════════════════════════════════════
   TESTIMONIALS — warm pink wash
   ═══════════════════════════════════════════════════════════════ */
.testimonials-section {
  padding: 96px 0; position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--blush) 0%, var(--pink) 50%, #fff5f7 100%);
}
.testimonials-section::before {
  content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: rgba(252,231,243,.6); top: -60px; right: 5%; pointer-events: none;
}
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media(min-width:640px)  { .testimonials-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1024px) { .testimonials-grid { grid-template-columns: repeat(3,1fr); } }

.testimonial-card {
  background: #fff; border-radius: var(--r-xl); padding: 28px;
  border: 2px solid var(--pink-d); box-shadow: 0 4px 20px rgba(157,23,77,.06); transition: all .3s;
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-pink); }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testimonial-stars i { font-size: 16px; color: #f59e0b; }
.testimonial-quote {
  font-size: 15px; color: var(--ink2); line-height: 1.85; margin-bottom: 20px;
  font-style: italic; position: relative; padding-left: 4px;
}
.testimonial-quote::before {
  content: '\201C'; font-family: var(--serif); font-size: 52px; color: var(--pink-d);
  line-height: 0; vertical-align: -24px; margin-right: 4px;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 46px; height: 46px; border-radius: 50%; overflow: hidden;
  background: var(--pink); border: 2.5px solid var(--pink-d); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-avatar i  { font-size: 22px; color: var(--pink-text); }
.testimonial-author-text strong { font-size: 14px; font-weight: 700; color: var(--ink); display: block; }
.testimonial-author-text span   { font-size: 12px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════════
   ABOUT SECTION
   ═══════════════════════════════════════════════════════════════ */
.about-section { padding: 96px 0; background: #fff; }
.about-inner { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
@media(min-width:1024px){ .about-inner { grid-template-columns: 1fr 1fr; gap: 72px; } }
.about-img-frame {
  border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--t50), var(--pink));
  position: relative; box-shadow: var(--shadow-xl);
}
.about-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.about-img-frame-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.about-img-frame-placeholder i { font-size: 90px; color: var(--t500); opacity: .35; }
.about-pillars { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.pillar {
  display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px;
  background: var(--cream); border-radius: var(--r-lg); border: 1.5px solid var(--border);
  transition: all .2s;
}
.pillar:hover { border-color: var(--t200); background: var(--t50); }
.pillar-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pillar-icon i { font-size: 22px; }
.pillar-text strong { font-size: 14px; font-weight: 700; color: var(--ink); display: block; }
.pillar-text span   { font-size: 13px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════════
   CTA BAND
   ═══════════════════════════════════════════════════════════════ */
.cta-band {
  padding: 88px 0; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--t950) 0%, #1a0535 60%, var(--t900) 100%);
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(252,231,243,.09) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(45,212,191,.07) 0%, transparent 55%);
}
.cta-band-inner { position: relative; z-index: 1; text-align: center; }
.cta-band-inner .section-title { color: #fff; margin: 14px 0 20px; }
.cta-band-inner .section-lead { color: rgba(255,255,255,.58); margin: 0 auto 36px; }
.cta-band-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.site-footer { background: var(--t950); color: rgba(255,255,255,.72); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
@media(min-width:640px)  { .footer-grid { grid-template-columns: repeat(2,1fr); } }
@media(min-width:1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer-brand .logo-text strong { color: #fff; }
.footer-brand .logo-text span   { color: rgba(255,255,255,.38); }
.footer-tagline { font-size: 14px; color: rgba(255,255,255,.42); line-height: 1.75; margin-top: 14px; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.07); color: rgba(255,255,255,.5); transition: all .2s;
}
.social-btn:hover { background: var(--t700); color: #fff; transform: translateY(-2px); }
.footer-heading { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--t400); margin-bottom: 16px; font-family: var(--round); }
.footer-links   { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.48); transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  margin-top: 48px; border-top: 1px solid rgba(255,255,255,.07);
  padding: 20px 0; display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,.32); }
.footer-bottom a { color: var(--t400); }
.footer-bottom a:hover { color: var(--t300); }

/* ═══════════════════════════════════════════════════════════════
   PAGE HERO (sub-pages)
   ═══════════════════════════════════════════════════════════════ */
.page-hero {
  background: var(--t950); padding: 64px 0 56px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(45,212,191,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,212,191,.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(252,231,243,.08) 0%, transparent 55%);
}
.page-hero-inner { position: relative; z-index: 1; text-align: center; }
.page-hero-title { font-family: var(--serif); font-size: clamp(30px,4vw,50px); color: #fff; margin: 12px 0 16px; }
.page-hero-lead  { font-size: 17px; color: rgba(255,255,255,.58); max-width: 560px; margin: 0 auto; line-height: 1.85; }
.breadcrumb { display: flex; justify-content: center; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 8px; }
.breadcrumb a { color: var(--t400); }
.breadcrumb a:hover { color: var(--t300); }

/* ═══════════════════════════════════════════════════════════════
   FILTER BAR
   ═══════════════════════════════════════════════════════════════ */
.filter-bar { background: #fff; border-bottom: 1.5px solid var(--border); padding: 14px 0; position: sticky; top: 70px; z-index: 50; }
.filter-inner { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.filter-btn {
  padding: 7px 18px; border-radius: var(--r-full); font-size: 13px; font-weight: 700;
  border: 1.5px solid var(--border); color: var(--ink2); background: #fff; cursor: pointer;
  transition: all .2s; font-family: var(--round);
}
.filter-btn:hover, .filter-btn.active { background: var(--t700); color: #fff; border-color: var(--t700); }
.filter-sep { width: 1px; height: 20px; background: var(--border); margin: 0 4px; }

/* ═══════════════════════════════════════════════════════════════
   PRODUCT DETAIL
   ═══════════════════════════════════════════════════════════════ */
.product-detail-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media(min-width:1024px){ .product-detail-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.product-detail-img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; background: var(--t50); }
.product-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-body h1 { font-family: var(--serif); font-size: clamp(26px,3vw,38px); color: var(--ink); margin-bottom: 16px; }
.product-detail-desc { font-size: 16px; color: var(--muted); line-height: 1.88; margin-bottom: 28px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ═══════════════════════════════════════════════════════════════
   ARTICLE
   ═══════════════════════════════════════════════════════════════ */
.article-body { max-width: 720px; margin: 0 auto; }
.article-body h1 { font-family: var(--serif); font-size: clamp(26px,3.5vw,42px); color: var(--ink); line-height: 1.2; margin-bottom: 20px; }
.article-cover { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16/7; background: var(--t50); margin-bottom: 36px; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-content { font-size: 16px; color: var(--ink2); line-height: 1.92; }
.article-content p  { margin-bottom: 20px; }
.article-content h2 { font-family: var(--serif); font-size: 24px; color: var(--ink); margin: 36px 0 14px; }
.article-content h3 { font-family: var(--serif); font-size: 20px; color: var(--ink); margin: 26px 0 10px; }
.article-content ul, .article-content ol { padding-left: 24px; margin-bottom: 20px; }
.article-content li { margin-bottom: 8px; }
.article-content blockquote {
  border-left: 4px solid var(--t400); padding: 16px 24px; margin: 28px 0;
  background: var(--t50); border-radius: 0 var(--r-md) var(--r-md) 0;
  font-style: italic; color: var(--ink2);
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
@media(min-width:1024px){ .contact-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.contact-form { background: #fff; border-radius: var(--r-xl); padding: 36px; border: 2px solid var(--border); box-shadow: var(--shadow-md); }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 7px; font-family: var(--round); }
.form-control {
  width: 100%; padding: 12px 16px; border-radius: var(--r-md);
  border: 2px solid var(--border); font-size: 14px; font-family: var(--sans);
  color: var(--ink); background: var(--cream); transition: border-color .2s;
}
.form-control:focus { outline: none; border-color: var(--t400); background: #fff; }
textarea.form-control { resize: vertical; min-height: 120px; }
.contact-info-card { padding: 28px; border-radius: var(--r-xl); background: var(--t50); border: 2px solid var(--t200); }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--t100); }
.contact-info-item:last-child { border-bottom: none; }
.ci-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--t700); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon i { font-size: 22px; color: #fff; }
.ci-text strong { font-size: 14px; font-weight: 700; color: var(--ink); display: block; }
.ci-text span   { font-size: 13px; color: var(--muted); }

/* ── General sections ── */
.section-white  { padding: 88px 0; background: #fff; }
.section-off    { padding: 88px 0; background: var(--cream); }
.section-teal   { padding: 88px 0; background: var(--t50); }
.section-soft   { padding: 88px 0; background: linear-gradient(160deg, var(--cream), #fff, var(--t50)); }

/* Alert */
.alert { padding: 14px 18px; border-radius: var(--r-md); font-size: 14px; font-weight: 600; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.alert-success { background: var(--mint); color: var(--mint-text); border: 1.5px solid var(--mint-d); }
.alert-error   { background: #fee2e2; color: #991b1b; border: 1.5px solid #fca5a5; }

/* Empty state */
.empty-state { text-align: center; padding: 80px 24px; }
.empty-state i { font-size: 56px; color: var(--t300); opacity: .5; margin-bottom: 16px; display: block; }
.empty-state h3 { font-family: var(--serif); font-size: 24px; color: var(--ink); margin-bottom: 10px; }
.empty-state p  { font-size: 15px; color: var(--muted); }

/* ═══════════════════════════════════════════════════════════════
   MANAGER PORTAL STYLES
   ═══════════════════════════════════════════════════════════════ */
:root {
  --mgr-bg:      #0f1419; --mgr-sidebar: #151b22; --mgr-card:   #1c242e;
  --mgr-border:  #263040; --mgr-text:    #e2e8f0; --mgr-muted:  #64748b;
  --mgr-accent:  #0d9488; --mgr-accent2: #0f766e;
}
body.manager-body { background: var(--mgr-bg); color: var(--mgr-text); font-family: 'Inter', var(--sans); }
.mgr-wrapper { display: flex; min-height: 100vh; }

.mgr-sidebar {
  width: 260px; background: var(--mgr-sidebar); border-right: 1px solid var(--mgr-border);
  display: flex; flex-direction: column; position: fixed; top: 0; left: 0; height: 100vh;
  overflow-y: auto; z-index: 200; transition: transform .3s;
}
.mgr-sidebar.hidden { transform: translateX(-260px); }
.mgr-sidebar-head {
  padding: 20px 20px 16px; border-bottom: 1px solid var(--mgr-border);
  display: flex; align-items: center; gap: 12px; flex-shrink: 0;
}
.mgr-logo-icon {
  width: 42px; height: 42px; border-radius: 10px; background: var(--mgr-accent);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden;
}
.mgr-logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.mgr-logo-icon-text { font-family: var(--serif); font-size: 18px; color: #fff; font-style: italic; }
.mgr-logo-text strong { font-family: var(--serif); font-size: 18px; color: #fff; display: block; }
.mgr-logo-text span   { font-size: 10px; color: var(--mgr-muted); letter-spacing: .05em; }

.mgr-nav { padding: 12px 10px; flex: 1; }
.mgr-nav-section { margin-bottom: 6px; }
.mgr-nav-label { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--mgr-muted); padding: 8px 12px 4px; }
.mgr-nav-link {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--mgr-muted);
  transition: all .2s; margin-bottom: 2px;
}
.mgr-nav-link i { font-size: 18px; flex-shrink: 0; }
.mgr-nav-link:hover  { color: var(--mgr-text); background: rgba(255,255,255,.04); }
.mgr-nav-link.active { color: var(--mgr-accent); background: rgba(13,148,136,.1); border: 1px solid rgba(13,148,136,.15); }
.mgr-sidebar-foot { padding: 12px 10px 16px; border-top: 1px solid var(--mgr-border); flex-shrink: 0; }

.mgr-main { margin-left: 260px; flex: 1; display: flex; flex-direction: column; min-height: 100vh; }
.mgr-topbar {
  height: 60px; background: var(--mgr-sidebar); border-bottom: 1px solid var(--mgr-border);
  display: flex; align-items: center; justify-content: space-between; padding: 0 24px;
  position: sticky; top: 0; z-index: 100;
}
.mgr-topbar-left { display: flex; align-items: center; gap: 12px; }
.mgr-topbar h1   { font-size: 16px; font-weight: 700; color: var(--mgr-text); }
.mgr-topbar-right { display: flex; align-items: center; gap: 10px; }
.mgr-user-chip {
  display: flex; align-items: center; gap: 8px; padding: 6px 12px;
  background: rgba(255,255,255,.04); border-radius: 20px; border: 1px solid var(--mgr-border);
  font-size: 13px; color: var(--mgr-text);
}
.mgr-user-chip i { font-size: 18px; color: var(--mgr-accent); }
.mgr-ham-btn {
  display: none; width: 38px; height: 38px; align-items: center; justify-content: center;
  background: rgba(255,255,255,.04); border-radius: 8px; border: 1px solid var(--mgr-border);
  color: var(--mgr-text); cursor: pointer;
}
@media(max-width:1023px){
  .mgr-sidebar { transform: translateX(-260px); }
  .mgr-sidebar.open { transform: translateX(0); }
  .mgr-main { margin-left: 0; }
  .mgr-ham-btn { display: flex; }
}
.mgr-content { padding: 24px; flex: 1; }
.mgr-page-head { margin-bottom: 24px; }
.mgr-page-head h2 { font-size: 22px; font-weight: 700; color: var(--mgr-text); }
.mgr-page-head p  { font-size: 14px; color: var(--mgr-muted); margin-top: 4px; }

.mgr-stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-bottom: 28px; }
@media(min-width:768px)  { .mgr-stats-grid { grid-template-columns: repeat(3,1fr); } }
@media(min-width:1200px) { .mgr-stats-grid { grid-template-columns: repeat(6,1fr); } }
.mgr-stat-card {
  background: var(--mgr-card); border: 1px solid var(--mgr-border); border-radius: 12px;
  padding: 20px; display: flex; flex-direction: column; gap: 12px; transition: all .2s;
}
.mgr-stat-card:hover { border-color: var(--mgr-accent); }
.mgr-stat-icon { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.mgr-stat-icon i { font-size: 24px; }
.mgr-stat-val   { font-size: 32px; font-weight: 700; color: var(--mgr-text); line-height: 1; }
.mgr-stat-label { font-size: 13px; color: var(--mgr-muted); }

.mgr-grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media(min-width:768px) { .mgr-grid-2 { grid-template-columns: 1fr 1fr; } }
.mgr-card { background: var(--mgr-card); border: 1px solid var(--mgr-border); border-radius: 12px; overflow: hidden; }
.mgr-card-head {
  padding: 16px 20px; border-bottom: 1px solid var(--mgr-border);
  display: flex; align-items: center; justify-content: space-between;
}
.mgr-card-head h3 { font-size: 14px; font-weight: 600; color: var(--mgr-text); }
.mgr-card-body { padding: 16px 20px; }

.mgr-table { width: 100%; border-collapse: collapse; }
.mgr-table th {
  text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--mgr-muted); padding: 10px 14px;
  border-bottom: 1px solid var(--mgr-border);
}
.mgr-table td { padding: 12px 14px; font-size: 13px; color: var(--mgr-text); border-bottom: 1px solid rgba(255,255,255,.03); }
.mgr-table tr:last-child td { border-bottom: none; }
.mgr-table tr:hover td { background: rgba(255,255,255,.02); }
.mgr-table-wrap { overflow-x: auto; }

.badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.badge-green { background: rgba(22,163,74,.15);  color: #4ade80; }
.badge-amber { background: rgba(217,119,6,.15);  color: #fbbf24; }
.badge-red   { background: rgba(220,38,38,.15);  color: #f87171; }
.badge-teal  { background: rgba(13,148,136,.15); color: var(--mgr-accent); }

.mgr-form-card { background: var(--mgr-card); border: 1px solid var(--mgr-border); border-radius: 12px; padding: 28px; max-width: 720px; }
.mgr-form-group { margin-bottom: 20px; }
.mgr-form-label { display: block; font-size: 12px; font-weight: 700; color: var(--mgr-muted); margin-bottom: 6px; letter-spacing: .04em; text-transform: uppercase; }
.mgr-form-control {
  width: 100%; padding: 10px 14px; border-radius: 8px; border: 1px solid var(--mgr-border);
  background: rgba(255,255,255,.04); color: var(--mgr-text); font-size: 14px; font-family: var(--sans); transition: border-color .2s;
}
.mgr-form-control:focus { outline: none; border-color: var(--mgr-accent); background: rgba(255,255,255,.06); }
textarea.mgr-form-control { resize: vertical; min-height: 110px; }
.mgr-form-control option { background: var(--mgr-card); color: var(--mgr-text); }
.mgr-checkbox-row { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.mgr-checkbox-row input { width: 16px; height: 16px; accent-color: var(--mgr-accent); }
.mgr-checkbox-row span  { font-size: 14px; color: var(--mgr-text); }
.mgr-form-hint { font-size: 12px; color: var(--mgr-muted); margin-top: 4px; }
.mgr-form-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }

.mgr-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 20px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; transition: all .2s; }
.mgr-btn-primary { background: var(--mgr-accent); color: #fff; }
.mgr-btn-primary:hover { background: var(--mgr-accent2); }
.mgr-btn-outline { background: transparent; color: var(--mgr-muted); border: 1px solid var(--mgr-border); }
.mgr-btn-outline:hover { color: var(--mgr-text); border-color: var(--mgr-text); }
.mgr-btn-danger  { background: rgba(220,38,38,.15); color: #f87171; border: 1px solid rgba(220,38,38,.2); }
.mgr-btn-danger:hover { background: rgba(220,38,38,.25); }
.mgr-btn-sm { padding: 6px 14px; font-size: 12px; }

.mgr-alert { padding: 12px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.mgr-alert-success { background: rgba(22,163,74,.12);  color: #4ade80; border: 1px solid rgba(22,163,74,.2); }
.mgr-alert-error   { background: rgba(220,38,38,.12);  color: #f87171; border: 1px solid rgba(220,38,38,.2); }

.mgr-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--mgr-bg); }
.mgr-login-card { background: var(--mgr-card); border: 1px solid var(--mgr-border); border-radius: 16px; padding: 40px 36px; width: 100%; max-width: 420px; }
.mgr-login-logo { text-align: center; margin-bottom: 28px; }
.mgr-login-logo-icon { width: 64px; height: 64px; border-radius: 16px; background: var(--mgr-accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; overflow: hidden; }
.mgr-login-logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.mgr-login-logo-icon-text { font-family: var(--serif); font-size: 28px; color: #fff; font-style: italic; }
.mgr-login-logo h1 { font-family: var(--serif); font-size: 24px; color: var(--mgr-text); }
.mgr-login-logo p  { font-size: 13px; color: var(--mgr-muted); margin-top: 4px; }

.mgr-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 190; }
.mgr-overlay.active { display: block; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media(max-width:639px){
  .hero { padding: 56px 0 52px; }
  .hero-stats { grid-template-columns: repeat(3,1fr); }
  .hero-stat { padding: 12px 8px; }
  .hero-stat-val { font-size: 20px; }
  .section-white, .section-off, .section-teal, .section-soft, .about-section { padding: 60px 0; }
  .impact-section, .testimonials-section, .services-section, .cta-band { padding: 60px 0; }
  .app-cta-card { padding: 28px 20px; }
}
