@font-face {
  font-family: Vazirmatn;
  src: url("./fonts/webfonts/Vazirmatn-Bold.woff2");
  font-display: swap;
}

:root {
  --red: #d71920;
  --red-dark: #a90f15;
  --red-soft: #fff1f2;
  --text: #202124;
  --muted: #667085;
  --border: #ececec;
  --surface: #fafafa;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Vazirmatn;
  line-height: 1.85;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
}

.glass-nav {
  position: fixed;
  z-index: 100;
  top: 18px;
  right: 50%;
  transform: translateX(50%);
  width: min(1120px, calc(100% - 32px));
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.nav-logo img {
  width: 86px;
  max-height: 50px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-links a {
  padding: 9px 13px;
  border-radius: 11px;
  font-size: 14px;
  transition: 0.25s ease;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--red);
  background: var(--red-soft);
}
.menu-toggle {
  display: none;
  width: 43px;
  height: 43px;
  padding: 9px;
  border: 0;
  border-radius: 12px;
  background: var(--red-soft);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 9px;
  background: var(--red);
}

.contact-page {
  overflow: hidden;
}
.contact-hero {
  min-height: 700px;
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 55px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 145px 28px 70px;
}
.contact-copy .eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-radius: 999px;
  color: var(--red);
  background: var(--red-soft);
  font-size: 13px;
  font-weight: 800;
}
.contact-copy h1 {
  margin: 17px 0 14px;
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  line-height: 1.2;
}
.contact-copy h1 span {
  color: var(--red);
}
.contact-copy > p {
  max-width: 600px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
}
.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.quick-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 21px;
  border-radius: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}
.quick-actions a:first-child {
  color: #fff;
  background: var(--red);
  box-shadow: 0 12px 25px rgba(215, 25, 32, 0.23);
}
.quick-actions a:last-child {
  border: 1px solid #e7e7e7;
  background: #fff;
}
.quick-actions a:hover {
  transform: translateY(-2px);
}
.contact-visual {
  position: relative;
  min-height: 515px;
}
.contact-visual::before {
  content: "";
  position: absolute;
  inset: 40px -35px -35px 55px;
  border-radius: 42px;
  background: var(--red-soft);
}
.contact-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(24, 24, 24, 0.14);
}
.status-card {
  position: absolute;
  z-index: 2;
  left: -25px;
  bottom: 28px;
  width: min(275px, 78%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}
.status-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 17px;
}
.status-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px 90px;
}
.section-head {
  max-width: 660px;
  margin-bottom: 32px;
}
.section-head span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}
.section-head h2 {
  margin: 5px 0 9px;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.35;
}
.section-head p {
  margin: 0;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.contact-card {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: #fff;
  transition: 0.25s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 25, 32, 0.25);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.07);
}
.icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  color: #fff;
  background: var(--red);
  font-weight: 900;
  font-size: 13px;
}
.contact-card h3 {
  margin: 0 0 7px;
  font-size: 18px;
}
.contact-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
}
.contact-card strong {
  margin-top: auto;
  color: var(--red);
  font-size: 14px;
}

.info-panel {
  max-width: 1120px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}
.address-block {
  position: relative;
  min-height: 390px;
  padding: 44px;
  color: #fff;
  background: linear-gradient(145deg, #232326, #111113);
}
.address-block::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  left: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(215, 25, 32, 0.3);
  filter: blur(1px);
}
.address-block > * {
  position: relative;
  z-index: 1;
}
.address-block span {
  color: #ff9b9e;
  font-size: 13px;
  font-weight: 800;
}
.address-block h2 {
  margin: 7px 0 16px;
  font-size: 30px;
}
.address-block p {
  max-width: 590px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.72);
}
.address-meta {
  display: grid;
  gap: 12px;
}
.address-meta div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}
.address-meta small {
  display: block;
  color: rgba(255, 255, 255, 0.55);
}
.address-meta strong {
  font-size: 14px;
}
.hours-block {
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--red-soft);
}
.hours-block h3 {
  margin: 0 0 17px;
  font-size: 24px;
}
.hour-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(215, 25, 32, 0.12);
  color: var(--muted);
  font-size: 13px;
}
.hour-row strong {
  color: var(--text);
}
.hours-note {
  margin: 20px 0 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}
.social-strip {
  max-width: 1120px;
  margin: 0 auto 75px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface);
}
.social-strip h3 {
  margin: 0;
  font-size: 19px;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.social-links a {
  padding: 9px 13px;
  border-radius: 11px;
  color: var(--red);
  background: #fff;
  border: 1px solid rgba(215, 25, 32, 0.14);
  font-size: 12px;
  font-weight: 900;
}
.social-links a:hover {
  color: #fff;
  background: var(--red);
}
.page-footer {
  padding: 25px;
  border-top: 1px solid #eee;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}
.page-footer strong {
  color: var(--red);
}

@media (max-width: 900px) {
  .contact-hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .contact-copy {
    text-align: center;
  }
  .contact-copy > p {
    margin-inline: auto;
  }
  .quick-actions {
    justify-content: center;
  }
  .contact-visual {
    min-height: 450px;
  }
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .info-panel {
    grid-template-columns: 1fr;
    margin-inline: 28px;
  }
}
@media (max-width: 700px) {
  .glass-nav {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
    padding: 7px 11px;
    flex-wrap: wrap;
  }
  .nav-logo img {
    width: 68px;
  }
  .menu-toggle {
    display: block;
  }
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 4px;
    border-top: 1px solid #eee;
  }
  .glass-nav.open .nav-links {
    display: flex;
  }
  .nav-links a {
    text-align: center;
  }
  .contact-hero {
    gap: 36px;
    padding: 112px 16px 55px;
  }
  .contact-visual {
    min-height: 380px;
  }
  .status-card {
    left: 15px;
    bottom: 18px;
  }
  .contact-section {
    padding: 0 16px 65px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .info-panel {
    margin: 0 16px 55px;
  }
  .address-block,
  .hours-block {
    padding: 30px 23px;
  }
  .social-strip {
    margin: 0 16px 55px;
    padding: 24px;
    flex-direction: column;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}
