/* ==========================================================================
   Contact Us — mockup-matched layout
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");

.contact-page {
  --ct-white: #ffffff;
  --ct-bg: #eef2f7;
  --ct-dark: #1e3a5f;
  --ct-muted: #6b7c93;
  --ct-navy: #1e3a8a;
  --ct-blue: #2563eb;
  --ct-blue-bright: #1d4ed8;
  --ct-blue-soft: #dbeafe;
  --ct-yellow: #f5c518;
  --ct-border: #e2e8f0;
  --ct-radius: 1rem;
  --ct-radius-sm: 0.65rem;
  --ct-shadow: 0 10px 30px rgba(30, 58, 138, 0.08);
  --ct-shadow-hover: 0 16px 40px rgba(30, 58, 138, 0.12);
  --ct-container: 64rem;
  --ct-font: "Outfit", "Segoe UI", sans-serif;
  --ct-ease: cubic-bezier(0.22, 1, 0.36, 1);

  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: var(--ct-bg);
  color: var(--ct-dark);
  font-family: var(--ct-font);
  -webkit-font-smoothing: antialiased;
}

#contact .page-content.contact-page,
#contact .contact-page {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#contact .ct-section--main {
  flex: 1 0 auto;
}

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page h4,
.contact-page h5,
.contact-page h6,
.contact-page p,
.contact-page a,
.contact-page li,
.contact-page label,
.contact-page input,
.contact-page textarea,
.contact-page button {
  font-family: var(--ct-font);
}

.ct-container {
  width: 100%;
  max-width: var(--ct-container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.25rem);
}

/* Breadcrumb */
.ct-crumb-bar {
  padding-block: 0.95rem;
  background: transparent;
}

.ct-crumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #7f93ad;
}

.ct-crumb__item + .ct-crumb__item::before {
  content: ">";
  margin-right: 0.4rem;
  color: #a8b6c8;
}

.ct-crumb__link {
  color: var(--ct-blue);
  text-decoration: none;
}

.ct-crumb__link:hover {
  color: var(--ct-navy);
  text-decoration: none;
}

.ct-crumb__item[aria-current="page"] {
  color: #7f93ad;
}

/* Main section */
.ct-section--main {
  padding: 0.25rem 0 1.35rem;
}

/* Hero */
.ct-hero {
  display: grid;
  grid-template-columns: minmax(110px, 160px) minmax(0, 1fr);
  gap: clamp(0.85rem, 2.4vw, 1.5rem);
  align-items: center;
  margin-bottom: clamp(1.1rem, 2.4vw, 1.65rem);
}

.ct-hero__art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-hero__art img {
  position: relative;
  z-index: 1;
  width: min(100%, 150px);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(37, 99, 235, 0.18));
}

.ct-hero__dots {
  position: absolute;
  inset: 12% 8% auto auto;
  width: 4.5rem;
  height: 3.5rem;
  background-image: radial-gradient(circle, rgba(148, 163, 184, 0.55) 1.2px, transparent 1.4px);
  background-size: 10px 10px;
  pointer-events: none;
  z-index: 0;
}

.ct-hero__copy {
  max-width: 34rem;
}

.ct-hero__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ct-navy);
}

.ct-hero__title span {
  color: var(--ct-blue-bright);
}

.ct-hero__rule {
  display: block;
  width: 3.25rem;
  height: 3px;
  border-radius: 99px;
  background: var(--ct-yellow);
  margin-bottom: 0.9rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s var(--ct-ease);
}

.ct-hero.is-visible .ct-hero__rule {
  transform: scaleX(1);
}

.ct-hero__lead {
  margin: 0;
  font-size: clamp(0.86rem, 1.05vw, 0.95rem);
  line-height: 1.55;
  color: var(--ct-muted);
  max-width: 42ch;
}

/* Dotted world map */
.ct-world {
  margin-top: 40px;
  grid-column: 1 / -1;
  order: 3;
  /* margin: 0; */
  padding: 0;
  overflow: hidden;
  /* background: var(--ct-white);
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1.15rem;
  box-shadow: var(--ct-shadow); */
}

