:root {
  --purple: #39105f;
  --purple-2: #7b1e6d;
  --blue: #174c9d;
  --navy: #101736;
  --gold: #d6a84f;
  --pink: #dd4f8a;
  --cream: #fff8ec;
  --soft: #fffdf7;
  --ink: #202039;
  --muted: #6d6a7d;
  --line: rgba(214, 168, 79, .32);
  --shadow: 0 22px 60px rgba(18, 15, 45, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf2, #ffffff 34%, #f8f5ff);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; overflow: hidden; }
.eyebrow {
  display: inline-flex; gap: 8px; align-items: center;
  color: var(--purple); font-weight: 800; text-transform: uppercase;
  font-size: 12px; letter-spacing: 0; background: #fff3cf;
  border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px;
}
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.05; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(42px, 7vw, 84px); color: #fff; max-width: 940px; }
h2 { font-size: clamp(32px, 4vw, 54px); color: var(--navy); }
h3 { font-size: 25px; color: var(--navy); }
p { line-height: 1.75; color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 252, 244, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(214, 168, 79, .42);
  transition: box-shadow .25s, background .25s;
}
.site-header.scrolled { box-shadow: 0 14px 34px rgba(30, 19, 58, .12); background: rgba(255, 255, 255, .95); }
.nav { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { width: 104px; min-width: 88px; display: flex; align-items: center; justify-content: center; }
.brand img { display: block; height: 92px; width: auto; max-width: 100%; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(73, 20, 80, .16)); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 800; color: #32244e; }
.nav-links a { padding: 10px 0; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--gold); transition: .25s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-call {
  display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px;
  border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--blue));
  box-shadow: 0 12px 26px rgba(57, 16, 95, .22); font-weight: 900;
}
.menu-toggle { display: none; border: 0; background: var(--cream); color: var(--purple); font-size: 24px; padding: 10px 12px; border-radius: 12px; }

.hero {
  min-height: calc(100vh - 102px);
  display: grid; align-items: center;
  background: linear-gradient(125deg, rgba(31, 9, 61, .9), rgba(23, 76, 157, .72), rgba(214, 168, 79, .38)), var(--hero-img);
  background-color: var(--navy);
  background-size: cover, contain; background-position: center, right center; background-repeat: no-repeat;
  color: #fff; overflow: hidden;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 999px; filter: blur(4px); opacity: .72; animation: float 8s ease-in-out infinite;
}
.hero::before { width: 220px; height: 220px; right: 10%; top: 18%; background: rgba(214,168,79,.26); }
.hero::after { width: 160px; height: 160px; left: 8%; bottom: 12%; background: rgba(221,79,138,.24); animation-delay: -3s; }
.hero-content { position: relative; z-index: 2; padding: 70px 0; animation: fadeUp .9s ease both; }
.hero p { color: rgba(255,255,255,.9); max-width: 830px; font-size: 18px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 20px; min-height: 50px; border: 0; border-radius: 999px;
  font-weight: 900; cursor: pointer; transition: transform .25s, box-shadow .25s;
}
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: linear-gradient(135deg, #ffe09b, var(--gold)); color: #321d05; box-shadow: 0 16px 34px rgba(214,168,79,.34); }
.btn-blue { background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; box-shadow: 0 16px 34px rgba(23,76,157,.28); }
.btn-light { background: rgba(255,255,255,.93); color: var(--purple); }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.card {
  background: rgba(255,255,255,.88); border: 1px solid rgba(214,168,79,.24);
  border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; transition: .25s;
}
.card:hover { transform: translateY(-8px); box-shadow: 0 26px 70px rgba(57,16,95,.18); border-color: rgba(214,168,79,.62); }
.image-box { background: #fff7e6; min-height: 210px; display: grid; place-items: center; overflow: hidden; }
.image-box img { width: 100%; height: 100%; max-height: 300px; object-fit: contain; transition: transform .35s; }
.card:hover .image-box img { transform: none; }
.card-body { padding: 24px; }

.strip-card { min-height: 320px; position: relative; display: flex; align-items: end; background: #fff; }
.strip-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; background: #fff7e9; }
.strip-card span { position: relative; z-index: 2; width: 100%; padding: 18px; color: #fff; font-weight: 900; background: linear-gradient(0deg, rgba(16,23,54,.92), transparent); }

.dark-band {
  background: radial-gradient(circle at 15% 20%, rgba(214,168,79,.24), transparent 28%), linear-gradient(135deg, var(--navy), var(--purple) 48%, #0f3473);
  color: #fff;
}
.dark-band h2, .dark-band h3 { color: #fff; }
.dark-band p { color: rgba(255,255,255,.78); }
.dark-band .card { background: rgba(255,255,255,.08); border-color: rgba(255,224,155,.24); box-shadow: none; }
.dark-band .image-box { background: rgba(255,255,255,.08); }

.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 10px; align-items: center; font-weight: 800; color: #33234d; }
.feature-list i { color: var(--gold); }
.letter-badge {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(135deg, #ffe7aa, var(--gold)); color: var(--purple); font: 900 28px "Playfair Display";
}
.gallery { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gallery .card:nth-child(2n) { transform: translateY(18px); }
.gallery .image-box { min-height: 260px; }

.counter-card { text-align: center; padding: 26px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.counter { display: block; font-size: 34px; font-weight: 900; color: var(--purple); }

.form-panel {
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,248,236,.9));
  border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: var(--shadow);
}
input, select, textarea {
  width: 100%; border: 1px solid rgba(57,16,95,.16); background: #fff;
  border-radius: 8px; padding: 14px 14px; font: inherit; outline: none;
}
textarea { min-height: 130px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.full { grid-column: 1 / -1; }

.site-footer {
  background: linear-gradient(135deg, #fffdf7, #fff4d9);
  border-top: 3px solid var(--gold);
  color: var(--ink); padding: 54px 0 24px;
}
.footer-logo img { display: block; height: 170px; width: auto; max-width: 100%; object-fit: contain; margin-bottom: 18px; filter: drop-shadow(0 10px 18px rgba(57,16,95,.12)); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1.1fr; gap: 28px; }
.footer-grid h3 { font-size: 20px; margin-bottom: 14px; }
.footer-grid p, .footer-grid a, .footer-grid li { color: #504763; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.copyright { border-top: 1px solid rgba(57,16,95,.12); margin-top: 34px; padding-top: 20px; color: #6b607c; font-size: 14px; }

.float-btn {
  position: fixed; bottom: 22px; z-index: 60; width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; font-size: 24px; box-shadow: 0 16px 34px rgba(0,0,0,.22);
  animation: pulse 1.8s infinite;
}
.float-call { left: 22px; background: linear-gradient(135deg, var(--gold), #f37f4f); }
.float-wa { right: 22px; background: #25d366; }

.page-hero { min-height: 430px; padding: 86px 0; display: grid; align-items: center; background: linear-gradient(125deg, rgba(16,23,54,.88), rgba(57,16,95,.75)), var(--hero-img); background-color: var(--navy); background-size: cover, contain; background-position: center, right center; background-repeat: no-repeat; }
.page-hero p { color: rgba(255,255,255,.86); max-width: 760px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes float { 50% { transform: translateY(-22px) translateX(12px); } }
@keyframes pulse { 50% { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(214,168,79,.13); } }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; top: 102px; left: 0; right: 0; display: grid; gap: 0;
    background: #fffdf7; padding: 18px 24px; border-bottom: 1px solid var(--line);
    transform: translateY(-130%); opacity: 0; transition: .25s; box-shadow: var(--shadow);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; }
  .nav-call { display: none; }
  .grid-2, .grid-3, .grid-4, .grid-5, .gallery, .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .brand img { height: 84px; }
  .grid-2, .grid-3, .grid-4, .grid-5, .gallery, .footer-grid, .form-grid, .feature-list { grid-template-columns: 1fr; }
  .hero { min-height: 720px; }
  .gallery .card:nth-child(2n) { transform: none; }
  .hero-actions .btn, .button-row .btn { width: 100%; }
}
