:root {
  --navy: #071a2f;
  --navy-2: #0c2948;
  --yellow: #ffc400;
  --ink: #101828;
  --muted: #5b6574;
  --line: #e4e8ee;
  --surface: #f6f8fb;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--navy); line-height: 1; min-width: 245px; }
.brand .signal { color: var(--yellow); font-size: 34px; transform: rotate(-12deg); margin-right: 8px; }
.brand strong, .brand b { font-size: 22px; }
.brand b { color: var(--yellow); }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .08em; }
.main-nav { margin-left: auto; display: flex; gap: 26px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: #a57d00; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 26px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 26px; border: 0; border-radius: 4px; background: var(--yellow); color: var(--navy); text-decoration: none; font-weight: 800; cursor: pointer; }
.button:hover { filter: brightness(.95); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 20px; font-size: 13px; }
.button-outline { background: transparent; color: white; border: 1px solid rgba(255,255,255,.75); }
.hero { min-height: 610px; position: relative; display: flex; align-items: center; color: white; background-image: linear-gradient(90deg, rgba(4,18,34,.98) 0%, rgba(4,18,34,.88) 38%, rgba(4,18,34,.32) 75%), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=85'); background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 40px; }
.eyebrow { margin: 0 0 14px; color: #d19f00; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.hero .eyebrow, .dark-section .eyebrow { color: var(--yellow); }
h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.04; letter-spacing: -.045em; }
.hero-copy { max-width: 620px; margin: 24px 0; font-size: clamp(18px, 2vw, 22px); color: #e6edf5; }
.hero-points { display: flex; gap: 26px; flex-wrap: wrap; margin: 30px 0; font-weight: 600; }
.hero-points span { color: #f6f8fb; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 125px; padding: 28px 24px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { font-size: 34px; color: var(--navy); }
.trust-grid strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.trust-grid p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.section { padding: 92px 0; }
.equipment-section, .rental-section { background: var(--surface); }
.section-heading { max-width: 710px; margin-bottom: 42px; }
.section-heading h2, .split h2, .quote-grid h2 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 50px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading > p:last-child, .split > div > p, .quote-grid > div > p { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 30px; box-shadow: 0 12px 30px rgba(7,26,47,.05); }
.card-icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--navy); color: var(--yellow); font-weight: 800; }
.card h3 { margin: 0 0 10px; font-size: 21px; }
.card p { color: var(--muted); font-size: 14px; }
.dark-section { background: var(--navy); color: white; }
.light h2 { color: white; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps article { border-top: 1px solid rgba(255,255,255,.22); padding-top: 28px; }
.steps span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-weight: 800; }
.steps h3 { margin-bottom: 8px; }
.steps p { color: #b9c6d5; font-size: 14px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.check-list { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }
.check-list li::before { content: "✓"; color: #b18400; font-weight: 800; margin-right: 8px; }
.stat-panel { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--navy); padding: 26px; border-radius: 12px; box-shadow: 18px 18px 0 var(--yellow); }
.stat-panel div { min-height: 145px; padding: 26px; border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; justify-content: center; }
.stat-panel strong { color: white; font-size: 22px; }
.stat-panel span { color: #b9c6d5; font-size: 13px; margin-top: 7px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pricing-grid article { position: relative; min-height: 200px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.pricing-grid .featured { border: 2px solid var(--yellow); }
.pricing-grid .featured > span { position: absolute; top: -14px; right: 18px; padding: 5px 11px; background: var(--yellow); font-size: 10px; font-weight: 800; }
.pricing-grid h3 { font-size: 26px; margin: 0 0 12px; }
.pricing-grid p { color: var(--muted); }
.narrow { max-width: 850px; }
.faq-section details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-section summary { cursor: pointer; font-weight: 700; font-size: 18px; }
.faq-section details p { color: var(--muted); }
.quote-section { background: #edf2f7; }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-line { margin-top: 30px; }
.quote-form { background: white; padding: 34px; border-radius: 10px; box-shadow: 0 18px 50px rgba(7,26,47,.09); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: block; margin-bottom: 17px; font-size: 13px; font-weight: 700; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cfd6df; border-radius: 4px; font: inherit; }
textarea { resize: vertical; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; }
footer { padding: 55px 0 24px; background: #041221; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .5fr; gap: 40px; align-items: start; }
.footer-grid p { margin: 0; color: #aebccc; }
.footer-grid div:last-child { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: white; text-decoration: none; }
.footer-brand { color: white; }
.copyright { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8190a1; font-size: 12px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; padding: 22px 20px; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .nav-quote { display: none; }
  .trust-grid, .card-grid, .steps, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .quote-grid { grid-template-columns: 1fr; gap: 46px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { height: 70px; }
  .brand { min-width: 0; }
  .brand strong, .brand b { font-size: 17px; }
  .brand small { font-size: 6px; }
  .main-nav { top: 70px; }
  .hero { min-height: 650px; background-position: 63% center; }
  .hero-points { flex-direction: column; gap: 8px; }
  .trust-grid, .card-grid, .steps, .pricing-grid, .stat-panel, .form-row, .footer-grid, .check-list { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .quote-form { padding: 23px; }
}
