
:root {
  --bg: #f6f2ec;
  --surface: #ffffff;
  --surface-soft: #fbf8f4;
  --surface-tint: #f1e3cf;
  --text: #1d1a18;
  --muted: #62564d;
  --line: rgba(34, 28, 23, 0.10);
  --navy: #1c1a28;
  --navy-2: #27243a;
  --gold: #e0b646;
  --gold-2: #c9932d;
  --gold-soft: #f6ead0;
  --warm: #b67e52;
  --warm-2: #8c5c35;
  --success: #4f715a;
  --shadow: 0 18px 42px rgba(26, 22, 18, 0.10);
  --shadow-lg: 0 28px 70px rgba(18, 15, 13, 0.18);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(224,182,70,0.14), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(182,126,82,0.10), transparent 18%),
    linear-gradient(180deg, #fcfaf7 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.72;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus { left: 16px; top: 16px; background: #fff; padding: 10px 14px; z-index: 200; border-radius: 12px; }
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.84);
  font-size: .92rem;
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 0;
}
.topbar-meta, .topbar-links { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.topbar a:hover { color: #fff; }
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand-mark {
  width: 54px; height: 54px; border-radius: 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #1f1820; display: grid; place-items: center; font-weight: 900; box-shadow: var(--shadow);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.08; }
.brand-title { font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.brand-sub { font-size: .78rem; color: var(--muted); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav-links a {
  padding: 10px 14px; border-radius: 999px; font-weight: 800; color: #2d2730; font-size: .96rem;
}
.nav-links a:hover, .nav-links a.active { background: var(--gold-soft); color: #211b20; }
.menu-toggle {
  display: none; border: 1px solid var(--line); background: #fff; color: var(--navy);
  border-radius: 14px; padding: 11px 14px; font-weight: 800; box-shadow: var(--shadow);
}
.mobile-menu {
  display: none; padding: 0 0 16px;
}
.mobile-menu.open { display: grid; gap: 8px; }
.mobile-menu a { padding: 12px 14px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 700; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 0;
  transition: .2s ease; box-shadow: var(--shadow);
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), #f1c14a); color: #231a16; }
.btn-dark { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: #fff; }
.btn-light { background: #fff; border: 1px solid var(--line); color: var(--navy); }
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(28,26,40,.97), rgba(28,26,40,.88));
  color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(22,18,28,.88), rgba(22,18,28,.22) 55%, rgba(22,18,28,.08)), url('../images/hero-premium.svg') center/cover no-repeat;
}
.hero .container { position: relative; z-index: 1; }
.hero-grid {
  min-height: 680px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 26px; padding: 74px 0 110px;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); font-weight: 800; font-size: .9rem;
}
.kicker::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
h1, h2, h3, h4 { line-height: 1.14; margin: 0 0 16px; }
h1 { font-size: clamp(2.45rem, 5vw, 5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.03em; }
h3 { font-size: 1.35rem; }
.hero h1 span { color: #ffd46a; }
.lead {
  font-size: 1.07rem; max-width: 64ch; color: rgba(255,255,255,.84);
}
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-facts {
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 30px;
}
.hero-fact {
  padding: 18px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(8px);
}
.hero-fact strong { display: block; font-size: 1.18rem; color: #fff; }
.hero-card {
  justify-self: end; width: min(520px, 100%); padding: 22px; border-radius: 28px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px);
}
.hero-card img { border-radius: 22px; width: 100%; }
.hero-card .mini-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 14px; }
.hero-card .mini-stat { background: rgba(255,255,255,.09); border-radius: 16px; padding: 14px; text-align: center; }
.hero-card .mini-stat strong { display: block; font-size: 1.1rem; }
.service-strip {
  margin-top: -52px; position: relative; z-index: 2;
}
.strip-shell {
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy);
}
.strip-marquee {
  display: flex; overflow: hidden; white-space: nowrap; background: linear-gradient(90deg, #1d1a2c, #232036);
}
.strip-track {
  display: flex; align-items: center; gap: 16px; padding: 18px 0; min-width: max-content; animation: marquee 28s linear infinite;
}
.strip-track span {
  display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 800; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.12);
}
.strip-track i {
  width: 40px; height: 40px; border-radius: 12px; background: rgba(224,182,70,.16); display: grid; place-items: center; color: var(--gold); font-style: normal;
}
@keyframes marquee { from { transform: translateX(0);} to { transform: translateX(-50%);} }
.section { padding: 86px 0; }
.section-tight { padding: 72px 0; }
.section-head {
  display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px;
}
.section-copy { max-width: 70ch; color: var(--muted); }
.kicker-dark { color: var(--gold-2); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin-bottom: 10px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.card, .service-card, .info-card, .price-card, .review-card, .faq-item, .contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.card { padding: 28px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.feature-box {
  padding: 26px; background: var(--surface); border-radius: 24px; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.feature-box .icon, .service-card .icon {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-soft), #fff7e3); color: var(--gold-2); font-size: 1.45rem;
}
.split-banner {
  overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1.2fr .8fr; min-height: 260px;
}
.split-banner .left {
  background: linear-gradient(135deg, #1c1a28, #2b2638); color: #fff; padding: 34px;
}
.split-banner .right {
  background: linear-gradient(135deg, #f2c550, #d69f2d); color: #231a16; padding: 34px;
}
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card { overflow: hidden; }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.service-card-body { padding: 24px; }
.checklist, .district-list, .price-list, .footer-links { list-style: none; padding: 0; margin: 0; }
.checklist { display: grid; gap: 12px; }
.checklist li, .district-list li { position: relative; padding-left: 30px; color: #4d433d; }
.checklist li::before, .district-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 999px; display: grid; place-items: center; font-weight: 900; background: var(--gold-soft); color: var(--gold-2);
}
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.price-card { padding: 28px; position: relative; }
.price-card.featured { border-color: rgba(224,182,70,.55); background: linear-gradient(180deg, #fffdfa, #fff7ea); }
.price-badge {
  position: absolute; top: 18px; right: 18px; padding: 8px 12px; border-radius: 999px; background: #1d1a28; color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .04em;
}
.price { font-size: 2.4rem; line-height: 1; font-weight: 900; margin: 12px 0 10px; color: var(--navy); }
.price small { font-size: 1rem; color: var(--muted); font-weight: 700; }
.price-note { color: var(--muted); font-size: .96rem; }
.district-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.district-card { padding: 24px; }
.district-card h3 { margin-bottom: 10px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.review-card { padding: 24px; }
.stars { color: var(--gold-2); letter-spacing: .08em; font-size: 1.05rem; margin-bottom: 10px; }
.faq-grid { display: grid; gap: 16px; }
.faq-item { padding: 22px 24px; }
.faq-item h3 { margin-bottom: 10px; }
.notice {
  padding: 16px 18px; border-radius: 18px; background: #fff9eb; border: 1px solid rgba(224,182,70,.35); color: #57442d;
}
.contact-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 24px; }
.contact-card { padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: grid; gap: 8px; margin-bottom: 14px; }
label { font-weight: 800; font-size: .96rem; }
input, textarea, select {
  width: 100%; padding: 14px 15px; border-radius: 16px; border: 1px solid var(--line); background: #fff; font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
.footer {
  background: #181521; color: rgba(255,255,255,.78); margin-top: 72px;
}
.footer-top { display: grid; grid-template-columns: 1.15fr .85fr .9fr .85fr; gap: 24px; padding: 56px 0 30px; }
.footer a:hover { color: #fff; }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; padding: 18px 0 30px; border-top: 1px solid rgba(255,255,255,.08); }
.sticky-call {
  position: fixed; right: 18px; bottom: 18px; z-index: 100;
}
.sticky-call a {
  width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #f1c14a); color: #1f1820; display: grid; place-items: center; box-shadow: var(--shadow-lg); font-size: 1.55rem;
}
.reveal { opacity: 0; transform: translateY(26px); transition: .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.center { text-align: center; }
.hero-card p:last-child, .card p:last-child, .service-card p:last-child, .review-card p:last-child, .faq-item p:last-child { margin-bottom: 0; }
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero-grid, .grid-2, .contact-layout, .split-banner, .footer-top { grid-template-columns: 1fr; }
  .hero-card { justify-self: stretch; }
  .feature-grid, .service-grid, .pricing-grid, .district-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .topbar-inner, .section-head { display: grid; }
  .hero-grid { min-height: auto; padding: 52px 0 88px; }
  .hero-facts, .form-grid, .feature-grid, .service-grid, .pricing-grid, .district-grid, .reviews-grid { grid-template-columns: 1fr; }
  .strip-track span { padding: 0 16px; }
  h1 { font-size: clamp(2rem, 10vw, 3rem); }
  h2 { font-size: clamp(1.65rem, 8vw, 2.35rem); }
  .section { padding: 72px 0; }
}
