* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; color: #EDE6DC; background: #131A3A; line-height: 1.6; }
h1, h2, h3 { line-height: 1.25; }
.center { text-align: center; }
a { color: #FFD9A0; }

.btn { display: inline-block; text-decoration: none; border-radius: 8px; font-weight: 600; background: #F26A2E; color: #fff; padding: 14px 28px; font-size: 17px; }
.btn:hover { background: #d95a22; }
.btn-small { padding: 8px 16px; font-size: 14px; }

header { position: sticky; top: 0; z-index: 10; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; padding: 12px 5%; background: rgba(15,18,40,0.92); backdrop-filter: blur(6px); border-bottom: 1px solid #2A3157; }
header .logo { color: #FFD9A0; font-weight: 700; font-size: 17px; text-decoration: none; }
header nav { display: flex; gap: 20px; flex-wrap: wrap; }
header nav a { color: #C6CCE6; text-decoration: none; font-size: 15px; }
header nav a:hover { color: #FFD9A0; }

.hero { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 80px 5%; position: relative; overflow: hidden; background: #131A3A; }
.hero video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translate(-50%, -50%); object-fit: cover; z-index: 0; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,35,0.45), rgba(10,12,35,0.2) 50%, rgba(10,12,35,0.7)); z-index: 1; }
.hero-content { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: clamp(28px, 5vw, 50px); max-width: 720px; text-shadow: 0 2px 16px rgba(0,0,0,0.6); }
.hero .sub { color: #FFE3C2; font-size: clamp(15px, 2vw, 20px); margin: 14px 0 26px; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.hero .small { color: #FFD9A0; font-size: 14px; margin-top: 14px; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }

.page-head { background: url('hero.jpg') center 60% / cover no-repeat; padding: 90px 5% 70px; text-align: center; position: relative; }
.page-head::after { content: ''; position: absolute; inset: 0; background: rgba(10,12,35,0.6); }
.page-head > * { position: relative; z-index: 2; }
.page-head h1 { color: #fff; font-size: clamp(26px, 4vw, 40px); text-shadow: 0 2px 14px rgba(0,0,0,0.6); }

section { padding: 56px 5%; max-width: 1100px; margin: 0 auto; }
section h2 { font-size: 27px; margin-bottom: 10px; color: #FFD9A0; }
section p { color: #C6CCE6; margin-bottom: 12px; }
.sub { color: #A9B0D0; }

.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 22px; }
.offer { background: #1B2450; border: 1px solid #2A3157; border-radius: 14px; overflow: hidden; position: relative; }
.offer.featured { border: 2px solid #F26A2E; }
.offer .badge { position: absolute; top: 12px; left: 12px; background: #F26A2E; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 20px; z-index: 2; }
.offer img { width: 100%; height: 210px; object-fit: cover; display: block; }
.offer-body { padding: 20px 22px 24px; }
.offer-body h3 { font-size: 20px; color: #fff; margin-bottom: 4px; }
.price { color: #FFAE42; font-weight: 700; font-size: 22px; margin: 8px 0 14px; }

.path-grid, .apart-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; margin: 24px 0; }
.path-grid div, .apart-grid div { background: #1B2450; border: 1px solid #2A3157; border-radius: 14px; padding: 22px; }
.path-grid .n { display: inline-block; color: #F26A2E; font-size: 26px; font-weight: 700; }
.path-grid h3, .apart-grid h3 { color: #fff; font-size: 18px; margin: 4px 0 8px; }

.gallery .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 20px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; display: block; }

.test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 22px; }
.quote { background: #1B2450; border-left: 3px solid #F26A2E; border-radius: 10px; padding: 20px 22px; }
.quote p { font-size: 15px; }
.quote span { color: #FFAE42; font-size: 14px; font-weight: 600; }

.faq h3 { color: #fff; font-size: 17px; margin: 18px 0 4px; }

.rates { width: 100%; border-collapse: collapse; margin: 20px 0; }
.rates th, .rates td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #2A3157; }
.rates th { color: #FFD9A0; font-size: 15px; }
.rates td { color: #C6CCE6; }

.cta { background: #1B2450; border-radius: 16px; text-align: center; padding: 44px 5%; margin: 20px auto 56px; }
.cta h2 { color: #fff; }
.cta p { color: #FFAE42; margin-bottom: 20px; }

footer { background: #0E1330; text-align: center; padding: 36px 5%; border-top: 1px solid #2A3157; }
footer p { color: #A9B0D0; font-size: 14px; margin-bottom: 4px; }
footer .fine { color: #6B7398; font-size: 12px; margin-top: 14px; }