:root {
  --bg: #ffffff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --text: #1d1730;
  --muted: #655c7d;
  --accent: #6d3bc9;
  --accent-soft: #f1eaff;
  --accent-dark: #29134f;
  --gold: #c79f49;
  --border: rgba(58, 31, 110, 0.12);
  --shadow: 0 18px 42px rgba(49, 21, 97, 0.10);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(109, 59, 201, 0.10), transparent 24%),
    radial-gradient(circle at top right, rgba(199, 159, 73, 0.10), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbf8ff 45%, #ffffff 100%);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(109, 59, 201, 0.12) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(199, 159, 73, 0.16) 1px, transparent 1px);
  background-size: 140px 140px, 210px 210px;
  background-position: 0 0, 60px 60px;
  opacity: 0.4;
}

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

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(58, 31, 110, 0.08);
}

.topbar-inner,
.footer-inner,
.highlight-box,
.contact-grid,
.hero-grid,
.logo-showcase-inner {
  display: grid;
  gap: 24px;
}

.topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.brand-logo,
.footer-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(58, 31, 110, 0.10);
  box-shadow: var(--shadow);
}

.brand-sub,
.highlight-meta,
.footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.eyebrow,
.section-tag,
.promo-label {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.brand-block h1,
.hero-copy h2,
.section-heading h2,
.highlight-box h2,
.contact-card h2,
.footer h3,
.logo-copy h2 {
  margin: 0;
  font-family: 'Cinzel', serif;
  line-height: 1.1;
}

.brand-block h1 {
  font-size: clamp(1.25rem, 3vw, 1.9rem);
}

.facebook-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(109, 59, 201, 0.18);
}

.hero {
  padding: 44px 0 26px;
}

.hero-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.hero-copy,
.image-frame,
.service-card,
.highlight-box,
.contact-card,
.logo-card,
.logo-copy {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-copy,
.logo-copy {
  padding: 36px;
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-copy::after,
.service-card::after,
.contact-card::after,
.image-frame::after,
.logo-card::after,
.logo-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(109, 59, 201, 0.25), rgba(199, 159, 73, 0.2), rgba(109, 59, 201, 0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-copy h2 {
  font-size: clamp(2.2rem, 5vw, 4.1rem);
  margin-bottom: 14px;
}

.hero-phrase,
.hero-copy > p:not(.section-tag) {
  margin: 0 0 24px;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  color: var(--accent-dark);
  font-weight: 600;
  max-width: 24ch;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.service-list span {
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(109, 59, 201, 0.15);
  font-weight: 600;
  color: var(--accent-dark);
}

.promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #22103d 0%, #4c2789 60%, #6d3bc9 100%);
  color: #fff;
  margin-bottom: 26px;
}

.promo-price {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.promo-meta p {
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: #fff;
  box-shadow: 0 12px 24px rgba(66, 30, 126, 0.24);
}

.btn-secondary {
  background: #fff;
  color: var(--accent-dark);
  border: 1px solid rgba(109, 59, 201, 0.18);
}

.hero-media {
  display: flex;
  justify-content: center;
}

.image-frame {
  border-radius: 32px;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,238,255,0.96));
}

.hero-promo-frame img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.logo-showcase,
.services,
.contact {
  padding: 34px 0;
}

.logo-showcase-inner {
  grid-template-columns: 260px 1fr;
  align-items: center;
}

.logo-card {
  border-radius: 28px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,239,255,0.95));
}

.logo-card img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.logo-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-heading.center {
  text-align: center;
  margin-bottom: 24px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 160px;
  padding: 28px 24px;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(109, 59, 201, 0.18), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(246,240,255,0.95));
}

.service-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--accent-dark);
}

.highlight {
  padding: 10px 0 34px;
}

.highlight-box {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 30px 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(242,234,255,0.96));
}

.highlight-box h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.contact-grid {
  grid-template-columns: repeat(2, 1fr);
}

.contact-card {
  border-radius: 28px;
  padding: 30px;
}

.contact-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.footer {
  padding: 26px 0 100px;
}

.footer-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(58, 31, 110, 0.10);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2a1153, #6d3bc9);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(57, 26, 105, 0.26);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-grid,
  .contact-grid,
  .topbar-inner,
  .highlight-box,
  .footer-inner,
  .logo-showcase-inner {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .topbar-inner {
    justify-items: start;
  }

  .facebook-badge {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 28px;
  }

  .hero-copy,
  .contact-card,
  .highlight-box,
  .logo-copy {
    padding: 24px;
  }

  .brand {
    align-items: flex-start;
  }

  .brand-logo,
  .footer-logo {
    width: 60px;
    height: 60px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .promo-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .floating-whatsapp span {
    width: 100%;
    text-align: center;
  }
}
