* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  background: #eef0f3;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.container {
  width: min(1220px, 92%);
  margin: 0 auto;
}

.topbar {
  background: #f4f5f7;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ff7a14;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.brand-text {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: 0.2px;
}

.brand-text.light {
  color: #fff;
}

.top-phone {
  background: #ff7a14;
  color: #fff;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
}

.hero {
  position: relative;
  min-height: 840px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 122, 20, 0.08), transparent 30%),
    radial-gradient(circle at 85% 50%, rgba(255, 122, 20, 0.12), transparent 28%),
    linear-gradient(180deg, #0b1b3d 0%, #091735 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.25;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 20%, rgba(0,0,0,0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 70px 0;
}

.location-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.15);
  color: #f5f7fb;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -2px;
}

.hero h1 span {
  color: #ff9c3f;
  display: inline-block;
  margin-top: 8px;
}

.hero-lead {
  margin: 28px auto 14px;
  max-width: 980px;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  color: #f5f7fb;
}

.hero-sub {
  margin: 0 auto;
  max-width: 900px;
  color: #cfd6e6;
  font-size: 1.25rem;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 18px 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.2rem;
  transition: 0.2s ease;
}

.btn-primary {
  background: #ff7a14;
  color: #fff;
  box-shadow: 0 14px 32px rgba(255, 122, 20, 0.22);
}

.btn-primary:hover {
  background: #ec6b09;
}

.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.16);
}

.btn-light {
  background: #dde2ea;
  color: #1f2937;
}

.scroll-link {
  display: inline-block;
  margin-top: 70px;
  color: #cfd6e6;
  font-size: 1rem;
  letter-spacing: 2px;
}

.section {
  padding: 96px 0;
}

.section-light {
  background: #f2f4f7;
}

.section-white {
  background: #ffffff;
}

.section-dark {
  background:
    radial-gradient(circle at 15% 50%, rgba(255,122,20,0.05), transparent 28%),
    radial-gradient(circle at 85% 50%, rgba(255,122,20,0.07), transparent 28%),
    linear-gradient(180deg, #071532 0%, #081735 100%);
  color: #fff;
}

.section-head {
  text-align: center;
  margin-bottom: 44px;
}

.section-head.narrow {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.section-kicker {
  color: #ff7a14;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 12px;
}

.section-kicker.orange {
  color: #ff9c3f;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.1;
  font-weight: 900;
  color: #071532;
}

.section-head h2.light {
  color: #fff;
}

.section-line {
  width: 72px;
  height: 5px;
  background: #ff7a14;
  border-radius: 999px;
  margin: 18px auto 0;
}

.section-line.top {
  margin-top: 0;
  margin-bottom: 28px;
}

.vehicle-text {
  font-size: 1.6rem;
  color: #64748b;
  margin: 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  background: #f8f8f9;
  border: 1px solid #e7e7ea;
  border-radius: 24px;
  padding: 32px 26px;
  min-height: 180px;
  transition: 0.2s ease;
}

.service-card:hover,
.service-card.active {
  border-color: rgba(255, 122, 20, 0.45);
  box-shadow: 0 10px 26px rgba(0,0,0,0.04);
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #071532;
}

.service-card p {
  margin: 0;
  color: #6b7280;
  font-size: 1.18rem;
}

.feature-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 30px;
  overflow: hidden;
}

.feature-image {
  position: relative;
  min-height: 520px;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-counter {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(23, 23, 23, 0.72);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
}

.feature-content {
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #fff3e8;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  margin-bottom: 22px;
}

.feature-content h3 {
  margin: 0 0 16px;
  font-size: 3rem;
  line-height: 1.05;
  color: #071532;
}

.feature-content p {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 1.35rem;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-tags span {
  background: #fff3e8;
  color: #ff7a14;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.about-text h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #071532;
}

.about-text p {
  font-size: 1.45rem;
  color: #5b6474;
  margin: 0 0 26px;
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.info-box {
  background: #f8f9fb;
  border: 1px solid #eceef2;
  border-radius: 24px;
  padding: 34px 34px;
}

.info-box h3 {
  margin: 0 0 10px;
  font-size: 1.75rem;
  color: #071532;
}

.info-box p {
  margin: 0;
  color: #6b7280;
  font-size: 1.2rem;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1100px;
  margin: 0 auto;
}

.adv-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 28px 28px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  min-height: 120px;
  display: flex;
  align-items: center;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.contact-card {
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 30px;
  padding: 42px 42px;
}

.contact-card h2 {
  margin: 0 0 10px;
  font-size: 3rem;
  color: #071532;
}

.muted {
  color: #6b7280;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item {
  margin-top: 30px;
}

.contact-label {
  font-size: 1.6rem;
  font-weight: 800;
  color: #071532;
  margin-bottom: 8px;
}

.contact-value {
  font-size: 1.3rem;
  color: #6b7280;
}

.contact-value a {
  color: inherit;
}

.contact-value.accent,
.contact-value.accent a {
  color: #ff7a14;
  font-weight: 700;
}

.contact-buttons {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.map-card {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #eceef2;
  min-height: 560px;
  background: #fff;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

.footer {
  background: #071532;
  color: #dbe2f0;
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 1.8rem;
}

.footer p,
.footer a {
  color: #c7d0e2;
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.footer a:hover {
  color: #ff9c3f;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 28px;
  padding-top: 22px;
  text-align: center;
  font-size: 1.05rem;
  color: #94a3b8;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-box,
  .about-grid,
  .contact-wrapper,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    min-height: 76px;
  }

  .brand-text {
    font-size: 0.9rem;
  }

  .top-phone {
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 52px 0 60px;
  }

  .hero-sub,
  .hero-lead,
  .vehicle-text,
  .about-text p,
  .feature-content p {
    font-size: 1.05rem;
  }

  .services-grid,
  .advantages-grid {
    grid-template-columns: 1fr;
  }

  .service-card h3,
  .info-box h3,
  .contact-label {
    font-size: 1.3rem;
  }

  .feature-content {
    padding: 34px 24px;
  }

  .feature-content h3,
  .contact-card h2,
  .about-text h2 {
    font-size: 2rem;
  }

  .contact-card {
    padding: 28px 24px;
  }

  .map-card,
  .map-card iframe {
    min-height: 360px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }
}