:root {
  --navy: #1f2138;
  --navy-deep: #081e3d;
  --blue: #0e5ef4;
  --cyan: #3ab9c8;
  --ink: #17223c;
  --muted: #667085;
  --line: #e5eaf2;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 12px 34px rgba(16, 33, 63, 0.09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 96px 0; }
.soft { background: var(--soft); }
.eyebrow { margin: 0 0 16px; font-size: 12px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; color: var(--blue); }
.eyebrow.light { color: #6be3ee; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(48px, 5.5vw, 80px); line-height: .98; letter-spacing: -.045em; margin-bottom: 22px; max-width: 760px; }
h2 { font-size: clamp(34px, 3.5vw, 52px); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 24px; }
h3 { font-size: 20px; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 10px; }
p { color: var(--muted); font-size: 16px; }
.lead { font-size: 18px; max-width: 650px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 86px; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(229,234,242,.75); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 18px; min-width: 230px; }
.brand img { width: 122px; height: auto; }
.brand-division { display: flex; flex-direction: column; gap: 1px; padding-left: 18px; border-left: 1px solid #dfe5ef; line-height: 1.05; }
.brand-division small { font-size: 9px; color: #8b95a7; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.brand-division strong { font-size: 12px; color: var(--navy); font-weight: 850; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.btn) { transition: color .2s ease; }
.site-nav > a:not(.btn):hover { color: var(--blue); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; background: linear-gradient(135deg, #1374f3, #0844dd); color: #fff; border-radius: 10px; font-weight: 800; box-shadow: 0 9px 24px rgba(14,94,244,.22); transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(14,94,244,.28); }
.btn-sm { min-height: 44px; padding: 0 20px; }

.hero { padding-top: 72px; overflow: hidden; position: relative; background: linear-gradient(115deg,#ffffff 0%,#ffffff 54%,#f6faff 100%); }
.hero:before { content:""; position:absolute; width:600px; height:600px; border-radius:50%; right:-220px; top:-260px; background:radial-gradient(circle,rgba(58,185,200,.12),transparent 68%); pointer-events:none; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; min-height: 650px; }
.hero h1 { max-width: 720px; }
.gradient-text { background: linear-gradient(105deg,#2eb7c7 4%,#176fea 52%,#074ce6 92%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-sub { font-size: clamp(22px, 2.15vw, 32px); max-width: 700px; color: var(--navy); font-weight: 720; line-height: 1.2; letter-spacing: -.025em; margin-bottom: 22px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 32px 0 24px; }
.text-link { color: var(--blue); font-weight: 800; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.trust-line { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #36415c; }
.trust-line i { width: 4px; height: 4px; border-radius: 999px; background: var(--blue); }
.hero-art { position: relative; min-height: 540px; }
.mark-wrap { position: absolute; inset: 50px 0 20px 0; display: grid; place-items: center; filter: drop-shadow(0 26px 50px rgba(37,98,210,.13)); }
.mark-wrap:after { content:""; position:absolute; width:330px; height:330px; border-radius:50%; background:#fff; box-shadow:0 30px 70px rgba(15,57,124,.09); z-index:-1; }
.mark-wrap img { width: min(390px, 78%); opacity: .94; }
.hero-card { position:absolute; z-index:3; width:235px; padding:18px 20px; border:1px solid rgba(220,228,240,.92); background:rgba(255,255,255,.88); backdrop-filter:blur(12px); border-radius:14px; box-shadow:0 18px 45px rgba(16,33,63,.10); }
.hero-card span { display:block; color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.13em; margin-bottom:7px; }
.hero-card strong { display:block; color:var(--navy); font-size:14px; line-height:1.35; }
.hero-card-top { right:4px; top:82px; }
.hero-card-bottom { left:2px; bottom:64px; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 430px; height: 430px; right: -30px; top: 36px; background: radial-gradient(circle at 40% 40%, rgba(59,185,201,.2), rgba(14,94,244,.08) 55%, transparent 72%); }
.orb-two { width: 260px; height: 260px; left: 20px; bottom: 20px; background: radial-gradient(circle, rgba(14,94,244,.11), transparent 70%); }
.wave-lines { position: absolute; right: -60px; bottom: 8px; width: 100%; height: 190px; background: repeating-radial-gradient(ellipse at center, transparent 0 13px, rgba(31,120,247,.08) 13px 14px); transform: rotate(-7deg) scale(1.35,.75); opacity: .7; }

.reassurance { padding: 0 0 38px; }
.reassurance-grid { background: #fbfcfe; border: 1px solid #edf1f7; border-radius: 18px; padding: 20px 22px; display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); }
.reassurance article { display: flex; gap: 14px; padding: 12px 18px; border-right: 1px solid var(--line); }
.reassurance article:last-child { border-right: 0; }
.reassurance h3 { font-size: 15px; margin-bottom: 4px; }
.reassurance p { font-size: 13px; margin-bottom: 0; }
.icon { flex:0 0 34px; height:34px; display:grid; place-items:center; border-radius:9px; background:#eef5ff; font-size:11px; color:var(--blue); font-weight:900; line-height:1; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.problem-grid h2 { max-width: 500px; }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.question-card { min-height: 142px; background: #fff; border: 1px solid #e7ebf2; border-radius: 14px; padding: 22px; box-shadow: 0 8px 18px rgba(17,33,65,.07); display: flex; flex-direction: column; gap: 20px; }
.question-card span { color: var(--blue); font-weight: 900; font-size: 22px; }
.question-card strong { font-size: 16px; line-height: 1.25; }
.statement { margin-top: 46px; border-left: 3px solid var(--blue); padding-left: 18px; font-size: clamp(20px,2vw,27px); font-weight: 800; color: var(--navy); }

.services-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: start; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 365px; display: flex; flex-direction: column; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card .number { color: var(--blue); font-size: 13px; font-weight: 900; margin-bottom: 70px; }
.service-card p { flex: 1; }
.service-card a { color: var(--blue); font-weight: 800; font-size: 14px; }

.dark { background: linear-gradient(135deg, #061934, #092857 62%, #0d3b75); color: #fff; }
.dark h2,.dark h3 { color: #fff; }
.dark p { color: rgba(255,255,255,.73); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.why-cards { display: grid; grid-template-columns: repeat(2, 1fr); }
.why-cards article { padding: 8px 28px 28px; border-bottom: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.why-cards article:nth-child(odd) { border-left: 0; }
.why-cards article:nth-child(n+3) { padding-top: 28px; border-bottom: 0; }
.dark-statement { margin-top: 56px; font-size: clamp(24px,2.3vw,34px); font-weight: 800; color: #fff; max-width: 970px; }

.section-heading { max-width: 760px; margin-bottom: 42px; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.audience-grid article { padding: 28px 26px; border-right: 1px solid var(--line); }
.audience-grid article:last-child { border-right: 0; }
.audience-grid span { color: var(--blue); font-size: 12px; font-weight: 900; }
.audience-grid h3 { margin-top: 24px; }

.people-tech { padding-top: 30px; }
.people-tech-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.people-panel,.tech-panel { border-radius: 24px; overflow: hidden; min-height: 470px; }
.people-panel { display: grid; grid-template-columns: .85fr 1.15fr; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.portrait-abstract { min-height: 100%; position: relative; overflow: hidden; background: linear-gradient(160deg,#ddecf7,#f7fbff); }
.portrait-abstract:before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; background:linear-gradient(135deg,#4cc6d2,#0e5ef4); left:-70px; top:70px; opacity:.75; }
.portrait-abstract:after { content:""; position:absolute; width:180px; height:330px; border-radius:90px 90px 28px 28px; background:#17345e; left:90px; bottom:-120px; transform:rotate(-11deg); opacity:.92; }
.portrait-abstract span:nth-child(1) { position:absolute; width:120px;height:120px;border-radius:50%;background:#f2c8ab;left:115px;top:115px;z-index:2; }
.portrait-abstract span:nth-child(2) { position:absolute; width:145px;height:145px;border-radius:50%;border:3px solid rgba(255,255,255,.8);right:-30px;bottom:70px; }
.portrait-abstract span:nth-child(3) { position:absolute; width:95px;height:200px;border-radius:60px;background:#e6eff8;right:12px;bottom:-60px;transform:rotate(18deg); }
.panel-copy { padding: 46px 40px; }
.tech-panel { background: linear-gradient(145deg,#eef6ff,#f8fbfe); border: 1px solid #e4edf7; padding: 48px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; }
.tech-panel ul { list-style: none; padding: 0; margin: 0; }
.tech-panel li { margin: 20px 0; font-weight: 800; color: var(--navy); }
.tech-panel li:before { content:"✓"; display:inline-grid; place-items:center; width:24px; height:24px; border:1px solid var(--blue); color:var(--blue); border-radius:50%; margin-right:10px; }

.approach-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 58px; }
.steps { display: grid; gap: 0; }
.steps article { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #dde4ee; }
.steps article:last-child { border-bottom: 0; }
.steps span { width: 38px; height: 38px; border-radius: 50%; display:grid; place-items:center; background:#fff; border:1px solid #d8e2f0; color:var(--blue); font-weight:900; }
.steps h3 { margin-bottom: 4px; }
.steps p { margin-bottom: 0; }

.insights-head { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:36px; }
.insights-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.insights-grid article { border:1px solid var(--line); border-radius:18px; overflow:hidden; background:#fff; box-shadow:0 8px 22px rgba(19,38,75,.06); padding-bottom:24px; }
.insights-grid article > *:not(.article-art) { margin-left:24px; margin-right:24px; }
.article-art { height:180px; margin-bottom:22px; }
.art-one { background: linear-gradient(150deg,#dae8f5,#fff 50%), radial-gradient(circle at 65% 45%,#1e3d69 0 14%,transparent 15%); }
.art-two { background: linear-gradient(150deg,#e8edf5,#fff), repeating-linear-gradient(90deg,rgba(14,94,244,.08) 0 1px,transparent 1px 28px); }
.art-three { background: radial-gradient(circle at 50% 35%,#53b681 0 10%,transparent 11%), linear-gradient(180deg,#eaf7ef,#fff); }
.insights-grid span { color: var(--blue); font-size: 12px; font-weight: 800; }
.insights-grid h3 { margin-top: 8px; }
.insights-grid a { color: var(--blue); font-weight: 800; font-size:14px; }

.final-cta { background: linear-gradient(135deg,#072044,#082f66); color:#fff; padding:58px 0; position:relative; overflow:hidden; }
.final-cta:after { content:""; position:absolute; right:-100px; top:-120px; width:420px; height:420px; border-radius:50%; border:1px solid rgba(82,207,219,.28); box-shadow:0 0 0 30px rgba(82,207,219,.05),0 0 0 60px rgba(82,207,219,.04),0 0 0 90px rgba(82,207,219,.03); }
.cta-grid { display:grid; grid-template-columns:1.1fr 1fr .65fr; gap:46px; align-items:center; position:relative; z-index:1; }
.cta-grid h2 { font-size:clamp(32px,3vw,46px); margin-bottom:0; }
.cta-grid p { color:rgba(255,255,255,.74); margin-bottom:0; }
.cta-action { display:flex; flex-direction:column; gap:10px; align-items:stretch; text-align:center; }
.light-btn { background:#fff; color:var(--navy); box-shadow:none; }
.cta-action small { color:rgba(255,255,255,.65); }

.footer { padding:52px 0 28px; background:#fff; }
.footer-grid { display:grid; grid-template-columns:1.7fr repeat(3,1fr); gap:48px; }
.footer-brand img { width:150px; height:auto; margin-bottom:16px; }
.footer-brand strong { display:block; font-size:14px; margin-bottom:8px; }
.footer-brand p { max-width:320px; font-size:14px; }
.footer h4 { margin:0 0 14px; font-size:14px; }
.footer a { display:block; color:var(--muted); font-size:14px; margin:9px 0; }
.footer a:hover { color:var(--blue); }
.footer-bottom { margin-top:36px; padding-top:22px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:24px; color:#8b95a7; font-size:12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { position:absolute; top:86px; left:0; right:0; background:#fff; padding:22px 24px 28px; display:none; flex-direction:column; align-items:flex-start; border-bottom:1px solid var(--line); box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .menu-toggle { display:block; }
  .hero-grid,.split,.services-layout,.why-grid,.approach-grid { grid-template-columns:1fr; }
  .hero-grid { min-height:auto; }
  .hero-art { min-height:360px; }
  .reassurance-grid { grid-template-columns:repeat(2,1fr); }
  .reassurance article:nth-child(2) { border-right:0; }
  .reassurance article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-cards { grid-template-columns:1fr; }
  .service-card { min-height:auto; }
  .service-card .number { margin-bottom:30px; }
  .audience-grid { grid-template-columns:repeat(2,1fr); }
  .people-tech-grid { grid-template-columns:1fr; }
  .cta-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2 / 3; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 32px,1180px); }
  .section { padding:72px 0; }
  h1 { font-size:46px; }
  h2 { font-size:36px; }
  .brand { min-width:0; gap:12px; }
  .brand img { width:104px; }
  .brand-division { display:none; }
  .hero { padding-top:46px; }
  .hero-grid { gap:10px; }
  .hero-art { min-height:360px; }
  .hero-card { width:210px; padding:14px 16px; }
  .hero-card-top { right:0; top:38px; }
  .hero-card-bottom { left:0; bottom:22px; }
  .mark-wrap img { width:min(290px,72%); }
  .mark-wrap:after { width:250px; height:250px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .reassurance-grid,.question-grid,.audience-grid,.insights-grid { grid-template-columns:1fr; }
  .reassurance article { border-right:0; border-bottom:1px solid var(--line); }
  .reassurance article:last-child { border-bottom:0; }
  .why-cards { grid-template-columns:1fr; }
  .why-cards article { border-left:0; border-bottom:1px solid rgba(255,255,255,.14)!important; padding:20px 0!important; }
  .people-panel { grid-template-columns:1fr; }
  .portrait-abstract { min-height:300px; }
  .tech-panel { grid-template-columns:1fr; padding:34px 28px; }
  .insights-head { align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1 / -1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

/* Multi-page service architecture */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-item > a { transition: color .2s ease; }
.nav-item > a:hover, .site-nav a.active, .nav-dropdown a.sub-active { color: var(--blue); }
.nav-dropdown { position: absolute; left: -24px; top: calc(100% + 18px); width: 245px; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-dropdown:before { content:""; position:absolute; left:0; right:0; top:-20px; height:20px; }
.nav-dropdown a { display:block; padding:11px 12px; border-radius:9px; font-size:13px; color:var(--navy); }
.nav-dropdown a:hover { background:#f4f8fe; color:var(--blue); }
.has-dropdown:hover .nav-dropdown, .has-dropdown:focus-within .nav-dropdown { opacity:1; visibility:visible; transform:none; }

.page-hero { padding-top: 78px; background: linear-gradient(115deg,#fff 0%,#fff 55%,#f5f9ff 100%); overflow:hidden; position:relative; }
.page-hero:after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; right:-250px; top:-170px; background:radial-gradient(circle,rgba(58,185,200,.11),transparent 68%); pointer-events:none; }
.page-hero-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:70px; align-items:center; min-height:570px; position:relative; z-index:1; }
.page-hero h1 { max-width:780px; }
.page-hero-visual { min-height:420px; display:grid; place-items:center; position:relative; }
.page-hero-visual:before { content:""; position:absolute; width:360px; height:360px; border-radius:50%; background:linear-gradient(145deg,#f8fbff,#eaf4ff); box-shadow:0 28px 80px rgba(15,57,124,.11); }
.three-stage { position:relative; z-index:2; width:min(420px,92%); display:grid; gap:12px; }
.three-stage div { background:rgba(255,255,255,.94); border:1px solid #e0e8f3; box-shadow:0 12px 30px rgba(16,33,63,.08); border-radius:16px; padding:18px 22px; display:grid; grid-template-columns:38px 1fr; column-gap:14px; align-items:center; }
.three-stage span { grid-row:1 / 3; width:36px; height:36px; border-radius:10px; display:grid; place-items:center; color:var(--blue); background:#eef5ff; font-size:11px; font-weight:900; }
.three-stage strong { color:var(--navy); font-size:18px; }
.three-stage small { color:var(--muted); }
.three-stage div:nth-child(2) { transform:translateX(28px); }
.three-stage div:nth-child(3) { transform:translateX(56px); }
.pillar-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pillar-card { border:1px solid var(--line); border-radius:22px; padding:34px; background:#fff; box-shadow:0 10px 28px rgba(19,38,75,.06); display:flex; flex-direction:column; min-height:560px; }
.pillar-card .number { color:var(--blue); font-size:12px; font-weight:900; margin-bottom:48px; }
.pillar-card h3 { font-size:25px; }
.pillar-tagline { color:var(--navy); font-weight:800; font-size:17px; }
.clean-list,.tick-list { list-style:none; padding:0; margin:18px 0 30px; }
.clean-list li { padding:9px 0 9px 20px; position:relative; color:var(--muted); border-bottom:1px solid #edf1f6; }
.clean-list li:before { content:"•"; position:absolute; left:0; color:var(--blue); font-weight:900; }
.pillar-card .text-link { margin-top:auto; }
.statement-grid { display:grid; grid-template-columns:1fr 1fr; gap:76px; align-items:start; }
.process-band { margin-top:54px; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid rgba(255,255,255,.14); border-radius:18px; overflow:hidden; }
.process-band div { padding:28px; border-right:1px solid rgba(255,255,255,.14); }
.process-band div:last-child { border-right:0; }
.process-band span { display:block; color:#6be3ee; font-size:11px; font-weight:900; margin-bottom:12px; }
.process-band strong { display:block; color:#fff; font-size:18px; }
.choice-grid { display:grid; grid-template-columns:1fr .9fr; gap:72px; align-items:center; }
.info-panel { background:linear-gradient(145deg,#f4f9ff,#fbfdff); border:1px solid #e3ebf5; border-radius:22px; padding:38px; }
.info-panel h3 { font-size:28px; }
.tick-list li { padding:11px 0 11px 36px; position:relative; color:var(--navy); font-weight:700; }
.tick-list li:before { content:"✓"; position:absolute; left:0; top:9px; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; border:1px solid var(--blue); color:var(--blue); font-size:12px; }
.control-card { position:relative; z-index:2; width:min(350px,90%); background:#fff; border:1px solid #e1e8f2; border-radius:22px; box-shadow:0 24px 60px rgba(15,57,124,.12); padding:30px; }
.control-card span { display:block; color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.11em; margin-bottom:6px; }
.control-card strong { display:block; color:var(--navy); font-size:30px; letter-spacing:-.03em; }
.control-card i { display:block; height:1px; background:var(--line); margin:20px 0; }
.detail-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.detail-grid article { padding:30px; border:1px solid var(--line); border-radius:18px; background:#fff; min-height:245px; }
.detail-grid span { color:var(--blue); font-size:11px; font-weight:900; }
.detail-grid h3 { margin-top:42px; font-size:22px; }
.inline-links { display:flex; gap:20px; flex-wrap:wrap; margin-top:22px; }
.inline-links a { color:var(--blue); font-weight:800; font-size:14px; }
.tax-timeline { position:relative; z-index:2; width:min(400px,90%); }
.tax-timeline:before { content:""; position:absolute; left:32px; top:36px; bottom:36px; width:2px; background:linear-gradient(var(--cyan),var(--blue)); }
.tax-timeline div { position:relative; margin:18px 0; background:rgba(255,255,255,.94); border:1px solid var(--line); border-radius:16px; padding:22px 26px 22px 78px; box-shadow:0 12px 30px rgba(16,33,63,.08); }
.tax-timeline div:before { content:""; position:absolute; left:22px; top:50%; width:22px; height:22px; border-radius:50%; transform:translateY(-50%); background:#fff; border:5px solid var(--blue); }
.tax-timeline span { display:block; color:var(--blue); font-size:10px; font-weight:900; letter-spacing:.1em; }
.tax-timeline strong { color:var(--navy); font-size:21px; }
.question-stack { position:relative; z-index:2; width:min(400px,90%); }
.question-stack div { margin:14px 0; border:1px solid #dde6f2; border-radius:16px; padding:22px 26px; background:#fff; color:var(--navy); font-weight:850; font-size:21px; box-shadow:0 14px 32px rgba(16,33,63,.08); }
.question-stack div:nth-child(1) { transform:rotate(-3deg) translateX(-18px); }
.question-stack div:nth-child(2) { transform:rotate(2deg) translateX(18px); }
.question-stack div:nth-child(3) { transform:rotate(-1deg) translateX(4px); }
.question-scenarios { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.question-scenarios article { border:1px solid var(--line); border-radius:18px; padding:30px; min-height:265px; background:#fff; }
.question-scenarios span { color:var(--blue); font-size:11px; font-weight:900; }
.question-scenarios blockquote { margin:38px 0 14px; color:var(--navy); font-size:22px; line-height:1.2; font-weight:850; letter-spacing:-.025em; }

@media (max-width: 980px) {
  .nav-item { width:100%; display:block; }
  .nav-dropdown { position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:0; width:100%; padding:4px 0 0 14px; }
  .nav-dropdown a { padding:7px 0; color:var(--muted); }
  .page-hero-grid,.statement-grid,.choice-grid { grid-template-columns:1fr; }
  .page-hero-grid { min-height:auto; }
  .page-hero-visual { min-height:350px; }
  .pillar-grid,.detail-grid,.question-scenarios { grid-template-columns:1fr; }
  .pillar-card { min-height:auto; }
  .pillar-card .number { margin-bottom:24px; }
}
@media (max-width: 700px) {
  .page-hero { padding-top:48px; }
  .page-hero-visual { min-height:310px; }
  .three-stage div:nth-child(2),.three-stage div:nth-child(3) { transform:none; }
  .process-band { grid-template-columns:1fr; }
  .process-band div { border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }
  .process-band div:last-child { border-bottom:0; }
  .info-panel { padding:30px 24px; }
}

/* Version 4: Who We Help + About */
.fit-orbit { position:relative; z-index:2; width:400px; height:400px; max-width:90vw; max-height:90vw; border:1px solid #dce7f4; border-radius:50%; background:radial-gradient(circle at center,#fff 0 31%,#f5f9ff 32% 60%,rgba(238,246,255,.5) 61% 100%); box-shadow:0 28px 70px rgba(16,53,105,.10); }
.fit-orbit:before,.fit-orbit:after { content:""; position:absolute; border-radius:50%; inset:70px; border:1px dashed rgba(14,94,244,.20); }
.fit-orbit:after { inset:135px; border-style:solid; border-color:rgba(58,185,200,.24); }
.fit-core { position:absolute; inset:50%; width:148px; height:148px; transform:translate(-50%,-50%); background:#fff; border:1px solid #e1e9f4; border-radius:28px; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:0 18px 42px rgba(18,55,103,.12); z-index:2; }
.fit-core img { width:66px; margin-bottom:5px; }
.fit-core strong { color:var(--navy); }
.fit-core small { color:var(--muted); font-size:11px; }
.fit-node { position:absolute; background:#fff; border:1px solid #dfe8f3; border-radius:999px; padding:9px 15px; color:var(--navy); font-size:12px; font-weight:850; box-shadow:0 10px 22px rgba(20,49,91,.08); }
.node-a { top:28px; left:50%; transform:translateX(-50%); }
.node-b { right:-10px; top:50%; transform:translateY(-50%); }
.node-c { bottom:28px; left:50%; transform:translateX(-50%); }
.node-d { left:-8px; top:50%; transform:translateY(-50%); }
.profile-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.profile-grid article { border:1px solid var(--line); border-radius:20px; padding:34px; background:#fff; min-height:310px; display:flex; flex-direction:column; }
.profile-grid span,.stage-grid span,.principles-grid span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.06em; }
.profile-grid h3 { margin-top:48px; font-size:25px; }
.profile-grid p { flex:1; }
.profile-grid a { color:var(--blue); font-size:14px; font-weight:800; }
.fit-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:74px; align-items:start; }
.fit-checks { display:grid; gap:0; border-top:1px solid var(--line); }
.fit-checks article { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:24px 0; border-bottom:1px solid var(--line); }
.fit-checks article > span { width:38px; height:38px; border-radius:50%; display:grid; place-items:center; background:#eef6ff; color:var(--blue); font-weight:900; }
.fit-checks h3 { margin-bottom:5px; }
.fit-checks p { margin-bottom:0; }
.stage-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:20px; overflow:hidden; }
.stage-grid article { padding:32px 26px; min-height:290px; border-right:1px solid var(--line); background:#fff; }
.stage-grid article:last-child { border-right:0; }
.stage-grid h3 { margin-top:50px; font-size:22px; }
.belief-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.belief-grid > div:last-child p { font-size:18px; }
.principles-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.principles-grid article { border:1px solid var(--line); border-radius:20px; padding:30px; min-height:280px; background:#fff; }
.principles-grid h3 { font-size:27px; margin-top:54px; }
.future-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:72px; align-items:start; }
.future-stack { display:grid; gap:12px; }
.future-stack article { padding:22px 24px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(255,255,255,.04); }
.future-stack span { display:block; color:#6be3ee; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.1em; margin-bottom:7px; }
.future-stack strong { display:block; color:#fff; font-size:18px; }
.people-purpose-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:86px; align-items:center; }
.purpose-visual { min-height:450px; position:relative; display:grid; place-items:center; border-radius:28px; overflow:hidden; background:linear-gradient(145deg,#f1f8ff,#fbfdff); border:1px solid #e1eaf4; }
.purpose-visual img { width:210px; position:relative; z-index:2; filter:drop-shadow(0 20px 35px rgba(20,84,180,.14)); }
.purpose-ring { position:absolute; width:310px; height:310px; border:1px solid rgba(14,94,244,.16); border-radius:50%; box-shadow:0 0 0 54px rgba(14,94,244,.025),0 0 0 108px rgba(58,185,200,.025); }
.purpose-visual span { position:absolute; z-index:3; padding:9px 14px; border-radius:999px; background:#fff; border:1px solid #dce6f2; color:var(--navy); font-size:12px; font-weight:850; box-shadow:0 9px 20px rgba(14,45,92,.08); }
.purpose-visual span:nth-of-type(1) { left:38px; top:74px; }
.purpose-visual span:nth-of-type(2) { right:40px; top:150px; }
.purpose-visual span:nth-of-type(3) { left:100px; bottom:52px; }
.clarity-prism { position:relative; z-index:2; width:390px; height:390px; max-width:90vw; max-height:90vw; display:grid; place-items:center; }
.clarity-prism:before { content:""; position:absolute; inset:18px; border-radius:34% 66% 58% 42% / 41% 37% 63% 59%; background:linear-gradient(145deg,rgba(58,185,200,.16),rgba(14,94,244,.10)); transform:rotate(12deg); }
.clarity-prism:after { content:""; position:absolute; inset:78px; border-radius:50%; background:#fff; box-shadow:0 28px 60px rgba(15,57,124,.12); }
.clarity-prism img { width:230px; position:relative; z-index:3; }
.clarity-prism span { position:absolute; z-index:4; background:#fff; color:var(--navy); border:1px solid #dfe8f3; border-radius:999px; padding:9px 15px; font-size:12px; font-weight:850; box-shadow:0 10px 24px rgba(16,43,83,.08); }
.clarity-prism span:nth-of-type(1) { left:8px; top:72px; }
.clarity-prism span:nth-of-type(2) { right:0; top:105px; }
.clarity-prism span:nth-of-type(3) { left:26px; bottom:68px; }
.clarity-prism span:nth-of-type(4) { right:24px; bottom:48px; }
.founder-note { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px 70px; align-items:start; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding-top:46px; padding-bottom:46px; }
.founder-note blockquote { margin:0; color:var(--navy); font-size:clamp(25px,2.5vw,38px); line-height:1.16; letter-spacing:-.03em; font-weight:850; }
.founder-note > p { grid-column:2; font-size:17px; }
@media (max-width:980px) {
  .profile-grid,.fit-grid,.belief-grid,.future-grid,.people-purpose-grid,.founder-note { grid-template-columns:1fr; }
  .principles-grid { grid-template-columns:repeat(2,1fr); }
  .stage-grid { grid-template-columns:repeat(2,1fr); }
  .stage-grid article:nth-child(2) { border-right:0; }
  .stage-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .founder-note > p { grid-column:auto; }
}
@media (max-width:700px) {
  .fit-orbit,.clarity-prism { width:310px; height:310px; }
  .profile-grid,.principles-grid,.stage-grid { grid-template-columns:1fr; }
  .stage-grid article { border-right:0; border-bottom:1px solid var(--line); min-height:auto; }
  .stage-grid article:last-child { border-bottom:0; }
  .principles-grid article,.profile-grid article { min-height:auto; }
  .profile-grid h3,.principles-grid h3,.stage-grid h3 { margin-top:28px; }
  .purpose-visual { min-height:360px; }
}

/* Contact + insights */
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:76px; align-items:start; }
.contact-promises { display:grid; gap:8px; margin-top:34px; }
.contact-promises article { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.contact-promises article:last-child { border-bottom:0; }
.contact-promises span { width:36px; height:36px; border-radius:10px; display:grid; place-items:center; background:#eef5ff; color:var(--blue); font-size:11px; font-weight:900; }
.contact-promises h3 { font-size:17px; margin-bottom:4px; }
.contact-promises p { margin-bottom:0; font-size:14px; }
.contact-form { background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow); padding:38px; }
.form-row { display:grid; gap:8px; margin-bottom:20px; }
.form-row label { font-size:13px; font-weight:800; color:var(--navy); }
.form-row input,.form-row select,.form-row textarea { width:100%; border:1px solid #d8e0eb; border-radius:10px; background:#fff; color:var(--ink); padding:13px 14px; font:inherit; outline:none; transition:border-color .2s ease, box-shadow .2s ease; }
.form-row textarea { resize:vertical; min-height:140px; }
.form-row input:focus,.form-row select:focus,.form-row textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(14,94,244,.1); }
.form-note,.form-status { font-size:12px; margin:12px 0 0; }
.form-status { color:var(--blue); font-weight:700; }
.fit-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; }
.contact-direct { display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:70px; }
.contact-email { font-size:clamp(22px,2.5vw,34px); font-weight:850; color:#fff; border-bottom:1px solid rgba(255,255,255,.28); padding-bottom:10px; }
.contact-email span { color:#6be3ee; }
.conversation-card { position:relative; z-index:2; width:min(390px,90%); margin:12px 0; background:rgba(255,255,255,.95); border:1px solid var(--line); border-radius:17px; padding:20px 22px; box-shadow:0 13px 34px rgba(16,33,63,.09); display:grid; grid-template-columns:42px 1fr; column-gap:14px; }
.conversation-card:nth-child(2) { transform:translateX(28px); }
.conversation-card:nth-child(3) { transform:translateX(56px); }
.conversation-card span { grid-row:1 / 3; width:38px; height:38px; border-radius:10px; display:grid; place-items:center; background:#eef5ff; color:var(--blue); font-size:11px; font-weight:900; }
.conversation-card strong { color:var(--navy); font-size:18px; }
.conversation-card small { color:var(--muted); margin-top:3px; }
.featured-insight { display:grid; grid-template-columns:1.05fr .95fr; gap:58px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:24px; padding:48px; box-shadow:var(--shadow); }
.featured-copy h2 { max-width:650px; }
.featured-visual { min-height:300px; border-radius:20px; background:linear-gradient(145deg,#f0f7ff,#fbfdff); position:relative; overflow:hidden; display:grid; place-items:center; }
.featured-visual:before { content:""; position:absolute; width:260px; height:260px; border-radius:50%; border:1px solid rgba(14,94,244,.15); box-shadow:0 0 0 34px rgba(14,94,244,.05),0 0 0 68px rgba(58,185,200,.05); }
.signal-line { position:relative; z-index:2; width:82%; display:flex; align-items:center; justify-content:center; gap:12px; }
.signal-line span { background:#fff; border:1px solid var(--line); border-radius:10px; padding:12px 16px; color:var(--navy); font-weight:850; box-shadow:0 8px 20px rgba(16,33,63,.07); }
.signal-line i { flex:1; height:2px; background:linear-gradient(90deg,var(--cyan),var(--blue)); }
.insight-toolbar { display:flex; justify-content:space-between; align-items:flex-end; gap:34px; margin-bottom:38px; }
.topic-pills { display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.topic-pills span { border:1px solid var(--line); background:#fafcff; border-radius:999px; padding:8px 12px; color:var(--muted); font-size:12px; font-weight:750; }
.insight-library { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.insight-library article { border:1px solid var(--line); border-radius:18px; overflow:hidden; background:#fff; box-shadow:0 8px 22px rgba(19,38,75,.06); padding-bottom:26px; }
.insight-library article > *:not(.article-art) { margin-left:24px; margin-right:24px; }
.insight-library > article > span { color:var(--blue); font-size:12px; font-weight:800; }
.insight-library h3 { margin-top:8px; font-size:22px; }
.insight-library a { color:var(--blue); font-weight:800; font-size:14px; }
.insight-orbit { position:relative; z-index:2; width:360px; height:360px; border-radius:50%; border:1px solid #dbe8f7; display:grid; place-items:center; box-shadow:0 24px 60px rgba(15,57,124,.08); background:rgba(255,255,255,.8); }
.insight-orbit img { width:180px; }
.insight-orbit span { position:absolute; background:#fff; border:1px solid var(--line); border-radius:999px; padding:9px 14px; color:var(--navy); font-size:12px; font-weight:850; box-shadow:0 8px 22px rgba(16,33,63,.08); }
.insight-orbit span:nth-of-type(1) { top:28px; right:20px; }
.insight-orbit span:nth-of-type(2) { bottom:44px; right:-8px; }
.insight-orbit span:nth-of-type(3) { left:-15px; top:150px; }
.editorial-principles { display:grid; grid-template-columns:.8fr 1.2fr; gap:64px; }
.editorial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.editorial-grid article { border-left:1px solid rgba(255,255,255,.18); padding-left:22px; }
.editorial-grid span { color:#6be3ee; font-size:11px; font-weight:900; }
.editorial-grid h3 { margin-top:28px; }

.article-hero { padding:82px 0 54px; background:linear-gradient(115deg,#fff,#f6faff); }
.article-shell { width:min(820px,calc(100% - 48px)); margin:0 auto; }
.article-meta { display:flex; flex-wrap:wrap; gap:10px 18px; margin-bottom:18px; color:var(--muted); font-size:13px; }
.article-meta strong { color:var(--blue); }
.article-hero h1 { font-size:clamp(44px,5vw,70px); max-width:900px; }
.article-deck { font-size:21px; color:var(--navy); max-width:760px; }
.article-body { padding:72px 0 96px; }
.article-body .article-shell > p { font-size:18px; line-height:1.75; }
.article-body h2 { font-size:34px; margin-top:54px; }
.article-body h3 { font-size:23px; margin-top:36px; }
.article-pull { margin:44px 0; padding:28px 30px; border-left:3px solid var(--blue); background:var(--soft); color:var(--navy); font-size:23px; font-weight:800; }
.article-points { display:grid; gap:14px; margin:28px 0; }
.article-points article { border:1px solid var(--line); border-radius:14px; padding:22px; background:#fff; }
.article-points span { color:var(--blue); font-size:11px; font-weight:900; }
.article-points h3 { margin:10px 0 6px; }
.article-disclaimer { margin-top:54px; padding-top:24px; border-top:1px solid var(--line); font-size:13px!important; color:#7a8495!important; }

@media (max-width:980px) {
  .contact-layout,.fit-grid,.contact-direct,.featured-insight,.editorial-principles { grid-template-columns:1fr; }
  .insight-library { grid-template-columns:1fr 1fr; }
  .editorial-grid { grid-template-columns:1fr; }
  .editorial-grid article { border-left:0; border-bottom:1px solid rgba(255,255,255,.15); padding:18px 0; }
}
@media (max-width:700px) {
  .contact-form { padding:26px 22px; }
  .conversation-card:nth-child(2),.conversation-card:nth-child(3) { transform:none; }
  .insight-toolbar { align-items:flex-start; flex-direction:column; }
  .topic-pills { justify-content:flex-start; }
  .insight-library { grid-template-columns:1fr; }
  .featured-insight { padding:28px 22px; }
  .featured-visual { min-height:220px; }
  .signal-line { gap:5px; width:94%; }
  .signal-line span { padding:9px 10px; font-size:11px; }
  .insight-orbit { width:290px; height:290px; }
  .insight-orbit img { width:145px; }
  .article-shell { width:min(100% - 32px,820px); }
}


/* ===== Version 7: Trust, proof & credibility ===== */
.proof-section { background: linear-gradient(180deg,#fff 0%,#fbfdff 100%); }
.proof-head { display:grid; grid-template-columns:1.15fr .85fr; gap:72px; align-items:end; margin-bottom:40px; }
.proof-head p:last-child { max-width:520px; }
.proof-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.proof-grid article { background:#fff; border:1px solid #e6edf6; border-radius:18px; padding:26px; box-shadow:0 12px 34px rgba(20,42,82,.055); }
.proof-grid article span { display:inline-grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#f3f8ff; color:var(--blue); font-size:12px; font-weight:900; margin-bottom:28px; }
.proof-grid h3 { font-size:18px; margin-bottom:8px; }
.proof-grid p { font-size:14px; margin:0; }
.proof-link { margin-top:28px; }

.trust-detail { border-top:1px solid #edf1f6; }
.trust-detail-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:78px; align-items:start; }
.trust-checks { display:grid; grid-template-columns:1fr 1fr; border:1px solid #e3eaf4; border-radius:20px; overflow:hidden; background:#fff; }
.trust-checks article { padding:26px; border-bottom:1px solid #e3eaf4; border-right:1px solid #e3eaf4; }
.trust-checks article:nth-child(2n) { border-right:0; }
.trust-checks article:nth-child(n+3) { border-bottom:0; }
.trust-checks strong { display:block; color:var(--navy); margin-bottom:7px; }
.trust-checks p { margin:0; font-size:14px; }

.appointment-proof { padding-top:24px; }
.appointment-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.appointment-grid article { border-top:3px solid #eaf1fb; padding:22px 8px 0 0; }
.appointment-grid span { color:var(--blue); font-size:12px; font-weight:900; letter-spacing:.08em; }
.appointment-grid h3 { font-size:18px; margin:12px 0 8px; }
.appointment-grid p { font-size:14px; margin:0; }

.standard-strip { padding:20px 0; background:#f7faff; border-top:1px solid #e5edf7; border-bottom:1px solid #e5edf7; }
.standard-strip-inner { display:grid; grid-template-columns:1fr 1fr auto; gap:28px; align-items:center; }
.standard-strip-inner > div { display:flex; flex-direction:column; gap:2px; }
.standard-strip-inner strong { color:var(--navy); font-size:17px; }
.standard-kicker { font-size:10px; letter-spacing:.14em; text-transform:uppercase; color:var(--blue); font-weight:900; }
.standard-strip-inner p { margin:0; font-size:13px; }
.standard-strip-inner a { color:var(--blue); font-weight:800; font-size:13px; white-space:nowrap; }

.standards-visual { min-height:390px; position:relative; display:grid; place-items:center; }
.standards-visual > img { width:120px; opacity:.88; filter:drop-shadow(0 22px 34px rgba(37,117,245,.16)); }
.standard-orbit { position:absolute; background:#fff; border:1px solid #e4ebf5; border-radius:16px; padding:13px 18px; min-width:150px; box-shadow:0 14px 36px rgba(20,42,82,.08); display:flex; align-items:center; gap:10px; }
.standard-orbit span { color:var(--blue); font-size:11px; font-weight:900; }
.standard-orbit strong { color:var(--navy); font-size:14px; }
.orbit-a { top:46px; left:14%; }
.orbit-b { right:3%; top:45%; }
.orbit-c { left:10%; bottom:30px; }
.commitment-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.commitment-grid article { background:#fff; border:1px solid #e4ebf5; border-radius:18px; padding:26px; }
.commitment-grid span { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.08em; }
.commitment-grid h3 { margin:24px 0 8px; font-size:20px; }
.commitment-grid p { margin:0; font-size:14px; }
.standards-three { display:grid; gap:26px; }
.standard-pillar { display:grid; grid-template-columns:110px 1fr; gap:34px; padding:44px; border:1px solid #e3eaf4; border-radius:24px; background:#fff; }
.pillar-number { width:76px; height:76px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,#f2f8ff,#effdfd); color:var(--blue); font-weight:900; font-size:18px; }
.standard-pillar h2 { max-width:720px; }
.standard-pillar p { max-width:820px; }
.standards-list { display:grid; grid-template-columns:1fr 1fr; gap:10px 28px; list-style:none; padding:18px 0 0; margin:0; }
.standards-list li { position:relative; padding-left:22px; color:#536079; font-size:14px; }
.standards-list li:before { content:'✓'; position:absolute; left:0; top:0; color:var(--blue); font-weight:900; }
.responsible-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:78px; }
.responsible-cards { display:grid; grid-template-columns:1fr 1fr; }
.responsible-cards article { padding:22px 24px; border-left:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.responsible-cards article:nth-child(2n+1) { border-left:0; }
.responsible-cards article:nth-child(n+3) { border-bottom:0; }
.responsible-cards strong { color:#fff; display:block; margin-bottom:7px; }
.responsible-cards p { margin:0; font-size:14px; }
.technology-trust-grid { display:grid; grid-template-columns:1fr .8fr; gap:76px; align-items:center; }
.boundary-card { border:1px solid #dce7f5; background:#f8fbff; border-radius:22px; padding:34px; }
.boundary-card span { display:inline-block; color:var(--blue); font-size:10px; letter-spacing:.14em; text-transform:uppercase; font-weight:900; margin-bottom:18px; }
.boundary-card strong { display:block; color:var(--navy); font-size:22px; line-height:1.35; margin-bottom:14px; }
.boundary-card p { margin:0; }
.proof-placeholder { display:grid; grid-template-columns:1fr .75fr; gap:80px; align-items:start; }
.proof-slot { border:1px dashed #bfcde0; border-radius:20px; padding:30px; background:#fff; }
.proof-slot > span { display:inline-block; padding:6px 9px; border-radius:999px; background:#eef6ff; color:var(--blue); font-size:10px; letter-spacing:.1em; text-transform:uppercase; font-weight:900; }
.proof-slot ul { margin:20px 0 0; padding-left:18px; color:#536079; }
.proof-slot li { margin:10px 0; }

@media (max-width: 980px) {
  .proof-head,.trust-detail-grid,.responsible-grid,.technology-trust-grid,.proof-placeholder { grid-template-columns:1fr; gap:38px; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .appointment-grid,.commitment-grid { grid-template-columns:repeat(2,1fr); }
  .standard-strip-inner { grid-template-columns:1fr auto; }
  .standard-strip-inner p { grid-column:1 / -1; grid-row:2; }
}
@media (max-width: 680px) {
  .proof-grid,.trust-checks,.appointment-grid,.commitment-grid,.standards-list,.responsible-cards { grid-template-columns:1fr; }
  .trust-checks article { border-right:0; border-bottom:1px solid #e3eaf4 !important; }
  .trust-checks article:last-child { border-bottom:0 !important; }
  .standard-strip-inner { grid-template-columns:1fr; gap:10px; }
  .standard-strip-inner p { grid-column:auto; grid-row:auto; }
  .standard-pillar { grid-template-columns:1fr; padding:28px; }
  .standards-visual { min-height:330px; }
  .standard-orbit { min-width:132px; padding:10px 12px; }
  .orbit-a { left:0; }
  .orbit-b { right:0; }
  .orbit-c { left:3%; }
  .responsible-cards article { border-left:0; border-bottom:1px solid rgba(255,255,255,.14) !important; padding:20px 0; }
  .responsible-cards article:last-child { border-bottom:0 !important; }
}

/* Accessibility and technical polish */
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--navy-deep);
  color: #fff;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(14,94,244,.42);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
}


/* Version 9: legal and production form */
.legal-hero { padding-bottom: 48px; }
.legal-layout { max-width: 900px; }
.legal-copy { font-size: 16px; line-height: 1.75; }
.legal-copy h2 { margin-top: 42px; margin-bottom: 12px; font-size: 26px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { max-width: 820px; }
.hp-field { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.turnstile-slot { min-height: 24px; margin: 4px 0 14px; }
.turnstile-pending { margin:0; color:#748097; font-size:12px; }
.contact-form.is-sending button[type=submit] { opacity:.7; cursor:wait; }
.form-status.success { color:#0b6b49; }
.form-status.error { color:#a12b2b; }
.footer-bottom { align-items:flex-start; }
.footer-bottom span:last-child { max-width:780px; text-align:right; }
@media(max-width:680px){ .footer-bottom span:last-child { text-align:left; } }


/* Version 10: real-world identity, contact and trust details */
.footer-grid { grid-template-columns:1.7fr repeat(4,1fr); gap:38px; }
.footer-contact a:first-of-type { color:var(--navy); font-weight:800; }
.founder-profile-section { background:linear-gradient(135deg,#f8fbff 0%,#ffffff 56%,#f4fbfc 100%); }
.founder-profile-grid { display:grid; grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr); gap:76px; align-items:center; }
.founder-photo { position:relative; }
.founder-photo:before { content:""; position:absolute; inset:-18px 18px 18px -18px; border-radius:28px; background:linear-gradient(145deg,rgba(58,185,200,.20),rgba(14,94,244,.10)); z-index:0; }
.founder-photo img { width:100%; aspect-ratio:1/1; object-fit:cover; position:relative; z-index:1; border-radius:24px; box-shadow:0 24px 60px rgba(15,57,124,.14); }
.founder-profile-copy h2 { max-width:760px; }
.founder-profile-copy p { max-width:760px; font-size:17px; }
.founder-profile-links { display:flex; flex-wrap:wrap; gap:26px; margin-top:28px; }
.contact-options { display:grid; gap:18px; }
.contact-options a { width:fit-content; }
.contact-phone { font-size:clamp(22px,2.5vw,34px); font-weight:850; color:#fff; border-bottom:1px solid rgba(255,255,255,.28); padding-bottom:10px; }
.contact-phone span { color:#6be3ee; }
@media (max-width:1100px) { .footer-grid { grid-template-columns:1.5fr repeat(2,1fr); } .footer-brand { grid-row:span 2; } }
@media (max-width:980px) { .founder-profile-grid { grid-template-columns:1fr; gap:42px; } .founder-photo { max-width:430px; } }
@media (max-width:700px) { .footer-grid { grid-template-columns:1fr 1fr; } .footer-brand { grid-column:1 / -1; grid-row:auto; } .founder-photo { width:min(100%,400px); } }
