﻿:root {
  --navy: #071826;
  --navy-2: #0b2235;
  --navy-3: #123249;
  --copper: #955022;
  --copper-light: #f0b47c;
  --ivory: #f4f2ec;
  --cream: #e9e4da;
  --white: #ffffff;
  --ink: #14212a;
  --muted: #4f5e68;
  --line: rgba(10, 31, 47, .13);
  --radius: 24px;
  --shadow: 0 24px 80px rgba(5, 20, 31, .12);
  --brand-blue: #0578dc;
  --brand-green: #36aa32;
  --brand-red: #d20b1e;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--ivory); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: var(--navy); background: var(--copper-light); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: 9999; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }

.topbar { position: relative; z-index: 20; color: rgba(255,255,255,.8); background: #04121d; font-size: 12px; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; }
.topbar p { display: flex; gap: 9px; align-items: center; margin: 0; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #64d7a2; box-shadow: 0 0 0 5px rgba(100,215,162,.12); }
.topbar__links { display: flex; gap: 12px; align-items: center; }
.topbar a:hover { color: var(--white); }

.site-header { position: absolute; z-index: 15; top: 36px; left: 0; right: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s, transform .3s, box-shadow .3s; }
.site-header.is-sticky { position: fixed; top: 0; color: var(--navy); background: rgba(247,245,240,.92); box-shadow: 0 10px 40px rgba(4,18,29,.08); backdrop-filter: blur(20px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { position: relative; display: grid; width: 62px; height: 62px; flex: 0 0 62px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.brand__mark::before { content: ""; position: absolute; inset: -42%; background: conic-gradient(from 210deg, var(--brand-green), var(--brand-blue), var(--brand-red), var(--brand-green)); opacity: .14; filter: blur(8px); }
.brand__mark img { position: relative; z-index: 1; width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(7,24,38,.14)); }
.site-header.is-sticky .brand__mark, .brand--footer .brand__mark { border-color: rgba(7,24,38,.12); background: #fff; box-shadow: 0 14px 32px rgba(7,24,38,.12); }
.brand__text { display: grid; line-height: 1; }
.brand__text strong { font: 800 20px/1 "Manrope", sans-serif; letter-spacing: .17em; }
.brand__text small { margin-top: 6px; font-size: 10px; letter-spacing: .24em; opacity: .9; }
.main-nav { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.btn) { position: relative; padding-block: 14px; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: linear-gradient(90deg, var(--brand-blue), var(--brand-green), var(--brand-red)); transition: right .25s; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.language-switcher { display: inline-flex; gap: 2px; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); }
.language-switcher__button { min-width: 32px; height: 28px; padding: 0 8px; border: 0; border-radius: 999px; color: inherit; background: transparent; font: 700 10px "Manrope", sans-serif; letter-spacing: .08em; cursor: pointer; transition: color .2s, background .2s; }
.language-switcher__button.is-active { color: var(--navy); background: var(--copper-light); }
.site-header.is-sticky .language-switcher { border-color: rgba(7,24,38,.14); background: rgba(7,24,38,.04); }
.site-header.is-sticky .language-switcher__button.is-active { color: var(--white); background: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }

.btn { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 4px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .01em; cursor: pointer; transition: transform .25s, color .25s, background .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn span:last-child { font-size: 17px; }
.btn--nav { min-height: 44px; padding-inline: 20px; color: var(--navy); background: var(--white); }
.is-sticky .btn--nav { color: var(--white); background: var(--navy); }
.btn--copper { color: #102332; background: var(--copper-light); }
.btn--copper:hover { background: #ffc58c; }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.btn--ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); }
.btn--dark { color: var(--white); background: var(--navy); }
.btn--full { width: 100%; border: 0; }

.hero { position: relative; min-height: 820px; height: min(900px, 100vh); color: var(--white); background: var(--navy); overflow: hidden; }
.hero__media { position: absolute; inset: 0; background: url("assets/hero-cvc.png") 56% center/cover no-repeat; transform: scale(1.02); animation: heroZoom 14s ease-out both; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,16,27,.97) 0%, rgba(3,16,27,.78) 37%, rgba(3,16,27,.23) 67%, rgba(3,16,27,.12)), linear-gradient(0deg, rgba(3,16,27,.55), transparent 45%); }
.hero__content { position: relative; z-index: 2; height: 100%; padding-top: 188px; display: flex; justify-content: space-between; align-items: center; }
.hero__copy { width: min(700px, 64%); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--muted); font: 700 12px/1.35 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--copper); }
.eyebrow--light { color: rgba(255,255,255,.8); }
.hero h1, .section h2, .contact h2 { margin: 0; font: 700 clamp(48px, 6.3vw, 88px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 em, .section h2 em, .contact h2 em { font-family: Georgia, serif; font-weight: 400; }
.section h2 em { color: var(--copper); }
.hero h1 em, .method h2 em, .contact h2 em { color: var(--copper-light); }
.hero__lead { max-width: 610px; margin: 28px 0 32px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; }
.phone-icon { transform: rotate(-20deg); }
.hero__proof { display: flex; gap: 16px; align-items: center; margin-top: 38px; }
.avatars { display: flex; }
.avatars span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #102536; border-radius: 50%; color: var(--navy); background: #d7dfe0; font-size: 10px; font-weight: 700; }
.avatars span:first-child { margin-left: 0; background: #eab27f; }
.avatars span:nth-child(3) { background: #91a7b5; }
.stars { color: var(--copper-light); font-size: 12px; line-height: 1.35; letter-spacing: 2px; }
.hero__proof p { margin: 4px 0 0; color: rgba(255,255,255,.74); font-size: 13px; }
.hero__proof p strong { color: var(--white); }
.hero-card { width: 280px; margin-top: 220px; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(6,24,37,.58); box-shadow: 0 20px 70px rgba(0,0,0,.2); backdrop-filter: blur(18px); }
.hero-card__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; color: rgba(255,255,255,.74); font: 700 10.5px/1.35 "Manrope", sans-serif; letter-spacing: .1em; }
.hero-card__icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--copper-light); border-radius: 50%; color: var(--copper-light); font-size: 11px; letter-spacing: 0; }
.hero-card > strong { font: 600 23px "Manrope", sans-serif; }
.hero-card > p { color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.6; }
.hero-card > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: var(--copper-light); font-size: 13px; font-weight: 700; }
.scroll-cue { position: absolute; z-index: 3; bottom: 35px; left: 50%; display: flex; gap: 12px; align-items: center; transform: translateX(-50%); color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 26px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.scroll-cue span::after { content: ""; display: block; width: 2px; height: 7px; margin: 8px auto; border-radius: 2px; background: var(--white); animation: scroll 1.8s infinite; }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1.02); } }
@keyframes scroll { 0%,100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(13px); opacity: 1; } }

.trust-strip { border-bottom: 1px solid var(--line); background: #ece9e2; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 112px; display: flex; gap: 15px; align-items: center; padding: 20px 28px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 1px solid var(--line); }
.trust-icon { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 1px solid rgba(220,139,76,.5); border-radius: 50%; color: var(--copper); }
.trust-grid p { display: grid; gap: 5px; margin: 0; }
.trust-grid strong { font: 600 13px "Manrope", sans-serif; }
.trust-grid small { color: var(--muted); font-size: 12px; }

.section { padding: 130px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 64px; }
.section-head h2, .expertise h2, .faq-section h2 { font-size: clamp(42px, 4.6vw, 64px); }
.section-head > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services { background: var(--ivory); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 520px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .35s, background .35s; }
.service-card > a { height: 100%; display: flex; flex-direction: column; padding: 24px; }
.service-card:hover { color: var(--white); background: var(--navy); }
.service-card__number { color: #5f6b72; font-size: 11px; letter-spacing: .08em; }
.service-card__visual { height: 160px; display: grid; place-items: center; margin: 18px 0 8px; }
.service-card__visual svg { width: 115px; fill: none; stroke: #385064; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke .35s, transform .35s; }
.service-card:hover .service-card__visual svg { stroke: var(--copper-light); transform: scale(1.07); }
.service-card__body { margin-top: auto; }
.tag { display: inline-block; margin-bottom: 12px; color: var(--copper); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; }
.service-card h3 { margin: 0 0 14px; font: 600 25px "Manrope", sans-serif; letter-spacing: -.03em; }
.service-card p { min-height: 66px; margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.65; transition: color .35s; }
.service-card:hover p { color: rgba(255,255,255,.75); }
.text-link { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); color: inherit; font-size: 12.5px; font-weight: 700; }
.service-card:hover .text-link { border-color: rgba(255,255,255,.16); color: var(--copper-light); }
.text-link b { font-size: 16px; }
.text-link--standalone { display: inline-flex; width: max-content; gap: 25px; color: var(--navy); border-color: var(--navy); }

.expertise { background: #e9e5dc; }
.expertise-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 95px; align-items: center; }
.expertise__image { position: relative; }
.expertise__image::before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.5); pointer-events: none; }
.expertise__image img { aspect-ratio: .88; object-fit: cover; object-position: 35% center; filter: saturate(.83) contrast(1.03); }
.image-badge { position: absolute; z-index: 2; right: -42px; bottom: 38px; width: 145px; height: 145px; display: grid; place-content: center; border-radius: 50%; color: var(--white); background: var(--navy); box-shadow: var(--shadow); text-align: center; }
.image-badge span { color: var(--copper-light); font: 600 36px "Manrope", sans-serif; }
.image-badge p { margin: 2px 0 0; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }
.large-copy { margin: 28px 0 32px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.check-list { margin-bottom: 34px; border-top: 1px solid var(--line); }
.check-list > div { display: flex; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.check-list > div > span { color: var(--copper); font: 600 12px "Manrope", sans-serif; }
.check-list p { display: grid; gap: 4px; margin: 0; }
.check-list strong { font: 600 14px "Manrope", sans-serif; }
.check-list small { color: var(--muted); font-size: 13px; line-height: 1.55; }

.method { color: var(--white); background: var(--navy); }
.section-head--light > p { color: rgba(255,255,255,.74); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.13); }
.step { position: relative; min-height: 315px; padding: 28px; border-right: 1px solid rgba(255,255,255,.13); }
.step:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.step__num { color: rgba(255,255,255,.62); font-size: 11px; }
.step__icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 45px 0 32px; border: 1px solid rgba(240,180,124,.62); border-radius: 50%; color: var(--copper-light); background: rgba(240,180,124,.06); }
.step__icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.step h3 { margin: 0 0 12px; font: 600 18px "Manrope", sans-serif; }
.step p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }

.projects { background: var(--ivory); }
.project-showcase { position: relative; height: 610px; overflow: hidden; background: var(--navy); }
.project-showcase > img { height: 100%; object-fit: cover; transition: transform 1s; }
.project-showcase:hover > img { transform: scale(1.025); }
.project-info { position: absolute; right: 28px; bottom: 28px; width: min(500px, calc(100% - 56px)); padding: 34px; color: var(--white); background: rgba(5,23,36,.9); backdrop-filter: blur(18px); }
.project-info__meta { margin: 0 0 18px; color: var(--copper-light); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; }
.project-info h3 { margin: 0 0 28px; font: 600 28px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.project-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.project-stats p { display: grid; gap: 5px; margin: 0; padding: 18px 12px 0 0; }
.project-stats strong { font: 600 16px "Manrope", sans-serif; }
.project-stats small { color: rgba(255,255,255,.7); font-size: 10.5px; }
.numbers { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.numbers > div { padding: 34px 26px; border-right: 1px solid var(--line); }
.numbers > div:first-child { border-left: 1px solid var(--line); }
.numbers strong, .numbers span { font: 600 40px "Manrope", sans-serif; letter-spacing: -.05em; }
.numbers span { color: var(--copper); }
.numbers p { margin: 8px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.45; }

.testimonials { background: #e9e5dc; }
.testimonials-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.testimonial-title h2 { font-size: clamp(40px, 4vw, 58px); }
.rating-card { display: flex; gap: 18px; align-items: center; width: min(100%, 560px); margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); }
.rating-card > div { min-width: 0; }
.rating-card > strong { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; border: 1px solid rgba(149,80,34,.3); border-radius: 50%; color: var(--copper); font: 600 42px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.rating-card .stars { color: var(--copper); font-size: 13px; letter-spacing: .16em; }
.rating-card p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.typology-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 18px; margin: 16px 0 0; padding: 0; list-style: none; }
.typology-list li { display: grid; gap: 2px; min-width: 0; padding-left: 13px; border-left: 2px solid rgba(149,80,34,.28); }
.typology-list strong { color: var(--ink); font: 700 13px/1.25 "Manrope", sans-serif; }
.typology-list span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.quote-slider { position: relative; min-height: 560px; padding: 55px 60px; color: var(--white); background: var(--navy); }
.quote { display: none; animation: quoteIn .5s both; }
.quote.is-active { display: block; }
.quote-mark { color: var(--copper-light); font: 68px/1 Georgia, serif; }
.quote-title { max-width: 560px; margin: 8px 0 18px; font: 700 23px/1.3 "Manrope", sans-serif; letter-spacing: -.02em; }
.quote blockquote { min-height: 235px; margin: 0 0 30px; font: 400 17px/1.72 "Manrope", sans-serif; letter-spacing: -.01em; }
.quote footer { display: flex; gap: 14px; align-items: center; }
.quote footer > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--copper-light); font-size: 11px; font-weight: 700; }
.quote footer p { display: grid; gap: 3px; margin: 0; }
.quote footer strong { font-size: 13px; }
.quote footer small { color: rgba(255,255,255,.68); font-size: 12px; }
.slider-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.slider-controls > button { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 22px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.2); cursor: pointer; }
.slider-dots button.is-active { background: var(--copper-light); }
@keyframes quoteIn { from { opacity: 0; transform: translateX(12px); } }

