/* ============================================================
   GIZMO — Premium Shih Tzu Stud Service
   Stylesheet: gold / navy / cream luxury brand
   ============================================================ */

:root {
  --ink: #1a1a2e;
  --ink-deep: #0f0f1c;
  --ink-soft: #2a2a45;
  --gold: #d4af37;
  --gold-deep: #a8841a;
  --gold-light: #f0d26e;
  --cream: #faf4e6;
  --cream-deep: #ece0c6;
  --cream-mid: #f5ead2;
  --white: #ffffff;
  --grey: #6a6a80;
  --grey-light: #b8b8c8;
  --rust: #b5532a;
  --shadow: 0 20px 60px rgba(15, 15, 28, 0.25);
  --shadow-sm: 0 8px 24px rgba(15, 15, 28, 0.15);
  --shadow-gold: 0 12px 40px rgba(212, 175, 55, 0.3);
  --maxw: 1200px;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

img { max-width: 100%; display: block; }
a { color: var(--gold-deep); text-decoration: none; transition: color 0.3s var(--ease); }
a:hover { color: var(--gold); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Gold divider ---------- */
.divider {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin: 18px auto;
}
.divider .line {
  height: 3px; width: 70px; border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.divider .diamond { color: var(--gold); font-size: 16px; }

/* ---------- Section labels ---------- */
.section-label {
  text-align: center; font-size: 0.78rem; letter-spacing: 4px;
  text-transform: uppercase; color: var(--gold-deep);
  font-weight: 700; margin-bottom: 12px;
}
.section-title {
  text-align: center; font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 10px; color: var(--ink);
}
.section-sub {
  text-align: center; color: var(--grey); max-width: 640px;
  margin: 0 auto 50px; font-size: 1.05rem;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(15, 15, 28, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.4s var(--ease);
}
.navbar.scrolled { background: rgba(15, 15, 28, 0.96); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  height: 72px; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px; color: var(--cream);
  font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700;
  letter-spacing: 1px;
}
.nav-logo .paw { color: var(--gold); font-size: 1.3rem; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav-links a {
  color: var(--cream-deep); font-size: 0.88rem; font-weight: 600;
  letter-spacing: 0.5px; text-transform: uppercase; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px;
  background: var(--gold); transition: width 0.3s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink-deep) !important; padding: 10px 24px; border-radius: 50px;
  font-weight: 700; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.nav-cta::after { display: none; }
.nav-toggle { display: none; background: none; border: none; color: var(--cream); font-size: 1.6rem; cursor: pointer; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background: linear-gradient(135deg, var(--ink-deep) 0%, var(--ink) 50%, var(--ink-soft) 100%);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(212, 175, 55, 0.12), transparent 60%);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0; opacity: 0.35;
  background: url('../images/gizmo-hero-large.jpg') center 25% / cover no-repeat;
  filter: blur(2px) brightness(0.5);
}
.hero-inner {
  position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto;
  padding: 120px 24px 80px; width: 100%;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center;
}
.hero-text { animation: fadeInLeft 1s var(--ease) both; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(212, 175, 55, 0.12); border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold-light); padding: 8px 18px; border-radius: 50px;
  font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 600; margin-bottom: 26px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: pulse 2s infinite; }
.hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem); color: var(--cream);
  line-height: 1.05; margin-bottom: 8px;
}
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero .tagline {
  font-size: 1.3rem; color: var(--gold-light); font-family: 'Playfair Display', serif;
  letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; font-weight: 600;
}
.hero .lead {
  color: var(--cream-deep); font-size: 1.15rem; max-width: 520px; margin-bottom: 36px;
}
.hero-cta-row { display: flex; gap: 18px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 34px;
  border-radius: 50px; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px;
  text-transform: uppercase; cursor: pointer; border: none; transition: all 0.35s var(--ease);
  font-family: 'Montserrat', sans-serif;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink-deep); box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(212, 175, 55, 0.45); color: var(--ink-deep); }
.btn-outline {
  background: transparent; color: var(--cream); border: 2px solid rgba(212, 175, 55, 0.5);
}
.btn-outline:hover { border-color: var(--gold); background: rgba(212, 175, 55, 0.1); color: var(--gold); transform: translateY(-3px); }
.hero-stats {
  display: flex; gap: 36px; margin-top: 44px; padding-top: 30px;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.hero-stat .num { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); font-weight: 700; }
