:root {
  --bg: #111513;
  --bg-soft: #18201c;
  --card: #f5efe7;
  --text: #efe8dc;
  --muted: #b8ada0;
  --dark: #17201c;
  --accent: #c9a46a;
  --accent-2: #d9c6a5;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% 10%, rgba(201, 164, 106, 0.16), transparent 28%), var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(17, 21, 19, 0.62);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; letter-spacing: -0.03em; }
.logo span { color: var(--accent); }
.nav { display: flex; gap: 26px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 600; }
.nav a { transition: color .25s ease; }
.nav a:hover { color: var(--accent-2); }
.phone { color: var(--accent-2); font-size: 18px; font-weight: 700; white-space: nowrap; }
.burger { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 14px; }
.burger span { display: block; width: 18px; height: 2px; background: var(--text); margin: 4px auto; }

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url('assets/img/photo-1493836512294-502baa1986e2-334e723e.jpg') center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,19,17,.91), rgba(15,19,17,.58), rgba(15,19,17,.28)); }
.hero-content { position: relative; z-index: 1; max-width: 760px; padding-top: 80px; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--accent-2); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
h1, h2, h3 { margin: 0; font-family: 'Playfair Display', serif; line-height: 1.05; }
h1 { font-size: clamp(48px, 8vw, 92px); letter-spacing: -0.055em; }
h2 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.045em; }
h3 { font-size: 25px; }
.hero-text { margin: 28px 0 36px; max-width: 620px; color: rgba(255,255,255,.82); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-primary { background: var(--accent); color: #1b1712; }
.btn-ghost { border-color: rgba(255,255,255,.36); color: #fff; background: rgba(255,255,255,.06); }
.btn-dark { background: var(--dark); color: var(--text); }
.hero-card {
  position: absolute;
  z-index: 2;
  right: 8vw;
  bottom: 9vh;
  width: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(245,239,231,.13);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.hero-card span { color: var(--accent-2); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-card strong { display: block; margin: 8px 0; font-family: 'Playfair Display', serif; font-size: 36px; }
.hero-card p { margin: 0; color: rgba(255,255,255,.75); }

.section { padding: 110px 0; }
.about { background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
.about-grid, .contact-grid, .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-copy p:not(.section-label), .section-head p, .faq-title p, .contact-copy p { color: var(--muted); font-size: 18px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.stats div { padding: 22px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.04); }
.stats strong { display: block; color: var(--accent); font-size: 34px; line-height: 1; }
.stats span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); font-size: 13px; }
.about-media { position: relative; }
.about-media img { height: 580px; width: 100%; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.media-note { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; border-radius: 20px; background: rgba(17,21,19,.72); backdrop-filter: blur(16px); color: var(--accent-2); font-weight: 800; }

.cases, .pricing { background: #f4eee4; color: var(--dark); }
.cases .section-label, .pricing .section-label { color: #8c6b38; }
.section-head { max-width: 740px; margin-bottom: 46px; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { overflow: hidden; border-radius: 30px; background: #fffaf2; box-shadow: 0 18px 50px rgba(23,32,28,.12); }
.case-card img { height: 250px; width: 100%; object-fit: cover; transition: transform .45s ease; }
.case-card:hover img { transform: scale(1.08); }
.case-card div { padding: 26px; }
.case-card p, .price-card p { color: #6f675e; }

.process { background: var(--bg-soft); }
.process-grid, .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step-card { min-height: 260px; padding: 30px; border-radius: 28px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); transition: transform .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-8px); border-color: rgba(201,164,106,.55); }
.step-card span { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 18px; background: rgba(201,164,106,.14); color: var(--accent); font-weight: 900; }
.step-card h3 { margin-top: 26px; }
.step-card p { color: var(--muted); }

.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.price-card { position: relative; padding: 34px; border-radius: 30px; background: #fffaf2; box-shadow: 0 18px 50px rgba(23,32,28,.10); transition: transform .25s ease; }
.price-card:hover { transform: translateY(-8px); }
.price-card.featured { background: #17201c; color: #fff; }
.price-card.featured p { color: rgba(255,255,255,.72); }
.price-card strong { display: block; margin: 26px 0; font-size: 34px; font-family: 'Playfair Display', serif; }
.badge { position: absolute; top: 22px; right: 22px; padding: 8px 14px; border-radius: 999px; background: var(--accent); color: #1b1712; font-size: 12px; font-weight: 900; }

.faq { background: var(--bg); }
.accordion { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.045); overflow: hidden; }
.faq-item button { width: 100%; padding: 24px; border: 0; background: transparent; color: #fff; display: flex; align-items: center; justify-content: space-between; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { color: var(--accent); font-size: 24px; transition: transform .25s ease; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-content p { margin: 0; padding: 0 24px 24px; color: var(--muted); }
.faq-item.active .faq-content { max-height: 180px; }
.faq-item.active button span { transform: rotate(45deg); }

.contact { background: linear-gradient(135deg, #141b18, #263128); }
.contact-copy ul { list-style: none; padding: 0; margin: 28px 0 0; color: var(--accent-2); font-weight: 700; }
.contact-copy li + li { margin-top: 12px; }
.lead-form { padding: 34px; border-radius: 32px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.lead-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--accent-2); font-weight: 800; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 16px 18px; background: rgba(255,255,255,.10); color: #fff; outline: none; resize: vertical; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.48); }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--accent); }
.form-submit { width: 100%; }
.form-message { min-height: 24px; margin: 16px 0 0; color: var(--accent-2); font-weight: 700; }

.footer { padding: 34px 0; background: #0d100f; border-top: 1px solid var(--line); color: rgba(255,255,255,.68); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer a:hover { color: var(--accent-2); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav { position: fixed; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; padding: 22px; border-radius: 22px; background: rgba(17,21,19,.94); }
  .nav.open { display: flex; }
  .burger { display: block; }
  .phone { margin-left: auto; font-size: 15px; }
  .about-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-card { display: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { height: 74px; }
  .phone { display: none; }
  .section { padding: 74px 0; }
  .hero { min-height: 780px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .stats, .cards-grid, .process-grid, .pricing-grid { grid-template-columns: 1fr; }
  .about-media img { height: 420px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
