/* Saratoga Digital Marketing Hub — site.css */
/* Extracted from homepage-mockup.html v2 (approved 2026-04-18) */
/* P1 Foundation: shared across all 58 pages. Do not add page-specific styles here. */

  :root {
    --blue: #1e5eb3;
    --blue-dark: #164a8a;
    --green: #3f6b3a;
    --green-accent: #27ae60;
    --gold: #cc9f6b;
    --gold-dark: #a67f4f;
    --orange: #fe9c24;
    --orange-dark: #e08612;
    --bg: #0a0f1a;
    --bg-deep: #06080d;
    --bg-elev: #0f1629;
    --bg-elev-2: #141d35;
    --text: #f0f2f5;
    --text-muted: rgba(240, 242, 245, 0.65);
    --text-dim: rgba(240, 242, 245, 0.4);
    --glass-bg: rgba(255, 255, 255, 0.04);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-border-hover: rgba(204, 159, 107, 0.35);
    --light-bg: #ffffff;
    --light-bg-soft: #f7f5f0;
    --light-text: #21180f;
    --light-text-muted: #5a5046;
    --light-border: rgba(33, 24, 15, 0.1);
    --light-border-hover: rgba(204, 159, 107, 0.55);
    --font-display: 'Jost', system-ui, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --container: 1180px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.6; }
  a { color: inherit; text-decoration: none; }
  .container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

  /* ========== NAV ========== */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; background: var(--bg); border-bottom: 1px solid var(--glass-border); }
  .nav-logo { display: inline-flex; align-items: center; }
  .nav-logo img { height: 38px; width: auto; display: block; }
  /* Nav is always solid blue; only the on-dark logo is ever used. */
  .nav-logo .logo-on-light { display: none; }
  .nav-links { list-style: none; display: flex; gap: 32px; align-items: center; }
  .nav-links a { font-size: 14px; font-weight: 500; color: var(--text-muted); transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-cta { display: inline-block; padding: 10px 22px; background: var(--orange); color: #fff; font-weight: 600; font-size: 14px; border-radius: 8px; transition: background 0.2s, transform 0.2s; }
  .nav-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
  .nav-right { display: flex; align-items: center; gap: 28px; }
  .nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 4px; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

  /* ========== HERO (homepage — white split layout) ========== */
  .hero { position: relative; background: var(--light-bg); padding: 128px 32px 80px; overflow: hidden; border-bottom: 1px solid var(--light-border); }
  .hero-inner { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
  .hero-copy { max-width: 580px; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 100px; background: rgba(63, 107, 58, 0.08); border: 1px solid rgba(63, 107, 58, 0.25); color: var(--green); font-size: 12px; font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; margin-bottom: 22px; }
  .hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(63,107,58,0.4); }
  .hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 5.4vw, 58px); line-height: 1.05; letter-spacing: -1.4px; color: var(--light-text); margin-bottom: 22px; }
  .hero h1 .accent { background: linear-gradient(135deg, var(--green) 0%, var(--gold) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .hero-sub { font-size: clamp(16px, 1.7vw, 18px); color: var(--light-text-muted); line-height: 1.6; margin-bottom: 28px; max-width: 560px; }
  .hero-bullets { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0 0 32px; padding: 0; }
  .hero-bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 15.5px; color: var(--light-text); font-weight: 500; line-height: 1.4; }
  .hero-bullets li::before { content: ''; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath d='M7.6 13.4L4.2 10l1.4-1.4 2 2 5-5 1.4 1.4z'/%3E%3C/svg%3E") center/16px no-repeat; }
  .hero-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
  .hero-image { position: relative; }
  .hero-image img { width: 100%; height: auto; display: block; border-radius: 18px; box-shadow: 0 24px 60px -18px rgba(33, 24, 15, 0.28), 0 2px 8px rgba(33, 24, 15, 0.08); }
  .hero-image::after { content: ''; position: absolute; inset: -14px; border: 1px solid var(--light-border); border-radius: 22px; pointer-events: none; z-index: -1; }
  .btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 32px; background: var(--orange); color: #fff; font-weight: 600; font-size: 16px; border-radius: 10px; transition: all 0.25s; box-shadow: 0 10px 30px rgba(254, 156, 36, 0.25); }
  .btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 38px rgba(254, 156, 36, 0.35); }
  .btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 16px 24px; color: var(--text); font-weight: 500; font-size: 15px; border-radius: 10px; border: 1px solid var(--glass-border); background: var(--glass-bg); transition: border-color 0.2s; }
  .btn-secondary:hover { border-color: var(--glass-border-hover); }
  .hero .btn-secondary { color: var(--light-text); border-color: var(--light-border); background: var(--light-bg); }
  .hero .btn-secondary:hover { border-color: var(--light-border-hover); background: var(--light-bg-soft); }

  /* ========== DUAL POSITIONING STRIP ========== */
  .dual-strip { padding: 80px 0; position: relative; background: var(--bg-elev); }
  .dual-head { text-align: center; margin-bottom: 48px; }
  .dual-head h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(26px, 3.5vw, 36px); letter-spacing: -0.5px; }
  .dual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .dual-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; padding: 36px; transition: border-color 0.25s, transform 0.25s; }
  .dual-card:hover { border-color: var(--glass-border-hover); transform: translateY(-3px); }
  .dual-card .label { display: inline-block; padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 20px; }
  .dual-card.marketing .label { background: rgba(30, 94, 179, 0.15); color: #6faaff; }
  .dual-card.ai .label { background: rgba(39, 174, 96, 0.15); color: #5ed894; }
  .dual-card.it .label { background: rgba(204, 159, 107, 0.15); color: var(--gold); }
  .dual-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; margin-bottom: 12px; }
  .dual-card p { color: var(--text-muted); font-size: 15px; }

  /* ========== SECTIONS (shared) ========== */
  section { padding: 100px 0; position: relative; }
  .section-head { text-align: center; margin-bottom: 60px; max-width: 720px; margin-left: auto; margin-right: auto; padding: 0 20px; }
  .section-head h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(32px, 4.5vw, 44px); letter-spacing: -1px; margin-bottom: 16px; }
  .section-head p { color: var(--text-muted); font-size: 18px; }

  /* ========== PLATFORMS ========== */
  .platforms { background: var(--bg-elev-2); }
  .platforms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .platform-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; padding: 32px; transition: all 0.3s; position: relative; overflow: hidden; }
  .platform-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity 0.3s; }
  .platform-card:hover { border-color: var(--glass-border-hover); transform: translateY(-4px); }
  .platform-card:hover::before { opacity: 1; }
  .platform-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .platform-icon.samantha { background: rgba(39, 174, 96, 0.12); color: var(--green); }
  .platform-icon.storage { background: rgba(30, 94, 179, 0.12); color: #6faaff; }
  .platform-icon.gbp { background: rgba(254, 156, 36, 0.12); color: var(--orange); }
  .platform-icon svg { width: 26px; height: 26px; }
  .platform-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; margin-bottom: 6px; }
  .platform-tagline { color: var(--gold); font-size: 13px; font-weight: 500; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
  .platform-card p { color: var(--text-muted); font-size: 15px; margin-bottom: 20px; }
  .platform-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--text); transition: color 0.2s; }
  .platform-link:hover { color: var(--gold); }
  .platform-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
  .platform-link:hover svg { transform: translateX(3px); }

  /* ========== HUBS GRID ========== */
  .hubs { background: linear-gradient(180deg, var(--bg-elev-2) 0%, var(--bg) 100%); }
  .hubs-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
  .hub-tile { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 28px; transition: all 0.3s; display: flex; flex-direction: column; min-height: 220px; flex: 0 1 calc((100% - 40px) / 3); }
  .hub-tile:hover { border-color: var(--glass-border-hover); transform: translateY(-3px); background: rgba(255,255,255,0.06); }
  .hub-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(30, 94, 179, 0.12); color: #6faaff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .hub-icon svg { width: 22px; height: 22px; }
  .hub-tile.ai .hub-icon { background: rgba(39, 174, 96, 0.12); color: var(--green); }
  .hub-tile.it .hub-icon { background: rgba(204, 159, 107, 0.12); color: var(--gold); }
  .hub-tile h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 10px; }
  .hub-tile p { color: var(--text-muted); font-size: 14.5px; flex: 1; margin-bottom: 16px; }
  .hub-tile a.hub-link { font-size: 13px; font-weight: 600; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; }

  /* ========== CTA ========== */
  .cta { background: var(--bg-deep); text-align: center; padding: 120px 0; }
  .cta h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px, 4.5vw, 46px); line-height: 1.15; letter-spacing: -1px; margin-bottom: 20px; max-width: 820px; margin-left: auto; margin-right: auto; }
  .cta p { color: var(--text-muted); font-size: 18px; max-width: 640px; margin: 0 auto 36px; }
  .cta-phone { margin-top: 20px; color: var(--text-muted); font-size: 14px; }
  .cta-phone a { color: var(--text); font-weight: 600; }

  /* ========== FOOTER ========== */
  footer { background: var(--bg-deep); border-top: 1px solid var(--glass-border); padding: 60px 0 40px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
  .footer-brand .logo { display: inline-block; margin-bottom: 14px; }
  .footer-brand .logo img { height: 44px; width: auto; display: block; }
  .footer-brand .tag { color: var(--text-muted); font-size: 14px; max-width: 280px; margin-bottom: 16px; }
  .footer-social { display: inline-flex; align-items: center; gap: 12px; margin-top: 4px; }
  .footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; background: var(--glass-bg); border: 1px solid var(--glass-border); color: var(--text-muted); transition: color 0.2s, border-color 0.2s, background 0.2s; }
  .footer-social a:hover { color: var(--gold); border-color: var(--glass-border-hover); background: rgba(204, 159, 107, 0.08); }
  .footer-social svg { width: 18px; height: 18px; }
  .footer-col h4 { font-family: var(--font-display); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: 0.8px; color: var(--text); margin-bottom: 16px; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a { font-size: 14px; color: var(--text-muted); transition: color 0.2s; }
  .footer-col a:hover { color: var(--gold); }
  .footer-col .addr { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
  .footer-bottom { border-top: 1px solid var(--glass-border); padding-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: var(--text-dim); flex-wrap: wrap; gap: 12px; }
  .footer-bottom a { color: var(--text-dim); margin-left: 16px; }
  .footer-bottom a:hover { color: var(--text-muted); }

  /* ========== MOBILE MENU OVERLAY ========== */
  .mobile-menu-overlay { position: fixed; inset: 0; background: rgba(6, 8, 13, 0.7); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 20px; }
  .mobile-menu-overlay.active { display: flex; }
  .mobile-menu-card { background: #ffffff; color: #1a1a2e; border-radius: 20px; padding: 36px 28px; max-width: 380px; width: 100%; position: relative; box-shadow: 0 25px 60px rgba(0,0,0,0.4); animation: slideIn 0.28s ease; }
  @keyframes slideIn { from { opacity: 0; transform: scale(0.96) translateY(8px); } to { opacity: 1; transform: scale(1) translateY(0); } }
  .mobile-menu-logo { display: block; margin-bottom: 24px; }
  .mobile-menu-logo img { height: 42px; width: auto; display: block; }
  .mobile-menu-card .m-link { display: block; font-size: 1rem; font-weight: 500; color: #1a1a2e; padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,0.06); transition: color 0.2s; }
  .mobile-menu-card .m-link:hover { color: var(--blue); }
  .mobile-menu-card .m-link:last-of-type { border-bottom: none; }
  .mobile-menu-cta { display: block; margin-top: 20px; padding: 14px 24px; background: var(--orange); color: #fff !important; font-weight: 600; font-size: 15px; border-radius: 10px; text-align: center; }
  .mobile-menu-cta:hover { background: var(--orange-dark); }
  .mobile-menu-close { position: absolute; top: 14px; right: 14px; background: none; border: none; font-size: 1.6rem; color: #666; cursor: pointer; line-height: 1; padding: 4px 10px; }
  .mobile-menu-close:hover { color: #111; }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 1024px) {
    .platforms-grid { grid-template-columns: 1fr 1fr; }
    .hub-tile { flex: 0 1 calc((100% - 20px) / 2); }
    .dual-grid { grid-template-columns: 1fr 1fr; }
    .dual-card.it { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .hero-inner { gap: 40px; }
    .hero h1 { font-size: clamp(30px, 5vw, 44px); }
  }
  @media (max-width: 768px) {
    .nav { padding: 0 20px; height: 64px; }
    .nav-links, .nav-cta { display: none !important; }
    .nav-toggle { display: flex !important; }
    .container { padding: 0 20px; }
    section { padding: 72px 0; }
    .hero { padding: 96px 20px 56px; }
    .hero-inner { grid-template-columns: 1fr; gap: 0; }
    .hero-image { display: none; }
    .hero-copy { max-width: 100%; }
    .hub-hero { padding: 96px 20px 56px; }
    .hub-hero::after { display: none; }
    .dual-grid { grid-template-columns: 1fr; gap: 16px; }
    .dual-card.it { grid-column: auto; }
    .platforms-grid { grid-template-columns: 1fr; }
    .hub-tile { flex: 1 1 100%; }
    .cta { padding: 80px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom .links a:first-child { margin-left: 0; }
    .btn-primary { width: 100%; justify-content: center; }
    .hero-cta-row .btn-primary, .hero-cta-row .btn-secondary { width: 100%; justify-content: center; }
  }
  @media (max-width: 480px) {
    .hero h1 { letter-spacing: -1px; }
  }
  @media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
  }

  /* ========== HUB PAGES ========== */
  /* Shared layout for the 5 category hub pages (marketing-agency, website-designer,
     advertising-agency, ai-consulting, it-services). Reuses .container, .btn-primary,
     .cta, .section-head from homepage foundation. */

  /* Category hub hero — light bg, left-aligned, gold accent rail on the left edge. Distinct from the split homepage hero while still reading as part of the same family. */
  .hub-hero { position: relative; padding: 128px 32px 72px; overflow: hidden; background: var(--light-bg-soft); border-bottom: 1px solid var(--light-border); }
  .hub-hero::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: linear-gradient(180deg, var(--green) 0%, var(--gold) 100%); z-index: 0; }
  .hub-hero::after { content: ''; position: absolute; right: -120px; top: -80px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(204, 159, 107, 0.18) 0%, transparent 70%); pointer-events: none; z-index: 0; }
  .hub-hero.ai::after { background: radial-gradient(circle, rgba(63, 107, 58, 0.18) 0%, transparent 70%); }
  .hub-hero.it::after { background: radial-gradient(circle, rgba(30, 94, 179, 0.15) 0%, transparent 70%); }
  .hub-hero-content { position: relative; z-index: 1; max-width: var(--container); margin: 0 auto; text-align: left; }
  .hub-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: #fff; border: 1px solid var(--light-border); border-radius: 100px; font-size: 12px; color: var(--green); font-weight: 600; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 22px; }
  .hub-hero.ai .hub-eyebrow { color: var(--green); }
  .hub-hero.it .hub-eyebrow { color: var(--gold-dark); }
  .hub-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(32px, 5vw, 52px); line-height: 1.08; letter-spacing: -1.2px; color: var(--light-text); margin-bottom: 18px; max-width: 880px; }
  .hub-hero .hub-subhead { font-size: clamp(17px, 2vw, 20px); color: var(--green); font-weight: 600; margin-bottom: 26px; max-width: 780px; line-height: 1.4; }
  .hub-hero.it .hub-subhead { color: var(--gold-dark); }
  .hub-hero .hub-intro { color: var(--light-text-muted); font-size: 16px; line-height: 1.7; max-width: 780px; margin: 0 0 16px; }
  .hub-hero .hub-intro:last-of-type { margin-bottom: 0; }

  .hub-services { padding: 90px 0; background: var(--bg-elev-2); }
  .hub-services .section-head { margin-bottom: 48px; }
  .hub-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .service-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 28px; transition: border-color 0.25s, transform 0.25s, background 0.25s; display: flex; flex-direction: column; }
  .service-card:hover { border-color: var(--glass-border-hover); transform: translateY(-3px); background: rgba(255,255,255,0.05); }
  .service-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin-bottom: 10px; letter-spacing: -0.2px; }
  .service-card p { color: var(--text-muted); font-size: 14.5px; line-height: 1.55; flex: 1; margin-bottom: 18px; }
  .service-card .service-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--gold); transition: gap 0.2s; }
  .service-card .service-link:hover { gap: 10px; }
  .service-card .service-link svg { width: 12px; height: 12px; }

  /* IT Services sub-section dividers (Managed IT / Computer Support / Security / Data Recovery) */
  .hub-subsection { margin-top: 56px; }
  .hub-subsection:first-child { margin-top: 0; }
  .hub-subsection-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 1px solid var(--glass-border); }
  .hub-subsection-head h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -0.3px; }
  .hub-subsection-head .count { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; color: var(--gold); text-transform: uppercase; padding: 4px 10px; border-radius: 100px; background: rgba(204, 159, 107, 0.1); border: 1px solid rgba(204, 159, 107, 0.25); }

  @media (max-width: 1024px) {
    .hub-services-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .hub-hero { padding: 100px 20px 60px; }
    .hub-services { padding: 64px 0; }
    .hub-services-grid { grid-template-columns: 1fr; }
    .hub-subsection { margin-top: 40px; }
  }

  /* ========== STANDARD PAGE (P2 preserved URLs) ========== */
  /* Shared layout for privacy, terms, thank-you, blog, FAQ, contact, revenue-calculator,
     reputation-management-calendar, schedule-appointment, reports, and the reimagined/refresh
     service pages. Reuses .container, .btn-primary, .btn-secondary from foundation. */
  .page-hero { position: relative; padding: 140px 32px 64px; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elev) 100%); text-align: center; }
  .page-hero h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 5vw, 50px); line-height: 1.1; letter-spacing: -1px; max-width: 880px; margin: 0 auto 16px; }
  .page-hero .lede { color: var(--text-muted); font-size: clamp(16px, 2vw, 19px); max-width: 740px; margin: 0 auto 24px; }
  .page-hero .eyebrow { display: inline-block; padding: 6px 14px; border-radius: 100px; background: rgba(204,159,107,0.1); border: 1px solid rgba(204,159,107,0.3); color: var(--gold); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 18px; }
  .page-hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
  .page-body { padding: 72px 0; background: var(--bg-elev); }
  .page-body-deep { background: var(--bg); }
  .page-body .container { max-width: 900px; }
  .page-body h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(24px, 3.2vw, 32px); letter-spacing: -0.5px; margin: 44px 0 14px; color: var(--text); }
  .page-body h2:first-child { margin-top: 0; }
  .page-body h3 { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin: 26px 0 10px; color: var(--text); }
  .page-body p { color: var(--text-muted); font-size: 16px; margin-bottom: 16px; line-height: 1.7; }
  .page-body ul, .page-body ol { margin: 10px 0 20px 22px; color: var(--text-muted); }
  .page-body li { margin-bottom: 8px; font-size: 15.5px; line-height: 1.6; }
  .page-body a { color: var(--gold); border-bottom: 1px dotted rgba(204,159,107,0.4); transition: border-color 0.2s; }
  .page-body a:hover { border-bottom-color: var(--gold); }
  .page-body strong { color: var(--text); }

  .page-cta-strip { background: var(--bg-deep); text-align: center; padding: 80px 20px; border-top: 1px solid var(--glass-border); }
  .page-cta-strip h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(26px, 4vw, 38px); letter-spacing: -0.5px; margin-bottom: 14px; max-width: 760px; margin-left: auto; margin-right: auto; }
  .page-cta-strip p { color: var(--text-muted); font-size: 17px; max-width: 620px; margin: 0 auto 28px; }
  .page-cta-strip .cta-phone { margin-top: 16px; color: var(--text-muted); font-size: 14px; }
  .page-cta-strip .cta-phone a { color: var(--text); font-weight: 600; border-bottom: none; }

  /* FAQ list cards */
  .faq-list { display: flex; flex-direction: column; gap: 14px; margin: 24px 0; }
  .faq-item { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 12px; padding: 22px 24px; }
  .faq-item h3 { font-size: 17px; margin: 0 0 8px; color: var(--text); }
  .faq-item p { font-size: 15px; margin: 0; }

  /* === EMBEDS === */
  /* iframe embed wrapper — hosts LeadConnector booking/form iframes (wired in S10). */
  .embed-wrap { background: var(--glass-bg); border-radius: 14px; padding: 24px; margin: 28px 0; min-height: 660px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-align: center; }
  .embed-wrap iframe { width: 100%; min-height: 640px; border: 0; border-radius: 10px; background: #fff; }
  @media (max-width: 768px) {
    .embed-wrap { padding: 6px; margin: 20px -20px; border-radius: 0; min-height: 720px; }
    .embed-wrap iframe { border-radius: 0; min-height: 700px; }
  }
  /* Placeholder shown until S10 wires the live iframe — centered, 600x450 box, dashed gold border. */
  .embed-placeholder { width: 100%; max-width: 600px; min-height: 450px; padding: 32px; border: 2px dashed var(--gold); border-radius: 12px; background: rgba(204, 159, 107, 0.04); display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--font-display, 'Jost', sans-serif); font-weight: 500; }
  .embed-placeholder h3 { font-size: 18px; font-family: var(--font-display, 'Jost', sans-serif); font-weight: 500; color: var(--text); margin-bottom: 10px; }
  .embed-placeholder p { font-size: 14px; font-family: var(--font-display, 'Jost', sans-serif); font-weight: 500; color: var(--text-muted); margin-bottom: 20px; line-height: 1.55; max-width: 440px; }
  .embed-placeholder .btn-primary, .embed-placeholder .btn-secondary { margin-top: 8px; }

  /* Blog index grid */
  .blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 32px 0; }
  .blog-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 28px; transition: border-color 0.25s, transform 0.25s; }
  .blog-card:hover { border-color: var(--glass-border-hover); transform: translateY(-2px); }
  .blog-card .meta { font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; margin-bottom: 10px; }
  .blog-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 19px; margin-bottom: 10px; }
  .blog-card h3 a { color: var(--text); border: none; }
  .blog-card h3 a:hover { color: var(--gold); }
  .blog-card p { font-size: 14.5px; color: var(--text-muted); margin-bottom: 14px; }
  .blog-card .read-more { color: var(--gold); font-size: 14px; font-weight: 600; border: none; display: inline-flex; align-items: center; gap: 6px; }
  @media (max-width: 768px) { .blog-grid { grid-template-columns: 1fr; } }

  /* Revenue calculator */
  .calc-box { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 32px; margin: 32px 0; }
  .calc-row { display: grid; grid-template-columns: 1fr 130px 110px; gap: 14px; align-items: center; margin-bottom: 14px; }
  .calc-row label { font-size: 14.5px; color: var(--text); font-weight: 500; }
  .calc-row input[type=number] { background: var(--bg); border: 1px solid var(--glass-border); color: var(--text); padding: 10px 12px; border-radius: 8px; font-size: 15px; font-family: var(--font-body); width: 100%; }
  .calc-row input[type=number]:focus { outline: none; border-color: var(--gold); }
  .calc-row .boost { color: var(--gold); font-size: 13px; font-weight: 600; text-align: right; }
  .calc-result { background: rgba(39,174,96,0.08); border: 1px solid rgba(39,174,96,0.25); border-radius: 10px; padding: 22px; margin-top: 22px; text-align: center; }
  .calc-result .label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--green); font-weight: 600; margin-bottom: 6px; }
  .calc-result .amount { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 4vw, 40px); color: var(--text); }
  .calc-result .lift { font-size: 14px; color: var(--text-muted); margin-top: 6px; }
  @media (max-width: 600px) { .calc-row { grid-template-columns: 1fr; gap: 6px; } .calc-row .boost { text-align: left; } }

  /* Stat callouts (roofing report + other data-heavy pages) */
  .stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
  .stat-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 12px; padding: 24px; text-align: center; }
  .stat-card .num { font-family: var(--font-display); font-weight: 600; font-size: 36px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
  .stat-card .label { font-size: 13px; color: var(--text-muted); }
  @media (max-width: 700px) { .stat-row { grid-template-columns: 1fr; } }

  /* Contact info grid */
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 32px 0; align-items: start; }
  .contact-info { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 28px; }
  .contact-info h3 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-bottom: 14px; color: var(--text); }
  .contact-info p, .contact-info li { font-size: 15px; color: var(--text-muted); line-height: 1.7; }
  .contact-info ul { list-style: none; margin: 0; padding: 0; }
  .contact-info li { margin-bottom: 10px; }
  .contact-info a { color: var(--text); border: none; font-weight: 500; }
  .contact-info a:hover { color: var(--gold); }
  @media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 22px; } }

  /* Thank-you success card */
  .thank-card { background: var(--glass-bg); border: 1px solid rgba(39,174,96,0.3); border-radius: 16px; padding: 48px 32px; text-align: center; max-width: 720px; margin: 32px auto; }
  .thank-card .check { width: 56px; height: 56px; border-radius: 50%; background: rgba(39,174,96,0.15); color: var(--green); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; }
  .thank-card .check svg { width: 28px; height: 28px; }
  .thank-card h2 { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin-bottom: 10px; color: var(--text); }
  .thank-card p { color: var(--text-muted); font-size: 16px; margin-bottom: 24px; }
  .thank-card .next-steps { text-align: left; margin: 24px auto 0; max-width: 520px; }
  .thank-card .next-steps h3 { font-size: 15px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gold); margin-bottom: 10px; }
  .thank-card .next-steps ul { margin: 0 0 0 20px; }
  .thank-card .next-steps li { font-size: 15px; color: var(--text-muted); margin-bottom: 6px; }

  /* Link box (used for thin link-through pages) */
  .link-box { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 14px; padding: 32px; margin: 28px 0; text-align: center; }
  .link-box h3 { font-family: var(--font-display); font-weight: 600; font-size: 20px; margin-bottom: 10px; color: var(--text); }
  .link-box p { color: var(--text-muted); margin-bottom: 20px; }
