/*
Theme Name: Reputation Maxx
Theme URI: https://reputationmaxx.com/
Author: Reputation Maxx
Author URI: https://reputationmaxx.com/
Description: Custom FSE block theme for Reputation Maxx — done-for-you online presence management for small businesses. Pixel-perfect port of the static landing.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: reputation-maxx
Tags: full-site-editing, block-theme, one-column, custom-colors, custom-logo
*/

/* ==========================================================================
   Reputation Maxx — verbatim CSS port from static landing
   Source: Reputation Maxx — Online Presence Management for Small Business.html
   ========================================================================== */

:root {
  /* Brand v2 */
  --blue: #054B96;
  --blue-dark: #03438A;
  --blue-deep: #013D82;
  --blue-soft: #EEF2F8;
  --blue-tint: #E6EEF7;
  --green: #328C1E;
  --green-dark: #2E8B11;
  --green-mid: #358D1F;
  --green-soft: #ECF5E7;
  --ink: #262F3F;
  --slate: #596573;
  --slate-light: #8B96A3;
  --white: #FCFCFC;
  --gray-bg: #F3F3F6;
  --gray-soft: #F9F9FC;
  --border: #E5E7EB;
  --border-light: #EEF0F3;
  --star: #F59E0B;
  --red-pin: #DC3228;

  --radius-sm: 4px;
  --radius: 6px;
  --radius-lg: 10px;

  --shadow-xs: 0 1px 2px rgba(38,47,63,0.05);
  --shadow-sm: 0 1px 2px rgba(38,47,63,0.04), 0 2px 6px rgba(38,47,63,0.05);
  --shadow-md: 0 3px 8px rgba(38,47,63,0.05), 0 12px 24px rgba(38,47,63,0.07);
  --shadow-lg: 0 10px 24px rgba(38,47,63,0.08), 0 20px 48px rgba(38,47,63,0.10);
  --shadow-card: 0 1px 3px rgba(38,47,63,0.06), 0 8px 20px rgba(38,47,63,0.05);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 1160px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  font-optical-sizing: auto;
  color: var(--ink);
  line-height: 1.6;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 18px;
}
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* WP block-theme reset: kill default wp-site-blocks padding & layout constraints that fight our container */
.wp-site-blocks { padding: 0 !important; }
.wp-site-blocks > * { margin-block: 0 !important; }
.is-layout-constrained > * { max-width: none; }

/* Typography */
h1, h2, h3, h4 {
  font-family: "Mulish", "DM Sans", system-ui, sans-serif;
  color: var(--blue);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.15;
}
h1 { font-size: clamp(34px, 4vw, 60px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-top: 64px; margin-bottom: 20px; }
h2 { font-size: clamp(26px, 2.5vw, 40px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-top: 48px; margin-bottom: 20px; }
h3 { font-size: clamp(22px, 1vw, 28px); color: var(--ink); font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; margin-bottom: 12px; }
h4 { font-size: clamp(19px, 0.5vw, 22px); font-weight: 700; line-height: 1.35; margin-bottom: 8px; }
.hero h1 { margin-top: 0; }
.page-hero h1 { margin-top: 0; }
p { color: var(--slate); font-size: 18px; line-height: 1.6; }
a { color: var(--blue); text-decoration: none; transition: color 180ms var(--ease); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius);
  font-weight: 600; font-size: 17px;
  font-family: inherit;
  cursor: pointer; border: none;
  transition: all 200ms var(--ease);
  letter-spacing: -0.005em;
  text-align: center; justify-content: center;
  line-height: 1.2;
  flex-wrap: wrap;
}
.btn > span { white-space: nowrap; }
.btn-primary { background: var(--green); color: white; }
.btn-primary:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(50,140,30,0.3); }
.btn-outline { background: white; color: var(--blue); border: 1.5px solid var(--blue); padding: 10.5px 24px; }
.btn-outline:hover { background: var(--blue); color: white; }
.btn-blue { background: var(--blue); color: white; }
.btn-blue:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(5,75,150,0.25); }
.btn-large { padding: 14px 32px; font-size: 18px; }
.btn-arrow { transition: transform 200ms var(--ease); }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* HEADER */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border-light);
  position: sticky; top: 0; z-index: 100;
}
.nav { display: flex; justify-content: space-between; align-items: center; padding: 24px 0 18px; position: relative; min-height: 82px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 60px; width: auto; object-fit: contain; display: block; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a:not(.btn) {
  color: var(--ink); font-size: 17px; font-weight: 500;
}
.nav-links a:not(.btn):hover { color: var(--blue); }
.nav-links .btn { padding: 8px 20px; font-size: 17px; }
.has-dropdown::after { content: ' ▾'; font-size: 0.65em; opacity: 0.6; }

/* NAV DROPDOWN */
.nav-dropdown-wrap { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: -16px;
  min-width: 280px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 0s 180ms;
}
/* Show on hover */
.nav-dropdown-wrap:hover .nav-dropdown,
.nav-dropdown-wrap:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 0s 0s;
}
/* Arrow pointer */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -6px; left: 28px;
  width: 12px; height: 12px;
  background: white;
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  transform: rotate(45deg);
  border-radius: 2px 0 0 0;
}
.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--ink);
  transition: background 150ms var(--ease);
}
.nav-dropdown a:hover { background: var(--blue-soft); color: var(--ink); }
.nav-dd-icon {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: var(--blue-soft); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background 150ms var(--ease), color 150ms var(--ease);
}
.nav-dropdown a:hover .nav-dd-icon { background: var(--blue); color: white; }
.nav-dd-text { display: flex; flex-direction: column; gap: 1px; }
.nav-dd-text strong { font-size: 15px; font-weight: 700; color: var(--blue); line-height: 1.3; }
.nav-dd-text small { font-size: 13px; color: var(--slate); font-weight: 400; line-height: 1.3; }

