/* ============================================================
   WEBSITES.BOOKEDBRANDED.COM
   Digital Presence Division | Booked + Branded
   Style System v2.0 — Editorial Authority
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,300;1,9..144,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --mint-light:   #DCF4F1;
  --cream:        #FAFAF9;
  --teal-mid:     #81D8D0;
  --teal:         #0ABAB5;
  --espresso:     #3D332F;
  --espresso-lt:  #5a4d48;
  --espresso-dk:  #272019;
  --white:        #ffffff;
  --muted:        rgba(61,51,47,0.50);
  --muted-lt:     rgba(61,51,47,0.32);
  --border:       rgba(61,51,47,0.10);
  --border-light: rgba(61,51,47,0.055);

  --ff-display: 'Fraunces', Georgia, serif;
  --ff-body:    'Inter', system-ui, sans-serif;

  --radius-sm:  5px;
  --radius-md:  10px;
  --radius-lg:  18px;

  --shadow-sm:  0 1px 3px rgba(61,51,47,0.05), 0 1px 8px rgba(61,51,47,0.04);
  --shadow-md:  0 4px 16px rgba(61,51,47,0.08);
  --shadow-lg:  0 12px 40px rgba(61,51,47,0.10), 0 2px 8px rgba(61,51,47,0.04);
  --shadow-xl:  0 24px 64px rgba(61,51,47,0.11);

  --transition: 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-w:      1140px;
  --section-v:  120px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.72;
  color: var(--espresso);
  background: var(--cream);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.label {
  font-family: var(--ff-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 52px;
}

.section { padding: var(--section-v) 0; }
.section--white    { background: var(--white); }
.section--cream    { background: var(--cream); }
.section--mint     { background: var(--mint-light); }
.section--espresso { background: var(--espresso); color: var(--cream); }
.section--dark     { background: var(--espresso-dk); color: var(--cream); }

.section-header { margin-bottom: 72px; }
.section-header--center {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
}
.section-header .label { display: inline-block; margin-bottom: 18px; }
.section-header h2 { font-size: clamp(1.9rem, 3.2vw, 2.75rem); margin-bottom: 16px; }
.section-header p { color: var(--muted); font-size: 1.0rem; line-height: 1.82; }

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 68px;
  padding: 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(250,250,249,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.nav.scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-sm);
}

.nav__logo { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.nav__logo-main { font-family: var(--ff-display); font-size: 1.0rem; font-weight: 400; color: var(--espresso); letter-spacing: -0.01em; }
.nav__logo-sub { font-size: 0.59rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); }

.nav__links { display: flex; align-items: center; gap: 36px; }

.nav__link {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--espresso-lt);
  transition: color var(--transition);
}
.nav__link:hover { color: var(--espresso); }

.nav__cta {
  background: var(--espresso) !important;
  color: var(--cream) !important;
  padding: 9px 20px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background var(--transition), box-shadow var(--transition);
}
.nav__cta:hover {
  background: var(--teal) !important;
  box-shadow: 0 4px 16px rgba(10,186,181,0.22);
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav__hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--espresso);
  border-radius: 2px;
}

/* ============================================================
   HERO — typography-led, no color blobs
   ============================================================ */

.hero {
  padding-top: 68px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--cream);
  position: relative;
}

/* restrained mint wash — right panel only, low opacity */
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 48%;
  height: 100%;
  background: var(--mint-light);
  opacity: 0.36;
  pointer-events: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.hero__eyebrow-rule {
  width: 26px;
  height: 1px;
  background: var(--teal);
}

.hero__headline {
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  line-height: 1.07;
  letter-spacing: -0.026em;
  margin-bottom: 28px;
}

.hero__headline em { font-style: italic; color: var(--teal); }

.hero__subhead {
  font-size: 1.02rem;
  line-height: 1.84;
  color: var(--muted);
  margin-bottom: 42px;
  max-width: 400px;
}

.hero__actions { display: flex; align-items: center; gap: 16px; }

/* Browser mockup */
.browser-mockup {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid var(--border);
}

