:root {
  --bg: #08090b;
  --panel: #171719;
  --panel-strong: #1d1f24;
  --line: rgba(255, 255, 255, 0.1);
  --text: #f2f3f5;
  --muted: #a5a9b4;
  --dim: #737986;
  --blue: #075cff;
  --blue-strong: #0a63ff;
  --blue-soft: #162f66;
  --green: #24d96f;
  --green-deep: #145e18;
  --shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
  color-scheme: dark;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* New DHAKAR light storefront */
.dh-page {
  --dh-blue: #3d67c5;
  --dh-blue-dark: #004c9d;
  --dh-green: #d7f23a;
  --dh-text: #1f2c42;
  --dh-muted: #6c7280;
  color: var(--dh-text);
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
}

.dh-page a {
  text-decoration: none;
}

.dh-topbar {
  min-height: 58px;
  background: #fff;
  color: #2c3340;
  font-size: 0.98rem;
}

.dh-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: min(1170px, calc(100% - 32px));
  min-height: 58px;
  margin: 0 auto;
  border-bottom: 1px solid var(--dh-green);
}

.dh-topbar-inner > span::before {
  content: "□";
  margin-right: 7px;
  color: #1f59c8;
  font-size: 0.72rem;
}

.dh-socials {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.dh-socials span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
}

.dh-socials span:nth-child(1) {
  background: #005aa9;
}

.dh-socials span:nth-child(2) {
  background: #f10000;
}

.dh-socials span:nth-child(3) {
  background: linear-gradient(135deg, #ffb33b, #f33aa7);
}

.dh-socials span:nth-child(4) {
  background: #050505;
}

.dh-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.06);
}

.dh-header-inner {
  display: grid;
  grid-template-columns: 290px 1fr 240px;
  align-items: center;
  gap: 34px;
  width: min(1170px, calc(100% - 32px));
  min-height: 112px;
  margin: 0 auto;
}

.dh-logo img {
  display: block;
  width: 280px;
  height: auto;
}

.dh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.dh-nav a {
  padding: 13px 12px;
  color: #2e5bc6;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dh-nav a.active,
.dh-nav a:hover {
  background: var(--dh-green);
}

.dh-search {
  display: flex;
  align-items: center;
  height: 38px;
  overflow: hidden;
  background: #ddd;
  border-radius: 0 12px 12px 0;
}

.dh-search span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 38px;
  color: #fff;
  background: var(--dh-blue);
}

.dh-menu-toggle {
  display: none;
}

.dh-hero {
  position: relative;
  height: min(570px, 58vw);
  min-height: 420px;
  overflow: hidden;
}

.dh-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dh-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 65, 95, 0.52), rgba(0, 61, 84, 0.25), rgba(0, 0, 0, 0.05));
}

.dh-hero-copy {
  position: absolute;
  top: 50%;
  left: max(8vw, calc((100vw - 1170px) / 2));
  transform: translateY(-37%);
  width: min(560px, 78vw);
  color: #fff;
}