.hero-stat .lbl { font-size: 0.78rem; color: var(--cream-deep); text-transform: uppercase; letter-spacing: 1.5px; }

.hero-img {
  position: relative; animation: fadeInRight 1.2s var(--ease) 0.2s both;
}
.hero-img-frame {
  border-radius: 24px; overflow: hidden; border: 4px solid rgba(212, 175, 55, 0.3);
  box-shadow: var(--shadow); aspect-ratio: 2/3;
}
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-badge {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink-deep); padding: 14px 32px; border-radius: 50px;
  font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase;
  white-space: nowrap; box-shadow: var(--shadow-gold);
}

.scroll-indicator {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: var(--cream-deep); font-size: 1.5rem; z-index: 3;
  animation: bounce 2s infinite; opacity: 0.6;
}

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.marquee {
  background: var(--ink-deep); color: var(--gold); overflow: hidden;
  padding: 16px 0; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
}
.marquee-track {
  display: flex; gap: 50px; white-space: nowrap;
  animation: marquee 25s linear infinite;
  font-family: 'Playfair Display', serif; font-size: 1.1rem; letter-spacing: 2px;
}
.marquee-track span { display: flex; align-items: center; gap: 50px; }
.marquee-track .star { color: var(--gold-deep); }

/* ============================================================
   ABOUT
   ============================================================ */
.about { padding: 100px 0; background: var(--cream); }
.about-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img {
  border-radius: 20px; box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover;
  width: 100%;
}
.about-img-wrap::before {
  content: ''; position: absolute; top: -20px; right: -20px; width: 100%; height: 100%;
  border: 3px solid var(--gold); border-radius: 20px; z-index: -1;
}
.about-text h2 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 16px; }
.about-text p { color: var(--grey); margin-bottom: 20px; font-size: 1.08rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.about-feature {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  background: var(--white); border-radius: 14px; box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--gold);
}
.about-feature .icon { font-size: 1.6rem; color: var(--gold-deep); }
.about-feature .ft-text strong { display: block; color: var(--ink); font-size: 0.95rem; }
.about-feature .ft-text span { font-size: 0.85rem; color: var(--grey); }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats-band {
  background: linear-gradient(135deg, var(--ink-deep), var(--ink));
  padding: 80px 0; position: relative; overflow: hidden;
}
.stats-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212,175,55,0.1), transparent 50%);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
  position: relative; z-index: 1;
}
.stat-card { text-align: center; }
.stat-card .num {
  font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: var(--gold); font-weight: 700; line-height: 1;
}
.stat-card .lbl {
  color: var(--cream-deep); text-transform: uppercase; letter-spacing: 2px;
  font-size: 0.8rem; font-weight: 600; margin-top: 12px;
}
.stat-card .sub { color: var(--grey-light); font-size: 0.85rem; margin-top: 6px; }

/* ============================================================
   BREED STANDARD
   ============================================================ */
.breed { padding: 100px 0; background: var(--cream-mid); }
.breed-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px; margin-top: 20px;
}
.breed-card {
  background: var(--white); border-radius: 18px; padding: 34px 28px;
  box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  border-top: 4px solid var(--gold); position: relative; overflow: hidden;
}
.breed-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0;
  background: linear-gradient(to top, rgba(212,175,55,0.08), transparent);
  transition: height 0.4s var(--ease);
}
.breed-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.breed-card:hover::after { height: 100%; }
.breed-card .icon {
  width: 64px; height: 64px; border-radius: 16px; display: flex;
  align-items: center; justify-content: center; font-size: 1.8rem;
  background: linear-gradient(135deg, var(--cream-deep), var(--cream-mid));
  margin-bottom: 20px;
}
.breed-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.breed-card p { color: var(--grey); font-size: 0.95rem; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { padding: 100px 0; background: var(--cream); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 26px; margin-top: 10px;
}
.price-card {
  background: var(--white); border-radius: 22px; padding: 40px 30px;
  box-shadow: var(--shadow-sm); border: 2px solid transparent;
  transition: all 0.4s var(--ease); position: relative;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--cream-deep); }
