/*
Theme Name: Middleton Gestion
Author: Hedes C.
Description: Thème WordPress sur mesure pour R Middleton Gestion
Version: 1.1
Text Domain: middleton
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
:root{
  --rose:#F472B6;--rose-deep:#BE185D;--rose-light:#FDF2F8;--rose-pale:#FCE7F3;
  --violet:#7C3AED;--violet-light:#F5D0FE;--gold:#D97706;
  --white:#fff;--text:#1a1a1a;--text-muted:#6b4a5e;
  --gradient:linear-gradient(135deg,#ec4899,#a855f7);
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:#fff;color:var(--text);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(253,242,248,0.95);backdrop-filter:blur(16px);border-bottom:1px solid #fce7f3;padding:0 5%}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-img{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#fff;padding:2px}
.logo-circle{width:48px;height:48px;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:#fff;flex-shrink:0}
.nav-brand{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--rose-deep);line-height:1.2}
.nav-brand span{font-size:11px;font-weight:300;color:var(--text-muted);display:block;letter-spacing:.04em}
.nav-links{display:flex;gap:28px;list-style:none}
.nav-links a{text-decoration:none;color:var(--text-muted);font-size:14px;font-weight:400;transition:color .2s;position:relative;padding-bottom:4px}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--rose-deep);transition:width .3s}
.nav-links a:hover,.nav-links a.active{color:var(--rose-deep)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-cta{background:var(--gradient);color:#fff;padding:10px 24px;border-radius:50px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s,transform .2s;white-space:nowrap}
.nav-cta:hover{opacity:.85;transform:translateY(-1px)}
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--rose-deep);border-radius:2px;transition:.3s}
.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;background:rgba(253,242,248,0.98);backdrop-filter:blur(16px);padding:24px 5%;border-bottom:1px solid #fce7f3;z-index:99}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:12px 0;color:var(--text-muted);text-decoration:none;font-size:16px;border-bottom:1px solid #fce7f3}
.mobile-menu a:last-child{border:none}

/* FOOTER */
footer{background:#1a0d14;padding:60px 5% 32px;color:#d1a0b8}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:40px}
.footer-brand .logo-img{width:64px;height:64px;margin-bottom:16px;border-radius:8px;object-fit:contain;background:#fff;padding:4px}
.footer-brand .logo-circle{margin-bottom:16px;background:var(--gradient)}
.footer-brand h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:#f9a8d4;margin-bottom:12px}
.footer-brand p{font-size:14px;line-height:1.8;color:#d1a0b8}
.footer-col h4{font-size:12px;font-weight:500;color:#f9a8d4;margin-bottom:20px;text-transform:uppercase;letter-spacing:.1em}
.footer-col a{display:block;font-size:14px;color:#d1a0b8;text-decoration:none;margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:#f9a8d4}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:13px;color:#a08090}

/* UTILITIES */
.btn-primary{display:inline-block;background:var(--gradient);color:#fff;padding:16px 36px;border-radius:50px;text-decoration:none;font-weight:500;font-size:15px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 30px rgba(236,72,153,0.3)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(236,72,153,0.4)}
.btn-secondary{display:inline-block;background:transparent;color:var(--rose-deep);padding:15px 36px;border-radius:50px;text-decoration:none;font-weight:500;font-size:15px;border:1.5px solid var(--rose);transition:all .2s}
.btn-secondary:hover{background:var(--rose-pale)}
.btn-whatsapp{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:14px 28px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}
.btn-whatsapp:hover{opacity:.85}
.section-tag{display:inline-block;background:var(--rose-pale);color:var(--rose-deep);font-size:12px;font-weight:500;padding:6px 20px;border-radius:50px;margin-bottom:16px;letter-spacing:.06em;text-transform:uppercase}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,52px);font-weight:300;color:var(--rose-deep);line-height:1.2}
.section-title em{font-style:italic;color:var(--violet)}
.page-hero{padding:140px 5% 80px;background:linear-gradient(160deg,#fdf2f8 0%,#fce7f3 50%,#f5d0fe 100%);text-align:center;position:relative;overflow:hidden}
.page-hero::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(244,114,182,.12) 0%,transparent 70%);border-radius:50%}
.page-hero::after{content:'';position:absolute;bottom:-60px;left:-60px;width:350px;height:350px;background:radial-gradient(circle,rgba(168,85,247,.08) 0%,transparent 70%);border-radius:50%}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(44px,5vw,68px);font-weight:300;color:var(--rose-deep);margin-bottom:16px;position:relative;z-index:2}
.page-hero p{font-size:18px;color:var(--text-muted);max-width:560px;margin:0 auto;line-height:1.7;position:relative;z-index:2}
.hours-banner{background:var(--gradient);padding:20px 5%}
.hours-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.hours-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px}
.hours-item strong{font-weight:500}

@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.anim-fadeup{animation:fadeUp .8s ease both}
.anim-fadeup-d1{animation:fadeUp .8s .1s ease both}
.anim-fadeup-d2{animation:fadeUp .8s .2s ease both}
.anim-fadeup-d3{animation:fadeUp .8s .3s ease both}

@media(max-width:900px){
  .footer-inner{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:span 2}
  .nav-links,.nav-cta{display:none}
  .nav-toggle{display:flex}
}
@media(max-width:600px){
  .footer-inner{grid-template-columns:1fr}
  .footer-brand{grid-column:span 1}
}

/* HERO SPECIFIC */
.hero{min-height:100vh;background:linear-gradient(160deg,#fdf2f8 0%,#fce7f3 40%,#f5d0fe 100%);display:flex;align-items:center;padding:120px 5% 80px;position:relative;overflow:hidden}
.hero-orb1{position:absolute;top:-120px;right:-100px;width:650px;height:650px;background:radial-gradient(circle,rgba(244,114,182,.14) 0%,transparent 70%);border-radius:50%;animation:pulse 7s ease-in-out infinite}
.hero-orb2{position:absolute;bottom:-100px;left:-80px;width:450px;height:450px;background:radial-gradient(circle,rgba(168,85,247,.1) 0%,transparent 70%);border-radius:50%;animation:pulse 9s ease-in-out infinite reverse}
.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(236,72,153,.1);border:1px solid rgba(236,72,153,.3);color:var(--rose-deep);font-size:13px;padding:6px 18px;border-radius:50px;margin-bottom:24px}
.hero-tag::before{content:'';width:6px;height:6px;background:var(--rose);border-radius:50%;animation:pulse 2s infinite}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(46px,5vw,70px);font-weight:300;line-height:1.1;color:var(--rose-deep);margin-bottom:20px}
.hero h1 em{font-style:italic;color:var(--violet)}
.hero-sub{font-size:17px;font-weight:300;color:var(--text-muted);margin-bottom:40px;line-height:1.8;max-width:480px}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}
.hero-trust{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}
.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--rose)}
.hero-visual{position:relative}
.hero-img-main{width:100%;height:480px;object-fit:cover;border-radius:28px 100px 28px 100px;box-shadow:0 30px 80px rgba(190,24,93,.18)}
.hero-card{position:absolute;background:#fff;border-radius:20px;padding:16px 20px;box-shadow:0 12px 40px rgba(0,0,0,.1);display:flex;align-items:center;gap:12px}
.hero-card-1{bottom:48px;left:-36px;animation:floatY 4s ease-in-out infinite}
.hero-card-2{top:48px;right:-24px;animation:floatY 5s 1s ease-in-out infinite}
.card-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.card-text strong{display:block;font-size:13px;font-weight:500;color:var(--rose-deep)}
.card-text span{font-size:12px;color:var(--text-muted)}

/* STATS SPECIFIC */
.stats{background:#fff;padding:64px 5%;border-bottom:1px solid #fce7f3}
.stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.stat-item{text-align:center;padding:20px}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:52px;font-weight:600;color:var(--rose-deep);line-height:1}
.stat-label{font-size:13px;color:var(--text-muted);margin-top:8px;line-height:1.4}

/* SERVICES PREVIEW SPECIFIC */
.services-preview{padding:100px 5%;background:linear-gradient(180deg,#fff 0%,#fdf2f8 100%)}
.section-header{text-align:center;margin-bottom:64px}
.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.svc-card{background:#fff;border:1px solid #fce7f3;border-radius:24px;padding:32px 28px;transition:all .3s;position:relative;overflow:hidden}
.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient);transform:scaleX(0);transition:.3s;transform-origin:left}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(190,24,93,.1);border-color:#f9a8d4}
.svc-card:hover::before{transform:scaleX(1)}
.svc-icon{width:52px;height:52px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px}
.svc-card h3{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--rose-deep);margin-bottom:10px}
.svc-card p{font-size:14px;color:var(--text-muted);line-height:1.7}
.services-cta{text-align:center}

/* WHY US SPECIFIC */
.why{padding:100px 5%;background:#fff}
.why-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.why-imgs{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}
.why-img{width:100%;object-fit:cover;border-radius:20px}
.why-img:first-child{height:260px;border-radius:20px 80px 20px 20px}
.why-img:nth-child(2){height:200px;margin-top:40px;border-radius:20px 20px 80px 20px}
.why-img:nth-child(3){height:200px;border-radius:20px 20px 20px 80px;margin-top:-40px}
.why-img:nth-child(4){height:260px;border-radius:80px 20px 20px 20px}
.why-badge{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);background:var(--gradient);color:#fff;padding:16px 28px;border-radius:16px;text-align:center;white-space:nowrap;box-shadow:0 10px 30px rgba(236,72,153,.3)}
.why-badge strong{display:block;font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600}
.why-badge span{font-size:12px;opacity:.9}
.why-content .section-header{text-align:left;margin-bottom:32px}
.why-list{list-style:none;margin-bottom:40px}
.why-list li{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #fce7f3}
.why-list li:last-child{border:none}
.why-check{width:36px;height:36px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}
.why-list li div strong{display:block;font-size:15px;font-weight:500;color:var(--rose-deep);margin-bottom:4px}
.why-list li div span{font-size:14px;color:var(--text-muted);line-height:1.6}

/* TESTIMONIAL / CTA BAND SPECIFIC */
.cta-band{padding:80px 5%;background:linear-gradient(135deg,#be185d,#7c3aed);text-align:center;position:relative;overflow:hidden}
.cta-band::before{content:'✦';position:absolute;top:20px;left:8%;font-size:40px;color:rgba(255,255,255,.1)}
.cta-band::after{content:'✦';position:absolute;bottom:20px;right:8%;font-size:60px;color:rgba(255,255,255,.08)}
.cta-band h2{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,52px);font-weight:300;color:#fff;margin-bottom:16px}
.cta-band p{font-size:17px;color:rgba(255,255,255,.85);margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta-band-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-white{display:inline-block;background:#fff;color:var(--rose-deep);padding:16px 36px;border-radius:50px;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.2)}
.btn-outline-white{display:inline-block;background:transparent;color:#fff;padding:15px 36px;border-radius:50px;border:1.5px solid rgba(255,255,255,.6);text-decoration:none;font-weight:500;font-size:15px;transition:all .2s}
.btn-outline-white:hover{background:rgba(255,255,255,.1)}

@media(max-width:900px){
  .hero-inner,.why-inner{grid-template-columns:1fr}
  .hero-visual{display:none}
  .stats-inner{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:1fr 1fr}
  .why-imgs{display:none}
}
@media(max-width:600px){
  .stats-inner,.services-grid{grid-template-columns:1fr}
}

/* SERVICES SPECIFIC */
.services-full{padding:80px 5% 100px;background:#fff}
.services-full-inner{max-width:1200px;margin:0 auto}
.svc-block{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:64px 0;border-bottom:1px solid #fce7f3}
.svc-block:last-child{border:none}
.svc-block.reverse .svc-block-visual{order:2}
.svc-block.reverse .svc-block-content{order:1}
.svc-block-img{width:100%;height:320px;object-fit:cover;border-radius:24px 80px 24px 24px;box-shadow:0 16px 50px rgba(190,24,93,.12)}
.svc-block.reverse .svc-block-img{border-radius:80px 24px 24px 24px}
.svc-block-icon{width:60px;height:60px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}
.svc-block-content h2{font-family:'Cormorant Garamond',serif;font-size:34px;font-weight:600;color:var(--rose-deep);margin-bottom:16px;line-height:1.2}
.svc-block-content p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:20px}
.svc-block-list{list-style:none;margin-bottom:28px}
.svc-block-list li{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:14px;color:var(--text-muted);border-bottom:1px solid #fce7f3}
.svc-block-list li:last-child{border:none}
.svc-block-list li::before{content:'✦';color:var(--rose);font-size:12px;flex-shrink:0}
.svc-cta-small{display:inline-flex;align-items:center;gap:8px;color:var(--rose-deep);text-decoration:none;font-size:14px;font-weight:500;border-bottom:1.5px solid var(--rose);padding-bottom:2px;transition:gap .2s}
.svc-cta-small:hover{gap:14px}

/* ALL SERVICES GRID */
.all-services{padding:80px 5%;background:linear-gradient(180deg,#fdf2f8,#fff)}
.all-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mini-card{background:#fff;border:1px solid #fce7f3;border-radius:20px;padding:28px 24px;transition:all .3s;position:relative;overflow:hidden}
.mini-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(236,72,153,.04),rgba(168,85,247,.04));opacity:0;transition:.3s}
.mini-card:hover{transform:translateY(-4px);box-shadow:0 16px 50px rgba(190,24,93,.09);border-color:#f9a8d4}
.mini-card:hover::after{opacity:1}
.mini-icon{font-size:28px;margin-bottom:14px}
.mini-card h3{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--rose-deep);margin-bottom:8px}
.mini-card p{font-size:13px;color:var(--text-muted);line-height:1.6}

/* BIO SECTION */
.bio{padding:80px 5% 100px;background:#fff}
.bio-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}
.bio-visual{position:sticky;top:100px}
.bio-img-wrap{position:relative;margin-bottom:24px}
.bio-img{width:100%;height:480px;object-fit:cover;border-radius:28px 100px 28px 28px;box-shadow:0 24px 70px rgba(190,24,93,.15)}
.bio-exp-badge{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;border-radius:20px;padding:20px 24px;text-align:center;box-shadow:0 12px 40px rgba(236,72,153,.35)}
.bio-exp-badge strong{display:block;font-family:'Cormorant Garamond',serif;font-size:36px;font-weight:600}
.bio-exp-badge span{font-size:12px;opacity:.9}
.bio-diplomes{display:flex;flex-direction:column;gap:12px;margin-top:40px}
.diplome-pill{display:flex;align-items:center;gap:14px;background:var(--rose-light);border:1px solid #fce7f3;border-radius:16px;padding:14px 18px}
.diplome-icon{width:36px;height:36px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.diplome-text strong{display:block;font-size:13px;font-weight:500;color:var(--rose-deep)}
.diplome-text span{font-size:12px;color:var(--text-muted)}

.bio-content h2{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,4vw,50px);font-weight:300;color:var(--rose-deep);margin-bottom:8px;line-height:1.2}
.bio-content h2 em{font-style:italic;color:var(--violet)}
.bio-content .subtitle{font-size:16px;color:var(--text-muted);margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #fce7f3}
.bio-section{margin-bottom:36px}
.bio-section h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--rose-deep);margin-bottom:16px;display:flex;align-items:center;gap:10px}
.bio-section h3 span{font-size:20px}
.bio-section p{font-size:15px;color:var(--text-muted);line-height:1.9;margin-bottom:12px}

/* TIMELINE */
.timeline{padding:80px 5%;background:linear-gradient(180deg,#fdf2f8,#fff)}
.timeline-inner{max-width:900px;margin:0 auto}
.timeline-list{position:relative;padding-left:40px}
.timeline-list::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#ec4899,#a855f7)}
.timeline-item{position:relative;padding-bottom:48px}
.timeline-item:last-child{padding-bottom:0}
.timeline-dot{position:absolute;left:-34px;top:4px;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#ec4899,#a855f7);border:3px solid #fff;box-shadow:0 0 0 3px rgba(236,72,153,.2)}
.timeline-date{font-size:12px;font-weight:500;color:var(--rose);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.timeline-item h4{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--rose-deep);margin-bottom:8px}
.timeline-item p{font-size:14px;color:var(--text-muted);line-height:1.7}

/* SECTORS */
.sectors{padding:80px 5%;background:#fff}
.sectors-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.sector-card{background:linear-gradient(135deg,#fdf2f8,#f5d0fe);border:1px solid #fce7f3;border-radius:24px;padding:36px 24px;text-align:center;transition:all .3s}
.sector-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px rgba(190,24,93,.1)}
.sector-emoji{font-size:40px;margin-bottom:16px;display:block}
.sector-card h3{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--rose-deep);margin-bottom:8px}
.sector-card p{font-size:13px;color:var(--text-muted);line-height:1.6}

/* CONTACT INFO & FORM */
.contact-main{padding:80px 5% 100px;background:#fff}
.contact-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:64px;align-items:start}
.contact-info h2{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:300;color:var(--rose-deep);margin-bottom:12px;line-height:1.2}
.contact-info h2 em{font-style:italic;color:var(--violet)}
.contact-info .subtitle{font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:36px}
.info-cards{display:flex;flex-direction:column;gap:14px;margin-bottom:36px}
.info-card{display:flex;align-items:flex-start;gap:16px;background:var(--rose-light);border:1px solid #fce7f3;border-radius:18px;padding:18px 20px;transition:border .2s}
.info-card:hover{border-color:#f9a8d4}
.info-card-icon{width:44px;height:44px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.info-card-text strong{display:block;font-size:13px;font-weight:500;color:var(--rose-deep);margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}
.info-card-text span,.info-card-text a{font-size:15px;color:var(--text-muted);text-decoration:none}
.info-card-text a:hover{color:var(--rose-deep)}
.wa-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;background:#25D366;color:#fff;border:none;padding:16px;border-radius:16px;font-size:15px;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .2s;margin-top:8px}
.wa-btn:hover{opacity:.85}
.map-embed{margin-top:24px;border-radius:20px;overflow:hidden;height:200px;background:#fce7f3;display:flex;align-items:center;justify-content:center;border:1px solid #fce7f3}
.map-embed iframe{width:100%;height:100%;border:none}
.rdv-form{background:#fff;border:1px solid #fce7f3;border-radius:28px;padding:48px 40px;box-shadow:0 20px 60px rgba(190,24,93,.07)}
.form-title{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;color:var(--rose-deep);margin-bottom:6px}
.form-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:32px}

/* CALENDAR */
.calendar-section{margin-bottom:32px}
.calendar-label{font-size:13px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;display:block}
.calendar-wrap{background:var(--rose-light);border:1px solid #fce7f3;border-radius:16px;padding:16px}
.cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.cal-header button{background:none;border:1px solid #fce7f3;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:16px;color:var(--rose-deep);transition:all .2s;display:flex;align-items:center;justify-content:center}
.cal-header button:hover{background:var(--rose-pale)}
.cal-month{font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;color:var(--rose-deep)}
.cal-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}
.cal-day-name{text-align:center;font-size:11px;font-weight:500;color:var(--text-muted);padding:4px 0}
.cal-day-name.blocked{color:#f9a8d4;opacity:.6}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:13px;font-weight:400;cursor:pointer;transition:all .2s;position:relative}
.cal-cell.empty{pointer-events:none}
.cal-cell.blocked{color:#ddd;cursor:not-allowed;background:transparent}
.cal-cell.blocked::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 3px,rgba(244,114,182,.08) 3px,rgba(244,114,182,.08) 6px);border-radius:8px}
.cal-cell.available{color:var(--text-muted)}
.cal-cell.available:hover{background:var(--rose-pale);color:var(--rose-deep)}
.cal-cell.selected{background:var(--gradient);color:#fff;font-weight:500}
.cal-cell.past{color:#ddd;cursor:not-allowed}
.cal-cell.today{border:1.5px solid var(--rose);color:var(--rose-deep);font-weight:500}
.cal-legend{display:flex;gap:16px;margin-top:12px;flex-wrap:wrap}
.legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}
.legend-dot{width:10px;height:10px;border-radius:3px}

/* FORM */
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:12px;font-weight:500;color:var(--text-muted);margin-bottom:7px;text-transform:uppercase;letter-spacing:.05em}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:13px 16px;border:1.5px solid #fce7f3;border-radius:12px;font-family:'DM Sans',sans-serif;font-size:15px;color:var(--text);background:var(--rose-light);transition:border .2s;outline:none}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--rose);background:#fff}
.form-group textarea{height:110px;resize:vertical}
.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.selected-date-display{background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:12px;padding:12px 16px;font-size:14px;color:var(--rose-deep);margin-bottom:18px;display:none;align-items:center;gap:10px}
.selected-date-display.show{display:flex}
.form-submit{width:100%;background:var(--gradient);color:#fff;border:none;padding:16px;border-radius:14px;font-size:15px;font-weight:500;cursor:pointer;font-family:'DM Sans',sans-serif;margin-top:8px;transition:opacity .2s,transform .2s}
.form-submit:hover{opacity:.85;transform:translateY(-1px)}
.success-msg{display:none;text-align:center;padding:24px;background:linear-gradient(135deg,#fce7f3,#f5d0fe);border-radius:16px;margin-top:16px}
.success-msg.show{display:block}
.success-msg h3{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--rose-deep);margin-bottom:8px}
.success-msg p{font-size:14px;color:var(--text-muted)}

@media(max-width:900px){
  .bio-inner{grid-template-columns:1fr}
  .bio-visual{position:static}
  .sectors-grid{grid-template-columns:repeat(2,1fr)}
  .svc-block{grid-template-columns:1fr}
  .svc-block.reverse .svc-block-visual,.svc-block.reverse .svc-block-content{order:unset}
  .all-grid{grid-template-columns:1fr 1fr}
  .contact-inner{grid-template-columns:1fr}
  .form-grid-2{grid-template-columns:1fr}
}
@media(max-width:600px){
  .sectors-grid{grid-template-columns:1fr 1fr}
  .all-grid{grid-template-columns:1fr}
}