.dh-hero-copy h1 {
  margin: 0 0 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.dh-hero-copy h1 span {
  display: block;
  color: var(--dh-green);
}

.dh-hero-copy p {
  margin: 0 0 22px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  text-transform: uppercase;
}

.dh-hero-copy a,
.dh-category-card a,
.dh-category-card button,
.dh-quality-copy a,
.dh-more-promos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  color: #2362c9;
  background: var(--dh-green);
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.dh-category-card button {
  border: 0;
  cursor: default;
}

.dh-section {
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.dh-section-title {
  margin-bottom: 44px;
}

.dh-section-title h2 {
  display: inline-block;
  margin: 0;
  padding-bottom: 12px;
  color: var(--dh-blue);
  border-bottom: 2px solid var(--dh-green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dh-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dh-category-card {
  position: relative;
  height: 252px;
  overflow: hidden;
  background: #111;
}

.dh-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.56);
  transition: transform 220ms ease;
}

.dh-category-card:hover img {
  transform: scale(1.05);
}

.dh-category-card div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dh-category-card svg {
  width: 76px;
  height: 76px;
  margin-bottom: 12px;
  color: #fff;
  stroke-width: 1.5;
}

.dh-category-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.dh-quality {
  margin-top: 34px;
  background: linear-gradient(180deg, #fff 0 118px, var(--dh-blue) 118px 100%);
}

.dh-quality-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  gap: 80px;
  align-items: end;
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
}

.dh-advisor img {
  display: block;
  width: min(430px, 100%);
  margin: 0 auto;
}

.dh-quality-copy {
  padding: 175px 0 86px;
  color: #fff;
}

.dh-quality-copy h2 {
  display: inline-block;
  margin: 0 0 28px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--dh-green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.3rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.dh-quality-copy p {
  max-width: 560px;
  margin: 0 0 32px;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.55;
}

.dh-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding: 24px max(32px, calc((100vw - 1170px) / 2));
  color: #fff;
  background: #050505;
}

.dh-benefits div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: center;
}

.dh-benefits svg {
  grid-row: span 2;
  width: 56px;
  height: 56px;
  padding: 11px;
  color: #fff;
  background: #0d7cd5;
  border-radius: 999px;
}

.dh-benefits strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.dh-benefits span {
  color: var(--dh-green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-brands img {
  display: block;
  width: min(1050px, 100%);
  margin: 0 auto;
}

.dh-promotions {
  width: 100%;
  margin-top: 20px;
  padding-right: max(32px, calc((100vw - 1170px) / 2));
  padding-left: max(32px, calc((100vw - 1170px) / 2));
  background: #fff;
  border-top: 2px solid #9b9b9b;
}

.dh-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 470px));
  justify-content: center;
  gap: 90px;
  margin-bottom: 50px;
}

.dh-promo-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dh-more-promos {
  margin: 0 auto;
  color: #fff;
  background: var(--dh-blue);
}

.dh-catalog {
  margin-top: 50px;
  padding: 28px 16px;
  text-align: center;
  background: #030303;
}

.dh-catalog button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  background: transparent;
  border: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: default;
}

.dh-catalog svg {
  width: 56px;
  height: 56px;
}

.dh-page-title {
  background: var(--dh-blue);
}

.dh-page-title > div {
  display: flex;
  justify-content: flex-end;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 44px;
}

.dh-page-title h1 {
  margin: 0;
  color: var(--dh-green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dh-about {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.95fr);
  gap: 32px;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 92px;
  background: #fff;
}

.dh-about-left h2 {
  margin: 0 0 36px;
  color: var(--dh-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.3vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dh-about-logo-box {
  display: flex;
  align-items: center;
  min-height: 205px;
  margin-bottom: 54px;
}

.dh-about-logo-box img {
  width: min(560px, 100%);
  height: auto;
}

.dh-about-image-box {
  min-height: 285px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}

.dh-about-image-box img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  object-position: center;
}

.dh-about-text {
  max-width: 620px;
  color: #565e6b;
  font-size: 1.06rem;
  line-height: 1.52;
}

.dh-about-text p {
  margin: 0 0 22px;
}

.dh-about-values {
  display: grid;
  gap: 18px;
  align-self: start;
  padding-top: 145px;
}

.dh-about-values article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 126px;
  padding: 24px 32px;
}

.dh-about-values article i,
.dh-about-values article svg {
  width: 48px;
  height: 48px;
  color: #fff;
  stroke-width: 1.7;
}

.dh-about-values h3 {
  margin: 0 0 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-about-values p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.dh-about-values .mission {
  color: #fff;
  background: var(--dh-blue);
}

.dh-about-values .mission h3,
.dh-about-values .values h3 {
  color: var(--dh-green);
}

.dh-about-values .vision {
  color: #005ac5;
  background: var(--dh-green);
}

.dh-about-values .vision h3 {
  color: var(--dh-blue);
}

.dh-about-values .vision svg {
  color: var(--dh-blue);
}

.dh-about-values .values {
  color: #fff;
  background: #939393;
}

.dh-promotions-page {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 82px;
}

.dh-promo-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 44px;
  align-items: start;
}

.dh-promo-page-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.dh-promo-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 54px;
  color: var(--dh-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

.dh-promo-pagination strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--dh-blue);
  background: var(--dh-green);
  border-radius: 999px;
}

.dh-contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: 80px;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 76px 0 64px;
}

.dh-contact-info {
  padding-top: 42px;
}

.dh-contact-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 34px;
  color: #4d5666;
  font-size: 1rem;
  line-height: 1.45;
}