.browser-bar {
  background: #edeae7;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}

.browser-dots { display: flex; gap: 5px; }
.browser-dot { width: 8px; height: 8px; border-radius: 50%; }
.browser-dot--red { background: #ff5f56; }
.browser-dot--amber { background: #ffbd2e; }
.browser-dot--green { background: #27c93f; }

.browser-url {
  flex: 1;
  background: var(--cream);
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 0.7rem;
  color: var(--muted);
}

.mock-site { height: 316px; overflow: hidden; }

.mock-nav {
  height: 34px;
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  padding: 0 16px;
}

.mock-nav-logo { width: 52px; height: 7px; border-radius: 2px; background: var(--espresso); opacity: 0.7; }
.mock-nav-spacer { flex: 1; }
.mock-nav-links { display: flex; gap: 7px; }
.mock-nav-link { width: 22px; height: 5px; border-radius: 2px; background: var(--border); }
.mock-nav-btn { width: 40px; height: 15px; border-radius: 7px; background: var(--teal); opacity: 0.85; }

.mock-hero {
  height: 124px;
  background: var(--espresso);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  gap: 5px;
}

.mock-hero-tag { width: 40px; height: 3px; border-radius: 2px; background: var(--teal); opacity: 0.7; }
.mock-hero-h1 { width: 148px; height: 11px; border-radius: 2px; background: rgba(250,250,249,0.88); }
.mock-hero-h1b { width: 90px; height: 11px; border-radius: 2px; background: rgba(250,250,249,0.50); }
.mock-hero-p { width: 175px; height: 5px; border-radius: 2px; background: rgba(250,250,249,0.25); margin-top: 4px; }
.mock-hero-p2 { width: 138px; height: 5px; border-radius: 2px; background: rgba(250,250,249,0.16); }
.mock-hero-cta { width: 58px; height: 16px; border-radius: 8px; background: var(--teal); opacity: 0.9; margin-top: 6px; }

.mock-section {
  background: var(--cream);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mock-section-label { width: 36px; height: 3px; border-radius: 2px; background: var(--teal); opacity: 0.5; }
.mock-section-h { width: 120px; height: 8px; border-radius: 2px; background: var(--espresso); opacity: 0.6; }

.mock-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 2px;
}

.mock-card {
  background: var(--white);
  border-radius: 5px;
  padding: 9px;
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mock-card-icon { width: 16px; height: 16px; border-radius: 3px; background: var(--mint-light); }
.mock-card-t { width: 62%; height: 5px; border-radius: 2px; background: var(--espresso); opacity: 0.55; }
.mock-card-p { width: 82%; height: 3px; border-radius: 2px; background: var(--border); }
.mock-card-p2 { width: 52%; height: 3px; border-radius: 2px; background: var(--border); }

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-body);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 13px 26px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary { background: var(--espresso); color: var(--cream); }
.btn--primary:hover { background: var(--teal); box-shadow: 0 6px 22px rgba(10,186,181,0.24); transform: translateY(-1px); }

.btn--outline { background: transparent; color: var(--espresso); border: 1px solid rgba(61,51,47,0.22); }
.btn--outline:hover { border-color: var(--espresso); background: rgba(61,51,47,0.03); }

.btn--teal { background: var(--teal); color: var(--white); }
.btn--teal:hover { background: #08a8a3; box-shadow: 0 6px 22px rgba(10,186,181,0.28); transform: translateY(-1px); }

.btn--ghost-light { background: transparent; color: rgba(250,250,249,0.65); border: 1px solid rgba(250,250,249,0.18); }
.btn--ghost-light:hover { color: var(--cream); border-color: rgba(250,250,249,0.42); }

.btn svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ============================================================
   PROBLEM / POSITION
   ============================================================ */

.problem { padding: var(--section-v) 0; background: var(--espresso); }

.problem__label { color: var(--teal-mid); }

.problem__headline {
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  line-height: 1.2;
  margin: 18px 0 0;
  max-width: 620px;
  color: var(--cream);
}

.problem__headline em { font-style: italic; color: var(--teal-mid); }

.problem__truths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.07);
  margin-top: 56px;
}

.problem__truth {
  padding: 40px 36px 40px 0;
  border-right: 1px solid rgba(255,255,255,0.07);
}

.problem__truth:first-child { padding-left: 0; }
.problem__truth:nth-child(2) { padding-left: 36px; }
.problem__truth:last-child { border-right: none; padding-left: 36px; padding-right: 0; }

.problem__truth-num {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--teal);
  opacity: 0.28;
  line-height: 1;
  margin-bottom: 16px;
}

.problem__truth h3 { font-size: 0.98rem; font-weight: 400; margin-bottom: 12px; color: var(--cream); }
.problem__truth p { font-size: 0.86rem; line-height: 1.72; color: rgba(250,250,249,0.45); }

/* ============================================================
   SERVICES
   ============================================================ */

.services { padding: var(--section-v) 0; background: var(--white); }

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

.service-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all var(--transition);
  position: relative;
}

.service-card:hover {
  background: var(--white);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: transparent;
}

.service-card__accent {
  width: 22px;
  height: 2px;
  background: var(--teal);
  border-radius: 1px;
  opacity: 0;
  transition: opacity var(--transition);
  margin-bottom: 2px;
}

.service-card:hover .service-card__accent { opacity: 1; }

.service-card h3 {
  font-family: var(--ff-body);
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--espresso);
  letter-spacing: 0;
}

