/*
Theme Name: KADAX FRANCE
Theme URI: https://example.com/kadax-france
Author: KADAX FRANCE
Description: Thème vitrine sur mesure pour une activité de serrurerie et dépannage rapide dans les Yvelines (78). Design urbain, moderne, responsive et orienté conversion.
Version: 1.1.2
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: kadax-france
Tags: custom-logo, custom-menu, featured-images, responsive-layout, accessibility-ready
*/

:root {
  --kadax-bg: #0d0f12;
  --kadax-bg-soft: #14171c;
  --kadax-surface: #f6f7f8;
  --kadax-white: #ffffff;
  --kadax-text: #111318;
  --kadax-muted: #667085;
  --kadax-blue: #0055a4;
  --kadax-red: #ef4135;
  --kadax-line: rgba(17,19,24,.10);
  --kadax-radius: 24px;
  --kadax-radius-sm: 14px;
  --kadax-shadow: 0 24px 70px rgba(13,15,18,.12);
  --kadax-max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--kadax-text);
  background: var(--kadax-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--kadax-max)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-dark { background: var(--kadax-bg); color: var(--kadax-white); }
.section-soft { background: var(--kadax-surface); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--kadax-red); }
.section-title {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 850;
}
.section-lead { max-width: 660px; margin: 22px 0 0; color: var(--kadax-muted); font-size: 18px; }
.section-dark .section-lead { color: rgba(255,255,255,.68); }

