/* The Inner Worth — accessibility strengthened static site */
:root{
  --bg:#111722;--bg2:#151d2b;--text:#fff7ec;--muted:rgba(255,247,236,.88);--muted2:rgba(255,247,236,.76);
  --gold:#e3c894;--gold2:#f8e6bb;--cream:#fff6e9;--blue:#c1d3ef;--line:rgba(255,255,255,.22);--line2:rgba(255,255,255,.36);
  --glass:rgba(255,255,255,.1);--shadow:0 26px 90px rgba(3,7,16,.34);--soft-shadow:0 22px 60px rgba(3,7,16,.2);
  --radius:30px;--max:1180px;--text-scale:1;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);font-size:calc(16px * var(--text-scale))}
body{margin:0;min-height:100vh;color:var(--text);font-family:"Segoe UI",Arial,system-ui,-apple-system,sans-serif;background:
radial-gradient(circle at 15% 12%,rgba(227,200,148,.18),transparent 26%),
radial-gradient(circle at 84% 14%,rgba(166,183,212,.16),transparent 28%),
linear-gradient(180deg,#111722 0%,#171e2a 52%,#111722 100%);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 88%);pointer-events:none;z-index:-2}
.site-bg{position:fixed;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.04),transparent),radial-gradient(circle at 50% 0,rgba(255,246,233,.08),transparent 34%);pointer-events:none;z-index:-3}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{max-width:100%;height:auto}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;top:10px;right:10px;z-index:999;transform:translateY(-140%);background:var(--cream);color:#17140f;padding:10px 14px;border-radius:999px;font-weight:900}
.skip-link:focus{transform:translateY(0)}
:focus-visible{outline:3px solid var(--gold2);outline-offset:4px;border-radius:10px}
.site-header{position:sticky;top:0;z-index:80;background:linear-gradient(to bottom,rgba(17,23,34,.94),rgba(17,23,34,.72));backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.14)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;gap:13px}
.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.28);box-shadow:0 10px 24px rgba(0,0,0,.24);background:#111722}
.brand span{display:grid;gap:3px;line-height:1.1}
.brand strong{font-size:1.02rem;letter-spacing:.06em;text-transform:uppercase}
.brand small{color:var(--muted2);font-size:.78rem}
.nav-links{display:flex;align-items:center;gap:6px}
.nav-links a{color:var(--muted);padding:10px 12px;border-radius:999px;transition:.2s;min-height:44px;display:inline-flex;align-items:center}
.nav-links a:hover,.nav-links a:focus{background:rgba(255,255,255,.1);color:var(--text)}
.nav-cta{color:#17140f!important;background:linear-gradient(135deg,var(--cream),var(--gold));font-weight:900;box-shadow:0 14px 34px rgba(227,200,148,.16)}
.nav-toggle{display:none;width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.1);border:1px solid var(--line);cursor:pointer}
.nav-toggle span{display:block;width:20px;height:2px;background:var(--text);margin:5px auto}
.hero{min-height:calc(100vh - 78px);display:grid;align-items:center;padding:88px 0 78px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);gap:46px;align-items:center}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:24px;font-size:clamp(2.35rem,6.2vw,5.05rem);line-height:.92;letter-spacing:-.065em;max-width:930px}
h1 span{display:block;background:linear-gradient(135deg,#fff8ec,#ecd2a1 42%,#c1d3ef);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-slogan{display:inline-flex;margin:0 0 20px;padding:9px 14px;border-radius:999px;color:#fff0c9;background:rgba(248,230,187,.1);border:1px solid rgba(248,230,187,.3);font-weight:900;letter-spacing:.01em}
.hero-lead{max-width:800px;color:var(--muted);font-size:clamp(1.08rem,2vw,1.34rem);line-height:1.9;margin-bottom:30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:900;transition:.22s;white-space:nowrap}
.btn:hover,.btn:focus{transform:translateY(-2px)}
.btn-primary{color:#17140f;background:linear-gradient(135deg,var(--cream),var(--gold));box-shadow:0 18px 46px rgba(227,200,148,.2)}
.btn-secondary{color:var(--text);border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1)}
.chips{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0;color:var(--muted2)}
.chips li{padding:8px 12px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);border-radius:999px}
.glass{border:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07)),rgba(255,255,255,.04);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.hero-card{min-height:610px;padding:28px;border-radius:34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.hero-card:after{content:"";position:absolute;left:-30%;right:-30%;top:48%;height:1px;background:linear-gradient(90deg,transparent,rgba(248,230,187,.3),var(--cream),rgba(248,230,187,.3),transparent);box-shadow:0 0 58px rgba(248,230,187,.36);z-index:-1}
.card-top,.mini-grid{display:flex;justify-content:space-between;gap:10px}
.card-top span{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:var(--muted);border-radius:999px;padding:9px 12px;font-size:.84rem}
.logo-frame{width:min(300px,100%);aspect-ratio:1;margin:28px auto 18px;padding:10px;border-radius:40px;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.05));box-shadow:var(--soft-shadow)}
.logo-frame img{width:100%;height:100%;object-fit:cover;border-radius:32px;background:#111722}
.card-copy{text-align:center}
.card-copy small{display:block;color:var(--muted2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.card-copy h2{font-size:clamp(2rem,3vw,3.05rem);line-height:1;letter-spacing:-.05em;margin-bottom:14px}
.card-copy p{color:var(--muted);line-height:1.75}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.mini-grid div{text-align:center;padding:16px 10px;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}
.mini-grid strong{display:block;color:#fff0c9;margin-bottom:4px}
.mini-grid span{display:block;color:var(--muted2);font-size:.86rem}
.strip{padding:20px 0;border-block:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05)}
.strip-inner{display:flex;justify-content:space-between;gap:24px;color:var(--muted2);white-space:nowrap;overflow:auto}
.strip p{margin:0}
.section{padding:96px 0}
.alt{background:rgba(255,255,255,.035)}
.warm-section{background:linear-gradient(135deg,rgba(255,246,233,.08),rgba(227,200,148,.04))}
.section-head{max-width:820px;margin-bottom:38px}
.section-head.centered{text-align:center;margin-inline:auto}
.section-head span,.soon-card>span{display:block;color:#fff0c9;font-weight:900;margin-bottom:10px;letter-spacing:.06em}
h2{font-size:clamp(2.05rem,4.5vw,3.85rem);line-height:1.06;letter-spacing:-.046em;margin-bottom:16px}
.section-head p{color:var(--muted);line-height:1.9;font-size:1.06rem}
.cards,.question-grid,.fit-grid{display:grid;gap:18px}
.cards{grid-template-columns:repeat(3,1fr)}
.question-grid,.fit-grid{grid-template-columns:repeat(4,1fr)}
.soft-card,.question-card,.quote-panel,.steps article,.status-card,.fit-card,.not-card,.soon-card{padding:25px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07)),rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.2);box-shadow:var(--soft-shadow)}
.soft-card,.question-card,.fit-card{transition:.25s}
.soft-card:hover,.question-card:hover,.fit-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.35)}
.number{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;margin-bottom:18px;color:#fff0c9;background:rgba(248,230,187,.1);border:1px solid rgba(248,230,187,.28);font-weight:900}
.soft-card h3,.question-card h3,.fit-card h3,.steps h3,.not-card h3{font-size:1.24rem;margin-bottom:10px;line-height:1.35}
.soft-card p,.question-card p,.fit-card p,.steps p,.quote-panel p,.not-card p,.soon-card p{color:var(--muted);line-height:1.78;margin:0}
.fit-card{min-height:220px}
.not-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}
.not-card ul{margin:20px 0 0;padding:0 22px 0 0;color:var(--muted);line-height:1.9}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:20px;align-items:stretch}
.quote-panel{position:relative;min-height:520px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}
.quote-mark{position:absolute;top:-24px;left:28px;font-size:13rem;color:rgba(255,255,255,.08);font-family:Georgia,serif;line-height:1}
.quote-panel h2,.quote-panel p{position:relative;z-index:1}
.steps{display:grid;gap:14px}
.steps article{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start}
.steps b{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#17140f;background:linear-gradient(135deg,var(--cream),var(--gold));font-weight:900}
.soon-section{padding-top:70px}
.soon-card{max-width:920px;margin-inline:auto;text-align:center;padding:42px}
.soon-card h2{max-width:780px;margin-inline:auto}
.soon-card p{max-width:760px;margin-inline:auto;font-size:1.08rem}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}
.faq-list{display:grid;gap:12px}
details{border:1px solid rgba(255,255,255,.2);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));overflow:hidden}
summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:900;display:flex;justify-content:space-between;gap:16px;min-height:48px;align-items:center}
summary::-webkit-details-marker{display:none}
summary:after{content:"+";color:#fff0c9;font-size:1.4rem;line-height:1}
details[open] summary:after{content:"−"}
details p{color:var(--muted);line-height:1.78;padding:0 22px 20px;margin:0}
.site-footer{border-top:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);padding:28px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;color:var(--muted2)}
.footer-brand img{width:42px;height:42px}
.footer-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.footer-links a{color:var(--muted);padding:8px 10px;border-radius:999px;min-height:44px;display:inline-flex;align-items:center}
.footer-links a:hover,.footer-links a:focus{background:rgba(255,255,255,.1);color:var(--text)}
.footer-grid p{margin:0;text-align:left}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}.delay-3{transition-delay:.32s}

