/* Elva page template — scoped marketing styles (frontdesk). Fonts inherit the theme system stack (Gilroy retired v3.5.0). */
.elva-pg{
  --ai-1:#FFB7A8; --ai-2:#FFA9C9; --ai-g1:#C9B6FF; --ai-g2:#AFC8FF;
  --dur-fast:0.12s; --dur-med:0.4s;
  --gold-tint:rgba(192,137,46,0.14); --info-tint:rgba(91,141,239,0.12);
  --success-tint:rgba(47,138,91,0.12); --terracotta-tint:rgba(199,90,63,0.14);
  --grad-ink:linear-gradient(160deg,var(--sage-1),var(--sage-0));
  --sh-4:0 40px 90px -40px rgba(20,20,30,0.42),0 4px 12px rgba(20,20,30,0.07);
  --star:#E8A93C;
}
.elva-pg,.elva-pg *{box-sizing:border-box;}

/* neutralizers — cancel blog global generic-class leaks inside page templates */
.elva-pg .section-head{display:block;margin-bottom:0;}
.elva-pg .cta{max-width:none;margin:0;}

/* ===== base utilities ===== */
.elva-pg *{ box-sizing: border-box; -webkit-font-smoothing: antialiased; }
.elva-pg{ scroll-behavior: smooth; }
.elva-pg,.elva-pg{ margin: 0; padding: 0; }
.elva-pg{
  background: var(--cream-0); color: var(--ink-1);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
.elva-pg button,.elva-pg input,.elva-pg textarea,.elva-pg select{ font-family: inherit; }
.elva-pg a{ color: inherit; text-decoration: none; }
.elva-pg ::selection{ background: var(--ai-tint); }
.elva-pg :focus-visible{ outline: 2px solid var(--ai-4); outline-offset: 2px; }
.elva-pg .elva-spectrum{
  background: var(--grad-spectrum);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.elva-pg .elva-live{ position: relative; display: inline-flex; width: 8px; height: 8px; flex: none; }
.elva-pg .elva-live::before{ content: ''; position: absolute; inset: 0; border-radius: 999px; background: var(--ai-3); box-shadow: 0 0 8px var(--ai-3); }
.elva-pg .elva-live::after{ content: ''; position: absolute; inset: -2px; border-radius: 999px; border: 1.5px solid var(--ai-3); animation: elva-pulse 2.4s cubic-bezier(0.4,0,0.2,1) infinite; }
@keyframes elva-pulse{ 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(2.8); } }

/* ===== components ===== */
.elva-pg{ overflow-x: hidden; }
.elva-pg .wrap-wide{ max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.elva-pg .wrap-mid{ max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.elva-pg h1,.elva-pg h2,.elva-pg h3,.elva-pg h4{ font-family: var(--font-display); letter-spacing: var(--tracking-tight); color: var(--ink-0); margin: 0; line-height: 1.06; font-weight: 600; }
.elva-pg p{ margin: 0; }
.elva-pg .eyebrow{
  font-family: var(--font-mono); font-size:12.5px; font-weight: 500;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 12px;
}
.elva-pg .btn{
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-body); font-weight: 550; font-size:16px; letter-spacing: -0.01em;
  padding: 13px 22px; border-radius: var(--r-pill); border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), background var(--dur-fast);
  white-space: nowrap;
}
.elva-pg .btn .ico{ width: 17px; height: 17px; }
.elva-pg .btn-primary{ background: var(--sage-0); color: #fff; box-shadow: var(--sh-btn); }
.elva-pg .btn-primary:hover{ transform: translateY(-1px); box-shadow: 0 16px 30px -14px rgba(20,20,30,.7); }
.elva-pg .btn-ghost{ background: transparent; color: var(--ink-0); border-color: var(--cream-shadow); }
.elva-pg .btn-ghost:hover{ background: rgba(0,0,0,.04); }
.elva-pg .ico{ width: 20px; height: 20px; flex: none; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .brand{ display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -0.04em; color: var(--ink-0); }
.elva-pg .brand-mark{ width: 26px; height: 26px; border-radius: 7px; background: var(--grad-spectrum); display: grid; place-items: center; box-shadow: 0 4px 12px -4px rgba(155,92,255,.5); }
.elva-pg .brand-mark::after{ content:''; width: 10px; height: 10px; border-radius: 3px; background: rgba(255,255,255,.92); }
.elva-pg .fd-hero{ position: relative; padding: 88px 0 0; text-align: center; }
.elva-pg .fd-hero-glow{ position: absolute; top: -260px; left: 50%; transform: translateX(-50%); width: 760px; height: 600px; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 200deg at 50% 50%, var(--ai-1), var(--ai-2), var(--ai-g1), var(--ai-g2), var(--ai-5), var(--ai-1));
  filter: blur(130px); opacity: .22; }
.elva-pg .fd-hero .eyebrow{ justify-content: center; }
.elva-pg .fd-hero h1{ position: relative; font-size: clamp(40px, 5vw, 66px); margin: 22px auto 0; max-width: 17ch; }
.elva-pg .fd-hero-lead{ position: relative; font-size: 18px; line-height: 1.55; color: var(--ink-2); margin: 24px auto 0; max-width: 62ch; text-wrap: pretty; }
.elva-pg .fd-hero-actions{ position: relative; display: flex; gap: 12px; justify-content: center; margin-top: 32px; }
.elva-pg .cmd{ position: relative; max-width: 1040px; margin: 56px auto 0; text-align: left;
  background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-3);
  padding: 22px; display: grid; grid-template-columns: 280px 96px 1fr; align-items: stretch; gap: 0; }
.elva-pg .cmd-srcs{ display: flex; flex-direction: column; gap: 12px; justify-content: center; }
.elva-pg .cmd-src{ display: flex; align-items: center; gap: 13px; padding: 14px 15px; border-radius: var(--r-xl); background: var(--cream-0); border: 1px solid var(--cream-2); }
.elva-pg .cmd-src .si{ width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: none; background: var(--si-bg); color: var(--si-c); }
.elva-pg .cmd-src .si svg{ width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .cmd-src h3{ font-size:15px; }
.elva-pg .cmd-src p{ font-size:13px; color: var(--ink-3); margin-top: 3px; line-height:1.5; }
.elva-pg .cmd-flow{ align-self: stretch; position: relative; }
.elva-pg .cmd-flow svg{ position: absolute; inset: 0; width: 100%; height: 100%; }
.elva-pg .cmd-flow path{ fill: none; stroke-width: 1.5; stroke-linecap: round; }
.elva-pg .cmd-flow .wire{ stroke: var(--cream-shadow); }
.elva-pg .cmd-flow .pulse{ stroke-dasharray: 5 90; stroke-dashoffset: 0; opacity: .9; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .cmd-flow .pulse{ animation: fd-flow 3.2s linear infinite; }
.elva-pg .cmd-flow .pulse.d2{ animation-delay: 1.05s; }
.elva-pg .cmd-flow .pulse.d3{ animation-delay: 2.1s; }
}
@keyframes fd-flow{ from { stroke-dashoffset: 95; } to { stroke-dashoffset: 0; } }
.elva-pg .cmd-list{ background: var(--cream-0); border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 16px 16px 12px; display: flex; flex-direction: column; }
.elva-pg .cmd-list-head{ display: flex; align-items: center; gap: 9px; padding: 0 4px 12px; }
.elva-pg .cmd-list-head .eyebrow{ font-size:12px; }
.elva-pg .cmd-row{ display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-md); padding: 11px 13px; margin-bottom: 8px; box-shadow: var(--sh-1); }
.elva-pg .cmd-row .pri{ font-family: var(--font-mono); font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; padding: 3.5px 8px; border-radius: var(--r-pill); flex: none; }
.elva-pg .cmd-row .pri.now{ background: var(--terracotta-tint); color: var(--terracotta); }
.elva-pg .cmd-row .pri.today{ background: var(--gold-tint); color: var(--gold); }
.elva-pg .cmd-row .pri.info{ background: var(--info-tint); color: var(--info); }
.elva-pg .cmd-row .what{ font-size:14.5px; color: var(--ink-1); font-weight: 500; flex: 1; line-height:1.5; }
.elva-pg .cmd-row .act{ font-family: var(--font-mono); font-size:12px; color: var(--ink-3); flex: none; white-space: nowrap; }
.elva-pg .cmd-quiet{ display: flex; align-items: center; gap: 9px; padding: 9px 13px 4px; font-size:13px; color: var(--ink-3); }
.elva-pg .cmd-quiet svg{ width: 14px; height: 14px; stroke: var(--success); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .cmd-caption{ font-family: var(--font-mono); font-size:12.5px; letter-spacing: .06em; color: var(--ink-3); text-align: center; margin: 18px auto 0; position: relative; }
.elva-pg .glance{ padding: 110px 0 0; }
.elva-pg .glance-head{ max-width: 820px; margin: 0 auto; text-align: center; }
.elva-pg .glance-head h2{ font-size: clamp(30px, 3.6vw, 46px); margin-top: 18px; }
.elva-pg .glance-head .sub{ font-size: 17px; line-height: 1.6; color: var(--ink-2); margin: 20px auto 0; max-width: 60ch; text-wrap: pretty; }
.elva-pg .glance-head .sub strong{ color: var(--ink-0); font-weight: 600; }
.elva-pg .pillars{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1080px; margin: 48px auto 0; }
.elva-pg .pillar{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 26px 24px; display: flex; flex-direction: column; gap: 13px; box-shadow: var(--sh-1); }
.elva-pg .pillar .fi{ width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--p-bg); color: var(--p-c); }
.elva-pg .pillar .fi svg{ width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .pillar h3{ font-size: 17px; line-height: 1.25; }
.elva-pg .pillar p{ font-size:15px; color: var(--ink-2); line-height: 1.55; }
.elva-pg .pillar .pk{ font-family: var(--font-mono); font-size:12px; letter-spacing: .1em; text-transform: uppercase; color: var(--p-c); }
.elva-pg .shot-band{ padding: 64px 0 0; }
.elva-pg .shot-frame{ max-width: 1080px; margin: 0 auto; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-3); padding: 10px; }
.elva-pg .shot-frame img{ display: block; width: 100%; height: auto; border-radius: calc(var(--r-2xl) - 10px); border: 1px solid var(--cream-2); }
.elva-pg .shot-cap{ font-family: var(--font-mono); font-size:12.5px; letter-spacing: .06em; color: var(--ink-3); text-align: center; margin: 16px auto 0; max-width: 78ch; line-height: 1.6; }
.elva-pg .promise{ padding: 110px 0 0; }
.elva-pg .promise-card{ display: grid; grid-template-columns: 1.15fr 1fr; gap: 48px; align-items: center; max-width: 1080px; margin: 0 auto;
  background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-2); padding: 52px 56px; }