.dh-contact-row > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: var(--dh-blue);
  border-radius: 999px;
}

.dh-contact-row svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}

.dh-contact-row p {
  margin: 8px 0 0;
}

.contact-socials {
  margin-top: 72px;
}

.contact-socials span {
  width: 48px;
  height: 48px;
  font-size: 1.35rem;
}

.dh-contact-form h2 {
  margin: 0 0 26px;
  color: var(--dh-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dh-contact-form input,
.dh-contact-form textarea {
  display: block;
  width: 100%;
  min-height: 50px;
  margin-bottom: 16px;
  padding: 0 24px;
  color: #4d5666;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 0;
  font: inherit;
  outline: 0;
}

.dh-contact-form textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.dh-contact-form input:focus,
.dh-contact-form textarea:focus {
  border-color: var(--dh-blue);
  box-shadow: 0 0 0 3px rgba(61, 103, 197, 0.14);
}

.dh-contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  margin: 38px auto 0;
  color: #2362c9;
  background: var(--dh-green);
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.dh-map {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 80px;
}

.dh-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.dh-footer {
  color: #fff;
  background: var(--dh-blue);
}

.dh-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 90px;
  width: min(1050px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 86px;
}

.dh-footer-main img {
  width: 300px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.dh-footer-main h3 {
  margin: 0 0 24px;
  color: var(--dh-green);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dh-footer-main p {
  margin: 12px 0;
  font-size: 1rem;
  line-height: 1.5;
}

.dh-footer-contact {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px max(32px, calc((100vw - 1170px) / 2));
  color: var(--dh-blue-dark);
  background: var(--dh-green);
}

.dh-footer-contact div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}

.dh-footer-contact svg {
  width: 52px;
  height: 52px;
  color: var(--dh-blue-dark);
}

.dh-copy {
  margin: 0;
  padding: 18px 16px;
  color: var(--dh-blue);
  text-align: center;
  background: #ececec;
}

.dh-floating-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 60;
  display: block;
  width: min(170px, 30vw);
}

.dh-floating-whatsapp img {
  width: 100%;
  display: block;
}

@media (max-width: 980px) {
  .dh-topbar-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 10px 0;
  }

  .dh-header-inner {
    grid-template-columns: 1fr auto;
    min-height: 82px;
  }

  .dh-menu-toggle {
    display: inline-flex;
    color: var(--dh-blue);
    background: transparent;
    border: 0;
  }

  .dh-nav {
    position: absolute;
    top: 82px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  }

  .dh-nav.is-open {
    display: flex;
  }

  .dh-search {
    display: none;
  }

  .dh-hero {
    height: 520px;
  }

  .dh-category-grid,
  .dh-benefits,
  .dh-footer-main,
  .dh-footer-contact,
  .dh-about,
  .dh-promo-page-grid,
  .dh-contact {
    grid-template-columns: 1fr;
  }

  .dh-contact {
    gap: 30px;
  }

  .dh-about-values {
    padding-top: 0;
  }

  .dh-page-title > div {
    justify-content: flex-start;
  }

  .dh-quality-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dh-quality-copy {
    padding-top: 30px;
  }

  .dh-promo-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .dh-logo img {
    width: 210px;
  }

  .dh-topbar {
    font-size: 0.82rem;
  }

  .dh-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .dh-hero {
    min-height: 430px;
  }

  .dh-hero-copy {
    left: 22px;
    width: calc(100% - 44px);
  }

  .dh-section {
    padding: 52px 0;
  }

  .dh-section-title h2 {
    font-size: 2rem;
  }

  .dh-about {
    padding-top: 44px;
  }

  .dh-about-logo-box {
    min-height: 110px;
    margin-bottom: 28px;
  }

  .dh-about-values article {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .dh-contact {
    padding-top: 46px;
  }

  .dh-contact-row {
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .dh-contact-row > span {
    width: 48px;
    height: 48px;
  }

  .dh-benefits {
    padding-right: 22px;
    padding-left: 22px;
  }

  .dh-floating-whatsapp {
    width: 118px;
    right: 14px;
  }
}

/* Specific overrides so the new light home does not inherit legacy dark navigation styles. */
.dh-page .dh-nav a {
  padding: 13px 12px;
  color: #2e5bc6;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dh-page .dh-nav a.active,
.dh-page .dh-nav a:hover {
  color: #2e5bc6;
  background: var(--dh-green);
}

.dh-page .dh-nav a.active::after {
  display: none;
}

.dh-page .dh-menu-toggle {
  color: var(--dh-blue);
}

@media (max-width: 980px) {
  .dh-page .dh-menu-toggle {
    display: inline-flex;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: var(--bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 80px;
  padding: 0 46px;
  background: linear-gradient(180deg, rgba(22, 23, 27, 0.84), rgba(12, 13, 15, 0.72));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  animation: headerDrop 520ms ease both;
}

.brand,
.footer-brand {
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #f4f4f5;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
  white-space: nowrap;
}

.brand-logos {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 330px;
  height: 64px;
  overflow: hidden;
  padding: 6px 10px 6px 0;
  justify-self: start;
}

.header-logo {
  display: block;
  object-fit: cover;
  object-position: center;
}

.header-logo-dhakar {
  width: 222px;
  height: 58px;
  object-position: center 52%;
  filter: brightness(1.18) saturate(1.1);
}

.header-logo-belrod {
  width: 118px;
  height: 58px;
  object-fit: contain;
  object-position: center;
  filter: invert(1) brightness(1.9) contrast(1.12);
  opacity: 0.96;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 4vw, 62px);
  justify-self: center;
}

.site-nav a,
.footer-links a,
.secondary-button,
.whatsapp-pill,
.primary-button,
.whatsapp-button {
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 28px 0 24px;
  font-size: 0.76rem;
  color: #aeb3bd;
}

.site-nav a:hover,
.site-nav a.active {
  color: #f7f8fb;
}

.site-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--blue);
  border-radius: 999px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: end;
}

.whatsapp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 32px;
  padding: 7px 20px;
  font-size: 0.78rem;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #18b95c);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(36, 217, 111, 0.24);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aeb4c0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle svg,
.primary-button svg,
.whatsapp-button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.4;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: clamp(680px, 82vh, 900px);
  padding: clamp(112px, 18vh, 210px) clamp(24px, 4.8vw, 76px) 118px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 78% 38%, rgba(7, 92, 255, 0.16), transparent 22rem),
    linear-gradient(90deg, rgba(8, 9, 11, 0.82) 0%, rgba(8, 9, 11, 0.52) 42%, rgba(8, 9, 11, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 9, 11, 0.02), rgba(8, 9, 11, 0.36) 76%, #08090b 100%),
    url("assets/carro-fondo.png");
  background-position: center, center, center, 70% center;
  background-size: cover;
  opacity: 1;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 16px;
  margin-bottom: 28px;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #23e137;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(29, 111, 18, 0.58);
  border: 1px solid rgba(50, 210, 55, 0.18);
  border-radius: 999px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5.1vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.18);
}

.hero p {
  max-width: 680px;
  margin-bottom: 42px;
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
  font-weight: 500;
  line-height: 1.7;
  color: #b7bcc7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.primary-button,
.secondary-button,
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 10px;
}

.primary-button {
  gap: 12px;
  min-width: 248px;
  padding: 0 28px;
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-strong), #0048d9);
  box-shadow: 0 14px 32px rgba(7, 92, 255, 0.38);
}

