/*
Theme Name: Tahari Law Firm
Theme URI: https://deeppink-chicken-240816.hostingersite.com/tahari/
Author: Cabinet Tahari
Description: Thème personnalisé pour Cabinet Tahari — Cabinet d'avocats à Casablanca.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tahiri
*/

:root{
  --blue:#1C3F7A;--blue-mid:#2251A3;--blue-light:#3B6FD4;
  --blue-pale:#EBF0FB;--blue-ghost:#F4F7FE;
  --gold:#C4973F;--gold-light:#D4AB58;--gold-pale:#FBF5E8;
  --green:#0EA868;--green-pale:#E6F9F2;
  --white:#FFFFFF;--off-white:#FAFBFF;
  --text:#0D1B3A;--muted:#64748B;
  --border:#E2E9F7;--border-input:#CBD5E8;
  --radius-sm:8px;--radius:14px;--radius-lg:22px;--radius-xl:32px;
  --serif:'Poppins',system-ui,sans-serif;--sans:'Poppins',system-ui,sans-serif;
  --ease:cubic-bezier(.4,0,.2,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);
  --t:0.3s var(--ease);
  --shadow-sm:0 2px 8px rgba(28,63,122,.07);
  --shadow:0 8px 30px rgba(28,63,122,.11);
  --shadow-lg:0 20px 60px rgba(28,63,122,.16);
  --shadow-xl:0 32px 80px rgba(28,63,122,.22);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--sans);color:var(--text);background:var(--off-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.visible{opacity:1;transform:none}
.reveal-left{opacity:0;transform:translateX(-32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-left.visible{opacity:1;transform:none}
.reveal-right{opacity:0;transform:translateX(32px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-right.visible{opacity:1;transform:none}
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-weight:600;border:none;cursor:pointer;transition:all var(--t);white-space:nowrap;border-radius:var(--radius-sm)}
.btn-blue{background:var(--blue);color:#fff;font-size:.875rem;padding:.8rem 1.75rem}
.btn-blue:hover{background:var(--blue-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(28,63,122,.28)}
.btn-gold{background:var(--gold);color:var(--blue);font-size:.875rem;padding:.8rem 1.75rem;font-weight:700}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(196,151,63,.35)}
.btn-outline{background:transparent;color:var(--blue);font-size:.875rem;padding:.78rem 1.75rem;border:1.5px solid var(--border)}
.btn-outline:hover{border-color:var(--blue);background:var(--blue-pale)}
.btn-ghost-white{background:rgba(255,255,255,.1);color:#fff;font-size:.875rem;padding:.8rem 1.75rem;border:1.5px solid rgba(255,255,255,.25)}
.btn-ghost-white:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.6)}
.btn-lg{font-size:1rem;padding:1rem 2.25rem;border-radius:var(--radius)}
.btn-green{background:var(--green);color:#fff;font-size:.875rem;padding:.8rem 1.75rem}
.btn-green:hover{background:#0c9a5e;transform:translateY(-2px)}
.section-kicker{display:inline-flex;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);padding:.4rem .875rem;border-radius:100px}
.section-title{font-family:var(--serif);font-size:clamp(1.875rem,3vw,2.625rem);color:var(--blue);line-height:1.18}
.section-title em{font-style:italic;color:var(--gold)}
.section-header{text-align:center;margin-bottom:4rem}
.section-subtitle{font-size:1rem;color:var(--muted);margin-top:1rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.75}

/* ── HEADER ── */
.site-header{position:fixed;inset:0 0 auto 0;z-index:1000;transition:background-color .4s var(--ease),box-shadow .4s var(--ease)}
.site-header.scrolled{background:rgba(255,255,255,.97);box-shadow:var(--shadow)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px}
.header-logo img,.header-logo .custom-logo{height:40px!important;width:auto!important;border-radius:10px}
.header-nav{display:flex;align-items:center;gap:2rem}
.header-nav a{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--white);transition:color var(--t);position:relative}
.header-nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gold);border-radius:2px;transition:width var(--t)}
.header-nav a:hover::after,.header-nav a.active::after{width:100%}
.site-header.scrolled .header-nav a{color:var(--text)}
.site-header.scrolled .header-nav a:hover,.site-header.scrolled .header-nav a.active{color:var(--blue)}
.nav-cta-wrap{display:flex;align-items:center;gap:.75rem}
.site-header.scrolled .btn-ghost-white{color:var(--blue);border-color:var(--border);background:transparent}
.site-header.scrolled .btn-ghost-white:hover{background:var(--blue-pale)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--white);transition:all var(--t);border-radius:2px}
.site-header.scrolled .hamburger span{background:var(--text)}
.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:.5rem 0 1rem;box-shadow:var(--shadow)}
.mobile-nav.open{display:flex}
.mobile-nav a{display:block;padding:.875rem 2rem;font-size:.875rem;font-weight:600;color:var(--text);transition:color var(--t)}
.mobile-nav a:hover{color:var(--blue)}
.mobile-nav .btn{margin:.5rem 2rem 0;justify-content:center}

/* ── HERO ── */
.hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding-top:76px;padding-bottom:9rem;contain:layout paint}
.hero-bg{position:absolute;inset:0;background:url('/wp-content/uploads/tahiri/hero image.jpg') center/cover no-repeat;z-index:0;transform:translateZ(0)}
.hero-bg::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,31,78,.88) 0%,rgba(28,63,122,.78) 45%,rgba(30,77,155,.65) 70%,rgba(22,47,107,.82) 100%);z-index:1}
.hero-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 20%,rgba(59,111,212,.22) 0%,transparent 65%),radial-gradient(ellipse 40% 40% at 10% 85%,rgba(196,151,63,.1) 0%,transparent 60%);z-index:2;pointer-events:none}
.orb{display:none}
.orb-1,.orb-2{display:none}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 0 4rem;width:100%}
.hero h1{font-family:var(--serif);font-size:clamp(2.5rem,4.5vw,3.875rem);line-height:1.13;color:#fff;margin-bottom:1.5rem}
.hero h1 em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:1.0625rem;line-height:1.8;color:rgba(255,255,255,.68);max-width:480px;margin-bottom:2.5rem}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}
.hero-ctas .btn{border-radius:var(--radius)}
.hero-visual-card{background:rgba(10,25,60,.55);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);padding:2.5rem}
.hero-badge-row{display:flex;gap:1rem;margin-bottom:1.5rem}
.hero-badge{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1rem 1.25rem;text-align:center;flex:1}
.hero-badge-num{font-family:var(--serif);font-size:1.875rem;color:#fff;line-height:1}
.hero-badge-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:.25rem}
.hero-trust-row{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.25rem}
.trust-item{display:flex;align-items:center;gap:.75rem}
.trust-item::before{content:'';width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0}
.trust-text{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.8);line-height:1.5}

