:root {
  --c-red: #16cfd9;
  --c-red-hover: #12b3bc;
  --c-ink: #0f3357;
  --c-ink-soft: #5b6b7c;
  --c-paper: #ffffff;
  --c-bg: #f6fcfc;
  --c-line: #e5ebeb;
  --c-cyan: #1af3ff;
  --c-cyan-deep: #16cfd9;

  --c-glow-strong: rgba(26, 243, 255, 0.16);
  --c-glow-soft: rgba(22, 207, 217, 0.08);
  --c-glow-deep: rgba(15, 51, 87, 0.05);
}

@property --noise-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 0.035;
}

.bg-noise::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035;
  mix-blend-mode: overlay;
}

.contact-hero,
.contact-info-section,
.contact-form-section,
.contact-map-section,
.contact-faq-section,
.contact-cta-section {
  font-family: "Manrope", sans-serif;
}

.contact-hero h1,
.contact-hero h2,
.contact-hero h3,
.section-title,
.channel-card__title,
.branch-card__body h3,
.faq-item__q,
.form-label,
.contact-stat h3 {
  font-family: "Montserrat", sans-serif;
}

.section-pad {
  padding: 4.5rem 5%;
}

.section-title {
  font-size: 2.5rem;
  color: var(--c-ink);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.section-title strong {
  color: var(--c-cyan-deep);
  font-family: "Audiowide", cursive, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  text-shadow:
    0.5px 0 0 currentColor,
    -0.5px 0 0 currentColor !important;
}

.contact-hero__text h1 .strong,
.contact-hero__text h1 strong {
  font-family: "Audiowide", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.0625rem !important;

  background: linear-gradient(180deg, #9ffff8 0%, #67f2e8 22%, #37d8d5 55%, #1eafc6 78%, #0d8dba 100%);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  color: transparent;
  text-shadow: 0 6px 18px rgba(70, 235, 225, 0.18);
}

.section-desc {
  font-size: 1.1rem;
  color: var(--c-ink-soft);
  line-height: 1.6;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-paper);
  color: var(--c-ink);
  border: 1px solid var(--c-line);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
}

.section-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-cyan);
}

.section-badge.red {
  background: linear-gradient(13deg, var(--c-cyan-deep), var(--c-cyan));
  color: var(--c-paper);
  border: none;
  letter-spacing: 1px;
}

.section-badge.red::before {
  background: var(--c-paper);
}

.contact-hero {
  padding: 9rem 5% 5rem 5%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--c-line);

  background:
    radial-gradient(circle at 88% 15%, var(--c-glow-strong) 0%, transparent 42%), radial-gradient(circle at 8% 95%, var(--c-glow-soft) 0%, transparent 38%), radial-gradient(circle at 50% 0%, var(--c-glow-deep) 0%, transparent 55%),
    var(--c-paper);
}

.contact-hero__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.contact-hero__text {
  flex: 1;
  z-index: 2;
}

.badge-outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--c-line);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--c-ink-soft);
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}

.badge-outline::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-cyan-deep);
}

.contact-hero__text h1 {
  font-size: clamp(2.25rem, 2.8vw, 2.75rem);
  color: var(--c-ink);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}

.contact-hero__text h1 .strong {
  color: var(--c-red);
}

.contact-hero__text p {
  font-size: 1.15rem;
  color: var(--c-ink-soft);
  margin-bottom: 3rem;
  max-width: 90%;
  line-height: 1.7;
}

.contact-hero__stats {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--c-line);
}

.contact-stat h3 {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 0.25rem;
}

.contact-stat__num {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--c-red);
}

.contact-stat__unit {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-ink);
}

.contact-stat p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--c-ink-soft);
  font-weight: 500;
}

.contact-hero__visual {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  z-index: 2;
}

.hero-gauge {
  position: relative;
  width: 300px;
  height: 300px;
  z-index: 2;
  border-radius: 50%;
}

