/*
Theme Name: Baseline Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme for Stepwise Baseline — managed by Stepwise Growth
Author: Stepwise Growth
Author URI: https://stepwisegrowth.com
Template: Divi
Version: 1.0.0
*/

/* ===== SWG design-system enforcement (2026-07-11) ===== */
/* Always-visible button arrows (Manus parity) */
body #page-container .et_pb_button { padding-right: 52px !important; }
body #page-container .et_pb_button:after { opacity: 1 !important; }
body #page-container .et_pb_button:hover { padding-left: 28px !important; padding-right: 52px !important; }

/* Button hovers: canonical tokens, defeat core overlay + stale variable rules */
body #page-container .preset--module--divi-button--klcvu0qk4f:hover,
body #page-container .preset--group--divi-button--divi-button--h1c8vfa--nested--duummoy8hw:hover { background-color: #F68F5F !important; }

/* CTA group renders as flex row */
body #page-container .et_pb_group { display: flex; flex-flow: row wrap; gap: 16px; align-items: center; }
body #page-container .et_pb_group .et_pb_button_module_wrapper,
body #page-container .et_pb_group .et_pb_module { margin-bottom: 0 !important; }

/* ===== SWG mobile parity (2026-07-11) ===== */
/* Global mobile gutter: 20px each side, site-wide */
@media (max-width: 980px) {
  body #page-container .et_pb_row { width: calc(100% - 32px) !important; max-width: none; }
}
/* Mobile: CTA buttons full-width, stacked */
@media (max-width: 767px) {
  body #page-container .et_pb_group { flex-direction: column; align-items: stretch; }
  body #page-container .et_pb_group .et_pb_button_module_wrapper { width: 100%; }
  body #page-container .et_pb_group .et_pb_button { display: block; width: 100%; text-align: center; box-sizing: border-box; }
  /* Philosophy strip: clean vertical stack, no separators, tight padding */
  .swg-strip { flex-direction: column !important; gap: 10px !important; align-items: flex-start !important; justify-content: flex-start !important; width: fit-content; margin: 0 auto !important; }
  .swg-strip .swg-sep { display: none !important; }
}

/* ===== SWG header/footer parity (2026-07-11) ===== */
/* Button arrows: force paint from data-icon on all Divi buttons */
body #page-container .et_pb_button[data-icon]:after {
  content: attr(data-icon) !important;
  font-family: "ETmodules" !important;
  opacity: 1 !important;
  font-size: 1em;
}

