:root {
  --blue: #304f9d;
  --blue-dark: #20366f;
  --red: #ed2d2d;
  --text: #2f3340;
  --muted: #757b8c;
  --line: #edf0f6;
  --soft: #f7f8fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(34, 50, 92, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.omran-about-page,
.omran-about-page main,
.omran-about-page .about-hero,
.omran-about-page .contact-preview,
.omran-about-page .request-section,
.omran-about-page button,
.omran-about-page input,
.omran-about-page select,
.omran-about-page textarea {
  font-family: var(--bs-font-family, YekanBakh), Tahoma, Arial, sans-serif;
  font-size: var(--bs-font-size, 18px);
  line-height: 2;
}

.omran-about-page a {
  color: inherit;
  text-decoration: none;
}

.omran-about-page img {
  display: block;
  max-width: 100%;
}

.omran-about-page button,
.omran-about-page input,
.omran-about-page select,
.omran-about-page textarea {
  font: inherit;
}

.omran-about-page.container,
.omran-about-page .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.brand strong {
  font-size: 20px;
  font-weight: 900;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: end;
  gap: 4px;
  width: 30px;
  height: 34px;
}

.brand-mark span {
  display: block;
  width: 12px;
  height: 30px;
  border-radius: 2px;
  transform: skewY(-16deg);
}

.brand-mark span:first-child {
  background: var(--blue);
}

.brand-mark span:last-child {
  background: var(--red);
  height: 34px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-inline: auto;
}

.main-nav a {
  border-radius: 12px;
  padding: 8px 16px;
  color: #343947;
  font-weight: 700;
}

.main-nav a.active {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(48, 79, 157, 0.18);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search {
  position: relative;
}

.search::before {
  content: "⌕";
  position: absolute;
  top: 50%;
  right: 13px;
  color: #a6adbf;
  transform: translateY(-50%);
}

.search input {
  width: 190px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: 0;
  padding: 0 38px 0 16px;
}

.phone-chip {
  display: grid;
  justify-items: end;
  gap: 1px;
  color: var(--red);
  font-weight: 900;
  line-height: 1.4;
}

.phone-chip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--soft);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue);
  border-radius: 999px;
}

.about-hero {
  overflow: hidden;
  padding: 46px 0 86px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 770px);
  align-items: start;
  gap: 50px;
  direction: ltr;
}

.hero-copy {
  position: relative;
  grid-column: 2;
  direction: rtl;
  isolation: isolate;
}

.hero-title {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 150px;
  margin-bottom: 18px;
  padding: 22px 28px 18px 0;
}

.hero-title > * {
  position: relative;
  z-index: 1;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 150px;
  border-radius: 34px 0 0 34px;
  background: url("Rectangle 10067.png") center / 100% 100% no-repeat;
}

.hero-copy::after {
  content: "About\A Us";
  position: absolute;
  top: 30px;
  left: 80px;
  z-index: -1;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 0.78;
  white-space: pre;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--red);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-copy h1 {
  margin: 0;
  color: #20232b;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-text p {
  margin: 0 0 8px;
  color: #363636;
  font-size: 13px;
  line-height: 2.05;
  text-align: justify;
}

.hero-media {
  grid-column: 1;
  grid-row: 1;
  justify-self: stretch;
}

.hero-media img {
  width: 360px;
  height: 430px;
  object-fit: contain;
  filter: none;
}

.hero-media--graphic {
  align-self: start;
}

.about-product-graphic {
  position: relative;
  width: 360px;
  height: 430px;
}

.about-product-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid #edf0f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(34, 50, 92, 0.08);
}

.about-product-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.about-product-card--brand {
  top: 52px;
  right: 94px;
  width: 172px;
  height: 210px;
  border-radius: 22px;
}

.about-product-card--brand img {
  width: 134px;
  height: auto;
}

.about-product-card--1 {
  top: 22px;
  right: 0;
}

.about-product-card--2 {
  top: 110px;
  right: 0;
}

.about-product-card--3 {
  top: 198px;
  right: 0;
}

.about-product-card--4 {
  top: 286px;
  right: 0;
}

.about-product-card--5 {
  top: 22px;
  left: 0;
}

.about-product-card--6 {
  top: 110px;
  left: 0;
}

.about-product-card--7 {
  top: 198px;
  left: 0;
}

.about-product-card--8 {
  top: 286px;
  left: 0;
}