.hero-gauge__face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #ffffff 0%, #eafcfd 30%, #cdf3f6 60%, #a3e8ee 100%);
  box-shadow:
    inset 0 0 0 10px rgba(255, 255, 255, 0.55),
    inset 0 -12px 30px rgba(15, 51, 87, 0.12),
    0 30px 60px rgba(22, 207, 217, 0.28);
}

.hero-gauge__ticks {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: repeating-conic-gradient(from -120deg, var(--c-ink) 0deg 1.2deg, transparent 1.2deg 12deg);
  -webkit-mask-image: radial-gradient(circle, transparent 63%, black 65%, black 70%, transparent 72%);
  mask-image: radial-gradient(circle, transparent 63%, black 65%, black 70%, transparent 72%);
  opacity: 0.4;
}

.hero-gauge__needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 34%;
  background: linear-gradient(180deg, var(--c-cyan) 0%, var(--c-cyan-deep) 100%);
  border-radius: 6px;
  transform-origin: bottom center;
  transform: translate(-50%, -100%) rotate(-60deg);
  box-shadow: 0 0 14px rgba(26, 243, 255, 0.65);
  animation: needleRev 4.5s ease-in-out infinite;
  z-index: 2;
}

@keyframes needleRev {
  0%,
  100% {
    transform: translate(-50%, -100%) rotate(-60deg);
  }
  55% {
    transform: translate(-50%, -100%) rotate(60deg);
  }
  75% {
    transform: translate(-50%, -100%) rotate(40deg);
  }
}

.hero-gauge__hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-cyan);
  background: linear-gradient(135deg, var(--c-ink), #16324f);
  box-shadow:
    0 12px 26px rgba(15, 51, 87, 0.4),
    0 0 0 6px rgba(255, 255, 255, 0.75);
  z-index: 3;
}

.hero-gear {
  position: absolute;
  width: 34px;
  height: 34px;
  color: var(--c-cyan-deep);
  opacity: 0.55;
  animation: gearSpin 14s linear infinite;
  z-index: 1;
}

.hero-gear--1 {
  top: -6px;
  right: 6%;
}

.hero-gear--2 {
  bottom: 4%;
  left: -10px;
  width: 24px;
  height: 24px;
  color: var(--c-cyan);
  opacity: 0.4;
  animation-duration: 20s;
  animation-direction: reverse;
}

@keyframes gearSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.contact-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(26, 243, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 243, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
  pointer-events: none;
}

.contact-hero__ping {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--c-cyan-deep);
  box-shadow: 0 0 18px rgba(22, 207, 217, 0.6);
  animation: heroPing 2.4s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.contact-hero__ping--1 {
  top: 15%;
  left: 12%;
  animation-delay: 0s;
}

.contact-hero__ping--2 {
  top: 62%;
  right: 15%;
  background: var(--c-cyan);
  box-shadow: 0 0 18px rgba(26, 243, 255, 0.6);
  animation-delay: 0.8s;
}

.contact-hero__ping--3 {
  bottom: 12%;
  left: 32%;
  width: 8px;
  height: 8px;
  animation-delay: 1.6s;
}

@keyframes heroPing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  80%,
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.contact-info-section {
  background: linear-gradient(180deg, var(--c-bg) 0%, #eefcfc 55%, var(--c-bg) 100%);
  position: relative;
  overflow: hidden;
}

.contact-info-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 380px;
  height: 380px;
  top: -120px;
  left: -140px;
  border-radius: 50%;
  background: var(--c-cyan-deep);
  filter: blur(130px);
  opacity: 0.1;
}

.contact-info-section > * {
  position: relative;
  z-index: 1;
}