/* ── FEATURES BAR ── */
.hero-features-bar{position:relative;z-index:10;margin-top:-5rem;padding:0 1.25rem 4rem}
.hero-features-inner{background:var(--white);border-radius:var(--radius-lg);padding:2.25rem 2.5rem;box-shadow:0 24px 64px rgba(0,0,0,.13);display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:960px;margin:0 auto}
.hero-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}
.hero-feature-icon{width:52px;height:52px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:.375rem}
.hero-feature-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-feature-title{font-size:.9375rem;font-weight:700;color:var(--text)}
.hero-feature-desc{font-size:.8rem;color:var(--muted);line-height:1.55}

/* ── STATS BAR ── */
.stats-bar{background:var(--white);border-bottom:1px solid var(--border);padding:2.5rem 0}
.stats-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.stat-cell{padding:2rem;text-align:center;position:relative;background:var(--white);transition:background var(--t)}
.stat-cell+.stat-cell::before{content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--border)}
.stat-cell:hover{background:var(--blue-ghost)}
.stat-num{font-family:var(--serif);font-size:2.5rem;color:var(--blue);line-height:1}
.stat-suffix{font-family:var(--serif);font-size:1.75rem;color:var(--gold)}
.stat-label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:.5rem}

/* ── ABOUT ── */
.about{background:var(--off-white);padding:8rem 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-visual{position:relative}
.about-img-wrap{border-radius:var(--radius-xl);aspect-ratio:4/5;background:linear-gradient(160deg,var(--blue-pale) 0%,#d4dff7 100%);position:relative;box-shadow:var(--shadow-lg)}
.about-img-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.about-svg-scene{width:88%;max-width:300px;animation:scalesSway 6s ease-in-out infinite;filter:drop-shadow(0 8px 32px rgba(196,151,63,.2));will-change:transform}
@keyframes scalesSway{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-1.5deg)}75%{transform:rotate(1.5deg)}}
.about-pattern{position:absolute;inset:0;opacity:.04;background-image:repeating-linear-gradient(45deg,var(--blue) 0,var(--blue) 1px,transparent 0,transparent 50%);background-size:12px 12px}
.about-badge-wrap{position:absolute;bottom:2rem;right:-2rem;background:var(--blue);border-radius:var(--radius-lg);padding:1.5rem 2rem;box-shadow:var(--shadow-xl);text-align:center;min-width:140px}
.badge-num{font-family:var(--serif);font-size:2.5rem;color:var(--gold);line-height:1}
.badge-sub{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:.25rem}
.about-accent-ring{position:absolute;top:-1.5rem;left:-1.5rem;width:80px;height:80px;border-radius:50%;border:1.5px dashed var(--gold);opacity:.35;animation:spin 20s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.about-lead{font-family:var(--serif);font-size:1.1875rem;line-height:1.7;color:var(--text);margin:1.5rem 0 1rem}
.about-body{font-size:.9375rem;line-height:1.9;color:var(--muted);margin-bottom:2rem}
.about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:2.25rem}
.pillar{display:flex;align-items:center;gap:.75rem;background:var(--blue-ghost);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem 1rem;transition:all var(--t)}
.pillar:hover{border-color:var(--blue);background:var(--blue-pale);transform:translateY(-2px)}
.pillar svg{width:16px;height:16px;stroke:var(--blue);fill:none;stroke-width:2;flex-shrink:0}
.pillar span{font-size:.8125rem;font-weight:600;color:var(--blue)}

/* ── PRACTICE AREAS ── */
.practice{background:var(--white);padding:8rem 0}
.practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.practice-card{background:#f6f6f6;border:1px solid #e8e8e8;border-radius:16px;padding:2rem;display:flex;flex-direction:column;min-height:240px;transition:box-shadow .3s var(--ease)}
.practice-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.09)}
.practice-top{flex:1}
.practice-title{font-size:1.125rem;font-weight:700;color:#111;margin-bottom:.625rem}
.practice-desc{font-size:.875rem;line-height:1.7;color:#888}
.practice-bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-top:1.75rem}
.practice-arrow{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#111;transition:gap .2s}
.practice-arrow:hover{gap:.625rem}
.practice-icon svg{width:54px;height:54px;stroke:#d4d4d4;fill:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}

/* ── WHY ── */
.why{background:var(--off-white);padding:8rem 0}
.why-header{text-align:center;margin-bottom:4rem}
.why-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.why-strengths{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.strength-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:all .35s var(--ease)}
.strength-card:hover{border-color:var(--blue);box-shadow:var(--shadow);transform:translateY(-4px)}
.strength-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--blue-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:background var(--t)}
.strength-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.strength-card:hover .strength-icon{background:var(--blue)}
.strength-card:hover .strength-icon svg{stroke:#fff}
.strength-title{font-family:var(--serif);font-size:1.0625rem;color:var(--blue);margin-bottom:.5rem}
.strength-desc{font-size:.8125rem;line-height:1.75;color:var(--muted)}
.why-visual{background:linear-gradient(145deg,var(--blue) 0%,#162f6b 100%);border-radius:var(--radius-xl);padding:4rem;position:relative;box-shadow:var(--shadow-xl)}
.why-visual::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(196,151,63,.12)}
.why-visual::after{content:'';position:absolute;bottom:-60px;left:-30px;width:250px;height:250px;border-radius:50%;background:rgba(59,111,212,.2)}
.why-quote-mark{font-family:var(--serif);font-size:7rem;line-height:.6;color:var(--gold);opacity:.25;margin-bottom:1.5rem}
.why-quote-text{font-family:var(--serif);font-size:1.375rem;font-style:italic;color:rgba(255,255,255,.88);line-height:1.65;margin-bottom:2rem;position:relative;z-index:1}
.why-quote-source{display:flex;align-items:center;gap:1rem;position:relative;z-index:1}
.quote-bar{width:24px;height:2px;background:var(--gold);border-radius:2px}
.quote-name{font-size:.8125rem;font-weight:700;color:rgba(255,255,255,.75)}
.quote-role{font-size:.6875rem;color:rgba(255,255,255,.35);margin-top:.15rem}

/* ── INSIGHTS ── */
.insights{background:var(--white);padding:8rem 0}
.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.insight-card{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;transition:all .35s var(--ease)}
.insight-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--blue)}
.insight-thumb{aspect-ratio:16/9;position:relative;background:var(--blue-pale)}
.insight-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.insight-card:hover .insight-thumb img{transform:scale(1.06)}
.insight-tag{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--blue);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .875rem;border-radius:100px}
.insight-body{padding:1.75rem;display:flex;flex-direction:column;flex:1}
.insight-date{font-size:.75rem;color:var(--muted);margin-bottom:.875rem;display:flex;align-items:center;gap:.5rem}
.insight-date svg{width:13px;height:13px;stroke:var(--muted);fill:none;stroke-width:1.8}
.insight-title{font-family:var(--serif);font-size:1.125rem;color:var(--blue);line-height:1.4;margin-bottom:.875rem}
.insight-excerpt{font-size:.875rem;line-height:1.8;color:var(--muted);flex:1}
.insight-read{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);transition:all var(--t)}
.insight-read svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;transition:transform var(--t)}
.insight-card:hover .insight-read{color:var(--gold)}
.insight-card:hover .insight-read svg{transform:translateX(4px)}

