/* ==========================================================================
   LGA Marketing LLC — Design System
   Launch. Growth. Authority.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  /* Palette */
  --ink: #1a1a18;
  --ink-soft: #33322e;
  --gray-700: #55544e;
  --gray-500: #8c8b83;
  --gray-300: #d8d6cd;
  --gray-100: #efeee7;
  --cream: #faf9f4;
  --white: #ffffff;

  --sage: #7c8f6c;
  --sage-dark: #5c6d4d;
  --sage-light: #e4ead9;
  --sage-tint: #f2f5ec;

  --shadow-sm: 0 2px 10px rgba(26, 26, 24, 0.06);
  --shadow-md: 0 12px 32px rgba(26, 26, 24, 0.09);
  --shadow-lg: 0 24px 60px rgba(26, 26, 24, 0.14);
  --shadow-sage: 0 16px 40px rgba(124, 143, 108, 0.25);

  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 999px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  line-height: 1.5;
  position: relative;
}

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

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

.serif {
  font-family: 'Playfair Display', serif;
}

.eyebrow {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--sage-dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--sage-dark);
  display: inline-block;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }

p { color: var(--gray-700); }

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--gray-700);
  max-width: 640px;
}

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

section { position: relative; }

.section-pad { padding: 120px 0; }
@media (max-width: 768px) {
  .section-pad { padding: 76px 0; }
}

/* ---------------- Buttons ---------------- */
.btn {
  --tx: 0px; --ty: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 16px 30px;
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
  transform: translate(var(--tx), var(--ty));
  white-space: nowrap;
}

.btn-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--sage-dark); box-shadow: var(--shadow-sage); }

.btn-sage {
  background: var(--sage);
  color: var(--white);
  box-shadow: var(--shadow-sage);
}
.btn-sage:hover { background: var(--sage-dark); }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--gray-300);
}
.btn-outline:hover { border-color: var(--ink); }

.btn-ghost-light {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-color: rgba(255,255,255,0.35);
  backdrop-filter: blur(6px);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.18); }

.btn-block { width: 100%; }

/* ---------------- Nav ---------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 22px 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  padding: 12px 0;
  background: rgba(250, 249, 244, 0.78);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom-color: var(--gray-300);
  box-shadow: var(--shadow-sm);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.wordmark .mark {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.wordmark .mark span { color: var(--sage-dark); }
.wordmark .tag {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0%; height: 1.5px;
  background: var(--sage);
  transition: width 0.3s var(--ease);
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--sage-dark); }

.nav-cta { display: flex; align-items: center; gap: 22px; }
.nav-cta .btn { padding: 12px 24px; font-size: 0.86rem; }

.nav-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--gray-300);
  background: var(--white);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  position: absolute;
  left: 12px; right: 12px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease), top .3s var(--ease);
}
.nav-toggle span { top: 20px; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 400;
  background: var(--cream);
  padding: 110px 32px 40px;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-100%);
  transition: transform 0.45s var(--ease);
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  padding: 14px 0;
  border-bottom: 1px solid var(--gray-300);
}
.mobile-menu .btn { margin-top: 28px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta .btn.hide-mobile { display: none; }
  .nav-toggle { display: block; }
  .mobile-menu { display: flex; }
}

/* ---------------- Hero shared ---------------- */
.hero {
  padding: 190px 0 110px;
  position: relative;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
}
.blob-1 { width: 480px; height: 480px; background: var(--sage-light); top: -160px; right: -120px; }
.blob-2 { width: 360px; height: 360px; background: var(--sage-tint); bottom: -140px; left: -100px; }