.contact-preview {
  padding: 0 0 76px;
}

.contact-desktop-grid {
  display: block;
}

.contact-mobile-stack {
  display: none;
}

.contact-reference-strip {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.contact-reference-strip img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-reference-phone {
  position: absolute;
  top: 14%;
  left: 7.4%;
  width: 18%;
  height: 13%;
  overflow: hidden;
  border-radius: 999px;
  color: transparent;
  text-indent: -999px;
}

.contact-desktop-grid .contact-help-card,
.contact-desktop-grid .contact-info-card {
  height: 100%;
}

.contact-desktop-grid .contact-team-img {
  height: 100%;
  min-height: 405px;
  object-fit: cover;
}

.contact-team-placeholder {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: 405px;
  overflow: hidden;
  padding: 46px 26px;
  background:
          linear-gradient(180deg, rgba(17, 40, 91, 0.26), rgba(16, 42, 94, 0.78)),
          radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.58), transparent 14%),
          radial-gradient(circle at 72% 10%, rgba(255, 255, 255, 0.46), transparent 12%),
          linear-gradient(135deg, #c9d6f5 0%, #4967b6 100%);
  color: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.contact-team-placeholder span,
.contact-team-placeholder strong {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.contact-team-placeholder span {
  top: 88px;
  font-size: 23px;
  opacity: 0.68;
}

.contact-team-placeholder strong {
  top: 122px;
  font-size: 14px;
  opacity: 0.54;
}

.support-people {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 18px;
}

.support-people i {
  position: relative;
  display: block;
  width: 70px;
  height: 150px;
  border-radius: 30px 30px 12px 12px;
  background: linear-gradient(180deg, #f8fbff 0 28%, #365394 29% 100%);
}

.support-people i::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0c7a5;
  transform: translateX(-50%);
}

.support-people i::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 12px;
  width: 46px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.support-people i:nth-child(2) {
  width: 82px;
  height: 184px;
  background: linear-gradient(180deg, #fff 0 30%, #243c7f 31% 100%);
}

.contact-help-card,
.contact-info-card {
  border-radius: 24px;
  box-shadow: none;
}

.contact-help-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  min-height: 405px;
  padding: 74px 26px;
  background: #fff url("figma-contact-help-bg.png") center / 100% 100% no-repeat;
  text-align: center;
}

.contact-help-card::before {
  display: none;
}

.contact-help-card h2 {
  position: relative;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
}

.contact-help-card p {
  position: relative;
  margin: 0;
  color: #363636;
  font-size: 13px;
  font-weight: 700;
  line-height: 2.15;
}

.contact-team-img {
  width: 100%;
  height: 405px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.contact-info-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 405px;
  padding: 54px 52px;
  background:
          radial-gradient(circle at 72% -12%, rgba(255, 255, 255, 0.08), transparent 34%),
          radial-gradient(circle at -4% 92%, rgba(255, 255, 255, 0.08), transparent 36%),
          radial-gradient(circle at 94% 66%, rgba(255, 255, 255, 0.07), transparent 24%),
          linear-gradient(135deg, #5c76c4 0%, #304f9d 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.contact-info-card::before,
.contact-info-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.contact-info-card::before {
  width: 280px;
  height: 280px;
  right: -60px;
  top: -76px;
}

.contact-info-card::after {
  width: 230px;
  height: 230px;
  left: -82px;
  bottom: -70px;
}

.contact-phone {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 151px;
  min-height: 37px;
  margin: 0 auto;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  direction: ltr;
}

.contact-phone::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -54px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--red) url("../img/call-calling2.svg") center / 16px 16px no-repeat;
}

.contact-info-card > span {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  margin: 6px auto 25px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #3f4655;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.contact-info-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 18px;
  margin: 0;
}

.contact-info-card dl div {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  align-items: center;
  column-gap: 16px;
}

.contact-info-card dl img {
  grid-area: icon;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  object-fit: contain;
}

.contact-info-card dt {
  grid-area: label;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.contact-info-card dd {
  grid-area: value;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.request-section {
  padding: 0 0 78px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.section-title span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--red);
}

.section-title h2 {
  margin: 0;
  color: #242936;
  font-size: 28px;
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 20px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: #343a48;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e7eaf2;
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  outline: 0;
  transition: 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

.contact-form textarea {
  min-height: 70px;
  resize: vertical;
  padding: 10px 12px;
  font-size: 13px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(48, 79, 157, 0.55);
  box-shadow: 0 0 0 4px rgba(48, 79, 157, 0.08);
}

.contact-form .invalid {
  border-color: var(--red);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(48, 79, 157, 0.18);
}

.primary-btn.small {
  min-width: 120px;
  min-height: 40px;
}

.form-status {
  margin: 0;
  color: var(--blue);
  font-weight: 800;
}

.omran-about-page ~ .site-footer,
body:has(.omran-about-page) .site-footer {
  position: relative;
  overflow: hidden;
  padding: 30px 0 14px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border-top: 1px solid var(--line);
}

.omran-about-page ~ .site-footer::before,
body:has(.omran-about-page) .site-footer::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  height: 180px;
  background:
          radial-gradient(circle at 20% 22%, rgba(237, 45, 45, 0.12) 0 4px, transparent 5px),
          radial-gradient(circle at 52% 6%, rgba(48, 79, 157, 0.12) 0 5px, transparent 6px),
          radial-gradient(circle at 70% 48%, rgba(48, 79, 157, 0.09), transparent 115px);
  pointer-events: none;
}

.omran-about-page ~ .site-footer .footer-top,
body:has(.omran-about-page) .footer-top {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.7fr 0.9fr;
  gap: 26px;
  padding-bottom: 16px;
}

.omran-about-page ~ .site-footer .footer-about p,
body:has(.omran-about-page) .footer-about p {
  max-width: 520px;
  margin: 10px 0 12px;
  color: #555d6e;
  font-size: 11px;
  line-height: 2;
  text-align: justify;
}

.omran-about-page ~ .site-footer .footer-links,
.omran-about-page ~ .site-footer .trust-box,
body:has(.omran-about-page) .footer-links,
body:has(.omran-about-page) .trust-box {
  display: grid;
  align-content: start;
  gap: 5px;
}

.omran-about-page ~ .site-footer .footer-links h3,
.omran-about-page ~ .site-footer .trust-box h3,
body:has(.omran-about-page) .footer-links h3,
body:has(.omran-about-page) .trust-box h3 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
}

.omran-about-page ~ .site-footer .footer-links a,
body:has(.omran-about-page) .footer-links a {
  color: #596173;
  font-size: 11px;
  font-weight: 700;
}

.omran-about-page ~ .site-footer .footer-links a:hover,
body:has(.omran-about-page) .footer-links a:hover {
  color: var(--blue);
}

.omran-about-page ~ .site-footer .trust-cards,
body:has(.omran-about-page) .trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 68px);
  gap: 8px;
}