.price-card.featured {
  background: linear-gradient(160deg, var(--ink-deep), var(--ink));
  color: var(--cream); border: 2px solid var(--gold);
  box-shadow: var(--shadow-gold); transform: scale(1.04);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.price-card.featured h3, .price-card.featured .price { color: var(--cream); }
.price-card.featured .price-desc { color: var(--cream-deep); }
.price-card .tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink-deep); padding: 6px 20px; border-radius: 50px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.price-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.price-card .price {
  font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700;
  color: var(--gold-deep); margin: 16px 0 4px;
}
.price-card.featured .price { color: var(--gold); }
.price-card .price-desc { color: var(--grey); font-size: 0.9rem; margin-bottom: 24px; }
.price-card ul { list-style: none; margin-bottom: 28px; }
.price-card ul li {
  padding: 10px 0; border-bottom: 1px solid var(--cream-deep);
  font-size: 0.92rem; display: flex; align-items: center; gap: 10px;
}
.price-card.featured ul li { border-bottom-color: rgba(212,175,55,0.2); }
.price-card ul li:last-child { border-bottom: none; }
.price-card ul li .check { color: var(--gold); font-weight: 700; }
.price-card .btn { width: 100%; justify-content: center; }

.pricing-extras {
  margin-top: 50px; padding: 36px; background: var(--white); border-radius: 20px;
  box-shadow: var(--shadow-sm); border-left: 5px solid var(--gold);
}
.pricing-extras h4 { font-size: 1.2rem; margin-bottom: 18px; }
.extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.extra-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: var(--cream-mid); border-radius: 12px; }
.extra-item .name { font-size: 0.92rem; color: var(--ink); font-weight: 600; }
.extra-item .price-tag { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--gold-deep); font-size: 1.1rem; }

/* ============================================================
   GUARANTEE
   ============================================================ */
.guarantee {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--ink-deep), var(--ink));
  color: var(--cream); position: relative; overflow: hidden;
}
.guarantee::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.12), transparent 50%);
}
.guarantee .section-title { color: var(--cream); }
.guarantee .section-label { color: var(--gold); }
.guarantee .section-sub { color: var(--cream-deep); }
.guarantee-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px; position: relative; z-index: 1;
}
.guarantee-item {
  text-align: center; padding: 36px 24px; border-radius: 18px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(212,175,55,0.25);
  transition: all 0.4s var(--ease);
}
.guarantee-item:hover { background: rgba(212,175,55,0.08); transform: translateY(-6px); border-color: var(--gold); }
.guarantee-item .g-icon {
  width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem;
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
  border: 2px solid var(--gold); color: var(--gold);
}
.guarantee-item h4 { color: var(--cream); font-size: 1.15rem; margin-bottom: 8px; }
.guarantee-item p { color: var(--cream-deep); font-size: 0.9rem; }

/* ============================================================
   VIDEO
   ============================================================ */
