/* Contacto — teléfono y sobre de la sede */

body.page-template-page-contacto,
body.page-contacto {
  overflow-x: clip;
}

.flc-ct-accent {
  display: inline-block;
  color: #1aa3d4;
  font-size: 1.12em;
}

.flc-ct-kicker {
  margin: 0 0 0.55rem;
  color: #1aa3d4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flc-ct-kicker--cyan { color: #7ad4f0; }

.flc-ct-lead {
  margin: 0.7rem auto 0;
  max-width: 38rem;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.65;
}

.flc-ct-section-head {
  text-align: center;
  margin-bottom: 2.15rem;
}

.flc-ct-section-head h2 {
  margin: 0;
  color: var(--flc-navy);
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.2;
}

/* ---------- Hero: phone + envelope ---------- */
.flc-ct-hero {
  --ct-cyan: #31b1e7;
  --ct-navy: #1c4999;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(680px, 92vh, 900px);
  color: #fff;
  background: #061018;
}

.flc-ct-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.flc-ct-hero-bg {
  position: absolute;
  inset: -8%;
  will-change: transform;
}

.flc-ct-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 36%;
  transform: scale(1.04);
  max-width: none;
}

.flc-ct-hero.is-ready .flc-ct-hero-bg img {
  transform: scale(1.1);
  transition: transform 12s ease;
}

.flc-ct-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 48% at 88% 16%, rgba(49, 177, 231, 0.24), transparent 58%),
    radial-gradient(ellipse 36% 40% at 10% 84%, rgba(227, 22, 123, 0.12), transparent 60%),
    linear-gradient(105deg, rgba(6, 16, 24, 0.92) 0%, rgba(10, 28, 48, 0.62) 48%, rgba(8, 20, 36, 0.4) 100%),
    linear-gradient(180deg, rgba(8, 16, 28, 0.1) 0%, rgba(6, 16, 24, 0.74) 100%);
}

.flc-ct-hero-glow {
  position: absolute;
  z-index: 1;
  width: 24rem;
  height: 24rem;
  right: 10%;
  top: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 177, 231, 0.26), transparent 68%);
  pointer-events: none;
  filter: blur(10px);
}

.flc-ct-hero-watermark {
  position: absolute;
  z-index: 1;
  right: -2%;
  bottom: -16%;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Dancing Script", cursive;
  font-size: clamp(9rem, 24vw, 18rem);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
  user-select: none;
}

.flc-ct-hero-marquee {
  position: absolute;
  z-index: 3;
  top: 0.45rem;
  left: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.flc-ct-hero-marquee span {
  display: flex;
  width: max-content;
  animation: flc-ct-marquee 36s linear infinite;
}

.flc-ct-hero-marquee i {
  font-style: normal;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.flc-ct-hero-marquee i::after {
  content: "\00B7\00A0";
  margin: 0 0.85rem 0 0.7rem;
  color: var(--ct-cyan);
}

@keyframes flc-ct-marquee {
  to { transform: translateX(-33.333%); }
}

.flc-ct-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2.2rem;
  align-items: center;
  padding: 6.4rem 0 3.4rem;
}

@media (min-width: 1020px) {
  .flc-ct-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}

.flc-ct-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.32rem 0.75rem 0.32rem 0.5rem;
  border: 1px solid rgba(49, 177, 231, 0.5);
  border-radius: 999px;
  background: rgba(49, 177, 231, 0.16);
  color: #b8e8f8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-ct-hero-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--ct-cyan);
  box-shadow: 0 0 0 0 rgba(49, 177, 231, 0.7);
  animation: flc-ct-pulse 1.8s ease-out infinite;
}

@keyframes flc-ct-pulse {
  70% { box-shadow: 0 0 0 10px rgba(49, 177, 231, 0); }
  100% { box-shadow: 0 0 0 0 rgba(49, 177, 231, 0); }
}

.flc-ct-hero-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.flc-ct-hero-title-main { display: block; }

.flc-ct-hero-accent {
  display: inline-block;
  margin-top: 0.06em;
  color: var(--ct-cyan);
  font-size: 1.08em;
  font-style: normal;
  line-height: 0.9;
}

.flc-ct-hero-text {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.65;
}