.omran-about-page ~ .site-footer .trust-cards span,
body:has(.omran-about-page) .trust-cards span {
  display: grid;
  place-items: center;
  height: 54px;
  border: 1px solid #edf0f6;
  border-radius: 12px;
  background: #fff;
  color: #8a6c20;
  font-size: 10px;
  font-weight: 900;
  box-shadow: var(--shadow);
  text-align: center;
}

.omran-about-page ~ .site-footer .footer-contact,
body:has(.omran-about-page) .footer-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  margin-top: 6px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  color: #3f4655;
  font-size: 11px;
  font-weight: 800;
}

.omran-about-page ~ .site-footer .footer-contact a,
.omran-about-page ~ .site-footer .footer-contact span,
body:has(.omran-about-page) .footer-contact a,
body:has(.omran-about-page) .footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.omran-about-page ~ .site-footer .footer-bottom,
body:has(.omran-about-page) .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  color: #767e8f;
  font-size: 10px;
}

.omran-about-page ~ .site-footer .footer-bottom p,
body:has(.omran-about-page) .footer-bottom p {
  margin: 0;
}

.omran-about-page ~ .site-footer .socials,
body:has(.omran-about-page) .socials {
  display: flex;
  gap: 7px;
  direction: ltr;
}

.omran-about-page ~ .site-footer .socials a,
body:has(.omran-about-page) .socials a {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 14px 30px rgba(48, 79, 157, 0.28);
}

.to-top.show {
  display: block;
}

