/* Page: contact — hero + body (simple: contact-hero) */

/* ================= HERO (contact) ================= */
/* Hero bg images — yahan image path change karo */
.contact-hero-slide-1 { background-image: url('../../../images/hero-agency-bg.png'); }
.contact-hero-slide-2 { background-image: url('../../../images/agency-workspace.png'); }
.contact-hero-slide-3 { background-image: url('../../../images/office-2360063_1920.jpg'); }

/* ================= PAGE HERO (inner pages) ================= */
.contact-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 140% at 75% 0%, #003B5C 0%, #00203D 52%, #001628 100%);
  color: #fff;
}
.contact-hero-inner{
  position: relative;
  z-index: 2;
  padding: 3.5rem 1rem 3rem;
}
.contact-hero-crumb{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem;
}
.contact-hero-crumb a{
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.contact-hero-crumb a:hover{ color: #A8D0EA; }
.contact-hero-crumb-sep{ color: rgba(255, 255, 255, 0.35); }
.contact-hero-title{
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.9rem;
}
.contact-hero-lead{
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 56ch;
  margin: 0 0 1.6rem;
}
.contact-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.st-btn--lg{
  padding: 0.85rem 1.85rem;
  font-size: 0.95rem;
  border-radius: 10px;
  min-width: 0;
}
@media (min-width: 576px) {
  .st-btn--lg{ min-width: 200px; }
}
.contact-hero-card{
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 1.6rem 1.45rem 1.35rem;
  color: #fff;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.4);
  max-width: 360px;
  margin-left: auto;
}
.contact-hero-card-tag{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #A8D0EA;
  margin-bottom: 0.85rem;
}
.contact-hero-card-body{
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.contact-hero-card-icon{
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #00203D);
}
.contact-hero-card-body p{
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}
.contact-hero-card-foot{
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-hero-card-stat strong{
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.contact-hero-card-stat strong i{
  font-size: 0.72em;
  color: #A8D0EA;
  margin-left: 0.12rem;
}
.contact-hero-card-stat span{
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.contact-hero-card-link{
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0072B9;
  text-decoration: none;
  white-space: nowrap;
}
.contact-hero-card-link:hover{ color: #E8F1F7; }
.contact-hero-card-badge{
  position: absolute;
  top: -14px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(0, 114, 185, 0.45);
}

/* Trust badges strip */
.contact-hero-badges{
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}
.contact-hero-badges-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2.25rem;
  padding: 0.85rem 1rem;
}
.contact-hero-badges span{
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}
.contact-hero-badges i{ color: #A8D0EA; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-info-card {
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 32, 61, 0.08);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: .85rem;
  transition: box-shadow .3s, transform .3s;
}
.contact-info-card:hover {
  box-shadow: 0 18px 40px rgba(0, 32, 61, 0.08);
  transform: translateX(4px);
}
.contact-info-card i {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #FFE8D4, #DCECFF);
  color: #00203D;
  flex-shrink: 0;
}
.contact-info-card strong {
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: .9rem;
  margin-bottom: .15rem;
}
.contact-info-card span,
.contact-info-card a {
  color: #4A6578;
  font-size: .92rem;
}
.contact-info-card a:hover { color: #0072B9; }

.form-shell {
  padding: 2rem 1.75rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 32, 61, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 32, 61, 0.08);
}
.float-field {
  position: relative;
  margin-bottom: 1.15rem;
}
.float-field input,
.float-field textarea,
.float-field select {
  width: 100%;
  padding: 1.15rem 1rem .55rem;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 32, 61, 0.08);
  background: #FFFFFF;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  color: #00203D;
}
.float-field textarea { min-height: 120px; resize: vertical; padding-top: 1.4rem; }
.float-field label {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #4A6578;
  font-size: .92rem;
  pointer-events: none;
  transition: .2s cubic-bezier(0.22, 1, 0.36, 1);
}
.float-field textarea + label { top: 1.2rem; transform: none; }
.float-field input:focus,
.float-field textarea:focus,
.float-field select:focus {
  border-color: #0072B9;
  box-shadow: 0 0 0 4px rgba(91, 138, 196, 0.15);
}
.float-field input:focus + label,
.float-field input:not(:placeholder-shown) + label,
.float-field textarea:focus + label,
.float-field textarea:not(:placeholder-shown) + label,
.float-field select:focus + label,
.float-field select:valid + label {
  top: .45rem;
  transform: none;
  font-size: .72rem;
  font-weight: 650;
  color: #0072B9;
}
.float-field select:invalid { color: transparent; }
.float-field select:valid { color: #00203D; }
.float-field select option { color: #00203D; }

.float-field--count { padding-bottom: 0.15rem; }
.field-char-count {
  display: block;
  text-align: right;
  margin-top: 4px;
  font-size: .68rem;
  font-weight: 600;
  color: #8a99ad;
}
.field-char-count.is-near { color: #f59e0b; }
.field-char-count.is-max { color: #dc2626; }

.om-captcha { margin-bottom: 1rem; }
.om-captcha__label {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: .45rem;
}
.om-captcha__row {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
}
.om-captcha__question {
  font-weight: 700;
  font-size: 1rem;
  color: #00203D;
  min-width: 6.5rem;
  padding: .55rem .75rem;
  background: #f1f5f9;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.om-captcha__input {
  width: 5.5rem;
  padding: .55rem .65rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font: inherit;
}
.om-captcha__input:focus {
  outline: none;
  border-color: #0072B9;
  box-shadow: 0 0 0 3px rgba(91, 138, 196, 0.15);
}
.om-captcha__refresh {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #475569;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.om-captcha__refresh:hover { background: #f8fafc; color: #0072B9; }

.btn-om .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
  display: none;
}
.btn-om.is-loading .spinner-border { display: inline-block; }
.btn-om.is-loading .btn-label { opacity: .65; }
.form-success {
  display: none;
  text-align: center;
  padding: 1.5rem;
  color: #0d7a52;
  font-weight: 650;
}
.form-success.is-visible { display: block; animation: fadeUp .5s cubic-bezier(0.22, 1, 0.36, 1); }

/* Premium inquiry form — shared across site */
.om-inquiry-card {
  background: #fff;
  border-radius: 22px;
  padding: 1.75rem 1.85rem 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.om-inquiry-card__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.om-inquiry-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
}

.om-inquiry-card__head h3 {
  margin: 0 0 0.2rem;
  font-size: 1.35rem;
  color: #0f172a;
}

.om-inquiry-card__head p {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}


/* Fields */
.om-field {
  position: relative;
  margin-bottom: 0;
}

.om-field__icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 1rem;
  z-index: 2;
  pointer-events: none;
  transition: color 0.2s;
}

.om-field__icon--area {
  top: 1.15rem;
  transform: none;
}

.om-field input,
.om-field textarea,
.om-field select {
  width: 100%;
  padding: 1.05rem 1rem 0.55rem 2.65rem;
  border-radius: 14px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.om-field textarea {
  min-height: 118px;
  resize: vertical;
  padding-top: 1.35rem;
}

.om-field label {
  position: absolute;
  left: 2.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 0.92rem;
  pointer-events: none;
  transition: 0.18s ease;
}

.om-field--area label {
  top: 1.1rem;
  transform: none;
}

.om-field input:focus,
.om-field textarea:focus,
.om-field select:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.om-field input:focus + label,
.om-field input:not(:placeholder-shown) + label,
.om-field textarea:focus + label,
.om-field textarea:not(:placeholder-shown) + label,
.om-field select:focus + label,
.om-field select:valid + label {
  top: 0.42rem;
  transform: none;
  font-size: 0.68rem;
  font-weight: 650;
  color: #2563eb;
}

.om-field--area textarea:focus + label,
.om-field--area textarea:not(:placeholder-shown) + label {
  top: 0.42rem;
}

.om-field input:focus ~ .om-field__icon,
.om-field textarea:focus ~ .om-field__icon,
.om-field select:focus ~ .om-field__icon {
  color: #2563eb;
}

.om-field--select select:invalid { color: transparent; }
.om-field--select select:valid { color: #0f172a; }
.om-field--select select option { color: #0f172a; }

.om-field__count {
  display: block;
  text-align: right;
  margin-top: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #94a3b8;
}

.om-field__count.is-near { color: #f59e0b; }
.om-field__count.is-max { color: #dc2626; }

/* Dark sidebar fields */
.om-field--dark input,
.om-field--dark textarea {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.om-field--dark label { color: rgba(255, 255, 255, 0.55); }
.om-field--dark .om-field__icon { color: rgba(255, 255, 255, 0.45); }

.om-field--dark input:focus,
.om-field--dark textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.15);
}

.om-field--dark input:focus + label,
.om-field--dark input:not(:placeholder-shown) + label,
.om-field--dark textarea:focus + label,
.om-field--dark textarea:not(:placeholder-shown) + label {
  color: #7dd3fc;
}

/* Submit */
.om-inquiry-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
}

.om-inquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.4);
}

.om-inquiry-submit.is-loading .om-inquiry-submit__spinner { display: inline-block; }
.om-inquiry-submit.is-loading .om-inquiry-submit__label { opacity: 0.85; }
.om-inquiry-submit__spinner { display: none; }

.om-inquiry-submit--sidebar {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  padding: 0.85rem 1rem;
}

/* Alerts & success */
.om-inquiry-alert {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.om-inquiry-alert.alert-om-error,
.om-inquiry-sidebar__alert.is-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.om-inquiry-success {
  display: none;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.om-inquiry-success.is-visible { display: flex; }
.om-inquiry-success i { font-size: 1.5rem; flex-shrink: 0; }
.om-inquiry-success strong { display: block; margin-bottom: 0.15rem; }
.om-inquiry-success span { font-size: 0.88rem; opacity: 0.9; }

.om-inquiry-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.om-inquiry-trust i { color: #2563eb; margin-right: 0.25rem; }

/* Sidebar card */
.om-inquiry-sidebar {
  position: sticky;
  top: 6.5rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(160deg, #0b1f38 0%, #123456 55%, #0c4a6e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(11, 31, 56, 0.45);
  overflow: hidden;
}

.om-inquiry-sidebar__glow {
  position: absolute;
  inset: -40% -20% auto auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 70%);
  pointer-events: none;
}

.om-inquiry-sidebar__head {
  position: relative;
  margin-bottom: 1.15rem;
}

.om-inquiry-sidebar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #bae6fd;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.65rem;
}

.om-inquiry-sidebar__head h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.om-inquiry-sidebar__head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  margin: 0;
  line-height: 1.5;
}

.om-inquiry-sidebar__foot {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.om-inquiry-sidebar__foot a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.om-inquiry-sidebar__foot a:hover { color: #fff; }
.om-inquiry-sidebar__foot i { color: #f97316; }

.om-inquiry-form--sidebar .om-field + .om-field { margin-top: 0.75rem; }

.om-inquiry-sidebar__alert {
  font-size: 0.82rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.om-inquiry-sidebar__alert.is-success {
  background: rgba(16, 185, 129, 0.15);
  color: #a7f3d0;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* Captcha inside new forms */
.om-inquiry-form .om-captcha {
  margin: 0.5rem 0 0.75rem;
}

.om-inquiry-form .om-captcha__label {
  font-size: 0.78rem;
  color: #64748b;
}

.om-inquiry-form--sidebar .om-captcha__label { color: rgba(255, 255, 255, 0.65); }
.om-inquiry-form--sidebar .om-captcha__question {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

@media (max-width: 991px) {
  .om-inquiry-sidebar {
    position: static;
    margin-top: 1.5rem;
  }
}

/* Contact page layout */
.om-contact-page__title {
  max-width: 28ch;
  margin-inline: auto;
}

.om-contact-page .contact-info-card {
  margin-bottom: 0;
  height: 100%;
}

.om-contact-page .contact-info-card span,
.om-contact-page .contact-info-card a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.om-contact-page__intro {
  padding: 0.5rem 0 0;
}

@media (max-width: 991px) {
  .om-contact-page .om-inquiry-card {
    padding: 1.35rem 1.15rem 1.25rem;
    border-radius: 18px;
  }

  .om-contact-page .om-inquiry-card__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .om-contact-page .om-inquiry-card__head h3 {
    font-size: 1.2rem;
  }

  .om-contact-page__intro {
    text-align: center;
    padding-top: 0.25rem;
  }

  .om-contact-page__intro .section-head {
    align-items: center;
  }

  .om-contact-page__intro .btn-om {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .om-inquiry-card {
    padding: 1.25rem 1rem 1.1rem;
    border-radius: 16px;
  }

  .om-field input,
  .om-field textarea,
  .om-field select {
    font-size: 16px;
    padding-left: 2.5rem;
  }

  .om-field label {
    left: 2.5rem;
    font-size: 0.88rem;
  }

  .om-inquiry-trust {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .om-inquiry-submit {
    font-size: 0.95rem;
    padding: 0.9rem 1rem;
  }
/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .st-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .st-cs__grid { grid-template-columns: repeat(2, 1fr); }
  .st-tech__grid { grid-template-columns: repeat(4, 1fr); }
  .st-review-grid { grid-template-columns: repeat(2, 1fr); }
  .st-offering-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .st-top__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .st-brand__logo { height: 44px; }
  .st-brand__tag { display: none; }
  /* On mobile the strip only hosts the drawer; hide empty bar chrome */
  .st-nav__home { min-height: 42px; }
  .st-nav__inner { min-height: 42px; }
  .st-services__head { position: static; }
  .st-cs__rail { border-radius: 14px; padding: 1.5rem; }
  .st-cs__tab { border-radius: 10px; }
  .st-cs__body { padding: 1.5rem 0 0; }
  .st-hero__panel { max-width: none; margin-left: 0; }
  .st-intro__media { max-width: none; margin: 1rem 0 0; }
  .st-intro__stats { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .st-inquiry { position: static; }
  .contact-hero-badges-inner { gap: 0.5rem 1.25rem; }
}

@media (max-width: 767.98px) {
  .st-hero__inner { padding: 3.25rem 1rem; }
  .st-svc-grid { grid-template-columns: 1fr; }
  .st-cs__grid { grid-template-columns: 1fr; }
  .st-tech__grid { grid-template-columns: repeat(2, 1fr); }
  .st-review-grid { grid-template-columns: 1fr; }
  .st-offering-grid { grid-template-columns: 1fr; }
  .st-checklist { grid-template-columns: 1fr; }
  .contact-hero-inner { padding: 2.75rem 1rem 2.5rem; }
  .contact-hero-badges-inner { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .st-footer__bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 575.98px) {
  .st-hero__actions .st-hero__cta { width: 100%; justify-content: center; }
  .st-hero__panel { padding: 1.75rem 1.25rem 1.5rem; }
  .st-hero__panel-foot { grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
  .st-intro__stats { grid-template-columns: repeat(2, 1fr); }
  .st-intro__media-badge--years { left: 0; }
  .st-intro__media-badge--rating { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .st-hero__panel,
  .st-svc,
  .st-cs__card,
  .st-review,
  .st-btn,
  .st-footer__social a {
    transition: none;
  }
}
