: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}html{overflow-x:hidden;width:100%;scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden;width:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}#root{overflow-x:hidden;width:100%}.app{min-height:100vh;background:#000;overflow-x:hidden;max-width:100vw;position:relative}.gradient-orb{position:fixed;border-radius:50%;filter:blur(120px);opacity:.3;pointer-events:none;z-index:0;animation:float 20s infinite ease-in-out}.orb-1{width:600px;height:600px;background:radial-gradient(circle,#d97706 0%,transparent 70%);top:-200px;right:-200px;animation-delay:0s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,#7c3aed 0%,transparent 70%);bottom:-150px;left:-150px;animation-delay:7s}.orb-3{width:400px;height:400px;background:radial-gradient(circle,#ec4899 0%,transparent 70%);top:50%;left:50%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(100px,-100px) scale(1.1)}66%{transform:translate(-100px,100px) scale(.9)}}.nav{position:fixed;width:100%;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1);background:transparent;padding:1.5rem 0}.nav-scrolled{background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem}.nav-content{display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem}.logo-icon-wrapper{width:40px;height:40px;background:transparent;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:none}.nav-logo-icon{width:24px;height:24px;color:#fff}.logo-icon-wrapper img{width:100%;height:100%;object-fit:contain}.nav-logo-text{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-cta{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;padding:.75rem 1.5rem;border-radius:50px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #d977064d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d9770680}.cta-arrow{width:18px;height:18px;transition:transform .3s}.nav-cta:hover .cta-arrow{transform:translate(4px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 2rem}.hero-bg-animated{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(124,58,237,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(217,119,6,.15) 0%,transparent 50%),linear-gradient(180deg,#000,#0a0a0a);animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.8}}.hero-parallax{position:absolute;inset:0;pointer-events:none}.floating-notes{position:absolute;inset:0}.note{position:absolute;color:#d977061a;animation:floatNote 20s infinite ease-in-out}.note-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.note-2{width:60px;height:60px;top:60%;right:15%;animation-delay:7s}.note-3{width:50px;height:50px;bottom:25%;left:20%;animation-delay:14s}@keyframes floatNote{0%,to{transform:translateY(0) rotate(0);opacity:.1}50%{transform:translateY(-50px) rotate(180deg);opacity:.2}}.hero-content{position:relative;z-index:10;text-align:center;max-width:1100px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:.5rem 1.25rem;border-radius:50px;margin-bottom:2rem;font-size:.9rem;color:#d1d5db}.sparkle-icon{width:16px;height:16px;color:#fbbf24}.hero-title{font-size:clamp(3rem,10vw,7rem);font-weight:700;line-height:1;margin-bottom:1.5rem;letter-spacing:-.03em}.title-line{display:block;background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-line-accent{background:linear-gradient(135deg,#d97706,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#9ca3af;margin-bottom:3rem;font-weight:300;line-height:1.6}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.hero-cta-primary{position:relative;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;border:none;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #d9770666;overflow:hidden}.hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 50px #d9770699}.button-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.hero-cta-primary:hover .button-shine{left:100%}.hero-cta-secondary{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1.25rem 2.5rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.hero-cta-secondary:hover{background:#ffffff1a;border-color:#fff3}.hero-stats{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#d97706,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#9ca3af;font-weight:500}.stat-divider{width:1px;height:40px;background:#ffffff1a}.scroll-indicator-modern{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:.6}.scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#9ca3af}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,#9ca3af,transparent);animation:scrollLine 2s infinite}@keyframes scrollLine{0%{transform:translateY(0);opacity:0}50%{opacity:1}to{transform:translateY(30px);opacity:0}}.fade-up,.fade-in{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.fade-up{transform:translateY(30px)}.fade-up.animate-in{opacity:1;transform:translateY(0)}.fade-in.animate-in{opacity:1}.container{max-width:1400px;margin:0 auto;padding:0 2rem}section{position:relative;padding:8rem 0;width:100%;overflow:hidden}.section-header{text-align:center;margin-bottom:5rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#d977061a;border:1px solid rgba(217,119,6,.2);padding:.5rem 1rem;border-radius:50px;margin-bottom:1.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#f59e0b}.section-badge.light{background:#ffffff1a;border-color:#fff3;color:#fbbf24}.badge-dot{width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.section-title-modern{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff}.section-title-modern.light{color:#fff}.gradient-text{background:linear-gradient(135deg,#d97706,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description-modern{font-size:1.25rem;color:#9ca3af;line-height:1.8;max-width:800px;margin:0 auto}.section-description-modern.light{color:#ffffffb3}.about{background:linear-gradient(180deg,#000,#0a0a0a)}.features-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem}.feature-card-modern{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.feature-card-bg{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(217,119,6,.05),transparent);opacity:0;transition:opacity .4s}.feature-card-modern:hover{transform:translateY(-8px);border-color:#d977064d;box-shadow:0 20px 60px #d977061a}.feature-card-modern:hover .feature-card-bg{opacity:1}.feature-icon-modern{width:60px;height:60px;background:linear-gradient(135deg,#d977061a,#fbbf241a);border:1px solid rgba(217,119,6,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s}.feature-card-modern:hover .feature-icon-modern{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#d9770633,#fbbf2433)}.feature-icon-modern svg{width:28px;height:28px;color:#f59e0b}.feature-title-modern{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem}.feature-text-modern{font-size:1rem;color:#9ca3af;line-height:1.7}.services-modern{background:#0a0a0a;position:relative}.services-modern:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(217,119,6,.2),transparent)}.services-list{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.service-item-modern{position:relative;display:grid;grid-template-columns:80px 80px 1fr 60px;gap:2rem;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.service-item-modern:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#d97706,#fbbf24);transform:scaleY(0);transition:transform .4s}.service-item-modern:hover{transform:translate(10px);border-color:#d977064d;background:#d9770605}.service-item-modern:hover:before{transform:scaleY(1)}.service-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#d977064d,#fbbf241a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Georgia,serif}.service-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,#d977061a,#fbbf241a);border:1px solid rgba(217,119,6,.2);border-radius:18px;display:flex;align-items:center;justify-content:center;transition:all .4s}.service-item-modern:hover .service-icon-wrapper{transform:rotate(10deg) scale(1.1);background:linear-gradient(135deg,#d9770633,#fbbf2433)}.service-icon-modern{width:32px;height:32px;color:#f59e0b}.service-content{min-width:0}.service-title-modern{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:.75rem}.service-description-modern{font-size:1rem;color:#9ca3af;line-height:1.7;margin-bottom:1rem}.service-features{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-features li{font-size:.9rem;color:#6b7280;padding-left:1.5rem;position:relative}.service-features li:before{content:"→";position:absolute;left:0;color:#d97706;font-weight:700}.service-arrow{width:40px;height:40px;background:#d977061a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s}.service-arrow svg{width:20px;height:20px;color:#f59e0b;transition:transform .4s}.service-item-modern:hover .service-arrow{background:#d9770633}.service-item-modern:hover .service-arrow svg{transform:translate(5px)}.mvp-modern{position:relative;background:linear-gradient(180deg,#0a0a0a,#000)}.mvp-bg-gradient{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.1) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(217,119,6,.1) 0%,transparent 50%)}.mvp-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem;position:relative;z-index:1}.mvp-card-premium{position:relative;background:#ffffff05;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.mvp-card-glow{position:absolute;inset:-50%;background:radial-gradient(circle,rgba(217,119,6,.1) 0%,transparent 70%);opacity:0;transition:opacity .5s}.mvp-card-premium:hover{transform:translateY(-10px);border-color:#d9770666;box-shadow:0 30px 80px #d9770626}.mvp-card-premium:hover .mvp-card-glow{opacity:1}.mvp-card-number{font-size:5rem;font-weight:700;background:linear-gradient(135deg,#d9770633,#fbbf241a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Georgia,serif;line-height:1;margin-bottom:1rem}.mvp-card-title-premium{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#d97706,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.mvp-card-description{font-size:1.05rem;color:#ffffffb3;line-height:1.7;margin-bottom:2rem}.mvp-card-features{display:flex;flex-wrap:wrap;gap:.75rem}.mvp-feature{padding:.5rem 1rem;background:#d977061a;border:1px solid rgba(217,119,6,.2);border-radius:50px;font-size:.85rem;color:#fbbf24;font-weight:500}.testimonials-modern{background:#000}.testimonials-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.testimonial-card-modern{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;transition:all .4s}.testimonial-card-modern:hover{transform:translateY(-5px);border-color:#d977064d;box-shadow:0 20px 60px #0000004d}.testimonial-stars-modern{display:flex;gap:.25rem;margin-bottom:1.5rem}.star-filled{width:20px;height:20px;color:#fbbf24;fill:#fbbf24}.testimonial-quote{font-size:1.05rem;color:#d1d5db;line-height:1.8;margin-bottom:2rem;font-style:italic}.testimonial-author-card{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#d97706,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:#fff}.author-name{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:.25rem}.author-role{font-size:.9rem;color:#6b7280}.booking-modern{background:linear-gradient(180deg,#000,#0a0a0a);padding:10rem 2rem}.booking-container-modern{max-width:900px;margin:0 auto}.booking-card-modern{position:relative;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:32px;padding:4rem;overflow:hidden}.booking-card-glow{position:absolute;inset:-50%;background:radial-gradient(circle,rgba(217,119,6,.15) 0%,transparent 60%);animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.booking-content-wrapper{position:relative;z-index:1}.booking-header-modern{text-align:center;margin-bottom:3rem}.booking-title-modern{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.booking-subtitle-modern{font-size:1.15rem;color:#9ca3af}.booking-form-modern{display:flex;flex-direction:column;gap:1.5rem}.form-group-modern{position:relative}.form-input-modern,.form-textarea-modern{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem 1.5rem;font-size:1rem;color:#fff;font-family:inherit;transition:all .3s}.form-input-modern::placeholder,.form-textarea-modern::placeholder{color:#6b7280}.form-input-modern:focus,.form-textarea-modern:focus{outline:none;border-color:#d97706;background:#ffffff14;box-shadow:0 0 0 4px #d977061a}.form-textarea-modern{resize:none;min-height:120px}.form-submit-modern{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;padding:1.5rem;border-radius:16px;border:none;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #d9770666;overflow:hidden;margin-top:1rem}.form-submit-modern:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 50px #d9770699}.form-submit-modern:disabled{opacity:.5;cursor:not-allowed;transform:none}.submit-arrow{width:20px;height:20px;transition:transform .3s}.form-submit-modern:hover:not(:disabled) .submit-arrow{transform:translate(5px)}.success-message-modern{margin-top:2rem;padding:1.5rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:16px;color:#86efac;text-align:center;font-weight:500}.contact-modern{background:#0a0a0a;padding:8rem 0}.contact-content-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 992px){.contact-content-grid{grid-template-columns:1fr 1fr}}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-title-modern{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:1rem}.contact-description{font-size:1.15rem;color:#9ca3af;line-height:1.7}.contact-items{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.contact-item-modern{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;text-decoration:none;transition:all .3s}.contact-item-modern:hover{background:#ffffff0d;border-color:#d977064d;transform:translate(5px)}.contact-item-icon{width:48px;height:48px;background:linear-gradient(135deg,#d977061a,#fbbf241a);border:1px solid rgba(217,119,6,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item-icon svg{width:22px;height:22px;color:#f59e0b}.contact-item-content{flex:1}.contact-item-label{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-weight:600}.contact-item-value{font-size:1.05rem;color:#fff;font-weight:500}.contact-schedule{margin-top:2rem;padding:1.5rem;background:#d977060d;border:1px solid rgba(217,119,6,.2);border-radius:16px;text-align:center;color:#fbbf24;font-weight:500}.contact-map-section{display:flex;align-items:center;justify-content:center}.map-placeholder{width:100%;height:500px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.map-icon{width:60px;height:60px;color:#6b7280}.map-placeholder p{color:#6b7280;font-size:1.1rem}.footer-modern{background:#000;border-top:1px solid rgba(255,255,255,.05);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.footer-content{grid-template-columns:1.5fr 2fr}}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-icon{width:32px;height:32px;color:#d97706}.footer-logo-text{font-size:1.5rem;font-weight:600;color:#fff}.footer-tagline{font-size:1rem;color:#6b7280;line-height:1.7}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer-link-group{display:flex;flex-direction:column;gap:1rem}.footer-link-title{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-link{font-size:.95rem;color:#6b7280;text-decoration:none;transition:all .3s}.footer-link:hover{color:#f59e0b;transform:translate(3px)}.footer-bottom{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}@media (min-width: 768px){.footer-bottom{flex-direction:row}}.footer-copyright{font-size:.9rem;color:#6b7280}.footer-legal{display:flex;gap:2rem}.footer-legal-link{font-size:.9rem;color:#6b7280;text-decoration:none;transition:color .3s}.footer-legal-link:hover{color:#f59e0b}@media (max-width: 991px){section{padding:5rem 0}.section-header{margin-bottom:3rem}.service-item-modern{grid-template-columns:1fr;gap:1.5rem}.service-number{font-size:2rem}.service-icon-wrapper{width:60px;height:60px}.service-arrow{display:none}.booking-card-modern{padding:2.5rem 1.5rem}.hero-stats{gap:2rem}.stat-divider{display:none}}@media (max-width: 767px){.nav-container{padding:0 1rem}.hero{padding:0 1rem;min-height:90vh}.hero-badge{font-size:.8rem;padding:.4rem 1rem}.hero-cta-group{flex-direction:column;width:100%}.hero-cta-primary,.hero-cta-secondary{width:100%}.hero-stats{flex-direction:column;gap:1.5rem}.stat-number{font-size:2rem}.features-grid-modern,.mvp-cards,.testimonials-grid-modern{grid-template-columns:1fr}.booking-modern{padding:5rem 1rem}.contact-title-modern{font-size:2rem}.map-placeholder{height:300px}.footer-links{grid-template-columns:1fr}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#d97706,#f59e0b);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#f59e0b,#fbbf24)}::selection{background:#d977064d;color:#fff}@media (max-width: 767px){section{padding:3rem 0}.container{padding:0 1rem}.hero{min-height:100vh;padding:10rem 1.25rem 3rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:60%;background:linear-gradient(180deg,rgba(124,58,237,.15) 0%,transparent 100%);pointer-events:none;z-index:1}.hero:after{content:"";position:absolute;top:20%;right:-30%;width:400px;height:400px;background:radial-gradient(circle,rgba(217,119,6,.08) 0%,transparent 70%);border-radius:50%;animation:floatCircle 20s infinite ease-in-out;z-index:0}@keyframes floatCircle{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,50px) scale(1.1)}}.hero-content{position:relative;z-index:2;padding-bottom:5rem}.hero-badge{display:inline-flex;background:#d9770626;border:1px solid rgba(217,119,6,.3);padding:.5rem 1rem;font-size:.8rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge span{display:inline}.hero-title{font-size:2.5rem;margin-bottom:1.25rem;text-shadow:0 4px 20px rgba(217,119,6,.2)}.title-line-accent:after{content:"";display:block;width:60px;height:3px;background:linear-gradient(90deg,#d97706,transparent);margin:.5rem auto 0}.hero-subtitle{font-size:1rem;margin-bottom:2.5rem;line-height:1.6;color:#d1d5db}.hero-cta-group{gap:.75rem;margin-bottom:3rem}.hero-cta-primary,.hero-cta-secondary{padding:.875rem 1.5rem;font-size:.95rem}.hero-cta-primary{box-shadow:0 8px 30px #d9770666}.hero-stats{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem 1rem;margin-top:2.5rem;margin-bottom:4rem;flex-direction:row;gap:1.5rem;position:relative;z-index:2}.stat-number{font-size:1.75rem;text-shadow:0 2px 10px rgba(217,119,6,.3)}.stat-label{font-size:.75rem}.scroll-indicator-modern{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.1);z-index:10}.scroll-text{font-size:.65rem;color:#9ca3af;text-align:center}.scroll-line{width:1px;height:40px;margin:.5rem auto 0}.nav{background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav-scrolled{background:#000000fa}.nav-container{padding:0 1rem}.nav-logo-text{font-size:1.125rem}.logo-icon-wrapper{width:35px;height:35px}.nav-cta{padding:.5rem 1rem;font-size:.875rem}.section-header{margin-bottom:2.5rem}.section-title-modern{font-size:1.75rem;line-height:1.2}.section-title-modern br{display:none}.section-description-modern{font-size:.95rem}.feature-card-modern{padding:1.75rem}.feature-icon-modern{width:50px;height:50px}.feature-icon-modern svg{width:24px;height:24px}.feature-title-modern{font-size:1.125rem}.feature-text-modern{font-size:.9rem}.service-item-modern{padding:1.5rem;gap:1rem}.service-number{display:none}.service-icon-wrapper{width:55px;height:55px}.service-icon-modern{width:26px;height:26px}.service-title-modern{font-size:1.25rem;margin-bottom:.5rem}.service-description-modern{font-size:.9rem;margin-bottom:.75rem}.service-features{gap:.4rem}.service-features li{font-size:.85rem}.mvp-card-premium{padding:1.75rem}.mvp-card-number{font-size:3rem;margin-bottom:.75rem}.mvp-card-title-premium{font-size:1.5rem;margin-bottom:.75rem}.mvp-card-description{font-size:.9rem;margin-bottom:1.25rem}.mvp-feature{font-size:.8rem;padding:.4rem .75rem}.testimonial-card-modern{padding:1.75rem}.testimonial-quote{font-size:.95rem;margin-bottom:1.5rem}.author-avatar{width:40px;height:40px;font-size:1.1rem}.author-name{font-size:.95rem}.author-role{font-size:.8rem}.booking-modern{padding:3rem 1rem}.booking-card-modern{padding:2rem 1.25rem}.booking-title-modern{font-size:1.75rem}.booking-title-modern br{display:none}.booking-subtitle-modern{font-size:.95rem}.form-input-modern,.form-textarea-modern{padding:.875rem 1rem;font-size:.95rem;border-radius:12px}.form-submit-modern{padding:1rem;font-size:.95rem}.contact-title-modern{font-size:1.75rem}.contact-description{font-size:.95rem}.contact-item-modern{padding:1.25rem}.contact-item-icon{width:42px;height:42px}.contact-item-icon svg{width:20px;height:20px}.contact-item-value{font-size:.95rem}.map-placeholder,.contact-map-section iframe{height:300px!important;min-height:300px}.footer-modern{padding:3rem 0 1.5rem}.footer-content{gap:2rem}.footer-logo-text{font-size:1.25rem}.footer-tagline{font-size:.9rem}.footer-links{gap:1.5rem}.footer-link,.footer-legal-link{font-size:.875rem}.floating-notes,.gradient-orb{display:none}}@media (max-width: 374px){.hero{padding-top:9rem}.hero-title{font-size:1.875rem}.hero-stats{gap:1rem;padding:1.25rem .75rem}.stat-number{font-size:1.25rem}.stat-label{font-size:.7rem}.section-title-modern{font-size:1.5rem}.booking-card-modern{padding:1.5rem 1rem}}