.ct-world__canvas {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.ct-world__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6000 / 2518;
}

.ct-world__pin {
  position: absolute;
  left: 60.07%;
  top: 32.73%;
  width: 2.35rem;
  height: 2.85rem;
  transform: translate(-50%, -100%);
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
}

.ct-world__pulse {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(245, 197, 24, 0.28);
  transform: translate(-50%, 50%);
  animation: ct-pin-pulse 1.8s ease-out infinite;
}

.ct-world__marker {
  position: relative;
  z-index: 1;
  width: 1.85rem;
  height: 2.35rem;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.35));
  transition: transform 0.2s var(--ct-ease);
}

.ct-world__marker path {
  fill: var(--ct-yellow);
  stroke: #fff;
  stroke-width: 1.4;
  stroke-linejoin: round;
}

.ct-world__marker circle {
  fill: #fff;
}

.ct-world__pin:hover .ct-world__marker,
.ct-world__pin:focus-visible .ct-world__marker {
  transform: translateY(-0.12rem) scale(1.08);
}

.ct-world__pin:focus-visible {
  outline: 2px solid var(--ct-yellow);
  outline-offset: 3px;
  border-radius: 0.65rem;
}

@keyframes ct-pin-pulse {
  0% {
    opacity: 0.7;
    transform: translate(-50%, 50%) scale(0.55);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 50%) scale(2.15);
  }
}

/* Cards layout */
.ct-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1rem;
  align-items: stretch;
}

.ct-card--info { order: 1; }
.ct-card--form { order: 2; }

.ct-card {
  padding: 1.05rem 1.1rem 1.15rem;
  background: var(--ct-white);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--ct-radius);
  box-shadow: var(--ct-shadow);
  transition: box-shadow 0.3s ease, transform 0.3s var(--ct-ease);
}

.ct-card:hover {
  box-shadow: var(--ct-shadow-hover);
}

.ct-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.ct-card__badge {
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ct-blue-soft);
  color: var(--ct-blue-bright);
}

.ct-card__badge svg {
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-card__title {
  margin: 0 0 0.2rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ct-navy);
  letter-spacing: -0.02em;
}

.ct-card__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--ct-muted);
}

/* Contact info */
.ct-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.85rem;
}

.ct-info__item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.65rem 0;
  border-top: 1px solid var(--ct-border);
}

.ct-info__item:last-child {
  border-bottom: 1px solid var(--ct-border);
}

.ct-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: #f1f5fb;
  color: var(--ct-blue);
}

.ct-info__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-info__label {
  margin: 0 0 0.12rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ct-dark);
}

.ct-info__value {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--ct-muted);
}

.ct-info__value a {
  color: var(--ct-blue);
  text-decoration: none;
  font-weight: 500;
}

.ct-info__value a:hover {
  color: var(--ct-navy);
  text-decoration: underline;
}

/* Social */
.ct-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.55rem;
  color: var(--ct-blue-bright);
  background: var(--ct-blue-soft);
  text-decoration: none;
  transition: transform 0.25s var(--ct-ease), background 0.25s ease, color 0.25s ease;
}

