.elementor-1616 .elementor-element.elementor-element-01adca0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --plum: #3D1A4E;
  --plum-light: #5C2D72;
  --plum-deep: #25103A;
  --terra: #E2007F;
  --terra-light: #FF65BC;
  --terra-pale: #FF65BC;
  --gold: #E2007F;
  --gold-pale: #FF65BC;
  --cream: #FAF6F0;
  --white: #FFFFFF;
  --charcoal: #1A1A1A;
  --mid: #6B6B6B;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

/* ══════════════════════════════
   NAV
══════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 2rem;
  background: rgba(61,26,78,0.96);
  backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: var(--font-display); font-size: 1.7rem; font-weight: 600;
  color: var(--white); letter-spacing: 0.02em; text-decoration: none; flex-shrink: 0;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 400; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--terra); color: var(--white) !important;
  padding: 0.55rem 1.4rem; border-radius: 2rem; font-weight: 500 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--terra-light) !important; }
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px; z-index: 210; position: relative;
}
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer {
  display: none; position: fixed; inset: 0; z-index: 190;
  background: var(--plum-deep); flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 1.3rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 300; transition: color 0.2s; }
.nav-drawer a:hover { color: var(--gold); }
.nav-drawer .nav-cta { background: var(--terra); color: var(--white) !important; padding: 0.8rem 2rem; border-radius: 2rem; font-size: 1rem !important; }

/* ══════════════════════════════
   PAGE HERO
══════════════════════════════ */
.page-hero {
  position: relative; padding: 14rem 2rem 7rem;
  background: linear-gradient(135deg, #1a0827 0%, #3D1A4E 50%, #5C2D72 100%);
  overflow: hidden; text-align: center;
}
.page-hero::before {
  content: 'Membership';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-display); font-size: 18vw; font-weight: 300;
  color: rgba(255,255,255,0.04); white-space: nowrap; pointer-events: none; line-height: 1;
}
.page-hero::after {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(196,98,45,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.breadcrumb {
  display: flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 2rem;
}
.breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.25); }
.page-hero-badge {
  display: inline-block; border: 1px solid rgba(201,168,76,0.5); color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.4rem 1.2rem; border-radius: 2rem; margin-bottom: 2rem;
}
.page-hero h1 {
  font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 1.6rem;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero-sub {
  font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1.8;
  color: rgba(255,255,255,0.68); font-weight: 300; max-width: 640px; margin: 0 auto 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-gold {
  background: var(--gold); color: var(--plum-deep);
  padding: 1rem 2.6rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; text-transform: uppercase;
  transition: transform 0.2s, background 0.2s; display: inline-block;
}
.btn-gold:hover { transform: translateY(-2px); background: #d9b85a; }
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.4); color: var(--white);
  padding: 1rem 2.6rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em;
  text-decoration: none; text-transform: uppercase;
  transition: border-color 0.2s, background 0.2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--gold); background: rgba(201,168,76,0.1); }

/* ══════════════════════════════
   SHARED UTILS
══════════════════════════════ */
.section-label {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terra); font-weight: 500; margin-bottom: 1rem; display: block;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300; line-height: 1.15; color: var(--plum-deep); margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--terra); }
.section-body { font-size: 1rem; line-height: 1.85; color: var(--mid); font-weight: 300; }
.btn-primary {
  background: var(--terra); color: var(--white);
  padding: 0.9rem 2.4rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em;
  text-decoration: none; text-transform: uppercase;
  transition: transform 0.2s, background 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--terra-light); transform: translateY(-2px); }

/* ══════════════════════════════
   TRUST STRIP
══════════════════════════════ */
.trust-strip {
  background: var(--plum);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  padding: 2.2rem 1.5rem; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.trust-item:last-child { border-right: none; }
.trust-num {
  font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 300; color: var(--gold); display: block; margin-bottom: 0.4rem; line-height: 1;
}
.trust-label { font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); text-transform: uppercase; }

