:root {
  --navy-950: #061325;
  --navy-900: #0a1b37;
  --navy-850: #0f2752;
  --navy-800: #12305f;
  --ink: #152641;
  --muted: #61748d;
  --line: rgba(18, 48, 95, .12);
  --soft: #f3f7fc;
  --white: #ffffff;
  --cyan: #1d9cff;
  --cyan-dark: #0e6ddf;
  --blue: #0457c7;
  --silver: #d8dde6;
  --lime: #8dd96c;
  --radius: 18px;
  --shadow: 0 28px 80px rgba(4, 18, 43, .14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--cyan); color: var(--navy-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--navy-950); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-950); color: #aebacd; font-size: .74rem; letter-spacing: .03em; border-bottom: 1px solid rgba(255,255,255,.07); }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar a { color: var(--white); transition: color .2s; }
.topbar a:hover { color: #7cc8ff; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(10,27,55,.86); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 16px; min-width: 235px; }
.brand__logo { width: auto; height: 58px; object-fit: contain; filter: drop-shadow(0 10px 24px rgba(8, 33, 82, .25)); }
.brand--header .brand__logo { height: 62px; }
.brand--footer .brand__logo { height: 70px; }
.brand__text { display: grid; line-height: 1.05; gap: 6px; }
.brand__text strong { font-size: 1rem; letter-spacing: .16em; }
.brand__text small { color: #adc0d8; font-size: .64rem; letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .85rem; font-weight: 650; }
.main-nav > a { position: relative; color: #d4deea; transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .25s; }
.main-nav > a:hover, .main-nav > a.is-active { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-cta { padding: 12px 17px; border: 1px solid rgba(29,156,255,.55); color: var(--white) !important; box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset; }
.nav-cta:hover { background: linear-gradient(135deg, var(--cyan), var(--blue)); color: var(--white) !important; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 11px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .25s, opacity .25s; }

.section { padding: 118px 0; }
.section-dark { background: var(--navy-900); color: var(--white); }
.section-light { background: var(--white); }
.section-soft { background: var(--soft); }
.kicker, .eyebrow { margin: 0 0 20px; color: var(--cyan-dark); font-size: .74rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .kicker, .eyebrow { color: var(--cyan); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 4.4vw, 4.4rem); font-weight: 760; }
h3 { font-size: 1.42rem; }
.lead { font-size: 1.22rem; color: var(--ink); font-weight: 580; }

.hero { min-height: calc(100vh - 118px); position: relative; overflow: hidden; padding: 110px 0 32px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 78% 32%, rgba(29,156,255,.18), transparent 26%), linear-gradient(130deg, #0a1b37 0%, #0a1b37 48%, #12305f 100%); }
.hero__grid { position: absolute; z-index: -2; inset: 0; opacity: .21; background-image: linear-gradient(rgba(103,157,205,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(103,157,205,.16) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 75%, transparent); transform: perspective(760px) rotateX(58deg) scale(1.25) translateY(31%); transform-origin: center bottom; }
.hero__orb { position: absolute; z-index: -1; border-radius: 999px; filter: blur(2px); opacity: .75; }
.hero__orb--one { width: 420px; height: 420px; top: 2%; right: -180px; border: 1px solid rgba(46,211,230,.17); box-shadow: inset 0 0 90px rgba(46,211,230,.05); }
.hero__orb--two { width: 270px; height: 270px; bottom: 4%; left: -160px; border: 1px solid rgba(52,120,246,.19); }
.hero__inner { display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.hero__content { max-width: 750px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 1px; background: var(--cyan); }
.hero h1 { margin-bottom: 26px; font-size: clamp(3.05rem, 6.35vw, 6.45rem); font-weight: 790; letter-spacing: -.06em; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(174, 208, 242, .78); text-stroke: 1px rgba(174, 208, 242, .78); }
.hero__lead { max-width: 700px; margin: 0 0 37px; color: #b9c6d7; font-size: clamp(1.05rem, 1.7vw, 1.27rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 13px 20px; border: 1px solid transparent; font-weight: 760; font-size: .86rem; letter-spacing: .01em; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--cyan); color: var(--navy-950); }
.button--primary:hover { background: #47b6ff; }
.button--ghost { border-color: rgba(255,255,255,.26); color: var(--white); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); }

.hero__visual { position: relative; min-height: 480px; }
.hero-brand-panel { position: absolute; inset: 48px 50px 68px 48px; display: grid; place-items: center; padding: 30px; border: 1px solid rgba(129, 178, 232, .24); background: linear-gradient(160deg, rgba(13,32,64,.88), rgba(7,20,40,.76)); backdrop-filter: blur(18px); box-shadow: 0 38px 90px rgba(0,0,0,.34); }
.hero-brand-panel::before { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.hero-brand-panel img { position: relative; z-index: 1; width: min(100%, 430px); filter: drop-shadow(0 24px 40px rgba(7, 27, 55, .38)); }
.hero-chip { position: absolute; min-width: 200px; padding: 16px 18px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.12); background: rgba(10,27,55,.84); box-shadow: 0 22px 40px rgba(0,0,0,.24); }
.hero-chip b { color: var(--cyan); font-size: 1.28rem; line-height: 1; }
.hero-chip span { color: #aec0d5; font-size: .75rem; }
.hero-chip--one { left: -2%; top: 16px; }
.hero-chip--two { right: -4%; top: 78px; }
.hero-chip--three { right: 3%; bottom: 16px; }
.visual-ring { position: absolute; width: 410px; height: 410px; top: 36px; right: -12px; border: 1px solid rgba(29,156,255,.18); border-radius: 50%; animation: ringPulse 5s ease-in-out infinite; z-index: -1; }
@keyframes ringPulse { 50% { transform: scale(1.06); opacity: .55; } }

.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.hero__facts div { padding: 26px 30px; display: grid; gap: 3px; border-right: 1px solid rgba(255,255,255,.1); }
.hero__facts div:last-child { border-right: 0; }
.hero__facts strong { color: var(--white); font-size: 1.7rem; line-height: 1; }
.hero__facts span { color: #8fa1b7; font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.scroll-cue { width: max-content; margin: 26px auto 0; display: flex; align-items: center; gap: 12px; color: #8fa1b7; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 29px; display: block; background: linear-gradient(var(--cyan), transparent); }

.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.section-heading { position: sticky; top: 130px; }
.prose { max-width: 660px; }
.prose p { color: var(--muted); font-size: 1.03rem; }
.prose .lead { color: var(--ink); font-size: 1.22rem; }
.founder-card { margin-top: 88px; display: grid; grid-template-columns: minmax(250px, 380px) 1fr; min-height: 430px; background: var(--navy-900); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.founder-card__portrait { position: relative; min-height: 360px; display: grid; place-items: center; background: radial-gradient(circle at 52% 38%, rgba(29,156,255,.20), transparent 24%), linear-gradient(145deg, #0b2142, #061325); overflow: hidden; }
.founder-card__portrait::before, .founder-card__portrait::after { content: ""; position: absolute; border: 1px solid rgba(46,211,230,.16); border-radius: 50%; }
.founder-card__portrait::before { width: 270px; height: 270px; }
.founder-card__portrait::after { width: 390px; height: 390px; }
.founder-card__logo { position: relative; z-index: 2; width: min(82%, 290px); filter: drop-shadow(0 24px 44px rgba(2, 18, 44, .38)); }
.founder-card__lines { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(46,211,230,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(46,211,230,.4) 1px, transparent 1px); background-size: 37px 37px; transform: perspective(500px) rotateX(60deg) scale(1.4) translateY(30%); }
.founder-card__content { padding: clamp(46px, 7vw, 86px); align-self: center; }
.founder-card__content h3 { margin-bottom: 25px; font-size: clamp(2.2rem, 4vw, 4.1rem); }
.founder-card__content p:not(.kicker) { max-width: 650px; color: #b8c6d6; }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; color: var(--cyan); font-weight: 720; }

.section-intro { display: grid; grid-template-columns: 1.45fr .55fr; gap: clamp(60px, 8vw, 120px); align-items: end; margin-bottom: 64px; }
.section-intro > p { color: var(--muted); margin: 0 0 8px; }
.section-intro--dark > p { color: #a8b7c9; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 310px; padding: 38px 25px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.process-card:last-child { border-right: 0; }
.process-card:hover { background: var(--white); transform: translateY(-5px); }
.process-card > span { display: block; color: var(--cyan-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.process-card h3 { margin: 88px 0 18px; }
.process-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.services { position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 640px; height: 640px; top: -300px; right: -200px; border-radius: 50%; border: 1px solid rgba(46,211,230,.12); box-shadow: 0 0 0 100px rgba(46,211,230,.018), 0 0 0 200px rgba(46,211,230,.012); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.service-card { min-height: 410px; padding: 38px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .25s, transform .25s; }
.service-card:hover { background: rgba(255,255,255,.035); transform: translateY(-4px); }
.service-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 62px; border: 1px solid rgba(46,211,230,.44); color: var(--cyan); font-size: 1.1rem; }
.service-card h3 { margin-bottom: 17px; }
.service-card p { color: #aebdce; font-size: .92rem; }
.service-card ul { margin: 24px 0 0; padding: 0; list-style: none; color: #d9e2eb; font-size: .82rem; }
.service-card li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08); }
.service-card li::before { content: "→"; margin-right: 9px; color: var(--cyan); }

.sectors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sector-card { min-height: 280px; padding: 34px; border: 1px solid var(--line); background: var(--white); transition: box-shadow .25s, transform .25s, border-color .25s; }
.sector-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(0,169,193,.35); }
.sector-card > span { display: block; margin-bottom: 68px; color: var(--cyan-dark); font-size: .68rem; font-weight: 850; }
.sector-card h3 { margin-bottom: 14px; }
.sector-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.commitments__inner { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(70px, 10vw, 150px); }
.commitments-list { border-top: 1px solid var(--line); }
.commitments-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.commitments-list article > span { color: var(--cyan-dark); font-size: .7rem; font-weight: 850; }
.commitments-list h3 { margin: 0 0 7px; }
.commitments-list p { margin: 0; color: var(--muted); }

.contact { position: relative; padding: 120px 0; overflow: hidden; }
.contact__glow { position: absolute; width: 650px; height: 650px; left: -300px; bottom: -430px; border-radius: 50%; background: rgba(46,211,230,.12); filter: blur(90px); }
.contact__grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 9vw, 130px); }
.contact__intro h2 { margin-bottom: 28px; }
.contact__intro > p:not(.kicker) { max-width: 520px; color: #adbdcf; font-size: 1.05rem; }
.contact__direct { margin-top: 56px; display: grid; gap: 8px; }
.contact__direct span { color: #8194aa; font-size: .69rem; text-transform: uppercase; letter-spacing: .13em; }
.contact__direct a { width: max-content; color: var(--cyan); font-size: clamp(1.15rem, 2vw, 1.5rem); border-bottom: 1px solid rgba(46,211,230,.4); }
.contact-form { padding: clamp(30px, 5vw, 54px); border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.025); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label:not(.consent):not(.honeypot) { display: grid; gap: 8px; margin-bottom: 22px; color: #cbd6e1; font-size: .78rem; font-weight: 720; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.19); border-radius: 0; padding: 13px 0; outline: none; background: transparent; color: var(--white); transition: border-color .2s; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--cyan); }
.contact-form textarea { resize: vertical; min-height: 135px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 5px 0 27px; color: #93a5ba; font-size: .72rem; font-weight: 450; }
.consent input { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--cyan); }
.form-footer { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-status { margin: 0; color: #a8b7c9; font-size: .8rem; }
.form-status.is-success { color: var(--lime); }
.form-status.is-error { color: #ff9d9d; }

.site-footer { background: var(--navy-950); color: var(--white); border-top: 1px solid rgba(255,255,255,.08); }
.footer__top { min-height: 170px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 60px; }
.brand--footer { min-width: 280px; }
.footer__nav { display: flex; gap: 24px; color: #aebccd; font-size: .8rem; }
.footer__nav a:hover, .footer__social a:hover { color: var(--cyan); }
.footer__social { display: grid; gap: 5px; }
.footer__social span { color: #6f8198; font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.footer__social a { color: #d9e2eb; font-size: .8rem; }
.footer__bottom { min-height: 63px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.07); color: #677a92; font-size: .68rem; }
.footer__bottom p { margin: 0; }
.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.13); background: var(--navy-900); color: var(--white); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--cyan); color: var(--navy-950); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-card:nth-child(3) { border-right: 0; }
  .process-card:nth-child(n+4) { border-top: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__content { max-width: 850px; }
  .hero__visual { min-height: 390px; width: min(100%, 650px); margin: -20px auto 0; }
  .visual-card--main { right: 10%; }
}

@media (max-width: 860px) {
  .topbar { display: none; }
  .header__inner { min-height: 72px; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; min-height: 100vh; padding: 110px 30px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(3,8,18,.98); transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s; }
  .main-nav.is-open { transform: translateX(0); visibility: visible; }
  .main-nav > a { padding: 17px 5px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.08rem; }
  .nav-cta { margin-top: 22px; text-align: center; border: 1px solid var(--cyan) !important; }
  .section { padding: 88px 0; }
  .split-layout, .section-intro, .commitments__inner, .contact__grid { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .section-intro { gap: 30px; margin-bottom: 45px; }
  .founder-card { grid-template-columns: 1fr; }
  .founder-card__portrait { min-height: 300px; }
  .sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .contact__grid { gap: 52px; }
  .footer__top { padding: 45px 0; grid-template-columns: 1fr 1fr; }
  .footer__nav { grid-row: 2; grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand { min-width: auto; gap: 12px; }
  .brand__logo { height: 50px; }
  .brand--header .brand__logo { height: 54px; }
  .brand__text small { font-size: .58rem; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text small { display: none; }
  .hero { padding-top: 80px; }
  .hero h1 { font-size: clamp(2.6rem, 14vw, 4.3rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 330px; }
  .visual-card--main { width: 92%; height: 250px; top: 60px; right: 2%; }
  .visual-chart { height: 85px; }
  .visual-card--seo, .visual-card--cms { width: 140px; padding: 13px 15px; }
  .visual-card--seo { left: 0; top: 18px; }
  .visual-card--cms { right: 0; bottom: 0; }
  .visual-ring { width: 290px; height: 290px; }
  .hero__facts { grid-template-columns: 1fr; }
  .hero__facts div { padding: 18px 8px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero__facts div:last-child { border-bottom: 0; }
  .process-grid, .services-grid, .sectors-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(3) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:nth-child(n+4) { border-top: 0; }
  .process-card h3 { margin-top: 38px; }
  .service-card { min-height: auto; padding: 30px; }
  .service-card__icon { margin-bottom: 40px; }
  .sector-card { min-height: auto; }
  .sector-card > span { margin-bottom: 42px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 27px 20px; }
  .footer__top { grid-template-columns: 1fr; gap: 34px; }
  .footer__nav { grid-row: auto; grid-column: auto; flex-wrap: wrap; }
  .footer__bottom { padding: 22px 0; display: grid; }
}

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


/* Premium illustration sections */
.premium-panel,
.premium-band,
.service-showcase {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(32px, 4vw, 60px);
  align-items: center;
  margin-top: 56px;
}
.premium-panel--reverse { grid-template-columns: .92fr 1.08fr; }
.premium-panel--reverse .premium-panel__body { order: 1; }
.premium-panel--reverse .premium-panel__media { order: 2; }
.premium-panel__media,
.premium-band__media,
.service-showcase__media,
.contact__illustration {
  position: relative;
}
.premium-panel__media img,
.premium-band__media img,
.service-showcase__media img,
.contact__illustration img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(4, 18, 43, .12);
}
.premium-panel__body,
.premium-band__content,
.service-showcase__content {
  max-width: 620px;
}
.premium-panel__body h3,
.premium-band__content h3,
.service-showcase__content h3 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.premium-panel__body > p:not(.kicker),
.premium-band__content > p:not(.kicker),
.service-showcase__content > p:not(.kicker) {
  color: var(--muted);
  font-size: 1.02rem;
}
.section-dark .service-showcase__content > p:not(.kicker) { color: #afc0d3; }
.premium-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.premium-points article {
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f7fafd);
  box-shadow: 0 18px 40px rgba(8, 28, 58, .06);
}
.premium-points strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: .9rem;
}
.premium-points span { color: var(--muted); font-size: .88rem; }
.premium-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.premium-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}
.premium-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 0 4px rgba(29,156,255,.10);
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.pill-row span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: #e5eef9;
  font-size: .78rem;
  letter-spacing: .03em;
}
.pill-row--light span {
  border-color: rgba(18, 48, 95, .12);
  background: #f6f9fc;
  color: var(--blue);
}
.contact__illustration {
  margin: 34px 0 8px;
}
.contact__illustration img {
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
}
.hero-brand-panel,
.service-card,
.sector-card,
.contact-form,
.founder-card,
.premium-points article {
  border-radius: 24px;
}
.service-card,
.sector-card {
  overflow: hidden;
}
.section-light .section-heading h2,
.section-soft .section-intro h2,
.commitments .section-heading h2 {
  max-width: 12ch;
}

@media (max-width: 1080px) {
  .premium-panel,
  .premium-band,
  .service-showcase,
  .premium-panel--reverse {
    grid-template-columns: 1fr;
  }
  .premium-panel--reverse .premium-panel__body,
  .premium-panel--reverse .premium-panel__media {
    order: initial;
  }
  .premium-points { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .premium-panel,
  .premium-band,
  .service-showcase { margin-top: 34px; }
}

@media (max-width: 620px) {
  .premium-panel__body h3,
  .premium-band__content h3,
  .service-showcase__content h3 { font-size: 1.7rem; }
}


/* Photographies sélectionnées et mises en proportion */
.hero-photo {
  position: absolute;
  inset: 38px 38px 58px 34px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  background: #07172f;
  box-shadow: 0 38px 90px rgba(0,0,0,.36);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(145deg, rgba(5,18,42,.12), rgba(5,18,42,.42) 66%, rgba(5,18,42,.82));
}
.hero-photo img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.05);
}
.hero-photo__brand {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(6,19,37,.72);
  backdrop-filter: blur(14px);
}
.hero-photo__brand img {
  width: 138px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.28));
}
.hero-photo__brand span {
  color: #d9e8f7;
  font-size: .72rem;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}
.premium-panel__media,
.premium-band__media,
.service-showcase__media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 28px;
  background: #07172f;
  box-shadow: 0 28px 80px rgba(4,18,43,.14);
}
.premium-panel__media::after,
.premium-band__media::after,
.service-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(4,87,199,.08), transparent 48%, rgba(6,19,37,.20));
}
.premium-panel__media img,
.premium-band__media img,
.service-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.premium-panel__media img { object-position: center 54%; }
.premium-band__media img { object-position: center; }
.service-showcase__media img { object-position: center; }
.founder-card__portrait {
  padding: 0;
  align-items: stretch;
  background: #07172f;
}
.founder-card__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center top;
}
.founder-card__portrait::before,
.founder-card__portrait::after,
.founder-card__lines { display: none; }
.service-showcase { margin-bottom: 52px; }
.contact__illustration { display: none; }

@media (max-width: 1080px) {
  .hero-photo { inset: 26px 20px 50px; }
  .premium-panel__media,
  .premium-band__media,
  .service-showcase__media { aspect-ratio: 16 / 9; }
}
@media (max-width: 620px) {
  .hero-photo { inset: 22px 0 42px; }
  .hero-photo__brand { left: 12px; right: 12px; bottom: 12px; padding: 12px; }
  .hero-photo__brand img { width: 98px; }
  .hero-photo__brand span { max-width: 160px; font-size: .58rem; }
  .hero-chip { min-width: 140px; padding: 11px 12px; }
  .hero-chip b { font-size: 1rem; }
  .hero-chip span { font-size: .62rem; }
  .premium-panel__media,
  .premium-band__media,
  .service-showcase__media { aspect-ratio: 4 / 3; }
  .founder-card__photo { min-height: 360px; }
}


/* CORRECTION DEFINITIVE DES PROPORTIONS DES PHOTOS
   Aucune photo n'est étirée : largeur fluide, hauteur automatique. */
.hero-photo {
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  transform: translateY(-50%);
}
.hero-photo > .photo--digital {
  width: 100%;
  height: auto !important;
  aspect-ratio: 2 / 1;
  object-fit: contain !important;
  object-position: center !important;
}

.premium-panel__media,
.premium-band__media,
.service-showcase__media {
  height: auto !important;
  aspect-ratio: auto !important;
  display: block;
  overflow: hidden;
}
.premium-panel__media > .photo,
.premium-band__media > .photo,
.service-showcase__media > .photo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.founder-card__portrait {
  min-height: 430px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 42%, rgba(29,156,255,.20), transparent 34%), linear-gradient(145deg, #0b2142, #061325);
}
.founder-card__photo {
  display: block;
  width: min(100%, 286px);
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 8px solid rgba(255,255,255,.92);
  box-shadow: 0 26px 54px rgba(0,0,0,.34);
}

@media (max-width: 1080px) {
  .hero-photo { width: min(100%, 650px); left: 50%; right: auto; transform: translate(-50%, -50%); }
}
@media (max-width: 620px) {
  .hero-photo { width: 100%; }
  .founder-card__portrait { min-height: 0; padding: 34px 24px; }
  .founder-card__photo { width: min(78%, 250px); }
}


/* Politique de confidentialité et mentions RGPD */
.privacy-summary {
  margin: 2px 0 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--cyan);
  background: rgba(255,255,255,.045);
  color: #aebdd0;
  font-size: .72rem;
  line-height: 1.65;
}
.privacy-summary a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.contact__direct address { margin-top: 8px; color: #9fb0c4; font-style: normal; line-height: 1.55; }
.legal-main { background: var(--white); }
.legal-hero { position: relative; overflow: hidden; padding: 96px 0 86px; }
.legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 30%, rgba(29,156,255,.20), transparent 28%), linear-gradient(135deg, #0a1b37, #12305f);
}
.legal-hero__inner { position: relative; max-width: 980px; }
.legal-hero h1 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6rem); letter-spacing: -.06em; }
.legal-hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(190,218,246,.78); }
.legal-hero__inner > p:not(.eyebrow):not(.legal-update) { max-width: 760px; color: #c1cede; font-size: 1.08rem; }
.legal-update { margin-top: 24px; color: #7f96b0; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout { display: grid; grid-template-columns: minmax(230px, 310px) minmax(0, 1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.legal-summary { position: sticky; top: 120px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f5f9fd); box-shadow: var(--shadow); border-radius: 22px; }
.legal-summary ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 11px; }
.legal-summary li { position: relative; padding-left: 20px; color: var(--muted); font-size: .9rem; }
.legal-summary li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-dark); }
.legal-summary .button { width: 100%; }
.legal-article { min-width: 0; }
.legal-article section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-article section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-article h2 { margin-bottom: 20px; font-size: clamp(1.65rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.legal-article p, .legal-article li { color: var(--muted); }
.legal-article a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-article ul { padding-left: 1.2rem; }
.legal-article li + li { margin-top: 9px; }
.legal-identity { padding: 24px 26px; background: var(--soft); border-left: 4px solid var(--cyan-dark); border-radius: 0 18px 18px 0; }
.legal-identity p { margin: 0 0 14px; }
.legal-identity p:last-child { margin-bottom: 0; }
.legal-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--line); border-radius: 18px; }
.legal-table { width: 100%; min-width: 820px; border-collapse: collapse; background: #fff; }
.legal-table th, .legal-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); font-size: .86rem; }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-table tbody tr:last-child td { border-bottom: 0; }
.legal-table th { background: var(--soft); color: var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.legal-table td { color: var(--muted); }
.legal-nav { margin-left: auto; }
.footer__social { align-items: start; }
.footer__social a + a { margin-top: 2px; }

@media (max-width: 860px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-summary { position: static; }
  .legal-nav { display: flex; position: static; min-height: auto; padding: 0; flex-direction: row; background: transparent; transform: none; visibility: visible; }
  .legal-nav a:not(.nav-cta) { display: none; }
}

@media (max-width: 620px) {
  .legal-hero { padding: 72px 0 62px; }
  .legal-hero h1 { font-size: 2.7rem; }
  .legal-summary { padding: 22px; }
  .legal-article section { padding-bottom: 32px; margin-bottom: 32px; }
  .legal-identity { padding: 20px; }
}


/* FIX V2 — proportions photographiques garanties et anti-cache
   Chaque cadre possède exactement le ratio du fichier source. */
.premium-panel,
.premium-band,
.service-showcase {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: center !important;
}
.premium-band { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.service-showcase { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }

.photo-frame {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: center !important;
  overflow: hidden !important;
  border-radius: 28px;
  background: #07172f;
  box-shadow: 0 28px 80px rgba(4,18,43,.14);
}
.photo-frame--strategie { aspect-ratio: 900 / 596 !important; }
.photo-frame--performance { aspect-ratio: 1165 / 800 !important; }
.photo-frame--formation { aspect-ratio: 980 / 600 !important; }

.photo-frame > img.photo {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
  transform: none !important;
}

/* Le visuel performance ne peut plus prendre la hauteur de la colonne. */
.premium-band__media.photo-frame--performance {
  align-self: center !important;
  justify-self: stretch !important;
  aspect-ratio: 1165 / 800 !important;
}

@media (max-width: 1080px) {
  .premium-panel,
  .premium-band,
  .service-showcase {
    grid-template-columns: 1fr !important;
  }
  .photo-frame { width: min(100%, 900px) !important; margin-inline: auto; }
}