@media (max-width: 1024px) {
  .header-actions {
    display: none;
  }

  .contact-desktop-grid {
    display: none;
  }

  .contact-mobile-stack {
    display: grid;
    gap: 14px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-copy,
  .hero-media {
    grid-column: auto;
  }

  .form-row,
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .omran-about-page.container,
  .omran-about-page .container {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 58px;
    justify-content: space-between;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand-mark {
    width: 24px;
    height: 28px;
  }

  .brand-mark span {
    width: 9px;
    height: 25px;
  }

  .brand-mark span:last-child {
    height: 28px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }

  .about-hero {
    padding: 18px 0 18px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-copy {
    display: contents;
  }

  .hero-title {
    position: relative;
    order: 1;
    display: grid;
    align-content: center;
    min-height: 82px;
    margin-bottom: 0;
    padding: 12px 14px 10px 0;
    overflow: hidden;
    border-radius: 18px 0 0 18px;
    background: url("Rectangle 10067.png") center / 100% 100% no-repeat;
    isolation: isolate;
  }

  .hero-title::before {
    content: "About\A Us";
    position: absolute;
    top: 18px;
    left: 28px;
    z-index: 0;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 31px;
    font-weight: 800;
    line-height: 0.78;
    opacity: 1;
    white-space: pre;
    text-align: center;
  }

  .hero-copy::before,
  .hero-copy::after {
    display: none;
  }

  .hero-media {
    order: 2;
    width: 100%;
  }

  .hero-media img {
    width: min(100%, 230px);
    height: auto;
    margin-inline: auto;
  }

  .about-product-graphic {
    width: min(100%, 340px);
    height: 400px;
    margin-inline: auto;
  }

  .about-product-card {
    width: 66px;
    height: 66px;
  }

  .about-product-card img {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .about-product-card--brand {
    right: 86px;
    width: 168px;
    height: 198px;
  }

  .about-product-card--brand img {
    width: 126px;
    height: auto;
  }

  .hero-text {
    order: 3;
  }

  .hero-text p {
    margin-bottom: 8px;
    font-size: 10.5px;
    line-height: 2.15;
  }

  .eyebrow {
    font-size: 20px;
  }

  .hero-copy h1 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .contact-preview {
    padding: 4px 0 26px;
  }

  .contact-desktop-grid {
    display: none;
  }

  .contact-mobile-stack {
    display: grid;
    gap: 10px;
  }

  .contact-help-card {
    min-height: 168px;
    padding: 24px 18px;
    border-radius: 12px;
  }

  .contact-help-card h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .contact-help-card p {
    font-size: 10.5px;
    line-height: 2.05;
  }

  .contact-team-img {
    width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 8px;
    box-shadow: none;
  }

  .contact-team-placeholder {
    min-height: 170px;
    border-radius: 8px;
  }

  .contact-info-card {
    min-height: 0;
    padding: 20px 22px 22px;
    border-radius: 8px;
  }

  .contact-phone {
    min-width: 118px;
    min-height: 28px;
    padding: 0 12px;
    font-size: 12px;
  }

  .contact-phone::after {
    top: -2px;
    right: -36px;
    width: 30px;
    height: 30px;
    background-size: 13px 13px;
  }

  .contact-info-card > span {
    margin: 5px auto 14px;
    padding: 0 10px;
    font-size: 9px;
    line-height: 16px;
  }

  .contact-info-card dl {
    gap: 12px;
  }

  .contact-info-card dl div {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 10px;
  }

  .contact-info-card dl img {
    width: 30px;
    height: 30px;
    padding: 8px;
  }

  .contact-info-card dt {
    font-size: 9px;
  }

  .contact-info-card dd {
    font-size: 11px;
    line-height: 1.55;
  }

  .request-section {
    padding: 4px 0 40px;
  }

  .section-title {
    margin-bottom: 12px;
  }

  .section-title h2 {
    font-size: 17px;
  }

  .contact-form {
    gap: 10px;
  }

  .contact-form label span {
    font-size: 10px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    border-radius: 6px;
    font-size: 10px;
  }

  .contact-form input,
  .contact-form select {
    height: 36px;
  }

  .contact-form textarea {
    min-height: 64px;
  }

  .form-row,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .form-footer,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn {
    width: 100%;
    min-height: 36px;
    font-size: 11px;
  }

  .footer-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    padding-top: 44px;
  }

  .footer-top {
    gap: 24px;
  }

  .footer-about p {
    font-size: 12px;
  }

  .trust-cards {
    grid-template-columns: repeat(2, minmax(80px, 1fr));
  }

  .to-top {
    right: 16px;
    bottom: 16px;
  }
}
