.elementor-1398 .elementor-element.elementor-element-c1219e4{--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-1398 .elementor-element.elementor-element-cc7e860 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;1,9..144,300;1,9..144,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

.hma-cs-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;--bg-soft:#F8F7F5;
  --border:#E7E5E4;--border-warm:#D6D0C4;--good:#15803D;
  --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;
}

/* ── LABEL ── */
.hma-cs-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;}
.hma-cs-label::before{content:'';display:block;width:20px;height:2px;background:var(--amber);border-radius:2px;}
.hma-cs-label-light{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;}
.hma-cs-label-light::before{content:'';display:block;width:20px;height:2px;background:var(--amber);border-radius:2px;}

/* ── HERO ── */
.hma-cs-hero{background:var(--bg-dark);padding:6rem 2rem 5rem;position:relative;overflow:hidden;}
.hma-cs-hero::after{content:'';position:absolute;top:-150px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(217,119,6,.12) 0%,transparent 65%);pointer-events:none;}
.hma-cs-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center;position:relative;z-index:1;}
.hma-cs-hero-left>*{animation:hma-cs-fadeUp .7s ease both;}
.hma-cs-hero-left>*:nth-child(1){animation-delay:.05s;}
.hma-cs-hero-left>*:nth-child(2){animation-delay:.15s;}
.hma-cs-hero-left>*:nth-child(3){animation-delay:.25s;}
.hma-cs-hero-left>*:nth-child(4){animation-delay:.35s;}
.hma-cs-hero-right{animation:hma-cs-fadeUp .7s ease .3s both;}
@keyframes hma-cs-fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}

.hma-cs-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:1.25rem;}
.hma-cs-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--amber);border-radius:2px;}
.hma-cs-h1{font-family:'Fraunces',Georgia,serif!important;font-size:clamp(2.2rem,4.5vw,3.2rem)!important;font-weight:300!important;line-height:1.1!important;color:#fff!important;margin-bottom:1.25rem!important;letter-spacing:-.02em!important;-webkit-text-fill-color:#fff!important;}
.hma-cs-h1 em{font-style:italic!important;color:var(--amber)!important;-webkit-text-fill-color:var(--amber)!important;}
.hma-cs-lead{font-size:15px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:2rem;max-width:52ch;}

/* meta tags */
.hma-cs-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;}
.hma-cs-meta-item{font-size:11px;color:rgba(255,255,255,.35);display:flex;align-items:center;gap:6px;}
.hma-cs-meta-item::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--amber);flex-shrink:0;}

/* hero right — before/after image stack */
.hma-cs-hero-img{width:100%;border-radius:var(--r-xl);overflow:hidden;border:1px solid rgba(255,255,255,.08);}
.hma-cs-hero-img img{width:100%;display:block;object-fit:cover;}

/* ── STATS STRIP ── */
.hma-cs-stats-strip{background:var(--amber);padding:2.5rem 2rem;}
.hma-cs-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:0;}
.hma-cs-stat{padding:0 2rem;border-right:1px solid rgba(255,255,255,.25);text-align:center;}
.hma-cs-stat:first-child{padding-left:0;}
.hma-cs-stat:last-child{border-right:none;}
.hma-cs-stat-val{font-family:'Fraunces',Georgia,serif;font-size:2.25rem;font-weight:300;color:#fff;line-height:1;display:block;margin-bottom:4px;}
.hma-cs-stat-label{font-size:12px;color:rgba(255,255,255,.7);}

/* ── SECTIONS ── */
.hma-cs-section{padding:6rem 2rem;}
.hma-cs-inner{max-width:1100px;margin:0 auto;}
.hma-cs-narrow{max-width:780px;margin:0 auto;}
.hma-cs-title{font-family:'Fraunces',Georgia,serif!important;font-size:clamp(1.75rem,3vw,2.5rem)!important;font-weight:300!important;color:var(--ink)!important;line-height:1.15!important;letter-spacing:-.02em!important;margin-bottom:.75rem;}
.hma-cs-title em{font-style:italic;color:var(--amber);}
.hma-cs-sub{font-size:15px;color:var(--ink-3);line-height:1.75;margin-bottom:2.5rem;}
.hma-cs-body{font-size:15px;color:var(--ink-2);line-height:1.9;}
.hma-cs-body p{margin-bottom:1.25rem;}
.hma-cs-body p:last-child{margin-bottom:0;}
.hma-cs-body strong{color:var(--ink);font-weight:500;}

/* ── CHALLENGE SECTION ── */
.hma-cs-challenge{background:var(--bg-soft);padding:6rem 2rem;border-top:1px solid var(--border);}
.hma-cs-challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1100px;margin:0 auto;}
.hma-cs-challenge-cards{display:flex;flex-direction:column;gap:1rem;}
.hma-cs-challenge-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:border-color .2s;}
.hma-cs-challenge-card:hover{border-color:var(--amber);}
.hma-cs-challenge-num{font-family:'Fraunces',Georgia,serif;font-size:1.5rem;font-weight:300;color:var(--amber);line-height:1;flex-shrink:0;padding-top:2px;}
.hma-cs-challenge-title{font-size:14px;font-weight:500;color:var(--ink);display:block;margin-bottom:3px;}
.hma-cs-challenge-desc{font-size:13px;color:var(--ink-3);line-height:1.6;}