/* ---------------- Phone mockup (hero visual) ---------------- */
.phone {
  width: 300px;
  max-width: 78vw;
  aspect-ratio: 9 / 18.5;
  background: var(--ink);
  border-radius: 44px;
  padding: 12px;
  box-shadow: var(--shadow-lg);
  position: relative;
  margin: 0 auto;
  transform: rotate(3deg);
}
.phone::before {
  content: '';
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 70px; height: 18px;
  background: var(--ink);
  border-radius: 20px;
  z-index: 3;
}
.phone-screen {
  background: var(--white);
  border-radius: 34px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone-stories {
  display: flex;
  gap: 10px;
  padding: 44px 14px 10px;
}
.phone-story {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, var(--sage), var(--sage-light), var(--sage-dark), var(--sage));
  padding: 2.5px;
  flex-shrink: 0;
}
.phone-story span { display: block; width: 100%; height: 100%; border-radius: 50%; background: var(--gray-100); }
.phone-post {
  margin: 10px 14px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sage-tint);
  box-shadow: var(--shadow-sm);
}
.phone-post .img {
  height: 90px;
  background: linear-gradient(135deg, var(--sage-light), var(--sage));
}
.phone-post .meta { padding: 10px 12px 4px; }
.phone-post .bar { height: 6px; border-radius: 4px; background: var(--gray-300); margin-bottom: 6px; }
.phone-post .bar.short { width: 55%; }
.phone-post .img { position: relative; }
.post-head { display: flex; align-items: center; gap: 8px; padding: 9px 12px 7px; }
.post-avatar {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  background: conic-gradient(from 180deg, var(--sage), var(--sage-light), var(--sage-dark), var(--sage));
}
.post-who { display: flex; flex-direction: column; line-height: 1.15; flex-grow: 1; }
.post-who strong { font-size: 0.62rem; font-weight: 700; color: var(--ink); }
.post-who span { font-size: 0.55rem; color: var(--gray-500); }
.post-time { font-size: 0.55rem; color: var(--gray-500); }
.post-caption { font-size: 0.62rem; line-height: 1.4; color: var(--ink-soft); }
.post-caption strong { color: var(--ink); font-weight: 700; }
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.88);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.play-btn::before {
  content: '';
  width: 0; height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent var(--ink);
  margin-left: 2px;
}
.phone-engage {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px 10px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gray-500);
}
.phone-engage span { display: inline-flex; align-items: center; gap: 4px; }
.phone-engage svg { width: 12px; height: 12px; }
.phone-float {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 10px 16px;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.phone-float.top { top: 40px; right: -34px; color: var(--sage-dark); animation: float 5s ease-in-out infinite; }
.phone-float.bottom { bottom: 60px; left: -40px; color: var(--ink); animation: float 5s ease-in-out infinite 1.4s; }
.phone-float .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ---------------- Phone stats screen (hero) ---------------- */
.phone-stats-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 44px 18px 14px;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--gray-700);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dot-live {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px var(--sage-light);
}
.phone-stats { padding: 4px 14px; display: flex; flex-direction: column; gap: 10px; }
.phone-stat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--sage-tint);
  border-radius: 12px;
  padding: 10px 14px;
  opacity: 0;
  transform: translateY(8px);
  animation: statRowIn 0.6s var(--ease) forwards;
}
.phone-stat-label { font-size: 0.66rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.03em; }
.phone-stat-value { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--ink); margin-top: 2px; }
.phone-stat-delta {
  font-size: 0.72rem; font-weight: 700; color: var(--sage-dark);
  background: var(--sage-light); padding: 5px 10px; border-radius: var(--radius-full);
  display: inline-flex; align-items: center; gap: 3px;
}
@keyframes statRowIn { to { opacity: 1; transform: translateY(0); } }
.phone-mini-chart {
  margin: 14px 14px 4px;
  height: 46px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.phone-mini-chart span {
  flex: 1;
  background: linear-gradient(180deg, var(--sage), var(--sage-dark));
  border-radius: 3px 3px 0 0;
  animation: barUp 1s var(--ease) backwards;
}

/* ---------------- Laptop mockup ---------------- */
.laptop {
  width: 100%;
  max-width: 560px;
  min-width: 0;
  margin: 0 auto;
}
.laptop-body {
  background: var(--ink);
  border-radius: 16px 16px 4px 4px;
  padding: 14px 14px 6px;
  box-shadow: var(--shadow-lg);
}
.laptop-dots { display: flex; gap: 6px; margin-bottom: 10px; padding-left: 2px; }
.laptop-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.25); }
.laptop-screen {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  min-height: 300px;
}
.laptop-stand {
  height: 14px;
  background: linear-gradient(180deg, var(--ink-soft), var(--ink));
  border-radius: 0 0 10px 10px;
  margin: 0 30px;
}
.laptop-base {
  height: 8px;
  background: var(--gray-500);
  border-radius: 0 0 6px 6px;
  margin: 0 -14px;
}

