@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b;line-height:1.6;-webkit-font-smoothing:antialiased}#root{max-width:100%;margin:0;padding:0;text-align:left}a{text-decoration:none;color:inherit}img{max-width:100%}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,box-shadow .3s;background:#0f0f1eb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;color:#fff}.logo-mark{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:#fff}.logo-mark.sm{width:24px;height:24px;font-size:.7rem;border-radius:6px}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#fffc;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#fff}.btn-nav{background:#3b82f6!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;transition:background .2s,transform .2s}.btn-nav:hover{background:#2563eb!important;transform:translateY(-1px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1a1a2e 40%,#16213e);color:#fff;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.1) 0%,transparent 60%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.08) 0%,transparent 50%)}.hero-content{position:relative;max-width:800px;text-align:center;padding:2rem}.badge{display:inline-block;padding:.35rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.25);margin-bottom:1.5rem}.badge.center{display:block;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:1rem}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.hero p{font-size:1.15rem;color:#ffffffb3;max-width:560px;margin:0 auto 2.5rem}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:10px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f64d}.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3)}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff80}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem}.stat{text-align:center}.stat strong{display:block;font-size:1.75rem;font-weight:800;color:#fff}.stat span{font-size:.8rem;color:#ffffff80}.stat-sep{width:1px;height:36px;background:#ffffff26}.section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section h2{font-size:2.25rem;font-weight:800;text-align:center;margin-bottom:.75rem;letter-spacing:-.01em}.section-sub{text-align:center;color:#64748b;max-width:500px;margin:0 auto 3rem;font-size:1.05rem}.section-alt{background:#f8fafc;max-width:100%;padding-left:2rem;padding-right:2rem}.section-alt .services-grid,.section-alt .contact-grid{max-width:1200px;margin:0 auto}.section-alt h2,.section-alt .badge{color:#0f172a}.hotel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.hotel-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;transition:all .25s;cursor:pointer}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;border-color:#cbd5e1}.hotel-card-visual{height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);font-size:2.5rem}.hotel-card-info{padding:1rem 1.25rem}.hotel-card-info h3{font-size:1rem;font-weight:700;margin-bottom:.35rem;color:#0f172a}.hotel-meta{display:flex;align-items:center;justify-content:space-between}.hotel-city{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:#64748b}.hotel-stars{color:#f59e0b;font-size:.75rem;letter-spacing:1px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#fff;border-radius:14px;padding:2rem 1.5rem;border:1px solid #e2e8f0;transition:all .25s}.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.service-icon{font-size:2rem;margin-bottom:1rem}.service-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.service-card p{font-size:.9rem;color:#64748b;line-height:1.5}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{text-align:left;margin-bottom:1rem}.about-text p{color:#475569;margin-bottom:1.5rem}.check-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.check-list li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:#334155}.check-list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#dcfce7;color:#16a34a;font-size:.7rem;font-weight:700;flex-shrink:0}.about-numbers{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.num-card{background:#fff;border-radius:14px;padding:2rem;text-align:center;border:1px solid #e2e8f0}.num-card strong{display:block;font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.num-card span{font-size:.85rem;color:#64748b}.num-card.accent{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none}.num-card.accent strong{color:#fff}.num-card.accent span{color:#ffffffb3}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.contact-card{background:#fff;border-radius:14px;padding:2rem 1.5rem;text-align:center;border:1px solid #e2e8f0}.contact-card span{font-size:1.75rem;display:block;margin-bottom:.75rem}.contact-card h4{font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem}.contact-card p{font-size:1rem;font-weight:600;color:#0f172a}.footer{background:#0f172a;color:#94a3b8;padding:2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#fff;font-size:1rem}.footer p{font-size:.85rem}@media(max-width:1024px){.hotel-grid{grid-template-columns:repeat(2,1fr)}.about-layout{grid-template-columns:1fr;gap:2.5rem}.about-text h2,.about-text{text-align:center}.check-list{align-items:center}.contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links a:not(.btn-nav){display:none}.hero h1{font-size:2.25rem}.hero p{font-size:1rem}.hero-stats{gap:1.25rem}.stat strong{font-size:1.35rem}.section{padding:4rem 1.25rem}.section h2{font-size:1.75rem}.services-grid,.hotel-grid,.contact-grid{grid-template-columns:1fr}.about-numbers{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;gap:.5rem;text-align:center}}
