:root {
  --bg: #0f1117;
  --bg-soft: #161a24;
  --ink: #eef2ff;
  --ink-soft: #b4bfd8;
  --line: #2a3142;
  --red: #d10f22;
  --red-soft: #f14454;
  --dark-blue: #3a4760;
  --shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Rajdhani", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% -30%, rgba(243, 68, 84, 0.2), transparent 38%),
    radial-gradient(circle at -10% 20%, rgba(70, 110, 210, 0.16), transparent 35%),
    linear-gradient(180deg, #10131b 0%, #0b0d12 100%);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(13, 16, 25, 0.88);
  border-bottom: 1px solid var(--line);
}

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

.header-panel {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-wrap {
  position: relative;
}

.logo-image {
  width: 260px;
  max-width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.logo-fallback {
  display: none;
}

.logo-plate {
  width: 348px;
  border-radius: 10px;
  border: 1px solid #8896ad;
  background: linear-gradient(180deg, #55627a 0%, #445169 45%, #2f394e 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), var(--shadow);
  overflow: hidden;
}

.logo-country {
  margin: 0;
  text-align: center;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(19, 28, 44, 0.1));
}

.logo-mark {
  position: relative;
  min-height: 106px;
  padding: 10px 16px 10px;
}

.logo-stripe {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 41px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(100deg, #ffffff 0%, #ebedf2 58%, #d4d7de 100%);
  transform: skewX(-20deg);
}

.logo-thp {
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%) skewX(-14deg);
  font-family: "Bebas Neue", sans-serif;
  font-size: 76px;
  line-height: 0.8;
  letter-spacing: 2px;
  color: #202a3a;
  text-shadow: 0 1px 0 #fff;
}

.logo-sub {
  position: absolute;
  left: 18px;
  bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  color: var(--red);
  transform: skewX(-12deg);
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.main-menu a {
  text-decoration: none;
  color: #d8e2ff;
  border: 1px solid #3a4358;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 700;
  background: #111723;
}

.main-menu a:hover {
  border-color: #5c6a88;
  background: #21283a;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.social-links a {
  text-decoration: none;
  color: #d5def5;
  border: 1px solid #3a4358;
  background: #111723;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 700;
}

.social-links a:hover {
  border-color: #5c6a88;
}

.wa-icon-btn {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1a9a4d, #25d366);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
}

.wa-icon-btn svg {
  width: 20px;
  height: 20px;
}

.wa-icon-btn:hover {
  filter: brightness(1.05);
}

.menu-toggle {
  display: none;
  border: 1px solid #3a4358;
  background: #111723;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: #d8e2ff;
  border-radius: 999px;
  display: block;
}

.hero {
  padding: 52px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 1.4px;
  font-size: 14px;
}

h1, h2, h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.8px;
}

h1 {
  margin: 8px 0 0;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.92;
}

h1 span {
  color: #d8e2ff;
}

.hero-text {
  margin-top: 16px;
  max-width: 66ch;
  font-size: 22px;
  color: var(--ink-soft);
}

.hero-pills {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pills span {
  border: 1px solid #33405a;
  background: #111723;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 700;
  color: #d7e1fb;
}

.hero-card {
  border: 1px solid #33405a;
  border-radius: 18px;
  padding: 24px;
  background: linear-gradient(170deg, #141a27 0%, #1a2334 100%);
  box-shadow: var(--shadow);
}

.hero-card h2 {
  margin: 0;
  font-size: 42px;
}

.hero-card p {
  margin: 8px 0 0;
  color: #b8c3dd;
  font-size: 21px;
}

.hero-card .warranty {
  color: var(--red);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.section {
  padding: 20px 0 34px;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 8px 16px;
}

.section-head h2 {
  margin: 0;
  font-size: 46px;
}

.section-head p {
  margin: 0;
  color: #a7b4d0;
  font-size: 19px;
}

.search-wrap {
  margin-top: 16px;
}

input, select, textarea {
  width: 100%;
  font: inherit;
  color: #e5ecff;
  background: #111723;
  border: 1px solid #3a455f;
  border-radius: 12px;
  padding: 12px 14px;
  outline: none;
}

input:focus, select:focus, textarea:focus {
  border-color: #5f7397;
  box-shadow: 0 0 0 3px rgba(95, 115, 151, 0.16);
}

.models-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.model-item {
  border: 1px solid #33405a;
  border-radius: 12px;
  background: #111723;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
  color: #dce6ff;
  transition: 0.2s ease;
}

.model-item:hover {
  transform: translateY(-2px);
  border-color: #5a6888;
  background: #21283a;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 18px;
}

.inquiry-form {
  margin-top: 14px;
  border: 1px solid #33405a;
  background: #111723;
  border-radius: 16px;
  padding: 14px;
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: #d5def5;
}

.contact-card {
  border: 1px solid #33405a;
  border-radius: 16px;
  padding: 16px;
  background: #111723;
}

.contact-card h3 {
  margin: 0;
  font-size: 44px;
}

.contact-card p {
  font-size: 19px;
  margin: 8px 0;
  color: #c6d1ea;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  min-height: 46px;
  padding: 0 14px;
  transition: 0.2s ease;
}

.btn-primary {
  background: linear-gradient(90deg, #b80f21, #e72639);
  color: #fff;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.btn-whatsapp {
  background: #1d8f48;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #23a553;
}

.btn.full {
  width: 100%;
  margin-top: 8px;
}

.gallery-swiper {
  margin-top: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #33405a;
  background: #111723;
  box-shadow: var(--shadow);
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.gallery-swiper .swiper-slide video {
  width: 100%;
  height: 430px;
  display: block;
  background: #000;
}

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  color: #fff;
  background: rgba(14, 21, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 700;
}

.gallery-swiper .swiper-pagination-bullet {
  background: #526184;
  opacity: 1;
}

.gallery-swiper .swiper-pagination-bullet-active {
  background: var(--red);
}

.reviews-swiper {
  margin-top: 18px;
  padding: 4px 2px 28px;
}

.review-card {
  height: 100%;
  border: 1px solid #33405a;
  border-radius: 16px;
  background: #111723;
  box-shadow: var(--shadow);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.review-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #edf2ff;
}

.review-time {
  margin: 0;
  font-size: 14px;
  color: #a7b4d0;
}

.review-stars {
  color: #f4a100;
  letter-spacing: 2px;
  font-size: 15px;
}

.review-text {
  margin: 0;
  font-size: 18px;
  color: #c6d1ea;
}

.review-badge {
  justify-self: start;
  border: 1px solid #3a455f;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #aebadc;
  background: #161d2b;
}

.reviews-swiper .swiper-pagination-bullet {
  background: #526184;
  opacity: 1;
}

.reviews-swiper .swiper-pagination-bullet-active {
  background: var(--red);
}

.location-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 0.95fr 1.4fr;
  gap: 14px;
}

.location-card {
  border: 1px solid #33405a;
  border-radius: 16px;
  padding: 16px;
  background: #111723;
  box-shadow: var(--shadow);
}

.location-card h3 {
  margin: 0;
  font-size: 40px;
}

.location-card p {
  margin: 10px 0;
  color: #c6d1ea;
  font-size: 20px;
}

.location-map {
  min-height: 330px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #33405a;
  box-shadow: var(--shadow);
}

.footer {
  border-top: 1px solid #2a3142;
  margin-top: 26px;
  padding: 18px 0 26px;
}

.footer-social {
  justify-content: center;
  margin-bottom: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer p {
  margin: 0;
  color: #9dadcc;
  text-align: center;
}

@media (max-width: 980px) {
  .hero-grid,
  .inquiry-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-swiper .swiper-slide img {
    height: 340px;
  }

  .gallery-swiper .swiper-slide video {
    height: 340px;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
  }

  .logo-wrap {
    min-width: 0;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .header-panel {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 8px;
  }

  .header-panel.open {
    display: flex;
  }

  .main-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .main-menu a {
    border-radius: 12px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .logo-plate {
    width: 100%;
  }

  .logo-image {
    width: 100%;
    max-width: 100%;
  }

  .wa-icon-btn {
    justify-content: center;
    width: 100%;
  }

  .logo-country {
    font-size: 12px;
  }

  .logo-thp {
    font-size: 62px;
    top: 30px;
  }

  .logo-sub {
    font-size: 31px;
  }

  .section-head h2 {
    font-size: 36px;
  }

  .hero-text {
    font-size: 19px;
  }

  .models-grid {
    grid-template-columns: 1fr;
  }

  .gallery-swiper .swiper-slide img {
    height: 260px;
  }

  .gallery-swiper .swiper-slide video {
    height: 260px;
  }
}