.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-100);
  min-width: 0;
}
.dash-top .dash-title { font-weight: 700; font-size: 0.86rem; min-width: 0; overflow-wrap: break-word; }
.dash-top .dash-pill {
  font-size: 0.68rem; font-weight: 700; color: var(--sage-dark);
  background: var(--sage-light); padding: 5px 12px; border-radius: var(--radius-full);
  flex-shrink: 0;
}
.dash-body { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 20px; min-width: 0; }
.dash-card { background: var(--cream); border-radius: 12px; padding: 14px; min-width: 0; overflow: hidden; }
.dash-card .num { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.3rem; color: var(--ink); }
.dash-card .lbl { font-size: 0.66rem; color: var(--gray-500); margin-top: 4px; text-transform: uppercase; letter-spacing: 0.04em; overflow-wrap: break-word; }
.dash-chart {
  margin: 0 20px 20px;
  height: 90px;
  border-radius: 12px;
  background: var(--sage-tint);
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 12px;
  min-width: 0;
}
.dash-chart span {
  flex: 1;
  min-width: 0;
  background: linear-gradient(180deg, var(--sage), var(--sage-dark));
  border-radius: 4px 4px 0 0;
  animation: barUp 1.2s var(--ease) backwards;
  position: relative;
}
.dash-chart span.today { background: linear-gradient(180deg, var(--ink-soft), var(--ink)); }
@keyframes barUp { from { transform: scaleY(0); transform-origin: bottom; } to { transform: scaleY(1); transform-origin: bottom; } }
.dash-days {
  display: flex;
  gap: 6px;
  min-width: 0;
  margin: 0 20px 18px;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
}
.dash-days span { flex: 1; min-width: 0; text-align: center; }
.dash-days span.today { color: var(--ink); font-weight: 700; }

/* ---------------- Instagram-style grid mockup ---------------- */
.grid-mock {
  max-width: 380px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-lg);
  padding: 22px;
}
.grid-mock-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; min-width: 0; }
.grid-mock-head .who { min-width: 0; }
.grid-mock-head .avatar {
  width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.grid-mock-head .avatar svg { width: 100%; height: 100%; display: block; }
.grid-mock-head .who strong { display: block; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.98rem; color: var(--ink); }
.grid-mock-head .who span { display: block; font-size: 0.76rem; color: var(--gray-500); margin-top: 1px; }
.grid-mock-cells { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.grid-mock-cells span {
  aspect-ratio: 1;
  border-radius: 6px;
  opacity: 0;
  animation: cellIn 0.6s var(--ease) forwards;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.grid-mock-cells span svg { width: 100%; height: 100%; display: block; }
@keyframes cellIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } }
.grid-mock-cells span::after {
  content: '';
  position: absolute;
  bottom: 5px; right: 6px;
  font-size: 0.52rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.35);
  padding: 1px 5px;
  border-radius: 4px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.grid-mock-cells span:nth-child(1)::after { content: '0:12'; }
.grid-mock-cells span:nth-child(4)::after { content: '0:24'; }
.grid-mock-cells span:nth-child(7)::after { content: '0:08'; }
.grid-mock-cells span:nth-child(3)::after { content: '1/4'; }
.grid-mock-cells span:nth-child(6)::after { content: '1/3'; }
.grid-mock-cells span:nth-child(9)::after { content: '1/5'; }
.grid-mock-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--gray-100);
  font-size: 0.68rem;
  color: var(--gray-500);
}
.grid-mock-foot strong { color: var(--ink); font-family: 'Playfair Display', serif; font-size: 0.82rem; display: block; }