/* Accessibility toolbar */
.accessibility-trigger{position:fixed;left:18px;bottom:18px;z-index:120;min-height:44px;padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.26);background:linear-gradient(135deg,var(--cream),var(--gold));color:#17140f;font-weight:900;box-shadow:0 16px 44px rgba(0,0,0,.28);cursor:pointer}
.accessibility-panel{position:fixed;left:18px;bottom:74px;z-index:121;width:min(310px,calc(100vw - 36px));padding:16px;border-radius:22px;background:rgba(17,23,34,.98);border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.accessibility-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.accessibility-panel-head strong{color:#fff0c9}
.accessibility-panel-head button{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:var(--text);cursor:pointer;font-size:1.35rem}
.accessibility-actions{display:grid;gap:8px}
.accessibility-actions button,.accessibility-statement-link{width:100%;display:flex;align-items:center;justify-content:center;min-height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:var(--text);cursor:pointer;font-weight:900;text-align:center}
.accessibility-actions button:hover,.accessibility-actions button:focus,.accessibility-statement-link:hover,.accessibility-statement-link:focus{background:rgba(255,255,255,.16)}
.accessibility-actions button[aria-pressed="true"]{background:linear-gradient(135deg,var(--cream),var(--gold));color:#17140f}
.accessibility-statement-link{margin-top:10px;color:#fff0c9}
body.high-contrast{background:#000!important;color:#fff!important}
body.high-contrast .site-bg,body.high-contrast:before{display:none!important}
body.high-contrast .site-header,body.high-contrast .glass,body.high-contrast .soft-card,body.high-contrast .question-card,body.high-contrast .fit-card,body.high-contrast .quote-panel,body.high-contrast .steps article,body.high-contrast .not-card,body.high-contrast .soon-card,body.high-contrast details,body.high-contrast .policy-card,body.high-contrast .accessibility-panel{background:#000!important;border-color:#fff!important;box-shadow:none!important}
body.high-contrast a,body.high-contrast p,body.high-contrast li,body.high-contrast small,body.high-contrast span,body.high-contrast h1,body.high-contrast h2,body.high-contrast h3{color:#fff!important;background:none!important}
body.high-contrast .btn-primary,body.high-contrast .nav-cta,body.high-contrast .accessibility-trigger,body.high-contrast .accessibility-actions button[aria-pressed="true"]{background:#fff!important;color:#000!important}
body.high-contrast .logo-frame img,body.high-contrast .brand img{border:2px solid #fff}
body.underline-links a{text-decoration:underline!important;text-underline-offset:4px}
body.readable-font{font-family:Arial,Helvetica,sans-serif!important}
body.reduce-motion *,body.reduce-motion *:before,body.reduce-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
body.reduce-motion .reveal{opacity:1!important;transform:none!important}

/* Policy pages */
.policy-main{padding:70px 0}
.policy-card{max-width:980px;margin-inline:auto;padding:36px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.2);box-shadow:var(--soft-shadow)}
.policy-card h1{font-size:clamp(2.4rem,6vw,4.2rem);line-height:1;margin-bottom:18px}
.policy-card h2{font-size:1.6rem;margin-top:32px}
.policy-card p,.policy-card li{color:var(--muted);line-height:1.85}
.policy-card a{text-decoration:underline;text-underline-offset:4px}
.open-static{display:flex!important;opacity:1!important;pointer-events:auto!important;position:static!important;transform:none!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}

@media(max-width:1100px){
  .hero-grid,.split,.not-grid,.faq-grid{grid-template-columns:1fr}
  .hero-card{min-height:auto}
  .cards,.question-grid,.fit-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,var(--max))}
  .nav{min-height:70px}
  .brand small{display:none}
  .nav-toggle{display:block}
  .nav-links{position:absolute;top:calc(100% + 10px);left:14px;right:14px;display:grid;gap:6px;padding:12px;background:rgba(17,23,34,.98);border:1px solid rgba(255,255,255,.18);border-radius:20px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:scaleY(.96);transform-origin:top;transition:.2s}
  .nav-links.open{opacity:1;pointer-events:auto;transform:scaleY(1)}
  .nav-links a{padding:13px 14px}
  .hero{min-height:auto;padding:56px 0 72px}
  h1{font-size:clamp(3rem,14vw,4.75rem);letter-spacing:-.055em}
  .hero-lead{font-size:1.03rem}
  .brand-slogan{width:100%;justify-content:center;text-align:center}
  .hero-actions{display:grid}
  .btn{width:100%}
  .hero-card{padding:22px}
  .logo-frame{width:min(260px,100%)}
  .mini-grid,.cards,.question-grid,.fit-grid{grid-template-columns:1fr}
  .section{padding:68px 0}
  .quote-panel{min-height:420px}
  .steps article{grid-template-columns:44px 1fr;padding:18px}
  .steps b{width:42px;height:42px}
  .soon-card{padding:28px 22px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-grid p{text-align:center}
  .accessibility-trigger{left:12px;bottom:12px}
  .accessibility-panel{left:12px;bottom:66px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .reveal{opacity:1;transform:none}
}

.contact-email{margin:22px 0 30px}.contact-email .btn{width:auto;display:inline-flex}


/* Terms & privacy consent gate */
body.consent-locked {
  overflow: hidden;
}

.consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 20%, rgba(248,230,187,.18), transparent 32%),
    rgba(4, 7, 12, .88);
  backdrop-filter: blur(14px);
}

.consent-overlay[hidden] {
  display: none;
}

.consent-card {
  width: min(640px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  padding: 30px;
  border-radius: 30px;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.075)),
    #111722;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 32px 120px rgba(0,0,0,.46);
}

.consent-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold2);
  font-weight: 900;
  letter-spacing: .04em;
}

.consent-brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.28);
  background: #111722;
}

.consent-card h2 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  margin-bottom: 14px;
}

