:root {
  --red: #e30613;
  --red-dark: #b8000a;
  --ink: #111318;
  --muted: #626772;
  --line: #e3e5e8;
  --paper: #fff;
  --bg: #f5f6f7;
  --soft-red: #fff0f1;
  --soft-blue: #edf5fb;
  --soft-violet: #f2f0ff;
  --radius: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 76px;
  padding: 10px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}

.logo { display: grid; line-height: .92; text-decoration: none; font-size: 28px; font-weight: 950; }
.logo strong { color: var(--red); }
.logo small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 28px); min-width: 0; color: var(--muted); font-size: 14px; font-weight: 800; }
.nav a { text-decoration: none; white-space: nowrap; }
.nav a:hover { color: var(--red); }
.topbar__contact { display: grid; justify-items: end; line-height: 1.15; white-space: nowrap; }
.topbar__contact small { color: var(--muted); font-size: 11px; font-weight: 800; }
.topbar__contact a { font-size: 18px; font-weight: 950; text-decoration: none; }
.burger { display: none; border: 0; background: transparent; font-size: 26px; }

.draft-ribbon {
  padding: 8px 18px;
  color: #7a5053;
  background: var(--soft-red);
  border-bottom: 1px solid #ffd7da;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .04em;
}

.breadcrumbs { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0 0; color: var(--muted); font-size: 14px; }
.breadcrumbs a { text-decoration: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1220px, calc(100% - 40px));
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 0;
}

.eyebrow { margin: 0 0 18px; font-size: 14px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::after { content: ""; display: block; width: 84px; height: 5px; margin-top: 12px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(44px, 5.5vw, 76px); line-height: .94; font-weight: 950; letter-spacing: -.045em; text-transform: uppercase; }
h2 { margin-bottom: 16px; font-size: clamp(30px, 3.8vw, 52px); line-height: 1; font-weight: 950; letter-spacing: -.035em; text-transform: uppercase; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.08; }
.lead { max-width: 700px; margin-bottom: 28px; color: var(--muted); font-size: clamp(19px, 1.8vw, 24px); line-height: 1.34; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--line); border-radius: 9px; font-weight: 900; text-decoration: none; }
.button--primary { border-color: var(--red); background: var(--red); color: #fff; }
.button--primary:hover { background: var(--red-dark); }
.button--ghost { background: var(--paper); }
.hero-note { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.hero-visual { position: relative; min-height: 500px; margin: 0; border-radius: 28px; overflow: hidden; background: #dde6eb; box-shadow: 0 26px 70px rgba(15,17,21,.12); }
.hero-visual img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.hero-visual--progressive { min-height: 0; aspect-ratio: 4 / 3; }
.hero-visual--progressive img { height: 100%; min-height: 0; object-fit: contain; object-position: center; }
.hero-visual--eye img { object-position: 70% center; }
.photo-note { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(14px); font-size: 14px; font-weight: 900; line-height: 1.4; }
.visual-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); }
.visual-caption span { padding: 10px; border-radius: 9px; background: rgba(255,255,255,.78); color: var(--muted); font-size: 12px; font-weight: 800; text-align: center; }
.visual-caption strong { display: block; margin-bottom: 3px; color: var(--red); font-size: 17px; }

.quick-facts { width: min(1220px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 auto 22px; }
.quick-facts div { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.quick-facts strong { display: block; margin-bottom: 6px; color: var(--red); font-size: 24px; }
.quick-facts span { color: var(--muted); line-height: 1.4; }

.section { padding: clamp(58px, 7vw, 92px) 0; }
.section--paper { background: var(--paper); }
.section--soft { background: var(--soft-blue); }
.section--violet { background: var(--soft-violet); }
.wrap { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr); gap: 30px; align-items: end; margin-bottom: 34px; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.card { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--soft-red); color: var(--red); font-weight: 950; }
.card p { margin: 0; color: var(--muted); line-height: 1.55; }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 6vw, 80px); align-items: center; }
.copy p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.plain-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.plain-list li { position: relative; padding: 16px 18px 16px 48px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); line-height: 1.45; }
.plain-list li::before { content: "✓"; position: absolute; left: 18px; top: 15px; color: var(--red); font-weight: 950; }