.service-card p { font-size: 0.84rem; line-height: 1.72; color: var(--muted); flex: 1; }

.service-card__tag {
  display: inline-block;
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--mint-light);
  color: var(--teal);
  align-self: flex-start;
  margin-top: 4px;
}

/* ============================================================
   PROCESS
   ============================================================ */

.process { padding: var(--section-v) 0; background: var(--cream); }

.process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.process__connector {
  position: absolute;
  top: 21px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--border);
  z-index: 0;
}

.process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.process__num {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-size: 1.0rem;
  color: var(--teal);
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
}

.process__step:hover .process__num {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  box-shadow: 0 4px 16px rgba(10,186,181,0.24);
}

.process__step h3 {
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 9px;
  letter-spacing: 0;
}

.process__step p { font-size: 0.82rem; line-height: 1.65; color: var(--muted); }

/* Dashboard mock */
.dashboard-mockup {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 72px;
}

.dash-header { background: var(--espresso); padding: 16px 28px; display: flex; align-items: center; gap: 16px; }
.dash-logo { width: 68px; height: 7px; border-radius: 3px; background: rgba(250,250,249,0.6); }
.dash-spacer { flex: 1; }
.dash-btn { width: 68px; height: 22px; border-radius: 11px; background: var(--teal); opacity: 0.72; }

.dash-body { display: grid; grid-template-columns: 196px 1fr; }

.dash-sidebar {
  background: #f3f2f0;
  padding: 20px 16px;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 220px;
}

.dash-item { height: 26px; border-radius: 5px; display: flex; align-items: center; gap: 7px; padding: 0 9px; }
.dash-item.active { background: var(--mint-light); }
.dash-dot { width: 9px; height: 9px; border-radius: 3px; background: rgba(61,51,47,0.14); }
.dash-item.active .dash-dot { background: var(--teal); opacity: 0.68; }
.dash-lbl { width: 52px; height: 5px; border-radius: 2px; background: rgba(61,51,47,0.13); }
.dash-item.active .dash-lbl { background: rgba(10,186,181,0.42); }

.dash-main { padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.dash-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }

.dash-stat {
  background: var(--cream);
  border-radius: 7px;
  padding: 13px;
  border: 1px solid var(--border-light);
  display: flex; flex-direction: column; gap: 6px;
}

.dash-stat-lbl { width: 50px; height: 4px; border-radius: 2px; background: var(--border); }
.dash-stat-val { width: 68px; height: 13px; border-radius: 3px; background: var(--espresso); opacity: 0.62; }
.dash-stat-sub { width: 40px; height: 4px; border-radius: 2px; background: var(--teal); opacity: 0.38; }

.dash-chart {
  background: var(--cream);
  border-radius: 7px;
  border: 1px solid var(--border-light);
  padding: 14px;
  height: 66px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.dash-bar { flex: 1; border-radius: 3px 3px 0 0; background: var(--mint-light); }
.dash-bar.hi { background: var(--teal); opacity: 0.6; }

/* ============================================================
   PHILOSOPHY / BRAND DIRECTION
   ============================================================ */

.philosophy { padding: var(--section-v) 0; background: var(--mint-light); }

.philosophy__inner {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 88px;
  align-items: center;
}

.philosophy__quote {
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 2.2vw, 2.0rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.48;
  letter-spacing: -0.01em;
  color: var(--espresso);
  padding-left: 26px;
  border-left: 2px solid var(--teal);
}

.philosophy__attr {
  margin-top: 22px;
  padding-left: 26px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}

.philosophy__content .label { margin-bottom: 18px; display: block; }

.philosophy__content h2 { font-size: clamp(1.5rem, 2.2vw, 2.15rem); line-height: 1.25; margin-bottom: 18px; }

.philosophy__content p { color: var(--muted); line-height: 1.82; margin-bottom: 16px; font-size: 0.96rem; }

.philosophy__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}