/* Header: single row, compact, sticky with blur */
.et-l--header { position: sticky; top: 0; z-index: 999; }
.et-l--header .et_pb_section {
  background: rgba(249, 244, 238, 0.92) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #E1DDD7;
  padding: 14px 0 !important;
}
.et-l--header .et_pb_row { display: flex; align-items: center; justify-content: space-between; width: 92% !important; max-width: 1280px; }
.et-l--header .et_pb_group { display: flex; align-items: center; gap: 28px; flex: 1 1 auto; }
.et-l--header .et_pb_group .et_pb_image { margin-bottom: 0 !important; }
.et-l--header .et_pb_menu, .et-l--header .et_pb_menu .et_pb_menu__wrap { background: transparent !important; }
.et-l--header .et_pb_menu .et-menu a { color: #132139; font-size: 16px; font-weight: 500; }
.et-l--header .et_pb_menu .et-menu a:hover { color: #E46212; opacity: 1; }
.et-l--header .et_pb_menu .current-menu-item > a, .et-l--header .et_pb_menu .current_page_item > a { color: #E46212 !important; }
.et-l--header .et_pb_button { padding: 11px 20px !important; padding-right: 42px !important; font-size: 15px !important; }
.et-l--header .et_pb_button_module_wrapper { margin-bottom: 0 !important; }

/* Footer: navy, correct link + heading treatment, spacing */
.et-l--footer .et_pb_section { background-color: #132139 !important; }
.et-l--footer a { color: rgba(249, 244, 238, 0.85) !important; }
.et-l--footer a:hover { color: #FFFFFF !important; }
.et-l--footer h1, .et-l--footer h2, .et-l--footer h3, .et-l--footer h4 {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #F9F4EE !important;
}
.et-l--footer, .et-l--footer p { color: rgba(249, 244, 238, 0.8); }

/* ===== SWG polish round 2 (2026-07-11) ===== */
/* Arrow on all primary (orange) buttons via preset class - covers hero + header */
body #page-container .preset--module--divi-button--klcvu0qk4f:after,
body #page-container .et-l--header .et_pb_button:after {
  content: "$" !important;
  font-family: "ETmodules" !important;
  opacity: 1 !important;
  margin-left: .3em;
}
/* Header: never wrap; logo cluster left, nav pushed right next to CTA */
.et-l--header .et_pb_group { flex-wrap: nowrap !important; }
.et-l--header .et_pb_menu { flex: 1 1 auto; }
.et-l--header .et_pb_row { flex-wrap: nowrap !important; }
.et-l--header .et_pb_menu .et-menu { display: flex; justify-content: flex-end; flex-wrap: nowrap; }
.et-l--header .et_pb_group { gap: 12px; }
.et-l--header .et_pb_row { align-items: center; gap: 24px; }
.et-l--header .et_pb_group { justify-content: flex-start !important; flex: 0 0 auto !important; }
.et-l--header .et_pb_group .et_pb_text { white-space: nowrap; }
.et-l--header .et_pb_menu { padding-left: 48px; }

/* ===== SWG mobile header (2026-07-11) ===== */
@media (max-width: 980px) {
  .et-l--header .et_pb_menu .et-menu { display: none !important; }
  .et-l--header .et_pb_menu { padding-left: 0; }
  .et-l--header .et_pb_button { padding: 9px 14px !important; padding-right: 36px !important; font-size: 14px !important; }
  .et-l--header .et_pb_image img { max-height: 38px; width: auto; }
  .et-l--header .et_pb_row { gap: 12px; }
}
/* mobile header: one row always; kill horizontal overflow */
body { overflow-x: hidden; }
@media (max-width: 980px) {
  .et-l--header .et_pb_row { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: space-between !important; width: calc(100% - 32px) !important; }
  .et-l--header .et_pb_group { flex: 0 0 auto !important; }
  .et-l--header .et_pb_menu { flex: 0 0 auto !important; margin-left: auto !important; }
  .et-l--header .et_pb_image img { max-height: 32px; }
}
/* footer: force navy at every level */
body #page-container .et_pb_section_0_tb_footer,
body #page-container .et-l--footer .et_pb_section { background-color: #132139 !important; background-image: none !important; }
.et-l--footer .et_pb_row, .et-l--footer .et_pb_column, .et-l--footer .et_pb_group { background-color: transparent !important; }
/* header modules must shrink-wrap, never full-width */
.et-l--header .et_pb_group, .et-l--header .et_pb_menu, .et-l--header .et_pb_button_module_wrapper, .et-l--header .et_pb_image { width: auto !important; max-width: none !important; }
/* footer navy: outrank the layout preset (var black !important) */
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_footer,
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_pb_section_1_tb_footer {
  background-color: #132139 !important;
}
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_section_regular.et_flex_section,
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_section_regular.et_block_section { background-color: #132139 !important; }
/* footer: the preset paints var(black); redefine the variable in footer scope */
.et-l--footer { --gcid-s0kqi6v11w: #132139; }

/* ===== SWG homepage padding + hover parity (2026-07-12) — exact Tailwind values from Home.tsx ===== */
/* Services: py-20 md:py-32 = 80px/128px */
.et_pb_section_2 { padding-top:80px!important; padding-bottom:80px!important; }
@media (min-width:768px){ .et_pb_section_2 { padding-top:128px!important; padding-bottom:128px!important; } }
/* Proof: py-20 md:py-28 = 80px/112px */
.et_pb_section_3 { padding-top:80px!important; padding-bottom:80px!important; }
@media (min-width:768px){ .et_pb_section_3 { padding-top:112px!important; padding-bottom:112px!important; } }
/* Who: py-20 md:py-28 = 80px/112px */
.et_pb_section_4 { padding-top:80px!important; padding-bottom:80px!important; }
@media (min-width:768px){ .et_pb_section_4 { padding-top:112px!important; padding-bottom:112px!important; } }
/* CTA: py-20 md:py-28 = 80px/112px */
.et_pb_section_5 { padding-top:80px!important; padding-bottom:80px!important; }
@media (min-width:768px){ .et_pb_section_5 { padding-top:112px!important; padding-bottom:112px!important; } }

/* Philosophy strip: text-sm md:text-base = 14px/16px, gap-4 md:gap-8 = 16px/32px */
.et_pb_section_1 p { font-size:14px!important; }
@media (min-width:768px){ .et_pb_section_1 p { font-size:16px!important; } }

/* Services row hover: matches group-hover states in Home.tsx */
.swg-service-row { transition: all .3s ease; }
.swg-service-row:hover { border-color: rgba(228,98,18,.2)!important; background:#fff!important; box-shadow:0 4px 14px rgba(19,33,57,.08); }
.swg-service-row:hover h3 { color:#E46212; }
.swg-service-row:hover .swg-num-circle { border-color:#E46212!important; background:rgba(228,98,18,.05); }
.swg-service-row:hover .swg-num-circle span { color:#E46212!important; }
.swg-service-row:hover .swg-svc-icon { opacity:1!important; }
.swg-service-row .swg-arrow { transition: all .2s ease; }
.swg-service-row:hover .swg-arrow { color:#E46212!important; transform:translateX(4px); }
@media (min-width:768px){ .swg-service-row .swg-arrow { display:inline-flex!important; } }

/* ===================================================================
   SWG DESIGN SYSTEM v2 — premium elevation pass (2026-07-12)
   =================================================================== */

/* ---------- global rhythm ---------- */
body { overflow-x: hidden; }
.et_pb_section { padding-top: 120px !important; padding-bottom: 120px !important; }
.et-l--header .et_pb_section { padding-top: 14px !important; padding-bottom: 14px !important; }
@media (max-width: 980px) {
  .et_pb_section { padding-top: 64px !important; padding-bottom: 64px !important; }
  .et-l--header .et_pb_section { padding-top: 12px !important; padding-bottom: 12px !important; }
}
/* strip stays tight regardless of global rhythm */
.swg-strip { padding: 0 !important; }

/* smooth-scroll + selection color */
html { scroll-behavior: smooth; }
::selection { background: rgba(228,98,18,.2); color: #132139; }

/* ---------- feature cards ---------- */
.swg-card {
  background: #fff;
  border: 1px solid rgba(19,33,57,.08);
  border-radius: 14px;
  padding: 30px;
  transition: transform .35s cubic-bezier(.23,1,.32,1), box-shadow .35s cubic-bezier(.23,1,.32,1), border-color .35s;
}
.swg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -12px rgba(19,33,57,.16);
  border-color: rgba(228,98,18,.25);
}
.swg-icon-badge { transition: transform .3s ease; }
.swg-card:hover .swg-icon-badge { transform: scale(1.08) rotate(-4deg); }

/* ---------- buttons ---------- */
.et_pb_button {
  transition: transform .25s cubic-bezier(.23,1,.32,1), box-shadow .25s ease, background-color .25s ease !important;
}
.et_pb_button:hover { transform: translateY(-2px); }
body #page-container .et_pb_button[data-icon]:after {
  content: attr(data-icon) !important;
  font-family: "ETmodules" !important;
  opacity: 1 !important;
  font-size: 1em;
  transition: transform .25s ease;
}
body #page-container .et_pb_button:hover:after { transform: translateX(3px); }

.swg-btn-outline { transition: all .25s ease; }
.swg-btn-outline:hover { border-color: #E46212 !important; background: rgba(228,98,18,.05); color: #E46212 !important; }
.swg-btn-outline .swg-btn-arrow { display: inline-flex; transition: transform .25s ease; }
.swg-btn-outline:hover .swg-btn-arrow { transform: translateX(3px); color: #E46212; }
.swg-btn-solid { background: #E46212 !important; color: #fff !important; border: none !important; }
.swg-btn-solid:hover { background: #F68F5F !important; color: #fff !important; }

/* ---------- service rows (homepage) ---------- */
.swg-service-list { display: flex; flex-direction: column; gap: 10px; margin-top: 40px; }
.swg-service-row-v2 {
  display: flex; align-items: center; gap: 20px;
  padding: 22px 24px; border-radius: 14px;
  text-decoration: none; color: inherit;
  border: 1px solid transparent;
  transition: all .3s cubic-bezier(.23,1,.32,1);
}
.swg-service-row-v2:hover {
  background: #fff; border-color: rgba(228,98,18,.2);
  box-shadow: 0 16px 32px -12px rgba(19,33,57,.14);
  transform: translateX(4px);
}
.swg-num-badge {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%;
  background: #F9F4EE; border: 1px solid rgba(19,33,57,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: rgba(19,33,57,.45);
}
.swg-service-copy { flex: 1; min-width: 0; }
.swg-row-arrow { flex: 0 0 auto; color: rgba(111,114,120,.35); transition: all .25s ease; }
.swg-service-row-v2:hover .swg-row-arrow { color: #E46212; transform: translateX(5px); }
.swg-service-row-v2:hover .swg-icon-badge { transform: scale(1.1); }

/* ---------- services index page ---------- */
.swg-svc-index-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.swg-svc-index-card {
  display: flex; align-items: flex-start; gap: 24px;
  padding: 32px; background: #fff; border-radius: 16px;
  border: 1px solid rgba(19,33,57,.08); text-decoration: none; color: inherit;
  transition: all .3s cubic-bezier(.23,1,.32,1);
}
.swg-svc-index-card:hover {
  border-color: rgba(228,98,18,.25);
  box-shadow: 0 24px 48px -16px rgba(19,33,57,.18);
  transform: translateY(-3px);
}
.swg-svc-index-num { font-size: 12px; font-weight: 700; color: #E46212; margin-bottom: 6px; letter-spacing: .04em; }
.swg-svc-index-copy { flex: 1; }
.swg-svc-index-card .swg-row-arrow { align-self: center; }
.swg-tag {
  display: inline-block; background: rgba(228,98,18,.08); color: #E46212;
  font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; margin: 0 6px 6px 0;
}

/* ---------- process steps ---------- */
.swg-process-list { display: flex; flex-direction: column; margin-top: 40px; }
.swg-process-step { display: flex; gap: 24px; }
.swg-process-marker { display: flex; flex-direction: column; align-items: center; flex: 0 0 auto; }
.swg-process-marker span {
  width: 42px; height: 42px; border-radius: 50%; background: #fff;
  border: 2px solid rgba(228,98,18,.25); display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #E46212; flex: 0 0 auto;
}
.swg-process-line { width: 2px; flex: 1; background: rgba(19,33,57,.1); margin: 6px 0; min-height: 24px; }
.swg-process-copy { padding-bottom: 32px; padding-top: 6px; }

/* ---------- FAQ accordion ---------- */
.swg-faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 36px; }
.swg-faq-card {
  background: #fff; border: 1px solid rgba(19,33,57,.08); border-radius: 12px;
  padding: 6px 24px; transition: all .25s ease;
}
.swg-faq-card:hover { border-color: rgba(228,98,18,.2); }
.swg-faq-card[open] { border-color: rgba(228,98,18,.3); box-shadow: 0 8px 24px -8px rgba(19,33,57,.1); }
.swg-faq-card summary {
  list-style: none; cursor: pointer; padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: 'DM Serif Display', serif; font-size: 17px; color: #132139;
}
.swg-faq-card summary::-webkit-details-marker { display: none; }
.swg-faq-chevron { flex: 0 0 auto; color: #E46212; transition: transform .3s ease; }
.swg-faq-card[open] .swg-faq-chevron { transform: rotate(90deg); }
.swg-faq-card p { color: #6E7278; font-size: 15px; line-height: 1.65; margin: 0 0 20px; padding-right: 32px; }

/* ---------- proof metrics (homepage) ---------- */
.swg-metric { background: rgba(255,255,255,.05); border: 1px solid rgba(249,244,238,.1); border-radius: 12px; padding: 22px; position: relative; overflow: hidden; transition: all .3s ease; }
.swg-metric:hover { background: rgba(255,255,255,.08); border-color: rgba(228,98,18,.25); }
.swg-metric-bar { position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: rgba(249,244,238,.1); }
.swg-metric-bar > div { position: absolute; bottom: 0; left: 0; width: 100%; height: var(--pct); }
.swg-metric-label { color: rgba(249,244,238,.7); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px; padding-left: 14px; }
.swg-metric-value { padding-left: 14px; }
.swg-metric-old { color: rgba(249,244,238,.45); font-size: 17px; text-decoration: line-through; margin-right: 8px; }
.swg-metric-value span:last-child { color: #F9F4EE; font-size: 28px; font-family: 'DM Serif Display', serif; }

/* results page large metrics */
.swg-metric-lg { background: rgba(255,255,255,.06); border: 1px solid rgba(249,244,238,.12); border-radius: 12px; padding: 24px; }
.swg-metric-lg .swg-metric-value span:last-child { font-size: 30px; font-family: 'DM Serif Display', serif; color: #F9F4EE; }

.swg-badge { display: inline-block; background: rgba(228,98,18,.15); color: #F68F5F; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 100px; margin-right: 8px; }
.swg-badge-solid { background: #E46212; color: #fff; }

/* ---------- trail list (who I work with) ---------- */
.swg-trail { border-left: 2px solid #E1DDD7; padding-left: 24px; margin-left: 4px; }
.swg-trail-item { position: relative; padding-bottom: 20px; }
.swg-trail-dot { position: absolute; left: -31px; top: 4px; width: 10px; height: 10px; border-radius: 50%; background: #E46212; border: 3px solid #F9F4EE; transition: transform .25s ease; }
.swg-trail-item:hover .swg-trail-dot { transform: scale(1.3); }

/* ---------- photo frame + floating stat ---------- */
.swg-photo-frame { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 18px; border: 1px solid #E1DDD7; background: #EFEBE4; box-shadow: 0 30px 60px -20px rgba(19,33,57,.2); }
.swg-photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.23,1,.32,1); }
.swg-photo-frame:hover img { transform: scale(1.04); }
.swg-stat-float {
  position: absolute; bottom: -20px; left: -20px; background: #fff;
  border-radius: 12px; box-shadow: 0 20px 45px -12px rgba(19,33,57,.25);
  padding: 18px 20px; border: 1px solid #E1DDD7;
  display: flex; align-items: center; gap: 14px;
  transition: transform .3s ease;
}
.swg-stat-float:hover { transform: translateY(-4px); }
.swg-stat-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(228,98,18,.1); display: flex; align-items: center; justify-content: center; color: #E46212; }
.swg-stat-label { font-size: 11px; color: #6E7278; text-transform: uppercase; letter-spacing: .06em; margin: 0; }
.swg-stat-value { font-family: 'DM Serif Display', serif; font-size: 19px; color: #132139; margin: 2px 0 0; }
@media (max-width: 980px) { .swg-stat-float { position: static; margin-top: 16px; display: inline-flex; } }

/* ---------- links with arrow ---------- */
.swg-link-arrow { transition: gap .2s ease; }
.swg-link-arrow:hover { gap: 12px !important; }

/* ---------- contact form + sidebar cards ---------- */
.swg-form-card, .swg-side-card { background: #fff; border: 1px solid #E1DDD7; border-radius: 14px; padding: 32px; }
.swg-side-card { margin-bottom: 20px; }
.swg-form-card .ff-el-form-control, .swg-form-card input, .swg-form-card textarea, .swg-form-card select {
  border-radius: 8px !important; border: 1px solid #E1DDD7 !important; padding: 12px 14px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important; transition: border-color .2s ease;
}
.swg-form-card .ff-el-form-control:focus, .swg-form-card input:focus, .swg-form-card textarea:focus { border-color: #E46212 !important; outline: none !important; box-shadow: 0 0 0 3px rgba(228,98,18,.1) !important; }
.swg-form-card .ff-btn, .swg-form-card button[type="submit"] {
  background: #E46212 !important; border: none !important; border-radius: 8px !important;
  padding: 13px 28px !important; font-weight: 600 !important; transition: all .25s ease !important;
}
.swg-form-card .ff-btn:hover, .swg-form-card button[type="submit"]:hover { background: #F68F5F !important; transform: translateY(-2px); }

/* ---------- header polish ---------- */
.et-l--header { position: sticky; top: 0; z-index: 999; }
.et-l--header .et_pb_section {
  background: rgba(249,244,238,.85) !important;
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  border-bottom: 1px solid rgba(19,33,57,.06);
}
.et-l--header .et_pb_row { display: flex; align-items: center; justify-content: space-between; width: 92% !important; max-width: 1280px; flex-wrap: nowrap !important; gap: 24px; }
.et-l--header .et_pb_group { display: flex; align-items: center; gap: 12px; flex: 0 0 auto !important; justify-content: flex-start !important; }
.et-l--header .et_pb_group .et_pb_image { margin-bottom: 0 !important; }
.et-l--header .et_pb_group .et_pb_text { white-space: nowrap; }
.et-l--header .et_pb_menu { flex: 1 1 auto; padding-left: 48px; }
.et-l--header .et_pb_menu .et-menu { display: flex; justify-content: flex-end; flex-wrap: nowrap; gap: 4px; }
.et-l--header .et_pb_menu .et-menu > li > a {
  color: #132139; font-size: 15px; font-weight: 500; padding: 8px 14px !important; border-radius: 8px; transition: all .2s ease;
}
.et-l--header .et_pb_menu .et-menu > li > a:hover { color: #E46212; background: rgba(228,98,18,.06); }
.et-l--header .et_pb_menu .current-menu-item > a, .et-l--header .et_pb_menu .current_page_item > a { color: #E46212 !important; }
.et-l--header .et_pb_button { padding: 11px 20px !important; padding-right: 42px !important; font-size: 15px !important; box-shadow: 0 8px 20px -6px rgba(228,98,18,.4) !important; }
.et-l--header .et_pb_button_module_wrapper { margin-bottom: 0 !important; }
.et-l--header .et_pb_image img { max-height: 44px; width: auto; transition: transform .3s ease; }
.et-l--header:hover .et_pb_image img { transform: scale(1.03); }

@media (max-width: 980px) {
  .et-l--header .et_pb_menu .et-menu { display: none !important; }
  .et-l--header .et_pb_menu { padding-left: 0; flex: 0 0 auto; }
  .et-l--header .et_pb_button { padding: 9px 14px !important; padding-right: 36px !important; font-size: 14px !important; }
  .et-l--header .et_pb_image img { max-height: 36px; }
}

/* ---------- footer polish ---------- */
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_section_regular.et_flex_section,
body #page-container .et-l--footer .et_builder_inner_content .et_pb_section.et_section_regular.et_block_section { background-color: #132139 !important; }
.et-l--footer a { color: rgba(249,244,238,.85) !important; transition: color .2s ease; }
.et-l--footer a:hover { color: #F68F5F !important; }
.et-l--footer h1, .et-l--footer h2, .et-l--footer h3, .et-l--footer h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 700 !important;
  text-transform: uppercase; letter-spacing: .08em; color: #F9F4EE !important; margin-bottom: 16px !important;
}
.et-l--footer p { color: rgba(249,244,238,.75); }
.et-l--footer .et_pb_section { padding-top: 80px !important; padding-bottom: 40px !important; }

/* ---------- mobile CTA parity ---------- */
@media (max-width: 767px) {
  body #page-container .et_pb_group { flex-direction: column; align-items: stretch; }
  body #page-container .et_pb_group .et_pb_button_module_wrapper { width: 100%; }
  body #page-container .et_pb_group .et_pb_button { display: block; width: 100%; text-align: center; box-sizing: border-box; }
}
.preset--module--divi-button--klcvu0qk4f { box-shadow: 0 10px 24px -6px rgba(228,98,18,.35) !important; }
.preset--module--divi-button--klcvu0qk4f:hover { box-shadow: 0 14px 30px -6px rgba(228,98,18,.45) !important; }
/* fix: arrow/badges wrapping to new line on service rows */
.swg-service-row-v2 { flex-wrap: nowrap; }
.swg-svc-index-card { flex-wrap: nowrap; }
@media (max-width: 640px) {
  .swg-service-row-v2 { flex-wrap: wrap; }
  .swg-row-arrow { display: none; }
}

/* ===================================================================
   SWG v3 fixes (2026-07-13): container width, overlay links, header scroll
   =================================================================== */

/* ---------- restore container max-width (matches original Home.tsx .container: 1280px, responsive gutters) ---------- */
body #page-container .et_pb_section:not(.et_pb_section_0_tb_header):not(.et_pb_section_0_tb_footer):not(.et_pb_section_1_tb_footer) > .et_pb_row {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  body #page-container .et_pb_section > .et_pb_row { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 1024px) {
  body #page-container .et_pb_section > .et_pb_row { padding-left: 32px; padding-right: 32px; }
}
/* hero/text max-width so lines don't stretch full container on very wide screens */
.et_pb_section .et_pb_column > .et_pb_module.et_pb_text:first-child { max-width: 100%; }

/* ---------- overlay link cards (replaces div-inside-anchor to dodge wpautop corruption) ---------- */
.swg-row-link { position: absolute; inset: 0; z-index: 1; }
.swg-service-row-v2, .swg-svc-index-card { position: relative; }
.swg-service-row-v2 > *:not(.swg-row-link), .swg-svc-index-card > *:not(.swg-row-link) { position: relative; z-index: 0; }

/* ---------- header: white/solid on scroll instead of always-blurred ---------- */
.et-l--header .et_pb_section {
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.et-l--header.swg-scrolled .et_pb_section {
  background: rgba(249,244,238,.97) !important;
  box-shadow: 0 4px 20px rgba(19,33,57,.08);
  border-bottom: 1px solid rgba(19,33,57,.06);
}
