
:root {
  --navy: #071a2f;
  --navy-2: #0d3155;
  --blue: #118fd3;
  --cyan: #61b7e4;
  --gold: #f1c128;
  --gold-dark: #a46c13;
  --ink: #10243b;
  --muted: #66768a;
  --line: #dbe6f0;
  --paper: #f7fbfe;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}
.language-fr { font-family: Inter, "Segoe UI", Arial, sans-serif; }
.language-ar { font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.mz-hidden { display:none!important; }

.site-shell { min-height: 100vh; background: var(--white); }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; right: -999px; top: 0; z-index: 999; }
.skip-link:focus { right: 16px; top: 16px; padding: 12px 18px; background: white; border-radius: 10px; }

.topbar { background: var(--navy); color: #d7ebfb; font-size: 13px; }
.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-links { display: flex; gap: 18px; direction: ltr; }
.topbar strong { color: var(--gold); }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(11,49,85,.08); }
.header-inner { min-height: 82px; display: grid; grid-template-columns:auto 1fr auto; align-items: center; gap: 28px; }
.brand-logo { width: 142px; height: 58px; object-fit: contain; object-position: right center; }
.nav { display: flex; align-items: center; justify-content:center; gap: 26px; color: #28435f; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: var(--navy); color: white !important; box-shadow: 0 10px 24px rgba(7,26,47,.15); }
.header-actions { display:flex; align-items:center; gap:12px; }
.language-switch { display:flex; direction:ltr; padding:3px; border:1px solid var(--line); background:#f6f9fc; border-radius:11px; }
.language-switch button { border:0; background:transparent; color:#60748a; border-radius:8px; min-width:34px; height:32px; font-size:12px; font-weight:900; }
.language-switch button.active { background:var(--blue); color:white; box-shadow:0 5px 12px rgba(17,143,211,.22); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 13% 10%, rgba(97,183,228,.22), transparent 30%), linear-gradient(135deg,#f7fbff 0%,#fff 55%,#edf8fe 100%); }
.hero::before { content:""; position:absolute; width:380px; height:380px; border:1px solid rgba(17,143,211,.15); border-radius:50%; left:-130px; top:-180px; box-shadow:0 0 0 60px rgba(17,143,211,.035),0 0 0 120px rgba(17,143,211,.025); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; padding-block: 72px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid rgba(17,143,211,.23); background: rgba(255,255,255,.85); color: var(--navy-2); border-radius: 999px; font-size: 13px; font-weight: 800; }
.eyebrow::before { content:""; width:8px; height:8px; background:var(--gold); border-radius:50%; box-shadow:0 0 0 5px rgba(241,193,40,.15); }
.hero h1 { margin: 24px 0 20px; font-size: clamp(40px,5.1vw,70px); line-height: 1.14; letter-spacing: -.035em; color: var(--navy); max-width: 730px; }
.hero h1 span[data-i18n="heroTitle"] { color: var(--navy); }
.hero h1 em { color: var(--blue); font-style:normal; }
.hero-copy { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.95; max-width: 680px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-top:30px; }
.btn { border:0; display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:52px; padding:0 22px; border-radius:14px; font-weight:850; transition:.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background:linear-gradient(135deg,var(--blue),#0d6ca8); color:white; box-shadow:0 14px 30px rgba(17,143,211,.25); }
.btn-outline { background:white; color:var(--navy); border:1px solid var(--line); }
.btn-gold { background:linear-gradient(135deg,var(--gold),#ffdc62); color:var(--navy); box-shadow:0 14px 30px rgba(241,193,40,.22); }
.btn b { font-size:16px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:18px; margin-top:30px; color:#3b536d; font-size:13px; font-weight:750; }
.proof-item { display:flex; align-items:center; gap:7px; }
.proof-item::before { content:"✓"; display:grid; place-items:center; width:20px; height:20px; background:#e8f8ef; color:#15844f; border-radius:50%; font-size:12px; }
.hero-visual { position:relative; }
.hero-photo { width:100%; aspect-ratio: 5 / 4.6; object-fit:cover; border-radius: 32px 32px 90px 32px; box-shadow:0 35px 80px rgba(7,26,47,.22); }
.hero-visual::after { content:""; position:absolute; inset:20px -20px -20px 20px; border:1px solid rgba(17,143,211,.28); border-radius:32px 32px 90px 32px; z-index:-1; }
.floating-card { position:absolute; background:rgba(255,255,255,.96); border:1px solid rgba(255,255,255,.8); border-radius:18px; padding:15px 17px; box-shadow:0 20px 50px rgba(7,26,47,.18); backdrop-filter:blur(12px); }
.float-kpi { bottom:28px; right:-26px; min-width:205px; }
.float-kpi strong { display:block; color:var(--navy); font-size:17px; }
.float-kpi span { color:var(--muted); font-size:12px; }
.float-icon { width:42px; height:42px; display:grid; place-items:center; background:linear-gradient(135deg,var(--gold),#ffd964); border-radius:13px; margin-bottom:9px; color:var(--navy); font-weight:900; }

.trust-strip { background:var(--navy); color:white; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-item { padding:25px 20px; border-left:1px solid rgba(255,255,255,.1); text-align:center; }
.trust-item:last-child { border-left:0; }
.trust-item strong { display:block; color:var(--gold); font-size:21px; margin-bottom:5px; }
.trust-item span { color:#c8d8e7; font-size:13px; }

.section { padding-block:100px; }
.section-soft { background:var(--paper); }
.section-dark { background:linear-gradient(135deg,var(--navy),#0b3559); color:white; position:relative; overflow:hidden; }
.section-dark::after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:rgba(97,183,228,.09); left:-180px; bottom:-300px; }
.section-heading { max-width:780px; margin:0 auto 48px; text-align:center; }
.section-kicker { color:var(--blue); font-weight:900; font-size:13px; letter-spacing:.04em; }
.section-heading h2 { margin:13px 0 14px; color:var(--navy); font-size:clamp(30px,4vw,48px); line-height:1.25; letter-spacing:-.025em; }
.section-heading p { margin:0; color:var(--muted); font-size:16px; line-height:1.8; }
.section-dark .section-heading h2 { color:white; }
.section-dark .section-heading p { color:#c7d8e7; }
.section-cta { display:flex; justify-content:center; margin-top:38px; }

.pain-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.pain-card { background:white; border:1px solid var(--line); border-radius:22px; padding:26px; box-shadow:0 15px 40px rgba(7,26,47,.06); }
.pain-number { color:var(--gold-dark); font-size:12px; font-weight:900; }
.pain-card h3 { margin:12px 0 8px; color:var(--navy); font-size:19px; }
.pain-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.75; }

.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { position:relative; min-height:245px; padding:28px; background:white; border:1px solid var(--line); border-radius:24px; overflow:hidden; transition:.25s ease; }
.service-card::after { content:""; position:absolute; width:110px; height:110px; border-radius:50%; background:rgba(17,143,211,.06); left:-40px; bottom:-45px; }
.service-card:hover { transform:translateY(-6px); border-color:rgba(17,143,211,.35); box-shadow:0 20px 45px rgba(7,26,47,.09); }
.service-mark { width:48px; height:48px; display:grid; place-items:center; background:linear-gradient(135deg,#e8f6fd,#fff); color:var(--blue); border:1px solid #d8edf8; border-radius:15px; font-size:20px; font-weight:900; }
.service-card h3 { margin:18px 0 9px; color:var(--navy); font-size:19px; }
.service-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.75; }

.training-grid { display:grid; grid-template-columns:1fr 1fr; gap:58px; align-items:center; }
.training-photo-wrap { position:relative; }
.training-photo { width:100%; aspect-ratio: 4 / 3; object-fit:cover; border-radius:28px; box-shadow:0 28px 70px rgba(7,26,47,.2); }
.training-note { position:absolute; bottom:-22px; left:24px; right:24px; padding:18px 20px; background:white; color:var(--navy); border-radius:17px; box-shadow:0 18px 45px rgba(7,26,47,.2); font-weight:850; text-align:center; }
.training-copy .section-kicker { color:var(--gold); }
.training-copy h2 { font-size:clamp(32px,4vw,48px); line-height:1.28; margin:14px 0 17px; }
.training-copy p { color:#c9d9e8; line-height:1.9; }
.check-list { display:grid; gap:12px; margin:26px 0 0; padding:0; list-style:none; }
.check-list li { display:flex; gap:11px; align-items:flex-start; color:#e4edf5; }
.check-list li::before { content:"✓"; flex:0 0 auto; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:rgba(241,193,40,.16); color:var(--gold); font-size:12px; font-weight:900; }
.training-cta { margin-top:27px; }

.process { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; counter-reset:step; }
.process-card { counter-increment:step; position:relative; background:white; border:1px solid var(--line); border-radius:22px; padding:27px 23px; }
.process-card::before { content:"0" counter(step); display:block; color:var(--blue); font-size:14px; font-weight:950; margin-bottom:28px; }
.process-card h3 { color:var(--navy); margin:0 0 8px; font-size:18px; }
.process-card p { color:var(--muted); margin:0; font-size:13px; line-height:1.75; }

.partners-section { overflow:hidden; }
.logo-marquee { position:relative; width:100%; overflow:hidden; padding:12px 0 20px; }
.logo-marquee::before,.logo-marquee::after { content:""; position:absolute; top:0; bottom:0; z-index:2; width:min(120px,12vw); pointer-events:none; }
.logo-marquee::before { left:0; background:linear-gradient(90deg,#fff,transparent); }
.logo-marquee::after { right:0; background:linear-gradient(-90deg,#fff,transparent); }
.logo-track { display:flex; align-items:stretch; gap:18px; width:max-content; animation:mz-logo-scroll 32s linear infinite; }
.logo-marquee:hover .logo-track,.logo-marquee:focus-within .logo-track { animation-play-state:paused; }
.partner-card { width:300px; min-height:120px; display:flex; align-items:center; gap:17px; background:#fff; border:1px solid var(--line); border-radius:22px; padding:18px; box-shadow:0 14px 35px rgba(7,26,47,.07); }
.partner-card img { width:82px; height:82px; flex:0 0 auto; object-fit:cover; border-radius:50%; border:4px solid #edf4f8; }
.partner-card strong { display:block; color:var(--navy); font-size:15px; line-height:1.35; }
.partner-card span { display:block; color:var(--blue); margin-top:6px; font-size:12px; font-weight:750; }
@keyframes mz-logo-scroll { from { transform:translateX(0); } to { transform:translateX(calc(-50% - 9px)); } }
.language-ar .logo-track { animation-name:mz-logo-scroll-rtl; }
@keyframes mz-logo-scroll-rtl { from { transform:translateX(0); } to { transform:translateX(calc(50% + 9px)); } }

.cta-band { padding:44px 0; background:linear-gradient(115deg,#0a2846,#0b4778); color:#fff; position:relative; overflow:hidden; }
.cta-band::after { content:""; position:absolute; width:330px; height:330px; border-radius:50%; background:rgba(97,183,228,.14); right:-90px; top:-180px; }
.cta-band-inner { position:relative; z-index:1; display:grid; grid-template-columns:1fr auto; align-items:center; gap:40px; }
.cta-band-inner span { color:var(--gold); font-size:12px; font-weight:900; letter-spacing:.05em; text-transform:uppercase; }
.cta-band-inner h2 { margin:8px 0; max-width:800px; font-size:clamp(27px,3.4vw,42px); line-height:1.25; }
.cta-band-inner p { margin:0; max-width:780px; color:#c7d8e7; line-height:1.7; }

.plans { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.plan { background:white; border:1px solid var(--line); border-radius:25px; padding:29px; display:flex; flex-direction:column; }
.plan.featured { border:2px solid var(--blue); transform:translateY(-10px); box-shadow:0 24px 60px rgba(17,143,211,.15); }
.plan-badge { align-self:flex-start; font-size:11px; font-weight:900; color:var(--navy); background:var(--gold); border-radius:999px; padding:7px 11px; }
.plan h3 { color:var(--navy); font-size:24px; margin:18px 0 8px; }
.plan-sub { color:var(--muted); font-size:13px; min-height:44px; }
.plan ul { list-style:none; padding:0; margin:22px 0 28px; display:grid; gap:12px; }
.plan li { color:#405873; font-size:13px; display:flex; gap:9px; }
.plan li::before { content:"✓"; color:#15915b; font-weight:900; }
.plan .btn { margin-top:auto; }

.booking-wrap { display:grid; grid-template-columns:.85fr 1.15fr; gap:30px; align-items:start; }
.booking-intro { padding:38px; border-radius:26px; background:linear-gradient(145deg,var(--navy),#0c3c66); color:white; position:sticky; top:112px; }
.booking-intro .section-kicker { color:var(--gold); }
.booking-intro h2 { font-size:36px; line-height:1.3; margin:14px 0; }
.booking-intro p { color:#c8d9e8; line-height:1.85; }
.booking-steps { display:grid; gap:13px; margin-top:26px; }
.booking-step { display:flex; gap:11px; align-items:center; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.booking-step span { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:rgba(97,183,228,.15); color:var(--cyan); font-weight:900; }
.lead-card { background:white; border:1px solid var(--line); border-radius:26px; padding:34px; box-shadow:0 22px 60px rgba(7,26,47,.08); }
.lead-card h3 { color:var(--navy); font-size:25px; margin:0 0 6px; }
.lead-card > p { color:var(--muted); margin:0 0 25px; font-size:14px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
.field label { color:#2e4863; font-size:13px; font-weight:800; }
.field input,.field select,.field textarea { width:100%; border:1px solid #d8e3ed; background:#fbfdff; color:var(--navy); border-radius:12px; padding:13px 14px; outline:none; transition:.2s; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(17,143,211,.09); }
.field textarea { min-height:105px; resize:vertical; }
.form-note { color:var(--muted); font-size:11px; line-height:1.65; margin:15px 0; }
.submit-error { color:#b42318; background:#fff1f0; padding:10px 12px; border-radius:10px; font-size:13px; margin-bottom:12px; }
.success-box { text-align:center; padding:18px 0 24px; }
.success-icon { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 14px; border-radius:50%; background:#e8f8ef; color:#16834f; font-size:25px; }
.calendly-frame { width:100%; min-width:0; height:760px; border:0; border-radius:18px; background:white; }
.calendar-shell { width:100%; min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:20px; }
.calendly-fallback { display:block; margin-top:14px; text-align:center; color:var(--blue); font-size:13px; font-weight:800; }
.submit-wide { min-width:230px; }

.faq { display:grid; gap:12px; max-width:860px; margin:auto; }
.faq details { border:1px solid var(--line); border-radius:16px; padding:18px 20px; background:white; }
.faq summary { color:var(--navy); font-weight:850; cursor:pointer; }
.faq p { color:var(--muted); font-size:14px; line-height:1.8; margin:13px 0 2px; }

.footer { background:#06182b; color:white; padding:64px 0 28px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .8fr .9fr; gap:50px; }
.footer-logo { width:155px; filter:drop-shadow(0 8px 16px rgba(0,0,0,.2)); }
.footer-copy { color:#aebfd0; line-height:1.8; font-size:13px; max-width:430px; }
.footer h3 { font-size:15px; margin:0 0 15px; color:var(--gold); }
.footer-links { display:grid; gap:10px; color:#c7d5e2; font-size:13px; }
.copyright { border-top:1px solid rgba(255,255,255,.09); margin-top:45px; padding-top:22px; color:#8296aa; font-size:12px; display:flex; justify-content:space-between; gap:18px; }

.whatsapp-float { position:fixed; left:20px; bottom:20px; z-index:60; width:58px; height:58px; display:grid; place-items:center; color:white; background:#1fba65; border-radius:50%; box-shadow:0 16px 35px rgba(31,186,101,.35); font-weight:900; font-size:11px; }
.cookie-banner { position:fixed; inset:auto 18px 18px auto; z-index:90; width:min(430px,calc(100% - 36px)); background:rgba(7,26,47,.98); color:white; border:1px solid rgba(255,255,255,.11); border-radius:19px; padding:20px; box-shadow:0 25px 70px rgba(0,0,0,.32); }
.cookie-banner h3 { margin:0 0 7px; font-size:17px; }
.cookie-banner p { margin:0; color:#bfd0de; font-size:12px; line-height:1.65; }
.cookie-actions { display:flex; gap:10px; margin-top:15px; }
.cookie-actions button { border:0; min-height:39px; padding:0 15px; border-radius:10px; font-weight:800; }
.cookie-accept { background:var(--gold); color:var(--navy); }
.cookie-refuse { background:rgba(255,255,255,.1); color:white; }

.dash-shell { min-height:100vh; background:#f3f7fb; direction:ltr; }
.dash-header { background:var(--navy); color:white; padding:17px 24px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.dash-brand { display:flex; align-items:center; gap:13px; }
.dash-brand img { width:90px; height:42px; object-fit:contain; }
.dash-title { font-weight:850; }
.dash-main { width:min(1240px,calc(100% - 36px)); margin:28px auto 60px; }
.dash-tabs { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:22px; }
.dash-tab { border:1px solid #d7e2ec; background:white; color:#39526c; border-radius:11px; padding:10px 15px; font-weight:750; }
.dash-tab.active { background:var(--blue); color:white; border-color:var(--blue); }
.kpi-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:13px; }
.kpi-card { background:white; border:1px solid #dee7ef; border-radius:17px; padding:18px; }
.kpi-card span { color:#74869a; font-size:12px; }
.kpi-card strong { display:block; color:var(--navy); font-size:27px; margin-top:8px; }
.dash-panel { background:white; border:1px solid #dee7ef; border-radius:20px; padding:24px; margin-top:20px; }
.dash-panel h2 { margin:0 0 18px; color:var(--navy); }
.settings-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.dash-table-wrap { overflow:auto; }
.dash-table { width:100%; border-collapse:collapse; min-width:850px; }
.dash-table th,.dash-table td { padding:12px 10px; border-bottom:1px solid #edf1f5; text-align:left; font-size:12px; }
.dash-table th { color:#718397; font-weight:800; }
.dash-table td { color:#304a64; }
.dash-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.status { font-size:12px; color:#16794d; margin-top:10px; }
.dash-subtitle { margin:32px 0 15px; color:var(--navy); }
.json-field { min-height:180px!important; direction:ltr; text-align:left; font-family:ui-monospace,SFMono-Regular,Menlo,monospace!important; font-size:12px!important; }
.toggle-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.toggle-card { display:flex; align-items:center; gap:10px; padding:15px; border:1px solid #dbe6f0; border-radius:13px; color:var(--navy); text-transform:capitalize; font-weight:750; }
.toggle-card input { width:18px; height:18px; accent-color:var(--blue); }
.partner-editor { display:grid; gap:16px; margin-bottom:18px; }
.partner-editor-card { display:grid; grid-template-columns:84px 1fr auto; align-items:center; gap:18px; padding:17px; border:1px solid #dbe6f0; border-radius:16px; }
.partner-editor-card>img { width:78px; height:78px; object-fit:cover; border-radius:50%; }
.dash-remove { border:0; background:#fff0ef; color:#b42318; border-radius:10px; padding:10px 12px; font-weight:750; }
.dash-savebar { position:sticky; bottom:14px; z-index:10; display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:22px; padding:14px; background:rgba(255,255,255,.95); border:1px solid #dbe6f0; border-radius:16px; box-shadow:0 15px 40px rgba(7,26,47,.14); backdrop-filter:blur(12px); }

@media (max-width: 980px) {
  .nav { display:none; }
  .header-inner { grid-template-columns:1fr auto; }
  .header-actions { justify-self:end; }
  .hero-grid,.training-grid,.booking-wrap { grid-template-columns:1fr; }
  .hero-grid { padding-block:55px 75px; }
  .hero-copy-wrap { order:1; }
  .hero-visual { order:2; max-width:680px; }
  .services-grid,.pain-grid,.plans { grid-template-columns:repeat(2,1fr); }
  .process { grid-template-columns:repeat(2,1fr); }
  .booking-intro { position:relative; top:auto; }
  .kpi-grid { grid-template-columns:repeat(3,1fr); }
  .toggle-grid { grid-template-columns:repeat(2,1fr); }
  .cta-band-inner { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,1160px); }
  .topbar-inner { justify-content:center; min-height:36px; }
  .topbar-links { display:none; }
  .header-inner { min-height:70px; }
  .brand-logo { width:112px; height:50px; }
  .nav { gap:0; }
  .nav-cta { display:none; }
  .header-actions { gap:7px; }
  .hero-grid { gap:38px; padding-block:42px 60px; }
  .hero h1 { font-size:39px; }
  .hero-copy { font-size:15px; }
  .hero-actions .btn { width:100%; }
  .hero-photo { border-radius:24px 24px 60px 24px; }
  .hero-visual::after { inset:12px -10px -12px 10px; }
  .float-kpi { right:12px; bottom:-24px; min-width:185px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-left:0; }
  .section { padding-block:72px; }
  .services-grid,.pain-grid,.plans,.process,.footer-grid,.settings-grid { grid-template-columns:1fr; }
  .plan.featured { transform:none; }
  .training-note { position:relative; left:auto; right:auto; bottom:auto; margin:-18px 14px 0; }
  .booking-intro,.lead-card { padding:25px 20px; }
  .booking-intro h2 { font-size:29px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .calendly-frame { height:690px; max-width:100%; }
  .partner-card { width:260px; }
  .logo-track { animation-duration:25s; }
  .cta-band { padding:38px 0; }
  .cta-band-inner .btn { width:100%; }
  .footer { padding-top:52px; }
  .copyright { flex-direction:column; }
  .cookie-banner { inset:auto 14px 14px; width:auto; }
  .whatsapp-float { left:14px; bottom:14px; width:53px; height:53px; }
  .kpi-grid { grid-template-columns:repeat(2,1fr); }
  .dash-main { width:min(100% - 22px,1240px); }
  .dash-header { padding:13px; }
  .toggle-grid { grid-template-columns:1fr; }
  .partner-editor-card { grid-template-columns:62px 1fr; }
  .partner-editor-card>img { width:58px; height:58px; }
  .partner-editor-card .settings-grid,.partner-editor-card .dash-remove { grid-column:1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .logo-track { animation-play-state:paused; }
  .btn { transition:none; }
}