.video-section { padding: 100px 0; background: var(--cream-mid); }
.video-wrap {
  max-width: 420px; margin: 0 auto; border-radius: 24px; overflow: hidden;
  box-shadow: var(--shadow); border: 4px solid var(--gold);
  background: var(--ink-deep);
}
.video-wrap video { width: 100%; display: block; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials { padding: 100px 0; background: var(--cream); }
.test-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}
.test-card {
  background: var(--white); border-radius: 20px; padding: 36px 30px;
  box-shadow: var(--shadow-sm); position: relative; transition: transform 0.4s var(--ease);
}
.test-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.test-card .quote-mark {
  font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--gold);
  line-height: 0.6; position: absolute; top: 30px; left: 24px; opacity: 0.3;
}
.test-card .stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 16px; letter-spacing: 3px; }
.test-card .quote { font-size: 1rem; color: var(--ink); margin-bottom: 24px; font-style: italic; position: relative; z-index: 1; }
.test-card .author { display: flex; align-items: center; gap: 14px; }
.test-card .author .avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-deep); font-weight: 700; font-family: 'Playfair Display', serif; font-size: 1.2rem;
}
.test-card .author .who strong { display: block; font-size: 0.92rem; color: var(--ink); }
.test-card .author .who span { font-size: 0.82rem; color: var(--grey); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { padding: 100px 0; background: var(--cream-mid); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.gallery-item {
  border-radius: 16px; overflow: hidden; aspect-ratio: 1; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.gallery-item:hover { transform: scale(1.03); }
.gallery-item:hover img { transform: scale(1.1); }

/* ============================================================
   PROCESS / HOW IT WORKS
   ============================================================ */
.process { padding: 100px 0; background: var(--cream); }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.step { text-align: center; position: relative; padding: 10px; }
.step .step-num {
  width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  color: var(--ink-deep); display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700;
  box-shadow: var(--shadow-gold);
}
.step h4 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { color: var(--grey); font-size: 0.9rem; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 100px 0; background: var(--cream-mid); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item {
  background: var(--white); border-radius: 14px; margin-bottom: 14px;
  box-shadow: var(--shadow-sm); overflow: hidden; transition: box-shadow 0.3s var(--ease);
}
.faq-item.open { box-shadow: var(--shadow); }
.faq-q {
  padding: 22px 28px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-weight: 600; color: var(--ink); font-size: 1.02rem;
  font-family: 'Montserrat', sans-serif;
}
.faq-q .toggle { color: var(--gold); font-size: 1.4rem; transition: transform 0.3s var(--ease); flex-shrink: 0; margin-left: 16px; }
.faq-item.open .toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a-inner { padding: 0 28px 24px; color: var(--grey); font-size: 0.95rem; }

/* ============================================================
   CTA / CONTACT
   ============================================================ */
.cta-contact {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--ink-deep), var(--ink));
  color: var(--cream); position: relative; overflow: hidden;
}
.cta-contact::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(212,175,55,0.12), transparent 50%);
}
.cta-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px;
  align-items: center; position: relative; z-index: 1;
}
.cta-text h2 { color: var(--cream); font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 18px; }
.cta-text p { color: var(--cream-deep); font-size: 1.1rem; margin-bottom: 30px; }
.contact-methods { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.contact-method {
  display: flex; align-items: center; gap: 16px; padding: 18px 22px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(212,175,55,0.2);
  border-radius: 14px; transition: all 0.3s var(--ease);
}
.contact-method:hover { background: rgba(212,175,55,0.1); border-color: var(--gold); }
.contact-method .cm-icon {
  width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-deep));
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.contact-method .cm-info strong { display: block; color: var(--cream); font-size: 1.05rem; }
.contact-method .cm-info span { color: var(--cream-deep); font-size: 0.85rem; }

.cta-card {
  background: var(--white); border-radius: 24px; padding: 40px 34px;
  box-shadow: var(--shadow); text-align: center;
}
.cta-card h3 { font-size: 1.6rem; margin-bottom: 8px; }
.cta-card .qr-wrap {
  display: inline-block; padding: 16px; background: var(--cream-mid);
  border-radius: 16px; margin: 24px 0; border: 2px solid var(--gold);
}
.cta-card .qr-wrap img { width: 200px; height: 200px; }
.cta-card .scan-text { color: var(--grey); font-size: 0.9rem; margin-bottom: 24px; }
.cta-card .phone-big {
  font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700;
  color: var(--ink); margin: 10px 0 6px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink-deep); color: var(--cream-deep); padding: 60px 0 30px;
  border-top: 2px solid var(--gold);
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px;
}
.footer-col h4 { color: var(--gold); font-size: 1rem; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Montserrat', sans-serif; }
.footer-col p, .footer-col a { color: var(--cream-deep); font-size: 0.9rem; line-height: 2; }
.footer-col a:hover { color: var(--gold); }
.footer-logo {
  font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700;
  color: var(--cream); margin-bottom: 14px;
}
.footer-logo span { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(212,175,55,0.2); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 0.82rem; color: var(--grey-light);
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wa-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 999;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5); transition: transform 0.3s var(--ease);
  animation: waPulse 2.5s infinite;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 34px; height: 34px; fill: white; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(10px); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes waPulse { 0% { box-shadow: 0 8px 30px rgba(37,211,102,0.5); } 50% { box-shadow: 0 8px 30px rgba(37,211,102,0.5), 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 8px 30px rgba(37,211,102,0.5); } }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; padding-top: 110px; }
  .hero-cta-row, .hero-stats { justify-content: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-img { max-width: 360px; margin: 0 auto; }
  .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 380px; margin: 0 auto 30px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute; top: 72px; left: 0;
    width: 100%; background: var(--ink-deep); padding: 24px; gap: 18px;
    border-bottom: 1px solid rgba(212,175,55,0.2);
  }
  .nav-toggle { display: block; }
}
@media (max-width: 560px) {
  .about-features { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .hero-stat .num { font-size: 1.8rem; }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-6px); }
  .btn { padding: 14px 26px; font-size: 0.85rem; }
}