.philosophy__pillar {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.52);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.72);
  transition: background var(--transition);
}

.philosophy__pillar:hover { background: rgba(255,255,255,0.80); }

.philosophy__pillar-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  margin-top: 7px;
  flex-shrink: 0;
}

.philosophy__pillar span { font-size: 0.84rem; font-weight: 500; color: var(--espresso); line-height: 1.45; }

/* ============================================================
   PRICING
   ============================================================ */

.pricing { padding: var(--section-v) 0; background: var(--white); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 64px;
}

.pricing-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  transition: all var(--transition);
  position: relative;
}

.pricing-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent; }

.pricing-card--featured { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.pricing-card--featured:hover { border-color: transparent; }

.pricing-card__badge {
  position: absolute;
  top: 20px; right: 20px;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  background: var(--mint-light);
  color: var(--teal);
}

.pricing-card--featured .pricing-card__badge { background: rgba(10,186,181,0.16); color: var(--teal-mid); }

.pricing-card__tier { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; color: var(--teal); }
.pricing-card--featured .pricing-card__tier { color: var(--teal-mid); }

.pricing-card__price { display: flex; align-items: baseline; gap: 5px; line-height: 1; }

.pricing-card__price-num {
  font-family: var(--ff-display);
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.pricing-card__price-note { font-size: 0.8rem; color: var(--muted); }
.pricing-card--featured .pricing-card__price-note { color: rgba(250,250,249,0.42); }

.pricing-card__desc {
  font-size: 0.86rem;
  line-height: 1.72;
  color: var(--muted);
  padding-bottom: 17px;
  border-bottom: 1px solid var(--border-light);
}

.pricing-card--featured .pricing-card__desc { color: rgba(250,250,249,0.50); border-color: rgba(255,255,255,0.08); }

.pricing-card__features { display: flex; flex-direction: column; gap: 10px; flex: 1; }

.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--espresso-lt);
}

.pricing-card--featured .pricing-card__feature { color: rgba(250,250,249,0.76); }

.pricing-card__check {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--mint-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-card__check svg { width: 7px; height: 7px; color: var(--teal); }

.pricing-card--featured .pricing-card__check { background: rgba(10,186,181,0.18); }
.pricing-card--featured .pricing-card__check svg { color: var(--teal-mid); }

.pricing-addon {
  margin-top: 40px;
  padding: 34px 38px;
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
}

.pricing-addon__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-lt);
  margin-bottom: 22px;
}

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

.pricing-addon__item { display: flex; flex-direction: column; gap: 5px; }

.pricing-addon__item-name { font-size: 0.84rem; font-weight: 500; color: var(--espresso); }
.pricing-addon__item-price { font-family: var(--ff-display); font-size: 1.22rem; color: var(--teal); letter-spacing: -0.01em; }

/* ============================================================
   PREVIEW STRIP
   ============================================================ */

.preview-strip { padding: var(--section-v) 0; background: var(--white); overflow: hidden; }

.preview-strip__scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 14px 52px;
  margin: 0 -52px;
  scrollbar-width: none;
}

.preview-strip__scroll::-webkit-scrollbar { display: none; }

.preview-card {
  flex-shrink: 0;
  width: 268px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  background: var(--cream);
  transition: all var(--transition);
}

.preview-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }

.preview-card__header {
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  gap: 5px;
}

.preview-card__line { height: 5px; border-radius: 2px; opacity: 0.82; }
.preview-card__line.long { width: 62%; }
.preview-card__line.short { width: 38%; opacity: 0.42; }

.preview-card--espresso .preview-card__header { background: var(--espresso); }
.preview-card--espresso .preview-card__line { background: rgba(250,250,249,0.80); }

.preview-card--teal .preview-card__header { background: var(--teal); }
.preview-card--teal .preview-card__line { background: rgba(255,255,255,0.85); }

.preview-card--mint .preview-card__header { background: var(--mint-light); }
.preview-card--mint .preview-card__line { background: var(--espresso); }