.secondary-button {
  min-width: 156px;
  padding: 0 28px;
  font-size: 0.86rem;
  color: #aeb4c0;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.primary-button:hover,
.secondary-button:hover,
.whatsapp-button:hover,
.whatsapp-pill:hover,
.form-submit:hover {
  transform: translateY(-2px);
}

.primary-button,
.secondary-button,
.whatsapp-button,
.whatsapp-pill,
.form-submit {
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 18px;
  width: min(710px, 100%);
  margin-top: 52px;
}

.hero-proof div {
  min-width: 150px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.hero-proof strong {
  display: block;
  margin-bottom: 7px;
  color: #f7f8fb;
  font-size: clamp(1.5rem, 2.3vw, 2.1rem);
  line-height: 1;
}

.hero-proof span {
  color: #aeb4c0;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-lines {
  padding: clamp(76px, 9vw, 118px) clamp(20px, 4.8vw, 58px);
  background:
    radial-gradient(circle at 18% 0%, rgba(36, 217, 111, 0.08), transparent 27rem),
    #0a0b0d;
}

.section-heading {
  width: min(890px, 100%);
  margin: 0 auto clamp(34px, 5vw, 56px);
  text-align: center;
}

.section-heading > span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #28e874;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.2vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0 auto;
  max-width: 720px;
  color: #aeb4c0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
}

.product-line-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr);
  gap: 26px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.product-line-card {
  position: relative;
  min-height: 430px;
  padding: clamp(32px, 4vw, 48px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    #171719;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  box-shadow: 0 28px 88px rgba(0, 0, 0, 0.28);
}

.product-line-card::after {
  position: absolute;
  inset: auto -80px -90px auto;
  width: 260px;
  height: 260px;
  content: "";
  background: radial-gradient(circle, rgba(7, 92, 255, 0.24), transparent 68%);
  pointer-events: none;
}

.body-line::after {
  background: radial-gradient(circle, rgba(36, 217, 111, 0.18), transparent 68%);
}

.product-line-card > svg {
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  color: #b9c7ff;
  stroke-width: 1.9;
}

.body-line > svg {
  color: #42f052;
}

.product-line-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.product-line-card p {
  max-width: 520px;
  margin-bottom: 28px;
  color: #b0b6c2;
  font-weight: 500;
  line-height: 1.68;
}

.line-chip-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 238px;
  padding-right: 6px;
  margin-bottom: 30px;
  overflow: auto;
  scrollbar-color: rgba(185, 199, 255, 0.42) rgba(255, 255, 255, 0.04);
  scrollbar-width: thin;
}