/* ---------------- Growth chart mockup ---------------- */
.chart-mock {
  max-width: 460px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gray-300);
  box-shadow: var(--shadow-lg);
  padding: 30px;
}
.chart-mock-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.chart-mock-head .num { font-family:'Playfair Display', serif; font-weight: 700; font-size: 2rem; }
.chart-mock-head .lbl { font-size: 0.78rem; color: var(--gray-500); margin-top: 2px; }
.chart-mock-head .badge { background: var(--sage-light); color: var(--sage-dark); font-size: 0.74rem; font-weight: 700; padding: 6px 12px; border-radius: var(--radius-full); }
.chart-mock svg path.line {
  fill: none; stroke: var(--sage); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 400; stroke-dashoffset: 400;
  animation: draw 1.6s var(--ease) forwards;
}
.chart-mock svg path.fill { opacity: 0; animation: fillIn 1s var(--ease) 0.8s forwards; }
.chart-mock svg circle.pt { opacity: 0; animation: fillIn 0.5s var(--ease) 1.6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fillIn { to { opacity: 1; } }
.chart-mock-axis {
  display: flex;
  justify-content: space-between;
  padding: 6px 4px 0;
  font-size: 0.68rem;
  color: var(--gray-500);
}
.chart-mock-legend {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}
.chart-mock-legend .item { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; color: var(--gray-700); }
.chart-mock-legend .sw { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* ---------------- Highlight belt ---------------- */
.belt-wrap { position: relative; }
.belt-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 64px;
  padding: 10px 0;
}
.highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.highlight-circle {
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gray-300);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.highlight:hover .highlight-circle {
  transform: translateY(-6px) scale(1.05);
  box-shadow: var(--shadow-sage);
  border-color: var(--sage);
}
.highlight-circle img { width: 100%; height: 100%; object-fit: contain; }
.highlight span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-700);
  letter-spacing: 0.02em;
}

/* ---------------- Stats strip ---------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat h3 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: var(--sage-dark);
}
.stat p { font-size: 0.88rem; margin-top: 6px; }

/* ---------------- Cards ---------------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) { .card-grid { grid-template-columns: 1fr; } }

.card {
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--sage);
}
.card-icon {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: var(--sage-light);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.card-icon svg { width: 24px; height: 24px; stroke: var(--sage-dark); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.94rem; }
.card ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.card ul li { font-size: 0.88rem; color: var(--gray-700); display: flex; gap: 8px; align-items: flex-start; }
.card ul li::before { content: '—'; color: var(--sage); flex-shrink: 0; }
.card-link { margin-top: 22px; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.88rem; color: var(--sage-dark); }
.card-link svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.card:hover .card-link svg { transform: translateX(4px); }

/* ---------------- Package tiers ---------------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } }
.tier {
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-lg);
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.tier:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.tier.featured {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  transform: scale(1.03);
}
.tier.featured:hover { transform: scale(1.03) translateY(-8px); }
.tier.featured .tier-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--sage); color: var(--white);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 7px 16px; border-radius: var(--radius-full);
}
.tier.featured h3, .tier.featured .tier-letter { color: var(--white); }
.tier.featured p, .tier.featured li { color: rgba(255,255,255,0.72); }
.tier.featured li::before { color: var(--sage-light); }
.tier-letter {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--sage-dark);
  margin-bottom: 10px;
}
.tier h3 { margin-bottom: 12px; }
.tier > p { font-size: 0.92rem; margin-bottom: 24px; }
.tier ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; flex-grow: 1; }
.tier ul li { font-size: 0.9rem; display: flex; gap: 10px; align-items: flex-start; }
.tier ul li::before { content: '✓'; color: var(--sage); font-weight: 700; flex-shrink: 0; }

/* ---------------- Process timeline ---------------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}
@media (max-width: 900px) { .process { grid-template-columns: 1fr; } }
.process::before {
  content: '';
  position: absolute;
  top: 26px; left: 6%; right: 6%;
  height: 1px;
  background: var(--gray-300);
}
@media (max-width: 900px) { .process::before { display: none; } }
.process-step { position: relative; }
.process-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gray-300);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--sage-dark);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color .4s var(--ease);
}
.process-step.in-view .process-num { background: var(--sage); color: var(--white); border-color: var(--sage); }
.process-step h4 { font-family: 'Playfair Display', serif; font-size: 1.15rem; margin-bottom: 8px; }
.process-step p { font-size: 0.88rem; }

/* ---------------- Testimonials ---------------- */
.testi-wrap { position: relative; max-width: 760px; margin: 0 auto; }
.testi-slide {
  display: none;
  text-align: center;
  padding: 8px 20px;
}
.testi-slide.is-active { display: block; animation: fadeUp 0.6s var(--ease); }
.testi-slide p.quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  color: var(--ink);
  line-height: 1.5;
}
.testi-slide .who { margin-top: 22px; font-weight: 700; font-size: 0.9rem; }
.testi-slide .role { font-size: 0.82rem; color: var(--gray-500); }
.testi-dots { display: flex; justify-content: center; gap: 10px; margin-top: 32px; }
.testi-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gray-300); border: none; cursor: pointer;
  transition: background 0.3s var(--ease), width 0.3s var(--ease);
}
.testi-dots button.is-active { background: var(--sage); width: 24px; border-radius: var(--radius-full); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------------- Reveal-on-scroll ---------------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { transition-delay: calc(var(--i, 0) * 90ms); }

/* ---------------- CTA band ---------------- */
.cta-band {
  background: var(--ink);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 72px 56px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,0.68); margin: 18px auto 34px; max-width: 520px; }