/* Hamburger (CSS-only checkbox toggle) */
.menu-toggle, .hamburger { display: none; }
.hamburger {
  width: 36px; height: 36px;
  cursor: pointer;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px;
  border-radius: 6px;
  transition: background 180ms var(--ease);
}
.hamburger:hover { background: var(--blue-soft); }
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform 240ms var(--ease), opacity 180ms var(--ease);
}
.menu-toggle:checked ~ .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle:checked ~ .hamburger span:nth-child(2) { opacity: 0; }
.menu-toggle:checked ~ .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* HERO */
.hero {
  padding: 110px 0 110px;
  background: linear-gradient(180deg, var(--white) 0%, #F5F7FB 100%);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath d='M0 40 Q 300 5 600 30 T 1200 25 L 1200 60 L 0 60 Z' fill='%23F3F3F6'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  z-index: 0;
}
.hero-grid {
  display: grid; grid-template-columns: 6fr 4fr; gap: 40px;
  align-items: start;
  padding-bottom: 0;
  position: relative; z-index: 1;
}
.hero h1 { margin-bottom: 18px; color: var(--blue); }
.hero h1 .break { display: block; }
.hero .sub { font-size: clamp(18px, 1.2vw, 21px); font-weight: 700; color: var(--ink); margin-bottom: 28px; max-width: 460px; line-height: 1.5; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 24px;
  max-width: 100%;
}
.hero-trust span {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 15px;
  background: var(--blue-soft);
  border: 1px solid #DCE5F1;
  border-radius: 999px;
  color: var(--ink); font-size: 17px; font-weight: 500;
  line-height: 1;
}
.hero-trust strong { color: var(--blue); font-weight: 700; }
.hero-trust svg { color: var(--green); flex-shrink: 0; }

/* HERO SCENE — composed laptop + map + phone */
.hero-scene { position: relative; width: 100%; }
.hero-illustration { width: 150%; height: auto; display: block; margin-left: calc(-15% - 20px); }
@keyframes float-hero { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.scene-laptop {
  position: absolute; top: 20px; left: 20px;
  width: 380px;
  background: #2C3E50;
  border-radius: 8px 8px 3px 3px;
  padding: 8px 8px 6px;
  box-shadow: 0 18px 44px rgba(38,47,63,0.18), 0 6px 14px rgba(38,47,63,0.08);
  z-index: 2;
}
.scene-laptop::after {
  content: ''; position: absolute; bottom: -4px; left: -18px; right: -18px;
  height: 5px; background: #2C3E50; border-radius: 0 0 6px 6px;
}
.scene-laptop-screen { background: white; border-radius: 3px; overflow: hidden; aspect-ratio: 16/10; }
.scene-browser-bar {
  display: flex; align-items: center; gap: 5px;
  padding: 5px 8px; background: #F1F5F9; border-bottom: 1px solid #E2E8F0;
}
.scene-dot { width: 5px; height: 5px; border-radius: 50%; background: #CBD5E1; }
.scene-dot.r { background: #EF4444; }
.scene-dot.y { background: #F59E0B; }
.scene-dot.g { background: #22C55E; }
.scene-logo-mini {
  display: flex; align-items: center; gap: 3px;
  margin-left: 8px;
  font-size: 0.5rem; font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.01em;
}
.scene-logo-mini::before {
  content: '\2713'; color: var(--green); font-size: 0.6rem; font-weight: 900;
}
.scene-url-bar {
  flex: 1; margin-left: 8px;
  height: 9px; background: #E2E8F0; border-radius: 3px;
}
.scene-web-content {
  padding: 8px; display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 5px;
  height: calc(100% - 19px);
}
.scene-panel { border-radius: 3px; position: relative; overflow: hidden; }
.scene-panel.p1 { background: linear-gradient(145deg, #DCEFE2, #A8D8A8); }
.scene-panel.p1 .scene-tree {
  position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 30px;
}
.scene-panel.p1 .scene-tree::before {
  content: ''; position: absolute; top: 0; left: 3px;
  width: 20px; height: 22px;
  background: radial-gradient(circle at 50% 40%, #4A7C4E 0%, #2F5930 70%);
  border-radius: 60% 60% 50% 50% / 70% 70% 30% 30%;
}
.scene-panel.p1 .scene-tree::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 3px; height: 8px; background: #6B4423;
}
.scene-panel.p1 .scene-ground {
  position: absolute; bottom: 0; left: 0; right: 0; height: 25%;
  background: linear-gradient(to bottom, #9FCCA3, #7EB282);
}
.scene-panel.p2 { background: linear-gradient(to bottom, #B8D4E8 0%, #D4C4A8 50%, #E8DCC4 100%); }
.scene-panel.p2 .scene-house { position: absolute; bottom: 0; left: 8%; right: 8%; height: 55%; }
.scene-panel.p2 .scene-house::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 65%;
  background: linear-gradient(to bottom, #E8D4A8, #C8A878);
  border-radius: 2px 2px 0 0;
}
.scene-panel.p2 .scene-house::after {
  content: ''; position: absolute; bottom: 65%; left: -4%; right: -4%; height: 40%;
  background: #A85D3D;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.scene-panel.p2 .scene-window {
  position: absolute; bottom: 12%; left: 20%; width: 18%; height: 25%;
  background: #7AA8C8; border-radius: 1px;
  box-shadow: 30% 0 0 #7AA8C8;
}
.scene-panel.p3 { background: linear-gradient(135deg, #D8E4F0, #B8CCE4); }
.scene-video-play {
  position: absolute; top: 42%; left: 50%; transform: translate(-50%, -50%);
  width: 18px; height: 18px; background: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.scene-video-play::after {
  content: ''; border-left: 6px solid var(--red-pin);
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
  margin-left: 2px;
}
.scene-stars-row {
  position: absolute; bottom: 12px; left: 0; right: 0; text-align: center;
  color: var(--star); font-size: 0.68rem; letter-spacing: 1.5px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.scene-float-card {
  position: absolute; top: 80px; left: -15px;
  width: 110px; padding: 7px;
  background: white; border-radius: 6px;
  box-shadow: 0 10px 24px rgba(38,47,63,0.18), 0 3px 8px rgba(38,47,63,0.08);
  z-index: 5;
  display: flex; gap: 6px; align-items: center;
}
.scene-float-thumb {
  width: 30px; height: 30px; border-radius: 4px; flex-shrink: 0;
  background: linear-gradient(145deg, #DCEFE2, #7EB282);
  position: relative;
}
.scene-float-thumb::after {
  content: ''; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%);
  width: 8px; height: 10px;
  background: radial-gradient(circle at 50% 40%, #4A7C4E, #2F5930);
  border-radius: 60% 60% 40% 40% / 70% 70% 30% 30%;
}
.scene-float-lines { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.scene-float-lines::before, .scene-float-lines::after { content: ''; height: 4px; background: #E2E8F0; border-radius: 2px; }
.scene-float-lines::before { width: 100%; }
.scene-float-lines::after { width: 60%; }

.scene-map {
  position: absolute; bottom: -10px; left: 90px;
  width: 220px; height: 150px;
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 14px 32px rgba(38,47,63,0.25), 0 4px 10px rgba(38,47,63,0.1);
  background: #F2EEE5;
  z-index: 3;
  transform: rotate(-6deg);
}
.scene-map-fold {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(0,0,0,0.08) 49.8%, rgba(0,0,0,0.02) 50.2%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(0,0,0,0.06) 49.8%, rgba(0,0,0,0.02) 50.2%, transparent 50.5%);
  pointer-events: none;
  z-index: 2;
}
.scene-map svg { width: 100%; height: 100%; display: block; }

.scene-pin {
  position: absolute; bottom: 60px; left: 180px;
  z-index: 4;
  filter: drop-shadow(0 6px 10px rgba(220,50,40,0.45));
  animation: pin-bounce 2.8s var(--ease-out) infinite;
}
@keyframes pin-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.scene-pin svg { width: 52px; height: 62px; }

.scene-phone {
  position: absolute; top: 50px; right: 0;
  width: 130px;
  background: #2C3E50;
  border-radius: 18px;
  padding: 6px;
  box-shadow: 0 16px 36px rgba(38,47,63,0.22), 0 4px 10px rgba(38,47,63,0.1);
  z-index: 4;
}
.scene-phone-screen {
  background: white; border-radius: 14px; padding: 10px 8px 12px;
  display: flex; flex-direction: column; gap: 10px;
  min-height: 210px;
  position: relative;
}
.scene-phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 38%; height: 10px; background: #2C3E50; border-radius: 0 0 8px 8px;
}
.scene-phone-header {
  margin-top: 8px; display: flex; align-items: center; gap: 4px;
  font-size: 0.45rem; font-weight: 700; color: var(--blue);
  justify-content: center;
}
.scene-phone-header::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--green));
}
.scene-stars-big { text-align: center; padding: 4px 0; }
.scene-stars-big-row {
  color: var(--star); font-size: 22px; letter-spacing: 2px; line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.scene-socials { display: flex; justify-content: center; gap: 5px; }
.scene-soc {
  width: 26px; height: 26px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 700; font-size: 0.7rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.scene-soc.fb { background: #1877F2; }
.scene-soc.gmaps { background: white; color: #EA4335; font-size: 17px; border: 1px solid #F1F5F9; }
.scene-soc.ig { background: linear-gradient(135deg, #F58529 0%, #DD2A7B 50%, #8134AF 100%); }
.scene-phone-lines { display: flex; flex-direction: column; gap: 3px; margin-top: auto; padding: 0 4px; }
.scene-phone-lines div { height: 3px; background: #E2E8F0; border-radius: 2px; }
.scene-phone-lines div:nth-child(1) { width: 100%; }
.scene-phone-lines div:nth-child(2) { width: 70%; }

/* TRUST BAR */
.trust-bar { background: var(--blue); color: rgba(255,255,255,0.92); padding: 14px 0; font-size: 17px; font-weight: 500; }
.trust-bar-inner { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
.trust-bar-inner span { display: flex; align-items: center; gap: 8px; }
.trust-bar strong { color: white; font-weight: 700; }

/* SECTION */
section.std { padding: 80px 0; }
section.std.alt { background: var(--gray-bg); }
.section-head { text-align: center; margin-bottom: 28px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--green-dark); font-weight: 700; font-size: 1.08rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 22px; height: 1.5px; background: var(--green); }

.short-answer {
  background: white; border-left: 3px solid var(--green);
  padding: 18px 24px; border-radius: 6px; margin: 0 auto 32px;
  max-width: 820px; font-size: clamp(19px, 0.5vw, 22px); font-weight: 500; color: var(--ink); line-height: 1.6;
  box-shadow: var(--shadow-xs);
}
section.std:not(.alt) .short-answer { background: var(--gray-bg); }
.short-answer strong { color: var(--blue); font-weight: 700; }

/* PROBLEM */
.problem-intro { max-width: 720px; margin: 0 auto 24px; text-align: center; color: var(--slate); font-size: 18px; }
.problem-bridge { max-width: 720px; margin: 8px auto 36px; text-align: center; color: var(--slate); font-size: 18px; line-height: 1.7; }
.problem-sub {
  font-size: 1.125rem; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red-pin);
  text-align: center; margin: 0 auto 22px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  max-width: 520px;
}
.problem-sub::before, .problem-sub::after { content: ''; flex: 1; height: 1px; background: #FCA5A5; opacity: 0.7; }
.problem-symptoms {
  list-style: none; padding: 0; margin: 0 auto 44px;
  max-width: 900px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.problem-symptoms li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 22px;
  background: white;
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--red-pin);
  border-radius: 0 10px 10px 0;
  color: var(--ink); font-size: 18px; line-height: 1.55;
  transition: all 240ms var(--ease);
}
.problem-symptoms li:last-child { grid-column: 1 / -1; }
.problem-symptoms li:hover { transform: translateX(3px); border-left-color: var(--blue); box-shadow: 0 4px 14px rgba(38,47,63,0.06); }
.problem-symptoms .ic-wrap {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: #FEE2E2; color: var(--red-pin);
  display: flex; align-items: center; justify-content: center;
  transition: all 240ms var(--ease);
}
.problem-symptoms li:hover .ic-wrap { background: var(--blue-soft); color: var(--blue); }
.problem-symptoms strong { color: var(--blue); font-weight: 700; }

.problem-options-intro { max-width: 640px; margin: 0 auto 22px; text-align: center; color: var(--slate); font-size: 18px; }
.problem-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.problem-option {
  background: var(--gray-bg);
  padding: 24px 22px 22px; border-radius: var(--radius-lg);
  border: 1px dashed #CBD5E1;
  position: relative;
  transition: all 240ms var(--ease);
}
.problem-option::after {
  content: '\2715';
  position: absolute; top: 14px; right: 16px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #FECACA; color: var(--red-pin);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 800;
}
.problem-option:hover { background: white; border-style: solid; border-color: var(--border); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.problem-option-ic {
  width: 40px; height: 40px; border-radius: 10px;
  background: white; color: var(--slate);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  border: 1px solid var(--border-light);
}
.problem-option strong { display: block; color: var(--ink); margin-bottom: 6px; font-size: 20px; font-weight: 700; }
.problem-option p { font-size: 18px; color: var(--slate); line-height: 1.55; }
.problem-option em { font-style: italic; color: var(--ink); font-weight: 600; }

.better-way {
  text-align: center; margin: 48px auto 0;
  font-size: clamp(28px, 3vw, 44px); font-weight: 700; color: var(--green-dark);
  letter-spacing: -0.01em;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.better-way::before, .better-way::after { content: ''; width: 48px; height: 2px; background: linear-gradient(90deg, transparent, var(--green)); }
.better-way::after { background: linear-gradient(90deg, var(--green), transparent); }

/* SOLUTION */
.solution-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 36px; padding: 36px 16px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.solution-item { text-align: center; padding: 4px 14px; position: relative; transition: all 240ms var(--ease); display: flex; flex-direction: column; align-items: center; }
.solution-item:not(:last-child)::after { content: ''; position: absolute; top: 15%; right: 0; width: 1px; height: 70%; background: var(--border-light); }
.solution-item:hover { transform: translateY(-2px); }
.solution-icon {
  width: 56px; height: 56px; margin: 0 auto 12px;
  border-radius: 14px;
  background: var(--blue-soft); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  transition: all 240ms var(--ease);
  position: relative;
}
.solution-item:hover .solution-icon { background: var(--green-soft); color: var(--green); transform: scale(1.06); }
.solution-item h3 { font-size: 18px; font-weight: 700; color: var(--blue); margin-bottom: 6px; }
.solution-item p { font-size: 18px; line-height: 1.45; color: var(--slate); margin-bottom: 8px; min-height: 48px; }
.learn-more { font-size: 18px; font-weight: 700; color: var(--green-dark); letter-spacing: 0.02em; margin-top: auto; }
.solution-row--4 { grid-template-columns: repeat(4, 1fr); max-width: 860px; margin-left: auto; margin-right: auto; }
.solution-row--3 { grid-template-columns: repeat(3, 1fr); max-width: 860px; margin-left: auto; margin-right: auto; }
.solution-cta { text-align: center; margin-top: 36px; }

/* HOW IT WORKS */
.how-it-works { background: linear-gradient(180deg, #F9F9FC 0%, #F3F3F6 100%); }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  max-width: 1000px; margin: 40px auto 0;
  position: relative;
}
.steps::before {
  content: ''; position: absolute; top: 28px; left: 14%; right: 14%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--green) 100%);
  opacity: 0.25; z-index: 0;
}
.step { text-align: center; position: relative; z-index: 1; padding: 0 16px; }
.step-num {
  background: white; border: 2.5px solid var(--blue); color: var(--blue);
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 22px;
  margin: 0 auto 18px;
  box-shadow: var(--shadow-sm);
  transition: all 280ms var(--ease);
}
.step:hover .step-num { background: var(--blue); color: white; transform: scale(1.05); }
.step h3 { font-size: 20px; color: var(--blue); margin-bottom: 8px; font-weight: 700; }
.step p { font-size: 18px; color: var(--slate); }

/* PRICING */
.pricing-section { background: var(--white); }

/* BOOK BANNER */
.book-banner { background: var(--gray-bg); padding: 40px 0; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.book-banner-inner {
  display: flex; align-items: center; gap: 24px;
  background: linear-gradient(120deg, var(--blue) 0%, var(--blue-dark) 100%);
  padding: 28px 36px;
  border-radius: var(--radius-lg);
  color: white;
  box-shadow: 0 12px 32px rgba(15,74,130,0.22);
  flex-wrap: wrap;
}
.book-banner-ic {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,255,255,0.16);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.book-banner-text { flex: 1; min-width: 260px; display: flex; flex-direction: column; gap: 3px; }
.book-banner-text strong { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.book-banner-text span { font-size: 18px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.book-banner-cta { background: white !important; color: var(--blue) !important; flex-shrink: 0; }
.book-banner-cta:hover { background: var(--green) !important; color: white !important; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 90px 0 20px; align-items: stretch; }
.plan {
  background: white; border-radius: var(--radius-lg);
  padding: 32px 28px; display: flex; flex-direction: column;
  position: relative; border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  transition: all 240ms var(--ease);
}
.plan:hover:not(.popular) { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue-soft); }
.plan.popular {
  border: 2px solid var(--green);
  box-shadow: 0 20px 50px -12px rgba(22,163,74,0.25), 0 8px 20px rgba(38,47,63,0.12);
  transform: translateY(-16px) scale(1.04);
  background: linear-gradient(180deg, #F0FDF4 0%, #ffffff 20%);
  position: relative;
  z-index: 2;
}
.plan.popular::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--green) 0%, transparent 40%);
  z-index: -1; opacity: 0.08;
  pointer-events: none;
}
.plan.popular .plan-name { color: var(--green-dark); font-size: 32px; }
.plan.popular .plan-price .num { font-size: clamp(48px, 5vw, 64px); color: var(--green-dark); }
.plan.popular .plan-features li { font-size: 18px; }
.plan-badge {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: var(--green); color: white;
  padding: 7px 26px; font-size: 0.72rem; font-weight: 800;
  border-radius: 24px; letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(22,163,74,0.35);
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.plan-badge::before { content: '★'; font-size: 17px; letter-spacing: 0; }
.plan-badge::after { content: '★'; font-size: 17px; letter-spacing: 0; }
.plan-name { font-size: 28px; font-weight: 700; color: var(--blue); margin-bottom: 6px; text-align: center; letter-spacing: -0.02em; }
.plan-tagline { font-size: 18px; color: #6B7A99; text-align: center; margin-bottom: 18px; font-style: italic; }
.plan-price { text-align: center; line-height: 1; margin-bottom: 4px; display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.plan-price .dollar { font-size: 24px; color: var(--ink); font-weight: 700; position: relative; top: -16px; }
.plan-price .num { font-size: clamp(40px, 4vw, 56px); letter-spacing: -0.04em; color: var(--ink); font-weight: 700; line-height: 1; }
.plan-price small { font-size: 17px; font-weight: 500; color: var(--slate); margin-left: 2px; }
.plan-setup { text-align: center; font-size: 18px; color: var(--slate); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light); }
.plan-features { list-style: none; flex: 1; margin-bottom: 16px; }
.plan-features li { padding: 8px 0; font-size: 18px; display: flex; gap: 10px; color: var(--ink); align-items: flex-start; }
.plan-features li svg { flex-shrink: 0; color: var(--green); margin-top: 3px; }
.plan-ideal { font-size: 18px; color: var(--slate); margin-bottom: 20px; padding-top: 14px; border-top: 1px solid var(--border-light); }
.plan-ideal em { font-style: italic; color: var(--ink); }
.plan .btn { width: 100%; }
.plan:not(.popular) .btn { background: var(--blue); color: white; }
.plan:not(.popular) .btn:hover { background: var(--blue-dark); }
.plan.popular .btn { background: var(--green); color: white; }
.plan.popular .btn:hover { background: var(--green-dark); }
.pricing-note { text-align: center; color: var(--slate); max-width: 720px; margin: 20px auto 0; line-height: 1.6; font-size: 16px; }
.pricing-note-text { font-size: 16px; color: var(--slate); }
.pricing-note-link { font-size: 18px; margin-top: 8px; }
.inline-link { color: var(--green-dark); font-weight: 600; border-bottom: 1px solid transparent; transition: border 180ms; }
.inline-link:hover { border-color: var(--green-dark); }

/* INDUSTRIES */
.industries-section { background: var(--gray-bg); }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.industry-tile {
  background: white; padding: 26px 16px; text-align: center;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  transition: all 240ms var(--ease); display: block; color: var(--ink);
}
.industry-tile:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: var(--shadow-md); }
.industry-icon {
  width: 44px; height: 44px; margin: 0 auto 12px;
  border-radius: 11px; background: var(--blue-soft); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  transition: all 240ms var(--ease);
}
.industry-tile:hover .industry-icon { background: var(--green); color: white; transform: rotate(-5deg); }
.industry-tile strong { font-size: 18px; color: var(--blue); display: block; margin-bottom: 6px; font-weight: 700; line-height: 1.3; }
.industry-tile small { font-size: 18px; color: var(--slate); display: block; line-height: 1.4; }
.industries-note { text-align: center; margin-top: 32px; }

/* CTA tile in industries grid — visually distinct */
.industry-tile-cta { background: var(--blue-soft); border-color: var(--blue-soft); grid-column: span 2; }
.industry-tile-cta strong { color: var(--blue); }
.industry-tile-cta .industry-icon { background: var(--green); color: white; }
.industry-tile-cta:hover { background: var(--green); border-color: var(--green); }
.industry-tile-cta:hover strong, .industry-tile-cta:hover small { color: white; }
.industry-tile-cta:hover .industry-icon { background: white; color: var(--green); transform: rotate(0deg); }

/* PAGE HERO (inner pages — pricing, about, services etc.) */
.page-hero { padding: 80px 0 80px; background: linear-gradient(180deg, var(--white) 0%, var(--gray-soft) 100%); text-align: center; }
.page-hero h1 { margin-top: 0; margin-bottom: 20px; max-width: 780px; margin-left: auto; margin-right: auto; }
.page-hero .sub { font-size: clamp(18px, 1.2vw, 21px); font-weight: 500; color: var(--ink); max-width: 720px; margin: 0 auto; line-height: 1.6; }
.page-hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.page-hero-trust span { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; background: var(--blue-soft); border: 1px solid #DCE5F1; border-radius: 999px; font-size: 17px; font-weight: 500; color: var(--ink); }
.page-hero-trust strong { color: var(--blue); font-weight: 700; }

/* COMPARISON TABLE */
.compare-table { background: white; border-radius: var(--radius-lg); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); margin-top: 40px; }
.compare-table table { width: 100%; border-collapse: collapse; }
.compare-table th,
.compare-table td { text-align: left; padding: 16px 22px; font-size: 18px; border-bottom: 1px solid var(--border-light); }
.compare-table th { background: var(--blue); color: white; font-family: "Mulish", sans-serif; font-weight: 800; font-size: 18px; }
.compare-table th:first-child { font-family: "DM Sans", sans-serif; font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: 0.08em; }
.compare-table td { color: var(--ink); }
.compare-table td:first-child { font-weight: 600; color: var(--blue); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .check { color: var(--green); font-weight: 700; font-size: 20px; }
.compare-table .dash { color: var(--slate-light); }
.compare-table tbody tr.highlight { background: var(--green-soft); }
.compare-table tbody tr.highlight td:first-child { color: var(--green-dark); }
.compare-table tbody tr:hover { background: var(--gray-soft); }
.compare-table tbody tr.highlight:hover { background: var(--green-soft); }

/* COMMITMENT BOX */
.commitment { background: linear-gradient(135deg, var(--blue-soft) 0%, white 100%); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; max-width: 860px; margin: 40px auto 0; }
.commitment h3 { color: var(--blue); margin-bottom: 14px; margin-top: 0; }
.commitment p { color: var(--ink); font-size: 18px; line-height: 1.65; }

/* FAQ */
.faq-section { background: var(--gray-bg); }
.faq-list { max-width: 780px; margin: 34px auto 0; }
details {
  background: white; border-radius: var(--radius-lg);
  padding: 18px 24px; margin-bottom: 10px;
  border: 1px solid var(--border);
  transition: all 220ms var(--ease);
  box-shadow: var(--shadow-xs);
}
details:hover { border-color: var(--blue); }
details[open] { border-color: var(--green); box-shadow: var(--shadow-sm); }
details summary {
  font-weight: 700; font-size: 18px; color: var(--blue);
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: ''; flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23054B96' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
  transition: all 240ms var(--ease);
}
details[open] summary::after {
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
details p { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border-light); font-size: 18px; color: var(--slate); line-height: 1.6; }
.faq-footer { text-align: center; margin-top: 24px; }

/* FINAL CTA */
.final-cta { background: var(--white); text-align: center; padding: 70px 0 64px; border-top: 1px solid var(--border-light); }
.final-cta h2 { color: var(--blue); margin-bottom: 12px; font-size: clamp(26px, 2.5vw, 36px); }
.final-cta > .container > p { color: var(--slate); font-size: 18px; margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto; }
.final-cta .btn { padding: 16px 40px; font-size: 18px; font-weight: 700; }
.final-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.final-trust { display: flex; justify-content: center; gap: 28px; margin-top: 28px; color: var(--green-dark); font-weight: 600; font-size: 18px; flex-wrap: wrap; }
.final-trust span { display: flex; align-items: center; gap: 6px; }

/* FOOTER */
.site-footer { background: #1A2130; }
.footer-inner { padding: 64px 0 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Brand column */
.footer-col--brand {}
.footer-logo { display: inline-block; margin-bottom: 20px; }
.footer-logo img { height: 44px; width: auto; display: block; }
.footer-tagline { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.65; margin: 0 0 20px; max-width: 280px; }
.footer-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-chips span {
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 5px 12px;
}
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  transition: color 200ms, background 200ms, border-color 200ms;
}
.footer-social a:hover { color: #fff; background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.25); }

/* Nav columns */
.footer-col-title {
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 15px; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 160ms; }
.footer-links a:hover { color: var(--green); }

/* CTA column */
.footer-cta-text { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0 0 20px; }
.footer-cta-btn {
  display: inline-flex; align-items: center;
  background: var(--green); color: #fff;
  border: none; border-radius: var(--radius);
  padding: 12px 20px; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: background 160ms;
}
.footer-cta-btn:hover { background: var(--green-dark); color: #fff; }

/* Bottom bar */
.footer-bottom {
  display: flex; align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  padding: 20px 0 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 160ms; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-col--brand { grid-column: 1 / -1; }
  .footer-tagline { max-width: 100%; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Skip to content */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 24px;
  z-index: 9999;
  background: var(--blue);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 0 0 var(--radius) var(--radius);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: top 0.15s;
}
.skip-to-content:focus { top: 0; }

/* Search form */
.search-form { display: flex; gap: 12px; max-width: 520px; }
.search-input {
  flex: 1;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  transition: border-color 150ms var(--ease);
}
.search-input:focus { outline: none; border-color: var(--blue); }
@media (max-width: 560px) {
  .search-form { flex-direction: column; }
  .search-form .btn { width: 100%; justify-content: center; }
}

/* Focus */
a:focus-visible, button:focus-visible, details summary:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ============================================================
   WEBSITE DESIGN SERVICE PAGE — page-website.php
   ============================================================ */

/* Breadcrumb */
.breadcrumb { font-size: 14px; color: var(--slate-light); margin-bottom: 14px; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.breadcrumb a { color: var(--slate); font-weight: 500; }
.breadcrumb a:hover { color: var(--blue); }
.sep { color: var(--border); margin: 0 2px; }

/* Split hero */
.split-hero {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, var(--white) 0%, var(--gray-soft) 100%);
  overflow: hidden;
}
.split-hero h1 { margin-top: 0; }
.split-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: center;
}
.split-hero-grid > div:first-child { display: flex; flex-direction: column; }
.split-hero .sub {
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 540px;
}
.split-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }

/* Trust chips — unified style matching homepage hero-trust */
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 15px;
  background: var(--blue-soft);
  border: 1px solid #DCE5F1;
  border-radius: 999px;
  color: var(--ink); font-size: 17px; font-weight: 500;
  line-height: 1;
}
.chip svg { color: var(--green); flex-shrink: 0; }
.chip strong { color: var(--blue); font-weight: 700; }

/* CSS browser mockup */
.hero-visual {
  background: white;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  font-size: 18px;
}
.browser-bar {
  background: #F1F5F9;
  border-bottom: 1px solid var(--border);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.browser-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
}
.browser-dot.r { background: #EF4444; }
.browser-dot.y { background: #F59E0B; }
.browser-dot.g { background: #22C55E; }
.browser-url {
  flex: 1;
  text-align: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 4px 12px;
  font-size: 13px;
  color: var(--slate);
  font-weight: 500;
}
.website-mock {
  padding: 24px;
  min-height: 320px;
  display: flex; flex-direction: column; gap: 16px;
  background: var(--gray-soft);
}
.mock-hero-block {
  background: var(--blue-soft);
  border-radius: 8px;
  padding: 16px;
}
.mock-hero-title {
  height: 14px; background: var(--blue); border-radius: 3px; width: 70%; margin-bottom: 8px;
}
.mock-hero-sub {
  height: 8px; background: var(--slate); border-radius: 3px; width: 90%; opacity: 0.5; margin-bottom: 4px;
}
.mock-hero-cta {
  height: 24px; background: var(--green); border-radius: 4px; width: 100px; margin-top: 10px;
}
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-card {
  background: white; border-radius: 6px;
  padding: 10px; border: 1px solid var(--border);
  min-height: 60px;
  display: flex; flex-direction: column; gap: 4px;
}
.mock-card-line { height: 6px; background: var(--slate); border-radius: 2px; opacity: 0.4; margin-bottom: 4px; }
.mock-card-line.short { width: 60%; }
.mock-bottom { display: flex; gap: 10px; }
.mock-row { flex: 1; height: 30px; background: var(--gray-bg); border-radius: 4px; }

/* Features grid (2-col) */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.feature {
  background: white;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-xs);
  transition: all 240ms var(--ease);
}
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue-soft); }
.feature-icon {
  width: 48px; height: 48px;
  background: var(--blue-soft); color: var(--blue);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  transition: all 240ms var(--ease);
}
.feature:hover .feature-icon { background: var(--green-soft); color: var(--green); transform: scale(1.06); }
.feature h3 { font-size: 20px; margin-bottom: 8px; }
.feature p { font-size: 18px; line-height: 1.6; }

/* Plan inclusion table */
.plan-include {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-xs);
  max-width: 860px;
  margin: 40px auto 0;
}
.plan-include h3 { margin-top: 0; color: var(--blue); }
.plan-include p { font-size: 18px; color: var(--slate); line-height: 1.6; }
.plan-tier-row {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}
.plan-tier-row:last-child { border-bottom: none; }
.plan-tier-row strong { min-width: 80px; color: var(--blue); font-weight: 700; font-size: 18px; }
.plan-tier-row .what { flex: 1; color: var(--ink); font-size: 18px; }
.plan-tier-row .price { min-width: 90px; text-align: right; font-weight: 700; color: var(--green-dark); font-size: 18px; }

/* Industries sample (service page) */
.industries-sample {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.industry-sample-tile {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 6px;
  padding: 24px 14px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--ink);
  transition: all 240ms var(--ease);
}
.industry-sample-tile:hover { transform: translateY(-3px); border-color: var(--green); box-shadow: var(--shadow-md); }
.industry-sample-tile strong { font-size: 18px; color: var(--blue); font-weight: 700; display: block; }
.industry-sample-tile small { font-size: 18px; color: var(--slate); display: block; line-height: 1.4; }

/* Plan banner (web-design page) */
.plan-banner {
  background: linear-gradient(135deg, var(--blue-soft) 0%, white 100%);
  border: 1px solid #DCE5F1;
  border-left: 4px solid var(--blue);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  max-width: 860px;
  margin: 40px auto 0;
  display: flex; flex-direction: column; gap: 14px;
}
.plan-banner h3 { margin: 0; color: var(--blue); }
.plan-banner p { font-size: 18px; color: var(--ink); line-height: 1.65; margin: 0; }

/* Industries CTA below sample grid */
.industries-sample-note { text-align: center; margin-top: 28px; }

/* Related services footer strip */
.related-services {
  background: var(--blue-soft);
  padding: 52px 0 56px;
  border-top: 1px solid #DCE5F1;
}
.related-services h3 { text-align: center; color: var(--blue); margin-top: 0; margin-bottom: 28px; font-size: clamp(20px, 1vw, 24px); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.related-card {
  display: flex; flex-direction: column; gap: 6px;
  padding: 22px 20px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--ink);
  transition: all 240ms var(--ease);
  box-shadow: var(--shadow-xs);
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue); }
.related-card strong { font-size: 18px; color: var(--blue); font-weight: 700; }
.related-card span { font-size: 18px; color: var(--slate); line-height: 1.5; }

/* ============================================================
   GBP PAGE
   ============================================================ */

/* Stat cards (Why This Matters) */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.stat-card {
  background: var(--blue-soft);
  border: 1px solid #DCE5F1;
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
}
.stat-num {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: clamp(44px, 5vw, 60px);
  color: var(--blue);
  line-height: 1;
  margin-bottom: 10px;
}
.stat-label {
  font-weight: 700;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 6px;
}
.stat-source {
  font-size: 15px;
  color: var(--slate);
}

/* Features grid — 4-col variant */
.features-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.features-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* GBP hero mockup panel */
.gbp-panel {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: white;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  min-height: 360px;
}
.gbp-mock-header {
  display: flex;
  gap: 14px;
  align-items: stretch;
}
.gbp-mock-logo {
  width: 56px;
  align-self: stretch;
  background: var(--blue);
  color: white;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 22px;
  flex-shrink: 0;
}
.gbp-mock-name {
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 3px;
}
.gbp-mock-cat {
  font-size: 18px;
  color: var(--slate);
}
.gbp-mock-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gbp-mock-stars {
  color: var(--star);
  font-size: 18px;
  font-weight: 700;
}
.gbp-mock-count {
  color: var(--slate);
  font-size: 18px;
}
.gbp-mock-actions {
  display: flex;
  gap: 8px;
}
.gbp-mock-btn {
  flex: 1;
  padding: 9px 8px;
  border: 1.5px solid var(--blue);
  border-radius: var(--radius);
  color: var(--blue);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  background: white;
  white-space: nowrap;
}
.gbp-mock-list {
  border-top: 1px solid var(--border-light);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 18px;
  color: var(--slate);
}
.gbp-mock-list div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gbp-check {
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================ */
/* SOCIAL MEDIA PANEL */
.social-panel { padding: 28px 24px; display: flex; flex-direction: column; gap: 0; font-size: 18px; }
.social-ig-header { display: flex; gap: 12px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--border-light); margin-bottom: 16px; }
.social-ig-avatar { width: 48px; height: 48px; background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 800; font-size: 16px; flex-shrink: 0; font-family: "Mulish", sans-serif; }
.social-ig-profile { display: flex; flex-direction: column; gap: 4px; }
.social-ig-handle { font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.2; }
.social-ig-stats-row { display: flex; gap: 12px; font-size: 14px; color: var(--slate); }
.social-ig-stats-row strong { color: var(--ink); }
.social-ig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 18px; border-radius: 8px; overflow: hidden; }
.social-ig-thumb { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; }
.social-ig-schedule { border-top: 1px solid var(--border-light); padding-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.social-ig-schedule div { display: flex; gap: 10px; align-items: center; color: var(--slate); }
.social-ig-schedule .gbp-check { color: var(--green); font-weight: 700; }

/* ============================================================ */
/* VIDEO CONTENT PANEL */
.video-panel { padding: 24px 20px; background: white; border-radius: 14px; box-shadow: var(--shadow-lg); border: 1px solid var(--border); overflow: visible; }
.video-frame { background: var(--ink); border-radius: 16px; aspect-ratio: 16/9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; position: relative; overflow: hidden; margin-bottom: 16px; }
.video-frame::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--blue) 0%, var(--ink) 100%); opacity: 0.9; }
.video-play-btn { width: 76px; height: 76px; background: rgba(255,255,255,0.95); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; box-shadow: 0 6px 28px rgba(0,0,0,0.35); flex-shrink: 0; }
.video-play-btn::after { content: ''; border-left: 26px solid var(--blue); border-top: 16px solid transparent; border-bottom: 16px solid transparent; margin-left: 6px; }
.video-frame-label { position: relative; z-index: 1; color: rgba(255,255,255,0.9); font-size: 18px; font-weight: 600; text-align: center; letter-spacing: 0.01em; }
.video-meta { display: flex; gap: 12px; }
.video-meta-item { flex: 1; background: var(--gray-bg); border-radius: 12px; padding: 18px 12px; text-align: center; }
.video-meta-item .num { font-family: "Mulish", sans-serif; font-weight: 800; font-size: 30px; color: var(--blue); line-height: 1; margin-bottom: 6px; }
.video-meta-item .lbl { font-size: 15px; color: var(--slate); line-height: 1.4; }

/* VIDEO PLAN TABLE */
.video-plan-table-wrap { overflow-x: auto; margin: 24px 0 32px; border-radius: 10px; border: 1px solid var(--border); -webkit-overflow-scrolling: touch; }
.video-plan-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 18px; }
.video-plan-table th { background: rgba(5,75,150,0.07); color: var(--blue); padding: 16px 24px; text-align: left; font-family: "Mulish", sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.02em; border-bottom: 1px solid var(--border); white-space: nowrap; }
.video-plan-table td { padding: 16px 24px; color: var(--ink); border-top: 1px solid var(--border-light); font-size: 18px; line-height: 1.5; }
.video-plan-table th:first-child,
.video-plan-table td:first-child { width: 26%; }
.video-plan-table th:nth-child(2),
.video-plan-table td:nth-child(2) { width: 18%; white-space: nowrap; }
.video-plan-table th:nth-child(3),
.video-plan-table td:nth-child(3) { width: 26%; }
.video-plan-table th:nth-child(4),
.video-plan-table td:nth-child(4) { width: 30%; }
.video-plan-table tbody tr:first-child td { border-top: none; }
.video-plan-table .no-video { color: var(--slate); opacity: 0.5; }
.video-plan-table .table-row-top td { background: var(--green-soft); }
.badge-popular { display: inline-block; background: var(--green); color: var(--white); font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px; margin-left: 7px; vertical-align: middle; font-family: "DM Sans", sans-serif; }

/* ============================================================ */

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-hero { padding: 60px 0 80px; background: linear-gradient(180deg, var(--white) 0%, var(--gray-soft) 100%); }
.contact-hero .eyebrow { margin-bottom: 16px; }
.contact-hero h1 { margin-top: 0; margin-bottom: 16px; }
.contact-hero .sub { font-size: clamp(18px, 1.2vw, 21px); font-weight: 500; color: var(--ink); margin: 0; line-height: 1.6; }
.contact-hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; margin-top: 20px; }
.contact-hero-bottom .sub { flex: 1; min-width: 260px; max-width: 520px; }
@media (max-width: 700px) { .contact-hero-bottom { flex-direction: column; align-items: flex-start; } }

.contact-main { padding: 64px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 52px; align-items: start; }

/* Form card */
.form-card { background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); }
.form-card h2 { font-size: clamp(20px, 1.4vw, 24px); margin-bottom: 6px; }
.form-sub { font-size: 17px; color: var(--slate); margin-bottom: 28px; }
.form-sub a { color: var(--blue); font-weight: 600; text-decoration: none; }
.form-sub a:hover { text-decoration: underline; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 15px; color: var(--ink); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-family: "DM Sans", sans-serif; font-size: 17px; color: var(--ink); background: var(--white); transition: border-color 0.2s; outline: none; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(5,75,150,0.08); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { width: 100%; padding: 16px; background: var(--green); color: var(--white); border: none; border-radius: var(--radius); font-family: "Mulish", sans-serif; font-weight: 800; font-size: 18px; cursor: pointer; transition: background 0.2s; margin-top: 8px; }
.form-submit:hover { background: var(--green-dark); }
.form-note { font-size: 15px; color: var(--slate); text-align: center; margin: 10px 0 0; }

/* Sidebar */
.contact-sidebar { display: flex; flex-direction: column; gap: 20px; }
.info-card { background: var(--gray-bg); border-radius: var(--radius-lg); padding: 28px; }
.info-card h3 { font-size: 18px; margin-bottom: 16px; }
.info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.info-item:last-child { margin-bottom: 0; }
.info-icon { width: 40px; height: 40px; background: var(--blue-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.info-label { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 2px; }
.info-value { font-size: 16px; color: var(--slate); margin: 0; line-height: 1.5; }
.info-value a { color: var(--blue); text-decoration: none; font-weight: 600; }
.info-value a:hover { text-decoration: underline; }

.what-card { background: var(--blue); border-radius: var(--radius-lg); padding: 28px; }
.what-card h3 { color: var(--white); font-size: 18px; margin-bottom: 16px; }
.what-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.what-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.what-list li::before { content: '\2713'; color: var(--green-soft); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

.hours-card { background: var(--green-soft); border: 1px solid rgba(50,140,30,0.15); border-radius: var(--radius-lg); padding: 24px; }
.hours-card h3 { font-size: 17px; margin-bottom: 12px; color: var(--ink); }
.hours-row { display: flex; justify-content: space-between; font-size: 15px; padding: 7px 0; border-bottom: 1px solid rgba(50,140,30,0.12); color: var(--slate); }
.hours-row:last-child { border-bottom: none; }
.hours-row strong { color: var(--ink); font-weight: 600; }

/* Trust strip */
.contact-trust { padding: 48px 0; background: var(--gray-bg); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.contact-trust-inner { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; }
.contact-trust-item { text-align: center; }
.contact-trust-num { font-family: "Mulish", sans-serif; font-weight: 800; font-size: clamp(28px, 3vw, 40px); color: var(--blue); line-height: 1; margin-bottom: 6px; }
.contact-trust-lbl { font-size: 15px; color: var(--slate); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */

.section-sub { font-size: 18px; color: var(--slate); margin-top: 8px; }

/* Belief grid — What We Believe section */
.belief-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.belief-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: box-shadow 200ms var(--ease), transform 200ms var(--ease);
}
.belief-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.belief-num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-family: "Mulish", "DM Sans", sans-serif;
  font-size: 16px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.belief-card h3 { font-size: 18px; font-weight: 700; color: var(--ink); margin: 0 0 10px; line-height: 1.3; }
.belief-card p { font-size: 18px; color: var(--slate); margin: 0; line-height: 1.65; }

.about-why { background: var(--blue); padding: 88px 0; text-align: center; }
.about-why .eyebrow::before { background: rgba(255,255,255,0.7); }
.about-why-inner { max-width: 760px; margin: 0 auto; }
.about-why h2 { color: var(--white); margin-bottom: 20px; }
.about-why p { font-size: clamp(18px, 1.2vw, 20px); color: rgba(255,255,255,0.8); line-height: 1.75; margin: 0 0 56px; }

.about-why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 48px;
}
.about-why-stat { padding: 0 24px; position: relative; }
.about-why-stat:not(:last-child)::after {
  content: '';
  position: absolute; top: 10%; right: 0;
  width: 1px; height: 80%;
  background: rgba(255,255,255,0.15);
}
.about-why-stat-num {
  font-family: "Mulish", "DM Sans", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
}
.about-why-stat-label {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

@media (max-width: 640px) {
  .about-why-stats { grid-template-columns: 1fr; gap: 32px; }
  .about-why-stat:not(:last-child)::after { display: none; }
  .about-why-stat { padding: 0; }
}

@media (max-width: 960px) {
  .belief-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .belief-grid { grid-template-columns: 1fr; }
}

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms var(--ease), border-color 200ms var(--ease), transform 200ms var(--ease);
}
.service-card:hover {
  box-shadow: 0 16px 48px rgba(5,75,150,0.1);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.service-card-icon {
  width: 52px; height: 52px;
  background: var(--blue-soft); color: var(--blue);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; flex-shrink: 0;
}
.service-card h3 { font-size: 20px; color: var(--ink); margin: 0 0 10px; }
.service-card .desc { font-size: 18px; color: var(--slate); margin: 0 0 20px; line-height: 1.65; flex: 1; }
.service-features {
  list-style: none; margin: 0 0 24px; padding: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.service-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 18px; color: var(--slate); }
.service-features li::before { content: '\2713'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.service-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 15px; color: var(--blue);
  text-decoration: none; margin-top: auto;
}
.service-link svg { transition: transform 200ms var(--ease); }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* Featured service card (blue — used for GBP) */
.service-card.featured { background: var(--blue); border-color: var(--blue); }
.service-card.featured:hover { border-color: var(--blue-dark); box-shadow: 0 16px 48px rgba(5,75,150,0.25); }
.service-card.featured .service-card-icon { background: rgba(255,255,255,0.15); color: var(--white); }
.service-card.featured h3 { color: var(--white); }
.service-card.featured .desc { color: rgba(255,255,255,0.8); }
.service-card.featured .service-features li { color: rgba(255,255,255,0.85); }
.service-card.featured .service-features li::before { color: #7FD96B; }
.service-card.featured .service-link { color: var(--white); }

/* Plan banner split — blue box with text left, buttons right */
.plan-banner-split {
  background: var(--blue);
  border-radius: var(--radius-lg);
  padding: 56px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.plan-banner-split h2 { color: var(--white); margin-bottom: 12px; font-size: clamp(1.5rem, 2.5vw, 2rem); }
.plan-banner-split > div:first-child p { color: rgba(255,255,255,0.8); margin: 0; font-size: 18px; }
.plan-banner-split-ctas { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.btn-white { background: var(--white); color: var(--blue); border: 2px solid var(--white); text-decoration: none; }
.btn-white:hover { background: var(--blue-soft); border-color: var(--blue-soft); color: var(--blue-dark); }
.btn-ghost-white { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.4); text-decoration: none; }
.btn-ghost-white:hover { border-color: var(--white); color: var(--white); }

@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr; }
  .plan-banner-split { padding: 40px 32px; flex-direction: column; text-align: center; }
  .plan-banner-split-ctas { width: 100%; align-items: center; }
}
@media (max-width: 600px) {
  .service-card { padding: 24px 20px; }
}

/* ============================================================
   BOOK INTRO CALL PAGE
   ============================================================ */

.book-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }

/* Calendar placeholder */
.cal-placeholder { border: 2px dashed var(--border); border-radius: var(--radius-lg); min-height: 520px; display: flex; align-items: center; justify-content: center; background: var(--gray-bg); }
.cal-placeholder-inner { text-align: center; color: var(--slate); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.cal-placeholder-inner svg { color: var(--blue); opacity: 0.4; }
.cal-placeholder-inner p { font-size: 18px; font-weight: 600; color: var(--slate); margin: 0; }
.cal-placeholder-inner small { font-size: 15px; color: var(--slate); opacity: 0.7; }

/* Sidebar */
.book-sidebar { display: flex; flex-direction: column; gap: 28px; }
.book-expect h2 { font-size: clamp(20px, 1.4vw, 26px); margin-bottom: 24px; }
.what-expect-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.what-expect-list li { display: flex; gap: 16px; align-items: flex-start; }
.expect-num { width: 32px; height: 32px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "Mulish", sans-serif; font-weight: 800; font-size: 15px; flex-shrink: 0; margin-top: 2px; }
.what-expect-list strong { font-size: 18px; color: var(--ink); font-weight: 700; display: block; margin-bottom: 4px; }
.what-expect-list p { font-size: 16px; color: var(--slate); margin: 0; line-height: 1.5; }

.book-note { display: flex; gap: 12px; align-items: flex-start; background: var(--blue-soft); border: 1px solid #DCE5F1; border-radius: var(--radius-lg); padding: 20px; }
.book-note svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.book-note p { font-size: 16px; color: var(--ink); margin: 0; line-height: 1.6; }

@media (max-width: 960px) {
  .book-grid { grid-template-columns: 1fr; }
}

/* ============================================================ */

/* Phone number scrape protection */
.ph::before { content: attr(data-a) attr(data-b) attr(data-c); color: var(--blue); font-weight: 600; }

/* ============================================================ */

/* Tablet — hero illustration scale-down (1024–1160px range) */
@media (max-width: 1160px) {
  .hero { padding: 80px 0; }
  .hero-illustration { width: 120%; margin-left: calc(-10% - 10px); }
}

@media (max-width: 960px) {
  .hero { padding: 48px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 0; }
  .hero-scene { height: 320px; overflow: hidden; }
  .scene-laptop { width: 260px; }
  .hero-illustration { width: 100%; margin-left: 0; }
  .solution-row { grid-template-columns: repeat(2, 1fr); padding: 24px; }
  .solution-item:not(:last-child)::after { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .plan.popular { transform: none; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-options { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .features-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .features-grid--3 { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
  .video-plan-table { font-size: 16px; }
  .video-plan-table th,
  .video-plan-table td { padding: 13px 16px; font-size: 16px; }
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: var(--white);
    padding: 14px 32px 20px;
    gap: 14px;
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-md);
    z-index: 99;
  }
  .menu-toggle:checked ~ .nav-links { display: flex; }
  .nav-links a:not(.btn) { padding: 8px 0; border-bottom: 1px solid var(--border-light); }
  .nav-links .btn { width: 100%; margin-top: 4px; }
  /* Dropdown flat on mobile */
  .nav-dropdown-wrap { flex-direction: column; align-items: stretch; width: 100%; }
  .nav-dropdown-wrap .has-dropdown { padding: 8px 0; border-bottom: 1px solid var(--border-light); }
  .nav-dropdown {
    position: static;
    opacity: 1; visibility: visible;
    transform: none;
    box-shadow: none; border: none;
    padding: 0 0 0 16px;
    border-left: 2px solid var(--border-light);
    margin: 4px 0 8px;
    border-radius: 0;
  }
  .nav-dropdown::before { display: none; }
  .nav-dropdown a { padding: 8px 0; border-bottom: 1px solid var(--border-light); border-radius: 0; }
  .nav-dropdown a:hover { background: none; }
  .nav-dd-icon { display: none; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; font-size: 16px; }
  .hero-ctas .btn-outline svg { display: none; }
  section.std { padding: 54px 0; }

  /* Website page responsive */
  .split-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 100%; margin: 0; }
  .split-hero-ctas { flex-direction: column; }
  .split-hero-ctas .btn { width: 100%; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid--4 { grid-template-columns: 1fr; }
  .features-grid--3 { grid-template-columns: 1fr; max-width: 100%; }
  .video-plan-table th,
  .video-plan-table td { padding: 11px 12px; font-size: 15px; }
  .industries-sample { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-trust-inner { gap: 32px; }
  .form-card { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-tier-row { flex-wrap: wrap; gap: 6px; }
  .plan-tier-row .price { min-width: auto; text-align: left; }
  .compare-table { overflow-x: auto; border-radius: 0; }

  /* GBP panel buttons — fit 3 buttons in reduced space */
  .gbp-panel { padding: 20px; }
  .gbp-mock-btn { font-size: 13px; padding: 8px 6px; }
  .gbp-mock-actions { gap: 6px; }

  /* Blog/single post sidebar stacking */
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .blog-sidebar-cta { grid-column: 1 / -1; }

  /* Book banner — stack on mobile */
  .book-banner-inner { flex-direction: column; align-items: stretch; padding: 24px 20px; gap: 16px; }
  .book-banner-text { min-width: 0; }
  .book-banner-cta { width: 100%; text-align: center; justify-content: center; }
}

@media (max-width: 560px) {
  .industries-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .solution-row,
  .solution-row--3,
  .solution-row--4 { grid-template-columns: 1fr; }
  .features-grid--4,
  .features-grid--3,
  .features-grid { grid-template-columns: 1fr; }
  .problem-symptoms { grid-template-columns: 1fr; }
  .problem-symptoms li:last-child { grid-column: auto; }
  .hero-scene { height: 260px; }
  .hero-trust span { font-size: 15px; padding: 8px 12px; }

  /* Single column blog sidebar on very small screens */
  .blog-sidebar { grid-template-columns: 1fr; }
  /* Single post sidebar single column */
  .single-post-layout .blog-sidebar { grid-template-columns: 1fr; }
  /* Hide calendar icon and arrow in CTA buttons — text only on mobile */
  .btn > svg { display: none; }
}

/* ============================================================
   LEGAL PAGES — Privacy / Terms / Cancellation
   ============================================================ */
.legal-content {
  padding: 64px 0 96px;
}
.legal-content .wp-block-post-title { text-align: left; margin-top: 0; }
.legal-content ul, .legal-content ol { padding-left: 28px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a { text-decoration: underline; }
.legal-content hr { border: none; border-top: 1px solid var(--border); margin: 48px 0; }

/* ============================================================
   BLOG LISTING PAGE
   ============================================================ */

/* Hero */
.blog-hero { padding: 56px 0 64px; background: linear-gradient(180deg, var(--blue-soft) 0%, var(--white) 100%); }
.blog-hero h1 { margin-bottom: 16px; margin-top: 12px; }
.blog-hero-lead { font-size: 18px; color: var(--slate); max-width: 580px; margin: 0; }

/* Categories bar */
.categories-bar { padding: 24px 0; border-bottom: 1px solid var(--border-light); background: var(--white); }
.categories-bar .container { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cat-label { font-size: 15px; font-weight: 700; color: var(--slate); margin-right: 4px; }
.cat-pill { display: inline-block; padding: 6px 16px; border-radius: 999px; font-size: 15px; font-weight: 600; text-decoration: none; border: 1px solid var(--border); color: var(--slate); background: var(--white); transition: all 150ms var(--ease); }
.cat-pill:hover { border-color: var(--blue); color: var(--blue); }
.cat-pill.active { background: var(--blue); border-color: var(--blue); color: var(--white); }

/* Blog layout */
.blog-main { padding: 64px 0 96px; }
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 56px; align-items: start; }
.blog-layout > * { min-width: 0; }

/* Featured post */
.featured-post { margin-bottom: 48px; }
.post-card-featured { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 200ms var(--ease); }
.post-card-featured:hover { box-shadow: 0 16px 48px rgba(5,75,150,0.1); }
.post-card-featured .post-img { background: var(--blue-soft); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.post-card-featured .post-img img { width: 100%; height: 100%; object-fit: cover; }
.post-img-placeholder { color: var(--blue); opacity: 0.3; }
.post-card-featured .post-body { padding: 36px; display: flex; flex-direction: column; gap: 12px; }
.featured-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--slate); }
.post-card-featured h2 { font-size: clamp(20px, 1.8vw, 26px); margin: 0; color: var(--blue); }
.post-excerpt { color: var(--slate); font-size: 18px; margin: 0; line-height: 1.6; }
.post-meta { display: flex; gap: 14px; font-size: 15px; color: var(--slate); align-items: center; flex-wrap: wrap; margin-top: auto; }
.read-time { display: flex; align-items: center; gap: 4px; }
.read-more-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 16px; color: var(--blue); text-decoration: none; margin-top: 4px; }
.read-more-link svg { transition: transform 200ms var(--ease); }
.post-card-featured:hover .read-more-link svg { transform: translateX(4px); }

/* Post badge */
.post-badge { display: inline-block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 4px 10px; border-radius: 6px; background: var(--blue-soft); color: var(--blue); text-decoration: none; width: fit-content; }
.post-badge--green { background: var(--green-soft); color: var(--green); }

/* Post grid */
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: box-shadow 200ms var(--ease), border-color 200ms var(--ease); }
.post-card:hover { box-shadow: 0 8px 32px rgba(5,75,150,0.09); border-color: rgba(5,75,150,0.2); }
.post-card-img { background: var(--gray-bg); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; }
.post-card-img-placeholder { color: var(--slate); opacity: 0.25; }
.post-card-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-card h3 { font-size: 18px; margin: 0; color: var(--blue); line-height: 1.35; }
.post-card .post-excerpt { color: var(--slate); font-size: 16px; margin: 0; flex: 1; }
.post-card .post-meta { font-size: 14px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border-light); }

/* Pagination */
.blog-pagination { display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 48px; }
.page-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 8px; font-weight: 600; font-size: 16px; text-decoration: none; color: var(--ink); transition: all 150ms var(--ease); }
.page-btn:hover { border-color: var(--blue); color: var(--blue); }
.page-btn--active { background: var(--blue); border-color: var(--blue); color: var(--white) !important; }
.page-btn--nav { width: auto; padding: 0 16px; gap: 6px; }

/* Sidebar */
.blog-sidebar { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 88px; font-size: 18px; }
.blog-sidebar-cta { background: var(--blue); border-radius: var(--radius-lg); padding: 28px; text-align: center; }
.blog-sidebar-cta h4 { color: var(--white); margin: 0 0 10px; font-size: 18px; }
.blog-sidebar-cta p { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 20px; }
.blog-sidebar-card { background: var(--gray-bg); border-radius: var(--radius-lg); padding: 28px; }
.blog-sidebar-card h4 { font-size: 16px; font-weight: 700; margin: 0 0 16px; color: var(--ink); }
.sidebar-cats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.sidebar-cats li a { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: var(--slate); font-size: 16px; font-weight: 500; transition: all 150ms var(--ease); }
.sidebar-cats li a:hover { background: var(--white); color: var(--blue); }
.cat-count { font-size: 13px; color: var(--slate); opacity: 0.7; }
.sidebar-posts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.sidebar-posts li a { display: flex; flex-direction: column; gap: 4px; text-decoration: none; color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.4; transition: color 150ms var(--ease); }
.sidebar-posts li a:hover { color: var(--blue); }
.sp-meta { font-size: 13px; color: var(--slate); font-weight: 400; }

/* Blog responsive */
@media (max-width: 960px) {
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .blog-sidebar-cta { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .post-card-featured { grid-template-columns: 1fr; }
  .post-card-featured .post-img { min-height: 200px; }
  .post-grid { grid-template-columns: 1fr; }
  .blog-sidebar { grid-template-columns: 1fr; }
}

/* ============================================================
   SINGLE BLOG POST
   ============================================================ */
.single-post-header { background: linear-gradient(180deg, var(--blue-soft) 0%, var(--white) 100%); padding: 48px 0 40px; }
.single-post-header h1,
.single-post-header .wp-block-post-title { margin-top: 12px; margin-bottom: 16px; }
.single-post-header .wp-block-post-terms { margin: 0 0 4px; }
.single-post-meta { display: flex; align-items: center; gap: 10px; font-size: 16px; color: var(--slate); flex-wrap: wrap; }
.single-post-meta .wp-block-post-date,
.single-post-meta .wp-block-post-author { margin: 0; display: flex; align-items: center; }
.single-post-meta .wp-block-post-author__content { margin: 0; }
.single-post-meta .wp-block-post-author__name { margin: 0; font-weight: 400; }
.sep-dot { color: var(--border); }

.single-post-hero-img { width: 100%; margin-bottom: 32px; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; }
.single-post-hero-img img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; }

.single-post-layout { display: grid !important; grid-template-columns: 1fr 320px !important; gap: 56px; align-items: start; padding: 0 0 96px; flex-wrap: unset !important; }
.single-post-layout > .wp-block-column { min-width: 0 !important; flex-basis: unset !important; flex-grow: unset !important; width: auto !important; }

.single-post-content { min-width: 0; }
.single-post-content p { font-size: 18px; line-height: 1.8; color: var(--ink); margin-bottom: 24px; }
.single-post-content h2 { margin-top: 48px; margin-bottom: 16px; }
.single-post-content h3 { margin-top: 36px; margin-bottom: 12px; }
.single-post-content ul, .single-post-content ol { font-size: 18px; line-height: 1.8; color: var(--ink); padding-left: 28px; margin-bottom: 24px; }
.single-post-content li { margin-bottom: 8px; }
.single-post-content a { color: var(--blue); text-decoration: underline; }
.single-post-content blockquote { border-left: 4px solid var(--blue); margin: 32px 0; padding: 16px 24px; background: var(--blue-soft); border-radius: 0 var(--radius) var(--radius) 0; }
.single-post-content blockquote p { color: var(--blue); font-size: 18px; font-weight: 600; margin: 0; }
.single-post-content img { border-radius: var(--radius); max-width: 100%; height: auto; margin: 24px 0; }
.single-post-content hr { border: none; border-top: 1px solid var(--border); margin: 48px 0; }

.single-post-nav { display: flex; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--border); }
.post-nav-link { display: flex; flex-direction: column; gap: 6px; text-decoration: none; max-width: 45%; }
.post-nav-link--next { text-align: right; margin-left: auto; }
.post-nav-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--slate); }
.post-nav-title { font-size: 16px; font-weight: 700; color: var(--blue); line-height: 1.4; }
.post-nav-link:hover .post-nav-title { text-decoration: underline; }

@media (max-width: 960px) {
  .single-post-layout { grid-template-columns: 1fr !important; }
  .single-post-layout .blog-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }
  .single-post-layout .blog-sidebar-cta { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .single-post-layout .blog-sidebar { grid-template-columns: 1fr; }
  .single-post-nav { flex-direction: column; }
  .post-nav-link--next { text-align: left; margin-left: 0; }
}
</content>
</invoke>