/* ── CTA ── */
.cta-section{padding:9rem 0;background:linear-gradient(135deg,#0a1f4e 0%,var(--blue) 50%,#1e4d9b 100%);position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:rgba(196,151,63,.08)}
.cta-section::after{content:'';position:absolute;bottom:-100px;left:-80px;width:400px;height:400px;border-radius:50%;background:rgba(59,111,212,.15)}
.cta-inner{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}
.cta-kicker{display:inline-flex;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:rgba(196,151,63,.12);border:1px solid rgba(196,151,63,.25);padding:.5rem 1rem;border-radius:100px;margin-bottom:1.75rem}
.cta-title{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3rem);color:#fff;margin-bottom:1.25rem;line-height:1.22}
.cta-title em{font-style:italic;color:var(--gold)}
.cta-sub{font-size:1rem;color:rgba(255,255,255,.58);line-height:1.8;margin-bottom:2.75rem}
.cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.cta-btns .btn{border-radius:var(--radius)}
.cta-contact-strip{display:flex;justify-content:center;gap:3rem;margin-top:2.5rem;flex-wrap:wrap}
.cta-contact-item{display:flex;align-items:center;gap:.75rem}
.cta-contact-icon{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}
.cta-contact-icon svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.8}
.cta-contact-text{font-size:.8125rem;color:rgba(255,255,255,.55)}
.cta-contact-value{font-size:.9375rem;font-weight:600;color:rgba(255,255,255,.85)}

/* ── FOOTER ── */
.site-footer{background:#060e20;padding:6rem 0 2.5rem}
.footer-grid{display:grid;grid-template-columns:2.5fr 1fr 1.25fr 1.75fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-logo img{height:36px;border-radius:10px;margin-bottom:1.5rem}
.footer-tagline{font-family:var(--serif);font-style:italic;font-size:.9375rem;color:rgba(255,255,255,.35);line-height:1.65;margin-bottom:1.75rem}
.footer-socials{display:flex;gap:.625rem}
.fsocial{width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all var(--t)}
.fsocial svg{width:15px;height:15px;fill:rgba(255,255,255,.35);transition:fill var(--t)}
.fsocial:hover{border-color:var(--gold);background:rgba(196,151,63,.1)}
.fsocial:hover svg{fill:var(--gold)}
.footer-col-heading{font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:1.5rem}
.footer-links{display:flex;flex-direction:column;gap:.75rem}
.footer-links a{font-size:.875rem;color:rgba(255,255,255,.5);transition:color var(--t);display:flex;align-items:center;gap:.5rem}
.footer-links a::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--gold);opacity:0;transition:opacity var(--t)}
.footer-links a:hover{color:var(--gold)}
.footer-links a:hover::before{opacity:1}
.fcontact-row{margin-bottom:1rem}
.fcontact-label{font-size:.5875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.22);margin-bottom:.2rem}
.fcontact-val{font-size:.875rem;color:rgba(255,255,255,.5)}
.fcontact-val a:hover{color:var(--gold)}
.footer-map{margin:3rem 0;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.07);height:220px}
.footer-map iframe{width:100%;height:100%;display:block;filter:grayscale(1) invert(1) brightness(.85) contrast(.9)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2.5rem;flex-wrap:wrap;gap:1.5rem}
.footer-copy{font-size:.8125rem;color:rgba(255,255,255,.2)}
.footer-legal{display:flex;gap:2rem}
.footer-legal a{font-size:.8125rem;color:rgba(255,255,255,.2);transition:color var(--t)}
.footer-legal a:hover{color:rgba(255,255,255,.5)}