.elva-pg .promise-card h2{ font-size: clamp(26px, 2.8vw, 36px); margin-top: 16px; }
.elva-pg .promise-card .body{ font-size:16px; line-height: 1.62; color: var(--ink-2); margin-top: 18px; text-wrap: pretty; }
.elva-pg .promise-shot{ display: flex; flex-direction: column; gap: 14px; }
.elva-pg .promise-shot img{ display: block; width: 100%; height: auto; border-radius: var(--r-xl); border: 1px solid var(--cream-2); box-shadow: var(--sh-2); }
.elva-pg .promise-shot .shot-cap{ margin: 0 auto; }
.elva-pg .feats{ padding: 120px 0 0; scroll-margin-top: 80px; }
.elva-pg .feats-head{ max-width: 760px; margin-bottom: 44px; }
.elva-pg .feats-head h2{ font-size: clamp(30px, 3.4vw, 44px); margin-top: 18px; }
.elva-pg .feats-head .sub{ font-size: 16.5px; line-height: 1.55; color: var(--ink-2); margin-top: 16px; }
.elva-pg .fgrid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.elva-pg .fcard{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 26px 24px 22px;
  display: flex; flex-direction: column; gap: 12px; box-shadow: var(--sh-1); position: relative;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-med) var(--ease-out), border-color var(--dur-fast); }