.flc-ct-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.flc-ct-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.28s ease, filter 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.flc-ct-hero-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.flc-ct-hero-btn--cyan {
  background: var(--ct-cyan, #31b1e7);
  color: #062030;
}

.flc-ct-hero-btn--cyan:hover {
  color: #062030;
  filter: brightness(1.08);
}

.flc-ct-hero-btn--ghost {
  border: 2px solid #fff;
  color: #fff;
  background: rgba(8, 20, 47, 0.45);
  backdrop-filter: blur(8px);
}

.flc-ct-hero-btn--ghost:hover {
  border-color: var(--ct-cyan, #31b1e7);
  color: #062030;
  background: var(--ct-cyan, #31b1e7);
}

.flc-ct-hero-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flc-ct-hero-facts li {
  padding-right: 0.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.flc-ct-hero-facts li:last-child { border-right: 0; }

.flc-ct-hero-facts strong {
  display: block;
  color: var(--ct-cyan);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}

.flc-ct-hero-facts span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 600;
}

.flc-ct-hero-stage {
  position: relative;
  min-height: 28rem;
}

.flc-ct-hero-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 220px);
  margin: 2.6rem auto 0;
  transform: rotate(-4deg);
}

.flc-ct-hero-phone-handset {
  position: relative;
  display: block;
  width: 88%;
  height: 2.4rem;
  margin: 0 auto 0.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a4a8c, #14244e);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.flc-ct-hero-phone-handset::before,
.flc-ct-hero-phone-handset::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  width: 2.5rem;
  height: 2.1rem;
  border-radius: 1rem;
  background: #0e1a38;
}

.flc-ct-hero-phone-handset::before { left: 6%; }
.flc-ct-hero-phone-handset::after { right: 6%; }

.flc-ct-hero-phone-cord {
  display: block;
  width: 3.4rem;
  height: 2.2rem;
  margin: -0.2rem auto 0.2rem 18%;
  border-left: 3px dotted rgba(49, 177, 231, 0.7);
  border-bottom: 3px dotted rgba(49, 177, 231, 0.7);
  border-radius: 0 0 0 1.4rem;
}

.flc-ct-hero-phone-body {
  padding: 0.85rem 0.9rem 1rem;
  border-radius: 1.15rem 1.15rem 0.7rem 0.7rem;
  background: linear-gradient(180deg, #1c4999, #10244e);
  box-shadow:
    0 0 0 1px rgba(49, 177, 231, 0.28),
    0 24px 48px rgba(0, 0, 0, 0.4);
}

.flc-ct-hero-phone-screen {
  display: block;
  margin-bottom: 0.7rem;
  padding: 0.45rem 0.55rem;
  border-radius: 0.4rem;
  background: #083044;
  color: #7ad4f0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(49, 177, 231, 0.25);
}

.flc-ct-hero-phone-keys {
  display: block;
  height: 5.4rem;
  border-radius: 0.45rem;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 4px, transparent 5px);
  background-size: 33.33% 33.33%;
  background-position: 50% 50%;
  opacity: 0.85;
}

.flc-ct-hero-phone-base {
  display: block;
  width: 108%;
  height: 0.7rem;
  margin: 0 -4%;
  border-radius: 0 0 1rem 1rem;
  background: #0c1a38;
}

.flc-ct-hero-envelope {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 6%;
  width: min(52%, 200px);
  padding: 1.15rem 1rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 22%),
    #f4eee0;
  color: #1c2340;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
  transform: rotate(8deg);
}

.flc-ct-hero-envelope::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2.4rem;
  background: linear-gradient(135deg, transparent 49%, rgba(28, 73, 153, 0.08) 50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flc-ct-hero-envelope-stamp {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  margin: 0;
  width: 2.4rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, #ffe27a, #c49200 70%);
  color: #3a2a00;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flc-ct-hero-envelope-to {
  margin: 2.1rem 0 0.15rem;
  color: #1aa3d4;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flc-ct-hero-envelope strong {
  display: block;
  color: #1c4999;
  font-size: 0.95rem;
  font-weight: 800;
}

.flc-ct-hero-envelope span {
  display: block;
  margin-top: 0.12rem;
  color: #6a7180;
  font-size: 0.72rem;
  font-weight: 600;
}

.flc-ct-hero-polaroid {
  position: absolute;
  z-index: 3;
  left: -2%;
  bottom: 2%;
  width: min(40%, 150px);
  margin: 0;
  padding: 0.4rem 0.4rem 1.5rem;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  transform: rotate(-8deg);
}

.flc-ct-hero-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.flc-ct-hero-polaroid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  color: #1c4999;
  font-size: 0.66rem;
  font-weight: 800;
  text-align: center;
}