.consent-card p {
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 18px;
}

.consent-links {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.consent-links a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 16px;
  color: var(--gold2);
  background: rgba(248,230,187,.09);
  border: 1px solid rgba(248,230,187,.24);
  font-weight: 900;
  text-align: center;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 18px;
  color: var(--text);
  line-height: 1.7;
  font-weight: 800;
}

.consent-check input {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  accent-color: #e3c894;
  flex: 0 0 auto;
}

.consent-approve {
  width: 100%;
}

.consent-approve:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
}




/* v14 hero text spacing */
.hero-lead p {
  margin: 0 0 14px;
}

.hero-lead p:last-child {
  margin-bottom: 0;
}

/* v17 hero title refinement */
.hero h1 {
  font-size: clamp(2.35rem, 6.2vw, 5.05rem);
}

/* v18 hero title smaller */
.hero h1 {
  font-size: clamp(2.35rem, 6.2vw, 5.05rem);
}


/* v23 contact page plain email */
.plain-email span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  color: #17140f;
  background: linear-gradient(135deg, var(--cream), var(--gold));
  font-weight: 900;
  direction: ltr;
  unicode-bidi: plaintext;
}


/* v25 approach section update */
.quote-title-small {
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  line-height: 1.16;
}

.quote-body-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.quote-body-text p {
  color: var(--muted);
  line-height: 1.78;
  margin: 0;
}