/* ── FAB ── */
.fab-wrap{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:.625rem}
.fab-options{display:flex;flex-direction:column;align-items:flex-end;gap:.625rem;background:transparent}
.fab-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;border:none;cursor:pointer;font-family:var(--sans);font-size:.8125rem;font-weight:600;border-radius:var(--radius-lg);transition:transform .3s var(--ease),opacity .3s var(--ease);transform:translateX(40px);opacity:0;pointer-events:none;white-space:nowrap;text-decoration:none;visibility:hidden}
.fab-wrap.open .fab-option{transform:translateX(0);opacity:1;pointer-events:all;visibility:visible}
.fab-wrap.open .fab-option:nth-child(1){transition-delay:.05s}
.fab-wrap.open .fab-option:nth-child(2){transition-delay:.12s}
.fab-option svg{width:18px;height:18px;flex-shrink:0}
.fab-wa{background:#25D366;color:#fff;border:1.5px solid #25D366;box-shadow:var(--shadow-xl)}
.fab-wa svg{fill:#fff}
.fab-wa:hover{background:#1ebe5d;transform:translateY(-2px) translateX(0)!important}
.fab-call{background:var(--blue);color:#fff;border:1.5px solid var(--blue);box-shadow:var(--shadow-xl)}
.fab-call svg{stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.fab-call:hover{background:var(--blue-mid);transform:translateY(-2px) translateX(0)!important}
.fab-main{width:56px;height:56px;border-radius:50%;background:var(--blue);border:none;cursor:pointer;box-shadow:var(--shadow-xl);display:flex;align-items:center;justify-content:center;transition:all var(--t);position:relative}
.fab-main:hover{background:var(--blue-mid);transform:scale(1.08)}
.fab-main-icon{position:absolute;transition:all .3s var(--ease-spring)}
.fab-main-icon.close-icon{opacity:0;transform:rotate(-90deg) scale(.6)}
.fab-wrap.open .fab-main{background:var(--blue-mid)}
.fab-wrap.open .fab-main .fab-main-icon.main-icon{opacity:0;transform:rotate(90deg) scale(.6)}
.fab-wrap.open .fab-main .fab-main-icon.close-icon{opacity:1;transform:rotate(0deg) scale(1)}
.fab-main svg{width:22px;height:22px}
.fab-main .main-icon svg{stroke:#fff;fill:none;stroke-width:1.8}
.fab-main .close-icon svg{stroke:#fff;fill:none;stroke-width:2}

/* ── PAGE HERO (inner pages) ── */
.page-hero{padding:calc(8rem + 76px) 0 6rem;position:relative;overflow:hidden}
.page-hero-bg-consult{background:url('/wp-content/uploads/tahiri/consultation.jpg') center/cover no-repeat}
.page-hero-bg-consult::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,31,78,.88) 0%,rgba(28,63,122,.78) 45%,rgba(30,77,155,.65) 70%,rgba(22,47,107,.82) 100%);z-index:0}
.page-hero-bg-contact{background:linear-gradient(135deg,#060e20 0%,#0a1f4e 45%,#1C3F7A 100%)}
.page-hero-inner{position:relative;z-index:1}
.breadcrumb{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}
.breadcrumb a{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.45);transition:color var(--t)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb-sep{color:rgba(255,255,255,.25);font-size:.75rem}
.breadcrumb span{font-size:.8rem;font-weight:600;color:var(--gold)}
.page-hero-kicker{display:inline-flex;align-items:center;gap:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);background:rgba(196,151,63,.12);border:1px solid rgba(196,151,63,.25);padding:.5rem 1rem;border-radius:100px;margin-bottom:1.5rem}
.page-hero h1{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);color:#fff;line-height:1.15;margin-bottom:1.25rem}
.page-hero h1 em{font-style:italic;color:var(--gold)}
.page-hero-sub{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.75;max-width:500px}

/* ── HOW IT WORKS ── */
.how-it-works{background:var(--white);padding:6rem 0}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.steps-grid::before{content:'';position:absolute;top:32px;left:calc(12.5%);width:75%;height:1.5px;background:linear-gradient(to right,var(--blue-pale),var(--border),var(--blue-pale));z-index:0}
.step-card{text-align:center;position:relative;z-index:1}
.step-num-wrap{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;border:2px solid var(--border);background:var(--white);transition:all var(--t)}
.step-num{font-family:var(--serif);font-size:1.375rem;color:var(--blue);transition:color var(--t)}
.step-card:hover .step-num-wrap{background:var(--blue);border-color:var(--blue);box-shadow:0 8px 24px rgba(28,63,122,.22)}
.step-card:hover .step-num{color:#fff}
.step-label{font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.step-title{font-family:var(--serif);font-size:1.0625rem;color:var(--blue);margin-bottom:.5rem}
.step-desc{font-size:.8125rem;line-height:1.7;color:var(--muted)}

/* ── BOOKING FORM ── */
.booking{background:var(--white);padding:6rem 0}
.booking-wrap{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}
.booking-form-card{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:3rem;position:relative;overflow:hidden}
.booking-form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--blue),var(--gold))}
.form-steps{display:flex;align-items:center;gap:0;margin-bottom:2.5rem}
.form-step-item{display:flex;align-items:center;gap:.625rem;flex:1}
.form-step-dot{width:32px;height:32px;border-radius:50%;border:2px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--muted);transition:all var(--t);flex-shrink:0}
.form-step-dot.active{background:var(--green);border-color:var(--green);color:#fff}
.form-step-dot.done{background:var(--green);border-color:var(--green);color:#fff}
.form-step-label{font-size:.75rem;font-weight:600;color:var(--muted);white-space:nowrap}
.form-step-item.active .form-step-label{color:var(--green);font-weight:700}
.form-step-item.done .form-step-label{color:var(--green)}
.form-step-line{height:1.5px;flex:1;background:var(--border);margin:0 .5rem;transition:background var(--t)}
.form-step-line.done{background:var(--green)}
.form-section{display:none}.form-section.active{display:block;animation:fadeSlideUp .35s var(--ease)}
@keyframes fadeSlideUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.form-section-title{font-family:var(--serif);font-size:1.375rem;color:var(--blue);margin-bottom:1.75rem}
.package-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}
.package-option{border:2px solid var(--border);border-radius:var(--radius);padding:1.5rem;cursor:pointer;transition:all var(--t);position:relative;background:var(--white)}
.package-option:hover{border-color:var(--blue-light);background:var(--blue-ghost)}
.package-option.selected{border-color:var(--gold);background:var(--gold-pale)}
.package-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.package-check{position:absolute;top:.875rem;right:.875rem;width:20px;height:20px;border-radius:50%;border:2px solid var(--border);transition:all var(--t)}
.package-option.selected .package-check{background:var(--gold);border-color:var(--gold)}
.package-option.selected .package-check::after{content:'';display:block;width:6px;height:6px;background:#fff;border-radius:50%;margin:5px}
.pkg-duration{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.375rem}
.pkg-price{font-family:var(--serif);font-size:1.875rem;color:var(--blue);line-height:1}
.package-option.selected .pkg-price{color:var(--gold)}
.pkg-price span{font-size:.875rem;font-weight:600;color:var(--muted)}
.pkg-label{font-size:.8rem;color:var(--muted);margin-top:.375rem}
.slots-label{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.875rem}
.slots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin-bottom:1.75rem}
.slot-btn{padding:.625rem .5rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);font-family:var(--sans);font-size:.8125rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all var(--t);text-align:center}
.slot-btn:hover:not(.unavailable){border-color:var(--blue);color:var(--blue);background:var(--blue-ghost)}
.slot-btn.selected{background:var(--blue);border-color:var(--blue);color:#fff}
.slot-btn.unavailable{opacity:.5;cursor:not-allowed;background:#f0f0f3;border-color:#c8c8d0;color:#a0a0b0;text-decoration:line-through}
.form-group{margin-bottom:1.5rem}
.form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--text);margin-bottom:.5rem}
.form-label span{color:var(--gold)}
.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;border:1.5px solid var(--border-input);border-radius:var(--radius-sm);background:var(--white);font-family:var(--sans);font-size:.9375rem;color:var(--text);transition:all var(--t);outline:none;-webkit-appearance:none}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(28,63,122,.1)}
.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}
.form-textarea{min-height:120px;resize:vertical;line-height:1.6}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.date-wrap{position:relative}
.date-wrap input[type="date"]{-webkit-appearance:none !important;appearance:none !important;cursor:pointer;width:100%;padding-right:2.75rem;position:relative;z-index:1}
.date-wrap input[type="date"]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.date-wrap svg{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.8;pointer-events:none;z-index:0}
input[type="date"]{color-scheme:light}
.form-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}
.booking-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.sidebar-card{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem}
.sidebar-card-title{font-family:var(--serif);font-size:1.0625rem;color:var(--blue);margin-bottom:1rem}
.sidebar-guarantee{display:flex;flex-direction:column;gap:.875rem}
.guarantee-item{display:flex;align-items:flex-start;gap:.75rem}
.g-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--green-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.g-icon svg{width:15px;height:15px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.g-text strong{display:block;font-size:.8125rem;font-weight:600;color:var(--text)}
.g-text span{font-size:.75rem;color:var(--muted)}
.payment-badges{display:flex;gap:.625rem;flex-wrap:wrap;margin-top:.5rem}
.pay-badge{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.pay-badge.cmi{color:var(--blue);border-color:var(--blue-pale);background:var(--blue-ghost)}
.pay-badge.wafacash{color:#b45309;border-color:#fde68a;background:#fffbeb}
.pay-badge.virement{color:#065f46;border-color:#a7f3d0;background:#ecfdf5}
.pay-badge.swift{color:#4c1d95;border-color:#ddd6fe;background:#f5f3ff}
.pay-method-list{display:flex;flex-direction:column;gap:.75rem}
.pay-method-option{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;border:1.5px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,background .2s;background:var(--white)}
.pay-method-option:hover{border-color:var(--blue-pale);background:var(--blue-ghost)}
.pay-method-option.selected{border-color:var(--blue);background:var(--blue-ghost)}
.pay-method-radio{width:1.125rem;height:1.125rem;border:2px solid var(--border);border-radius:50%;flex-shrink:0;margin-top:.1875rem;transition:border-color .2s,background .2s;position:relative}
.pay-method-option.selected .pay-method-radio{border-color:var(--blue);background:var(--blue)}
.pay-method-option.selected .pay-method-radio::after{content:"";position:absolute;width:.4rem;height:.4rem;background:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.pay-method-body{flex:1;min-width:0}
.pay-method-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.25rem}
.pay-method-logo{width:28px;height:28px;object-fit:contain;border-radius:50%;flex-shrink:0}
.pay-method-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--blue-ghost);color:var(--blue)}
.pay-method-icon--intl{background:#f5f3ff;color:#4c1d95}
.pay-method-title{font-size:.9375rem;font-weight:700;color:var(--text);margin-bottom:0}
.pay-method-desc{font-size:.8125rem;color:var(--muted);line-height:1.55}
.pay-method-info{margin-top:.875rem;display:none}
.pay-method-option.selected .pay-method-info{display:block}

/* Bank info block */
.pay-bank-block{border:1px solid var(--border);border-radius:var(--radius);background:var(--white)}
.pay-bank-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6875rem 1rem;border-bottom:1px solid var(--border)}
.pay-bank-row:last-of-type{border-bottom:none}
.pay-bank-row.highlight{background:var(--blue-ghost)}
.pay-bank-field{display:flex;flex-direction:column;gap:.125rem;min-width:0}
.pay-bank-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.pay-bank-value{font-size:.875rem;font-weight:600;color:var(--text)}
.pay-bank-value.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem;letter-spacing:.04em}
.pay-bank-note{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#fffbeb;border-top:1px solid #fde68a;font-size:.8rem;color:#92400e;line-height:1.55}
.pay-bank-note svg{width:14px !important;height:14px !important;stroke:currentColor !important;fill:none !important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:.1rem}
.pay-bank-note strong{color:#78350f}

/* Copy button */
.copy-btn{display:inline-flex;align-items:center;gap:.3125rem;flex-shrink:0;padding:.3125rem .625rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--muted);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:all .15s;white-space:nowrap}
.copy-btn svg{width:11px !important;height:11px !important;stroke:currentColor !important;fill:none !important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.copy-btn:hover{border-color:var(--blue-pale);color:var(--blue);background:var(--blue-ghost)}
.copy-btn.copied{border-color:#a7f3d0;color:#065f46;background:#ecfdf5}
.confirmation-box{padding:2rem 1.5rem}
.conf-icon{width:72px;height:72px;border-radius:50%;background:var(--green-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
.conf-icon svg{width:32px;height:32px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.conf-title{font-family:var(--serif);font-size:1.375rem;color:var(--blue);margin-bottom:.5rem;text-align:center}
.conf-sub{font-size:.9375rem;color:var(--muted);line-height:1.7;margin-bottom:1.25rem;text-align:center}
.conf-details{margin-bottom:1.25rem;text-align:left}
.conf-details-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.5rem}
.conf-proof-btns{display:flex;flex-direction:column;gap:.625rem;margin-top:1.25rem}
.conf-proof-label{font-size:.75rem;font-weight:600;color:var(--muted);text-align:center;margin-bottom:.25rem}
.conf-proof-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.8125rem 1.25rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:700;text-decoration:none;transition:all .2s;cursor:pointer;line-height:1.2}
.conf-proof-wa{background:#25D366;color:#fff}
.conf-proof-wa:hover{background:#1ebe5d;color:#fff}
.conf-proof-email{background:var(--blue-ghost);border:1.5px solid var(--blue-pale);color:var(--blue);flex-direction:column;gap:.125rem;padding:.75rem 1.25rem}
.conf-proof-email:hover{background:var(--blue-pale);color:var(--blue)}

/* ── CONTACT PAGE ── */
.contact-section{background:var(--white);padding:6rem 0}
.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:5rem;align-items:start}
.contact-form-card{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:3rem;position:relative;overflow:hidden}
.contact-form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--blue),var(--gold))}
.contact-form-title{font-family:var(--serif);font-size:1.625rem;color:var(--blue);margin-bottom:.5rem}
.contact-form-sub{font-size:.9375rem;color:var(--muted);margin-bottom:2rem;line-height:1.7}
.contact-info-block{display:flex;flex-direction:column;gap:2.5rem}
.contact-info-title{font-family:var(--serif);font-size:1.625rem;color:var(--blue);margin-bottom:2rem}
.cinfo-item{display:flex;gap:1.25rem;align-items:flex-start}
.cinfo-icon{width:48px;height:48px;border-radius:var(--radius);background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--t)}
.cinfo-item:hover .cinfo-icon{background:var(--blue)}
.cinfo-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:stroke var(--t)}
.cinfo-item:hover .cinfo-icon svg{stroke:#fff}
.cinfo-label{font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:.375rem}
.cinfo-value{font-size:.9375rem;font-weight:600;color:var(--text)}
.cinfo-value a{transition:color var(--t)}
.cinfo-value a:hover{color:var(--blue)}
.cinfo-sub{font-size:.8125rem;color:var(--muted);margin-top:.125rem}
.contact-map{margin-top:2rem;border-radius:var(--radius-lg);border:1px solid var(--border);height:280px}
.contact-map iframe{width:100%;height:100%;display:block}
.wpcf7-form .form-group{margin-bottom:1.5rem}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea{width:100%;padding:.875rem 1rem;border:1.5px solid var(--border-input);border-radius:var(--radius-sm);background:var(--white);font-family:var(--sans);font-size:.9375rem;color:var(--text);transition:all var(--t);outline:none}
.wpcf7-form input:focus,.wpcf7-form select:focus,.wpcf7-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(28,63,122,.1)}
.wpcf7-form input[type="submit"]{background:var(--blue);color:#fff;font-family:var(--sans);font-weight:600;font-size:.9375rem;padding:.9rem 2rem;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--t);width:100%}
.wpcf7-form input[type="submit"]:hover{background:var(--blue-mid);transform:translateY(-2px)}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .practice-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:3rem}
  .hero-features-inner{grid-template-columns:repeat(2,1fr)}
  .booking-wrap{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .header-nav,.nav-cta-wrap{display:none}
  .hamburger{display:flex}
  .hero-inner{grid-template-columns:1fr}
  .hero-visual{display:none}
  .about-grid,.why-inner{grid-template-columns:1fr;gap:2.5rem}
  .about-badge-wrap{right:1rem;bottom:1rem}
  .stats-bar-inner{grid-template-columns:repeat(2,1fr)}
  .insights-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid::before{display:none}
}
@media(max-width:640px){
  .container{padding:0 1.25rem}
  .about,.practice,.why,.insights,.cta-section,.how-it-works,.booking,.contact-section{padding:5rem 0}
  .hero h1{font-size:2.25rem}
  .hero-ctas{flex-direction:column;align-items:center}
  .hero-ctas .btn{width:100%;justify-content:center;max-width:320px}
  .hero-features-inner{grid-template-columns:repeat(2,1fr);padding:1.75rem 1.25rem}
  .hero-features-bar{margin-top:-3.5rem}
  .practice-grid{grid-template-columns:1fr}
  .why-strengths{grid-template-columns:1fr}
  .about-pillars{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2.5rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-legal{gap:1.25rem}
  .stats-bar-inner{grid-template-columns:1fr 1fr}
  .steps-grid{grid-template-columns:1fr}
  .package-selector,.form-row{grid-template-columns:1fr}
  .slots-grid{grid-template-columns:repeat(2,1fr)}
  .cta-contact-strip{flex-direction:column;align-items:center}
  .fab-option .fab-label{display:none}
  .fab-option{padding:.75rem}
}
.prose h2{font-family:var(--serif);font-size:1.625rem;color:var(--blue);margin:2.5rem 0 1rem;line-height:1.3}
.prose h3{font-family:var(--serif);font-size:1.25rem;color:var(--blue);margin:2rem 0 .75rem;line-height:1.3}
.prose p{margin-bottom:1.5rem}
.prose ul,.prose ol{margin:0 0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.prose ul li{list-style:disc}
.prose ol li{list-style:decimal}
.prose a{color:var(--blue);text-decoration:underline}
.prose blockquote{border-left:3px solid var(--gold);padding:.75rem 1.25rem;margin:2rem 0;background:var(--blue-ghost);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--blue)}
.prose img{max-width:100%;height:auto;border-radius:var(--radius);margin:1.5rem 0}
.lang-switcher{position:relative;display:flex;align-items:center}
.lang-active{display:flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:.35rem .65rem;cursor:pointer;font-family:var(--sans);font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.04em;transition:all var(--t);white-space:nowrap}
.lang-active:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.25)}
.lang-active svg:first-child{border-radius:2px;display:block;flex-shrink:0}
.lang-caret{transition:transform .25s var(--ease);opacity:.6}
.lang-switcher.open .lang-caret{transform:rotate(180deg)}
.lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);min-width:160px;padding:.375rem;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s var(--ease);z-index:9999}
.lang-switcher.open .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.lang-option{display:flex;align-items:center;gap:.625rem;padding:.55rem .75rem;border-radius:var(--radius);font-size:.8125rem;font-weight:600;color:var(--text);text-decoration:none;transition:background var(--t);white-space:nowrap}
.lang-option:hover{background:var(--blue-ghost);color:var(--blue)}
.lang-option--active{color:var(--blue);background:var(--blue-ghost)}
.lang-option svg{border-radius:2px;flex-shrink:0}