.ct-social a:hover {
  background: var(--ct-blue);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Form */
.ct-form__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ct-field {
  margin-bottom: 0.7rem;
}

.ct-field label {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8494a8;
}

.ct-field__control {
  position: relative;
}

.ct-field__icon {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 2.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #94a3b8;
  pointer-events: none;
  z-index: 1;
}

.ct-field__control--textarea .ct-field__icon {
  inset-block: auto;
  top: 0;
  height: 2.35rem;
}

.ct-field__icon svg {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-form .form-control {
  width: 100%;
  height: 2.55rem;
  padding: 0 0.7rem 0 2.05rem;
  border: 1px solid #d7dee8;
  border-radius: 0.55rem;
  background: #fff;
  color: var(--ct-dark);
  font-size: 0.84rem;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ct-form .form-control:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.ct-form textarea.form-control {
  height: auto;
  min-height: 4.4rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  resize: vertical;
}

.ct-form__feedback {
  min-height: 1rem;
  margin: 0.05rem 0 0.55rem;
  font-size: 0.8rem;
  line-height: 1.4;
}

.ct-form__feedback--success { color: #047857; }
.ct-form__feedback--error { color: #b91c1c; }
.ct-form__feedback--pending { color: var(--ct-muted); }

.ct-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1rem;
}

.ct-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.62rem 1.1rem;
  border: none;
  border-radius: 0.55rem;
  background: var(--ct-yellow);
  color: #111827;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(245, 197, 24, 0.35);
  transition: transform 0.25s var(--ct-ease), background 0.25s ease, box-shadow 0.25s ease;
}

.ct-form__submit svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-form__submit:hover {
  background: #ffd23a;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(245, 197, 24, 0.45);
}

.ct-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ct-form__privacy {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
  max-width: 16rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #8494a8;
}

.ct-form__privacy svg {
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.1rem;
  stroke: #64748b;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Reveal */
.ct-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s var(--ct-ease), transform 0.55s var(--ct-ease);
}

.ct-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ct-reveal--d1 { transition-delay: 0.1s; }
.ct-reveal--d2 { transition-delay: 0.18s; }

/* Map */
.ct-map {
  margin-top: -40px;
  grid-column: 1 / -1;
  order: 4;
  overflow: hidden;
  background: var(--ct-white);
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 1.15rem;
  box-shadow: 0 16px 36px rgba(30, 58, 138, 0.1);
}

.ct-map__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1rem;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(90deg, #eff6ff 0%, #ffffff 62%);
  border-bottom: 1px solid #dbeafe;
}

.ct-map__identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.ct-map__icon {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
  background: #dbeafe;
  color: var(--ct-blue-bright);
}

.ct-map__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ct-map__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ct-navy);
}

.ct-map__text {
  margin: 0.12rem 0 0;
  font-size: 0.78rem;
  color: var(--ct-muted);
}

.ct-map__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  background: var(--ct-yellow);
  color: #111827;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(245, 197, 24, 0.28);
  transition: transform 0.22s var(--ct-ease), background 0.22s ease;
}

.ct-map__link:hover {
  background: #ffd23a;
  color: #111827;
  text-decoration: none;
  transform: translateY(-1px);
}

.ct-map__frame-wrap {
  position: relative;
  height: 18rem;
  background: #dbeafe;
}

.ct-map__frame-wrap::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2.4rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent);
}

.ct-map__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.12) contrast(1.04);
}

.ct-map__directions {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ct-navy);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.ct-map__directions:hover {
  color: var(--ct-blue);
  text-decoration: none;
}

/* Footer — flush to bottom, no gap below */
.contact-page .contact-footer {
  position: relative !important;
  bottom: auto !important;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 0 !important;
  padding-bottom: 1.8rem;
  flex: 0 0 auto;
}

.contact-page .contact-footer .contact-footer-bg {
  background-image:
    linear-gradient(180deg, rgba(30, 58, 138, 0.75) 0%, rgba(15, 23, 42, 0.92) 100%),
    url("../img/contact/contact-brand.png") !important;
  background-position: center 25% !important;
  background-size: cover !important;
  transform: scale(1.08);
}

.contact-page .contact-footer .row {
  position: relative;
  z-index: 2;
}

/* Right sidebar */
@media (min-width: 992px) {
  #contact > .row > [class*="col-lg-3"] {
    align-self: stretch;
    min-height: 100%;
    background-color: #1d4ed8;
    background-image: url("../img/contact/sidebar-bg.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
}

#contact .ct-sidebar {
  --ct-yellow: #f5c518;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  #contact .ct-sidebar.h-lg-100vh {
    height: 100vh !important;
    min-height: 100vh;
  }
}

#contact .ct-sidebar__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1d4ed8;
}

#contact .ct-sidebar__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}

#contact .ct-sidebar__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  background-color: #1d4ed8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#contact .ct-sidebar__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.35) 0%,
    rgba(29, 78, 216, 0.45) 46%,
    rgba(30, 58, 138, 0.62) 100%
  );
  pointer-events: none;
}

