/*
Theme Name: Roam
Theme URI: https://roamadvies.com
Author: Global Outsourcing Partners
Author URI: https://roamadvies.com
Description: Custom WordPress theme for GOP - Finance & Tax Outsourcing. Converted from the GOP React/TanStack site with the exact same layout.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: roam
*/

:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #f3f6fa;
  --text: #0e294d;
  --muted: #5c6b7d;
  --border: #dbe6f0;
  --brand: #af9143;
  --brand-deep: #0e294d;
  --brand-glow: #AF9143;
  --hero-1: #071633;
  --hero-2: #0b1f42;
  --hero-3: #16345d;
  --shadow: 0 18px 50px rgba(14, 41, 77, 0.12);
  --shadow-glow: 0 20px 60px -20px rgba(175, 145, 67, 0.45);
  --radius: 24px;
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(252, 252, 253, 0.8);
  background: oklch(0.99 0.003 250 / 0.8);
  border-bottom: 1px solid rgba(14, 41, 77, 0.08);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.site-logo { height: 80px; width: auto; object-fit: contain; }
@media (min-width: 768px) {
  .site-logo { height: 104px; }
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-weight: 500;
  font-size: 14px;
}
.desktop-nav a:hover, .footer-links a:hover { color: var(--brand); }
.button,
.header-cta,
.button-primary,
.hero-actions a,
.services-link,
.about-link,
.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.header-cta, .button-primary {
  background: var(--brand);
  color: #fff;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(175, 145, 67, 0.28);
  border-radius: 999px;
}
.button-secondary {
  color: #fff;
  padding: 16px 35px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
}
.header-cta:hover, .button-primary:hover, .footer-social:hover { transform: translateY(-1px); filter: brightness(1.05); }
.mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  font-size: 28px;
  color: var(--text);
}
.mobile-nav { display: none; padding: 0 0 18px; }
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--muted);
  font-weight: 500;
}
.mobile-nav a + a { margin-top: 6px; }
.mobile-nav .header-cta { margin-top: 12px; width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, lab(4.82002% 3.16098 -20.1332) 0%, lab(11.2347% 3.072 -24.5286) 55%, lab(23.939% 1.77813 -31.4304) 100%);;
  color: #fff;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 160px 0;
}
.hero-simple .hero-grid { grid-template-columns: 1fr; padding: 90px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
}
h1, h2, h3, h4 {
  font-family: "Inter", sans-serif;
  margin: 0;
  letter-spacing: -0.02em;
}
.hero h1 {
  font-size: 48px;
  line-height: 1.05;
}
.page-hero h1 {
  font-size: 36px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .hero h1 { font-size: 72px; }
  .page-hero h1 { font-size: 60px; }
}
.gradient-text, .hero h1 span, .page-hero h1 span { color: var(--brand-glow); }
.hero-copy, .page-hero p {
  max-width: 720px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero-primary { padding: 16px 35px; }
.hero-media {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  box-shadow: var(--shadow);
}
.hero-media img { border-radius: 16px; width: 100%; height: 100%; object-fit: cover; }

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%, rgba(214, 192, 124, 0.14), transparent 24%),
    linear-gradient(135deg, var(--hero-1) 0%, var(--hero-2) 55%, var(--hero-3) 100%);
  color: #fff;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.2;
  pointer-events: none;
  animation: grid-pan 20s linear infinite;
}
.page-hero::after {
  content: "";
  position: absolute;
  top: -128px;
  right: -128px;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  background: rgba(214, 192, 124, 0.3);
  filter: blur(64px);
  pointer-events: none;
  animation: float-orb 12s ease-in-out infinite;
}
.page-hero .container { padding: 90px 0 100px; position: relative; z-index: 1; }
.page-hero h1 { animation: fade-up 0.7s ease-out both; animation-delay: 80ms; }
.page-hero p { animation: fade-up 0.7s ease-out both; animation-delay: 160ms; }