.elva-pg a.fcard{ cursor: pointer; }
.elva-pg .fcard:hover{ transform: translateY(-3px); box-shadow: var(--sh-2); border-color: color-mix(in oklab, var(--acc) 38%, var(--cream-2)); }
.elva-pg .fcard .fi{ width: 40px; height: 40px; border-radius: 12px; background: var(--acc-tint); display: grid; place-items: center; color: var(--acc); }
.elva-pg .fcard .fi svg{ width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .fcard .kill{ font-family: var(--font-mono); font-size:12px; letter-spacing: .1em; text-transform: uppercase; color: var(--acc); }
.elva-pg .fcard h3{ font-size: 17.5px; line-height: 1.25; }
.elva-pg .fcard > p{ font-size:15px; color: var(--ink-2); line-height: 1.55; flex: 1; }
.elva-pg .fcard .larr{ width: 14px; height: 14px; display: inline-block; vertical-align: -1px; margin-left: 3px; stroke: var(--acc); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: .55; transform: rotate(-45deg); transition: opacity var(--dur-fast), transform var(--dur-fast) var(--ease-out); }
.elva-pg .fcard:hover .larr{ opacity: 1; transform: rotate(-45deg) translateX(3px); }
.elva-pg .fcard-foot{ display: flex; align-items: center; gap: 14px; padding-top: 4px; }
.elva-pg .fcard-foot .more{ font-size:13px; font-weight: 550; color: var(--ink-3); position: relative; z-index: 2; transition: color var(--dur-fast); }
.elva-pg .fcard-foot .more:hover{ color: var(--acc); }
.elva-pg .fcard .cover{ position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.elva-pg .fcard-wide{ grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 40px; padding: 32px 34px; }
.elva-pg .fcard-wide .fw-copy{ flex: 1; display: flex; flex-direction: column; gap: 12px; }
.elva-pg .fcard-wide h3{ font-size: 23px; }
.elva-pg .fcard-wide > .fw-copy > p{ font-size:15.5px; color: var(--ink-2); line-height: 1.55; max-width: 60ch; }
.elva-pg .fw-visual{ flex: none; display: flex; align-items: center; gap: 22px; padding-left: 34px; border-left: 1px solid var(--cream-2); }
.elva-pg .fw-ring{ position: relative; width: 78px; height: 78px; border-radius: 50%; background: var(--acc-tint); display: grid; place-items: center; color: var(--acc); flex: none; }
.elva-pg .fw-ring svg{ width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: no-preference){
.elva-pg .fw-ring::after{ content: ''; position: absolute; inset: -1px; border-radius: 50%; border: 1.5px solid var(--acc); animation: elva-pulse 2.6s cubic-bezier(0.4,0,0.2,1) infinite; }
}
.elva-pg .fw-times{ display: flex; flex-direction: column; gap: 9px; }
.elva-pg .fw-time{ display: flex; align-items: center; gap: 9px; font-size:14.5px; font-weight: 550; color: var(--ink-1); }
.elva-pg .fw-time svg{ width: 15px; height: 15px; stroke: var(--success); fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .fgrow-eyebrow{ margin: 36px 0 14px; }
.elva-pg .fcard-grow{ flex-direction: row; align-items: center; gap: 40px; padding: 32px 34px; background: linear-gradient(120deg, #fff 55%, var(--ai-tint)); }
.elva-pg .fcard-grow .fw-copy{ flex: 1; display: flex; flex-direction: column; gap: 12px; }
.elva-pg .fcard-grow h3{ font-size: 23px; }
.elva-pg .fcard-grow > .fw-copy > p{ font-size:15.5px; color: var(--ink-2); line-height: 1.55; max-width: 62ch; }
.elva-pg .fgrow-steps{ flex: none; display: flex; flex-direction: column; gap: 0; padding-left: 34px; border-left: 1px solid var(--cream-2); }
.elva-pg .fgrow-step{ display: flex; align-items: center; gap: 11px; font-size:14.5px; font-weight: 550; color: var(--ink-1); padding: 5px 0; }
.elva-pg .fgrow-step .dot{ width: 7px; height: 7px; border-radius: 50%; background: var(--acc); flex: none; }
.elva-pg .fgrow-step.dim{ color: var(--ink-3); }
.elva-pg .fgrow-step.dim .dot{ background: var(--cream-shadow); }
.elva-pg .fgrow-arr{ width: 13px; height: 13px; margin-left: -3px; stroke: var(--ink-4); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: rotate(90deg); }
.elva-pg .spine{ padding: 120px 0 0; }
.elva-pg .spine-head{ max-width: 760px; margin-bottom: 44px; }
.elva-pg .spine-head h2{ font-size: clamp(30px, 3.4vw, 44px); margin-top: 18px; }
.elva-pg .spine-head .sub{ font-size: 16.5px; line-height: 1.55; color: var(--ink-2); margin-top: 16px; }
.elva-pg .spine-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.elva-pg .spine-card{ background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); padding: 38px 36px; box-shadow: var(--sh-1); display: flex; flex-direction: column; gap: 16px; }
.elva-pg .spine-card h3{ font-size: 23px; line-height: 1.15; }
.elva-pg .spine-card .body{ font-size:15.5px; line-height: 1.62; color: var(--ink-2); text-wrap: pretty; }
.elva-pg .spine-card .more{ font-size:14.5px; font-weight: 600; color: var(--ink-1); display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; }
.elva-pg .spine-card .more svg{ width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform var(--dur-fast); }
.elva-pg .spine-card .more:hover svg{ transform: translateX(3px); }
.elva-pg .spine-viz{ background: var(--cream-0); border: 1px solid var(--cream-2); border-radius: var(--r-xl); padding: 16px; margin-top: 8px; }
.elva-pg .pb-layer{ display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-md); padding: 11px 14px; box-shadow: var(--sh-1); }
.elva-pg .pb-layer + .pb-layer{ margin-top: 7px; }
.elva-pg .pb-layer .lvl{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; padding: 3.5px 8px; border-radius: var(--r-pill); flex: none; }
.elva-pg .pb-layer:nth-child(1) .lvl{ background: rgba(155,92,255,.13); color: #8A4BE8; }
.elva-pg .pb-layer:nth-child(2) .lvl{ background: rgba(91,141,239,.15); color: #3D6FD6; }
.elva-pg .pb-layer:nth-child(3) .lvl{ background: var(--surface-mute); color: var(--ink-3); }
.elva-pg .pb-layer .r{ font-size:13.5px; color: var(--ink-1); font-weight: 500; }
.elva-pg .pb-layer:nth-child(2){ margin-left: 18px; }
.elva-pg .pb-layer:nth-child(3){ margin-left: 36px; }
.elva-pg .tg-row{ display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-md); padding: 11px 14px; box-shadow: var(--sh-1); }
.elva-pg .tg-row + .tg-row{ margin-top: 7px; }
.elva-pg .tg-row .n{ font-family: var(--font-mono); font-size:12px; color: var(--ink-4); flex: none; width: 16px; }
.elva-pg .tg-row .src{ font-family: var(--font-mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; padding: 3.5px 8px; border-radius: var(--r-pill); flex: none; }
.elva-pg .tg-row .src.call{ background: rgba(91,141,239,.15); color: #3D6FD6; }
.elva-pg .tg-row .src.text{ background: rgba(63,184,168,.16); color: #1F8A7C; }
.elva-pg .tg-row .src.mail{ background: rgba(255,169,201,.22); color: #D1487F; }
.elva-pg .tg-row .r{ font-size:13.5px; color: var(--ink-1); font-weight: 500; }
.elva-pg .trust{ margin-top: 130px; background: var(--sage-0); padding: 100px 0; position: relative; overflow: clip; }
.elva-pg .trust-glow{ position: absolute; top: -200px; right: -160px; width: 520px; height: 520px; border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, var(--ai-3), var(--ai-4), var(--ai-5), var(--ai-3));
  filter: blur(130px); opacity: .28; pointer-events: none; }
.elva-pg .trust .eyebrow{ color: rgba(255,255,255,.55); }
.elva-pg .trust-head{ position: relative; max-width: 780px; margin-bottom: 48px; }
.elva-pg .trust-head h2{ color: #fff; font-size: clamp(30px, 3.4vw, 44px); margin-top: 18px; }
.elva-pg .trust-head .sub{ color: rgba(255,255,255,.65); font-size: 16.5px; line-height: 1.6; margin-top: 18px; text-wrap: pretty; }
.elva-pg .trust-grid{ position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.elva-pg .trust-card{ background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 26px 24px; display: flex; flex-direction: column; gap: 13px; transition: background var(--dur-med) var(--ease-out), transform var(--dur-fast) var(--ease-out); }
.elva-pg .trust-card:hover{ background: rgba(255,255,255,.08); transform: translateY(-3px); }
.elva-pg .trust-card .fi{ width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; }
.elva-pg .trust-card:nth-child(1) .fi{ background: rgba(63,184,168,.16); color: #7FD8CB; }
.elva-pg .trust-card:nth-child(2) .fi{ background: rgba(155,92,255,.18); color: #B79AFF; }
.elva-pg .trust-card:nth-child(3) .fi{ background: rgba(91,141,239,.18); color: #93B7FF; }
.elva-pg .trust-card .fi svg{ width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .trust-card h3{ color: #fff; font-size: 17px; line-height: 1.25; }
.elva-pg .trust-card p{ color: rgba(255,255,255,.62); font-size:15px; line-height: 1.55; }
.elva-pg .trust-foot{ position: relative; display: flex; align-items: center; gap: 22px; margin-top: 44px; flex-wrap: wrap; }
.elva-pg .trust-foot .cred{ display: flex; align-items: center; gap: 9px; font-size:15px; color: rgba(255,255,255,.6); }
.elva-pg .trust-foot .cred svg{ width: 16px; height: 16px; stroke: rgba(255,255,255,.45); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.elva-pg .trust-foot .sep{ width: 1px; height: 16px; background: rgba(255,255,255,.16); }
.elva-pg .dso{ padding: 120px 0 0; }
.elva-pg .dso-card{ display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; max-width: 1080px; margin: 0 auto;
  background: #fff; border: 1px solid var(--cream-2); border-radius: var(--r-2xl); box-shadow: var(--sh-2); padding: 52px 56px; }
.elva-pg .dso-card h2{ font-size: clamp(26px, 2.8vw, 36px); margin-top: 16px; }
.elva-pg .dso-card .body{ font-size:16px; line-height: 1.62; color: var(--ink-2); margin-top: 16px; text-wrap: pretty; }
.elva-pg .dso-card .acts{ display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
.elva-pg .dso-card .more{ font-size:15px; font-weight: 600; color: var(--ink-1); display: inline-flex; align-items: center; gap: 6px; }
.elva-pg .dso-card .more svg{ width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.elva-pg .dso-locs{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.elva-pg .dso-loc{ background: var(--cream-0); border: 1px solid var(--cream-2); border-radius: var(--r-md); padding: 13px 12px; display: flex; flex-direction: column; gap: 7px; }
.elva-pg .dso-loc .nm{ font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.elva-pg .dso-loc .bar{ height: 5px; border-radius: 3px; background: var(--grad-spectrum); opacity: .85; }
.elva-pg .dso-loc .bar.b2{ width: 72%; opacity: .45; background: var(--cream-shadow); }
.elva-pg .dso-locs-cap{ grid-column: 1 / -1; font-family: var(--font-mono); font-size:12px; letter-spacing: .05em; color: var(--ink-3); text-align: center; padding-top: 8px; }
.elva-pg .quote-slot{ max-width: 760px; margin: 110px auto 0; padding: 0 32px; }
.elva-pg .quote-slot-inner{ border: 1.5px dashed var(--cream-shadow); border-radius: var(--r-2xl); padding: 44px 40px; text-align: center;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,.012) 0 12px, transparent 12px 24px); }
.elva-pg .quote-slot-inner .mark{ font-family: var(--font-display); font-size: 44px; color: var(--ink-4); line-height: 1; }
.elva-pg .quote-slot-inner .note{ font-family: var(--font-mono); font-size:13px; letter-spacing: .04em; color: var(--ink-3); margin-top: 10px; line-height: 1.7; }
.elva-pg .cta{ padding: 120px 0 130px; text-align: center; position: relative; overflow: clip; }
.elva-pg .cta::before{ content: ''; position: absolute; bottom: -300px; left: 50%; transform: translateX(-50%); width: 720px; height: 520px; border-radius: 50%; pointer-events: none;
  background: conic-gradient(from 200deg at 50% 50%, var(--ai-1), var(--ai-2), var(--ai-g1), var(--ai-g2), var(--ai-5), var(--ai-1));
  filter: blur(120px); opacity: .2; }
.elva-pg .cta .eyebrow{ justify-content: center; }
.elva-pg .cta h2{ font-size: clamp(32px, 4vw, 52px); margin: 18px auto 0; max-width: 18ch; }
.elva-pg .cta p{ font-size: 17px; color: var(--ink-2); margin: 18px auto 0; max-width: 52ch; line-height: 1.55; text-wrap: pretty; }
.elva-pg .cta-actions{ display: flex; gap: 12px; justify-content: center; margin-top: 34px; position: relative; }
.elva-pg .foot-brand{ max-width: 240px; }
.elva-pg .foot-brand p{ font-size:15px; color: var(--ink-2); line-height: 1.5; margin-top: 16px; }
.elva-pg .foot-contact{ font-size:13.5px; color: var(--ink-3); margin-top: 18px; line-height: 1.7; font-family: var(--font-mono); }
.elva-pg .foot-col h4{ font-family: var(--font-mono); font-size:12px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; margin: 0 0 16px; }
.elva-pg .foot-col ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.elva-pg .foot-col a{ font-size:15px; color: var(--ink-1); transition: color var(--dur-fast); }
.elva-pg .foot-col a:hover{ color: var(--ai-4); }
.elva-pg [data-reveal]{ opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.elva-pg [data-reveal].in{ opacity: 1; transform: none; }
.elva-pg [data-reveal][data-delay="1"]{ transition-delay: .08s; }
.elva-pg [data-reveal][data-delay="2"]{ transition-delay: .16s; }
@media (prefers-reduced-motion: reduce){
.elva-pg [data-reveal]{ opacity: 1; transform: none; transition: none; }
}
@media (max-width: 1080px){
.elva-pg .fgrid{ grid-template-columns: 1fr 1fr; }
.elva-pg .pillars{ grid-template-columns: 1fr; max-width: 560px; }
.elva-pg .trust-grid{ grid-template-columns: 1fr; }
.elva-pg .spine-grid{ grid-template-columns: 1fr; }
.elva-pg .promise-card,.elva-pg .dso-card{ grid-template-columns: 1fr; gap: 32px; padding: 40px 36px; }
.elva-pg .cmd{ grid-template-columns: 1fr; gap: 14px; }
.elva-pg .cmd-flow{ display: none; }
.elva-pg .fcard-wide,.elva-pg .fcard-grow{ flex-direction: column; align-items: flex-start; }
.elva-pg .fw-visual,.elva-pg .fgrow-steps{ padding-left: 0; border-left: none; border-top: 1px solid var(--cream-2); padding-top: 20px; width: 100%; }
}
@media (max-width: 980px){
.elva-pg .foot-brand{ grid-column: 1 / -1; }
}
@media (max-width: 640px){
.elva-pg .wrap-wide,.elva-pg .wrap-mid{ padding: 0 20px; }
.elva-pg .fgrid{ grid-template-columns: 1fr; }
.elva-pg .cta-actions,.elva-pg .fd-hero-actions{ flex-direction: column; align-items: center; }
}
/* fcard-grow: overflow hidden so right-panel gradient/image stays inside the border-radius */
.elva-pg .fcard-grow{ overflow:hidden; }
.elva-pg-frontdesk .fgrid{ row-gap:14px; }
/* reveal = opacity-only on this page. The design's base [data-reveal] rule
   seeds transform:translateY(22px); during the 0.7s fade the card is drawn
   shifted up at partial opacity, reading as a translucent "ghost" offset from
   where it lands. Removing the translate makes it fade in place. */
.elva-pg-frontdesk [data-reveal],
.elva-pg-frontdesk [data-reveal][data-delay="1"],
.elva-pg-frontdesk [data-reveal][data-delay="2"]{ transform:none !important; }
/* guard: any inline arrow svg inside a card footer stays small (an unsized
   <use> arrow rendered full-size and blew out card height → overlap) */
.elva-pg .fcard-foot .more svg{ width:13px; height:13px; stroke:currentColor; fill:none; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; vertical-align:-1px; }
/* fd-img-slot: image replaces diagram — stretch to fill the fw-visual/fgrow-steps area */
.elva-pg .fd-img-slot{ overflow:hidden; border-radius:var(--r-xl); }
.elva-pg .fd-img-slot img{ width:100%; height:100%; object-fit:cover; display:block; border-radius:inherit; }
.elva-pg .fcard-wide .fd-img-slot{ height:100%; min-width:180px; }
.elva-pg .fcard-grow .fd-img-slot{ min-width:220px; height:100%; align-self:stretch; }
.elva-pg .cmd.fd-img-slot{ height:auto; border-radius:var(--r-2xl); }

/* sticky-safe horizontal clipping (overrides scoped body overflow-x:hidden) */
.elva-pg{ overflow-x: clip; }
/* image-slot override: when a real image is assigned in WP admin, it fills the slot */
.elva-pg .img-slot{ position:relative; }
.elva-pg .img-slot.has-img{ background:none; border-style:solid; }
.elva-pg .img-slot-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:inherit; display:block; }

/* ===== readability pass: secondary text one contrast step darker ===== */
.elva-pg{ --ink-2:#5A5A5F; --ink-3:#6E6E73; --ink-4:#98989E; }
