:root {
  --bg: #ffffff;
  --panel: rgba(255, 255, 255, 0.96);
  --panel-2: #ffffff;
  --line: rgba(0, 0, 0, 0.08);
  --text: #111111;
  --muted: #4b5563;
  --accent: #ff8c1a;
  --accent-2: #ffb347;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: #ffffff;
  min-height: 100vh;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

.container {
  width: min(1200px, calc(100% - 1.5rem));
  margin: 0 auto;
}

.hero-shell {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    url('images/IMG-20260612-WA0112.jpg') center/cover no-repeat;
}

.topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
  position: sticky; top: 0; z-index: 10;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-weight: 800; letter-spacing: -0.03em; font-size: 1rem;
}
.brand-mark {
  display: inline-grid; place-items: center;
  width: 2.6rem; height: 2.6rem; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), #0ea5a8);
  color: #03202b; box-shadow: 0 10px 18px rgba(64, 217, 195, 0.25);
}
.brand-logo {
  width: 2.6rem; height: 2.6rem; object-fit: contain; display: block; border-radius: 14px;
}
.nav-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.menu-toggle {
  display: none;
  align-items: center; justify-content: center;
  width: 2.8rem; height: 2.8rem; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: #fff; font-size: 1.1rem;
}
.nav-links a {
  color: var(--muted); font-weight: 600; padding: 0.45rem 0.6rem; border-radius: 999px;
  transition: background-color 0.2s, color 0.2s;
}
.nav-links a:hover,
.nav-links a:focus-visible { background: rgba(255,255,255,0.08); color: #fff; }

.hero {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem;
  align-items: center; padding: 2rem 0 4rem;
}
.eyebrow, .section-tag {
  text-transform: uppercase; letter-spacing: 0.25em; font-size: 0.78rem;
  color: #ff8c1a; font-weight: 800;
}
.hero h1, .panel h2, .panel h3 {
  line-height: 1.08; letter-spacing: -0.03em;
}
.hero h1 {
  color: #111111; font-size: clamp(2.5rem, 8vw, 4.8rem); margin: 0 0 1rem;
}
.hero .hero-highlight {
  color: #111111;
  font-weight: 800;
}
.panel h2, .panel h3 {
  color: #111111; font-weight: 800;
}
.panel h2, .panel h3, .contact-card h3, .card h3 {
  color: #ff8c1a;
}
strong, .brand-text, .footer p, .contact-card p, .card p {
  color: #111111;
}
.lead, .panel p, .card p, .contact-card p {
  color: #374151; line-height: 1.6;
}
.cta-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 1.25rem 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.82rem 1rem; border-radius: 999px; font-weight: 700; border: 1px solid transparent;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #111; }
.btn-secondary { border-color: rgba(17, 17, 17, 0.16); background: rgba(255, 255, 255, 0.96); color: #111111; }

.mini-highlights { display: flex; flex-wrap: wrap; gap: 0.6rem; padding: 0; margin: 0; list-style: none; }
.mini-highlights li {
  padding: 0.45rem 0.65rem; border-radius: 999px; background: rgba(255,255,255,0.08); color: #eaf4ff; font-size: 0.95rem;
}

.hero-card, .panel {
  background: var(--panel); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); backdrop-filter: blur(10px);
}
.hero-card { padding: 0.9rem; transition: transform 0.2s ease, border-color 0.2s ease; }
.hero-card:hover, .panel:hover, .card:hover, .contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 140, 26, 0.45);
}
.card, .contact-card {
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.image-frame {
  border-radius: 18px; overflow: hidden; background: #0b1627; min-height: 320px;
}
.image-frame img { width: 100%; height: 320px; object-fit: cover; transition: opacity 0.6s ease; }
.image-caption {
  display: grid; gap: 0.22rem; padding: 0.85rem 0.15rem 0.2rem;
}
.image-caption strong { font-size: 1rem; }
.image-caption span { color: var(--muted); font-size: 0.95rem; }

.content-stack { display: grid; gap: 1rem; padding-bottom: 2rem; }
.grid.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.panel { padding: 1.1rem; }
.panel h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0.25rem 0 0.6rem; }
.panel h3 { font-size: 1.1rem; margin: 0 0 0.35rem; }

.stats-panel {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; background: var(--panel-2);
}
.stats-panel article { padding: 0.8rem; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid var(--line); }
.stats-panel strong { display: block; font-size: 1.6rem; color: #ff8c1a; font-weight: 800; margin-bottom: 0.2rem; }
.stats-panel span { color: #4b5563; font-size: 0.95rem; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-card { background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 18px; padding: 0.9rem; }
.contact-card.full-width { grid-column: 1 / -1; }
.contact-card h3, .card h3 { color: #ff8c1a; font-weight: 800; }
 .image-caption strong { color: #ff8c1a; font-weight: 800; }
.footer { padding: 0 0 2rem; color: #d9e5f5; font-size: 0.95rem; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.social-links, .social-grid { display: flex; gap: 0.55rem; flex-wrap: wrap; }
.social-links a, .social-pill {
  display: inline-flex; align-items: center; justify-content: center; padding: 0.45rem 0.7rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.05); color: #eff6ff; font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.social-links a:hover {
  background: rgba(64, 217, 195, 0.12);
  border-color: rgba(64, 217, 195, 0.35);
  color: #fff;
}
.contact-form { display: grid; gap: 0.8rem; }
.contact-form label { display: grid; gap: 0.35rem; color: var(--muted); font-size: 0.95rem; }
.contact-form input,
.contact-form textarea {
  width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: #fff; padding: 0.75rem 0.85rem; font: inherit;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #bdd0e8; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .grid.two-col, .cards-grid, .contact-grid, .stats-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .topbar { align-items: center; flex-direction: row; flex-wrap: wrap; }
  .menu-toggle {
    display: inline-flex;
    color: #111111;
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.12);
  }
  .nav-links {
    display: none; width: 100%; flex-direction: column; gap: 0.35rem;
    padding: 0.35rem; border-radius: 16px; background: #ffffff; border: 1px solid rgba(0,0,0,0.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; }
  .hero h1 { font-size: 2.1rem; }
  .brand { font-size: 0.92rem; }
}

.social-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
}

.social-links a i {
  font-size: 24px;
}

.social-links a[aria-label="Facebook"] i {
  color: #1877F2;
}

.social-links a[aria-label="Instagram"] i {
  color: #E4405F;
}

.social-links a[aria-label="TikTok"] i {
  color: #000000;
}

.social-links a[aria-label="WhatsApp"] i {
  color: #25D366;
}

.social-links a:hover {
  transform: translateY(-2px);
}