:root{--navy:#0f172a;--navy-light:#1e293b;--navy-dark:#020617;--gold:#d4a853;--gold-light:#e8c87a;--gold-dark:#8f651d;--white:#ffffff;--off-white:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#64748b;--gray-500:#475569;--gray-600:#475569;--gray-700:#334155;--green:#166534;--red:#b91c1c;--font-heading:'Playfair Display',Georgia,serif;--font-body:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;--max-width:1280px;--header-height:80px;--transition:0.3s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--gold-dark);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--gold-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:1.25rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.section{padding:4rem 0}.section-alt{padding:4rem 0;background:var(--off-white)}.section-dark{padding:4rem 0;background:var(--navy);color:var(--white)}.section-title{text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--gray-500);font-size:1.125rem;max-width:600px;margin:0 auto 3rem}.header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;transition:background var(--transition)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.logo{display:flex;align-items:center;gap:0.5rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--white);text-decoration:none}.logo-icon{width:40px;height:40px}.logo span{color:var(--gold-dark)}.nav{display:none;gap:2rem}.nav a{color:var(--gray-300);font-size:0.9rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em;transition:color var(--transition)}.nav a:hover,.nav a.active{color:var(--gold-dark)}@media (min-width:1024px){.nav{display:flex}}.header-actions{display:flex;align-items:center;gap:1rem}.lang-switch{display:flex;gap:0.25rem;background:rgba(255,255,255,0.1);border-radius:6px;padding:2px}.lang-switch a{padding:4px 8px;font-size:0.75rem;font-weight:600;color:var(--gray-400);border-radius:4px;transition:all var(--transition)}.lang-switch a:hover{color:var(--white)}.lang-switch a.active{background:var(--gold);color:var(--navy)}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--white);transition:all var(--transition)}@media (min-width:1024px){.menu-toggle{display:none}}.mobile-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--navy);z-index:999;padding:2rem;flex-direction:column;gap:1.5rem}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--white);font-size:1.25rem;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.mobile-nav a:hover{color:var(--gold-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-size:0.9rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);color:var(--navy);transform:translateY(-1px);box-shadow:0 4px 12px rgba(212,168,83,0.4)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--gold)}.btn-secondary:hover{background:var(--gold);color:var(--navy)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-whatsapp{background:#25d366;color:var(--navy);font-weight:600}.btn-whatsapp:hover{background:#075e54;color:var(--white);transform:translateY(-1px)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-sm{padding:0.5rem 1rem;font-size:0.8rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0.6) 0%,rgba(15,23,42,0.8) 100%),url('../img/hero/hero-villa.webp') center/cover no-repeat;z-index:0}.hero-content{position:relative;z-index:1;max-width:800px;padding:2rem 1rem}.hero h1{color:var(--white);margin-bottom:1rem}.hero h1 span{color:var(--gold-dark)}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--gray-300);margin-bottom:0.5rem}.hero-price{font-size:1.25rem;color:var(--gold-dark);font-weight:600;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-bar{background:var(--navy);padding:1rem 0;text-align:center;border-bottom:1px solid rgba(212,168,83,0.3)}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;color:var(--gray-300);font-size:0.9rem}.trust-item{display:flex;align-items:center;gap:0.5rem}.trust-item strong{color:var(--gold-dark)}.villas-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.villas-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.villas-grid{grid-template-columns:repeat(3,1fr)}}.villa-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all var(--transition)}.villa-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.15)}.villa-card-img{position:relative;aspect-ratio:4/3;overflow:hidden}.villa-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.villa-card:hover .villa-card-img img{transform:scale(1.05)}.villa-card-badge{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--navy);padding:4px 10px;border-radius:20px;font-size:0.75rem;font-weight:700}.villa-card-body{padding:1.25rem}.villa-card-location{font-size:0.8rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem}.villa-card-title{font-family:var(--font-heading);font-size:1.125rem;margin-bottom:0.75rem}.villa-card-features{display:flex;gap:1rem;margin-bottom:1rem;font-size:0.85rem;color:var(--gray-600)}.villa-card-feature{display:flex;align-items:center;gap:0.25rem}.villa-card-amenities{display:flex;gap:0.5rem;margin-bottom:1rem;flex-wrap:wrap}.villa-card-amenity{padding:2px 8px;background:var(--gray-100);border-radius:4px;font-size:0.75rem;color:var(--gray-600)}.villa-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--gray-200)}.villa-card-price{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--navy)}.villa-card-price small{font-size:0.8rem;font-weight:400;color:var(--gray-500)}.villa-card-rating{display:flex;align-items:center;gap:0.25rem;font-size:0.85rem;color:var(--gold-dark);font-weight:600}.usp-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.usp-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.usp-grid{grid-template-columns:repeat(4,1fr)}}.usp-item{text-align:center;padding:2rem 1rem}.usp-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:rgba(212,168,83,0.1);border-radius:16px;font-size:2rem}.usp-item h3{font-size:1.1rem;margin-bottom:0.5rem}.usp-item p{font-size:0.9rem;color:var(--gray-500)}.areas-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.areas-grid{grid-template-columns:repeat(3,1fr)}}.area-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.area-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.area-card:hover img{transform:scale(1.05)}.area-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,0.8) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:var(--white)}.area-card-overlay h3{color:var(--white);font-size:1.25rem;margin-bottom:0.25rem}.area-card-overlay p{font-size:0.85rem;color:var(--gray-300)}.amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:640px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.amenities-grid{grid-template-columns:repeat(4,1fr)}}.amenity-item{display:flex;align-items:center;gap:0.75rem;padding:1rem;background:var(--white);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.amenity-icon{font-size:1.5rem;flex-shrink:0}.amenity-item span{font-size:0.9rem;color:var(--gray-700)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.reviews-grid{grid-template-columns:repeat(4,1fr)}}.review-card{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.review-stars{color:var(--gold-dark);margin-bottom:0.75rem;font-size:1rem}.review-text{font-size:0.9rem;color:var(--gray-600);margin-bottom:1rem;font-style:italic;line-height:1.6}.review-author{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;font-weight:600}.review-flag{font-size:1.2rem}.comparison-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.comparison-table thead{background:var(--navy);color:var(--white)}.comparison-table th{padding:1rem;text-align:left;font-weight:600;font-size:0.9rem}.comparison-table td{padding:0.75rem 1rem;font-size:0.9rem;border-bottom:1px solid var(--gray-200)}.comparison-table tbody tr:nth-child(even){background:var(--gray-100)}.comparison-table .check{color:var(--green);font-weight:700}.comparison-table .cross{color:var(--red)}.comparison-table .highlight{background:rgba(212,168,83,0.1)}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--navy);text-align:left;font-family:var(--font-body)}.faq-question::after{content:'+';font-size:1.5rem;color:var(--gold-dark);flex-shrink:0;margin-left:1rem;transition:transform var(--transition)}.faq-item.open .faq-question::after{content:'−'}.faq-answer{display:none;padding-bottom:1.25rem;color:var(--gray-600);font-size:0.95rem;line-height:1.7}.faq-item.open .faq-answer{display:block}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 1px 3px rgba(0,0,0,0.1);transition:all var(--transition)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.15)}.blog-card-img{aspect-ratio:16/9;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.25rem}.blog-card-date{font-size:0.8rem;color:var(--gray-400);margin-bottom:0.5rem}.blog-card-title{font-family:var(--font-heading);font-size:1rem;margin-bottom:0.5rem;line-height:1.4}.blog-card-excerpt{font-size:0.85rem;color:var(--gray-500);line-height:1.5}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 100%);text-align:center;color:var(--white)}.cta-section h2{color:var(--white);margin-bottom:1rem}.cta-section p{color:var(--gray-300);max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer{background:var(--navy-dark);color:var(--gray-400);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer h4{color:var(--white);font-size:1rem;margin-bottom:1rem;font-family:var(--font-body)}.footer-about p{font-size:0.9rem;line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:0.5rem}.footer-links a{color:var(--gray-400);font-size:0.9rem}.footer-links a:hover{color:var(--gold-dark)}.footer-social{display:flex;gap:0.75rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,0.1);border-radius:8px;color:var(--gray-400);font-size:1.1rem;transition:all var(--transition)}.footer-social a:hover{background:var(--gold);color:var(--navy)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size:0.8rem}.breadcrumbs{padding:1rem 0;font-size:0.85rem;color:var(--gray-500)}.breadcrumbs a{color:var(--gray-500)}.breadcrumbs a:hover{color:var(--gold-dark)}.breadcrumbs span{margin:0 0.5rem}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:0.75rem 1rem;background:var(--navy);z-index:998;box-shadow:0 -4px 12px rgba(0,0,0,0.2)}.sticky-cta-inner{display:flex;gap:0.75rem}.sticky-cta .btn{flex:1;justify-content:center}@media (max-width:767px){.sticky-cta{display:block}body{padding-bottom:70px}}main{padding-top:var(--header-height)}.text-gold{color:var(--gold-dark)}.text-center{text-align:center}.text-white{color:var(--white)}.mb-1{margin-bottom:0.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.price-tag{display:inline-flex;align-items:baseline;gap:0.25rem}.price-tag .from{font-size:0.8rem;color:var(--gray-500)}.price-tag .amount{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--navy)}.price-tag .period{font-size:0.8rem;color:var(--gray-500)}.filter-bar{display:flex;gap:1rem;flex-wrap:wrap;padding:1.5rem;background:var(--white);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,0.1);margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:0.25rem}.filter-group label{font-size:0.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase}.filter-group select,.filter-group input{padding:0.5rem 0.75rem;border:1px solid var(--gray-300);border-radius:6px;font-size:0.9rem;background:var(--white);color:var(--navy)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.5rem}@media (min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{aspect-ratio:4/3;border-radius:8px;overflow:hidden;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gallery-item:hover img{transform:scale(1.05)}.booking-widget{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.1);position:sticky;top:calc(var(--header-height)+1rem)}.booking-widget h3{margin-bottom:1rem}.booking-widget .price-display{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.booking-widget .price-display small{font-size:0.9rem;font-weight:400;color:var(--gray-500)}.booking-form-group{margin-bottom:1rem}.booking-form-group label{display:block;font-size:0.85rem;font-weight:600;color:var(--gray-600);margin-bottom:0.25rem}.booking-form-group input,.booking-form-group select{width:100%;padding:0.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:0.95rem}.page-hero{padding:6rem 0 3rem;background:var(--navy);color:var(--white);text-align:center}.page-hero h1{color:var(--white);margin-bottom:0.5rem}.page-hero p{color:var(--gray-300);font-size:1.1rem;max-width:600px;margin:0 auto}@media (prefers-reduced-motion:no-preference){.villa-card,.blog-card,.area-card{opacity:0;transform:translateY(20px);animation:fadeInUp 0.5s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}}@media print{.header,.footer,.sticky-cta,.mobile-nav{display:none}main{padding-top:0}}#quiz-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9999;align-items:center;justify-content:center;padding:1rem}#quiz-modal{background:var(--white);border-radius:16px;max-width:500px;width:100%;padding:2rem;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}#quiz-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:2rem;color:var(--gray-400);cursor:pointer;line-height:1}#quiz-close:hover{color:var(--navy)}#quiz-progress{height:6px;background:var(--gray-200);border-radius:3px;margin-bottom:1.5rem;overflow:hidden}#quiz-bar{height:100%;background:var(--gold);border-radius:3px;transition:width .3s ease;width:25%}#quiz-title{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.5rem;text-align:center}#quiz-subtitle{text-align:center;color:var(--gray-500);font-size:.9rem;margin-bottom:1.5rem}#quiz-step-info{text-align:center;font-size:.8rem;color:var(--gray-400);margin-bottom:1rem}#quiz-question{font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:1rem}#quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.quiz-opt{padding:1rem;border:2px solid var(--gray-200);border-radius:10px;background:var(--white);cursor:pointer;font-size:.9rem;text-align:center;transition:all .2s;font-family:var(--font-body)}.quiz-opt:hover{border-color:var(--gold-dark);background:rgba(212,168,83,.05)}.quiz-opt.selected{border-color:var(--gold-dark);background:rgba(212,168,83,.1);font-weight:600}#quiz-nav{display:flex;justify-content:space-between;gap:1rem}#quiz-nav .btn{flex:1}#quiz-result{text-align:center}#quiz-result h2{font-size:1.5rem;margin-bottom:1rem}#quiz-result p{color:var(--gray-500);margin-bottom:1.5rem}#quiz-messengers{display:grid;grid-template-columns:1fr;gap:.75rem}#quiz-messengers .btn{font-size:1rem;padding:1rem}@media(max-width:500px){#quiz-options{grid-template-columns:1fr}#quiz-modal{padding:1.5rem}}html,body{overflow-x:hidden;max-width:100vw}*,*::before,*::after{max-width:100%}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.table-responsive,.comparison-table,.pricing-table,.price-table{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;margin:0 -1rem;padding:0 1rem}img,video,iframe,embed,object,svg{max-width:100%;height:auto}pre,code{overflow-x:auto;max-width:100%;word-wrap:break-word}@media (max-width:639px){body{font-size:15px;word-wrap:break-word;overflow-wrap:break-word}.container{padding:0 0.75rem}.section,.section-alt,.section-dark{padding:2.5rem 0}.header{height:60px}.header-inner{padding:0 0.75rem}.logo{font-size:1rem}.logo-icon{width:32px;height:32px}main{padding-top:60px}.lang-switch a{padding:3px 6px;font-size:0.7rem}.hero{padding:3rem 0 2rem;min-height:auto}.hero h1{font-size:1.75rem;line-height:1.2}.hero p{font-size:0.9rem}.hero-price{font-size:0.9rem}.hero-buttons,.hero .btn-group,.cta-buttons{flex-direction:column;align-items:center;gap:0.75rem}.hero-buttons .btn,.hero .btn-group .btn,.cta-buttons .btn{width:100%;max-width:280px}.trust-bar{padding:0.75rem 0}.trust-bar-inner{gap:0.5rem 1rem;font-size:0.75rem;justify-content:center}.trust-item{gap:0.25rem;font-size:0.7rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:0.95rem;margin-bottom:2rem}.villa-card-features{flex-wrap:wrap;gap:0.5rem}.villa-card-body{padding:1rem}.villa-card-title{font-size:1rem}.usp-item{padding:1.5rem 0.75rem}.usp-icon{width:48px;height:48px;font-size:1.5rem}.amenities-grid{grid-template-columns:1fr 1fr;gap:0.75rem}.amenity-item{padding:0.75rem;gap:0.5rem;font-size:0.8rem}.amenity-icon{font-size:1.25rem}.filter-bar{flex-direction:column;padding:1rem;gap:0.75rem}.filter-group{width:100%}.filter-group select,.filter-group input{width:100%}.booking-widget{position:static;margin-bottom:2rem;padding:1.25rem}.booking-widget .price-display{font-size:1.5rem}.page-hero{padding:4rem 0 2rem}.page-hero h1{font-size:1.5rem}.page-hero p{font-size:0.95rem}.cta-section{padding:3rem 0}.cta-section h2{font-size:1.5rem}.cta-section p{font-size:0.95rem}.footer{padding:3rem 0 1.5rem}.footer-grid{gap:1.5rem}table th,table td{padding:0.5rem;font-size:0.8rem;white-space:nowrap}.breadcrumbs{font-size:0.75rem;overflow-x:auto;white-space:nowrap}.villa-info-bar{flex-wrap:wrap;gap:0.5rem;font-size:0.85rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:0.35rem}.sticky-cta .btn{padding:0.85rem;font-size:0.85rem;min-height:48px}.btn{min-height:44px;padding:0.65rem 1.25rem}.blog-content{font-size:0.95rem}.blog-content h2{font-size:1.3rem}.blog-content h3{font-size:1.1rem}.review-card{padding:1.25rem}.faq-question{font-size:0.9rem;padding:1rem 0}.faq-answer{font-size:0.85rem}.prose,.content,article{word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}[style*="width"]{max-width:100% !important}.area-card{aspect-ratio:3/3}}.verdict-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin:1.5rem 0}.verdict-box{border-radius:0.75rem;padding:1.25rem;margin:0}.verdict-box.short{background:#eff6ff;border-left:4px solid #3b82f6}.verdict-box.medium{background:#f0fdf4;border-left:4px solid #166534}.verdict-box.long{background:#fefce8;border-left:4px solid #eab308}.verdict-box.family{background:#fdf2f8;border-left:4px solid #ec4899}.verdict-box h3{font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin:0 0 0.4rem}.verdict-box .vb-title{font-size:1.05rem;font-weight:700;color:#1f2937;margin:0 0 0.25rem}.verdict-box .vb-desc{font-size:0.88rem;color:#6b7280;margin:0 0 0.4rem;line-height:1.5}.verdict-box .vb-price{font-size:0.85rem;font-weight:700;color:#0f172a}.wins-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.wins-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:0.75rem;padding:1.25rem}.wins-box h3{font-size:1rem;font-weight:700;margin:0 0 0.75rem;color:#0f172a}.wins-box ul{padding-left:1.25rem;margin:0;line-height:1.9;font-size:0.9rem;color:#374151}@media(max-width:600px){.wins-grid{grid-template-columns:1fr}}.price-example{background:#fffbeb;border:1px solid #fde68a;border-radius:0.75rem;padding:1.25rem 1.5rem;margin:1.5rem 0}.price-example h4{font-size:1rem;font-weight:700;margin:0 0 0.4rem;color:#1f2937}.pe-total{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0.35rem 0}.pe-breakdown{color:#6b7280;font-size:0.88rem;line-height:1.6;margin:0}.tag-cloud{display:flex;flex-wrap:wrap;gap:0.5rem;margin:2rem 0}.tag-cloud a{background:#f1f5f9;color:#475569;padding:0.3rem 0.7rem;border-radius:9999px;font-size:0.78rem;text-decoration:none;transition:all 0.2s}.tag-cloud a:hover{background:#0f172a;color:white}.author-box{display:flex;gap:1.25rem;align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:0.75rem;padding:1.5rem;margin:2.5rem 0}.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#0f172a,#1e3a5f);display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;font-weight:700}.author-info h4{font-size:1rem;font-weight:700;margin:0 0 0.2rem}.author-info p{font-size:0.88rem;color:#6b7280;margin:0;line-height:1.5}.article-hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border-radius:1rem;padding:2.5rem 2rem;margin:2rem 0;color:white;min-height:220px;display:flex;align-items:center}.article-hero-inner{max-width:600px}.article-hero h2{color:white;font-size:1.4rem;margin:0 0 0.5rem}.article-hero p{color:#cbd5e1;margin:0;font-size:0.95rem;line-height:1.6}.social-proof-strip{display:flex;gap:1.25rem;flex-wrap:wrap;align-items:center;padding:0.75rem 1.25rem;background:#f0fdf4;border-radius:0.5rem;margin:1.5rem 0;font-size:0.85rem;border:1px solid #bbf7d0}.social-proof-strip span{display:flex;align-items:center;gap:0.3rem}.toc{background:#f9fafb;padding:1.5rem 1.75rem;border-radius:0.75rem;margin:1.5rem 0;border:1px solid #e5e7eb}.toc h3{font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;color:#6b7280;margin:0 0 0.75rem}.toc ol{padding-left:1.5rem;margin:0;line-height:2.2}.toc a{color:#0f172a;text-decoration:none;font-size:0.93rem}.toc a:hover{color:#d4a853;text-decoration:underline}.cta-block{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);color:white;border-radius:1rem;padding:2.5rem 2rem;text-align:center;margin:3rem 0}.cta-block h2{color:white;margin:0 0 0.5rem;font-size:1.5rem}.cta-block p{color:#cbd5e1;margin:0 0 1.5rem}.cta-block .cta-buttons{justify-content:center}.cta-urgency{font-size:0.83rem;color:#64748b;margin-top:1rem}.related-guides{background:#f9fafb;border-radius:0.75rem;padding:1.5rem;margin:2rem 0;border:1px solid #e5e7eb}.related-guides h3{margin:0 0 0.75rem;font-size:1rem}.related-guides ul{padding-left:1.25rem;margin:0;line-height:2}.related-guides a{color:#0f172a;font-size:0.93rem}.related-guides a:hover{color:#d4a853}.article-section-img{border-radius:0.75rem;overflow:hidden;margin:1.5rem 0;background:linear-gradient(135deg,#1e3a5f,#0f172a);height:200px;display:flex;align-items:center;justify-content:center;color:white;font-size:0.9rem;opacity:0.85}@media (max-width:379px){.hero h1{font-size:1.5rem}.amenities-grid{grid-template-columns:1fr}.trust-bar-inner{flex-direction:column;gap:0.35rem}.lang-switch{gap:1px}.lang-switch a{padding:2px 5px;font-size:0.65rem}.villa-card-footer{flex-direction:column;align-items:flex-start;gap:0.5rem}}.skip-link{position:absolute;left:-9999px;top:0;z-index:10000;padding:.75rem 1.25rem;background:#0f172a;color:#fff;font-weight:600;text-decoration:none;border-radius:0 0 8px 0}.skip-link:focus{left:0;outline:3px solid #d4a853}.article-content p a,.article-content li a,main p a,main li a{text-decoration:underline;text-underline-offset:2px}.footer a,.header a,.nav a,.breadcrumbs a,.btn,.lang-switch a,.related-card,.footer-links a,.gallery-item,.rc-title,article a.villa-card,.area-card,.amenity-item a,.cta-buttons a,.tag-cloud a{text-decoration:none}.footer a:not(.btn),.footer-links a,.footer-bottom a,.cta-section a:not(.btn),.hero a:not(.btn),.contact-info-card a:not(.btn),.page-hero a:not(.btn){color:var(--gold-dark)}.footer{color:#cbd5e1}.footer-links a{color:#cbd5e1}.footer-links a:hover{color:var(--gold-dark)}.page-hero .breadcrumbs,.page-hero .breadcrumbs a{color:#cbd5e1}.page-hero .breadcrumbs a{text-decoration:underline;text-underline-offset:2px}.page-hero .breadcrumbs a:hover{color:var(--gold-dark)}.hero,.trust-bar,.cta-section,.footer,.contact-info-card,.page-hero,.verdict-card,.social-proof-strip,.sticky-cta,.header,.mobile-nav,.comparison-table thead,.comparison-table th,.price-table thead,.price-table th,.section-dark,[class*="section-dark"]{--gold-dark:#d4a853;--gray-400:#cbd5e1;--gray-500:#94a3b8;--gray-600:#cbd5e1;--gray-700:#e2e8f0}