.price-panel { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); border: 1px solid #ffd3d6; border-radius: 24px; background: var(--paper); overflow: hidden; }
.price-main { display: grid; align-content: center; padding: clamp(28px, 5vw, 56px); background: var(--soft-red); }
.price-main small { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.price-main strong { color: var(--red); font-size: clamp(48px, 6vw, 78px); line-height: 1; }
.price-main span { color: var(--muted); }
.price-copy { padding: clamp(28px, 5vw, 56px); }
.price-copy h3 { font-size: 28px; }
.price-copy p { color: var(--muted); line-height: 1.55; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: steps; }
.step { position: relative; padding: 74px 24px 24px; border-top: 4px solid var(--line); }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; top: -24px; left: 22px; display: grid; width: 44px; height: 44px; place-items: center; border: 4px solid var(--paper); border-radius: 50%; background: var(--red); color: #fff; font-weight: 950; }
.step p { color: var(--muted); line-height: 1.5; }

.notice { margin-top: 26px; padding: 22px 24px; border-left: 5px solid var(--red); border-radius: 0 12px 12px 0; background: var(--soft-red); line-height: 1.55; }
.notice strong { display: block; margin-bottom: 6px; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.faq-list summary { padding: 20px 52px 20px 22px; cursor: pointer; font-size: 18px; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding: 0 22px 20px; margin: 0; color: var(--muted); line-height: 1.55; }

.locations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.location { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.location-label { color: var(--red); font-size: 12px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.location h3 { margin-top: 10px; font-size: 25px; }
.location p { color: var(--muted); line-height: 1.45; }
.location a { color: var(--red); font-size: 18px; font-weight: 950; text-decoration: none; }

.cta { padding: clamp(54px, 7vw, 88px) 0; background: var(--ink); color: #fff; }
.cta .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.cta h2 { max-width: 780px; margin: 0; }
.cta p { max-width: 650px; margin: 16px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.5; }
.cta-contact { display: grid; justify-items: end; gap: 12px; }
.cta-contact a:first-child { color: #fff; font-size: clamp(26px, 3vw, 38px); font-weight: 950; text-decoration: none; white-space: nowrap; }

.footer { padding: 28px 20px; color: var(--muted); background: var(--paper); font-size: 14px; text-align: center; }

.test-board { min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 0; border-radius: 28px; background: var(--paper); overflow: hidden; box-shadow: 0 26px 70px rgba(15,17,21,.1); }
.test-board__chart { display: grid; align-content: center; justify-items: center; gap: 6px; padding: 32px; background: #edf5fb; }
.chart-line { font-weight: 950; letter-spacing: .18em; line-height: 1; }
.chart-line:nth-child(1) { font-size: 62px; }
.chart-line:nth-child(2) { font-size: 39px; }
.chart-line:nth-child(3) { font-size: 27px; }
.chart-line:nth-child(4) { font-size: 19px; }
.chart-line:nth-child(5) { font-size: 13px; }
.test-board__person { position: relative; overflow: hidden; }
.test-board__person img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: 68% center; }
.test-board__tag { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); font-weight: 900; line-height: 1.4; }

.booking { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 30px; align-items: start; }
.booking-copy p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.booking-form label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 900; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
.booking-form .full { grid-column: 1 / -1; }
.booking-form .form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.proposal-index { min-height: 100svh; display: grid; place-items: center; padding: 40px 20px; background: linear-gradient(145deg, #f5f6f7, #edf5fb); }
.proposal-picker { width: min(1050px, 100%); }
.proposal-label, .proposal-type { color: var(--red); font-size: 13px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.proposal-picker h1 { max-width: 900px; font-size: clamp(42px, 6vw, 76px); }
.proposal-intro { max-width: 760px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.proposal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.proposal-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.proposal-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(17,19,24,.1); }
.proposal-num { position: absolute; top: 24px; right: 26px; color: #d6d9de; font-size: 56px; font-weight: 950; }
.proposal-card h2 { max-width: 520px; margin-top: 64px; font-size: clamp(28px, 3.4vw, 42px); }
.proposal-card p { color: var(--muted); line-height: 1.5; }
.proposal-card strong { margin-top: auto; color: var(--red); }

@media (max-width: 1100px) {
  .topbar { grid-template-columns: auto 1fr; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .topbar__contact { justify-self: end; }
}

@media (max-width: 820px) {
  .hero, .split, .price-panel, .booking { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 34px; }
  .hero-visual, .hero-visual img, .test-board__person img { min-height: 400px; }
  .hero-visual--progressive, .hero-visual--progressive img { min-height: 0; }
  .quick-facts, .card-grid { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 10px; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .locations, .proposal-grid { grid-template-columns: 1fr; }
  .cta .wrap { grid-template-columns: 1fr; }
  .cta-contact { justify-items: start; }
}

@media (max-width: 560px) {
  .topbar { min-height: 68px; padding-inline: 14px; }
  .logo { font-size: 23px; }
  .topbar__contact small { display: none; }
  .topbar__contact a { font-size: 15px; }
  .draft-ribbon { font-size: 11px; }
  .breadcrumbs, .hero, .quick-facts, .wrap { width: min(100% - 28px, 1220px); }
  h1 { font-size: clamp(38px, 11vw, 52px); }
  h2 { font-size: clamp(28px, 9vw, 40px); }
  .hero-visual, .hero-visual img { min-height: 330px; }
  .hero-visual--progressive, .hero-visual--progressive img { min-height: 0; }
  .visual-caption { grid-template-columns: 1fr; }
  .visual-caption span { display: flex; justify-content: space-between; align-items: center; }
  .timeline { grid-template-columns: 1fr; gap: 24px; }
  .step { border-left: 4px solid var(--line); border-top: 0; padding: 12px 18px 12px 62px; }
  .step::before { top: 8px; left: -24px; }
  .test-board { grid-template-columns: 1fr; min-height: 0; }
  .test-board__chart { min-height: 260px; }
  .test-board__person img { min-height: 300px; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; }
  .booking-form .full { grid-column: auto; }
  .actions { display: grid; }
  .button { width: 100%; }
  .proposal-card { min-height: 290px; }
}
