*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #00A896;--primary-dark: #028174;--accent: #FF6B6B;--text-dark: #2C3E50;--text-light: #5D6D7E;--bg-light: #F8F9FA;--white: #FFFFFF;--shadow: rgba(0, 0, 0, .08);--shadow-hover: rgba(0, 0, 0, .15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;color:var(--text-dark);background-color:var(--white);font-size:16px}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-dark);margin-bottom:1rem}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{color:var(--text-light);line-height:1.7}a{color:var(--primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}html{scroll-behavior:smooth;scroll-padding-top:80px}*:focus{outline:2px solid var(--primary);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.container{padding:0 1rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box}.home{width:100%}.hero{height:75vh;min-height:500px;max-height:800px;background:linear-gradient(#00a89626,#00a89659),url(/images/area/jaxbeach.jpeg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;position:relative}.hero-content{text-align:center;max-width:800px;padding:0 2rem;animation:fadeInUp .8s ease}.hero-content h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);letter-spacing:-1px;line-height:1.1}.hero-content p{font-size:clamp(1.1rem,2vw,1.4rem);margin-bottom:2.5rem;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.3);font-weight:400}.cta-button{display:inline-block;padding:1.25rem 3rem;background:var(--white);color:var(--primary);text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 30px #00000040;background:var(--primary);color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.properties-section{padding:6rem 0;background:var(--bg-light)}.properties-section h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;font-weight:700}.properties-section>.container>p{text-align:center;color:var(--text-light);font-size:1.2rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.property-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px var(--shadow);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.property-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--shadow-hover)}.property-image{width:100%;height:280px;overflow:hidden;position:relative}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.property-card:hover .property-image img{transform:scale(1.05)}.property-info{padding:2rem}.property-info h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:600;color:var(--text-dark)}.property-info .location{color:var(--text-light);font-size:.95rem;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.property-info .location:before{content:"📍"}.property-info .description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.property-details{display:flex;gap:1.5rem;padding:1.25rem 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:1.5rem;font-size:.9rem;color:var(--text-dark);font-weight:500}.property-footer{display:flex;justify-content:space-between;align-items:center}.price{font-size:1.1rem;color:var(--text-light)}.price strong{color:var(--text-dark);font-size:1.75rem;font-weight:700}.view-button{padding:.875rem 2rem;background:var(--primary);color:var(--white);text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none}.view-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #00a8964d}.book-direct-section{padding:6rem 0;background:linear-gradient(180deg,var(--bg-light) 0%,var(--white) 100%)}.book-direct-header{text-align:center;margin-bottom:3.5rem}.book-direct-header h2{margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.book-direct-header .subtitle{color:var(--text-light);font-size:1.2rem;margin:0}.comparison-box{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;max-width:900px;margin:0 auto 4rem;padding:2.5rem;background:var(--white);border-radius:20px;box-shadow:0 4px 20px #00000014}.comparison-side{padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease}.comparison-side.other-platforms{background:#f8f9fa;border:2px solid #e9ecef}.comparison-side.highlight{background:linear-gradient(135deg,#e8f8f6,#d4f1ec);border:2px solid var(--primary);position:relative;transform:scale(1.02)}.comparison-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-light);margin-bottom:1rem}.comparison-label.best-value{color:var(--primary);font-size:.9rem}.comparison-price{margin-bottom:1.5rem}.price-amount{display:block;font-size:3rem;font-weight:700;color:var(--text-dark);line-height:1;margin-bottom:.25rem}.price-label{font-size:.95rem;color:var(--text-light)}.comparison-features{list-style:none;padding:0;margin:0;text-align:left}.comparison-features li{padding:.65rem 0;font-size:.95rem;line-height:1.4}.comparison-features li.negative{color:#6c757d}.comparison-features li.positive{color:var(--primary);font-weight:500}.comparison-divider{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--text-light);padding:0 1rem}.comparison-divider span{writing-mode:vertical-rl;text-orientation:mixed;background:var(--bg-light);padding:1rem .5rem;border-radius:8px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1100px;margin:0 auto 3.5rem}.benefit-card{text-align:center;padding:2.5rem 1.75rem;background:var(--white);border-radius:16px;border:1px solid rgba(0,168,150,.1);transition:all .3s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00a89626;border-color:var(--primary)}.benefit-svg{width:48px;height:48px;color:var(--primary);margin:0 auto 1.25rem;display:block;stroke-width:1.5}.benefit-card h3{margin:0 0 .75rem;font-size:1.25rem;color:var(--text-dark);font-weight:600}.benefit-card p{margin:0;color:var(--text-light);line-height:1.7;font-size:.98rem}.trust-signals{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;padding:2.5rem 2rem;background:var(--white);border-radius:16px;max-width:800px;margin:0 auto;box-shadow:0 2px 12px #0000000f}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-icon{font-size:1.75rem;display:block}.trust-text{font-size:.9rem;font-weight:600;color:var(--text-dark);white-space:nowrap}.testimonials-section{padding:6rem 0;background:var(--bg-light)}.testimonials-section h2{text-align:center;margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto}.testimonial-card{background:var(--white);padding:2.5rem;border-radius:16px;box-shadow:0 2px 12px var(--shadow);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--shadow-hover)}.stars{color:#ffb900;font-size:1.1rem;margin-bottom:1.25rem;letter-spacing:2px}.testimonial-text{color:var(--text-dark);line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.testimonial-author{color:var(--text-light);font-weight:600;font-size:.95rem;margin:0}.contact-section{padding:6rem 0;background:var(--white);text-align:center}.contact-section h2{margin-bottom:1rem}.contact-section>.container>p{font-size:1.2rem;color:var(--text-light);margin-bottom:3rem}.contact-info{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.contact-method h3{margin-bottom:.75rem;color:var(--text-dark);font-size:1.1rem}.contact-method a{color:var(--primary);text-decoration:none;font-size:1.2rem;font-weight:600;transition:all .2s ease}.contact-method a:hover{color:var(--primary-dark);transform:translateY(-1px)}@media(max-width:768px){.hero{height:60vh}.properties-section,.book-direct-section,.testimonials-section,.contact-section{padding:4rem 0}.properties-grid,.benefits-grid,.testimonials-grid{grid-template-columns:1fr;gap:2rem}.property-details{flex-direction:column;gap:.75rem}.property-footer{flex-direction:column;gap:1rem}.view-button{width:100%;text-align:center}.contact-info{gap:2rem;flex-direction:column}.comparison-box{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.comparison-side.highlight{transform:scale(1);order:-1}.comparison-divider{display:none}.price-amount{font-size:2.5rem}.trust-signals{gap:2rem;padding:2rem 1.5rem}.trust-item{flex:1 1 calc(50% - 1rem);min-width:120px}}.property-page{padding:3rem 0;min-height:calc(100vh - 200px);background:var(--white)}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:var(--primary);text-decoration:none;font-weight:500;transition:all .2s ease}.back-link:hover{color:var(--primary-dark);transform:translate(-3px)}.property-page h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.property-page .location{color:var(--text-light);font-size:1.1rem;margin-bottom:2.5rem;display:flex;align-items:center;gap:.5rem}.property-page .location:before{content:"📍"}.image-gallery{position:relative;width:100%;height:500px;margin-bottom:3rem;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px var(--shadow)}.image-gallery img{width:100%;height:100%;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px var(--shadow)}.gallery-nav:hover{background:var(--white);transform:translateY(-50%) scale(1.1)}.gallery-nav.prev{left:1.5rem}.gallery-nav.next{right:1.5rem}.image-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.dot.active{background:#fff;border-color:var(--primary);transform:scale(1.2)}.property-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.property-main{display:flex;flex-direction:column;gap:3rem}.property-stats{display:flex;gap:2rem;padding:2rem;background:var(--bg-light);border-radius:12px}.stat{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:center}.stat strong{font-size:2rem;color:var(--primary);font-weight:700}.stat span:last-child{color:var(--text-light);font-size:.95rem;font-weight:500}.property-description h2,.amenities h2,.availability-section h2{margin-bottom:1.25rem;color:var(--text-dark);font-size:1.75rem}.property-description p{color:var(--text-light);line-height:1.8;font-size:1.05rem}.amenities-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;list-style:none;padding:0}.amenities-list li{padding:1rem 1.25rem;background:var(--bg-light);border-radius:8px;color:var(--text-dark);font-weight:500;display:flex;align-items:center;gap:.75rem}.amenities-list li:before{content:"✓";color:var(--primary);font-weight:700;font-size:1.2rem}.availability-section{padding:2.5rem;background:linear-gradient(135deg,#e8f5f3,#d4ede8);border-radius:12px;border:2px solid var(--primary)}.availability-note{color:var(--text-dark);line-height:1.7;margin-bottom:2rem;font-size:1.05rem}.availability-cta{display:flex;gap:1rem;flex-wrap:wrap}.check-availability-btn,.email-direct-btn{flex:1;min-width:200px;padding:1.25rem 2rem;border-radius:10px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;font-size:1.05rem}.check-availability-btn{background:var(--primary);color:var(--white);box-shadow:0 4px 12px #00a8964d}.check-availability-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 18px #00a89666}.email-direct-btn{background:var(--white);color:var(--primary);border:2px solid var(--primary)}.email-direct-btn:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.booking-sidebar{position:relative}.booking-card{position:sticky;top:100px;background:var(--white);border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:2rem;box-shadow:0 4px 20px var(--shadow)}.price-display{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.08)}.price-display .price{font-size:2.25rem;font-weight:700;color:var(--text-dark)}.price-display .period{color:var(--text-light);font-size:1.1rem;font-weight:400}.booking-form h3{margin:0 0 .5rem;color:var(--text-dark);font-size:1.5rem}.form-subtitle{color:var(--text-light);font-size:.95rem;margin:0 0 2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-dark);font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.15);border-radius:8px;font-family:inherit;font-size:1rem;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #00a8961a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-button{width:100%;padding:1.25rem;background:var(--primary);color:var(--white);border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 18px #00a8964d}@media(max-width:968px){.property-layout{grid-template-columns:1fr;gap:3rem}.booking-card{position:static}.image-gallery{height:350px;border-radius:12px}.gallery-nav{width:40px;height:40px}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}}@media(max-width:768px){.property-page{padding:2rem 0}.property-stats{flex-direction:column;gap:1.5rem}.amenities-list,.form-row{grid-template-columns:1fr}.availability-cta{flex-direction:column}.image-gallery{height:300px;border-radius:8px}}.header{background:var(--white);box-shadow:0 1px 3px var(--shadow);position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem}.header .logo{text-decoration:none;transition:transform .2s ease}.header .logo:hover{transform:translateY(-1px)}.header .logo h1{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.header nav{display:flex;gap:2.5rem;align-items:center}.header nav a{color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.header nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s ease}.header nav a:hover{color:var(--primary)}.header nav a:hover:after{width:100%}@media(max-width:768px){.header .container{padding:1rem}.header .logo h1{font-size:1.25rem}.header nav{gap:1.5rem}.header nav a{font-size:.9rem}}.footer{background:#1a1a1a;color:#fff;margin-top:4rem}.footer .container{max-width:1200px;margin:0 auto;padding:3rem 2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#06c;margin-bottom:1rem}.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin:.5rem 0;color:#ccc}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center}.footer-bottom p{margin:0;color:#888;font-size:.9rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}}