.quote-body-text strong {
  color: var(--gold2);
  font-weight: 900;
}

/* v26 approach text refinement */


/* CRM lead capture integration */
.contact-capture-section{
  position:relative;
}

.contact-capture-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);
  gap:28px;
  align-items:center;
}

.contact-capture-copy span{
  display:inline-flex;
  margin-bottom:12px;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(248,230,187,.28);
  background:rgba(248,230,187,.09);
  color:#fff0c9;
  font-weight:900;
}

.contact-capture-copy h2{
  max-width:820px;
  margin-bottom:16px;
  font-size:clamp(2.15rem,5vw,4.3rem);
  line-height:.98;
  letter-spacing:-.045em;
}

.contact-capture-copy p{
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.9;
}

.contact-capture-points{
  list-style:none;
  padding:0;
  margin:20px 0 0;
  display:grid;
  gap:10px;
}

.contact-capture-points li{
  position:relative;
  padding:12px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.055);
  color:var(--muted);
}

.contact-capture-card{
  padding:26px;
  border-radius:32px;
}

.site-lead-form{
  display:grid;
  gap:14px;
}

.site-lead-form label{
  display:grid;
  gap:7px;
  color:var(--muted);
  font-weight:800;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.site-lead-form input,
.site-lead-form textarea{
  width:100%;
  min-height:50px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:17px;
  padding:12px 14px;
  background:rgba(5,11,22,.52);
  color:var(--text);
  font:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.site-lead-form textarea{
  resize:vertical;
  min-height:116px;
}

.site-lead-form input:focus,
.site-lead-form textarea:focus{
  border-color:rgba(248,230,187,.55);
  outline:none;
  box-shadow:0 0 0 4px rgba(248,230,187,.10);
}

.lead-consent{
  grid-template-columns:auto minmax(0,1fr) !important;
  align-items:flex-start;
  font-weight:600 !important;
  color:var(--muted2) !important;
  line-height:1.7;
}

.lead-consent input{
  width:18px;
  min-height:18px;
  margin-top:5px;
  padding:0;
  border-radius:6px;
}

.lead-submit{
  width:100%;
  border:0;
  cursor:pointer;
}

.form-note{
  margin:0;
  color:var(--muted2);
  font-size:.92rem;
  line-height:1.7;
}

.lead-hp{
  position:absolute !important;
  right:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.lead-form-success,
.lead-form-error{
  margin-top:18px;
  padding:14px 16px;
  border-radius:18px;
  line-height:1.7;
  font-weight:800;
}

.lead-form-success{
  border:1px solid rgba(85,224,155,.35);
  background:rgba(85,224,155,.14);
  color:#eafff1;
}

.lead-form-error{
  border:1px solid rgba(242,111,115,.38);
  background:rgba(242,111,115,.14);
  color:#fff1f5;
}

.contact-inline-form{
  margin:26px 0 28px;
  padding:22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
}

@media (max-width: 900px){
  .contact-capture-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .contact-capture-card,
  .contact-inline-form{
    padding:18px;
    border-radius:24px;
  }

  .form-row{
    grid-template-columns:1fr;
  }
}
