@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600;700&display=swap'); *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--gold:#C9A961; --gold-l:#d9bf84; --gold-d:#a8883f; --bg:#0d0d0d; --bg2:#111111; --bg3:#161616; --card:#1a1a1a; --border:rgba(201,169,97,.18); --bdim:rgba(255,255,255,.07); --text:#e8e8e8; --muted:#888888; --white:#ffffff; --r:10px; --ease:cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:'Montserrat',sans-serif; font-weight:400; color:var(--text); background:var(--bg); line-height:1.65; overflow-x:hidden}h1,h2,h3,h4,h5{font-family:'Playfair Display',Georgia,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.accent{color:var(--gold)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}nav{position:fixed;top:0;width:100%;z-index:1000; padding:.85rem 4%; display:flex;align-items:center;justify-content:space-between;gap:1.2rem; background:rgba(13,13,13,.88); backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px); border-bottom:1px solid var(--border); transition:padding .35s var(--ease),background .35s var(--ease)}nav.scrolled{padding:.5rem 4%;background:rgba(13,13,13,.97)}.nav-logo{display:flex;flex-direction:column;line-height:1; gap:.3rem;flex-shrink:0;cursor:pointer}.logo-line1{font-family:'Playfair Display',Georgia,serif; font-weight:700;font-size:1.25rem; letter-spacing:.07em;color:var(--gold); line-height:1.1}.logo-line2{display:flex;align-items:center;gap:.35rem; font-family:'Montserrat',sans-serif; font-weight:500;font-size:.48rem; letter-spacing:.4em;text-indent:.4em; color:rgba(232,232,232,.65); text-transform:uppercase}.logo-line2::before,.logo-line2::after{content:'';flex:1;height:1px;background:var(--gold)}.nav-links{display:flex;list-style:none;gap:0;flex:1;justify-content:center}.nav-links a{font-size:.74rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase; color:var(--muted);padding:.4rem .6rem .6rem; position:relative;white-space:nowrap; transition:color .3s}.nav-links a::after{content:'';position:absolute; bottom:0;left:.6rem;right:.6rem; height:1px;background:var(--gold); transform:scaleX(0);transform-origin:left; transition:transform .35s ease}.nav-links a:hover,.nav-links a.active{color:var(--gold)}.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-phone-nav{display:flex;align-items:center;gap:.4rem; background:var(--gold);color:#0d0d0d; font-weight:700;font-size:.78rem;letter-spacing:.04em; padding:.5rem 1rem;border-radius:7px;white-space:nowrap; transition:background .22s,transform .22s}.btn-phone-nav:hover{background:var(--gold-l);transform:translateY(-1px)}.btn-wa-nav{display:flex;align-items:center;gap:.4rem; background:rgba(37,211,102,.1);color:#25d366; border:1px solid rgba(37,211,102,.3); font-weight:600;font-size:.78rem; padding:.5rem .85rem;border-radius:7px;white-space:nowrap; transition:background .22s,transform .22s}.btn-wa-nav:hover{background:rgba(37,211,102,.2);transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.35rem;flex-shrink:0;position:relative;z-index:1002}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999}.nav-overlay.active{display:block}.btn{display:inline-flex;align-items:center;gap:.5rem; font-family:'Montserrat',sans-serif;font-weight:600;font-size:.86rem;letter-spacing:.04em; padding:.8rem 1.5rem;border-radius:8px;border:none;cursor:pointer; transition:all .28s var(--ease);white-space:nowrap}.btn-gold{background:var(--gold);color:#0d0d0d}.btn-gold:hover{background:var(--gold-l);transform:translateY(-2px);box-shadow:0 8px 22px rgba(201,169,97,.3)}.btn-outline{background:transparent;color:var(--text);border:1.5px solid rgba(232,232,232,.3)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:white}.btn-whatsapp:hover{background:#1ebe5a;transform:translateY(-2px);box-shadow:0 8px 22px rgba(37,211,102,.3)}.btn-full{width:100%;justify-content:center}.btn-sm{font-size:.8rem;padding:.6rem 1.1rem}.btn-lg{padding:1rem 1.6rem;font-size:.92rem}.hero{position:relative; min-height:100vh; overflow:hidden; display:flex;align-items:stretch}.hero-photo{position:absolute;inset:0;z-index:0; background-color:#0a0c10; background-size:cover; background-position:center center}.hero-photo-overlay{position:absolute;inset:0; background:linear-gradient( to right, rgba(13,13,13,.92) 0%, rgba(13,13,13,.8) 18%, rgba(13,13,13,.5) 40%, rgba(13,13,13,.18) 65%, rgba(13,13,13,0) 100% )}.hero-content{position:relative;z-index:2; display:flex;flex-direction:column;justify-content:center; padding:7rem 3rem 4rem 5%; width:55%;background:none}.hero-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase; color:var(--gold);margin-bottom:1rem; display:flex;align-items:center;gap:.7rem}.hero-eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}.hero-title{font-family:'Montserrat',sans-serif; font-size:clamp(2.6rem,5vw,4.2rem); font-weight:700;color:var(--white); letter-spacing:-.01em;margin-bottom:.3rem}.hero-subtitle{font-size:1rem;color:rgba(232,232,232,.75);margin-bottom:.2rem}.hero-gold-line{font-family:'Montserrat',sans-serif; font-size:1.05rem;font-weight:700; color:var(--gold);letter-spacing:.04em;margin-bottom:1.3rem}.hero-desc{font-size:.9rem;color:rgba(232,232,232,.65); max-width:420px;line-height:1.8;margin-bottom:2rem}.hero-btns{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-atouts{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-atout{display:flex;align-items:center;gap:.55rem;font-size:.75rem;color:rgba(232,232,232,.5);line-height:1.4}.hero-atout svg{color:var(--gold);flex-shrink:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .75s var(--ease) both}.hero-eyebrow{animation-delay:.08s}.hero-title{animation-delay:.2s}.hero-subtitle{animation-delay:.3s}.hero-gold-line{animation-delay:.38s}.hero-desc{animation-delay:.48s}.hero-btns{animation-delay:.58s}.hero-atouts{animation-delay:.7s}.ticker-wrap{background:var(--gold); overflow:hidden;padding:.6rem 0; border-top:1px solid var(--gold-d);border-bottom:1px solid var(--gold-d)}.ticker-track{display:inline-flex;white-space:nowrap; animation:ticker-scroll 26s linear infinite}.ticker-track span{font-family:'Montserrat',sans-serif; font-size:.76rem;font-weight:600; letter-spacing:.1em;text-transform:uppercase; color:#0d0d0d;padding:0 1.4rem}.ticker-sep{color:rgba(13,13,13,.45)!important;padding:0 .3rem!important}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.section-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase; color:var(--gold);margin-bottom:.7rem; display:flex;align-items:center;gap:.7rem}.section-eyebrow:not(.left)::before,
.section-eyebrow:not(.left)::after{content:'';display:block;width:24px;height:1px;background:var(--gold)}.section-eyebrow.left::before{content:'';display:block;width:24px;height:1px;background:var(--gold)}.section-title{font-size:clamp(1.6rem,2.5vw,2.2rem);color:var(--white);margin-bottom:1rem}.section-sub{font-size:.92rem;color:var(--muted);max-width:520px;margin:0 auto;line-height:1.7}.section-header{text-align:center;margin-bottom:3rem}.split-section{display:grid;grid-template-columns:1fr 1fr}.split-left{background:var(--bg2); padding:4rem 3.5rem 4rem 5%; border-right:1px solid var(--bdim)}.split-right{background:var(--bg3);padding:4rem 5% 4rem 3.5rem}.service-items{display:flex;flex-direction:column;margin-top:1.5rem}.service-item{display:flex;align-items:center;gap:1rem; padding:1.2rem 1rem; border-bottom:1px solid var(--bdim); border-radius:8px; transition:background .22s,padding-left .22s}.service-item:last-child{border-bottom:none}.service-item:hover{background:rgba(201,169,97,.06);padding-left:1.3rem}.si-icon{width:42px;height:42px;border-radius:10px; background:rgba(201,169,97,.1); display:flex;align-items:center;justify-content:center; color:var(--gold);flex-shrink:0}.si-text{flex:1}.si-text h4{font-family:'Montserrat',sans-serif;font-weight:600;font-size:.92rem; color:var(--gold);margin-bottom:.2rem}.si-text p{font-size:.78rem;color:var(--muted);line-height:1.5}.si-arrow{color:var(--muted);flex-shrink:0;transition:color .22s,transform .22s}.service-item:hover .si-arrow{color:var(--gold);transform:translateX(3px)}.pourquoi-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.pourquoi-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r); padding:1.4rem 1.2rem;text-align:center; transition:transform .28s,border-color .28s,box-shadow .28s}.pourquoi-card:hover{transform:translateY(-4px);border-color:rgba(201,169,97,.4);box-shadow:0 8px 24px rgba(0,0,0,.35)}.pourquoi-card svg{color:var(--gold);margin-bottom:.7rem}.pourquoi-card h4{font-size:.86rem;color:var(--white);margin-bottom:.3rem}.pourquoi-card p{font-size:.74rem;color:var(--muted);line-height:1.5}.split-cta{background:var(--card);border:1px solid var(--border);border-radius:var(--r); padding:1.4rem;text-align:center}.split-cta p{font-size:.9rem;font-weight:600;color:var(--white);margin-bottom:.2rem}.split-cta small{font-size:.74rem;color:var(--muted);display:block;margin-bottom:1rem}.split-cta-btns{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap}.split-bottom{align-items:stretch}.dist-left{background:var(--bg);display:flex;flex-direction:column;border-right:1px solid var(--bdim)}.dist-photo{background-color:#0a0c10;background-size:cover;background-position:center; position:relative;flex:1;min-height:240px}.dist-photo-overlay{position:absolute;inset:0; background:linear-gradient(to top,rgba(13,13,13,.88) 0%,rgba(13,13,13,.2) 100%); display:flex;align-items:flex-end;padding:2rem}.dist-photo-overlay h2{font-size:clamp(1.4rem,2.5vw,2rem);color:var(--white)}.dist-destinations{padding:2rem;background:var(--bg2)}.dist-destinations h4{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase; color:var(--gold);margin-bottom:1.1rem}.dest-list{margin-bottom:1.4rem}.dest-item{display:flex;align-items:center;gap:.8rem; padding:.65rem 0;border-bottom:1px solid var(--bdim); transition:padding-left .2s}.dest-item:last-child{border-bottom:none}.dest-item:hover{padding-left:.3rem}.dest-icon{font-size:.9rem;flex-shrink:0}.dest-name{flex:1;font-size:.86rem;color:var(--text)}.dest-time{font-size:.78rem;color:var(--gold);font-weight:600}.dist-right{background:var(--bg3);padding:3.5rem 4% 3.5rem 3.5rem}.form-intro{font-size:.86rem;color:var(--muted);margin-bottom:1.6rem}.resa-form{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.form-field{display:flex;flex-direction:column}.form-field input,.form-field textarea{background:rgba(255,255,255,.04); border:1px solid var(--bdim);border-radius:8px; padding:.72rem .95rem; color:var(--text);font-family:'Montserrat',sans-serif;font-size:.86rem; outline:none;transition:border-color .22s,box-shadow .22s; color-scheme:dark}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--muted);opacity:.7}.form-field input:focus,.form-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,97,.1)}.form-field textarea{resize:vertical}.form-success{display:none;background:rgba(37,211,102,.07);border:1px solid rgba(37,211,102,.3); border-radius:8px;padding:.8rem;text-align:center;font-size:.84rem;color:#25d366;margin-top:.4rem}.form-success.visible{display:block}.form-sidebar-info{display:flex;flex-direction:column;gap:.55rem; margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--bdim)}.fsi-item{display:flex;align-items:center;gap:.55rem;font-size:.79rem;color:var(--muted)}.fsi-item svg{color:var(--gold);flex-shrink:0}.fsi-item a{color:var(--muted);transition:color .2s}.fsi-item a:hover{color:var(--gold)}.medicaux-hero{position:relative; min-height:55vh;overflow:hidden; display:flex;align-items:stretch}.medicaux-hero-photo{position:absolute;inset:0;z-index:0; background-size:cover;background-position:60% 15%; background-color:#0a0c10}.medicaux-hero-overlay{position:absolute;inset:0;z-index:1; background:linear-gradient( to right, rgba(13,13,13,.92) 0%, rgba(13,13,13,.8) 18%, rgba(13,13,13,.5) 40%, rgba(13,13,13,.18) 65%, rgba(13,13,13,0) 100% )}.medicaux-hero-content{position:relative;z-index:2; display:flex;flex-direction:column;justify-content:center; padding:5rem 3.5rem 5rem 5%; width:55%;background:none}.med-hero-desc{font-size:.9rem;color:rgba(232,232,232,.65); line-height:1.8;margin-bottom:1.2rem;max-width:420px}.med-checks{list-style:none;display:flex;flex-direction:column;gap:.6rem; margin-bottom:1.6rem}.med-checks li{display:flex;align-items:center;gap:.6rem; font-size:.86rem;color:var(--text)}.med-checks li svg{color:var(--gold);flex-shrink:0}.med-features{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap; background:var(--bg2); border-top:1px solid var(--border);border-bottom:1px solid var(--border); padding:.9rem 5%;gap:.5rem}.med-feature{display:flex;align-items:center;gap:.55rem; font-size:.78rem;color:var(--text); padding:.6rem .8rem;white-space:nowrap}.med-feature svg{color:var(--gold);flex-shrink:0}.medicaux-wrap{padding:4rem 5%;background:var(--bg)}.medicaux-header{text-align:center;margin-bottom:3rem}.medicaux-header .section-eyebrow{justify-content:center}.medicaux-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem; max-width:1200px;margin:0 auto}.medicaux-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r); padding:1.5rem 1.3rem;text-align:center; transition:transform .28s,border-color .28s}.medicaux-card:hover{transform:translateY(-4px);border-color:rgba(201,169,97,.35)}.med-icon-wrap{width:50px;height:50px;border-radius:12px; background:rgba(201,169,97,.1);display:flex;align-items:center;justify-content:center; color:var(--gold);margin:0 auto .9rem}.medicaux-card h4{font-family:'Montserrat',sans-serif;font-weight:600;font-size:.88rem; color:var(--white);margin-bottom:.45rem}.medicaux-card p{font-size:.76rem;color:var(--muted);line-height:1.6}.comment{padding:5rem 5%;background:var(--bg2)}.steps{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;max-width:1100px;margin:0 auto}.step{flex:1;min-width:150px;max-width:190px;text-align:center;padding:1.2rem .8rem}.step-num{width:32px;height:32px;border-radius:50%; border:1.5px solid var(--gold);background:rgba(201,169,97,.1); color:var(--gold);font-size:.78rem;font-weight:700; display:flex;align-items:center;justify-content:center;margin:0 auto .7rem}.step-icon{font-size:1.9rem;margin-bottom:.65rem}.step h4{font-family:'Montserrat',sans-serif;font-weight:600;font-size:.86rem;color:var(--white);margin-bottom:.4rem}.step p{font-size:.74rem;color:var(--muted);line-height:1.55}.step-arrow{color:var(--gold);font-size:1.7rem;opacity:.35;align-self:center;flex-shrink:0;padding-bottom:3rem}.cta-final{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--bdim)}.cta-final-left{padding:4rem 3.5rem 4rem 5%; background:var(--bg)}.cta-final-left h2{font-size:clamp(1.5rem,2.5vw,2rem);color:var(--white);margin-bottom:1rem}.cta-final-left>p{font-size:.88rem;color:var(--muted);margin-bottom:1.5rem;line-height:1.7}.cta-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.cta-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.84rem;color:rgba(232,232,232,.8)}.cta-list svg{color:var(--gold);flex-shrink:0;margin-top:.1rem}.cta-final-right{background:var(--card);border-left:1px solid var(--border); padding:4rem 5% 4rem 3.5rem; display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.cta-final-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold)}.cta-final-right h3{font-size:clamp(1.2rem,2vw,1.55rem);color:var(--white);margin-bottom:.4rem}.cta-final-right .btn{width:100%;justify-content:center}.cta-final-meta{display:flex;flex-wrap:wrap;gap:.7rem;font-size:.74rem;color:var(--muted);margin-top:.4rem}footer{background:var(--bg2);border-top:1px solid var(--border);position:relative}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem; padding:3rem 5% 2rem;max-width:1100px;margin:0 auto}.footer-logo-text{display:inline-flex;flex-direction:column;line-height:1;gap:.3rem;margin-bottom:1rem;width:fit-content}.footer-logo-text .logo-line1{font-size:1.3rem}.footer-logo-text .logo-line2{font-size:.5rem}.footer-brand p{font-size:.82rem;color:var(--muted);line-height:1.6}.footer-links h5,.footer-contact h5{font-family:'Montserrat',sans-serif;font-size:.72rem;font-weight:700; letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.42rem}.footer-links a{font-size:.82rem;color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-contact p{font-size:.82rem;color:var(--muted);margin-bottom:.42rem}.footer-contact a{color:var(--muted);transition:color .2s}.footer-contact a:hover{color:var(--gold)}.footer-bottom{max-width:1100px;margin:0 auto;padding:1.1rem 5%; border-top:1px solid var(--border); display:flex;align-items:center;justify-content:space-between; font-size:.75rem;color:var(--muted)}.footer-social{display:flex;align-items:center;gap:.7rem}.footer-social a{color:var(--muted);transition:color .2s}.footer-social a:hover{color:#25d366}.whatsapp-float{position:fixed;bottom:1.8rem;right:1.8rem; width:54px;height:54px;background:#25d366;border-radius:50%; display:flex;align-items:center;justify-content:center;color:white; box-shadow:0 4px 20px rgba(37,211,102,.45);z-index:900; transition:transform .25s,box-shadow .25s; animation:pulse-wa 3s ease-in-out infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 28px rgba(37,211,102,.55)}@keyframes pulse-wa{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 28px rgba(37,211,102,.6),0 0 0 8px rgba(37,211,102,.07)}}@media(max-width:1100px){.medicaux-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.nav-links{position:fixed;top:0;right:-100%;height:100vh; width:min(290px,80vw);background:#111; flex-direction:column;align-items:flex-start; padding:5rem 2rem 2rem;gap:.2rem;z-index:1001; transition:right .38s var(--ease); border-left:1px solid var(--border)}.nav-links.open{right:0}.nav-links a{font-size:.9rem;padding:.6rem .4rem;width:100%}.btn-wa-nav{display:none}.hamburger{display:flex}.hero{min-height:auto}.hero-content{width:100%;padding:6.5rem 5% 3.5rem}.hero-photo-overlay{background:linear-gradient( to bottom, rgba(13,13,13,.92) 0%, rgba(13,13,13,.75) 60%, rgba(13,13,13,.85) 100% )}.split-section{grid-template-columns:1fr}.split-left{border-right:none;border-bottom:1px solid var(--bdim);padding:3rem 5%}.split-right{padding:3rem 5%}.split-bottom{grid-template-columns:1fr}.dist-left{border-right:none;border-bottom:1px solid var(--bdim)}.dist-right{padding:3rem 5%}.cta-final{grid-template-columns:1fr}.cta-final-left{padding:3rem 5%}.cta-final-right{border-left:none;border-top:1px solid var(--border);padding:3rem 5%}.medicaux-hero{min-height:auto}.medicaux-hero-content{width:100%;padding:3.5rem 5%}.medicaux-hero-overlay{background:linear-gradient( to bottom, rgba(13,13,13,.92) 0%, rgba(13,13,13,.75) 60%, rgba(13,13,13,.85) 100% )}.med-hero-desc{max-width:100%}.med-features{justify-content:flex-start;gap:.3rem}.med-feature{font-size:.74rem;padding:.5rem .6rem}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem}.steps{flex-direction:column;align-items:center}.step{max-width:100%;width:100%}.step-arrow{transform:rotate(90deg);padding-bottom:0}}@media(max-width:640px){.medicaux-grid{grid-template-columns:1fr}.med-feature span{white-space:normal}.pourquoi-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.hero-atouts{gap:.9rem}.hero-btns .btn{flex:1;justify-content:center}.btn-phone-nav{display:none}.split-cta-btns{flex-direction:column}.cta-final-right .btn{font-size:.84rem}}@media(prefers-reduced-motion:reduce){.reveal,.hero-content>*,.ticker-track,.whatsapp-float{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}