.line-chip-list::-webkit-scrollbar {
  width: 8px;
}

.line-chip-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.line-chip-list::-webkit-scrollbar-thumb {
  background: rgba(185, 199, 255, 0.42);
  border-radius: 999px;
}

.line-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  color: #d8dce5;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.058);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.line-chip-list.compact {
  max-height: none;
  overflow: visible;
}

.line-chip-list.compact span {
  background: rgba(36, 217, 111, 0.08);
  border-color: rgba(36, 217, 111, 0.16);
}

.product-line-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: #f7f8fb;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-overview {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 4.8vw, 58px) clamp(40px, 6vw, 76px);
  background:
    radial-gradient(circle at 78% 12%, rgba(20, 45, 88, 0.28), transparent 32rem),
    linear-gradient(180deg, #08090b 0%, #0c0d10 100%);
}

.home-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1360px, 100%);
  margin: 0 auto;
}

.home-card {
  position: relative;
  min-height: 250px;
  padding: clamp(28px, 3vw, 40px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(23, 23, 25, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(0, 0, 0, 0.24);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.home-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 18% 0%, rgba(81, 119, 255, 0.14), transparent 18rem);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.home-card:hover {
  transform: translateY(-3px);
  border-color: rgba(151, 169, 220, 0.28);
}

.home-card:hover::before {
  opacity: 1;
}

.home-card-wide {
  grid-column: span 2;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.045), rgba(20, 37, 70, 0.52)),
    rgba(23, 23, 25, 0.95);
}

.home-card h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-card h3 {
  margin: 30px 0 18px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.home-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.68;
}

.home-card-wide p {
  max-width: 860px;
  font-size: 1.06rem;
}

.home-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.home-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
}

.home-icon.blue {
  color: #b9c7ff;
  background: rgba(32, 73, 158, 0.58);
}

.home-icon.green {
  color: #42f052;
  background: rgba(27, 122, 22, 0.78);
}

.home-stock-card {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 44%);
  gap: 0;
  padding: 0;
}

.home-stock-copy {
  padding: clamp(28px, 3vw, 40px);
}

