*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}:root{--navy:#1a1a2e;--navy-light:#22223b;--navy-mid:#16213e;--gold:#c9a96e;--gold-light:#e4c88a;--gold-dark:#a8864e;--cream:#f8f5f0;--cream-dark:#ede8e1;--text-dark:#1a1a2e;--text-mid:#4a4a6a;--text-light:#b0adc8;--white:#ffffff;--wa-green:#25d366;--wa-dark:#128c7e;--radius:12px;--radius-lg:20px;--shadow:0 4px 24px rgba(26,26,46,0.12);--shadow-lg:0 8px 48px rgba(26,26,46,0.2);--transition:all 0.3s ease;}html{scroll-behavior:smooth;}body{font-family:'Lato','Open Sans',sans-serif;background:var(--cream);color:var(--text-dark);line-height:1.6;overflow-x:hidden;}img{max-width:100%;height:auto;display:block;}a{text-decoration:none;color:inherit;transition:var(--transition);}ul{list-style:none;}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;}.section{padding:5rem 0;}.section-light{background:var(--cream);}.section-dark{background:var(--navy);color:var(--white);}.section-cta{background:linear-gradient(135deg,var(--navy-mid) 0%,var(--navy) 100%);color:var(--white);}.section-header{text-align:center;margin-bottom:3rem;}.section-label{display:inline-block;font-size:0.8rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem;}.section-header h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2;color:inherit;margin-bottom:1rem;}.section-light .section-header h2{color:var(--navy);}.section-sub{font-size:1.05rem;color:var(--text-mid);max-width:600px;margin:0 auto;line-height:1.7;}.section-dark .section-sub{color:var(--text-light);}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.85rem 2rem;border-radius:50px;font-family:'Lato',sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:var(--transition);border:2px solid transparent;white-space:nowrap;}.btn-primary{background:var(--gold);color:var(--navy);border-color:var(--gold);}.btn-primary:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-2px);box-shadow:0 6px 24px rgba(201,169,110,0.35);}.btn-outline{background:transparent;color:var(--gold);border-color:var(--gold);}.btn-outline:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px);}.btn-large{padding:1.1rem 2.5rem;font-size:1.1rem;}.fade-in{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease;}.fade-in.visible{opacity:1;transform:translateY(0);}#hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;}.hero-overlay{position:absolute;inset:0;background:linear-gradient( to bottom,rgba(26,26,46,0.55) 0%,rgba(26,26,46,0.7) 60%,rgba(26,26,46,0.9) 100% );z-index:1;}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:2rem 1.5rem;max-width:800px;margin:0 auto;}.hero-eyebrow{font-size:0.85rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;}.hero-content h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(2.2rem,6vw,4rem);font-weight:900;line-height:1.15;margin-bottom:1.2rem;text-shadow:0 2px 12px rgba(0,0,0,0.4);}.hero-tagline{font-size:clamp(1rem,2.5vw,1.3rem);font-weight:300;color:var(--cream);margin-bottom:1.5rem;letter-spacing:0.02em;}.hero-rating{display:inline-flex;align-items:center;gap:0.6rem;background:rgba(255,255,255,0.12);backdrop-filter:blur(8px);border:1px solid rgba(201,169,110,0.3);border-radius:50px;padding:0.5rem 1.2rem;margin-bottom:2rem;}.hero-rating .stars{color:var(--gold);font-size:1rem;letter-spacing:2px;}.hero-rating .rating-text{font-size:0.9rem;color:var(--cream);}.btn-hero{font-size:1.1rem;padding:1rem 2.5rem;box-shadow:0 8px 32px rgba(201,169,110,0.4);}.hero-scroll-cta{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;color:var(--gold);animation:bounce 2s infinite;display:flex;}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0);}50%{transform:translateX(-50%) translateY(8px);}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;}.card{background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-lg);padding:2rem 1.75rem;transition:var(--transition);position:relative;overflow:hidden;}.card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-light));transform:scaleX(0);transition:transform 0.3s ease;}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);}.card:hover::before{transform:scaleX(1);}.card-icon{width:70px;height:70px;background:linear-gradient(135deg,rgba(201,169,110,0.15),rgba(201,169,110,0.05));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;}.card-icon svg{stroke:var(--gold);}.card h3{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:0.75rem;}.card p{font-size:0.95rem;color:var(--text-mid);line-height:1.65;margin-bottom:1.25rem;}.card-link{font-size:0.9rem;font-weight:700;color:var(--gold-dark);letter-spacing:0.05em;}.card-link:hover{color:var(--gold);}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;}.reason-item{text-align:center;padding:2rem 1.5rem;border:1px solid rgba(201,169,110,0.2);border-radius:var(--radius-lg);background:rgba(255,255,255,0.04);transition:var(--transition);}.reason-item:hover{background:rgba(201,169,110,0.08);border-color:rgba(201,169,110,0.4);transform:translateY(-4px);}.reason-icon{font-size:2.5rem;margin-bottom:1rem;display:block;line-height:1;}.reason-item h3{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--gold);margin-bottom:0.75rem;}.reason-item p{font-size:0.95rem;color:var(--text-light);line-height:1.65;}.reason-item p strong{color:var(--white);}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1rem;}.gallery-item{overflow:hidden;border-radius:var(--radius);aspect-ratio:4/3;background:var(--cream-dark);}.gallery-item--wide{grid-column:span 2;aspect-ratio:16/9;}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}.gallery-item:hover img{transform:scale(1.05);}.overall-rating{display:inline-flex;align-items:center;gap:1.2rem;background:rgba(255,255,255,0.06);border:1px solid rgba(201,169,110,0.3);border-radius:var(--radius-lg);padding:1.2rem 2rem;margin-top:1.5rem;}.big-rating{font-family:'Playfair Display',serif;font-size:3.5rem;font-weight:900;color:var(--gold);line-height:1;}.stars-gold{color:var(--gold);font-size:1.4rem;letter-spacing:3px;margin-bottom:0.25rem;}.overall-rating p{font-size:0.9rem;color:var(--text-light);}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;}.review-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-lg);padding:1.75rem;transition:var(--transition);}.review-card:hover{background:rgba(255,255,255,0.1);transform:translateY(-4px);}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;}.reviewer-avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:var(--navy);flex-shrink:0;}.review-header strong{font-size:0.95rem;color:var(--white);display:block;margin-bottom:0.15rem;}.review-stars{color:var(--gold);font-size:0.85rem;letter-spacing:2px;}.review-text{font-size:0.92rem;color:var(--text-light);line-height:1.7;font-style:italic;margin-bottom:0.75rem;}.review-date{font-size:0.78rem;color:rgba(176,173,200,0.6);}.steps-grid{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem;}.step-item{flex:1;min-width:200px;max-width:280px;text-align:center;padding:2rem 1.5rem;background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow);}.step-number{width:56px;height:56px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);border-radius:50%;font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 16px rgba(201,169,110,0.35);}.step-item h3{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:0.75rem;}.step-item p{font-size:0.92rem;color:var(--text-mid);line-height:1.65;}.step-divider{font-size:1.8rem;color:var(--gold);font-weight:300;padding-top:1.5rem;align-self:center;flex-shrink:0;}.steps-cta{text-align:center;}.location-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start;}.location-detail{display:flex;gap:1rem;margin-bottom:1.75rem;align-items:flex-start;}.loc-icon{font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:0.1rem;}.location-detail h3{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--gold);margin-bottom:0.4rem;}.location-detail p{font-size:0.95rem;color:var(--text-light);line-height:1.65;}.location-note{font-size:0.82rem !important;color:rgba(176,173,200,0.7) !important;margin-top:0.25rem;}.map-link{display:inline-block;margin-top:0.5rem;font-size:0.88rem;font-weight:700;color:var(--gold);}.map-link:hover{color:var(--gold-light);}.map-container{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid rgba(201,169,110,0.2);}.map-container iframe{display:block;}.cta-content{text-align:center;max-width:700px;margin:0 auto;}.cta-content h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:900;color:var(--white);margin-bottom:1rem;}.cta-content > p{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.7;}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem;}.cta-note{font-size:0.85rem;color:rgba(176,173,200,0.7);margin-bottom:0 !important;}#footer{background:#0f0f1e;color:var(--text-light);padding:3.5rem 0 1.5rem;}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem;}.footer-logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:900;color:var(--gold);margin-bottom:0.75rem;}.footer-brand p{font-size:0.9rem;line-height:1.6;margin-bottom:0.5rem;}.footer-rating{color:var(--gold) !important;font-size:0.88rem !important;font-weight:700;}.footer-info h4{font-family:'Playfair Display',serif;font-size:0.95rem;font-weight:700;color:var(--white);margin-bottom:0.75rem;letter-spacing:0.05em;}.footer-info p{font-size:0.88rem;line-height:1.65;}.footer-info ul li{font-size:0.88rem;padding:0.2rem 0;color:var(--text-light);}.footer-wa-link{display:inline-block;margin-top:0.75rem;padding:0.4rem 1rem;background:var(--wa-green);color:var(--white) !important;border-radius:50px;font-size:0.82rem;font-weight:700;}.footer-wa-link:hover{background:var(--wa-dark);}.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:1.5rem;text-align:center;}.footer-bottom p{font-size:0.8rem;color:rgba(176,173,200,0.5);line-height:1.8;}.footer-bottom a{color:var(--gold);}.footer-bottom a:hover{color:var(--gold-light);}.footer-keywords{font-size:0.72rem !important;color:rgba(176,173,200,0.25) !important;}.whatsapp-float{position:fixed;bottom:1.75rem;right:1.75rem;z-index:1000;width:60px;height:60px;background:var(--wa-green);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(37,211,102,0.45);transition:var(--transition);}.whatsapp-float:hover{background:var(--wa-dark);transform:scale(1.1) translateY(-3px);box-shadow:0 8px 32px rgba(37,211,102,0.55);}.whatsapp-float svg{fill:var(--white);}.whatsapp-tooltip{position:absolute;right:70px;background:var(--navy);color:var(--white);padding:0.4rem 0.85rem;border-radius:6px;font-size:0.82rem;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.2s ease;}.whatsapp-tooltip::after{content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--navy);}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);}.gallery-item--wide{grid-column:span 2;}.location-grid{grid-template-columns:1fr;gap:2rem;}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem;}.footer-brand{grid-column:span 2;}}@media (max-width:600px){.section{padding:3.5rem 0;}.hero-content h1{font-size:2rem;}.cards-grid{grid-template-columns:1fr;}.reasons-grid{grid-template-columns:1fr;}.gallery-grid{grid-template-columns:1fr;}.gallery-item--wide{grid-column:span 1;aspect-ratio:4/3;}.steps-grid{flex-direction:column;align-items:center;}.step-item{max-width:100%;width:100%;}.step-divider{transform:rotate(90deg);padding-top:0;}.cta-buttons{flex-direction:column;align-items:center;}.btn-large{width:100%;justify-content:center;}.reviews-grid{grid-template-columns:1fr;}.footer-grid{grid-template-columns:1fr;}.footer-brand{grid-column:span 1;}.overall-rating{flex-direction:column;text-align:center;gap:0.5rem;}.whatsapp-float{bottom:1.25rem;right:1.25rem;}.location-grid{grid-template-columns:1fr;}}@media (prefers-reduced-motion:reduce){.fade-in{transition:none;opacity:1;transform:none;}.hero-scroll-cta{animation:none;}*{transition-duration:0.01ms !important;}}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px;}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;}@media print{body{display:none !important;}html::after{content:'Contenido protegido — impresión no disponible.';display:block;text-align:center;padding:50px;font-size:24px;color:#999;}}