#contact .contact-sidebar-bg {
  display: none;
}

#contact .ct-sidebar::after {
  display: none;
}

.sidebar-item-wrapper[data-content="contact"] > .bg-holder {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#contact .ct-sidebar .btn-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  left: auto;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

#contact .ct-sidebar .btn-close img.times {
  display: none !important;
}

#contact .ct-sidebar .btn-close img.d-lg-none {
  display: block !important;
  width: 12px;
  height: 12px;
}

#contact .ct-sidebar .page-title {
  color: #fff !important;
  font-family: var(--ct-font);
  font-weight: 700;
  letter-spacing: 0.02em;
  left: 0.9rem !important;
  right: auto !important;
  bottom: 9.25rem !important;
  transform: none !important;
  margin: 0 !important;
  z-index: 3;
}

#contact .ct-sidebar__accent {
  position: absolute;
  left: calc(0.9rem + 1.55rem) !important;
  right: auto !important;
  bottom: 1.65rem;
  width: 2px;
  height: 4.35rem;
  overflow: visible;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.65);
  z-index: 4;
}

#contact .ct-sidebar__accent::before {
  content: "";
  position: absolute;
  top: -1.15rem;
  left: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #f5c518;
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(245, 197, 24, 0.7);
  z-index: 5;
}

.sidebar-item-wrapper[data-content="contact"] > .bg-holder {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='80' viewBox='0 0 160 80' fill='none'%3E%3Cpath d='M-10 50c20-18 40-18 60 0s40 18 60 0 40-18 60 0 40 18 60 0' stroke='%23FB923C' stroke-opacity='0.45' stroke-width='1.2'/%3E%3Cpath d='M-10 35c20-14 40-14 60 0s40 14 60 0 40-14 60 0 40 14 60 0' stroke='%23FB923C' stroke-opacity='0.3' stroke-width='1'/%3E%3Cpath d='M-10 65c20-12 40-12 60 0s40 12 60 0 40-12 60 0 40 12 60 0' stroke='%23FB923C' stroke-opacity='0.25' stroke-width='1'/%3E%3C/svg%3E") !important;
  background-color: #1a0e06 !important;
  background-size: 160px 80px !important;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .ct-form__row {
    grid-template-columns: 1fr 1fr;
  }

  .ct-form__row .ct-field:nth-child(3) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .ct-layout {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .ct-hero {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .ct-hero__art {
    justify-content: flex-start;
  }

  .ct-hero__art img {
    width: min(100%, 130px);
  }

  .ct-container {
    padding-inline: clamp(1.05rem, 4vw, 1.75rem);
  }

  .ct-map__frame-wrap {
    height: 16.5rem;
  }
}

@media (max-width: 575.98px) {
  .ct-hero__art {
    display: none;
  }

  .ct-hero {
    margin-bottom: 1.1rem;
  }

  .ct-hero__title {
    font-size: 1.55rem;
  }

  .ct-card {
    padding: 1.15rem 1.05rem;
  }

  .ct-form__row {
    grid-template-columns: 1fr;
  }

  .ct-form__row .ct-field:nth-child(3) {
    grid-column: auto;
  }

  .ct-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }

  .ct-form .form-control {
    min-height: 3rem;
    font-size: 1rem;
  }

  .ct-form__submit {
    width: 100%;
    min-height: 3rem;
  }

  .ct-form__privacy {
    max-width: none;
  }

  .ct-crumb-bar {
    padding-block: 0.55rem 0.2rem;
  }

  .ct-map__head {
    padding: 0.75rem 0.9rem;
  }

  .ct-map__link {
    width: 100%;
  }

  .ct-map__frame-wrap {
    height: 14.5rem;
  }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ct-reveal,
  .ct-hero__rule {
    transition: none !important;
  }

  .ct-world__pulse {
    animation: none;
    opacity: 0.45;
    transform: translate(-50%, 50%) scale(1.35);
  }
}