/* ══════════════════════════════
   LAUNCHPAD INTRO
══════════════════════════════ */
.intro-section { background: var(--cream); padding: 6rem 2rem; }
.intro-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.intro-text { }
.intro-text p { margin-bottom: 1.2rem; }
.intro-quote {
  border-left: 3px solid var(--gold); padding: 1rem 1.5rem; margin: 2rem 0;
  font-family: var(--font-display); font-size: 1.4rem; font-style: italic;
  line-height: 1.5; color: var(--plum);
}
.intro-visual { position: relative; }
.intro-img-main {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 2px; display: block;
  background: linear-gradient(135deg, #e8d5c4, #c9a084);
}
.intro-badge {
  position: absolute; bottom: -1.5rem; left: -1.5rem;
  background: var(--terra); color: var(--white);
  padding: 1.8rem 2rem; border-radius: 2px; font-family: var(--font-display);
  text-align: center; border: 4px solid var(--cream);
}
.intro-badge strong { display: block; font-size: 2.4rem; font-weight: 300; color: var(--white); line-height: 1; }
.intro-badge span { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

/* ══════════════════════════════
   HOW IT WORKS
══════════════════════════════ */
.how-section { background: var(--plum-deep); padding: 6rem 2rem; }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-header { text-align: center; margin-bottom: 4rem; }
.how-header .section-title { color: var(--white); }
.how-header .section-label { color: rgba(201,168,76,0.7); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: rgba(255,255,255,0.07); }
.how-card {
  background: var(--plum-deep); padding: 3rem 2.2rem;
  position: relative; overflow: hidden; transition: background 0.3s;
}
.how-card:hover { background: rgba(92,45,114,0.45); }
.how-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--terra); transform: scaleX(0); transform-origin: left; transition: transform 0.4s;
}
.how-card:hover::after { transform: scaleX(1); }
.how-step {
  font-family: var(--font-display); font-size: 4rem; font-weight: 300;
  color: rgba(255,255,255,0.08); line-height: 1; margin-bottom: 1.5rem;
}
.how-icon { font-size: 1.5rem; margin-bottom: 1.2rem; display: block; }
.how-card h3 {
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  color: var(--white); margin-bottom: 0.8rem; line-height: 1.25;
}
.how-card p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.75; }

/* ══════════════════════════════
   TIERS SECTION
══════════════════════════════ */
.tiers-section { background: var(--cream); padding: 7rem 2rem; }
.tiers-inner { max-width: 1260px; margin: 0 auto; }
.tiers-header { text-align: center; margin-bottom: 5rem; }
.tiers-header p { max-width: 600px; margin: 0 auto; }

/* tier grid — 4 cols */
.tiers-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  align-items: start;
}

/* each tier card */
.tier-card {
  border-radius: 2px; overflow: hidden;
  border: 1.5px solid rgba(61,26,78,0.1);
  background: var(--white);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex; flex-direction: column;
  position: relative;
}
.tier-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(61,26,78,0.12); }

/* "Most Popular" badge */
.tier-card.featured { border-color: var(--terra); }
.tier-popular {
  background: var(--terra); color: var(--white);
  font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 500; padding: 0.4rem 1rem; text-align: center;
}

/* tier image area */
.tier-img-wrap {
  position: relative; width: 100%; overflow: hidden;
  background: var(--plum);
}
.tier-img-wrap img {
  width: 100%; display: block; object-fit: cover;
  aspect-ratio: 3/4;
  transition: transform 0.5s ease;
}
.tier-card:hover .tier-img-wrap img { transform: scale(1.04); }

/* tier name overlay on image */
.tier-name-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2rem 1.5rem 1.2rem;
  background: linear-gradient(to top, rgba(25,8,40,0.9) 0%, transparent 100%);
}
.tier-name {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 300;
  color: var(--white); display: block; line-height: 1;
}
.tier-tagline { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; margin-top: 0.3rem; display: block; }