.faq-section { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-grid .text-link { margin-top: 30px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 77px; display: flex; justify-content: space-between; align-items: center; list-style: none; font: 600 15px "Manrope", sans-serif; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 20px; font-weight: 400; transition: transform .25s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 90%; margin: -5px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.contact { padding: 120px 0; color: var(--white); background: var(--navy-2); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.contact h2 { font-size: clamp(48px, 5vw, 68px); }
.contact__copy > p:not(.eyebrow) { max-width: 440px; margin: 26px 0 40px; color: rgba(255,255,255,.74); line-height: 1.7; }
.contact-details { display: grid; gap: 14px; }
.contact-details a { display: flex; gap: 16px; align-items: center; }
.contact-details a > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--copper-light); }
.contact-details p { display: grid; gap: 4px; margin: 0; }
.contact-details small { color: rgba(255,255,255,.68); font-size: 10.5px; letter-spacing: .1em; }
.contact-details strong { font: 600 14px "Manrope", sans-serif; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); box-shadow: 0 40px 100px rgba(0,0,0,.22); }
.form-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-head p { display: grid; gap: 5px; margin: 0; }
.form-head strong { font: 600 20px "Manrope", sans-serif; }
.form-head small { color: var(--muted); font-size: 12px; }
.form-head > span { color: var(--copper); font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: #263641; font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aab4b8; border-radius: 0; outline: 0; padding: 10px 0 12px; color: var(--ink); background: transparent; font-size: 14px; text-transform: none; transition: border .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--copper); }
.contact-form textarea { resize: vertical; }
.contact-form .checkbox { display: flex; grid-template-columns: auto 1fr; gap: 10px; align-items: center; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.checkbox input { width: 14px; }
.form-status { min-height: 18px; margin: 12px 0 -5px; color: #236142; font-size: 12px; text-align: center; }

.footer { padding-top: 80px; color: rgba(255,255,255,.72); background: #04121d; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 60px; padding-bottom: 65px; }
.brand--footer { color: var(--white); }
.footer-brand > p { max-width: 280px; margin-top: 24px; font-size: 13px; line-height: 1.7; }
.footer h3 { margin: 7px 0 22px; color: var(--white); font: 600 12px "Manrope", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer a { font-size: 13px; transition: color .2s; }
.footer a:hover { color: var(--copper-light); }
.footer-grid > div > p { font-size: 12.5px; line-height: 1.7; }
.footer-bottom { min-height: 74px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 11.5px; }
.footer-bottom > div { display: flex; gap: 24px; }
.back-top { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.floating-call { position: fixed; z-index: 12; right: 22px; bottom: 22px; display: flex; gap: 10px; align-items: center; padding: 8px 16px 8px 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 50px; color: var(--white); background: rgba(7,24,38,.92); box-shadow: 0 12px 35px rgba(4,18,29,.24); backdrop-filter: blur(15px); }
.floating-call > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--copper-light); }
.floating-call p { display: grid; gap: 2px; margin: 0; }
.floating-call small { color: rgba(255,255,255,.72); font-size: 10.5px; }
.floating-call strong { font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Service detail page */
.subpage .site-header { position: absolute; }
.subpage .site-header.is-sticky { position: fixed; }
.subpage-hero { position: relative; min-height: 720px; display: grid; align-items: end; padding: 190px 0 90px; color: var(--white); background: var(--navy); overflow: hidden; }
.subpage-hero__image { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,16,27,.93),rgba(3,16,27,.48)), url("assets/hero-cvc.png") center/cover; }
.subpage-hero__content { position: relative; z-index: 1; max-width: 770px; }
.breadcrumb { margin-bottom: 40px; color: rgba(255,255,255,.72); font-size: 12px; }
.breadcrumb span { margin-inline: 10px; }
.subpage-hero h1 { margin: 0; font: 700 clamp(50px, 6vw, 82px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.subpage-hero h1 em { color: var(--copper-light); font-family: Georgia,serif; font-weight: 400; }
.subpage-hero p { max-width: 610px; margin: 26px 0 34px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.feature-band { background: #e9e5dc; }
.feature-band__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.feature-band article { padding: 40px; border-right: 1px solid var(--line); }
.feature-band article:first-child { border-left: 1px solid var(--line); }
.feature-band span { color: var(--copper); font-size: 22px; }
.feature-band h3 { margin: 15px 0 8px; font: 600 15px "Manrope"; }
.feature-band p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.solution-split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.solution-split img { min-height: 580px; object-fit: cover; }
.solution-split h2 { font-size: clamp(40px,4.5vw,62px); }
.solution-split__copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.mini-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 30px 0; }
.mini-benefits div { padding: 20px; border: 1px solid var(--line); }
.mini-benefits strong { display: block; margin-bottom: 6px; font: 600 13px "Manrope"; }
.mini-benefits small { color: var(--muted); font-size: 13px; line-height: 1.5; }

.zones-section { background: var(--ivory); }
.zone-block { margin-bottom: 70px; padding: 30px 0 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zone-block h3, .zone-group h3 { margin: 0 0 20px; font: 700 28px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.zone-block p { max-width: 900px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.paris-requirements { margin: 0 0 78px; }
.paris-requirements h3 { max-width: 950px; margin: 0 0 26px; font: 700 31px/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.requirements-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.requirement-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.64); box-shadow: 0 16px 45px rgba(7,24,38,.06); }
.requirement-card--featured { border-color: rgba(149,80,34,.32); background: #fff; box-shadow: 0 20px 55px rgba(7,24,38,.09); }
.requirement-card span { display: block; margin-bottom: 28px; color: var(--copper); font: 700 12px "Manrope", sans-serif; letter-spacing: .08em; }
.requirement-card h4 { margin: 0 0 12px; font: 700 17px/1.35 "Manrope", sans-serif; letter-spacing: -.015em; }
.requirement-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.zone-group { margin-top: 68px; }
.zone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.zone-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.62); box-shadow: 0 16px 45px rgba(7,24,38,.06); }
.zone-card h4 { margin: 0 0 14px; font: 700 16px/1.35 "Manrope", sans-serif; }
.zone-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 22px; margin: 0; padding-left: 17px; color: var(--muted); font-size: 12.5px; line-height: 1.35; }
.zone-card li { break-inside: avoid; }
.zones-context { background: #e9e5dc; }

@media (max-width: 1024px) {
  :root { --container: min(100% - 36px, 900px); }
  .main-nav { gap: 14px; }
  .main-nav > a:not(.btn) { display: none; }
  .language-switcher { margin-left: auto; }
  .hero-card { display: none; }
  .hero__copy { width: min(720px, 85%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .expertise-grid, .testimonials-grid, .contact-grid { gap: 55px; }
  .requirements-grid { grid-template-columns: 1fr 1fr; }
  .requirement-card--featured { grid-column: 1 / -1; }
  .zone-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2) { border-right: 1px solid rgba(255,255,255,.13); }
  .faq-grid { gap: 70px; }
}

@media (max-width: 760px) {
  :root { --container: auto; --radius: 16px; }
  .container { width: auto; margin-inline: 15px; }
  .topbar__inner { justify-content: center; }
  .topbar__links { display: none; }
  .nav-wrap { height: 72px; }
  .brand__mark { width: 50px; height: 50px; flex-basis: 50px; }
  .brand__mark img { width: 42px; height: 42px; }
  .brand__text strong { font-size: 16px; }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 100px 30px; color: var(--white); background: var(--navy); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .main-nav > a:not(.btn) { display: block; font: 600 27px "Manrope", sans-serif; }
  .language-switcher { margin: 18px 0 0; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
  .language-switcher__button { min-width: 44px; height: 34px; }
  .main-nav .btn { margin-top: 25px; }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .site-header:not(.is-sticky) .menu-toggle { color: #fff; }
  .site-header.is-sticky .menu-toggle { color: var(--navy); }
  .menu-open .menu-toggle { color: var(--white); }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 760px; height: auto; }
  .hero__media { background-position: 63% center; }
  .hero__shade { background: linear-gradient(90deg,rgba(3,16,27,.96),rgba(3,16,27,.62)), linear-gradient(0deg,rgba(3,16,27,.7),transparent); }
  .hero__content { min-height: 760px; padding: 170px 0 90px; align-items: center; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(40px,10.5vw,54px); }
  .hero .eyebrow { max-width: 330px; font-size: 10.5px; letter-spacing: .1em; line-height: 1.5; }
  .hero__lead { font-size: 15px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__proof { margin-top: 28px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div { min-height: 82px; border: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .section { padding: 88px 0; }
  .section-head { display: block; margin-bottom: 42px; }
  .section-head h2, .expertise h2, .faq-section h2 { font-size: 41px; }
  .section-head > p { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .expertise-grid, .testimonials-grid, .contact-grid, .faq-grid, .solution-split { grid-template-columns: 1fr; gap: 55px; }
  .expertise__image img { aspect-ratio: 1; }
  .image-badge { right: 15px; bottom: 15px; width: 120px; height: 120px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; padding: 26px; border-left: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
  .step__icon { margin: 28px 0 22px; }
  .project-showcase { height: 580px; }
  .project-showcase > img { object-position: 70% center; }
  .project-info { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 24px; }
  .project-stats { gap: 8px; }
  .project-stats strong { font-size: 13px; }
  .project-stats small { font-size: 10.5px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .numbers > div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .numbers strong, .numbers span { font-size: 31px; }
  .typology-list { grid-template-columns: 1fr; }
  .quote-slider { min-height: 620px; padding: 38px 26px; }
  .quote-title { font-size: 20px; }
  .quote blockquote { min-height: 320px; font-size: 16px; line-height: 1.65; }
  .slider-dots { gap: 5px; }
  .slider-dots button { width: 16px; }
  .zone-block { margin-bottom: 48px; padding: 24px 0 30px; }
  .zone-block h3, .zone-group h3 { font-size: 25px; }
  .paris-requirements { margin-bottom: 52px; }
  .paris-requirements h3 { font-size: 28px; }
  .requirements-grid { grid-template-columns: 1fr; }
  .requirement-card { min-height: auto; padding: 24px; }
  .requirement-card--featured { grid-column: auto; }
  .zone-group { margin-top: 48px; }
  .zone-grid { grid-template-columns: 1fr; }
  .zone-card { min-height: auto; padding: 22px; }
  .zone-card ul { grid-template-columns: 1fr; font-size: 13px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 0; gap: 14px; flex-wrap: wrap; }
  .floating-call p { display: none; }
  .floating-call { right: 14px; bottom: 14px; padding: 6px; }
  .subpage-hero { min-height: 680px; padding-bottom: 65px; }
  .feature-band__grid { grid-template-columns: 1fr; }
  .feature-band article { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .solution-split img { min-height: 380px; }
  .mini-benefits { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}