.section-soft { background: linear-gradient(180deg, #f7fafc 0%, #f2f6fa 100%); }
.section-inner { padding: 96px 0; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px;
}
.section-title {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.section-kicker, .mini-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--brand);
  margin-bottom: 12px;
  font-weight: 700;
}
.services-link, .about-link, .cta-link { color: var(--brand); font-size: 14px; font-weight: 600; }

.cards-3, .cards-4, .cards-5 {
  display: grid;
  gap: 24px;
}
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cards-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.service-card, .card, .process-card, .value-card, .office-card, .contact-card, .newsletter-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover, .process-card:hover, .value-card:hover, .office-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(14, 41, 77, 0.16); }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-glow); }
.service-card img, .office-card img { width: 100%; height: 220px; object-fit: cover; }
.office-media { position: relative; overflow: hidden; min-height: 280px; }
.office-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.office-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 41, 77, 0.75), rgba(14, 41, 77, 0.1) 60%, transparent);
}
@media (max-width: 1100px) {
  .office-card { grid-template-columns: 1fr !important; }
}
.service-body, .card-body { padding: 24px; }
.service-icon, .icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c6a95c 0%, #af9143 100%);
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: var(--shadow-glow);
}
.service-body h3, .card-body h3 { font-size: 22px; margin-bottom: 10px; }
.service-body p, .card-body p, .muted { margin: 0; line-height: 1.7; color: var(--muted); }
.service-more { margin-top: 18px; display: inline-flex; color: var(--brand); font-size: 14px; font-weight: 600; }

.process-card { position: relative; padding: 28px; }
.process-number {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #c6a95c 0%, #af9143 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.process-card h4 { margin-top: 16px; font-size: 18px; font-weight: 600; }
.process-card p { margin-top: 4px; font-size: 14px; line-height: 1.6; color: var(--muted); }

.map-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.map-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.map-head p { margin: 18px 0 0; line-height: 1.8; color: var(--muted); }
.map-wrap {
  position: relative;
  z-index: 0;
  isolation: isolate;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #eef4fa;
}
#locations-map { width: 100%; height: min(70vh, 620px); position: relative; z-index: 0; }
.map-scroll-hint {
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 41, 77, 0.45);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.map-scroll-hint.show { opacity: 1; }
.leaflet-tooltip.gop-tooltip {
  background: rgba(14, 41, 77, 0.96);
  color: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(14, 41, 77, 0.22);
  padding: 10px 12px;
}
.leaflet-tooltip.gop-tooltip::before { border-top-color: rgba(14, 41, 77, 0.96); }
.tooltip-city { font-weight: 700; margin-bottom: 6px; font-size: 12px; }
.tooltip-address { font-size: 12px; line-height: 1.5; color: rgba(255, 255, 255, 0.86); }

.split-2, .split-3 {
  display: grid;
  gap: 48px;
  /*align-items: center;*/
}
.split-2 { grid-template-columns: 1fr 1fr; }
.split-3 { grid-template-columns: 2fr 1fr; /*align-items: start;*/ }

.media-glow { position: relative; }
.media-glow::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(175, 145, 67, 0.18), transparent 65%);
  filter: blur(10px);
  z-index: 0;
}
.media-glow img { position: relative; z-index: 1; border-radius: 24px; box-shadow: var(--shadow); }

.feature-list, .bullet-list, .timeline-list, .footer-links, .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list { display: grid; gap: 14px; margin-top: 28px; }
.feature-list li, .bullet-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
}
.feature-badge, .bullet-dot {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /*background: rgba(175, 145, 67, 0.14);*/
  color: var(--brand);
  font-size: 13px;
  margin-top: 2px;
}
.bullet-dot {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--brand);
}

.timeline-list { display: grid; gap: 24px; }
.timeline-card { padding: 24px; }
.timeline-year { color: var(--brand); font: 600 24px "Sora", sans-serif; margin-bottom: 10px; }

.cta-band {
  overflow: hidden;
  border-radius: 28px;
  padding: 64px;
  color: #fff;
  background-image: linear-gradient(135deg, lab(4.82002% 3.16098 -20.1332) 0%, lab(11.2347% 3.072 -24.5286) 55%, lab(23.939% 1.77813 -31.4304) 100%);
  box-shadow: var(--shadow);
}
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,0.78); line-height: 1.8; }
.cta-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.contact-list { display: grid; gap: 20px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; }
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #c6a95c 0%, #af9143 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex: 0 0 auto;
}