/* ── CF7 compatibility ───────────────────────────────────────────────────── */
.wpcf7 .wpcf7-form-control-wrap{display:block;width:100%}
.wpcf7 .wpcf7-textarea{resize:vertical;min-height:130px}
.form-group textarea{resize:vertical;min-height:130px}
.wpcf7 .wpcf7-form-control{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(196,151,63,.25);border-radius:var(--radius-sm);padding:12px 16px;color:var(--text);font-size:.9375rem;font-family:var(--sans);transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}
.contact-form-card .wpcf7 .wpcf7-form-control{background:rgba(28,63,122,.04);border-color:var(--border-input);color:var(--text)}
.wpcf7 .wpcf7-form-control:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(196,151,63,.12)}
.wpcf7 .wpcf7-form-control::placeholder{color:var(--muted)}
.wpcf7 .wpcf7-select{background-image:url(data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 24%3E%3Cpath fill=%23C4973F d=M7 10l5 5 5-5z/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:40px;cursor:pointer}
.wpcf7 .wpcf7-select option{background:#fff;color:var(--text)}
.wpcf7 .form-group label,.wpcf7 .form-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.wpcf7 .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 28px;background:var(--blue);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:none;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--sans);transition:background .2s,transform .2s,box-shadow .2s;margin-top:8px}
.wpcf7 .wpcf7-submit:hover{background:var(--blue-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(196,151,63,.4)}
.wpcf7 .wpcf7-not-valid{border-color:rgba(180,60,60,.6)!important}
.wpcf7 .wpcf7-not-valid-tip{font-size:.6875rem;color:#e07070;margin-top:4px;display:block}
.wpcf7 .wpcf7-response-output{margin-top:16px;padding:12px 16px;border-radius:var(--radius-sm);font-size:.8125rem;border:1px solid transparent}
.wpcf7 .wpcf7-mail-sent-ok{background:rgba(46,94,64,.08);border-color:rgba(46,94,64,.2);color:#1a6640}
.wpcf7 .wpcf7-mail-sent-ng,.wpcf7 .wpcf7-aborted,.wpcf7 .wpcf7-spam-blocked,.wpcf7 .wpcf7-validation-errors{background:rgba(180,60,60,.08);border-color:rgba(180,60,60,.2);color:#b43c3c}

/* ── CF7 success box ─────────────────────────────────────────────────────── */
.cam-success-box{background:#fff;border-radius:var(--radius-lg);padding:48px 36px 44px;text-align:center;box-shadow:var(--shadow-xl);animation:camSuccessIn .55s cubic-bezier(.34,1.56,.64,1) both}
@keyframes camSuccessIn{from{opacity:0;transform:scale(.88) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
.cam-success-icon{width:68px;height:68px;margin:0 auto 22px}
.cam-success-icon svg{width:100%;height:100%;overflow:visible}
.cam-success-circle{fill:none;stroke:var(--gold);stroke-width:2.5;stroke-dasharray:166;stroke-dashoffset:166;animation:camCircle .7s ease forwards .15s}
.cam-success-check{fill:none;stroke:#0D1B3A;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:camCheck .35s ease forwards .75s}
@keyframes camCircle{to{stroke-dashoffset:0}}
@keyframes camCheck{to{stroke-dashoffset:0}}
.cam-success-eyebrow{font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;animation:camFadeUp .4s ease both .9s}
.cam-success-title{font-size:1.3125rem;font-weight:700;color:#0D1B3A;margin-bottom:12px;font-family:var(--serif);animation:camFadeUp .4s ease both 1s}
.cam-success-msg{font-size:.875rem;line-height:1.7;color:#555;max-width:260px;margin:0 auto;animation:camFadeUp .4s ease both 1.1s}
@keyframes camFadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.wpcf7 .wpcf7-submit.btn-blue{width:100%;padding:14px 28px;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);margin-top:8px}
.wpcf7 input[type=submit].btn-blue{background:var(--blue)!important;color:#fff!important;-webkit-appearance:none;appearance:none;border:none!important;width:100%;padding:14px 28px;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--sans);transition:background .2s,transform .2s,box-shadow .2s;margin-top:8px}
.wpcf7 input[type=submit].btn-blue:hover{background:var(--blue-mid)!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(28,63,122,.3)}
.site-header.scrolled .lang-active{background:var(--blue-ghost);border-color:var(--border);color:var(--blue)}
.site-header.scrolled .lang-active:hover{background:var(--blue-pale)}

/* ── WooCommerce checkout branding ──────────────────────────────────────── */
.woocommerce-page .site-header{background:rgba(255,255,255,.98)!important;box-shadow:var(--shadow)!important}
.woocommerce-page .site-header .header-nav a{color:var(--text)!important}
.woocommerce-page .site-header .hamburger span{background:var(--text)!important}
.woocommerce-page .site-header .btn-ghost-white{color:var(--blue)!important;border-color:var(--border)!important}
.woocommerce-page .site-header .lang-active{background:var(--blue-ghost)!important;border-color:var(--border)!important;color:var(--blue)!important}
.woocommerce{max-width:860px;margin:120px auto 5rem;padding:0 1.5rem}
.woocommerce h2{font-family:var(--serif);color:var(--blue);margin-bottom:1.5rem}
.woocommerce h3{font-family:var(--serif);color:var(--blue);font-size:1.125rem;margin-bottom:1rem}
.woocommerce form .form-row label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea{width:100%;border:1.5px solid var(--border-input);border-radius:var(--radius-sm);padding:12px 16px;font-family:var(--sans);font-size:.9375rem;color:var(--text);transition:border-color .2s,box-shadow .2s}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(196,151,63,.12)}
.woocommerce-checkout #order_review{background:var(--off-white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:2rem}
.woocommerce-checkout #order_review_heading{font-family:var(--serif);color:var(--blue)}
.woocommerce table.shop_table{border:none;width:100%}
.woocommerce table.shop_table th{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:none;padding:.5rem 0}
.woocommerce table.shop_table td{border-top:1px solid var(--border);padding:.75rem 0;color:var(--text)}
.woocommerce table.shop_table .order-total td,.woocommerce table.shop_table .order-total th{font-size:1.0625rem;font-weight:700;color:var(--blue);border-top:2px solid var(--border)}
#place_order{width:100%;background:var(--gold)!important;color:#0D1B3A!important;font-family:var(--sans);font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:14px 28px;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;margin-top:1rem}
#place_order:hover{background:var(--gold-light)!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(196,151,63,.4)}
.woocommerce-error,.woocommerce-message,.woocommerce-info{border-radius:var(--radius-sm);padding:1rem 1.25rem;font-size:.875rem;margin-bottom:1.5rem;border-left:4px solid var(--gold)}
.woocommerce-message{background:rgba(14,168,104,.08);border-color:var(--green);color:#0a6640}
.woocommerce-error{background:rgba(180,60,60,.08);border-color:#b43c3c;color:#b43c3c}
.woocommerce-order-received h2{color:var(--blue)}
.woocommerce-order-received .woocommerce-thankyou-order-received{font-size:1.125rem;color:var(--blue);font-weight:600;margin-bottom:1rem}

/* ===== EQUIPE ===== */
.team-founder{display:grid;grid-template-columns:.85fr 1.15fr;gap:4.5rem;align-items:center}
.team-founder-photo{aspect-ratio:4/5;background:linear-gradient(135deg,#0a1f4e,#1C3F7A);border-radius:var(--radius-xl);overflow:hidden;position:relative}
.team-founder-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--gold);color:#fff;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl)}
.team-founder-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.75rem}
.team-tag{font-size:.75rem;font-weight:600;color:var(--blue);background:var(--blue-ghost);border:1px solid var(--border);padding:.4rem .9rem;border-radius:100px}

.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}
.team-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease)}
.team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--gold)}
.team-card-photo{position:relative;aspect-ratio:4/5;background:linear-gradient(135deg,#0a1f4e,#1C3F7A);overflow:hidden;display:flex;align-items:center;justify-content:center}
.team-card-photo img{width:100%;height:100%;object-fit:cover}
.team-card-initials{position:relative;font-family:var(--serif);font-size:2.75rem;font-weight:800;color:rgba(255,255,255,.24);letter-spacing:.08em}
.team-card-years{position:absolute;top:.875rem;right:.875rem;background:rgba(196,151,63,.95);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;padding:.3rem .7rem;border-radius:100px}
.team-card-body{padding:1.75rem 1.5rem;display:flex;flex-direction:column;flex:1}
.team-card-name{font-family:var(--serif);font-size:1.0625rem;font-weight:700;color:var(--blue);line-height:1.3;margin-bottom:.35rem}
.team-card-role{font-size:.8125rem;font-weight:600;color:var(--gold);margin-bottom:.9rem}
.team-card-domain{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--muted);padding-bottom:.9rem;margin-bottom:.9rem;border-bottom:1px solid var(--border)}
.team-card-domain svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.team-card-bio{font-size:.8125rem;color:var(--muted);line-height:1.75;flex:1}
.team-card-foot{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);opacity:.55;margin-top:1.25rem}

@media(max-width:1100px){
  .team-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .team-founder{grid-template-columns:1fr;gap:3.5rem}
  .team-founder-photo{max-width:380px}
  .team-founder-badge{right:auto;left:280px;bottom:1rem}
}
@media(max-width:640px){
  .team-grid{grid-template-columns:1fr;gap:1.5rem}
  .team-founder-photo{max-width:100%}
  .team-founder-badge{left:auto;right:1rem;bottom:1rem;padding:1rem 1.15rem}
}
/* ===== NAV CURRENT + LANG ===== */
/* Current page, desktop. The gold underline already comes from
   .header-nav a.active::after; this adds the matching text colour over the
   transparent (dark) header. The .scrolled rule above keeps it blue once the
   header turns white. */
.header-nav a.active{color:var(--gold)}

/* Current page, mobile menu */
.mobile-nav a.active{color:var(--blue);background:var(--blue-ghost);box-shadow:inset 3px 0 0 var(--gold)}
.mobile-nav a.active:hover{color:var(--blue)}

/* Flags */
.flag{display:block;border-radius:2px;flex-shrink:0}

/* On mobile the desktop nav and CTA are hidden, which left the language
   switcher stranded mid-header by justify-content:space-between. Push it to
   the right so it sits directly beside the hamburger. */
@media(max-width:900px){
  .lang-switcher{margin-left:auto;margin-right:.625rem}
}
@media(max-width:400px){
  .lang-switcher{margin-right:.375rem}
  .lang-active{padding:.3rem .5rem;gap:.3rem}
}

/* ===== PORTRAIT ===== */
.portrait-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