.section-header--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.channel-card {
  background: var(--c-paper);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  border: 1px solid var(--c-line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.channel-card:hover {
  transform: translateY(-5px);
  border-color: var(--c-cyan-deep);
  box-shadow: 0 20px 40px rgba(22, 207, 217, 0.4);
}

.channel-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  color: var(--c-paper);
}

.channel-card__icon--whatsapp {
  background: #25d366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
}

.channel-card__icon--email {
  background: linear-gradient(13deg, var(--c-cyan-deep), var(--c-cyan));
  box-shadow: 0 8px 20px rgba(26, 243, 255, 0.3);
}

.channel-card__title {
  font-size: 1.3rem;
  color: var(--c-ink);
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.channel-card__desc {
  font-size: 0.95rem;
  color: var(--c-ink-soft);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  min-height: 42px;
}

.channel-card__value {
  background: var(--c-bg);
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 1.5rem;
  border: 1px dashed var(--c-line);
}

.channel-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--c-red);
  text-decoration: none;
  font-size: 0.95rem;
  transition: gap 0.3s ease;
}

.channel-card__cta:hover {
  gap: 12px;
}

.contact-form-section {
  background: radial-gradient(circle at 92% 90%, var(--c-glow-soft) 0%, transparent 40%), var(--c-paper);
  position: relative;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.contact-form-intro {
  position: static;
  top: 120px;
}

.contact-form-card {
  background: var(--c-paper);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid var(--c-line);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-ink);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--c-line);
  border-radius: 10px;
  background: var(--c-bg);
  font-family: inherit;
  font-size: 15px;
  color: var(--c-ink);
  transition: all 0.3s ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 7.5rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--c-cyan-deep);
  background: var(--c-paper);
  box-shadow: 0 0 0 4px rgba(26, 243, 255, 0.15);
}

.form-consent {
  font-size: 0.75rem;
  color: var(--c-ink-soft);
  line-height: 1.5;
  margin: 0;
}

.btn-primary {
  background: linear-gradient(13deg, var(--c-cyan-deep), var(--c-cyan));
  color: var(--c-ink);
  border: none;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 25px rgba(26, 243, 255, 0.3);
  text-decoration: none;
}

.btn-primary:hover {
  filter: brightness(0.95);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(26, 243, 255, 0.4);
}

.btn-primary.form-submit {
  align-self: flex-start;
  margin-top: 0.5rem;
}

.btn-primary .btn-arrow {
  transition: transform 0.3s ease;
}

.btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

.form-alert {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 0.95rem;
}
.form-alert--success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.form-alert--error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.contact-map-section {
  position: relative;
  overflow: hidden;
}

.contact-map-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 420px;
  height: 420px;
  bottom: -160px;
  right: -140px;
  border-radius: 50%;
  background: var(--c-cyan);
  filter: blur(140px);
  opacity: 0.1;
}

.contact-map-section header,
.contact-map-section .branches-grid {
  position: relative;
  z-index: 1;
}