.form-card { padding: 40px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  color: var(--brand);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.subscribe-form {
  display: flex;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.input {
  flex: 1 1 280px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 15px 18px;
  font: inherit;
}
.input-wrap { position: relative; flex: 1 1 280px; }
.input-wrap .input { width: 100%; padding-left: 44px; }
.input-wrap .input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}
.success-message {
  margin-top: 16px;
  color: var(--brand);
  font-size: 14px;
  display: none;
}
.success-message.show { display: block; }

.faq-list { display: grid; gap: 16px; }
.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font: inherit;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: var(--text);
  cursor: pointer;
}
.faq-symbol { color: var(--brand); font-size: 26px; line-height: 1; flex: 0 0 auto; }
.faq-answer { display: none; padding: 0 24px 24px; color: var(--muted); line-height: 1.8; }
.faq-item.open .faq-answer { display: block; }

.site-footer {
  margin-top: 96px;
  background: linear-gradient(135deg, var(--hero-1) 0%, var(--hero-2) 55%, var(--hero-3) 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr;
  gap: 40px;
  padding: 56px 0;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand > img:first-child { height: 120px; width: auto; object-fit: contain; }
.partner-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 11px;
  font-weight: 700;
}
.partner-row::before, .partner-row::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.footer-brand .roam-logo { margin-top: 16px; height: 65px; width: auto; object-fit: contain; }
.footer-brand p { margin: 18px 0 0; color: rgba(255, 255, 255, 0.84); line-height: 1.8; max-width: 320px; }
.footer-socials { margin-top: 24px; display: flex; gap: 12px; }
.footer-social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c7a03a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(199, 160, 58, 0.28);
}
.footer-col h4 { font-size: 14px; margin-bottom: 16px; }
.footer-links, .footer-contact {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}
.footer-contact .muted { color: rgba(255, 255, 255, 0.7); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 18px 0 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .cards-3, .cards-4, .cards-5, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .split-2, .split-3 { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .desktop-nav, .header-cta.desktop-only { display: none; }
  .mobile-toggle { display: inline-flex; }
  .section-head, .cta-row { flex-direction: column; align-items: flex-start; }
  .cards-3, .cards-4, .cards-5, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 86px 0; }
  #locations-map { height: 460px; }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section-inner { padding: 72px 0; }
  .hero-actions, .subscribe-form { flex-direction: column; }
  .hero-actions a, .subscribe-form > * { width: 100%; }
  .faq-toggle { padding: 20px; font-size: 16px; }
  .faq-answer { padding: 0 20px 20px; }
  .footer-brand > img:first-child { height: 90px; }
  .form-card, .cta-band { padding: 28px; }
}

/* Contact Form 7 - styled to match the site's form/button language */
.wpcf7-form { margin-top: 0; }
.wpcf7-form p { margin: 0 0 16px; }
.wpcf7-form .cf7-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.wpcf7-form .cf7-row > span.wpcf7-form-control-wrap { flex: 1 1 220px; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  padding: 15px 18px;
  font: inherit;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] { border-radius: 999px; }
