:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:#2d3748;overflow-x:hidden;background-color:#fafafa}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.nav-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#d69e2e;text-decoration:none;cursor:pointer}.brand-icon{margin-right:.5rem;font-size:1.8rem}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-menu a{color:#4a5568;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#d69e2e}.cta-header{background:linear-gradient(135deg,#d69e2e,#b7791f);color:#fff!important;padding:.75rem 1.5rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-header:hover{background:linear-gradient(135deg,#b7791f,#975a16)}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#ffb74d1a,#fbd38d33,#fde68a4d,#fcd34d33,#f59e0b1a),url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d69e2e' fill-opacity='0.05'%3E%3Cpath d='M20 20c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20zm10 0c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10z'/%3E%3C/g%3E%3C/svg%3E");position:relative;overflow:hidden;padding-top:5rem}.hero-overlay{position:relative;z-index:2;width:100%}.hero-content{text-align:center;padding:4rem 0;position:relative}.domain-name{font-family:Playfair Display,serif;font-size:4rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.tagline{font-size:1.5rem;color:#4a5568;margin-bottom:2rem;font-weight:300}.location-badge{display:inline-flex;align-items:center;gap:.75rem;background:#fff;border:2px solid #d69e2e;border-radius:50px;padding:1rem 2rem;margin-bottom:3rem;font-weight:600;color:#d69e2e;box-shadow:0 10px 25px #d69e2e33}.location-icon{font-size:1.5rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#d69e2e,#b7791f);color:#fff;border:none;border-radius:50px;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 10px 25px #d69e2e4d;transition:all .3s ease;margin-bottom:3rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #d69e2e66}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.5rem;border-radius:25px;box-shadow:0 5px 15px #0000001a;color:#4a5568;font-weight:500}.feature-icon{font-size:1.25rem}.floating-element{position:absolute;font-size:2rem;opacity:.3;pointer-events:none;z-index:1}.floating-element.hibiscus{top:20%;right:15%}.floating-element.palm{top:60%;left:10%}.floating-element.wave{bottom:20%;right:20%}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#718096;max-width:600px;margin:0 auto}.accent{background:linear-gradient(135deg,#d69e2e,#b7791f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.domain-info{background:#fff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.info-card{background:#f9fafb;border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.info-card:hover{background:#fff;box-shadow:0 20px 40px #d69e2e26;border-color:#d69e2e;transform:translateY(-10px)}.card-icon{font-size:3rem;margin-bottom:1.5rem}.info-card h3{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.info-card p{color:#4a5568;margin-bottom:1.5rem;line-height:1.6}.card-details h4{color:#d69e2e;margin-bottom:1rem;font-size:1rem}.card-details ul{list-style:none;text-align:left}.card-details li{color:#4a5568;position:relative;padding:.5rem 0 .5rem 1.5rem}.card-details li:before{content:"✓";position:absolute;left:0;color:#d69e2e;font-weight:700}.domain-stats{background:linear-gradient(135deg,#2d3748,#4a5568);border-radius:20px;padding:3rem;color:#fff;text-align:center}.domain-stats h3{margin-bottom:2rem;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.stat-card{background:#ffffff1a;border-radius:15px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.stat-card:hover{background:#fff3}.stat-icon{font-size:2rem;margin-bottom:.75rem}.stat-value{font-size:1.5rem;font-weight:700;color:#fbb040;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#fffc}.property-showcase{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.showcase-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.property-types h3,.featured-properties h3{color:#2d3748;margin-bottom:2rem;font-size:1.5rem}.types-grid{display:grid;gap:1.5rem}.type-card{background:#fff;border-radius:15px;padding:1.5rem;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0}.type-card:hover{box-shadow:0 10px 25px #d69e2e26;border-color:#d69e2e}.type-icon{font-size:2.5rem;margin-bottom:1rem}.type-card h4{color:#2d3748;margin-bottom:.5rem}.type-count{color:#d69e2e;font-weight:700;margin-bottom:.75rem}.type-card p{color:#718096;font-size:.9rem}.property-tabs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.property-tab{display:flex;align-items:center;gap:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease}.property-tab:hover,.property-tab.active{border-color:#d69e2e;background:#fef5e7}.tab-icon{font-size:2rem}.tab-name{font-weight:600;color:#2d3748}.property-details{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 15px 35px #0000001a}.property-header{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem}.property-visual{font-size:4rem}.property-type{color:#d69e2e;font-weight:600;margin-bottom:.5rem}.property-info h4{color:#2d3748;margin-bottom:.5rem;font-size:1.5rem}.property-price{color:#38a169;font-weight:700;font-size:1.25rem}.property-description{color:#4a5568;margin-bottom:2rem;line-height:1.6}.property-features h5{color:#2d3748;margin-bottom:1rem}.property-features ul{list-style:none;margin-bottom:2rem}.property-features li{color:#4a5568;position:relative;padding:.5rem 0 .5rem 1.5rem}.property-features li:before{content:"→";position:absolute;left:0;color:#d69e2e;font-weight:700}.property-amenities h5{color:#2d3748;margin-bottom:1rem}.amenities-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.amenity-tag{background:#fef5e7;color:#d69e2e;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.view-property-btn{background:linear-gradient(135deg,#d69e2e,#b7791f);color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.showcase-cta{background:#fff;border-radius:20px;padding:3rem;margin-top:3rem;box-shadow:0 15px 35px #0000001a;text-align:center}.cta-content p{color:#4a5568;margin-bottom:2rem}.cta-stats{display:flex;justify-content:center;gap:3rem}.cta-stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:#d69e2e;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#718096}.location-details{background:#fff}.location-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-card{background:#f7fafc;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;box-shadow:0 10px 25px #d69e2e26}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h4{color:#2d3748;margin-bottom:.75rem}.feature-card p{color:#4a5568;font-size:.95rem}.attractions-list{display:flex;flex-direction:column;gap:1rem}.attraction-item{display:flex;justify-content:space-between;align-items:center;background:#f7fafc;border-radius:12px;padding:1.5rem;transition:all .3s ease}.attraction-item:hover{background:#fff;box-shadow:0 5px 15px #0000001a}.attraction-info h4{color:#2d3748;margin-bottom:.25rem}.attraction-type{color:#d69e2e;font-size:.9rem;font-weight:600}.attraction-distance{display:flex;align-items:center;gap:.5rem;color:#4a5568;font-weight:600}.location-highlight{background:linear-gradient(135deg,#fef5e7,#fed7aa);border-radius:20px;padding:3rem}.highlight-content{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.highlight-visual{font-size:6rem}.highlight-text h3{color:#2d3748;margin-bottom:1rem}.highlight-text p{color:#4a5568;margin-bottom:2rem;line-height:1.6}.location-stats{display:flex;gap:2rem}.stat{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 5px 15px #0000000d}.stat-icon{font-size:1.5rem}.stat strong{display:block;color:#d69e2e;font-weight:700}.stat span{font-size:.9rem;color:#4a5568}.investment-opportunity{background:linear-gradient(135deg,#2d3748,#4a5568);color:#fff}.market-overview{margin-bottom:4rem}.market-overview h3{color:#fff;margin-bottom:2rem;text-align:center}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.market-card{background:#ffffff1a;border-radius:15px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.market-card:hover{background:#fff3}.market-icon{font-size:2rem;margin-bottom:1rem}.market-metric{font-size:2.5rem;font-weight:800;color:#fbb040;margin-bottom:.5rem}.market-label{color:#fff;margin-bottom:.5rem;font-weight:600}.market-trend{color:#fffc;font-size:.9rem}.opportunities-section h3{color:#fff;text-align:center;margin-bottom:3rem}.opportunities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.opportunity-card{background:#ffffff1a;border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.opportunity-card:hover{background:#ffffff26;transform:translateY(-10px)}.opportunity-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.opportunity-icon{font-size:3rem}.opportunity-header h4{color:#fff;margin-bottom:.5rem}.opportunity-header p{color:#ffffffe6}.revenue-potential{color:#fbb040;font-size:1.1rem;margin-bottom:1.5rem}.opportunity-examples h5{color:#fff;margin-bottom:1rem}.opportunity-examples ul{list-style:none}.opportunity-examples li{color:#ffffffe6;position:relative;padding:.25rem 0 .25rem 1.5rem}.opportunity-examples li:before{content:"→";position:absolute;left:0;color:#fbb040;font-weight:700}.domain-valuation{background:#ffffff1a;border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.valuation-header{text-align:center;margin-bottom:3rem}.valuation-header h3{color:#fff;margin-bottom:1rem}.valuation-header p{color:#ffffffe6}.valuation-factors{margin-bottom:2rem}.factor-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;margin-bottom:1rem;background:#ffffff0d;border-radius:12px}.factor-info h4{color:#fff;margin-bottom:.5rem}.factor-info p{color:#fffc;font-size:.9rem}.score-circle{width:60px;height:60px;border-radius:50%;background:#fbb040;display:flex;align-items:center;justify-content:center;font-weight:700;color:#2d3748}.valuation-summary{background:#ffffff1a;border-radius:15px;padding:2rem}.summary-content h4{color:#fbb040;margin-bottom:1rem}.summary-content p{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6}.investment-highlights{display:flex;flex-wrap:wrap;gap:1rem}.highlight{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#fff}.contact-section{background:linear-gradient(135deg,#fef5e7,#fed7aa)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-card{background:#fff;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 15px 35px #0000001a;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.contact-icon{font-size:3rem;margin-bottom:1.5rem}.contact-card h3{color:#2d3748;margin-bottom:1rem}.contact-card p{color:#4a5568;margin-bottom:1rem}.contact-info{color:#d69e2e;font-weight:600;margin-bottom:1.5rem}.contact-button{background:linear-gradient(135deg,#d69e2e,#b7791f);color:#fff;border:none;border-radius:25px;padding:.75rem 2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-button:hover{transform:scale(1.05)}.transfer-process h3{color:#2d3748;margin-bottom:2rem}.process-steps{display:flex;flex-direction:column;gap:1.5rem}.process-step{display:flex;align-items:center;gap:1.5rem;background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px #0000000d}.step-number{width:40px;height:40px;border-radius:50%;background:#d69e2e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step-content h4{color:#2d3748;margin-bottom:.5rem}.step-content p{color:#4a5568;font-size:.95rem}.contact-cta{background:#fff;border-radius:20px;padding:3rem;text-align:center;box-shadow:0 15px 35px #0000001a;margin-bottom:3rem}.cta-content h3{color:#2d3748;margin-bottom:1rem}.cta-content p{color:#4a5568;margin-bottom:2rem;line-height:1.6}.cta-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.cta-feature{display:flex;align-items:center;gap:.5rem;color:#4a5568}.main-cta-button{background:linear-gradient(135deg,#d69e2e,#b7791f);color:#fff;border:none;border-radius:50px;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;cursor:pointer;box-shadow:0 10px 25px #d69e2e4d;transition:all .3s ease}.main-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #d69e2e66}.domain-guarantee{background:#2d3748;color:#fff;border-radius:20px;padding:2rem}.guarantee-content h4{color:#fbb040;margin-bottom:1rem}.guarantee-content p{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6}.trust-indicators{display:flex;flex-wrap:wrap;gap:1rem}.trust-item{background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.footer{background:#2d3748;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 3fr;gap:3rem;margin-bottom:2rem}.footer-brand .brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#fbb040;margin-bottom:1rem}.footer-brand p{color:#cbd5e0;line-height:1.6}.footer-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.info-section h4{color:#fff;margin-bottom:1rem}.info-section ul{list-style:none}.info-section li{color:#cbd5e0;padding:.25rem 0;font-size:.9rem}.footer-bottom{padding-top:2rem;border-top:1px solid #4a5568}.footer-divider{margin-bottom:1.5rem}.bottom-content{text-align:center;margin-bottom:1.5rem}.bottom-content p{color:#a0aec0;margin-bottom:.5rem}.footer-highlights{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.highlight{background:#fbb04033;color:#fbb040;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.inquiry-modal{background:#fff;border-radius:25px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#fef5e7,#fed7aa);border-radius:25px 25px 0 0}.modal-header h3{color:#2d3748;margin:0 0 .5rem;font-size:1.5rem}.modal-header p{color:#4a5568;margin:0}.inquiry-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section h4{color:#2d3748;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-actions{margin-top:2rem}.inquiry-guarantee{background:#f0f9ff;border-radius:15px;padding:1.5rem;margin-top:2rem;border:1px solid #bae6fd}.guarantee-content h5{color:#0c4a6e;margin-bottom:1rem}.guarantee-content p{color:#0c4a6e;margin-bottom:1rem;font-size:.95rem}.guarantee-features{display:flex;flex-wrap:wrap;gap:.75rem}.guarantee-item{background:#fff;color:#0c4a6e;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.success-message{padding:3rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:1.5rem}.success-message h3{color:#2d3748;margin-bottom:1rem;font-size:1.5rem}.success-message p{color:#4a5568;margin-bottom:2rem;line-height:1.6}.success-details{background:#f0f9ff;border-radius:15px;padding:1.5rem;margin-bottom:2rem;text-align:left;border:1px solid #bae6fd}.success-details h4{color:#0c4a6e;margin-bottom:1rem}.success-details ul{list-style:none}.success-details li{color:#0c4a6e;padding:.5rem 0;font-weight:500}.success-note{background:#fef5e7;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #fed7aa}.success-note p{color:#92400e;margin:0;font-weight:500}@media(max-width:768px){.nav-menu{display:none}.domain-name{font-size:2.5rem}.hero-features{flex-direction:column;align-items:center}.showcase-content,.location-content,.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.cta-stats,.location-stats{flex-direction:column;gap:1rem}.footer-content,.footer-info{grid-template-columns:1fr;text-align:center}.footer-highlights{justify-content:center}.highlight-content{grid-template-columns:1fr;text-align:center}.floating-element{display:none}}