/* tier body */
.tier-body { padding: 1.8rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.tier-desc { font-size: 0.88rem; color: var(--mid); line-height: 1.7; margin-bottom: 1.4rem; }

/* perks list */
.tier-perks { list-style: none; margin-bottom: 1.8rem; flex: 1; }
.tier-perks li {
  display: flex; gap: 0.7rem; align-items: flex-start;
  font-size: 0.84rem; color: var(--charcoal); line-height: 1.55; padding: 0.5rem 0;
  border-bottom: 1px solid rgba(61,26,78,0.06);
}
.tier-perks li:last-child { border-bottom: none; }
.tier-check {
  width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; margin-top: 0.1rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; color: var(--white);
}

/* tier colour accents */
.tier-card.seed   .tier-check { background: #5C8A4E; }
.tier-card.sprout .tier-check { background: var(--terra); }
.tier-card.bloom  .tier-check { background: var(--plum); }
.tier-card.flourish .tier-check { background: var(--gold); }

.tier-card.seed   .tier-name { color: rgba(255,255,255,0.95); }
.tier-card.sprout .tier-popular + .tier-img-wrap .tier-name { color: var(--white); }

/* CTA button inside card */
.tier-cta {
  display: block; width: 100%; padding: 0.9rem;
  text-align: center; border-radius: 2rem; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  transition: transform 0.2s, background 0.2s, color 0.2s;
}
.tier-card.seed    .tier-cta { background: rgba(61,26,78,0.08); color: var(--plum); border: 1.5px solid rgba(61,26,78,0.2); }
.tier-card.seed    .tier-cta:hover { background: var(--plum); color: var(--white); }
.tier-card.sprout  .tier-cta { background: var(--terra); color: var(--white); }
.tier-card.sprout  .tier-cta:hover { background: var(--terra-light); transform: translateY(-2px); }
.tier-card.bloom   .tier-cta { background: var(--plum); color: var(--white); }
.tier-card.bloom   .tier-cta:hover { background: var(--plum-light); transform: translateY(-2px); }
.tier-card.flourish .tier-cta { background: var(--gold); color: var(--plum-deep); }
.tier-card.flourish .tier-cta:hover { background: #d9b85a; transform: translateY(-2px); }

/* ══════════════════════════════
   TIER COMPARISON TABLE
══════════════════════════════ */
.compare-section { background: var(--white); padding: 6rem 2rem; }
.compare-inner { max-width: 1100px; margin: 0 auto; }
.compare-header { text-align: center; margin-bottom: 3rem; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: 1rem 1.2rem; text-align: center; font-size: 0.88rem;
  border-bottom: 1px solid rgba(61,26,78,0.08);
}
.compare-table th {
  font-family: var(--font-display); font-size: 1.1rem; font-weight: 400;
  color: var(--plum-deep); padding-bottom: 1.4rem;
}
.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left; font-weight: 500; color: var(--charcoal); width: 36%;
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table thead tr th { background: transparent; border-bottom: 2px solid rgba(61,26,78,0.15); }
.compare-table tbody tr:hover td { background: rgba(201,168,76,0.08); }
.c-yes { color: var(--terra); font-size: 1rem; }
.c-no  { color: rgba(107,107,107,0.4); font-size: 1rem; }
.c-partial { color: var(--gold); font-size: 0.78rem; font-weight: 500; }
.col-featured { background: rgba(196,98,45,0.06); }

/* ══════════════════════════════
   ALL BENEFITS SECTION
══════════════════════════════ */
.benefits-section { background: var(--white); padding: 6rem 2rem; }
.benefits-inner { max-width: 1200px; margin: 0 auto; }
.benefits-header { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; margin-bottom: 4rem; }
.benefits-header-right p {
  font-family: var(--font-display); font-size: 1.3rem; font-style: italic;
  line-height: 1.65; color: var(--plum); margin-bottom: 1.5rem;
}
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: rgba(61,26,78,0.08); }
.benefit-item {
  background: var(--white); padding: 2rem 1.8rem;
  display: flex; align-items: flex-start; gap: 1.2rem;
  transition: background 0.2s; position: relative; overflow: hidden;
}
.benefit-item::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--terra); transform: scaleX(0); transform-origin: left; transition: transform 0.35s;
}
.benefit-item:hover { background: var(--cream); }
.benefit-item:hover::after { transform: scaleX(1); }
.benefit-num {
  font-family: var(--font-display); font-size: 2rem; font-weight: 300;
  color: rgba(61,26,78,0.12); line-height: 1; flex-shrink: 0; min-width: 2.4rem;
}
.benefit-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 0.1rem; }
.benefit-text h4 { font-size: 0.95rem; font-weight: 500; color: var(--plum); margin-bottom: 0.4rem; }
.benefit-text p  { font-size: 0.87rem; color: var(--mid); line-height: 1.7; }

/* ══════════════════════════════
   MANIFESTO QUOTE
══════════════════════════════ */
.manifesto { background: var(--plum); padding: 5rem 2rem; text-align: center; }
.manifesto-inner { max-width: 860px; margin: 0 auto; }
.manifesto .section-label { color: rgba(255,255,255,0.65); }
.manifesto blockquote {
  font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300; font-style: italic; line-height: 1.3; color: var(--white);
}
.manifesto cite {
  display: block; margin-top: 1.5rem; font-style: normal;
  font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

/* ══════════════════════════════
   PHOTO GALLERY STRIP
══════════════════════════════ */
.gallery-strip { background: var(--plum-deep); padding: 5rem 2rem; }
.gallery-inner { max-width: 1200px; margin: 0 auto; }
.gallery-header { margin-bottom: 3rem; text-align: center; }
.gallery-header .section-title { color: var(--white); }
.gallery-header .section-label { color: rgba(201,168,76,0.7); }
.gallery-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1rem; }
.gallery-img-wrap { overflow: hidden; border-radius: 2px; }
.gallery-img-wrap:first-child { grid-row: span 2; }
.gallery-img-wrap img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  min-height: 220px; transition: transform 0.5s ease;
}
.gallery-img-wrap:first-child img { min-height: 460px; }
.gallery-img-wrap:hover img { transform: scale(1.04); }

