.elementor-100 .elementor-element.elementor-element-ae382f4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-952e1cd{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-ae382f4 */:root{
  --ink:#17171a;
  --ink-2:#1c1c1e;
  --ink-3:#28282b;
  --paper:#f6f6f7;
  --paper-2:#eceef0;
  --white:#ffffff;
  --text:#1c1c1e;
  --text-muted:#55585c;
  --text-on-ink:#f2f1ef;
  --text-on-ink-muted:#a9a8a6;
  --red:#97171a;
  --red-dark:#6e0f11;
  --red-light:#c23b3e;
  --border:#e0e2e5;
  --border-on-ink:rgba(255,255,255,0.12);
  --radius-lg:16px;
  --radius-md:12px;
  --radius-full:999px;
  --shadow-sm:0 1px 2px rgba(23,23,26,0.06);
  --shadow-md:0 12px 32px -12px rgba(23,23,26,0.22);
  --shadow-red:0 10px 28px -10px rgba(151,23,26,0.45);
  --container:1220px;
  --nav-h:76px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--paper);
  color:var(--text);
  font-family:'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ margin:0; font-weight:800; letter-spacing:-0.02em; }
p{ margin:0; }
section{ position:relative; }

.material-symbols-outlined{
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
  line-height:1;
  vertical-align:middle;
}

.wrap{
  max-width:var(--container);
  margin:0 auto;
  padding:0 24px;
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

/* -------------------------------- Buttons -------------------------------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:50px;
  padding:0 26px;
  border-radius:var(--radius-full);
  font-weight:700;
  font-size:15px;
  white-space:nowrap;
  border:1px solid transparent;
  transition:transform .18s cubic-bezier(.16,1,.3,1), box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:active{ transform:translateY(1px) scale(.98); }
.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:var(--shadow-red);
}
.btn-primary:hover{ background:var(--red-dark); box-shadow:0 14px 32px -10px rgba(151,23,26,0.55); }
.btn-ghost-on-ink{
  background:transparent;
  color:var(--text-on-ink);
  border-color:var(--border-on-ink);
}
.btn-ghost-on-ink:hover{ background:rgba(255,255,255,0.06); border-color:rgba(255,255,255,0.28); }
.btn-outline{
  background:transparent;
  color:var(--text);
  border-color:var(--border);
}
.btn-outline:hover{ border-color:var(--red); color:var(--red); }
.btn-block{ width:100%; }
.btn-sm{ height:44px; padding:0 20px; font-size:14px; }

/* --------------------------------- Nav ----------------------------------- */
.site-nav{
  position:fixed;
  top:0; left:0; right:0;
  z-index:100;
  height:var(--nav-h);
  display:flex;
  align-items:center;
  background:rgba(23,23,26,0.88);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
  border-bottom:1px solid var(--border-on-ink);
}
.site-nav .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  width:100%;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.brand img{ height:38px; width:auto; }
.brand-word{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-word strong{
  color:var(--text-on-ink);
  font-size:15px;
  font-weight:800;
  letter-spacing:-0.01em;
}
.brand-word span{
  color:var(--text-on-ink-muted);
  font-size:10.5px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:30px;
}
.nav-links a{
  color:var(--text-on-ink-muted);
  font-size:14.5px;
  font-weight:600;
  transition:color .15s ease;
}
.nav-links a:hover{ color:var(--text-on-ink); }
.nav-links a.is-active,
.mobile-panel a.is-active{ color:var(--red-light); }
.nav-cta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-shrink:0;
}
.nav-phone{
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--text-on-ink);
  font-size:14px;
  font-weight:700;
}
.nav-phone .material-symbols-outlined{ font-size:18px; color:var(--red-light); }
.nav-toggle{
  display:none;
  background:none;
  border:none;
  color:var(--text-on-ink);
  padding:6px;
}
.nav-toggle .material-symbols-outlined{ font-size:28px; }

.mobile-panel{
  position:fixed;
  inset:var(--nav-h) 0 0 0;
  z-index:99;
  background:var(--ink);
  padding:28px 24px 40px;
  display:none;
  flex-direction:column;
  gap:4px;
  overflow-y:auto;
}
.mobile-panel.is-open{ display:flex; }
.mobile-panel a{
  color:var(--text-on-ink);
  font-size:19px;
  font-weight:700;
  padding:14px 4px;
  border-bottom:1px solid var(--border-on-ink);
}
.mobile-panel .btn{ margin-top:20px; }
.mobile-phone{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--text-on-ink-muted);
  font-weight:700;
  margin-top:18px;
}

