@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";:root{--bg-dark: #0a0a0a;--bg-card: #141414;--bg-overlay: rgba(0, 0, 0, .7);--text-primary: #f0f0f0;--text-secondary: #a0a0a0;--text-accent: #d4af37;--primary: #d4af37;--primary-hover: #e5c158;--font-sans: "Inter", sans-serif;--font-serif: "Playfair Display", serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-dark);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-primary);line-height:1.2}button{cursor:pointer;border:none;font-family:var(--font-sans)}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.text-gradient{background:linear-gradient(to right,#cfc09f,#ffecb3,#c4a747);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mb-6{margin-bottom:1.5rem}.mt-16{margin-top:4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:9999px;font-weight:600;font-size:1.125rem;transition:all .3s ease;text-decoration:none}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #d4af3763}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #d4af373b}.btn-outline{background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.btn-outline:hover{background:#fff3;transform:translateY(-2px)}.hero-section{position:relative;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video-wrapper{position:absolute;inset:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:#0009;z-index:10}.hero-container{position:relative;z-index:20;padding:0 1rem;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem;font-weight:500;color:#ffffffe6}.hero-badge svg{color:var(--primary)}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media(min-width:768px){.hero-title{font-size:4rem}}@media(min-width:1024px){.hero-title{font-size:5rem}}.hero-subtitle{display:block;font-size:1.5rem;font-weight:300;color:#fffc;margin-top:.5rem;font-family:var(--font-sans)}@media(min-width:768px){.hero-subtitle{font-size:2rem}}.hero-description{font-size:1.125rem;color:#ccc;max-width:42rem;margin-bottom:2.5rem}@media(min-width:768px){.hero-description{font-size:1.25rem}}.hero-actions{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:640px){.hero-actions{flex-direction:row;width:auto}}.hero-features{margin-top:4rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.875rem;color:#a0a0a0}@media(min-width:768px){.hero-features{grid-template-columns:repeat(4,1fr)}}.feature-item{display:flex;align-items:center;justify-content:center;gap:.5rem}.status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);opacity:.5}.mouse{width:26px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:20px;display:flex;justify-content:center;padding-top:8px}.wheel{width:4px;height:8px;background-color:#fff9;border-radius:2px}.section-title{font-size:2rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.section-title{font-size:2.5rem}}.text-secondary{color:var(--primary)}.bg-dark{background-color:var(--bg-dark)}.bg-card-dark{background-color:var(--bg-card)}.about-grid{display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-image-wrapper{position:relative;border-radius:var(--radius-lg);overflow:hidden}.about-image{width:100%;height:auto;border-radius:var(--radius-lg);display:block}.about-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.about-features{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.feature-row{display:flex;gap:1rem;align-items:flex-start}.feature-icon{background:#d4af371a;color:var(--primary);padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-title{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.feature-desc{font-size:.9rem;color:var(--text-secondary)}.offer-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.offer-grid{grid-template-columns:repeat(3,1fr)}}.offer-card{position:relative;height:400px;border-radius:var(--radius-lg);background-size:cover;background-position:center;overflow:hidden;transition:transform .3s ease;border:1px solid rgba(255,255,255,.05)}.offer-card:hover{transform:translateY(-5px)}.offer-card-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);height:100%;display:flex;flex-direction:column;justify-content:flex-end}.offer-icon{margin-bottom:1rem;color:var(--primary)}.offer-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.offer-desc{color:#ccc;font-size:1rem;line-height:1.5}.reviews-scroll-container{width:100%;overflow-x:auto;padding-bottom:2rem;-webkit-overflow-scrolling:touch}.reviews-track{display:flex;gap:1.5rem;padding-right:1rem}.review-card{flex:0 0 300px;background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.review-card{flex:0 0 350px}}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#333,#555);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.review-name{font-weight:600;font-size:.95rem}.review-date{font-size:.75rem;color:#777}.review-text{font-size:.9rem;color:#ccc;margin-bottom:1rem;line-height:1.5}.review-response{background:#ffffff08;padding:.75rem;border-radius:var(--radius-sm);border-left:2px solid var(--primary)}.contact-grid{display:grid;gap:3rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch}}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{color:var(--primary);background:#ffffff0d;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-actions{margin-top:2rem}.map-wrapper{min-height:300px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.google-map{filter:grayscale(1) invert(.9) contrast(.8)}.footer-section{padding:2rem 0;background:#000;border-top:1px solid #222;font-size:.9rem;color:#777}
