.elementor-1276 .elementor-element.elementor-element-26530e2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1276 .elementor-element.elementor-element-6997be4{width:100%;max-width:100%;}.elementor-1276 .elementor-element.elementor-element-6997be4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-1276{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */.spa-page {
  --amber:       #D97706;
  --amber-light: #FEF3C7;
  --amber-pale:  #FFFBF0;
  --ink:         #1C1917;
  --ink-2:       #44403C;
  --ink-3:       #78716C;
  --ink-4:       #A8A29E;
  --bg:          #FAFAF8;
  --bg-warm:     #F5F0E8;
  --bg-dark:     #1C1917;
  --border:      #E7E5E4;
  --border-warm: #D6D0C4;
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── HERO ── */
.spa-hero { background: var(--bg-dark); display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; min-height: 90vh; }
.spa-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse at 70% 50%, rgba(217,119,6,.12) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(217,119,6,.07) 0%, transparent 50%); pointer-events: none; }
.spa-hero-left { padding: 7rem 3rem 5rem 2rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 1; }
.spa-hero-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 2rem; }
.spa-hero-tag-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--amber); }
.spa-hero h1 { font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300; line-height: 1.05; color: #fff; margin-bottom: 1.5rem; letter-spacing: -.01em; }
.spa-hero h1 em { font-style: italic; color: var(--amber); }
.spa-hero-lead { font-size: 16px; color: rgba(255,255,255,.7); line-height: 1.85; max-width: 100%; margin-bottom: 3rem; }
.spa-hero-cta-row { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.spa-btn-hero { display: inline-flex; align-items: center; gap: 10px; background: var(--amber); color: #fff; font-family: var(--sans); font-size: 14px; font-weight: 500; padding: .95rem 1.75rem; border-radius: var(--r-lg); text-decoration: none; transition: all .2s ease; box-shadow: 0 4px 20px rgba(217,119,6,.35); border: 1px solid var(--amber); }
.spa-btn-hero:hover { background: #C96E00; box-shadow: 0 6px 28px rgba(217,119,6,.45); transform: translateY(-2px); color: #fff; }
.spa-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: 14px; padding: .95rem 1.5rem; border-radius: var(--r-lg); text-decoration: none; border: 1px solid rgba(255,255,255,.25); transition: all .2s ease; }
.spa-btn-ghost:hover { border-color: rgba(255,255,255,.6); color: #fff; }
.spa-hero-stats { display: flex; gap: 2rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); }
.spa-hstat-num { font-family: var(--serif); font-size: 1.75rem; font-weight: 300; color: #fff; line-height: 1; margin-bottom: 3px; display: block; }
.spa-hstat-label { font-size: 11px; color: rgba(255,255,255,.55); line-height: 1.4; display: block; }
.spa-hstat-div { width: 1px; background: rgba(255,255,255,.1); align-self: stretch; }

/* Hero right */
.spa-hero-right { position: relative; display: flex; }
.spa-hero-img { flex: 1; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; min-height: 400px; }
.spa-hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; inset: 0; display: block; }
.spa-result-card { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; background: rgba(28,25,23,.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; z-index: 2; }
.spa-rc-tag { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 4px; }
.spa-rc-title { font-family: var(--serif); font-size: .95rem; color: #fff; font-weight: 300; }
.spa-rc-metrics { display: flex; gap: 1.25rem; }
.spa-rc-val { font-family: var(--serif); font-size: 1.4rem; font-weight: 300; color: #fff; display: block; line-height: 1; }
.spa-rc-label { font-size: 10px; color: rgba(255,255,255,.55); display: block; margin-top: 2px; }

/* ── PAGE WRAP ── */
.spa-content { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.spa-section { padding: 6rem 0 0; }

/* ── LABEL ── */
.spa-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.25rem; }
.spa-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.spa-section-title { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.6rem); font-weight: 300; color: var(--ink); line-height: 1.15; letter-spacing: -.01em; margin-bottom: .75rem; }
.spa-section-title em { font-style: italic; color: var(--amber); }
.spa-section-sub { font-size: 16px; color: var(--ink-3); line-height: 1.75; max-width: 100%; margin-bottom: 3rem; }

/* ── WIDE IMAGE SLOT ── */
.spa-wide-img { width: 100%; aspect-ratio: 16/5; border-radius: var(--r-xl); overflow: hidden; margin-top: 5rem; display: block; }
.spa-wide-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── PROBLEM STRIP ── */
.spa-problem-strip { background: var(--bg-warm); border-top: 1px solid var(--border-warm); border-bottom: 1px solid var(--border-warm); padding: 3rem 0; margin-top: 6rem; }
.spa-problem-inner { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.spa-problem-label { font-size: 11px; color: var(--ink-4); letter-spacing: .1em; text-transform: uppercase; text-align: center; margin-bottom: 2rem; }
.spa-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border-warm); border: 1px solid var(--border-warm); border-radius: var(--r-xl); overflow: hidden; }
.spa-problem-card { background: var(--bg); padding: 1.75rem 1.5rem; }
.spa-problem-icon { width: 36px; height: 36px; background: var(--amber-light); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.spa-problem-icon svg { width: 18px; height: 18px; color: var(--amber); }
.spa-problem-title { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 6px; line-height: 1.3; }
.spa-problem-desc { font-size: 13px; color: var(--ink-3); line-height: 1.65; }

/* ── SERVICES ── */
.spa-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; }
.spa-service-card { background: var(--bg); padding: 2rem; display: flex; flex-direction: column; transition: background .2s; }
.spa-service-card:hover { background: var(--amber-pale); }
.spa-service-card.primary { background: var(--bg-dark); border: 2px solid var(--amber); }
.spa-service-card.primary:hover { background: #252320; }
.spa-sc-icon { width: 40px; height: 40px; background: var(--amber-light); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.spa-sc-icon svg { width: 20px; height: 20px; color: var(--amber); }
.spa-service-card.primary .spa-sc-icon { background: rgba(217,119,6,.15); }
.spa-sc-badge { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; padding: 3px 10px; border-radius: 100px; display: inline-flex; margin-bottom: .75rem; width: fit-content; }
.spa-sc-badge.core { background: var(--amber-light); color: var(--amber); border: 1px solid rgba(217,119,6,.2); }
.spa-sc-badge.addon { background: var(--bg-warm); color: var(--ink-3); border: 1px solid var(--border); }
.spa-service-card.primary .spa-sc-badge { background: rgba(217,119,6,.15); color: var(--amber); border-color: rgba(217,119,6,.2); }
.spa-sc-title { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--ink); margin-bottom: .6rem; line-height: 1.25; }
.spa-service-card.primary .spa-sc-title { color: #fff; font-size: 1.4rem; }
.spa-sc-desc { font-size: 13px; color: var(--ink-3); line-height: 1.7; margin-bottom: 1.25rem; }
.spa-service-card.primary .spa-sc-desc { color: rgba(255,255,255,.5); }
.spa-sc-list { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-top: auto; padding: 0; }
.spa-sc-list li { font-size: 13px; color: var(--ink-2); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.spa-service-card.primary .spa-sc-list li { color: rgba(255,255,255,.65); }
.spa-sc-list li::before { content: '—'; color: var(--ink-4); flex-shrink: 0; }
.spa-service-card.primary .spa-sc-list li::before { color: rgba(255,255,255,.2); }

/* ── HOW IT WORKS ── */
.spa-hiw-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; background: var(--border); }
.spa-hiw-step { background: var(--bg); padding: 2rem 1.5rem; position: relative; }
.spa-hiw-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: rgba(217,119,6,.08); position: absolute; top: 1rem; right: 1.25rem; line-height: 1; }
.spa-hiw-icon { width: 36px; height: 36px; background: var(--amber-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
.spa-hiw-icon svg { width: 16px; height: 16px; color: var(--amber); }
.spa-hiw-title { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 5px; line-height: 1.3; }
.spa-hiw-desc { font-size: 13px; color: var(--ink-3); line-height: 1.65; }

/* ── INLINE CTA ── */
.spa-inline-cta { background: var(--amber-pale); border: 1px solid rgba(217,119,6,.2); border-radius: var(--r-lg); padding: 1.25rem 1.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 3rem; flex-wrap: wrap; }
.spa-inline-cta-text { font-family: var(--serif); font-size: 1rem; font-style: italic; color: var(--ink-2); }
.spa-btn-inline { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--bg); font-family: var(--sans); font-size: 13px; font-weight: 500; padding: .65rem 1.25rem; border-radius: var(--r-md); text-decoration: none; transition: all .2s ease; white-space: nowrap; }
.spa-btn-inline:hover { background: var(--amber); transform: translateY(-1px); color: #fff; }

/* ── CASE STUDY ── */
.spa-case-study { background: var(--bg-dark); border-radius: var(--r-xl); overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.spa-cs-left { padding: 3rem; display: flex; flex-direction: column; justify-content: space-between; }
.spa-cs-eyebrow { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 1.25rem; }
.spa-cs-title { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 300; color: #fff; line-height: 1.2; margin-bottom: 1rem; }
.spa-cs-title em { font-style: italic; color: var(--amber); }
.spa-cs-desc { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.8; margin-bottom: 2rem; }
.spa-cs-quote { border-left: 2px solid var(--amber); padding: .75rem 0 .75rem 1.25rem; margin-top: auto; }
.spa-cs-quote-note { font-size: 10px; color: rgba(255,255,255,.35); letter-spacing: .08em; text-transform: uppercase; margin-bottom: .4rem; }
.spa-cs-quote p { font-family: var(--serif); font-size: .95rem; font-style: italic; color: rgba(255,255,255,.6); line-height: 1.6; }
.spa-cs-quote span { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 6px; display: block; }
.spa-cs-right { background: rgba(255,255,255,.03); border-left: 1px solid rgba(255,255,255,.06); padding: 3rem; display: flex; flex-direction: column; gap: 1.25rem; }
.spa-cs-metric { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 1.25rem 1.5rem; }
.spa-cs-metric-val { font-family: var(--serif); font-size: 2.25rem; font-weight: 300; color: #fff; line-height: 1; display: block; margin-bottom: 4px; }
.spa-cs-metric-label { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.4; }
.spa-cs-metric-sub { font-size: 11px; color: var(--amber); opacity: .85; margin-top: 4px; display: block; }

/* ── WHO IT'S FOR ── */
.spa-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.spa-who-card { background: var(--bg-warm); border: 1px solid var(--border-warm); border-radius: var(--r-lg); padding: 1.25rem; display: flex; gap: 12px; align-items: flex-start; transition: border-color .2s, transform .15s; }
.spa-who-card:hover { border-color: var(--amber); transform: translateX(3px); }
.spa-who-check { width: 22px; height: 22px; background: var(--amber-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.spa-who-check svg { width: 10px; height: 10px; color: var(--amber); }
.spa-who-text { font-size: 13px; color: var(--ink-2); line-height: 1.55; }

/* ── NOT FOR ── */
.spa-notfor-strip { background: var(--bg-warm); border-top: 1px solid var(--border-warm); border-bottom: 1px solid var(--border-warm); padding: 4rem 0; margin-top: 6rem; }
.spa-notfor-inner { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.spa-notfor-title { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 300; color: var(--ink); letter-spacing: -.01em; margin-bottom: .5rem; }
.spa-notfor-title em { font-style: italic; color: var(--amber); }
.spa-notfor-sub { font-size: 15px; color: var(--ink-3); margin-bottom: 2rem; }
.spa-notfor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.spa-notfor-col { border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; }
.spa-notfor-col-head { padding: .75rem 1.25rem; display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.spa-notfor-col-head.good { background: #F0FDF4; border-bottom: 1px solid #BBF7D0; color: #15803D; }
.spa-notfor-col-head.bad { background: #FFF1F2; border-bottom: 1px solid #FECDD3; color: #9F1239; }
.spa-notfor-rows { background: var(--bg); }
.spa-notfor-row { display: flex; gap: 10px; padding: .9rem 1.25rem; border-bottom: 1px solid var(--border); align-items: flex-start; }
.spa-notfor-row:last-child { border-bottom: none; }
.spa-nr-mark { width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 10px; font-weight: 600; margin-top: 2px; }
.spa-nr-mark.tick { background: #F0FDF4; color: #15803D; border: 1px solid #BBF7D0; }
.spa-nr-mark.cross { background: #FFF1F2; color: #9F1239; border: 1px solid #FECDD3; }
.spa-nr-text { font-size: 13px; color: var(--ink-2); line-height: 1.55; }

/* ── TESTIMONIAL ── */
.spa-testimonial { background: var(--amber-pale); border: 1px solid rgba(217,119,6,.2); border-radius: var(--r-xl); padding: 3rem; position: relative; overflow: hidden; margin-top: 6rem; }
.spa-testimonial::before { content: '201C'; position: absolute; top: -1.5rem; left: 1.5rem; font-family: var(--serif); font-size: 8rem; color: rgba(217,119,6,.1); line-height: 1; pointer-events: none; }
.spa-t-note { font-size: 10px; color: var(--amber); letter-spacing: .08em; text-transform: uppercase; font-weight: 500; margin-bottom: .75rem; }
.spa-t-quote { font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.65; margin-bottom: 1.75rem; position: relative; z-index: 1; max-width: 700px; }
.spa-t-author { display: flex; align-items: center; gap: 12px; }
.spa-t-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--border-warm); border: 1px solid rgba(217,119,6,.2); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.spa-t-avatar img { width: 100%; height: 100%; object-fit: cover; }
.spa-t-avatar svg { width: 22px; height: 22px; color: var(--ink-4); }
.spa-t-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.spa-t-role { font-size: 12px; color: var(--ink-3); }

/* ── FAQ ── */
.spa-faq { display: flex; flex-direction: column; }
.spa-faq-item { border-bottom: 1px solid var(--border); }
.spa-faq-item:first-child { border-top: 1px solid var(--border); }
.spa-faq-q { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.1rem 0; font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--ink); cursor: pointer; user-select: none; -webkit-user-select: none; line-height: 1.4; }
.spa-faq-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--bg-warm); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; color: var(--ink-3); line-height: 1; transition: all .2s ease; font-style: normal; }
.spa-faq-item.open .spa-faq-icon { background: var(--amber); border-color: var(--amber); color: #fff; transform: rotate(45deg); }
.spa-faq-a { font-size: 14px; color: var(--ink-2); line-height: 1.75; padding-bottom: 1.1rem; display: none; }
.spa-faq-item.open .spa-faq-a { display: block; }

/* ── CTA ── */
.spa-cta { background: var(--bg-dark); border-radius: var(--r-xl); padding: 4rem 3rem; position: relative; overflow: hidden; margin: 6rem 0; text-align: center; }
.spa-cta::before { content: ''; position: absolute; top: -100px; right: -80px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(217,119,6,.15) 0%, transparent 65%); pointer-events: none; }
.spa-cta::after { content: ''; position: absolute; bottom: -80px; left: -60px; width: 250px; height: 250px; border-radius: 50%; background: radial-gradient(circle, rgba(217,119,6,.08) 0%, transparent 65%); pointer-events: none; }
.spa-cta-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1rem; position: relative; z-index: 1; }
.spa-cta-title { font-family: var(--serif); font-size: clamp(1.75rem, 3.5vw, 2.75rem); font-weight: 300; color: #fff; line-height: 1.15; letter-spacing: -.01em; margin-bottom: .85rem; position: relative; z-index: 1; }
.spa-cta-title em { font-style: italic; color: var(--amber); }
.spa-cta-sub { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.75; margin-bottom: 2.5rem; max-width: 440px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.spa-cta-note { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7; margin-top: 1.5rem; max-width: 480px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.spa-cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 1; }
.spa-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: #fff; font-family: var(--sans); font-size: 14px; font-weight: 500; padding: .95rem 2rem; border-radius: var(--r-lg); text-decoration: none; transition: all .2s ease; border: 1px solid var(--amber); box-shadow: 0 4px 20px rgba(217,119,6,.35); }
.spa-btn-primary:hover { background: #C96E00; transform: translateY(-2px); box-shadow: 0 6px 28px rgba(217,119,6,.45); color: #fff; }
.spa-btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: 14px; padding: .95rem 1.5rem; border-radius: var(--r-lg); text-decoration: none; border: 1px solid rgba(255,255,255,.3); transition: all .2s ease; }
.spa-btn-secondary:hover { border-color: rgba(255,255,255,.6); color: #fff; }
.spa-cta-trust { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 1.5rem; position: relative; z-index: 1; }
.spa-trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,.55); }
.spa-trust-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--amber); opacity: .5; flex-shrink: 0; }

/* ── FONT FIXES ── */
.spa-page h1,
.spa-page h2,
.spa-page h3,
.spa-section-title,
.spa-cs-title,
.spa-cta-title,
.spa-notfor-title,
.spa-t-quote,
.spa-hiw-title,
.spa-sc-title,
.spa-problem-title,
.spa-faq-q,
.spa-rc-val,
.spa-hstat-num,
.spa-cs-metric-val {
  font-family: 'Fraunces', Georgia, serif !important;
}

/* ── ANIMATIONS ── */
@keyframes spa-fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.spa-hero-left > * { animation: spa-fadeUp .7s ease both; }
.spa-hero-left > *:nth-child(1) { animation-delay: .05s; }
.spa-hero-left > *:nth-child(2) { animation-delay: .15s; }
.spa-hero-left > *:nth-child(3) { animation-delay: .25s; }
.spa-hero-left > *:nth-child(4) { animation-delay: .35s; }
.spa-hero-left > *:nth-child(5) { animation-delay: .45s; }
.spa-hero-right { animation: spa-fadeUp .7s ease .3s both; }

/* ── MOBILE ── */
@media (max-width: 960px) {
  .spa-hero { grid-template-columns: 1fr; }
  .spa-hero-right { display: none; }
  .spa-services-grid { grid-template-columns: 1fr; }
  .spa-hiw-grid { grid-template-columns: 1fr 1fr; }
  .spa-case-study { grid-template-columns: 1fr; }
  .spa-cs-right { border-left: none; border-top: 1px solid rgba(255,255,255,.06); }
  .spa-who-grid { grid-template-columns: 1fr 1fr; }
  .spa-notfor-grid { grid-template-columns: 1fr; }
  .spa-inline-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .spa-content { padding: 0 1.1rem; }
  .spa-hero-left { padding: 5rem 1.1rem 3.5rem; }
  .spa-hero h1 { font-size: 2.2rem; }
  .spa-problem-grid { grid-template-columns: 1fr; }
  .spa-hiw-grid { grid-template-columns: 1fr; }
  .spa-who-grid { grid-template-columns: 1fr; }
  .spa-cta { padding: 2.5rem 1.5rem; margin: 4rem 0; }
  .spa-cta-actions { flex-direction: column; }
  .spa-btn-primary, .spa-btn-secondary, .spa-btn-inline { justify-content: center; }
  .spa-notfor-inner { padding: 0 1.1rem; }
  .spa-problem-inner { padding: 0 1.1rem; }
}

.spa-btn-hero,
.spa-btn-ghost,
.spa-btn-primary,
.spa-btn-secondary,
.spa-btn-inline {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.spa-btn-hero {
  background: #D97706 !important;
  color: #fff !important;
  padding: .95rem 1.75rem !important;
  border-radius: 16px !important;
  border: 1px solid #D97706 !important;
}

.spa-btn-ghost {
  background: transparent !important;
  color: rgba(255,255,255,.7) !important;
  padding: .95rem 1.5rem !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  font-weight: 400 !important;
}

.spa-btn-primary {
  background: #D97706 !important;
  color: #fff !important;
  padding: .95rem 2rem !important;
  border-radius: 16px !important;
  border: 1px solid #D97706 !important;
}

.spa-btn-secondary {
  background: transparent !important;
  color: rgba(255,255,255,.7) !important;
  padding: .95rem 1.5rem !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.3) !important;
  font-weight: 400 !important;
}

.spa-btn-inline {
  background: #1C1917 !important;
  color: #FAFAF8 !important;
  padding: .65rem 1.25rem !important;
  border-radius: 10px !important;
  font-size: 13px !important;
}
.spa-cta-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.spa-cta-title em {
  color: #D97706 !important;
  -webkit-text-fill-color: #D97706 !important;
  font-style: italic !important;
}

.spa-cta-sub {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}

.spa-cta-eyebrow {
  color: #D97706 !important;
  -webkit-text-fill-color: #D97706 !important;
}
.spa-sc-list li::before {
  content: '' !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #D97706 !important;
  flex-shrink: 0 !important;
  margin-top: 9px !important;
}

.spa-service-card.primary .spa-sc-list li::before {
  background: rgba(217,119,6,0.6) !important;
}

.spa-hero {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
}
.spa-hero h1 {
  font-size: clamp(2rem, 3.2vw, 3rem) !important;
  line-height: 1.15 !important;
}


.spa-sc-list,
.spa-page ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none !important;
}

@media (max-width: 640px) {
  .spa-hero-cta-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .spa-btn-hero,
  .spa-btn-ghost {
    width: 100% !important;
    justify-content: center !important;
  }
}/* End custom CSS */