/* --------------------------------- Hero ----------------------------------- */
.hero{
  background:
    radial-gradient(1100px 520px at 82% -10%, rgba(151,23,26,0.28), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  padding:calc(var(--nav-h) + 56px) 0 88px;
  overflow:hidden;
}
.hero .wrap{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:56px;
  align-items:center;
}
.hero-copy h1{
  color:var(--text-on-ink);
  font-size:clamp(2.4rem, 4.6vw, 3.4rem);
  line-height:1.08;
  max-width:15ch;
}
.hero-copy h1 em{
  font-style:normal;
  color:var(--red-light);
}
.hero-copy p{
  color:var(--text-on-ink-muted);
  font-size:17.5px;
  max-width:46ch;
  margin-top:20px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:32px;
}
.hero-note{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:26px;
  color:var(--text-on-ink-muted);
  font-size:13.5px;
}
.hero-note .material-symbols-outlined{ font-size:18px; color:#5fbf76; }

.hero-visual{
  background:var(--ink-3);
  border:1px solid var(--border-on-ink);
  border-radius:var(--radius-lg);
  padding:28px;
  box-shadow:var(--shadow-md);
}
.hero-visual-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.hero-visual-head p{
  color:var(--text-on-ink-muted);
  font-size:12.5px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.score-pill{
  display:flex;
  align-items:baseline;
  gap:6px;
  background:rgba(95,191,118,0.14);
  color:#7ad391;
  border-radius:var(--radius-full);
  padding:6px 14px;
  font-weight:700;
  font-size:13px;
}
.score-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-top:14px;
}
.score-num{ color:var(--text-on-ink); font-size:2.6rem; font-weight:800; letter-spacing:-0.02em; }
.score-label{ color:var(--text-on-ink-muted); font-size:12.5px; margin-top:4px; }
.hero-chart{ margin-top:6px; width:100%; height:auto; }
.hero-visual-foot{
  display:flex;
  gap:10px;
  margin-top:22px;
}
.mini-stat{
  flex:1;
  background:rgba(255,255,255,0.04);
  border:1px solid var(--border-on-ink);
  border-radius:var(--radius-md);
  padding:14px 16px;
}
.mini-stat strong{ display:block; color:var(--text-on-ink); font-size:17px; }
.mini-stat span{ color:var(--text-on-ink-muted); font-size:12px; }

.fund-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-radius:var(--radius-md);
  background:rgba(255,255,255,0.04);
  border:1px solid var(--border-on-ink);
  margin-bottom:10px;
}
.fund-row:last-child{ margin-bottom:0; }
.fund-row strong{ color:var(--text-on-ink); font-size:14.5px; font-weight:700; }
.fund-row span{ color:var(--text-on-ink-muted); font-size:13px; }

/* -------------------------------- Mission statement ------------------------- */
.mission{
  max-width:820px;
}
.mission h2{
  font-size:clamp(1.7rem,3.2vw,2.3rem);
  line-height:1.2;
}
.mission p{
  margin-top:20px;
  color:var(--text-muted);
  font-size:17px;
  line-height:1.7;
}

/* -------------------------------- Values grid -------------------------------- */
.values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* --------------------------------- Criteria list ---------------------------- */
.criteria-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px 40px;
}
.criteria-item{
  display:flex;
  align-items:flex-start;
  gap:16px;
}
.criteria-icon{
  width:44px; height:44px;
  border-radius:var(--radius-md);
  background:var(--white);
  border:1px solid var(--border);
  color:var(--red);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.criteria-icon .material-symbols-outlined{ font-size:21px; }
.criteria-text strong{ display:block; font-size:15.5px; margin-bottom:3px; }
.criteria-text span{ display:block; color:var(--text-muted); font-size:13.5px; }

/* ------------------------------ Stat strip -------------------------------- */
.stat-strip{
  background:var(--white);
  border-bottom:1px solid var(--border);
}
.stat-strip .wrap{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:40px 24px;
}
.stat-strip.is-triple .wrap{ grid-template-columns:repeat(3,1fr); }
.stat-item{
  padding:0 20px;
  border-left:1px solid var(--border);
  text-align:left;
}
.stat-item:first-child{ border-left:none; padding-left:0; }
.stat-item strong{
  display:block;
  font-size:clamp(1.7rem,3vw,2.2rem);
  font-weight:800;
  letter-spacing:-0.02em;
}
.stat-item span{
  display:block;
  margin-top:4px;
  color:var(--text-muted);
  font-size:13.5px;
}

/* -------------------------------- Section ---------------------------------- */
.section{ padding:96px 0; }
.section-alt{ background:var(--paper-2); }
.section-head{
  max-width:640px;
  margin-bottom:52px;
}
.eyebrow{
  display:inline-block;
  color:var(--red);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:14px;
}
.section-head h2{
  font-size:clamp(1.8rem,3.4vw,2.5rem);
  line-height:1.15;
}
.section-head p{
  margin-top:16px;
  color:var(--text-muted);
  font-size:16.5px;
  max-width:60ch;
}

/* -------------------------------- Services bento --------------------------- */
.bento{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-template-rows:auto auto;
  gap:20px;
}
.bento-card{
  border-radius:var(--radius-lg);
  padding:36px;
  border:1px solid var(--border);
  background:var(--white);
  display:flex;
  flex-direction:column;
}
.bento-card.is-primary{
  grid-column:span 1;
  color:var(--text-on-ink);
  background:linear-gradient(155deg, var(--ink-2), var(--ink));
  border-color:var(--border-on-ink);
}
.bento-card.is-primary .bento-icon{
  background:rgba(151,23,26,0.22);
  color:var(--red-light);
}
.bento-card.is-primary p{ color:var(--text-on-ink-muted); }
.bento-card.is-primary .bento-list li{ color:var(--text-on-ink); border-color:var(--border-on-ink); }
.bento-card.is-accent{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.bento-card.is-accent .bento-icon{ background:rgba(255,255,255,0.16); color:#fff; }
.bento-card.is-accent p{ color:rgba(255,255,255,0.82); }
.bento-card.is-accent .bento-list li{ color:#fff; border-color:rgba(255,255,255,0.22); }

.bento-icon{
  width:52px; height:52px;
  border-radius:var(--radius-md);
  background:var(--paper-2);
  color:var(--red);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:22px;
}
.bento-icon .material-symbols-outlined{ font-size:26px; }
.bento-card h3{ font-size:1.4rem; margin-bottom:10px; }
.bento-card p{ color:var(--text-muted); font-size:15px; }
.bento-list{ margin-top:22px; display:flex; flex-direction:column; gap:10px; }
.bento-list li{
  display:flex; align-items:center; gap:10px;
  font-size:14.5px; font-weight:600;
  padding-top:10px;
  border-top:1px solid var(--border);
}
.bento-list li:first-child{ border-top:none; padding-top:0; }
.bento-list .material-symbols-outlined{ font-size:18px; color:var(--red); flex-shrink:0; }
.bento-card.is-primary .bento-list .material-symbols-outlined,
.bento-card.is-accent .bento-list .material-symbols-outlined{ color:inherit; }
.bento-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:24px;
  font-weight:700;
  font-size:14.5px;
  color:var(--red);
}
.bento-link .material-symbols-outlined{ font-size:18px; transition:transform .18s cubic-bezier(.16,1,.3,1); }
.bento-link:hover .material-symbols-outlined{ transform:translateX(3px); }
.bento-card.is-primary .bento-link,
.bento-card.is-accent .bento-link{ color:inherit; }

.bento-row{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.tile{
  border-radius:var(--radius-lg);
  border:1px solid var(--border);
  background:var(--white);
  padding:26px;
}
.tile .bento-icon{ width:44px; height:44px; margin-bottom:16px; }
.tile .bento-icon .material-symbols-outlined{ font-size:22px; }
.tile h4{ font-size:1.02rem; margin-bottom:8px; }
.tile p{ color:var(--text-muted); font-size:14px; }

/* ------------------------------- Process ------------------------------------ */
.process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative;
}
.process::before{
  content:"";
  position:absolute;
  top:26px; left:0; right:0;
  height:1px;
  background:var(--border);
}
.process-step{
  position:relative;
  padding:0 20px 0 0;
}
.step-num{
  width:52px; height:52px;
  border-radius:var(--radius-full);
  background:var(--ink);
  color:var(--text-on-ink);
  display:flex; align-items:center; justify-content:center;
  font-weight:800;
  font-size:16px;
  position:relative;
  z-index:1;
  margin-bottom:22px;
  box-shadow:0 0 0 6px var(--paper);
}
.process-step:nth-child(2) .step-num,
.process-step:nth-child(4) .step-num{ background:var(--red); }
.process-step h4{ font-size:1.08rem; margin-bottom:8px; }
.process-step p{ color:var(--text-muted); font-size:14.5px; }

/* ------------------------------- Testimonials -------------------------------- */
.testi-wrap{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.testi-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:32px;
}
.testi-stars{
  display:flex;
  gap:3px;
  color:var(--red);
  margin-bottom:18px;
}
.testi-stars .material-symbols-outlined{ font-size:19px; font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 24; }
.testi-card blockquote{
  margin:0;
  font-size:17px;
  line-height:1.5;
  color:var(--text);
  font-weight:600;
}
.testi-attr{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
}
.testi-avatar{
  width:44px; height:44px;
  border-radius:var(--radius-full);
  background:var(--paper-2);
  color:var(--red);
  display:flex; align-items:center; justify-content:center;
  font-weight:800;
  font-size:15px;
  flex-shrink:0;
}
.testi-attr strong{ display:block; font-size:14.5px; }
.testi-attr span{ display:block; color:var(--text-muted); font-size:13px; margin-top:2px; }

/* --------------------------------- Pricing ------------------------------------ */
.pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  align-items:stretch;
}
.plan{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:34px 30px;
  display:flex;
  flex-direction:column;
}
.plan.is-featured{
  background:var(--ink);
  border-color:var(--ink);
  color:var(--text-on-ink);
  transform:translateY(-14px);
  box-shadow:var(--shadow-md);
}
.plan-badge{
  align-self:flex-start;
  background:var(--red);
  color:#fff;
  font-size:11.5px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  padding:5px 12px;
  border-radius:var(--radius-full);
  margin-bottom:18px;
}
.plan h3{ font-size:1.25rem; }
.plan .plan-desc{ margin-top:8px; color:var(--text-muted); font-size:14px; }
.plan.is-featured .plan-desc{ color:var(--text-on-ink-muted); }
.plan-price{ margin-top:22px; font-size:1.05rem; font-weight:700; color:var(--text-muted); }
.plan.is-featured .plan-price{ color:var(--text-on-ink-muted); }
.plan-list{ margin-top:24px; display:flex; flex-direction:column; gap:12px; flex:1; }
.plan-list li{ display:flex; gap:10px; font-size:14.5px; }
.plan-list .material-symbols-outlined{ font-size:19px; color:var(--red); flex-shrink:0; }
.plan.is-featured .plan-list .material-symbols-outlined{ color:var(--red-light); }
.plan .btn{ margin-top:28px; }

/* ---------------------------------- FAQ ---------------------------------------- */
.faq-list{
  max-width:820px;
  border-top:1px solid var(--border);
}
.faq-item{ border-bottom:1px solid var(--border); }
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:24px 4px;
  background:none;
  border:none;
  text-align:left;
  font-size:17px;
  font-weight:700;
  color:var(--text);
}
.faq-q .material-symbols-outlined{
  color:var(--red);
  transition:transform .22s cubic-bezier(.16,1,.3,1);
  flex-shrink:0;
}
.faq-item.is-open .faq-q .material-symbols-outlined{ transform:rotate(180deg); }
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s cubic-bezier(.16,1,.3,1);
}
.faq-a-inner{ padding:0 4px 24px; color:var(--text-muted); font-size:15px; max-width:70ch; }