.flc-ct-hero [data-flc-hero-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-ct-hero.is-ready [data-flc-hero-anim] {
  opacity: 1;
  transform: none;
}

.flc-ct-hero.is-ready .flc-ct-hero-stage {
  animation: flc-ct-stage-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

@keyframes flc-ct-stage-in {
  from { opacity: 0; transform: translateY(24px) rotate(2deg); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 639px) {
  .flc-ct-hero-facts { grid-template-columns: 1fr; }
  .flc-ct-hero-facts li { border: 0; padding: 0; }
  .flc-ct-hero-polaroid { display: none; }
  .flc-ct-hero-stage { min-height: 0; }
  .flc-ct-hero-phone { margin-top: 0.6rem; transform: none; }
}

/* ---------- Channels ---------- */
.flc-ct-channels {
  background: #fff;
  padding: 4.25rem 0 4.4rem;
}

.flc-ct-channels-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 720px) {
  .flc-ct-channels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.flc-ct-channel {
  overflow: hidden;
  border-radius: 1.2rem;
  background: #f4f8fb;
  border: 1px solid rgba(28, 73, 153, 0.08);
  box-shadow: 0 12px 30px rgba(28, 73, 153, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flc-ct-channel:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(28, 73, 153, 0.12);
}

.flc-ct-channel-link {
  display: grid;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 560px) {
  .flc-ct-channel-link { grid-template-columns: 0.85fr 1.15fr; }
}

.flc-ct-channel-media {
  position: relative;
  margin: 0;
  min-height: 9.5rem;
  overflow: hidden;
}

.flc-ct-channel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flc-ct-channel-icon {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  background: #31b1e7;
  color: #062030;
}

.flc-ct-channel--navy .flc-ct-channel-icon {
  background: #1c4999;
  color: #fff;
}

.flc-ct-channel-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.flc-ct-channel-body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.flc-ct-channel-body h3 {
  margin: 0 0 0.35rem;
  color: #1c2340;
  font-size: 1.08rem;
  font-weight: 800;
}

.flc-ct-channel-value {
  margin: 0 0 0.4rem !important;
  color: #1c4999;
  font-weight: 800;
  font-size: 0.95rem;
}

.flc-ct-channel-body p {
  margin: 0;
  color: #5b6472;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* ---------- Form ---------- */
.flc-ct-main {
  --ct-cyan: #31b1e7;
  background: #f4f8fb;
  padding: 4.25rem 0 4.6rem;
}

.flc-ct-main-grid {
  display: grid;
  gap: 2.4rem;
  align-items: start;
}

@media (min-width: 960px) {
  .flc-ct-main-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 3rem;
  }
}

.flc-ct-main-copy h2 {
  margin: 0;
  color: var(--flc-navy);
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-ct-main-copy .flc-ct-lead {
  margin: 0.8rem 0 1.4rem;
  max-width: 32rem;
}

.flc-ct-main-facts {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.flc-ct-main-facts li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.flc-ct-main-facts li > span {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #e4f5fb;
  color: #1aa3d4;
}

.flc-ct-main-facts strong {
  display: block;
  color: #1c2340;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-ct-main-facts a,
.flc-ct-main-facts li div > span {
  color: #1c4999;
  font-weight: 700;
  text-decoration: none;
}

.flc-ct-main-facts a:hover { color: #1aa3d4; }

.flc-ct-wa { margin-bottom: 1.4rem; }

.flc-ct-social p {
  margin: 0 0 0.55rem;
  color: #5b6472;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-ct-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.55rem;
}

.flc-ct-form-wrap {
  padding: 1.5rem 1.4rem 1.55rem;
  border-radius: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent 18%),
    #f4eee0;
  box-shadow:
    0 0 0 1px rgba(49, 177, 231, 0.18),
    0 22px 48px rgba(28, 73, 153, 0.1);
}

.flc-ct-form-head {
  margin-bottom: 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid #1c4999;
}

.flc-ct-form-label {
  margin: 0 0 0.2rem;
  color: #1aa3d4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-ct-form-head h3 {
  margin: 0;
  color: #1c4999;
  font-size: 1.45rem;
  font-weight: 800;
}

.flc-ct-alert {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.flc-ct-alert--ok {
  background: #e7f7ee;
  color: #146c3a;
}

.flc-ct-alert--err {
  background: #fde8ee;
  color: #9b1c3d;
}

.flc-ct-form {
  display: grid;
  gap: 0.75rem;
}

.flc-ct-field {
  position: relative;
  display: block;
}

.flc-ct-field-icon {
  position: absolute;
  left: 0.85rem;
  top: 0.95rem;
  color: #1aa3d4;
  pointer-events: none;
}

.flc-ct-field-icon svg {
  width: 1rem;
  height: 1rem;
}

.flc-ct-field input,
.flc-ct-field select,
.flc-ct-field textarea {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.6rem;
  border: 1px solid rgba(28, 73, 153, 0.14);
  border-radius: 0.8rem;
  background: #fff;
  color: #1c2340;
  font: inherit;
  font-size: 0.95rem;
}

.flc-ct-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.flc-ct-field input:focus,
.flc-ct-field select:focus,
.flc-ct-field textarea:focus {
  outline: 2px solid #31b1e7;
  outline-offset: 1px;
}

.flc-ct-field--select .flc-ct-field-chevron {
  position: absolute;
  right: 0.85rem;
  top: 1rem;
  color: #6a7180;
  pointer-events: none;
}

.flc-ct-submit {
  width: 100%;
  margin-top: 0.35rem;
}

/* ---------- Map ---------- */
.flc-ct-map {
  --ct-cyan: #31b1e7;
  position: relative;
  min-height: 28rem;
}

.flc-ct-map-frame,
.flc-ct-map-frame iframe {
  width: 100%;
  height: 28rem;
  border: 0;
  display: block;
}

.flc-ct-map-overlay {
  position: absolute;
  inset: auto 0 1.5rem;
  z-index: 2;
  pointer-events: none;
}

.flc-ct-map-card {
  pointer-events: auto;
  display: grid;
  gap: 0.85rem;
  width: min(100%, 22rem);
  margin-left: auto;
  padding: 1.2rem 1.2rem 1.25rem;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(8, 22, 48, 0.18);
}

.flc-ct-map-pin {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #e4f5fb;
  color: #1aa3d4;
}

.flc-ct-map-card strong {
  display: block;
  color: #1c4999;
  font-size: 1.05rem;
}

.flc-ct-map-card p {
  margin: 0.2rem 0 0;
  color: #5b6472;
  font-size: 0.92rem;
}

.flc-ct-map-note {
  font-size: 0.8rem !important;
}

.flc-ct-map-btn { width: 100%; }

/* ---------- CTA ---------- */
.flc-ct-cta {
  --ct-cyan: #31b1e7;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #061018;
  min-height: clamp(340px, 46vh, 460px);
  display: flex;
  align-items: center;
}

.flc-ct-cta-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.flc-ct-cta-bg {
  position: absolute;
  inset: -22% -8%;
  will-change: transform;
}

.flc-ct-cta-bg img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 40%;
  max-width: none;
}

.flc-ct-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 88% 20%, rgba(49, 177, 231, 0.2), transparent 58%),
    linear-gradient(105deg, rgba(6, 16, 24, 0.9) 0%, rgba(8, 22, 40, 0.72) 55%, rgba(8, 22, 40, 0.58) 100%);
}

.flc-ct-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.75rem;
  padding: 3.75rem 1rem;
  align-items: center;
}

@media (min-width: 860px) {
  .flc-ct-cta-inner {
    grid-template-columns: minmax(0, 1.35fr) auto;
  }
}

.flc-ct-cta-copy h2 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  font-weight: 800;
  line-height: 1.18;
  max-width: 32rem;
}

.flc-ct-cta-accent {
  color: #7ad4f0;
  font-size: 1.12em;
}

.flc-ct-cta-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 32rem;
  line-height: 1.65;
}

.flc-ct-cta-actions {
  display: grid;
  gap: 0.75rem;
  justify-items: stretch;
}

@media (min-width: 860px) {
  .flc-ct-cta-actions { min-width: 16rem; }
}

#flc-contact-form,
#flc-ct-map {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

@media (prefers-reduced-motion: reduce) {
  .flc-ct-hero-bg img,
  .flc-ct-hero.is-ready .flc-ct-hero-bg img,
  .flc-ct-hero-marquee span,
  .flc-ct-hero.is-ready .flc-ct-hero-stage,
  .flc-ct-hero [data-flc-hero-anim],
  .flc-ct-hero-live-dot {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1;
  }
}