/* ── APPROACH SECTION ── */
.hma-cs-approach{padding:6rem 2rem;}
.hma-cs-steps{display:flex;flex-direction:column;gap:4rem;max-width:1100px;margin:0 auto;}
.hma-cs-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;align-items:start;}
.hma-cs-step-num{font-family:'Fraunces',Georgia,serif;font-size:4rem;font-weight:300;font-style:italic;color:var(--amber);line-height:1;opacity:.4;}
.hma-cs-step-content{}
.hma-cs-step-title{font-family:'Fraunces',Georgia,serif!important;font-size:1.4rem;font-weight:400;color:var(--ink);margin-bottom:.75rem;line-height:1.2;}
.hma-cs-step-body{font-size:15px;color:var(--ink-2);line-height:1.9;}
.hma-cs-step-body p{margin-bottom:1rem;}
.hma-cs-step-body p:last-child{margin-bottom:0;}
.hma-cs-step-body strong{color:var(--ink);font-weight:500;}
.hma-cs-step-img{width:100%;border-radius:var(--r-xl);display:block;margin-top:1.5rem;border:1px solid var(--border);}
.hma-cs-step-divider{border:none;border-top:1px solid var(--border);margin:4rem 0 0;}
.hma-cs-step-divider:last-child{display:none;}