/* -------------------------------- Page intro (compact banner) ------------------- */
.page-intro{
  background:
    radial-gradient(900px 420px at 85% -20%, rgba(151,23,26,0.24), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  padding:calc(var(--nav-h) + 52px) 0 52px;
}
.page-intro .wrap{ max-width:760px; }
.page-intro h1{
  color:var(--text-on-ink);
  font-size:clamp(2rem,3.6vw,2.7rem);
  line-height:1.15;
}
.page-intro p{
  color:var(--text-on-ink-muted);
  font-size:17px;
  max-width:52ch;
  margin-top:16px;
}
.page-intro .updated{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:22px;
  color:var(--text-on-ink-muted);
  font-size:13px;
  font-weight:600;
}
.page-intro .updated .material-symbols-outlined{ font-size:17px; color:var(--red-light); }

/* -------------------------------- Legal / long-form content --------------------- */
.legal-notice{
  background:var(--paper-2);
  border:1px solid var(--border);
  border-left:3px solid var(--red);
  border-radius:var(--radius-md);
  padding:20px 24px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  max-width:760px;
  margin:0 auto 56px;
}
.legal-notice .material-symbols-outlined{ color:var(--red); font-size:22px; flex-shrink:0; margin-top:1px; }
.legal-notice p{ font-size:14px; color:var(--text-muted); line-height:1.65; }
.legal-notice strong{ color:var(--text); }

.legal-layout{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:56px;
  align-items:start;
  max-width:1020px;
  margin:0 auto;
}
.legal-toc{
  position:sticky;
  top:calc(var(--nav-h) + 24px);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  background:var(--white);
  padding:22px;
}
.legal-toc h5{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--text-muted);
  margin-bottom:14px;
}
.legal-toc ol{
  list-style:none;
  counter-reset:toc;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.legal-toc li{ counter-increment:toc; }
.legal-toc a{
  display:flex;
  gap:8px;
  padding:7px 0;
  font-size:13.5px;
  color:var(--text-muted);
  line-height:1.4;
}
.legal-toc a::before{
  content:counter(toc);
  color:var(--red);
  font-weight:700;
  flex-shrink:0;
  width:16px;
}
.legal-toc a:hover{ color:var(--text); }

.legal-content{ max-width:760px; }
.legal-content h2{
  font-size:1.3rem;
  margin-top:44px;
  padding-top:16px;
  border-top:1px solid var(--border);
  scroll-margin-top:calc(var(--nav-h) + 20px);
}
.legal-content h2:first-child{ margin-top:0; padding-top:0; border-top:none; }
.legal-content h3{
  font-size:1.05rem;
  margin-top:26px;
}
.legal-content p{
  margin-top:14px;
  color:var(--text-muted);
  font-size:15px;
  line-height:1.75;
}
.legal-content ul,
.legal-content ol{
  margin-top:14px;
  padding-left:22px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.legal-content li{
  color:var(--text-muted);
  font-size:15px;
  line-height:1.65;
}
.legal-content li::marker{ color:var(--red); font-weight:700; }
.legal-content a{ color:var(--red); font-weight:600; text-decoration:underline; text-underline-offset:2px; }
.legal-content strong{ color:var(--text); }
.legal-content .callout{
  background:var(--paper-2);
  border-radius:var(--radius-md);
  padding:18px 20px;
  margin-top:18px;
}
.legal-content .callout p{ margin-top:0; font-size:14px; }

/* -------------------------------- Contact layout --------------------------------- */
.contact-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:32px;
  align-items:start;
}
.contact-form-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:36px;
}
.contact-form-card h2{ font-size:1.4rem; }
.contact-form-card > p{ color:var(--text-muted); font-size:15px; margin-top:8px; }

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
}
.form-group{ display:flex; flex-direction:column; gap:7px; margin-top:22px; }
.form-row .form-group{ margin-top:0; }
.form-label{ font-size:13.5px; font-weight:700; color:var(--text); }
.form-label .optional{ color:var(--text-muted); font-weight:500; }
.form-control{
  height:50px;
  padding:0 16px;
  border-radius:var(--radius-md);
  border:1px solid var(--border);
  background:var(--paper);
  color:var(--text);
  font-family:inherit;
  font-size:15px;
  transition:border-color .15s ease, background .15s ease;
}
textarea.form-control{
  height:auto;
  min-height:130px;
  padding:14px 16px;
  resize:vertical;
  line-height:1.55;
}
.form-control::placeholder{ color:#8b8d90; }
.form-control:focus{
  outline:none;
  border-color:var(--red);
  background:var(--white);
  box-shadow:0 0 0 3px rgba(151,23,26,0.14);
}
.form-hint{ font-size:12.5px; color:var(--text-muted); }
.form-error{ font-size:12.5px; color:var(--red); display:none; }
.form-group.has-error .form-control{ border-color:var(--red); }
.form-group.has-error .form-error{ display:block; }
.form-submit{ margin-top:26px; display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.form-note{ font-size:12.5px; color:var(--text-muted); }

.form-success{
  display:none;
  text-align:center;
  padding:40px 20px;
}
.form-success.is-visible{ display:block; }
.contact-form-card.is-submitted .contact-form{ display:none; }
.form-success-icon{
  width:64px; height:64px;
  border-radius:var(--radius-full);
  background:rgba(151,23,26,0.1);
  color:var(--red);
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 18px;
}
.form-success-icon .material-symbols-outlined{ font-size:32px; }
.form-success h3{ font-size:1.25rem; }
.form-success p{ color:var(--text-muted); font-size:14.5px; margin-top:8px; max-width:40ch; margin-left:auto; margin-right:auto; }

.contact-side{ display:flex; flex-direction:column; gap:24px; }
.contact-card{
  background:linear-gradient(155deg, var(--ink-2), var(--ink));
  border:1px solid var(--border-on-ink);
  border-radius:var(--radius-lg);
  padding:30px;
  color:var(--text-on-ink);
}
.contact-card h3{ font-size:1.1rem; margin-bottom:18px; }
.contact-card ul{ display:flex; flex-direction:column; gap:16px; }
.contact-card li{ display:flex; align-items:flex-start; gap:12px; font-size:14.5px; }
.contact-card .material-symbols-outlined{ font-size:20px; color:var(--red-light); margin-top:1px; flex-shrink:0; }
.contact-card li strong{ display:block; font-weight:700; }
.contact-card li span{ display:block; color:var(--text-on-ink-muted); font-size:13.5px; margin-top:2px; }
.contact-card .btn{ margin-top:22px; }

.steps-mini{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:28px 30px;
}
.steps-mini h3{ font-size:1.05rem; margin-bottom:18px; }
.steps-mini-list{ display:flex; flex-direction:column; gap:16px; }
.steps-mini-item{ display:flex; align-items:flex-start; gap:14px; }
.steps-mini-num{
  width:28px; height:28px;
  border-radius:var(--radius-full);
  background:var(--paper-2);
  color:var(--red);
  font-weight:800;
  font-size:13px;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.steps-mini-item p{ font-size:14.5px; color:var(--text); padding-top:3px; }

/* -------------------------------- CTA banner ------------------------------------ */
.cta-banner{
  background:linear-gradient(155deg, var(--ink-2), var(--ink));
  padding:80px 0;
}
.cta-banner .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  flex-wrap:wrap;
}
.cta-banner h2{
  color:var(--text-on-ink);
  font-size:clamp(1.7rem,3.2vw,2.3rem);
  max-width:20ch;
}
.cta-banner-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* ---------------------------------- Footer --------------------------------------- */
.site-footer{
  background:var(--ink-2);
  color:var(--text-on-ink-muted);
  padding:72px 0 0;
}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:40px;
  padding-bottom:56px;
  border-bottom:1px solid var(--border-on-ink);
}
.footer-brand .brand{ margin-bottom:16px; }
.footer-brand p{ font-size:14px; max-width:34ch; line-height:1.6; }
.footer-social{ display:flex; gap:10px; margin-top:22px; }
.footer-social a{
  width:38px; height:38px;
  border-radius:var(--radius-full);
  border:1px solid var(--border-on-ink);
  display:flex; align-items:center; justify-content:center;
  transition:border-color .15s ease, background .15s ease;
}
.footer-social a:hover{ border-color:var(--red-light); background:rgba(151,23,26,0.16); }
.footer-social .material-symbols-outlined{ font-size:18px; }
.footer-col h5{
  color:var(--text-on-ink);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:18px;
}
.footer-col ul{ display:flex; flex-direction:column; gap:12px; }
.footer-col a{ font-size:14.5px; transition:color .15s ease; }
.footer-col a:hover{ color:var(--text-on-ink); }
.footer-contact li{ display:flex; align-items:flex-start; gap:10px; font-size:14.5px; }
.footer-contact .material-symbols-outlined{ font-size:18px; margin-top:1px; color:var(--red-light); }
.footer-legal{
  padding:26px 0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  font-size:13px;
}
.footer-legal-links{ display:flex; gap:22px; }
.footer-disclosure{
  padding:26px 0 40px;
  border-top:1px solid var(--border-on-ink);
  font-size:12.5px;
  line-height:1.7;
  max-width:980px;
  color:#807f7d;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width:1024px){
  .criteria-grid{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .values-grid{ grid-template-columns:repeat(2,1fr); }
  .legal-layout{ grid-template-columns:1fr; gap:32px; }
  .legal-toc{ position:static; }
  .hero .wrap{ grid-template-columns:1fr; gap:44px; }
  .hero-visual{ max-width:520px; }
  .bento{ grid-template-columns:1fr; }
  .bento-row{ grid-template-columns:1fr; }
  .process{ grid-template-columns:repeat(2,1fr); row-gap:40px; }
  .process::before{ display:none; }
  .testi-wrap{ grid-template-columns:1fr; }
  .pricing{ grid-template-columns:1fr; max-width:440px; margin:0 auto; }
  .plan.is-featured{ transform:none; order:-1; }
  .footer-top{ grid-template-columns:1fr 1fr; }
}

@media (max-width:768px){
  .nav-links{ display:none; }
  .nav-phone{ display:none; }
  .nav-cta-btn{ display:none; }
  .nav-toggle{ display:inline-flex; }
  .section{ padding:64px 0; }
  .hero{ padding:calc(var(--nav-h) + 32px) 0 56px; }
  .page-intro{ padding:calc(var(--nav-h) + 28px) 0 40px; }
  .form-row{ grid-template-columns:1fr; gap:0; }
  .contact-form-card{ padding:26px; }
  .values-grid{ grid-template-columns:1fr; }
  .stat-strip .wrap{ grid-template-columns:repeat(2,1fr); row-gap:24px; padding:32px 24px; }
  .stat-item:nth-child(3){ border-left:none; padding-left:0; }
  .cta-banner .wrap{ flex-direction:column; align-items:flex-start; }
  .footer-top{ grid-template-columns:1fr; }
  .footer-legal{ flex-direction:column; align-items:flex-start; }
}

@media (max-width:520px){
  .wrap{ padding:0 18px; }
  .hero-copy h1{ max-width:none; }
  .hero-actions .btn{ width:100%; }
  .stat-strip .wrap{ grid-template-columns:1fr 1fr; }
}/* End custom CSS */