.cta-band .glow {
  position: absolute; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,143,108,0.5), transparent 70%);
  filter: blur(30px);
}
.cta-band .glow.a { top: -180px; left: -100px; }
.cta-band .glow.b { bottom: -180px; right: -100px; }
.cta-band .btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ---------------- Forms ---------------- */
.form-panel {
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-md);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.field input,
.field select,
.field textarea {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gray-300);
  background: var(--cream);
  color: var(--ink);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background .3s var(--ease);
  width: 100%;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sage);
  background: var(--white);
  box-shadow: 0 0 0 4px var(--sage-light);
}
.checkbox-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  position: relative;
}
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; margin: 0; padding: 0; width: 100%; height: 100%; }
.chip span {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  border: 1px solid var(--gray-300);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-700);
  transition: all 0.25s var(--ease);
  background: var(--cream);
}
.chip input:checked + span {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}
.form-note { font-size: 0.78rem; color: var(--gray-500); margin-top: 14px; text-align: center; }
.form-success {
  display: none;
  text-align: center;
  padding: 30px 10px;
}
.form-success.is-active { display: block; animation: fadeUp 0.5s var(--ease); }
.form-success .check {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--sage-light); color: var(--sage-dark);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.6rem;
}
.form.is-submitted { display: none; }

/* ---------------- FAQ Accordion ---------------- */
.faq-item {
  border-bottom: 1px solid var(--gray-300);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 26px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem;
  color: var(--ink);
  gap: 20px;
}
.faq-q .plus {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--gray-300);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.35s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.faq-q .plus::before, .faq-q .plus::after {
  content: ''; position: absolute; background: var(--ink);
  transition: transform 0.3s var(--ease), background .3s var(--ease);
}
.faq-q .plus::before { width: 11px; height: 1.4px; }
.faq-q .plus::after { width: 1.4px; height: 11px; }
.faq-item.is-open .faq-q .plus { background: var(--sage); border-color: var(--sage); }
.faq-item.is-open .faq-q .plus::before, .faq-item.is-open .faq-q .plus::after { background: var(--white); }
.faq-item.is-open .faq-q .plus::after { transform: scaleY(0); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease);
}
.faq-a p { padding: 0 4px 26px; font-size: 0.94rem; max-width: 640px; }

/* ---------------- Footer ---------------- */
footer {
  background: var(--ink);
  color: rgba(255,255,255,0.7);
  padding: 90px 0 34px;
  position: relative;
  overflow: hidden;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .badge-mini {
  width: 64px; height: 64px; border-radius: 50%;
  overflow: hidden; margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}
.footer-brand .badge-mini img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.6); }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 0.9rem; max-width: 300px; margin-top: 14px; }
footer h5 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
footer ul a { font-size: 0.88rem; transition: color 0.3s var(--ease); }
footer ul a:hover { color: var(--sage-light); }
.footer-social { display: flex; gap: 12px; margin-top: 4px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.footer-social a:hover { background: var(--sage); transform: translateY(-4px); }
.footer-social img { width: 100%; height: 100%; object-fit: contain; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 30px; font-size: 0.8rem; color: rgba(255,255,255,0.45);
  flex-wrap: wrap; gap: 12px;
}

/* ---------------- Page hero (inner pages) ---------------- */
.page-hero {
  padding: 180px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero .lead { margin: 0 auto; }

/* ---------------- Utility ---------------- */
.center { text-align: center; margin-left: auto; margin-right: auto; }
.mt-64 { margin-top: 64px; }
.grid-2 { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.grid-2 > * { min-width: 0; }
@media (max-width: 900px) { .grid-2 { grid-template-columns: minmax(0, 1fr); gap: 40px; } }
.tag-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sage-tint); border: 1px solid var(--sage-light);
  color: var(--sage-dark); font-size: 0.78rem; font-weight: 600;
  padding: 8px 16px; border-radius: var(--radius-full); margin-bottom: 20px;
}