.contact-map-section header {
  max-width: 1150px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  text-align: left;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.branches-grid--single {
  grid-template-columns: 1fr;
  max-width: 900px;
}

.branches-grid--single .branch-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.branches-grid--single .branch-card__map {
  flex: 0 0 46%;
}

.branches-grid--single .branch-card__map iframe {
  height: 100%;
  min-height: 420px;
}

.branches-grid--single .branch-card__body {
  flex: 1 1 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branch-card {
  background: var(--c-paper);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--c-line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.35s ease;
}

.branch-card:hover {
  transform: translateY(-6px);
  border-color: var(--c-cyan-deep);
  box-shadow: 0 24px 45px rgba(22, 207, 217, 0.22);
}

.branch-card__map {
  overflow: hidden;
}

.branch-card__map iframe {
  width: 100%;
  height: 250px;
  border: none;
  transition: transform 0.5s ease;
  transform: scale(1.02);
}

.branch-card:hover .branch-card__map iframe {
  transform: scale(1.08);
}

.branch-card:hover .branch-card__role {
  background: var(--c-cyan-deep);
  color: var(--c-paper);
}

.branch-card:hover .branch-card__body h3 {
  color: var(--c-cyan-deep);
}

.branch-card__body {
  padding: 2rem;
}

.branch-card__role {
  display: inline-block;
  background: var(--c-bg);
  color: var(--c-cyan-deep);
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition:
    background 0.35s ease,
    color 0.35s ease;
}

.branch-card__body h3 {
  font-size: 1.3rem;
  color: var(--c-ink);
  font-weight: 800;
  margin-bottom: 1rem;
  transition: color 0.35s ease;
}

.branch-card__address,
.branch-card__hours {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--c-ink-soft);
  margin-bottom: 0.8rem;
  line-height: 1.5;
}

.branch-card__address svg,
.branch-card__hours svg {
  flex-shrink: 0;
  color: var(--c-cyan-deep);
  margin-top: 2px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.8rem 1.5rem;
  border: 1px solid var(--c-line);
  border-radius: 8px;
  color: var(--c-ink);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  border-color: var(--c-cyan-deep);
  color: var(--c-cyan-deep);
  background: var(--c-bg);
}

.contact-faq-section {
  background: radial-gradient(circle at 6% 8%, var(--c-glow-soft) 0%, transparent 35%), var(--c-paper);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.faq-item {
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-radius: 12px;
  overflow: hidden;
}

.faq-item[open] {
  border-color: var(--c-red);
}

.faq-item__q {
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--c-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.faq-item__q::-webkit-details-marker {
  display: none;
}

.faq-item__chev {
  color: var(--c-ink-soft);
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-item__chev {
  color: var(--c-cyan-deep);
  transform: rotate(180deg);
}

.faq-item__a {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: var(--c-ink-soft);
  line-height: 1.6;
  font-size: 0.95rem;
}

.contact-cta-section {
  background: radial-gradient(ellipse 60% 55% at 50% 45%, rgba(15, 51, 87, 0.1) 0%, transparent 70%), linear-gradient(180deg, #e4edf1 0%, #cfe1e6 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-cta {
  background: linear-gradient(135deg, var(--c-ink) 0%, #16324f 100%);
  border-radius: 24px;
  padding: 5rem 2rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.contact-cta__glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: var(--c-cyan);
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.18;
  top: -50px;
  left: -50px;
  pointer-events: none;
}

.contact-cta::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: var(--c-cyan-deep);
  filter: blur(110px);
  border-radius: 50%;
  opacity: 0.16;
  bottom: -80px;
  right: -60px;
  pointer-events: none;
  z-index: 0;
}

.contact-cta__content {
  position: relative;
  z-index: 2;
}

.contact-cta .section-title {
  color: var(--c-paper);
}

.contact-cta .section-title strong {
  color: var(--c-cyan);
}

.contact-cta .section-desc {
  color: #a9c2d1;
  margin-bottom: 2.5rem;
}

.contact-cta .btn-primary {
  color: var(--c-ink);
}

@media (max-width: 992px) {
  .contact-hero__inner {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .contact-hero__stats {
    justify-content: center;
  }

  .contact-channels {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-form-intro {
    position: relative;
    top: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section-pad {
    padding: 70px 5%;
  }

  .contact-hero {
    padding: 7rem 5% 4rem 5%;
  }

  .contact-hero__text h1 {
    font-size: 1.85rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .section-desc {
    font-size: 1rem;
  }

  .btn-primary.form-submit {
    align-self: stretch;
    justify-content: center;
    width: 100%;
  }

  .contact-hero__stats {
    flex-direction: grid;
    gap: 1.5rem;
  }

  .hero-gauge {
    width: 230px;
    height: 230px;
  }

  .hero-gauge__hub {
    width: 48px;
    height: 48px;
  }

  .hero-gear {
    width: 26px;
    height: 26px;
  }

  .contact-channels {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .branches-grid--single .branch-card {
    flex-direction: column;
  }

  .branches-grid--single .branch-card__map {
    flex: none;
    width: 100%;
  }

  .branches-grid--single .branch-card__map iframe {
    height: 250px;
    min-height: 0;
  }

  .contact-form-card {
    padding: 1.5rem;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .contact-hero::after,
  .contact-info-section::before,
  .contact-map-section::before,
  .contact-cta::after {
    filter: blur(90px);
    width: 260px;
    height: 260px;
  }
}