/* ── RESULTS ── */
.hma-cs-results{background:var(--bg-dark);padding:6rem 2rem;position:relative;overflow:hidden;}
.hma-cs-results::before{content:'';position:absolute;top:-150px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(217,119,6,.12) 0%,transparent 65%);pointer-events:none;}
.hma-cs-results-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1;}
.hma-cs-results-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;}
.hma-cs-result-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-xl);padding:2rem;}
.hma-cs-result-val{font-family:'Fraunces',Georgia,serif!important;font-size:2.5rem;font-weight:300;color:#fff;line-height:1;display:block;margin-bottom:4px;}
.hma-cs-result-val.up{color:#4ADE80;}
.hma-cs-result-label{font-size:12px;color:rgba(255,255,255,.35);display:block;margin-bottom:.75rem;}
.hma-cs-result-desc{font-size:13px;color:rgba(255,255,255,.5);line-height:1.65;border-top:1px solid rgba(255,255,255,.07);padding-top:.75rem;margin-top:.75rem;}
.hma-cs-result-desc strong{color:rgba(255,255,255,.75);font-weight:500;}
.hma-cs-results-img{width:100%;border-radius:var(--r-xl);display:block;opacity:.85;border:1px solid rgba(255,255,255,.08);}
.hma-cs-pullquote{background:rgba(217,119,6,.08);border-left:3px solid var(--amber);border-radius:0 var(--r-lg) var(--r-lg) 0;padding:1.5rem 2rem;margin-top:2rem;}
.hma-cs-pullquote p{font-family:'Fraunces',Georgia,serif;font-size:1.1rem;font-weight:300;font-style:italic;color:rgba(255,255,255,.8);line-height:1.6;margin:0;}

/* ── NOTE ── */
.hma-cs-note{background:var(--bg-soft);padding:4rem 2rem;border-top:1px solid var(--border);}
.hma-cs-note-inner{max-width:780px;margin:0 auto;display:flex;gap:1.5rem;align-items:flex-start;}
.hma-cs-note-icon{width:40px;height:40px;background:var(--amber-light);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.hma-cs-note-icon svg{width:20px;height:20px;color:var(--amber);}
.hma-cs-note-text{font-size:14px;color:var(--ink-3);line-height:1.75;}
.hma-cs-note-text strong{color:var(--ink-2);font-weight:500;}

/* ── CTA ── */
.hma-cs-cta{padding:7rem 2rem;text-align:center;position:relative;overflow:hidden;}
.hma-cs-cta::before{content:'';position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(217,119,6,.07) 0%,transparent 65%);pointer-events:none;}
.hma-cs-cta-inner{max-width:540px;margin:0 auto;position:relative;z-index:1;}
.hma-cs-cta-title{font-family:'Fraunces',Georgia,serif!important;font-size:clamp(2rem,4vw,2.75rem)!important;font-weight:300!important;color:var(--ink)!important;line-height:1.15!important;letter-spacing:-.02em!important;margin-bottom:1rem;-webkit-text-fill-color:var(--ink)!important;}
.hma-cs-cta-title em{font-style:italic;color:var(--amber);-webkit-text-fill-color:var(--amber)!important;}
.hma-cs-cta-sub{font-size:15px;color:var(--ink-3);line-height:1.75;margin-bottom:2rem;}
.hma-cs-cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;}
.hma-cs-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:var(--bg);font-family:var(--sans)!important;font-size:14px!important;font-weight:500!important;padding:.85rem 1.75rem;border-radius:var(--r-lg);text-decoration:none;border:1px solid var(--ink);transition:all .2s ease;}
.hma-cs-btn-primary:hover{background:var(--amber);border-color:var(--amber);transform:translateY(-2px);box-shadow:0 8px 24px rgba(217,119,6,.25);color:#fff;}
.hma-cs-btn-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--ink-2);font-family:var(--sans)!important;font-size:14px!important;font-weight:400!important;padding:.85rem 1.5rem;border-radius:var(--r-lg);text-decoration:none;border:1px solid var(--border-warm);transition:all .2s;}
.hma-cs-btn-secondary:hover{border-color:var(--ink);color:var(--ink);}

/* ── MOBILE ── */
@media(max-width:900px){
  .hma-cs-hero-inner{grid-template-columns:1fr;}
  .hma-cs-hero-right{display:none;}
  .hma-cs-challenge-grid{grid-template-columns:1fr;gap:2.5rem;}
  .hma-cs-results-grid{grid-template-columns:1fr;}
  .hma-cs-stats-inner{grid-template-columns:1fr 1fr;gap:2rem;}
  .hma-cs-stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:1.5rem;}
  .hma-cs-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.25);}
  .hma-cs-stat:last-child,.hma-cs-stat:nth-last-child(2){border-bottom:none;}
}
@media(max-width:640px){
  .hma-cs-hero{padding:5rem 1.25rem 4rem;}
  .hma-cs-section{padding:4rem 1.25rem;}
  .hma-cs-challenge{padding:4rem 1.25rem;}
  .hma-cs-approach{padding:4rem 1.25rem;}
  .hma-cs-results{padding:4rem 1.25rem;}
  .hma-cs-note{padding:3rem 1.25rem;}
  .hma-cs-cta{padding:5rem 1.25rem;}
  .hma-cs-step{grid-template-columns:50px 1fr;gap:1rem;}
  .hma-cs-step-num{font-size:2.5rem;}
  .hma-cs-cta-actions{flex-direction:column;}
  .hma-cs-btn-primary,.hma-cs-btn-secondary{width:100%;justify-content:center;}
  .hma-cs-stats-inner{grid-template-columns:1fr 1fr;}
  .hma-cs-h1{font-size:2rem!important;}
}
.hma-cs-step-img {
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */