:root {
  --orange: #ff9700;
  --black: #101010;
  --gray: #ececec;
  --muted: #666;
  --white: #fff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--black); background: var(--white); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero { min-height: 720px; position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--white); background: #242424; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.91) 0%, rgba(0,0,0,.72) 34%, rgba(0,0,0,.14) 64%, rgba(0,0,0,.05) 100%); }
.topbar { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.34); }
.brand { display: inline-flex; align-items: baseline; width: fit-content; text-decoration: none; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 2.25rem; letter-spacing: .04em; line-height: 1; }
.brand span { color: var(--orange); }
.brand b { color: var(--white); font-weight: 400; }
.languages { display: flex; gap: 7px; }
.languages a { min-width: 42px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.5); text-align: center; text-decoration: none; font-weight: 800; font-size: .85rem; }
.languages a[aria-current="page"] { color: var(--black); background: var(--orange); border-color: var(--orange); }
.top-phone { font-weight: 800; text-decoration: none; white-space: nowrap; }
.hero-content { position: relative; z-index: 1; margin-block: auto; padding-block: 80px 100px; }
.eyebrow, .kicker { color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .17em; font-size: .8rem; }
h1, h2, h3 { font-family: Impact, 'Arial Narrow', Arial, sans-serif; font-weight: 900; text-transform: uppercase; line-height: .98; letter-spacing: .015em; }
h1 { max-width: 620px; font-size: clamp(5rem, 11vw, 9.7rem); }
h1::after { content: ''; display: block; width: 210px; height: 10px; margin-top: 24px; background: var(--orange); }
.hero-lead { max-width: 570px; margin: 28px 0; font-size: 1.23rem; line-height: 1.55; }
.button { display: inline-block; padding: 15px 24px; color: var(--black); background: var(--orange); border: 2px solid var(--orange); text-decoration: none; text-transform: uppercase; font-weight: 900; letter-spacing: .04em; transition: .18s ease; }
.button:hover, .button:focus-visible { color: var(--white); background: transparent; }

.section { padding-block: 90px; }
.intro, .process, .faq { display: grid; grid-template-columns: 100px minmax(0, 850px); gap: 40px; justify-content: center; }
.section-number { color: var(--orange); font-family: Impact, 'Arial Narrow', sans-serif; font-size: 4rem; line-height: 1; border-top: 6px solid var(--orange); padding-top: 10px; }
h2 { margin: 10px 0 26px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
h3 { font-size: 2rem; margin: 15px 0; }
p { margin-bottom: 18px; }
.large { font-size: 1.35rem; line-height: 1.55; }
.section-dark { padding-block: 90px; color: var(--white); background: var(--black); }
.section-dark h2 { max-width: 800px; }
.orange { color: var(--orange); }
.direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 45px; background: #454545; border: 1px solid #454545; }
.direction-grid article { min-height: 310px; padding: 38px; background: #171717; }
.route-mark { display: grid; place-items: center; width: 62px; height: 62px; color: var(--black); background: var(--orange); border-radius: 50%; font-weight: 900; }
.direction-grid p { color: #d0d0d0; font-size: 1.05rem; }
.steps { list-style: none; counter-reset: stage; border-top: 2px solid var(--black); }
.steps li { counter-increment: stage; display: grid; grid-template-columns: 55px 210px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #bbb; align-items: start; }
.steps li::before { content: '0' counter(stage); color: var(--orange); font-family: Impact, 'Arial Narrow', sans-serif; font-size: 1.55rem; }
.steps b { text-transform: uppercase; font-size: 1.05rem; }
.steps span { color: #454545; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; padding-top: 0; }
.split article { padding: 55px; }
.included { background: var(--orange); }
.extra { color: var(--white); background: var(--black); }
.split .kicker { color: inherit; opacity: .75; }
.split h2 { font-size: clamp(2.4rem, 4vw, 3.9rem); }
.check-list, .minus-list { list-style: none; }
.check-list li, .minus-list li { position: relative; padding: 10px 0 10px 38px; border-bottom: 1px solid rgba(0,0,0,.23); }
.minus-list li { border-color: rgba(255,255,255,.2); }
.check-list li::before { content: '+'; position: absolute; left: 0; top: 5px; font-family: Impact, sans-serif; font-size: 1.7rem; }
.minus-list li::before { content: '—'; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.price-band { background: var(--orange); }
.price-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 50px; }
.price-band .kicker { color: var(--black); }
.price-band h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.price-band p { margin: 0; font-size: 1.05rem; }
.button-black { color: var(--white); background: var(--black); border-color: var(--black); white-space: nowrap; }
.button-black:hover, .button-black:focus-visible { color: var(--black); }
.faq details { border-top: 1px solid #aaa; }
.faq details:last-child { border-bottom: 1px solid #aaa; }
.faq summary { cursor: pointer; padding: 20px 42px 20px 0; font-weight: 900; font-size: 1.08rem; text-transform: uppercase; }
.faq details p { max-width: 760px; padding-bottom: 20px; color: var(--muted); }
.footer { padding-block: 46px; color: var(--white); background: var(--black); border-top: 9px solid var(--orange); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr auto; gap: 35px; align-items: center; }
.footer-brand { margin-bottom: 14px; }
.footer p { max-width: 340px; margin: 0; color: #cfcfcf; }
.footer-contact { display: flex; flex-direction: column; }
.footer-contact span { color: var(--orange); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.footer-contact a { text-decoration: none; font-weight: 800; }
.messengers { display: flex; gap: 8px; }
.messengers a { padding: 10px 12px; color: var(--black); background: var(--orange); text-decoration: none; font-weight: 900; }

@media (max-width: 820px) {
  .hero { min-height: 680px; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.55) 72%, rgba(0,0,0,.2)); }
  .topbar { grid-template-columns: 1fr auto; gap: 12px; }
  .top-phone { grid-column: 1 / -1; width: fit-content; }
  .hero-content { padding-block: 55px 70px; }
  h1 { font-size: clamp(4.5rem, 20vw, 7rem); }
  .intro, .process, .faq { grid-template-columns: 1fr; gap: 25px; }
  .section-number { width: 80px; font-size: 3rem; }
  .direction-grid, .split, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 45px 1fr; }
  .steps li span { grid-column: 2; }
  .price-grid { gap: 22px; }
  .price-grid .button { width: fit-content; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .hero { min-height: 650px; }
  .hero-image { object-position: 72% center; }
  .brand { font-size: 1.9rem; }
  .languages a { min-width: 38px; padding: 6px 8px; }
  .top-phone { font-size: .95rem; }
  .eyebrow { font-size: .72rem; }
  h1 { font-size: 4.5rem; }
  h1::after { width: 135px; height: 7px; }
  .hero-lead { font-size: 1.05rem; }
  .section, .section-dark { padding-block: 65px; }
  .direction-grid article, .split article { padding: 30px 24px; }
  .large { font-size: 1.17rem; }
  .footer-grid { gap: 28px; }
}