.preview-card--stone .preview-card__header { background: #e7e3de; }
.preview-card--stone .preview-card__line { background: var(--espresso); }

.preview-card--dk .preview-card__header { background: var(--espresso-dk); }
.preview-card--dk .preview-card__line { background: rgba(250,250,249,0.72); }

.preview-card__body { padding: 16px; display: flex; flex-direction: column; gap: 6px; }

.preview-card__label {
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 3px;
}

.preview-card__body-line { height: 5px; border-radius: 2px; background: var(--border); }
.preview-card__body-line.full { width: 100%; }
.preview-card__body-line.med { width: 65%; }
.preview-card__body-line.sm { width: 46%; }

/* ============================================================
   FAQ
   ============================================================ */

.faq { padding: var(--section-v) 0; background: var(--cream); }

.faq__list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.faq__item {
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--border-light);
  overflow: hidden;
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 21px 24px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--ff-display);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--espresso);
  transition: color var(--transition);
}

.faq__question:hover { color: var(--teal); }

.faq__icon {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
}

.faq__icon svg { width: 10px; height: 10px; color: var(--espresso); transition: transform var(--transition); }

.faq__item.open .faq__icon { background: var(--teal); border-color: var(--teal); }
.faq__item.open .faq__icon svg { color: var(--white); transform: rotate(45deg); }

.faq__answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.faq__item.open .faq__answer { max-height: 280px; }

.faq__answer-inner {
  padding: 0 24px 24px;
  font-size: 0.89rem;
  line-height: 1.78;
  color: var(--muted);
}

/* ============================================================
   CTA
   ============================================================ */

.cta-section {
  padding: var(--section-v) 0;
  background: var(--espresso);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 520px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(10,186,181,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.cta-section .label { color: var(--teal-mid); margin-bottom: 20px; display: block; }

.cta-section h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.0rem);
  color: var(--cream);
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  position: relative;
}

.cta-section h2 em { font-style: italic; color: var(--teal-mid); }

.cta-section p {
  font-size: 1.0rem;
  line-height: 1.82;
  color: rgba(250,250,249,0.48);
  max-width: 460px;
  margin: 0 auto 38px;
  position: relative;
}

.cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; position: relative; }

/* ============================================================
   FOOTER
   ============================================================ */

.footer { background: var(--espresso-dk); padding: 70px 0 36px; color: rgba(250,250,249,0.42); }

.footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 32px;
}

.footer__brand-name { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 400; color: var(--cream); margin-bottom: 2px; }
.footer__brand-sub { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.footer__brand-desc { font-size: 0.83rem; line-height: 1.72; }

.footer__col-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(250,250,249,0.56); margin-bottom: 16px; }

.footer__links { display: flex; flex-direction: column; gap: 9px; }

.footer__link { font-size: 0.83rem; color: rgba(250,250,249,0.38); transition: color var(--transition); }
.footer__link:hover { color: var(--teal); }

.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.footer__legal { font-size: 0.75rem; opacity: 0.35; }

.footer__mark {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(250,250,249,0.25);
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer__mark-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--teal); opacity: 0.45; }

/* ============================================================
   ANIMATIONS
   ============================================================ */

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.62s ease, transform 0.62s ease;
}

.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 1024px) {
  .service-cards { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .pricing-addon__items { grid-template-columns: repeat(2, 1fr); }
  .philosophy__inner { gap: 56px; }
}

@media (max-width: 768px) {
  :root { --section-v: 80px; }
  .container { padding: 0 24px; }
  .nav { padding: 0 24px; }
  .nav__links { display: none; }
  .nav__hamburger { display: flex; }
  .hero::before { display: none; }
  .hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .problem__truths { grid-template-columns: 1fr; }
  .problem__truth { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 30px 0; }
  .problem__truth:nth-child(2) { padding-left: 0; }
  .problem__truth:last-child { border-bottom: none; padding-left: 0; }
  .service-cards { grid-template-columns: 1fr; }
  .process__steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process__connector { display: none; }
  .philosophy__inner { grid-template-columns: 1fr; gap: 44px; }
  .philosophy__pillars { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 26px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .preview-strip__scroll { padding: 14px 24px; margin: 0 -24px; }
  .pricing-addon__items { grid-template-columns: 1fr 1fr; }
  .cta-actions { flex-direction: column; }
}
