/* ============================================
   CLICKLY — Playful Google Ads Agency
   Shared stylesheet for all pages
   ============================================ */

:root {
  --coral: #FF6B6B;
  --peach: #FFB088;
  --sun: #FFD93D;
  --mint: #6BCB77;
  --sky: #4D96FF;
  --grape: #9B5DE5;
  --ink: #1A1A2E;
  --cloud: #FFF8F0;
  --paper: #FFFFFF;
  --soft: #F4EEE7;
  --shadow: 0 12px 30px rgba(26, 26, 46, 0.08);
  --shadow-lg: 0 24px 60px rgba(26, 26, 46, 0.14);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 36px;
  --radius-xl: 60px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--cloud);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

/* ---------- Layout ---------- */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

section {
  padding: 90px 0;
  position: relative;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.6rem, 5.5vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 16px; }
h3 { font-size: 1.4rem; margin-bottom: 10px; }

.eyebrow {
  display: inline-block;
  background: var(--ink);
  color: var(--sun);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lead {
  font-size: 1.15rem;
  color: #4a4a5e;
  max-width: 620px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-primary {
  background: var(--ink);
  color: var(--sun);
}
.btn-primary:hover { background: #2a2a48; }

.btn-coral {
  background: var(--coral);
  color: var(--paper);
}
.btn-coral:hover { background: #ff5252; }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 2px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--sun); }

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 248, 240, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(26, 26, 46, 0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  line-height: 1;
  gap: 5px;
  color: var(--ink);
}
.logo-line {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.logo-img {
  height: 38px;
  width: auto;
  display: block;
}
.logo-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.logo-ad {
  color: inherit;
}
.logo-period {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--ink);
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 10px 7px 2px;
  align-self: flex-end;
  flex-shrink: 0;
}
.logo-trail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
}
.logo-trail i {
  display: inline-block;
  background: var(--coral);
  border-radius: 50%;
}
.logo-trail i:nth-child(1) { width: 3px; height: 3px; opacity: 0.3; }
.logo-trail i:nth-child(2) { width: 5px; height: 5px; opacity: 0.55; }
.logo-trail i:nth-child(3) { width: 7px; height: 7px; opacity: 0.8; }

/* --- EQ-FACE LOGO MARK (the AdJay character) --- */
.mark-eqface {
  display: inline-block;
  width: 64px;
  height: 56px;
  margin-left: 4px;
  margin-top: -8px;
  align-self: flex-start;
  flex-shrink: 0;
}
.mark-eqface .bar {
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: bar-pulse 1.6s ease-in-out infinite;
}
.mark-eqface .bar-1 { animation-delay: 0.0s; }
.mark-eqface .bar-2 { animation-delay: 0.25s; }
.mark-eqface .bar-3 { animation-delay: 0.5s; }
.mark-eqface .bar-4 { animation-delay: 0.15s; }
.mark-eqface .bar-5 { animation-delay: 0.35s; }
@keyframes bar-pulse {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.78); }
}
.logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a8aa0;
  font-weight: 600;
  margin-left: 2px;
}
/* Footer logo: smaller, no subline visible (none in HTML) */
footer .logo { color: var(--paper); gap: 0; }
footer .logo .logo-line { font-size: 1.5rem; color: var(--paper); }
footer .logo .logo-ad { color: var(--coral); }

/* ---------- EQ Bars (Music visualizer brand element) ---------- */
.eq-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  height: 36px;
}
.eq-bars span {
  width: 6px;
  border-radius: 3px;
  transform-origin: bottom;
  animation: eq-pulse 1.4s ease-in-out infinite;
}
.eq-bars.large { height: 72px; gap: 7px; }
.eq-bars.large span { width: 9px; border-radius: 4px; }

@keyframes eq-pulse {
  0%, 100% { transform: scaleY(0.35); }
  50% { transform: scaleY(1); }
}

/* ---------- Beat-Caption (small inline brand cue) ---------- */
.beat-caption {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  padding: 10px 18px 10px 14px;
  background: var(--paper);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 500;
}
.beat-caption .pulse-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--coral);
  display: inline-block;
  animation: pulse-ring 1.4s ease-in-out infinite;
}
@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,107,0.6); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(255,107,107,0); transform: scale(1.15); }
}

