.socials{gap:.5rem}.socials .social-link{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:8px;border-radius:12px;background:hsla(1,27%,56%,.12);border:1px solid hsla(1,27%,56%,.2);color:var(--primary,#ac7170);text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px rgba(0,0,0,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.socials .social-link:hover{background:hsla(1,27%,56%,.2);border-color:hsla(1,27%,56%,.4);transform:scale(1.1);box-shadow:0 4px 16px rgba(0,0,0,.15)}.site-header .socials .social-link{background:#fff;border:2.5px solid #ac7170;color:#ac7170;box-shadow:0 4px 16px hsla(1,27%,56%,.18);filter:none;opacity:1}.site-header .socials .social-link.facebook{color:#1877f3;border-color:#1877f3;box-shadow:0 4px 16px rgba(24,119,243,.18)}.site-header .socials .social-link.instagram{color:#e1306c;border-color:#e1306c;box-shadow:0 4px 16px rgba(225,48,108,.18)}.site-header .socials .social-link:hover{background:#ffe6f0;box-shadow:0 6px 24px rgba(138,41,82,.28);transform:scale(1.13)}.hero-content .socials .social-link,.hero .socials .social-link{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.35);color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-content .hero-socials .social-link.facebook,.hero-content .socials .social-link.facebook,.hero .hero-socials .social-link.facebook,.hero .socials .social-link.facebook{color:#4e9cf7}.hero-content .hero-socials .social-link.instagram,.hero-content .socials .social-link.instagram,.hero .hero-socials .social-link.instagram,.hero .socials .social-link.instagram{color:#ff5fa2}.hero-content .socials .social-link:hover,.hero .socials .social-link:hover{background:hsla(0,0%,100%,.4);border-color:hsla(0,0%,100%,.6);box-shadow:0 4px 16px rgba(0,0,0,.3)}.socials .social-link svg{width:28px;height:28px;display:block;filter:none;opacity:1}.socials .social-link svg,.socials .social-link svg circle,.socials .social-link svg path,.socials .social-link svg rect{fill:currentColor!important;stroke:currentColor!important}.socials .social-link img{filter:none;mix-blend-mode:normal}@media (max-width:768px){.hero-content .hero-socials,.socials.hero-socials{flex-direction:row;align-items:center;justify-content:center;gap:1.1rem;margin-top:2.5rem;margin-bottom:1.5rem;width:100%}}.about-media img{max-width:320px;aspect-ratio:1/1;margin:0 auto}.about-media{display:inline-flex;flex-direction:column}.about-media figcaption{display:block;width:100%;text-align:center;margin-top:.6rem;color:var(--muted-text,#6b7280);font-size:.95rem}:root{--bg:#fff;--text:#1f2937;--muted:#6b7280;--primary:#ac7170;--primary-hover:#bc8180;--primary-contrast:#fff;--secondary:#e5c0be;--accent:#b5807e;--card:#faf5f5;--border:#e5c0be;--maxw:1100px;--radius:14px;--shadow:0 10px 30px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}.skip-link{position:absolute;top:-40px;left:0;background:var(--primary);color:var(--primary-contrast);padding:.5rem 1rem;text-decoration:none;z-index:4;border-radius:0 0 8px 0}.skip-link:focus{top:0}:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid var(--primary);outline-offset:2px}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}img{max-width:100%;display:block;border-radius:10px}h1,h2,h3{line-height:1.25;margin:0 0 .5rem}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.6rem,3vw,2.2rem)}h3{font-size:clamp(1.2rem,2.2vw,1.4rem)}.section h2{position:relative;display:inline-block;padding-bottom:.8rem;margin-bottom:1.5rem}.section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--primary),transparent);border-radius:2px}.section>.container>h2{text-align:center;width:100%}p{margin:0 0 1rem;color:var(--text)}ul{padding-left:1.2rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{width:90%;max-width:var(--maxw);margin:0 auto}.site-header{position:sticky;top:0;z-index:3;background:hsla(7,46%,93%,.95);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid hsla(1,27%,56%,.15);box-shadow:0 1px 8px hsla(1,27%,56%,.08)}.header-inner{justify-content:space-between;padding:.8rem 0}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.5rem}.logo{height:40px;width:auto;border-radius:0;object-fit:contain}.brand-name{font-weight:600;font-size:1rem;color:var(--text)}.menu-toggle{display:none;background:none;border:1px solid var(--border);padding:.4rem .6rem;border-radius:8px;font-size:1.1rem}.main-nav ul{list-style:none;display:flex;align-items:center;gap:1rem;margin:0;padding:0}.main-nav a{padding:.7rem .8rem;border-radius:8px;display:inline-flex;align-items:center}.main-nav .btn-primary{color:#fff}.main-nav .btn-primary:hover{background:var(--primary)}.main-nav a:not(.btn-primary):hover{background:var(--secondary);text-decoration:none}.btn-outline,.btn-primary,.btn-secondary{display:inline-block;padding:.7rem 1rem;border-radius:999px;font-weight:600;transition:transform .05s ease,box-shadow .2s ease;border:1px solid transparent}.btn-primary{background:var(--primary);color:var(--primary-contrast);box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 36px rgba(0,0,0,.12);text-decoration:none}.btn-secondary{background:var(--secondary);color:var(--text)}.btn-secondary:hover{background:var(--primary);color:var(--primary-contrast);transform:translateY(-1px);box-shadow:0 8px 24px rgba(138,41,82,.25);text-decoration:none}.btn-outline{border-color:var(--border);color:var(--text)}.btn-lg{padding:.9rem 1.2rem;font-size:1.05rem}.socials{display:flex;align-items:center;gap:.8rem}.social-link svg{width:32px;height:32px;transition:color .3s}.social-link.facebook{color:#1877f2}.social-link.instagram{color:#e4405f}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fafc)}.hero-media{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.75);background-image:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6)),url(../../images/hero.webp)}.hero-content{position:relative;z-index:1;padding:8rem 0 5rem;text-align:center}.hero-inner{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1.5rem}.hero-logo{flex-shrink:0}.hero-logo img{width:180px;height:auto;border-radius:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-text{text-align:center}.hero-text h1{margin-bottom:.5rem}.hero-text p{margin:0 auto;max-width:500px}.hero-content h1,.hero-content p{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p{max-width:700px;margin:.5rem auto 1.2rem}.cta-row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:.8rem}.section{padding:3.5rem 0}.section-alt{background:#fbfbfd}.section{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.section.visible{opacity:1;transform:translateY(0)}.section.no-animation{opacity:1;transform:none;transition:none}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;box-shadow:var(--shadow);text-align:center;display:flex;flex-direction:column;justify-content:space-between;min-height:220px}.card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--secondary),var(--accent));border-radius:50%;box-shadow:0 4px 12px hsla(1,27%,56%,.2)}.card-icon svg{width:28px;height:28px;color:var(--primary);stroke:var(--primary);fill:none;stroke-width:1.5}.card-meta{display:flex;justify-content:center;align-items:center;gap:1rem;margin:.5rem 0 1rem;flex-wrap:wrap}.meta-duration{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;background:var(--secondary);color:var(--text);border-radius:20px;font-size:.85rem;font-weight:500;letter-spacing:.02em}.meta-duration svg{opacity:.7}.meta-price{display:inline-flex;align-items:center;padding:.4rem 1rem;background:transparent;color:var(--primary);border:1.5px solid var(--primary);border-radius:20px;font-size:1rem;font-weight:700;letter-spacing:.02em}.card-intro{font-style:italic;color:var(--primary);font-weight:500;margin-bottom:.6rem;font-size:.95rem}.card-steps{list-style:none;padding:0;margin:0 0 .8rem;text-align:left;flex:1 1 auto}.card-steps li{padding:.3rem 0;font-size:.85rem;color:var(--text);border-bottom:1px solid hsla(1,27%,56%,.1);line-height:1.35}.card-steps li:last-child{border-bottom:none}.card-steps li strong{color:var(--primary)}.card-steps li em{font-size:.75rem;color:var(--muted)}.card-outro{font-size:.85rem;color:var(--muted);text-align:center;margin-bottom:.8rem}@media (max-width:768px){.card-intro{font-size:.9rem;margin-bottom:.5rem}.card-steps li{font-size:.8rem;padding:.25rem 0;line-height:1.3}.card-steps li em{font-size:.7rem}.card-outro{font-size:.8rem;margin-bottom:.6rem}}.card>p:first-of-type{flex:1 1 auto;min-height:0}.card-buttons{display:flex;gap:.5rem;justify-content:center;margin-top:auto}.card .btn-primary{width:auto;flex:1;text-align:center}.btn-colombes{background:var(--primary);color:var(--primary-contrast);border:2px solid var(--primary)}.btn-colombes:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-asnieres{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-asnieres:hover{background:var(--primary);color:var(--primary-contrast)}.btn-sm{padding:.5rem .8rem;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.btn-sm svg{flex-shrink:0}.card .btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgba(0,0,0,.15)}.about{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center}.about h2{text-align:center;width:100%}.bullets{color:var(--muted)}.about-cta{text-align:center;margin:15px 0}.about-media{aspect-ratio:1/1;width:100%;max-width:320px;margin:0 auto;display:flex;align-items:center;justify-content:center}.about-media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.about-media figcaption{color:var(--muted);margin-top:.4rem}.gallery-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:100%}.gallery-item-featured{grid-row:span 2}.gallery-item-featured img{height:100%;object-fit:cover}.gallery-item{display:block;overflow:hidden;border-radius:var(--radius);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.15)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.03)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:5;cursor:zoom-out}.lightbox:target{opacity:1;visibility:visible}.lightbox img{max-width:min(90vw,100%);max-height:85vh;width:auto;height:auto;border-radius:12px;box-shadow:0 25px 80px rgba(0,0,0,.4),0 10px 30px rgba(0,0,0,.2);animation:a .25s ease;object-fit:contain;cursor:default}@keyframes a{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-close{position:absolute;top:1.25rem;right:1.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;background:hsla(0,0%,100%,.1);border-radius:50%;text-decoration:none;line-height:1;opacity:.9;transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:6}.lightbox-close:hover{opacity:1;background:hsla(0,0%,100%,.2);transform:scale(1.05)}.testimonials{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}blockquote{margin:0;padding:1rem;border-left:4px solid var(--primary);background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow)}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:1.5rem;align-items:start}.contact .buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.6rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-block{display:flex;flex-direction:column;gap:1rem}.contact-block h2{text-align:center;width:100%}.maps-icon{display:inline-flex;align-items:center;margin-left:.4rem;color:var(--primary);opacity:.6;transition:opacity .2s ease,color .2s ease,transform .2s ease;vertical-align:middle}.maps-icon:hover{opacity:1;color:var(--primary-hover);transform:scale(1.1)}.maps-icon svg{width:18px;height:18px}.contact-info .buttons{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.6rem}.map-embed iframe{width:100%;height:250px;border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form{max-width:700px;margin:0 auto;background:var(--card);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:600;color:var(--text);font-size:.95rem}.form-group .required{color:var(--primary)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(138,41,82,.1)}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:1.5rem}.form-note{text-align:center;color:var(--muted);margin:0}.form-message{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width:680px){.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);border-top:2px solid var(--primary);box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:5;animation:b .4s ease}@keyframes b{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:var(--maxw);margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text p{margin:0 0 .5rem}.cookie-text p:last-child{margin:0;font-size:.95rem;color:var(--muted)}.cookie-actions{display:flex;align-items:center;gap:.8rem;justify-content:center;margin-top:1.2rem}@media (max-width:768px){.hero-content .hero-socials{display:flex;flex-direction:column!important;justify-content:center;align-items:center;margin-top:2.5rem;margin-bottom:1.5rem;width:100%;gap:1.1rem}.cta-row{flex-direction:column;gap:1rem;align-items:center}.hero-content .cta-row{margin-bottom:.5rem}}.cookie-link{color:var(--primary);font-size:.9rem;text-decoration:underline;white-space:nowrap}@media (max-width:680px){.cookie-content{align-items:stretch;padding:1.2rem}.cookie-actions,.cookie-content{flex-direction:column}.cookie-actions .cookie-link,.cookie-actions button{width:100%;text-align:center}}.site-footer{border-top:1px solid var(--border);background:#fff}.site-footer .footer-brand{text-align:center}.site-footer .footer-brand .logo{width:120px;max-width:100%;height:auto;display:block;margin:0 auto 8px}.site-footer .socials .social-link{background:rgba(138,41,82,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(138,41,82,.15);color:var(--primary)}.site-footer .socials .social-link:hover{background:rgba(138,41,82,.15);border-color:rgba(138,41,82,.3)}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;padding:1.5rem 0}.footer-brand{justify-self:start}.footer-links{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:center;align-items:center}.footer-inner>.socials{justify-self:end}.footer-links a{color:var(--text);text-decoration:none;white-space:nowrap;transition:color .2s ease}.footer-links a:hover{color:var(--primary)}.footer-copy{text-align:center;padding:.6rem 0 1rem;color:var(--muted)}@media (max-width:1000px){.cards{grid-template-columns:repeat(2,1fr)}.about,.contact,.footer-inner{grid-template-columns:1fr}.footer-inner{text-align:center;gap:1.25rem}.footer-brand{justify-self:center}.footer-links{justify-content:center}.footer-inner>.socials{justify-self:center}.site-footer .socials{justify-content:center;width:100%}}@media (max-width:768px){.hero-inner{flex-direction:column;gap:1rem}.hero-logo img{width:140px}.hero-text{text-align:center}.hero-text p{max-width:100%}.gallery-wrapper{grid-template-columns:repeat(2,1fr)}.gallery-item-featured{grid-row:span 1;grid-column:span 2}.lightbox-close{top:.5rem;right:1rem;font-size:2rem}}@media (max-width:680px){.menu-toggle{display:inline-block}.main-nav{position:absolute;top:60px;right:5%;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:.6rem;box-shadow:var(--shadow);display:none}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:.4rem}.cards{grid-template-columns:1fr}.card-buttons{flex-direction:row;width:100%}.cards .card .btn-primary{flex:1;text-align:center}.hero-content{padding:6rem 0 3.5rem}}@media (max-width:480px){.gallery-wrapper{grid-template-columns:repeat(2,1fr);gap:.5rem;justify-content:center}.gallery-item-featured{grid-column:span 2;grid-row:span 1}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.input-error{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.15)!important}.input-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px rgba(220,53,69,.25)!important}.field-error{display:block;color:#dc3545;font-size:.85rem;margin-top:.35rem;min-height:1.2em}.char-count{display:block;text-align:right;font-size:.8rem;color:var(--muted-text,#6b7280);margin-top:.25rem}.char-count.over-limit{color:#dc3545;font-weight:600}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary,#ac7170);outline-offset:2px}::placeholder{color:#9ca3af;opacity:1}.legal-hero{position:relative;color:#fff;padding:8rem 0 5rem;margin-bottom:3rem;text-align:center;overflow:hidden;min-height:360px;display:flex;align-items:center;justify-content:center}.legal-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6)),url(../../images/hero.webp);background-size:cover;background-position:50%;filter:brightness(.75);z-index:0}.legal-hero .container{position:relative;z-index:2}.legal-hero h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.legal-hero .legal-subtitle,.legal-hero h1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.legal-hero .legal-subtitle{font-size:1.15rem;max-width:650px;margin:0 auto;line-height:1.7}.legal-hero .legal-date{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 1.25rem;background:hsla(0,0%,100%,.18);border-radius:2rem;font-size:.9rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid hsla(0,0%,100%,.25)}.legal-content{padding:2rem 0 4rem}.legal-content .container{max-width:900px}.legal-card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05);transition:box-shadow .3s ease,transform .3s ease}.legal-card:hover{box-shadow:0 8px 24px rgba(138,41,82,.1);transform:translateY(-2px)}.legal-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.legal-card-icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,var(--primary,#ac7170),#bc8180);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.legal-card-icon svg{width:24px;height:24px}.legal-card h2{font-size:1.25rem;color:var(--text,#1f2937);margin:0;font-weight:600;line-height:1.3;padding-top:.25rem}.legal-card p{color:#4b5563;line-height:1.7;margin:0 0 .75rem}.legal-card p:last-child{margin-bottom:0}.legal-card ul{margin:.75rem 0;padding-left:0;list-style:none}.legal-card li{position:relative;padding-left:1.75rem;margin-bottom:.5rem;color:#4b5563;line-height:1.6}.legal-card li:before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background:var(--primary,#ac7170);border-radius:50%;opacity:.7}.legal-card a{color:var(--primary,#ac7170);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.legal-card a:hover{color:#8c5150}.legal-info-box{background:linear-gradient(135deg,#f8f0ef,#fdf8f7);border-left:4px solid var(--primary,#ac7170);padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;margin:1rem 0}.legal-info-box p{margin:0;font-size:.95rem}.legal-contact-quick{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.legal-contact-item{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f9fafb;border-radius:8px;color:#374151;text-decoration:none;transition:background .2s,color .2s;font-size:.95rem}.legal-contact-item:hover{background:var(--primary,#ac7170);color:#fff!important}.legal-contact-item:hover svg{stroke:#fff;color:#fff}.legal-contact-item svg{width:18px;height:18px;flex-shrink:0}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.right-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:10px;transition:background .2s}.right-item:hover{background:#f3f4f6}.right-icon{flex-shrink:0;width:32px;height:32px;background:var(--primary,#ac7170);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.right-icon svg{width:16px;height:16px}.right-item span{font-size:.9rem;color:#374151;line-height:1.4}.legal-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fdf8fa,#f8f4f6);border-radius:20px;margin-top:2rem}.legal-cta h3{font-size:1.35rem;color:var(--text,#1f2937);margin-bottom:.75rem}.legal-cta p{color:#6b7280;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width:640px){.legal-hero{padding:3rem 0 2rem;margin-bottom:2rem}.legal-card{padding:1.5rem;border-radius:12px}.legal-card-header{flex-direction:column;gap:.75rem}.legal-card-icon{width:40px;height:40px;border-radius:10px}.legal-card-icon svg{width:20px;height:20px}.rights-grid{grid-template-columns:1fr}.legal-contact-quick{flex-direction:column}.legal-contact-item{justify-content:center}}