/* Shared production layout for inner commercial/SEO pages. */
.content-page{background:#fff;color:var(--ink)}
.content-page .site-header{position:sticky}
.content-hero{position:relative;overflow:hidden;background:#01031b;color:#fff;padding:72px 0 70px}
.content-hero::before{content:"";position:absolute;inset:-20% -10% auto 48%;height:620px;background:radial-gradient(circle,rgba(88,34,211,.24),rgba(88,34,211,0) 68%);pointer-events:none}
.content-hero::after{content:"";position:absolute;width:360px;height:360px;right:-110px;bottom:-210px;border:1px solid rgba(255,106,25,.25);border-radius:50%;box-shadow:0 0 0 70px rgba(255,106,25,.025),0 0 0 140px rgba(88,34,211,.025);pointer-events:none}
.content-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:clamp(42px,7vw,112px);align-items:center}
.content-breadcrumbs{display:flex;flex-wrap:wrap;gap:7px 10px;margin-bottom:22px;color:#aeb9d5;font-size:12px;font-weight:650}
.content-breadcrumbs a:hover{color:#fff}
.content-breadcrumbs span+span::before,.content-breadcrumbs a+span::before{content:"/";margin-right:10px;color:#64708f}
.content-hero h1{max-width:860px;margin:0;font-size:clamp(44px,5.1vw,76px);line-height:.98;letter-spacing:-.052em}
.content-hero__lead{max-width:760px;margin:25px 0 0;color:#c7cde0;font-size:clamp(17px,1.4vw,20px);line-height:1.58}
.content-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.content-hero__micro{margin:16px 0 0;color:#8f9bb9;font-size:13px;line-height:1.5}
.content-hero__visual{position:relative;min-height:430px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));box-shadow:0 30px 90px rgba(0,0,0,.28);padding:32px}
.content-hero__visual-label{color:#ff8a48;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.content-process-mini{display:grid;gap:10px;margin-top:24px}
.content-process-mini__row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(5,11,40,.76)}
.content-process-mini__icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:rgba(255,106,25,.12);color:#ff8342}
.content-process-mini__icon svg{width:18px;height:18px}
.content-process-mini__row strong{font-size:13px;line-height:1.2}
.content-process-mini__row small{display:block;margin-top:3px;color:#8794b5;font-size:10px;line-height:1.3}
.content-process-mini__row em{font-style:normal;color:#5f6f96;font-size:16px}

.content-section{padding:72px 0}
.content-section--soft{background:#f7f8fc}
.content-section--lavender{background:#f5f1ff}
.content-section--dark{background:#07112f;color:#fff}
.content-heading{display:grid;grid-template-columns:minmax(0,.85fr) minmax(340px,.65fr);gap:50px;align-items:end;margin-bottom:34px}
.content-heading__eyebrow{margin:0 0 10px;color:#4b32b7;font-size:11px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.content-section--dark .content-heading__eyebrow{color:#ff8a48}
.content-heading h2{margin:0;font-size:clamp(31px,3.2vw,48px);line-height:1.04;letter-spacing:-.042em}
.content-heading p{margin:0;color:#626a7c;font-size:16px;line-height:1.65}
.content-section--dark .content-heading p{color:#aab4ce}
.content-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.content-card{min-width:0;padding:25px;border:1px solid #e2e5ed;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(31,41,78,.045)}
.content-card__icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:22px;border-radius:11px;background:#f1ecff;color:#4933b3}
.content-card__icon svg{width:21px;height:21px}
.content-card h3{margin:0 0 10px;font-size:18px;line-height:1.24;letter-spacing:-.02em}
.content-card p{margin:0;color:#687082;font-size:14px;line-height:1.62}
.content-card a{display:inline-flex;margin-top:17px;color:#3d2db1;font-size:13px;font-weight:750}
.content-card a:hover{text-decoration:underline;text-underline-offset:3px}
.content-list-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.content-list-card{padding:20px;border-radius:16px;background:#fff;border:1px solid #e1e4ee}
.content-list-card strong{display:block;margin-bottom:8px;font-size:15px}
.content-list-card p{margin:0;color:#6a7182;font-size:13px;line-height:1.55}

.content-steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;counter-reset:step}
.content-step{position:relative;min-height:190px;padding:18px 14px 16px;border-radius:15px;background:#fff;border:1px solid #e4e6ef;counter-increment:step}
.content-step::before{content:counter(step,decimal-leading-zero);display:block;margin-bottom:28px;color:#ff6720;font-size:12px;font-weight:850;letter-spacing:.08em}
.content-step:not(:last-child)::after{content:"→";position:absolute;right:-11px;top:50%;z-index:2;color:#a8adba;font-weight:800}
.content-step strong{display:block;font-size:14px;line-height:1.3}
.content-step p{margin:7px 0 0;color:#737a8b;font-size:12px;line-height:1.5}

.content-capabilities{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.content-capability{padding:24px;border-radius:18px;background:#0d1940;border:1px solid rgba(255,255,255,.1)}
.content-capability svg{width:24px;height:24px;margin-bottom:25px;color:#ff7c35}
.content-capability h3{margin:0 0 10px;font-size:17px}
.content-capability p{margin:0;color:#aab4ce;font-size:13px;line-height:1.6}

.content-flow{overflow:auto;padding-bottom:5px;scrollbar-width:thin}
.content-flow__rail{display:flex;align-items:center;gap:8px;min-width:max-content;padding:20px;border-radius:18px;background:#fff;border:1px solid #dfe3ee}
.content-flow__item{max-width:172px;padding:12px 15px;border-radius:11px;background:#f4f1ff;color:#29235e;font-size:12px;font-weight:750;line-height:1.35;text-align:center}
.content-flow__arrow{color:#9aa2b3;font-size:18px;font-weight:800}
.content-caption{margin:15px 0 0;color:#757c8c;font-size:13px;line-height:1.55}

.content-scenarios{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.content-scenario{padding:26px;border-radius:18px;background:#fff;border:1px solid #e1e4ee}
.content-scenario__route{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:#ff671f;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.content-scenario h3{margin:0 0 9px;font-size:20px;line-height:1.2;letter-spacing:-.025em}
.content-scenario p{margin:0;color:#687082;font-size:14px;line-height:1.62}
.content-scenario__links{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px}
.content-scenario__links a{color:#3d2db1;font-size:13px;font-weight:750}

.content-link-panel{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center;padding:32px;border:1px solid #e0e3ec;border-radius:20px;background:#fff}
.content-link-panel h2{margin:0 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.04em}
.content-link-panel p{margin:0;color:#666e80;line-height:1.6}
.content-link-panel__links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.content-link-panel__links a{padding:14px 15px;border:1px solid #e1e3eb;border-radius:11px;color:#3526a3;font-size:13px;font-weight:750;background:#fafaff}
.content-link-panel__links a:hover{border-color:#b8afe8;background:#f5f1ff}

.content-faq{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1fr);gap:55px}
.content-faq h2{margin:0;font-size:clamp(31px,3vw,45px);line-height:1.05;letter-spacing:-.04em}
.content-faq__list{display:grid;gap:8px}
.content-faq details{border:1px solid #dfe3ec;border-radius:13px;background:#fff;padding:0 17px}
.content-faq summary{cursor:pointer;padding:17px 30px 17px 0;font-size:14px;font-weight:750;line-height:1.35}
.content-faq details p{margin:0;padding:0 0 17px;color:#687082;font-size:14px;line-height:1.62}

.content-final{position:relative;overflow:hidden;background:linear-gradient(115deg,#10092f,#32138a 70%,#4d1ebd);color:#fff;padding:64px 0}
.content-final::after{content:"";position:absolute;width:420px;height:420px;right:-80px;top:-230px;border-radius:50%;background:radial-gradient(circle,rgba(255,105,28,.24),transparent 64%)}
.content-final__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:44px;align-items:center}
.content-final h2{max-width:760px;margin:0 0 12px;font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.045em}
.content-final p{max-width:760px;margin:0;color:#c7c7df;font-size:15px;line-height:1.65}
.content-final__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

@media(max-width:1240px){
  .content-hero__grid{grid-template-columns:1fr .72fr;gap:38px}.content-hero__visual{min-height:390px;padding:25px}
  .content-list-grid{grid-template-columns:repeat(3,1fr)}
  .content-steps{grid-template-columns:repeat(4,1fr)}.content-step:not(:last-child)::after{display:none}
}
@media(max-width:980px){
  .content-hero{padding:58px 0}.content-hero__grid{grid-template-columns:1fr}.content-hero__visual{min-height:auto;max-width:720px}
  .content-heading{grid-template-columns:1fr;gap:15px}.content-card-grid{grid-template-columns:repeat(2,1fr)}
  .content-capabilities{grid-template-columns:repeat(2,1fr)}.content-faq{grid-template-columns:1fr;gap:25px}
  .content-final__inner{grid-template-columns:1fr}.content-final__actions{justify-content:flex-start}
}
@media(max-width:640px){
  .content-hero{padding:40px 0 45px}.content-hero h1{font-size:clamp(39px,12.2vw,52px)}.content-hero__lead{font-size:16px}.content-hero__actions{display:grid}.content-hero__visual{padding:18px;border-radius:18px}.content-process-mini__row{grid-template-columns:36px 1fr}.content-process-mini__row em{display:none}
  .content-section{padding:48px 0}.content-heading{margin-bottom:23px}.content-card-grid,.content-list-grid,.content-scenarios,.content-link-panel,.content-link-panel__links{grid-template-columns:1fr}.content-card{padding:21px}.content-list-card{padding:18px}
  .content-steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 14px 9px;margin-inline:-14px}.content-step{flex:0 0 74vw;min-height:170px;scroll-snap-align:start}
  .content-capabilities{grid-template-columns:1fr 1fr}.content-capability{padding:19px}.content-link-panel{padding:23px}.content-final{padding:48px 0}.content-final__actions{display:grid}
}
@media(max-width:390px){.content-capabilities{grid-template-columns:1fr}}

/* 2026-09-09: visual pass for standalone commercial/SEO pages. */
.content-page .content-hero__grid{gap:clamp(38px,5.5vw,86px)}
.content-page .content-hero__grid>div:first-child{min-width:0}
.content-page .content-hero__lead{max-width:780px;line-height:1.64}
.content-page .content-hero__visual{min-width:0}
.content-page .content-process-mini__row{min-width:0;padding:13px 15px}
.content-page .content-process-mini__row strong{font-size:14px;line-height:1.25}
.content-page .content-process-mini__row small{font-size:11px;line-height:1.38}
.content-page .content-section{padding:76px 0}
.content-page .content-heading{gap:clamp(30px,4vw,56px);margin-bottom:36px}
.content-page .content-heading h2{max-width:780px}
.content-page .content-heading>p{max-width:640px}
.content-page .content-card{min-height:100%;padding:27px}
.content-page .content-card h3{font-size:19px;line-height:1.27}
.content-page .content-card p{font-size:14px;line-height:1.68}
.content-page .content-card a{font-size:14px;line-height:1.35}
.content-page .content-list-card{min-width:0;padding:22px}
.content-page .content-list-card strong{font-size:16px;line-height:1.3}
.content-page .content-list-card p{font-size:14px;line-height:1.62}
.content-page .content-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.content-page .content-step{min-width:0;min-height:176px;padding:20px;border-radius:17px}
.content-page .content-step::before{margin-bottom:25px}
.content-page .content-step:not(:last-child)::after{display:none}
.content-page .content-step strong{font-size:15px;line-height:1.35}
.content-page .content-step p{font-size:13px;line-height:1.58}
.content-page .content-capability{min-width:0;min-height:100%;padding:26px}
.content-page .content-capability h3{font-size:18px;line-height:1.3}
.content-page .content-capability p{font-size:14px;line-height:1.66}
.content-page .content-capability a{display:inline-flex;margin-top:16px;color:#d8d3ff;font-size:13px;font-weight:750;line-height:1.4;text-decoration:underline;text-decoration-color:rgba(216,211,255,.35);text-underline-offset:3px}
.content-page .content-capability a:hover{color:#fff;text-decoration-color:#ff8a48}
.content-page .content-flow__rail{gap:10px;padding:22px}
.content-page .content-flow__item{max-width:190px;padding:13px 17px;font-size:13px;line-height:1.4}
.content-page .content-caption{font-size:14px;line-height:1.6}
.content-page .content-scenario{min-width:0;min-height:100%;padding:28px}
.content-page .content-scenario h3{font-size:21px;line-height:1.24}
.content-page .content-scenario p{font-size:14px;line-height:1.68}
.content-page .content-scenario__links a{font-size:14px;line-height:1.4}
.content-page .content-link-panel{gap:30px;padding:34px}
.content-page .content-link-panel p{font-size:15px;line-height:1.66}
.content-page .content-link-panel__links a{display:flex;align-items:center;min-height:52px;padding:14px 16px;font-size:14px;line-height:1.35;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.content-page .content-link-panel__links a:hover,.content-page .content-link-panel__links a:focus-visible{transform:translateY(-1px);border-color:#aaa0df;background:#f4f0ff}
.content-page .content-faq{gap:clamp(34px,5vw,64px)}
.content-page .content-faq summary{font-size:15px;line-height:1.45}
.content-page .content-faq details p{font-size:14px;line-height:1.68}
.content-page .content-final p{font-size:15px;line-height:1.7}
@media(max-width:1240px){
  .content-page .content-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  .content-page .content-step{min-height:165px}
}
@media(max-width:980px){
  .content-page .content-hero__visual{width:100%;max-width:780px;margin-inline:auto}
  .content-page .content-heading{gap:14px;margin-bottom:29px}
  .content-page .content-heading>p{max-width:760px}
  .content-page .content-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .content-page .content-link-panel{gap:22px;padding:29px}
}
@media(max-width:640px){
  .content-page .content-hero__lead{line-height:1.62}
  .content-page .content-hero__visual{padding:17px}
  .content-page .content-process-mini{margin-top:20px}
  .content-page .content-process-mini__row{padding:12px}
  .content-page .content-process-mini__row strong{font-size:13px}
  .content-page .content-process-mini__row small{font-size:10px}
  .content-page .content-section{padding:50px 0}
  .content-page .content-heading h2{font-size:clamp(29px,9.5vw,40px);line-height:1.08}
  .content-page .content-heading>p{font-size:14px;line-height:1.62}
  .content-page .content-card{padding:22px}
  .content-page .content-card h3{font-size:18px}
  .content-page .content-list-card{padding:19px}
  .content-page .content-steps{display:flex;padding:0 14px 10px;margin-inline:-14px}
  .content-page .content-step{flex:0 0 min(82vw,330px);min-height:168px;padding:19px}
  .content-page .content-capability{padding:21px}
  .content-page .content-scenario{padding:23px}
  .content-page .content-link-panel{padding:24px}
  .content-page .content-faq{gap:24px}
  .content-page .content-final p{font-size:14px}
}
@media(max-width:540px){.content-page .content-capabilities{grid-template-columns:1fr}}