/* ══════════════════════════════
   TESTIMONIALS
══════════════════════════════ */
.testimonials { background: var(--cream); padding: 6rem 2rem; }
.testi-header { max-width: 1200px; margin: 0 auto 3.5rem; text-align: center;}
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.testi-card {
  background: var(--white); padding: 2.2rem 1.8rem; border-radius: 2px;
  border: 1px solid rgba(201,168,76,0.25); position: relative; overflow: hidden;
}
.testi-card::before {
  content: '"'; font-family: var(--font-display);
  position: absolute; top: 0.5rem; right: 1.5rem;
  font-size: 6rem; line-height: 1; color: rgba(201,168,76,0.15); font-weight: 300;
}
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 1rem; }
.testi-text { font-size: 0.92rem; line-height: 1.8; color: var(--charcoal); margin-bottom: 1.6rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.9rem; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--plum); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1rem; color: var(--gold); flex-shrink: 0;
}
.testi-name { font-size: 0.9rem; font-weight: 500; color: var(--plum); }
.testi-role { font-size: 0.78rem; color: var(--mid); }

/* ══════════════════════════════
   FAQ
══════════════════════════════ */
.faq { background: var(--cream); padding: 6rem 2rem; }
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 3.5rem; }
.faq-item { border-bottom: 1px solid rgba(61,26,78,0.12); padding: 1.4rem 0; }
.faq-q {
  font-size: 1rem; font-weight: 500; color: var(--plum-deep);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q span { font-size: 1.2rem; color: var(--terra); transition: transform 0.3s; flex-shrink: 0; }
.faq-a { font-size: 0.9rem; line-height: 1.8; color: var(--mid); margin-top: 1rem; max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-a { max-height: 220px; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

/* ══════════════════════════════
   FINAL CTA
══════════════════════════════ */
.final-cta {
  background: var(--plum-deep); padding: 8rem 2rem; text-align: center;
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: 'Join Us';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: var(--font-display); font-size: 20vw; font-weight: 300;
  color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none; line-height: 1;
}
.final-cta .section-label { color: rgba(201,168,76,0.7); }
.final-cta .section-title { color: var(--white); max-width: 680px; margin: 0 auto 1.2rem; }
.final-cta p { color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 3rem; line-height: 1.85; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════
   FOOTER
══════════════════════════════ */
footer { background: var(--plum-deep); color: rgba(255,255,255,0.7); padding: 5rem 2rem 2.5rem; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
.footer-brand .nav-logo { display: block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.5); margin-bottom: 1.6rem; }
.social-links { display: flex; gap: 0.8rem; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.social-icon:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h5 { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col a { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 0.7rem; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.3); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-contact-col { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.8; }

/* ══════════════════════════════
   ANIMATIONS
══════════════════════════════ */
.fh-animate { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fh-animate.fh-visible { opacity: 1; transform: translateY(0); }
.fh-animate-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fh-animate-left.fh-visible { opacity: 1; transform: translateX(0); }
.fh-animate-right { opacity: 0; transform: translateX(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fh-animate-right.fh-visible { opacity: 1; transform: translateX(0); }

/* ══════════════════════════════
   RESPONSIVE — TABLET 1024px
══════════════════════════════ */
@media (max-width: 1024px) {
  .tiers-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-wrap { gap: 3.5rem; }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .benefits-header { gap: 3rem; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .testi-card:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-img-wrap:first-child { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .compare-table th, .compare-table td { padding: 0.8rem; font-size: 0.82rem; }
}

/* ══════════════════════════════
   RESPONSIVE — MOBILE 768px
══════════════════════════════ */
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .page-hero { padding: 10rem 1.4rem 5rem; }
  .page-hero::before { font-size: 40vw; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-gold, .btn-outline { width: 100%; max-width: 280px; text-align: center; }

  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-right: 1px solid rgba(255,255,255,0.1); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; }

  .intro-wrap { grid-template-columns: 1fr; gap: 5rem; }
  .intro-visual { padding: 0 1rem; }
  .intro-badge { left: 0; bottom: -2rem; }

  .how-grid { grid-template-columns: 1fr; }

  .tiers-grid { grid-template-columns: 1fr; }
  .tier-img-wrap img { aspect-ratio: 16/9; }

  .compare-section { padding: 4rem 0.5rem; overflow-x: auto; }
  .compare-table { min-width: 500px; }

  .benefits-header { grid-template-columns: 1fr; gap: 2rem; }
  .benefits-grid { grid-template-columns: 1fr; }

  .testi-grid { grid-template-columns: 1fr; }
  .testi-card:last-child { grid-column: auto; }

  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-img-wrap:first-child img { min-height: 260px; }

  .final-cta { padding: 5rem 1.4rem; }
  .final-cta::before { font-size: 35vw; }
  .cta-actions { flex-direction: column; align-items: center; }
  .cta-actions a { width: 100%; max-width: 280px; text-align: center; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.8rem; }
  .footer-legal { flex-wrap: wrap; gap: 1rem; }
}

@media (max-width: 480px) {
  .tiers-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 2.2rem; }
  .how-grid { grid-template-columns: 1fr; }
}/* End custom CSS */