.home-stock-image {
  min-height: 100%;
  background-image:
    linear-gradient(90deg, #171719 0%, rgba(23, 23, 25, 0.64) 34%, rgba(23, 23, 25, 0.06) 100%),
    url("assets/almacen.png");
  background-position: center;
  background-size: cover;
  filter: saturate(0.88) brightness(0.66);
}

.about-section {
  background: #08090b;
}

.about-hero {
  position: relative;
  display: grid;
  min-height: clamp(480px, 62vh, 690px);
  padding: clamp(88px, 14vw, 190px) clamp(22px, 4.8vw, 76px) clamp(90px, 13vw, 170px);
  place-items: center;
  text-align: center;
  background-image:
    linear-gradient(180deg, rgba(8, 9, 11, 0.45), #08090b 96%),
    linear-gradient(90deg, rgba(8, 9, 11, 0.92), rgba(8, 9, 11, 0.62), rgba(8, 9, 11, 0.92)),
    url("assets/almacen.png");
  background-position: center;
  background-size: cover;
}

.about-hero-content {
  width: min(880px, 100%);
}

.about-hero h1 {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  font-size: clamp(2.4rem, 4.5vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.16);
}

.about-hero p {
  margin: 0 auto;
  max-width: 770px;
  color: #c2c6d0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: min(1320px, calc(100% - 92px));
  margin: clamp(-64px, -5vw, -42px) auto 0;
  position: relative;
  z-index: 2;
}

.company-card {
  position: relative;
  min-height: 285px;
  padding: clamp(30px, 3.4vw, 42px);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
    var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dhakar-card {
  background:
    linear-gradient(105deg, rgba(17, 28, 50, 0.9), rgba(23, 23, 25, 0.95)),
    var(--panel);
}

.belrod-card {
  background:
    linear-gradient(105deg, rgba(24, 24, 24, 0.96), rgba(22, 48, 20, 0.86)),
    var(--panel);
}

.company-logo {
  position: absolute;
  right: 22px;
  bottom: 12px;
  z-index: 0;
  max-width: 44%;
  max-height: 170px;
  object-fit: contain;
  opacity: 0.09;
  pointer-events: none;
}

.belrod-logo {
  right: -24px;
  bottom: -34px;
  max-width: 52%;
  max-height: 220px;
}

.company-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.company-title svg {
  width: 30px;
  height: 30px;
  color: #c4ccff;
  stroke-width: 2.2;
}

.belrod-card .company-title svg {
  color: #d7e4c4;
}

.company-title h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.company-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: #c1c5ce;
  font-size: clamp(1rem, 1.23vw, 1.1rem);
  font-weight: 600;
  line-height: 1.65;
}

.status-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
  padding: 7px 14px;
  color: #c9d0dc;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.status-pill span {
  width: 9px;
  height: 9px;
  background: #47f85b;
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(71, 248, 91, 0.9);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: clamp(56px, 7vw, 86px);
  padding: clamp(40px, 5.8vw, 58px) clamp(24px, 5vw, 72px);
  background: #1d1d20;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.stats-band strong {
  display: block;
  margin-bottom: 10px;
  color: #b9c4ff;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1;
}

.stats-band span {
  color: #a9adba;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-panel h1,
.contact-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.contact-panel p,
.site-footer p {
  color: var(--muted);
  font-weight: 500;
  line-height: 1.65;
}

.contact-panel {
  width: min(calc(100% - clamp(40px, 9.6vw, 116px)), 1308px);
  margin: clamp(70px, 9vw, 112px) auto clamp(96px, 11vw, 140px);
  padding: clamp(48px, 6vw, 82px) 24px;
  text-align: center;
  background:
    linear-gradient(100deg, rgba(21, 29, 46, 0.88), rgba(22, 22, 24, 0.92)),
    var(--panel-strong);
  border: 1px solid rgba(121, 141, 190, 0.28);
  border-radius: 8px;
}

.home-contact-panel {
  margin-top: clamp(40px, 6vw, 76px);
}

.contact-page {
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4.8vw, 58px) clamp(70px, 8vw, 108px);
  background:
    radial-gradient(circle at 82% 6%, rgba(21, 51, 100, 0.18), transparent 28rem),
    #101113;
}

.contact-hero {
  width: min(1360px, 100%);
  margin: 0 auto clamp(44px, 5vw, 62px);
}

.contact-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 6vw, 5.4rem);
  line-height: 0.95;
}

.contact-hero p {
  max-width: 820px;
  color: #b8bdc8;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  font-weight: 500;
  line-height: 1.75;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.95fr);
  gap: 26px;
  width: min(1360px, 100%);
  margin: 0 auto;
}

.contact-form-card,
.direct-card,
.location-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    #2a2a2d;
  border: 1px solid rgba(180, 190, 215, 0.12);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.contact-form-card {
  padding: clamp(34px, 4vw, 54px);
}