.wpcf7-form textarea { min-height: 140px; resize: vertical; }
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(175, 145, 67, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.wpcf7-form input[type="submit"]:hover { transform: translateY(-1px); filter: brightness(1.05); }
.wpcf7-form input[type="submit"]:disabled { opacity: 0.6; cursor: progress; }
.wpcf7-response-output {
  margin-top: 16px !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  font-size: 14px;
}
.wpcf7-not-valid-tip { color: #b3432b; font-size: 13px; margin-top: 6px; }
.wpcf7-spinner { margin-left: 10px; }

/* ===== Animations (matching the React source's fade-up / grid-pan / float-orb) ===== */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes grid-pan {
  from { background-position: 0 0; }
  to { background-position: 60px 60px; }
}
@keyframes float-orb {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50% { transform: translate(40px, -30px) scale(1.1); opacity: 0.8; }
}

.animate-fade-up { animation: fade-up 0.7s ease-out both; }
.fade-up-1 { animation: fade-up 0.7s ease-out both; animation-delay: 0ms; }
.fade-up-2 { animation: fade-up 0.7s ease-out both; animation-delay: 100ms; }
.fade-up-3 { animation: fade-up 0.7s ease-out both; animation-delay: 200ms; }
.fade-up-4 { animation: fade-up 0.7s ease-out both; animation-delay: 300ms; }
.fade-up-5 { animation: fade-up 0.7s ease-out both; animation-delay: 400ms; }

/* ===== Button hover: gradient-invert to the dark hero gradient (matches .hover-button-gradient) ===== */
.header-cta, .button-primary {
  transition: background-image 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease, filter 160ms ease;
  border: none;
}
.header-cta:hover, .button-primary:hover {
  background-image: linear-gradient(135deg, var(--hero-1) 0%, var(--hero-2) 55%, var(--hero-3) 100%);
  background-color: transparent;
  box-shadow: var(--shadow);
  color: #fff;
  transform: translateY(-2px);
  filter: none;
}

/* ===== Service cards: icon badge overlaid on the image + hover zoom (matches the React ServiceCard) ===== */
.service-card { display: flex; flex-direction: column; }
.service-card .service-media { position: relative; overflow: hidden; height: 220px; }
.service-card .service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.service-card:hover .service-media img { transform: scale(1.1); }
.service-card .service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to top, oklab(0.99 -0.00102606 -0.00281908 / 0.8) 0%, oklab(0.99 -0.00102606 -0.00281908 / 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}
.service-card .service-icon-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c6a95c 0%, #af9143 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 34px rgba(14, 41, 77, 0.25);
  /*outline: 4px solid rgba(255, 255, 255, 0.75);*/
}
.service-card .service-more { display: inline-flex; align-items: center; gap: 4px; }
.service-card .service-more .gop-icon { transition: transform 0.2s ease; }
.service-card:hover .service-more .gop-icon { transform: translateX(4px); }

/* ===== Timeline: zigzag two-column layout with a center rail (matches the About page) ===== */
.timeline-list { position: relative; display: block; }
.timeline-list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border);
  transform: translateX(-50%);
}
.timeline-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.timeline-row:last-child { margin-bottom: 0; }
.timeline-row .timeline-card { margin: 0; }
.timeline-row.timeline-even > .timeline-card { grid-column: 2; }
.timeline-row.timeline-even > .timeline-spacer { grid-column: 1; grid-row: 1; }

/* ===== Newsletter card corner glow ===== */
.newsletter-card { position: relative; overflow: hidden; }
.newsletter-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background: rgba(214, 192, 124, 0.3);
  filter: blur(64px);
  pointer-events: none;
}
.newsletter-card > * { position: relative; z-index: 1; }

/* ===== Icon helper ===== */
.gop-icon { display: inline-block; vertical-align: middle; }
.mobile-toggle .gop-icon { display: block; }
.footer-social .gop-icon { width: 16px; height: 16px; }

@media (max-width: 860px) {
  .timeline-list::before { display: none; }
  .timeline-row { grid-template-columns: 1fr; }
  .timeline-row.timeline-even > .timeline-card { grid-column: 1; }
  .timeline-row .timeline-spacer { display: none; }
}

/* ===== Service detail hero: icon + title side by side ===== */
.service-hero-head { display: flex; align-items: flex-start; gap: 24px; }
.service-hero-icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: var(--shadow-glow);
  backdrop-filter: blur(6px);
}
@media (max-width: 640px) {
  .service-hero-head { flex-direction: column; gap: 16px; }
}
/* Plain eyebrow text on the service detail hero (React renders it without the pill badge) */
.service-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

/* "What you get" feature cards: match the React grid (p-4 cards, 12px gap) */
.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.service-feature-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgb(215, 225, 232);
  background: var(--surface);
  box-shadow: 0 10px 40px -15px rgba(175, 145, 67, 0.35);
}
.service-feature-card p { font-size: 14px; margin: 0; }
@media (max-width: 640px) {
  .service-feature-grid { grid-template-columns: 1fr; }
}

/* Deliverables aside: React uses p-7 (28px), not the shared 24px card-body */
.service-deliverables { padding: 28px; background: #f9fbfc;box-shadow: 0 10px 40px -15px rgba(175, 145, 67, 0.35);border: 1px solid rgb(215, 225, 232);}
.bullet-list{display: flex;flex-direction: column; gap: 15px;}