/* ---------- Functional Pillars Strip (Audit · Report · Content · Plan · Control) ---------- */
.pillars-section {
  padding: 80px 0 60px;
}
.pillars-head {
  text-align: center;
  margin-bottom: 50px;
}
.pillars-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin-bottom: 10px;
}
.pillars-head .eq-bars {
  margin: 0 auto 24px;
  display: flex;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.pillar {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 30px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}
.pillar:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.pillar-icon {
  width: 52px; height: 52px;
  margin: 0 auto 14px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
}
.pillar-icon svg { width: 26px; height: 26px; }
.pillar h4 {
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 700;
}
.pillar p {
  font-size: 0.85rem;
  color: #6a6a80;
  margin: 0;
}
.pillar-1 .pillar-icon { background: #FFE5E5; color: var(--coral); }
.pillar-2 .pillar-icon { background: #FFF4C2; color: #C99B00; }
.pillar-3 .pillar-icon { background: #E2F5DD; color: var(--mint); }
.pillar-4 .pillar-icon { background: #DDEAFF; color: var(--sky); }
.pillar-5 .pillar-icon { background: #EEDDFF; color: var(--grape); }

@media (max-width: 900px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .pillar-5 { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
}

/* ============================================
   DJ DECK — AdJay's AI Campaign Console
   The signature hero illustration
   ============================================ */

.blob-bg-1 {
  position: absolute;
  width: 380px; height: 380px;
  background: radial-gradient(circle at 30% 30%, var(--coral), var(--peach));
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  top: -40px; left: -20px;
  animation: float 9s ease-in-out infinite;
}
.blob-bg-2 {
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle at 30% 30%, var(--sun), var(--mint));
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.45;
  bottom: -30px; right: -30px;
  animation: float 7s ease-in-out infinite;
  animation-delay: -2s;
}

.dj-deck {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
  background: linear-gradient(160deg, #1A1A2E 0%, #252544 100%);
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow:
    0 30px 80px rgba(26, 26, 46, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 2;
}

/* --- Top Display Strip --- */
.deck-display {
  background: #0d0d20;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.6);
}
.led {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 10px var(--coral);
  animation: led-blink 1.4s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes led-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.deck-title { color: var(--sun); }
.deck-mini-eq {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 14px;
  margin-left: 4px;
}
.deck-mini-eq span {
  width: 2.5px;
  background: var(--mint);
  border-radius: 1px;
  animation: eq-pulse 1.2s ease-in-out infinite;
  transform-origin: bottom;
}
.deck-mini-eq span:nth-child(1) { animation-delay: 0.0s; }
.deck-mini-eq span:nth-child(2) { animation-delay: 0.15s; }
.deck-mini-eq span:nth-child(3) { animation-delay: 0.3s; }
.deck-mini-eq span:nth-child(4) { animation-delay: 0.1s; }
.deck-mini-eq span:nth-child(5) { animation-delay: 0.25s; }
.deck-metric { margin-left: auto; color: #b8b8c8; font-size: 0.68rem; }
.deck-metric strong { color: var(--mint); font-size: 0.82rem; }

/* --- Deck Body: jog wheels + mixer --- */
.deck-body {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 12px;
  align-items: center;
}

.jog {
  position: relative;
  aspect-ratio: 1;
  background: radial-gradient(circle at 30% 30%, #34345a 0%, #0d0d20 75%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 -4px 12px rgba(0,0,0,0.55),
    inset 0 4px 8px rgba(255,255,255,0.06),
    0 4px 12px rgba(0,0,0,0.4);
}
.jog-ring {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(255, 217, 61, 0.25);
  border-radius: 50%;
  animation: spin 5s linear infinite;
}
.jog-ring::before {
  content: '';
  position: absolute;
  top: -3px; left: 50%;
  width: 6px; height: 6px;
  background: var(--sun);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 6px var(--sun);
}
.jog-ring-alt {
  border-color: rgba(77, 150, 255, 0.3);
  animation: spin 7s linear infinite reverse;
}
.jog-ring-alt::before {
  background: var(--sky);
  box-shadow: 0 0 6px var(--sky);
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.jog-center {
  width: 56%;
  height: 56%;
  background: linear-gradient(135deg, var(--coral), var(--grape));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4), inset 0 -2px 6px rgba(0,0,0,0.2);
}
.jog-center-alt {
  background: linear-gradient(135deg, var(--sky), var(--mint));
  box-shadow: 0 4px 12px rgba(77, 150, 255, 0.4), inset 0 -2px 6px rgba(0,0,0,0.2);
}
.g-mark {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1;
}

/* --- Center Mixer --- */
.mixer {
  background: #0d0d20;
  border-radius: 12px;
  padding: 12px 10px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
}
.channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.ch-label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6a6a80;
}
.fader {
  width: 6px;
  background: linear-gradient(to bottom, #1a1a30 0%, #2a2a48 50%, #1a1a30 100%);
  border-radius: 3px;
  position: relative;
  height: 78px;
}
.fader-knob {
  position: absolute;
  left: -8px;
  width: 22px;
  height: 12px;
  background: linear-gradient(180deg, #d0d0e0 0%, #6a6a80 100%);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.fader-knob::after {
  content: '';
  position: absolute;
  inset: 3px 2px;
  border-radius: 1px;
}
.ch-1 .fader-knob::after { background: var(--coral); box-shadow: 0 0 4px var(--coral); }
.ch-2 .fader-knob::after { background: var(--sun); box-shadow: 0 0 4px var(--sun); }
.ch-3 .fader-knob::after { background: var(--mint); box-shadow: 0 0 4px var(--mint); }
.ch-4 .fader-knob::after { background: var(--sky); box-shadow: 0 0 4px var(--sky); }
.ch-value {
  font-size: 0.6rem;
  font-weight: 700;
  color: #b8b8c8;
}

/* --- Bottom: Knobs + Play --- */
.deck-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 4px 4px;
  gap: 12px;
}
.knob-row {
  display: flex;
  gap: 16px;
}
.knob {
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at 30% 30%, #3a3a5e 0%, #15152a 100%);
  border-radius: 50%;
  position: relative;
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,0.6),
    inset 0 2px 3px rgba(255,255,255,0.08),
    0 2px 4px rgba(0,0,0,0.4);
}
.knob::before {
  content: '';
  position: absolute;
  top: 4px; left: 50%;
  width: 2.5px;
  height: 8px;
  background: currentColor;
  border-radius: 1px;
  transform: translateX(-50%);
}
.knob-coral { color: var(--coral); }
.knob-sun { color: var(--sun); transform: rotate(30deg); }
.knob-mint { color: var(--mint); transform: rotate(-25deg); }
.knob-sky { color: var(--sky); transform: rotate(15deg); }

.knob-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.knob-label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8a8aa0;
  text-align: center;
  white-space: nowrap;
}

.play-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--sky));
  border: none;
  color: var(--paper);
  cursor: pointer;
  box-shadow:
    0 4px 14px rgba(107, 203, 119, 0.5),
    inset 0 -2px 4px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  padding-left: 3px;
}
.play-btn:hover { transform: scale(1.08); }

/* --- Floating callout cards positioned within hero-art bounds --- */
.hero-art .hero-card-1 {
  top: -6px !important;
  right: 8px !important;
  left: auto !important;
  z-index: 3;
}
.hero-art .hero-card-2 {
  bottom: 4px !important;
  left: 8px !important;
  right: auto !important;
  top: auto !important;
  z-index: 3;
}

@media (max-width: 900px) {
  .dj-deck { max-width: 100%; padding: 14px; }
  .fader { height: 60px; }
  .knob-row { gap: 10px; }
  .knob { width: 26px; height: 26px; }
}

/* ---------- Brand Lockup (subtle "AI Campaign Studio" under logo) ---------- */
.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-lockup .tagline {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8aa0;
  margin-top: 4px;
  font-weight: 500;
}
.logo-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--coral);
  display: inline-block;
  animation: bounce 1.6s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); background: var(--coral); }
  33% { transform: translateY(-4px); background: var(--sun); }
  66% { transform: translateY(2px); background: var(--mint); }
}
.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;
}
.nav-links a {
  font-weight: 500;
  font-size: 0.97rem;
  position: relative;
}
.nav-links a:hover { color: var(--coral); }
.nav-links a.active { color: var(--coral); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 0; right: 0;
  height: 3px;
  background: var(--coral);
  border-radius: 2px;
}
.nav-cta {
  background: var(--ink);
  color: var(--sun);
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}
.nav-cta:hover { background: var(--coral); color: var(--paper); }

/* ---------- Hero shared ---------- */
.hero {
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.hero h1 .wave {
  display: inline-block;
  background: linear-gradient(90deg, var(--coral), var(--grape));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.1em;
  line-height: 1;
}
.hero h1 .play-word {
  display: inline-block;
  background: linear-gradient(90deg, var(--mint), var(--sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* "From hello to happy" word highlights — cool start → warm finish */
.word-hello {
  display: inline-block;
  background: linear-gradient(90deg, var(--sky), var(--mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.word-happy {
  display: inline-block;
  background: linear-gradient(90deg, var(--sun), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero h1 .highlight {
  background: var(--sun);
  padding: 0 12px;
  border-radius: 14px;
  display: inline-block;
  transform: rotate(-2deg);
}
.hero .lead { margin: 26px 0 32px; font-size: 1.2rem; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 38px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: #5a5a72;
}
.hero-trust strong { color: var(--ink); font-size: 1.4rem; font-family: 'Fraunces', serif; }

/* Floating blob illustration */
.hero-art {
  position: relative;
  height: 460px;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: float 8s ease-in-out infinite;
}
.blob-1 {
  width: 280px; height: 280px;
  background: radial-gradient(circle at 30% 30%, var(--coral), var(--peach));
  top: 20px; left: 30px;
}
.blob-2 {
  width: 200px; height: 200px;
  background: radial-gradient(circle at 30% 30%, var(--sun), var(--peach));
  top: 200px; left: 240px;
  animation-delay: -2s;
}
.blob-3 {
  width: 160px; height: 160px;
  background: radial-gradient(circle at 30% 30%, var(--mint), var(--sky));
  top: 60px; right: 30px;
  animation-delay: -4s;
}
@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(10px, -20px) scale(1.05); }
}
.hero-card {
  position: absolute;
  background: var(--paper);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-card-1 { top: 60px; left: 0; animation: float 6s ease-in-out infinite; }
.hero-card-2 { bottom: 50px; right: 0; animation: float 7s ease-in-out infinite; animation-delay: -3s; }
.hero-card-3 { top: 220px; right: 110px; animation: float 5s ease-in-out infinite; animation-delay: -1.5s; }

.metric-emoji {
  font-size: 1.8rem;
  width: 50px; height: 50px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.metric-emoji.coral { background: #FFE5E5; }
.metric-emoji.mint { background: #E2F5DD; }
.metric-emoji.sky { background: #DDEAFF; }
.metric-label { font-size: 0.78rem; color: #888; }
.metric-value { font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.25rem; }

/* ---------- Sections / Cards ---------- */
.section-head {
  text-align: center;
  margin-bottom: 60px;
}
.section-head .lead { margin: 16px auto 0; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.card-icon {
  width: 60px; height: 60px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.bg-coral { background: #FFE5E5; color: var(--coral); }
.bg-sun { background: #FFF4C2; color: var(--coral); }
.bg-mint { background: #E2F5DD; color: var(--mint); }
.bg-sky { background: #DDEAFF; color: var(--sky); }
.bg-grape { background: #EEDDFF; color: var(--grape); }
.bg-peach { background: #FFE4D2; color: #E0826A; }
.card-icon svg { display: block; }

/* ---------- Steps ---------- */
.steps {
  background: var(--ink);
  border-radius: var(--radius-lg);
  padding: 70px 50px;
  color: var(--cloud);
  position: relative;
  overflow: hidden;
}
.steps::before {
  content: '';
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, var(--grape) 0%, transparent 70%);
  opacity: 0.25;
  top: -100px; right: -100px;
  border-radius: 50%;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}
.step {
  text-align: center;
}
.step-num {
  font-family: 'Fraunces', serif;
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--sun), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 12px;
}
.step h3 { color: var(--paper); }
.step p { color: #b8b8c8; font-size: 0.95rem; }

/* ---------- Stats Strip ---------- */
.stats {
  background: var(--sun);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  margin: 40px 0;
}
.stat-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  font-size: 0.95rem;
  margin-top: 6px;
  color: #5a5230;
}

/* ---------- CTA Banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--coral) 0%, var(--grape) 100%);
  border-radius: var(--radius-lg);
  padding: 70px 50px;
  text-align: center;
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.cta-banner h2 { color: var(--paper); }
.cta-banner .lead { color: rgba(255,255,255,0.92); margin: 18px auto 30px; }
.cta-banner .btn-primary { background: var(--paper); color: var(--ink); }
.cta-banner .btn-primary:hover { background: var(--sun); }

/* ---------- Footer ---------- */
footer {
  background: var(--ink);
  color: #b8b8c8;
  padding: 70px 0 30px;
  margin-top: 80px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
footer h4 {
  color: var(--paper);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer a:hover { color: var(--sun); }
footer .logo { color: var(--paper); margin-bottom: 12px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { height: 360px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  section { padding: 60px 0; }
}

/* ---------- Pricing-specific ---------- */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}
.price-card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease;
}
.price-card:hover { transform: translateY(-6px); }
.price-card.featured {
  background: var(--ink);
  color: var(--cloud);
  transform: scale(1.04);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-6px); }
.price-card.featured h3,
.price-card.featured .price-amount { color: var(--paper); }
.price-badge {
  position: absolute;
  top: -14px;
  right: 26px;
  background: var(--sun);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.price-amount {
  font-family: 'Fraunces', serif;
  font-size: 3rem;
  font-weight: 800;
  margin: 16px 0 4px;
  line-height: 1;
}
.price-amount .small { font-size: 1rem; font-weight: 400; color: #888; }
.price-card.featured .price-amount .small { color: #b8b8c8; }
.price-sub { font-size: 0.95rem; color: #6a6a80; margin-bottom: 24px; }
.price-card.featured .price-sub { color: #b8b8c8; }
.price-features {
  list-style: none;
  margin: 20px 0 28px;
  flex-grow: 1;
}
.price-features li {
  padding: 9px 0;
  padding-left: 30px;
  position: relative;
  font-size: 0.97rem;
  border-bottom: 1px dashed rgba(0,0,0,0.06);
}
.price-card.featured .price-features li { border-bottom-color: rgba(255,255,255,0.08); }
.price-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px; height: 20px;
  background: var(--mint);
  color: var(--paper);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}

@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}

/* ---------- Contact form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}
.contact-info-card {
  background: var(--ink);
  color: var(--cloud);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}
.contact-info-card h2 { color: var(--paper); }
.contact-info-card::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, var(--coral) 0%, transparent 70%);
  opacity: 0.3;
  bottom: -100px; left: -80px;
  border-radius: 50%;
}
.contact-info-card .lead { color: #c5c5d8; }
.contact-detail {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.contact-detail-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}

.form-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #4a4a5e;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 2px solid #ecebe6;
  background: var(--soft);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--coral);
  background: var(--paper);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-card button { width: 100%; margin-top: 8px; justify-content: center; }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ---------- Service detail rows ---------- */
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
.service-row:nth-child(even) > div:first-child { order: 2; }
.service-visual {
  background: var(--paper);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  box-shadow: var(--shadow);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.service-visual .big-emoji {
  font-size: 7rem;
  position: relative;
  z-index: 2;
}
.service-visual::before {
  content: '';
  position: absolute;
  width: 220px; height: 220px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.6;
}
.sv-1::before { background: var(--coral); top: 30px; left: 30px; }
.sv-2::before { background: var(--mint); bottom: 30px; right: 30px; }
.sv-3::before { background: var(--sky); top: 30px; right: 30px; }
.sv-4::before { background: var(--grape); bottom: 30px; left: 30px; }
.sv-5::before { background: var(--sun); top: 30px; left: 30px; }

.service-text ul {
  list-style: none;
  margin-top: 18px;
}
.service-text li {
  padding: 8px 0 8px 30px;
  position: relative;
}
.service-text li::before {
  content: '→';
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--coral);
}

@media (max-width: 900px) {
  .service-row { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .service-row:nth-child(even) > div:first-child { order: 0; }
}