.form-heading,
.side-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.form-heading svg {
  width: 28px;
  height: 28px;
  color: #b9c7ff;
}

.side-heading svg {
  width: 25px;
  height: 25px;
  color: #24ff2d;
}

.form-heading h2,
.side-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.side-heading h2 {
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.contact-form-card label {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.contact-form-card span {
  color: #aeb3c0;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  color: #f2f3f5;
  font: inherit;
  background: #1d1d20;
  border: 1px solid rgba(144, 154, 177, 0.28);
  border-radius: 0;
  outline: 0;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.contact-form-card textarea {
  min-height: 142px;
  padding-top: 18px;
  resize: vertical;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
  color: #6f747e;
}

.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
  background: #202126;
  border-color: rgba(7, 92, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(7, 92, 255, 0.14);
}

.form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 230px;
  min-height: 58px;
  padding: 0 30px;
  color: #fff;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--blue);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(7, 92, 255, 0.34);
  cursor: pointer;
}

.form-submit svg {
  width: 18px;
  height: 18px;
}

.contact-side {
  display: grid;
  gap: 26px;
  align-content: start;
}

.direct-card,
.location-card {
  padding: clamp(26px, 3vw, 34px);
}

.direct-card > p {
  margin-bottom: 26px;
  color: #a6abb7;
  font-size: 0.96rem;
  font-weight: 500;
}

.channel-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 16px 18px;
  margin-top: 16px;
  background: #1d1d20;
  border: 1px solid rgba(255, 255, 255, 0.035);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.channel-link:hover {
  transform: translateX(3px);
  background: #222328;
  border-color: rgba(36, 217, 111, 0.28);
}

.channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #3dff49;
  background: rgba(30, 116, 19, 0.75);
  border-radius: 12px;
}

.channel-icon svg {
  width: 23px;
  height: 23px;
}

.channel-link strong,
.location-row strong {
  display: block;
  color: #e6e7eb;
  font-weight: 800;
}

.channel-link span:not(.channel-icon) {
  color: #a9adba;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.channel-link > svg {
  width: 24px;
  height: 24px;
  color: #c2c7d2;
}

.location-card {
  padding: 0;
  overflow: hidden;
}

.map-preview {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background:
    radial-gradient(circle at 56% 46%, rgba(82, 93, 116, 0.24), transparent 5rem),
    linear-gradient(180deg, rgba(30, 30, 32, 0.08), #2a2a2d 100%),
    linear-gradient(90deg, rgba(42, 42, 45, 0.96), rgba(42, 42, 45, 0.34), rgba(42, 42, 45, 0.96)),
    repeating-linear-gradient(28deg, transparent 0 35px, rgba(190, 198, 218, 0.09) 36px 38px),
    repeating-linear-gradient(104deg, transparent 0 46px, rgba(190, 198, 218, 0.07) 47px 49px),
    #242529;
}

.fake-map::before,
.fake-map::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(185, 199, 255, 0.12);
  border-radius: 999px;
  pointer-events: none;
}

.fake-map::before {
  width: 260px;
  height: 260px;
  top: -44px;
  left: 34%;
}

.fake-map::after {
  width: 420px;
  height: 420px;
  top: -128px;
  left: 20%;
}

.map-road {
  position: absolute;
  display: block;
  height: 3px;
  background: rgba(185, 199, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(185, 199, 255, 0.08);
}

.road-a {
  width: 74%;
  top: 42%;
  left: 12%;
  transform: rotate(-9deg);
}

.road-b {
  width: 56%;
  top: 24%;
  left: 30%;
  transform: rotate(57deg);
}

.road-c {
  width: 46%;
  top: 70%;
  left: 18%;
  transform: rotate(17deg);
}

.road-d {
  width: 38%;
  top: 50%;
  left: 52%;
  transform: rotate(92deg);
}

.road-e {
  width: 50%;
  top: 33%;
  left: -4%;
  transform: rotate(34deg);
}

.map-pin-dot {
  position: absolute;
  top: 48%;
  left: 55%;
  width: 16px;
  height: 16px;
  background: #24ff2d;
  border: 4px solid rgba(8, 9, 11, 0.92);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(36, 255, 45, 0.11), 0 0 28px rgba(36, 255, 45, 0.44);
}

.map-preview > .map-label {
  position: absolute;
  bottom: 22px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  color: #cbd0da;
  font-family: "Barlow Condensed", "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(8, 9, 11, 0.9);
  border-radius: 999px;
}

.map-preview > .map-label span {
  width: 9px;
  height: 9px;
  background: #24ff2d;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(36, 255, 45, 0.78);
}

.location-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px 34px;
}

.location-row + .location-row {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.location-row svg {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  color: #b9c7ff;
}

.location-row p {
  margin: 0;
  color: #b9bec9;
  font-weight: 500;
  line-height: 1.65;
}

.contact-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  color: #bdc9ff;
}

.contact-panel h1,
.contact-panel h2 {
  margin-bottom: 24px;
}

.contact-panel p {
  width: min(780px, 100%);
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 1.02rem;
}

.whatsapp-button {
  gap: 12px;
  min-width: 318px;
  padding: 0 28px;
  font-size: 0.9rem;
  color: #fff;
  background: var(--green);
  box-shadow: 0 13px 34px rgba(36, 217, 111, 0.32);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
  min-height: 170px;
  padding: 34px 44px;
  background: #0a0b0d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer p {
  margin: 16px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
}

.footer-links a {
  font-size: 0.85rem;
  color: #888e9c;
  letter-spacing: 0;
  text-transform: none;
}

.footer-links a:hover {
  color: #f2f3f5;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    filter 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(4px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

.copyright {
  max-width: 340px;
  justify-self: end;
  text-align: right;
}

@media (max-width: 1080px) {
  .site-header {
    gap: 18px;
    padding: 0 26px;
  }

  .brand-logos {
    min-width: 280px;
  }

  .header-logo-dhakar {
    width: 190px;
  }

  .header-logo-belrod {
    width: 86px;
  }

  .site-nav {
    gap: 24px;
  }

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

  .home-card-wide,
  .home-stock-card {
    grid-column: span 2;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .company-grid {
    width: min(100% - 52px, 1320px);
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .copyright {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 820px) {
  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav {
    position: absolute;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: rgba(15, 16, 18, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.46);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 10px;
  }

  .site-nav a.active::after {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: 670px;
    padding-top: 128px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    max-width: 390px;
  }

  .home-info-grid,
  .home-stock-card {
    grid-template-columns: 1fr;
  }

  .home-card-wide,
  .home-stock-card {
    grid-column: span 1;
  }

  .home-stock-image {
    min-height: 240px;
  }

  .product-line-grid {
    grid-template-columns: 1fr;
  }

  .company-grid {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-top: -42px;
  }

  .company-card {
    min-height: 0;
  }

  .stats-band {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-panel {
    width: calc(100% - 40px);
  }

  .contact-page {
    padding-top: 42px;
  }
}

@media (max-width: 540px) {
  .site-header {
    padding: 0 16px;
  }

  .brand,
  .footer-brand {
    font-size: 1.38rem;
  }

  .brand-logos {
    gap: 8px;
    min-width: 0;
    height: 46px;
  }

  .header-logo-dhakar {
    width: 168px;
    height: 38px;
  }

  .header-logo-belrod {
    width: 64px;
    height: 38px;
  }

  .hero {
    min-height: 620px;
    padding: 104px 20px 82px;
  }

  .hero-media {
    background-position: center, center, 58% center;
  }

  h1 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .eyebrow {
    max-width: 100%;
    font-size: 0.72rem;
  }

  .primary-button,
  .secondary-button,
  .whatsapp-button {
    width: 100%;
    min-width: 0;
  }

  .hero-proof {
    margin-top: 36px;
  }

  .hero-proof div {
    min-width: 0;
  }

  .product-lines {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-line-card {
    min-height: 0;
    padding: 28px;
  }

  .company-card {
    padding: 26px;
  }

  .home-overview {
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-card,
  .home-stock-copy {
    padding: 26px;
  }

  .contact-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-form-card,
  .direct-card {
    padding: 26px;
  }

  .channel-link {
    grid-template-columns: auto 1fr;
  }

  .channel-link > svg {
    display: none;
  }

  .location-row {
    padding: 22px 24px;
  }

  .contact-panel {
    width: calc(100% - 32px);
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-footer {
    padding: 34px 18px;
  }

  .footer-links {
    gap: 18px 26px;
  }
}