/* Header */
.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(13,15,18,.78);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(13,15,18,.96); box-shadow: 0 10px 40px rgba(0,0,0,.16); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: max-content; }
.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 11px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.brand-mark::before { content:""; position:absolute; inset:0; background:linear-gradient(135deg,var(--kadax-blue) 0 33%,#fff 33% 66%,var(--kadax-red) 66%); opacity:.96; }
.brand-mark::after { content:"K"; position:relative; z-index:1; color:#111; font-weight:950; font-size:19px; mix-blend-mode:multiply; }
.brand-copy { line-height: 1; }
.brand-name { display:block; font-weight: 900; letter-spacing: -.03em; font-size: 19px; }
.brand-country { display:block; margin-top:6px; font-size:9px; letter-spacing:.22em; font-weight:800; color:rgba(255,255,255,.55); }
.custom-logo-link img { max-height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav ul { display:flex; gap:24px; list-style:none; margin:0; padding:0; }
.main-nav a { color: rgba(255,255,255,.74); font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav a:hover { color: #fff; }
.header-call {
  display:inline-flex; align-items:center; gap:10px; padding:12px 16px;
  border-radius:999px; background:#fff; color:#111; font-size:13px; font-weight:850;
}
.menu-toggle { display:none; width:44px; height:44px; border:1px solid rgba(255,255,255,.18); border-radius:12px; background:transparent; color:#fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content:""; display:block; width:18px; height:2px; background:currentColor; margin:4px auto; transition:.2s; }

/* Hero */
.hero {
  position: relative;
  min-height: 790px;
  padding: 150px 0 72px;
  background: var(--kadax-bg);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content:"";
  position:absolute;
  width:780px; height:780px;
  right:-220px; top:-190px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,85,164,.34), transparent 64%);
  filter:blur(4px);
}
.hero::after {
  content:"";
  position:absolute; inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom, black 0 64%, transparent 94%);
}
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.02fr .98fr; gap:72px; align-items:center; }
.hero-badge {
  display:inline-flex; align-items:center; gap:9px; padding:9px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.055); color:rgba(255,255,255,.82);
  font-size:11px; letter-spacing:.12em; text-transform:uppercase; font-weight:800;
}
.hero-badge i { width:7px; height:7px; background:var(--kadax-red); border-radius:50%; box-shadow:0 0 0 5px rgba(239,65,53,.12); }
.hero h1 { margin:24px 0 24px; font-size:clamp(54px,6.8vw,96px); line-height:.91; letter-spacing:-.068em; font-weight:900; }
.hero h1 .accent { display:block; color:#a9cbed; }
.hero-copy { max-width:590px; color:rgba(255,255,255,.67); font-size:18px; }
.hero-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:34px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 20px;
  border-radius:14px; font-weight:850; font-size:14px; border:1px solid transparent; transition:transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:#fff; color:#111; box-shadow:0 12px 30px rgba(255,255,255,.08); }
.btn-danger { background:var(--kadax-red); color:#fff; }
.btn-outline { border-color:rgba(255,255,255,.18); color:#fff; background:rgba(255,255,255,.04); }
.hero-proof { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:28px; color:rgba(255,255,255,.64); font-size:12px; font-weight:700; }
.hero-proof span::before { content:"✓"; color:#fff; margin-right:7px; }
.hero-visual { position:relative; min-height:540px; }
.hero-photo {
  position:absolute; inset:0 0 0 26px; overflow:hidden; border-radius:36px;
  background:#1b2028 center/cover no-repeat;
  box-shadow:0 40px 100px rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.08);
}
.hero-photo::before { content:""; position:absolute; inset:0; background:linear-gradient(110deg,rgba(13,15,18,.18),rgba(13,15,18,.02) 45%,rgba(13,15,18,.35)); z-index:1; }
.hero-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(13,15,18,.62),transparent 42%); z-index:1; }
.hero-visual-card {
  position:absolute; z-index:3; left:-12px; bottom:32px; width:218px; padding:20px;
  border-radius:20px; background:rgba(13,15,18,.90); border:1px solid rgba(255,255,255,.12); backdrop-filter:blur(12px);
}
.hero-visual-card small { color:rgba(255,255,255,.48); text-transform:uppercase; letter-spacing:.13em; font-size:9px; font-weight:800; }
.hero-visual-card strong { display:block; margin-top:8px; font-size:27px; letter-spacing:-.04em; }
.hero-visual-card p { margin:5px 0 0; font-size:11px; color:rgba(255,255,255,.57); }
.hero-speed-lines { position:absolute; z-index:0; left:-48px; top:90px; width:180px; height:120px; opacity:.32; }
.hero-speed-lines span { display:block; height:1px; background:linear-gradient(90deg,transparent,#fff); margin:18px 0; }
.hero-speed-lines span:nth-child(2){ width:74%; margin-left:22%; }
.hero-speed-lines span:nth-child(3){ width:54%; margin-left:39%; }

/* Trust bar */
.trust-bar { background:#fff; border-bottom:1px solid var(--kadax-line); }
.trust-grid { min-height:96px; display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { display:flex; align-items:center; gap:13px; padding:20px 24px; border-right:1px solid var(--kadax-line); }
.trust-item:first-child { border-left:1px solid var(--kadax-line); }
.trust-icon { width:38px; height:38px; border-radius:11px; display:grid; place-items:center; background:#f1f4f7; font-size:18px; }
.trust-item strong { display:block; font-size:13px; }
.trust-item span { display:block; margin-top:2px; font-size:11px; color:var(--kadax-muted); }

/* Services */
.services-grid { display:grid; grid-template-columns:1.15fr .85fr .85fr; gap:16px; margin-top:48px; }
.service-card { position:relative; min-height:310px; border-radius:var(--kadax-radius); background:#f4f5f6; padding:30px; overflow:hidden; border:1px solid rgba(17,19,24,.05); transition:transform .25s, box-shadow .25s; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--kadax-shadow); }
.service-card.featured { min-height:470px; grid-row:span 2; background:var(--kadax-bg); color:#fff; }
.service-number { position:absolute; right:22px; top:18px; font-size:60px; line-height:1; letter-spacing:-.06em; font-weight:900; color:rgba(17,19,24,.06); }
.featured .service-number { color:rgba(255,255,255,.08); }
.service-icon { width:52px; height:52px; border-radius:15px; display:grid; place-items:center; background:#fff; border:1px solid var(--kadax-line); font-size:24px; }
.featured .service-icon { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.1); }
.service-card h3 { margin:88px 0 10px; font-size:25px; line-height:1.05; letter-spacing:-.035em; }
.featured h3 { margin-top:170px; font-size:38px; }
.service-card p { margin:0; color:var(--kadax-muted); font-size:14px; }
.featured p { color:rgba(255,255,255,.6); }
.service-link { display:inline-flex; gap:8px; align-items:center; margin-top:22px; font-size:12px; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }



/* Photo cards */
.service-card.has-photo {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  color:#fff;
  border-color:rgba(255,255,255,.08);
}
.service-card.has-photo::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(7,9,12,.48) 0%,rgba(7,9,12,.62) 38%,rgba(7,9,12,.92) 100%);
}
.service-card.has-photo > * { position:relative; z-index:1; }
.service-card.has-photo .service-number { color:rgba(255,255,255,.12); }
.service-card.has-photo .service-icon { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.18); color:#fff; backdrop-filter:blur(8px); }
.service-card.has-photo p { color:rgba(255,255,255,.74); }
.photo-tip { margin:18px 0 0; color:var(--kadax-muted); font-size:12px; }

/* Gallery */
.gallery-section { background:#fff; }
.work-gallery { display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:16px; margin-top:48px; }
.work-photo {
  position:relative;
  min-height:420px;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(135deg,#15191f,#242a33);
  border:1px solid var(--kadax-line);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.work-photo:nth-child(2), .work-photo:nth-child(3) { min-height:360px; }
.work-photo.has-image::before { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(8,10,13,.78),rgba(8,10,13,.05) 62%); }
.work-photo-placeholder { position:absolute; inset:0; display:grid; place-content:center; text-align:center; gap:8px; color:rgba(255,255,255,.72); background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size:42px 42px; }
.work-photo-placeholder span { font-size:11px; letter-spacing:.16em; font-weight:850; }
.work-photo-placeholder strong { font-size:23px; letter-spacing:-.03em; }
.work-photo-caption { position:absolute; z-index:2; left:24px; right:24px; bottom:22px; color:#fff; }
.work-photo-caption small { display:block; text-transform:uppercase; letter-spacing:.14em; font-weight:800; color:rgba(255,255,255,.58); }
.work-photo-caption strong { display:block; margin-top:5px; font-size:22px; }

/* Contact form */
.contact-section { padding:100px 0; }
.contact-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:72px; align-items:start; }
.contact-copy { position:sticky; top:120px; }
.contact-copy h2 { margin:16px 0 22px; font-size:clamp(48px,5.7vw,78px); line-height:.94; letter-spacing:-.06em; }
.contact-copy > p { max-width:520px; color:rgba(255,255,255,.62); font-size:16px; }
.contact-direct { margin-top:38px; padding-top:28px; border-top:1px solid rgba(255,255,255,.12); }
.contact-direct small { display:block; color:rgba(255,255,255,.48); text-transform:uppercase; letter-spacing:.11em; font-weight:800; }
.contact-direct > a { display:block; margin-top:10px; font-size:clamp(25px,3vw,40px); font-weight:900; letter-spacing:-.04em; }
.contact-direct .contact-whatsapp { display:inline-block; margin-top:12px; font-size:13px; letter-spacing:0; color:#b8d4ef; }
.contact-form-card { padding:34px; border-radius:28px; background:#fff; color:var(--kadax-text); box-shadow:0 30px 80px rgba(0,0,0,.28); }
.kadax-form { display:grid; gap:18px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.kadax-form label { display:grid; gap:8px; }
.kadax-form label > span { font-size:12px; font-weight:800; }
.kadax-form input:not([type="checkbox"]), .kadax-form textarea, .kadax-form select {
  width:100%;
  border:1px solid rgba(17,19,24,.14);
  border-radius:14px;
  background:#f8f9fa;
  color:var(--kadax-text);
  padding:14px 15px;
  outline:none;
  transition:border-color .2s, box-shadow .2s, background .2s;
}
.kadax-form textarea { resize:vertical; min-height:140px; }
.kadax-form input:focus, .kadax-form textarea:focus, .kadax-form select:focus { border-color:var(--kadax-blue); box-shadow:0 0 0 4px rgba(0,85,164,.08); background:#fff; }
.privacy-check { grid-template-columns:20px 1fr !important; align-items:start; gap:10px !important; }
.privacy-check input { margin:3px 0 0; width:17px; height:17px; }
.privacy-check span { font-weight:500 !important; color:var(--kadax-muted); line-height:1.5; }
.privacy-check a { color:var(--kadax-blue); text-decoration:underline; }
.form-submit { min-height:54px; border:0; border-radius:14px; background:var(--kadax-bg); color:#fff; font-weight:850; padding:0 20px; }
.form-submit:hover { background:#20252c; }
.form-note { margin:0; color:var(--kadax-muted); font-size:11px; }
.form-alert { padding:14px 16px; margin-bottom:20px; border-radius:13px; font-size:13px; font-weight:700; }
.form-alert.success { background:#eef9f1; color:#1b6b35; border:1px solid #cdebd5; }
.form-alert.error { background:#fff2f1; color:#9f2e27; border:1px solid #f4d0cd; }
.contact-form-card.is-success { display:flex; align-items:center; justify-content:center; min-height:500px; }
.form-success-panel { width:100%; max-width:520px; margin:auto; padding:28px 8px; text-align:center; }
.form-success-icon { display:grid; place-items:center; width:76px; height:76px; margin:0 auto 22px; border-radius:50%; background:#e8f8ed; color:#19733a; border:1px solid #bfe7cb; font-size:40px; line-height:1; font-weight:900; box-shadow:0 12px 30px rgba(25,115,58,.12); }
.form-success-kicker { margin:0 0 10px; color:#19733a; text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:900; }
.form-success-panel h3 { margin:0; font-size:clamp(30px,4vw,44px); line-height:1.03; letter-spacing:-.045em; color:var(--kadax-text); }
.form-success-panel > p:not(.form-success-kicker) { max-width:460px; margin:18px auto 0; color:var(--kadax-muted); font-size:15px; }
.form-success-button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; margin-top:26px; padding:0 20px; border-radius:14px; background:var(--kadax-bg); color:#fff; font-size:13px; font-weight:850; transition:transform .2s, background .2s; }
.form-success-button:hover { background:#20252c; transform:translateY(-1px); }
.form-honeypot { position:absolute !important; left:-99999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }

/* Legal / standard pages */
.entry-content h2 { margin:42px 0 12px; font-size:30px; letter-spacing:-.035em; }
.entry-content p, .entry-content li { color:#505967; }
.entry-content strong { color:var(--kadax-text); }

/* Rapid section */
.rapid-grid { display:grid; grid-template-columns:.86fr 1.14fr; gap:70px; align-items:center; }
.rapid-visual { position:relative; min-height:560px; border-radius:32px; overflow:hidden; background:#1c2026 center/cover no-repeat; border:1px solid rgba(255,255,255,.08); }
.rapid-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(13,15,18,.72),transparent 55%); }
.area-chip { position:absolute; z-index:2; left:26px; bottom:26px; padding:18px 20px; border:1px solid rgba(255,255,255,.12); border-radius:18px; background:rgba(13,15,18,.84); backdrop-filter:blur(12px); }
.area-chip strong { display:block; font-size:58px; line-height:.85; letter-spacing:-.065em; }
.area-chip span { display:block; margin-top:9px; font-size:11px; color:rgba(255,255,255,.56); }
.rapid-copy h2 { margin:16px 0 22px; font-size:clamp(46px,5.5vw,76px); line-height:.95; letter-spacing:-.06em; }
.rapid-copy p { color:rgba(255,255,255,.62); max-width:620px; }
.rapid-list { margin-top:32px; border-top:1px solid rgba(255,255,255,.12); }
.rapid-list div { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.rapid-list b { color:#a9cbed; }
.rapid-list strong { display:block; }
.rapid-list span { display:block; color:rgba(255,255,255,.53); font-size:13px; margin-top:3px; }

/* Values */
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:54px; border-top:1px solid var(--kadax-line); border-bottom:1px solid var(--kadax-line); }
.value { padding:42px 32px 46px 0; border-right:1px solid var(--kadax-line); }
.value + .value { padding-left:32px; }
.value:last-child { border-right:0; }
.value small { color:var(--kadax-muted); font-size:10px; letter-spacing:.14em; font-weight:800; }
.value h3 { margin:20px 0 12px; font-size:clamp(30px,3vw,42px); letter-spacing:-.055em; line-height:1; }
.value p { color:var(--kadax-muted); margin:0; font-size:14px; }

/* Process */
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:46px; }
.process-step { padding:28px; border-radius:22px; background:#fff; border:1px solid var(--kadax-line); }
.process-step .step-top { display:flex; justify-content:space-between; align-items:center; }
.process-step .step-index { width:36px; height:36px; display:grid; place-items:center; border-radius:50%; background:var(--kadax-bg); color:#fff; font-size:11px; font-weight:850; }
.process-step .step-line { height:1px; flex:1; margin-left:14px; background:var(--kadax-line); }
.process-step h3 { margin:38px 0 8px; font-size:22px; letter-spacing:-.035em; }
.process-step p { margin:0; color:var(--kadax-muted); font-size:13px; }

/* Reviews */
.reviews-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:46px; }
.review { padding:30px; border-radius:22px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.09); }
.review-stars { letter-spacing:4px; color:#fff; }
.review p { color:rgba(255,255,255,.68); font-size:16px; }
.review-footer { display:flex; align-items:center; justify-content:space-between; margin-top:25px; }
.review-footer strong { font-size:13px; }
.review-footer span { color:rgba(255,255,255,.45); font-size:10px; text-transform:uppercase; letter-spacing:.1em; }

/* Zones */
.zones-layout { display:grid; grid-template-columns:.82fr 1.18fr; gap:58px; margin-top:46px; align-items:start; }
.zone-map {
  min-height:440px; border-radius:28px; background:var(--kadax-bg); color:#fff; padding:34px; position:relative; overflow:hidden;
}
.zone-map::before { content:"78"; position:absolute; right:-12px; bottom:-45px; font-size:270px; line-height:1; font-weight:950; letter-spacing:-.09em; color:rgba(255,255,255,.055); }
.zone-map h3 { margin:0; font-size:30px; }
.zone-map p { color:rgba(255,255,255,.55); max-width:330px; }
.zone-dot { position:absolute; width:14px; height:14px; border-radius:50%; background:var(--kadax-red); box-shadow:0 0 0 10px rgba(239,65,53,.13); }
.zone-dot.one { left:28%; top:36%; }.zone-dot.two { left:53%; top:48%; }.zone-dot.three { left:69%; top:29%; }.zone-dot.four { left:41%; top:66%; }
.zone-list { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--kadax-line); }
.zone-list div { padding:17px 12px 17px 0; border-bottom:1px solid var(--kadax-line); font-weight:700; font-size:13px; }
.zone-list div:nth-child(even) { padding-left:18px; border-left:1px solid var(--kadax-line); }

/* FAQ */
.faq { max-width:900px; margin:48px auto 0; }
.faq-item { border-top:1px solid var(--kadax-line); }
.faq-item:last-child { border-bottom:1px solid var(--kadax-line); }
.faq-q { width:100%; display:flex; justify-content:space-between; gap:20px; align-items:center; padding:23px 0; border:0; background:none; font-weight:800; text-align:left; }
.faq-q::after { content:"+"; font-size:25px; font-weight:400; }
.faq-item.open .faq-q::after { content:"−"; }
.faq-a { display:none; padding:0 0 23px; max-width:720px; color:var(--kadax-muted); font-size:14px; }
.faq-item.open .faq-a { display:block; }

/* CTA */
.final-cta { padding:28px 0 90px; background:#fff; }
.final-cta-inner { position:relative; overflow:hidden; border-radius:34px; background:var(--kadax-bg); color:#fff; padding:62px; display:grid; grid-template-columns:1fr auto; align-items:end; gap:30px; }
.final-cta-inner::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%; right:-100px; top:-180px; background:radial-gradient(circle,rgba(0,85,164,.42),transparent 68%); }
.final-cta h2 { position:relative; z-index:1; max-width:700px; margin:10px 0 0; font-size:clamp(42px,5.7vw,76px); letter-spacing:-.06em; line-height:.95; }
.final-cta-actions { position:relative; z-index:1; display:flex; gap:10px; flex-wrap:wrap; }

/* Footer */
.site-footer { background:#090b0e; color:#fff; padding:60px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .7fr .7fr; gap:42px; }
.footer-copy { color:rgba(255,255,255,.48); max-width:420px; font-size:13px; margin-top:18px; }
.footer-title { font-size:10px; text-transform:uppercase; letter-spacing:.14em; color:rgba(255,255,255,.4); font-weight:800; margin-bottom:15px; }
.footer-links { display:grid; gap:9px; color:rgba(255,255,255,.68); font-size:13px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:54px; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.32); font-size:10px; }

/* Generic content */
.content-shell { padding:150px 0 90px; min-height:70vh; }
.content-shell h1 { font-size:clamp(42px,6vw,74px); line-height:1; letter-spacing:-.055em; }
.entry-content { max-width:820px; }
.entry-content a { color:var(--kadax-blue); text-decoration:underline; }
.entry-content img { border-radius:20px; }

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

@media (max-width: 1020px) {
  .main-nav { display:none; position:absolute; top:78px; left:20px; right:20px; padding:20px; border-radius:18px; background:#11151a; border:1px solid rgba(255,255,255,.1); }
  .main-nav.open { display:block; }
  .main-nav ul { flex-direction:column; gap:8px; }
  .main-nav a { display:block; padding:11px 8px; }
  .header-call { margin-left:auto; }
  .menu-toggle { display:block; }
  .hero-grid { grid-template-columns:1fr; }
  .hero { padding-top:140px; }
  .hero-visual { min-height:520px; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .service-card.featured { grid-column:1/-1; min-height:390px; grid-row:auto; }
  .featured h3 { margin-top:120px; }
  .rapid-grid, .zones-layout, .contact-layout { grid-template-columns:1fr; }
  .contact-copy { position:static; }
  .work-gallery { grid-template-columns:1fr 1fr; }
  .work-photo:first-child { grid-column:1/-1; }
  .rapid-copy { order:-1; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item:nth-child(3) { border-left:1px solid var(--kadax-line); border-top:1px solid var(--kadax-line); }
  .trust-item:nth-child(4) { border-top:1px solid var(--kadax-line); }
  .values-grid, .process-grid { grid-template-columns:1fr; }
  .value, .value + .value { border-right:0; padding:30px 0; border-bottom:1px solid var(--kadax-line); }
  .value:last-child { border-bottom:0; }
  .final-cta-inner { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top:46px; }
  .container { width:min(calc(100% - 28px), var(--kadax-max)); }
  .section { padding:72px 0; }
  .site-header .header-call { display:none; }
  .header-inner { min-height:70px; }
  .main-nav { top:70px; }
  .hero { min-height:auto; padding:124px 0 44px; }
  .hero h1 { font-size:clamp(48px,15.2vw,72px); }
  .hero-copy { font-size:16px; }
  .hero-actions .btn { width:100%; }
  .hero-visual { min-height:390px; margin-top:8px; }
  .hero-photo { inset:0; border-radius:24px; }
  .hero-visual-card { left:14px; bottom:14px; width:190px; padding:16px; }
  .hero-visual-card strong { font-size:23px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-item { padding:16px 12px; align-items:flex-start; }
  .trust-item:first-child, .trust-item:nth-child(3) { border-left:0; }
  .trust-item:nth-child(odd) { border-right:1px solid var(--kadax-line); }
  .trust-icon { width:32px; height:32px; min-width:32px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card, .service-card.featured { min-height:300px; grid-column:auto; }
  .service-card h3, .featured h3 { margin-top:110px; font-size:30px; }
  .rapid-visual { min-height:410px; }
  .reviews-grid { grid-template-columns:1fr; }
  .work-gallery, .form-grid { grid-template-columns:1fr; }
  .work-photo, .work-photo:nth-child(2), .work-photo:nth-child(3) { min-height:330px; }
  .contact-form-card { padding:24px 18px; border-radius:22px; }
  .zone-list { grid-template-columns:1fr; }
  .zone-list div:nth-child(even) { padding-left:0; border-left:0; }
  .final-cta-inner { padding:34px 24px; border-radius:24px; }
  .final-cta-actions .btn { width:100%; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}
