/**
 * Contacto – hero creativo + formulario + mapa.
 */

.fi-page-contact {
  --ct-navy: #0d2140;
  --ct-navy-soft: #1a3a66;
  --ct-orange: #f27a21;
  --ct-muted: #5a6b84;
  --ct-sky: #eef3f9;
  --ct-border: rgba(13, 33, 64, 0.08);
  background:
    radial-gradient(ellipse at 12% 6%, rgba(242, 122, 33, 0.05), transparent 40%),
    linear-gradient(180deg, #f7fafc 0%, #fff 28%, #f5f8fc 100%);
}

/* ---------- Hero (conversación) ---------- */
.fi-ct-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(36rem, 86vh, 48rem);
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 50% 60% at 85% 40%, rgba(242, 122, 33, 0.16), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 90%, rgba(13, 33, 64, 0.07), transparent 50%),
    linear-gradient(165deg, #fff8f2 0%, #f4f7fb 42%, #e8eef6 100%);
}

.fi-ct-hero__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fi-ct-hero__beam {
  position: absolute;
  width: 46%;
  height: 140%;
  top: -18%;
  right: 0;
  background: linear-gradient(210deg, rgba(13, 33, 64, 0.9) 0%, rgba(26, 58, 102, 0.75) 55%, transparent 78%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 4% 100%);
  opacity: 0.9;
}

.fi-ct-hero__arc {
  position: absolute;
  width: min(46vw, 460px);
  height: min(46vw, 460px);
  left: 2%;
  bottom: -16%;
  border: 2px dashed rgba(242, 122, 33, 0.35);
  border-radius: 50%;
  animation: fi-ct-spin 28s linear infinite;
}

.fi-ct-hero__plane {
  position: absolute;
  top: 22%;
  left: 46%;
  color: var(--ct-orange);
  font-size: 1.35rem;
  filter: drop-shadow(0 8px 16px rgba(242, 122, 33, 0.35));
  animation: fi-ct-fly 9s ease-in-out infinite;
}

.fi-ct-hero__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 68rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 22.5rem);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--fi-header-height, 5.5rem) + 1.25rem) 0 3.5rem;
}

.fi-ct-hero__copy {
  max-width: 34rem;
  justify-self: start;
}

.fi-ct-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(13, 33, 64, 0.08);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ct-navy-soft);
  backdrop-filter: blur(8px);
}

.fi-ct-hero__status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: fi-ct-ping 1.8s ease-out infinite;
}

.fi-ct-hero__title {
  margin: 0 0 1.1rem;
}

.fi-ct-hero__eyebrow {
  display: block;
  margin-bottom: 0.15em;
  font-family: var(--fi-font-script);
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ct-orange);
}

.fi-ct-hero__headline {
  display: block;
  font-size: clamp(2.6rem, 6vw, 4.25rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--ct-navy);
  position: relative;
}

.fi-ct-hero__headline::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 0.28rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ct-orange), transparent);
}

.fi-ct-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ct-muted);
}

.fi-ct-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.65rem;
}

.fi-ct-hero__ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  font-weight: 750;
  color: var(--ct-navy);
  text-decoration: none;
  border-bottom: 2px solid rgba(242, 122, 33, 0.35);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fi-ct-hero__ghost:hover {
  color: var(--ct-orange);
  border-color: var(--ct-orange);
  text-decoration: none;
}

.fi-ct-hero__channels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 26rem;
}

.fi-ct-hero__channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 4.4rem;
  padding: 0.65rem 0.4rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 33, 64, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(13, 33, 64, 0.05);
  color: var(--ct-navy);
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.fi-ct-hero__channel i {
  font-size: 1.05rem;
  color: var(--ct-orange);
}

.fi-ct-hero__channel:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(13, 33, 64, 0.12);
  border-color: rgba(242, 122, 33, 0.35);
  color: var(--ct-orange);
  text-decoration: none;
}

.fi-ct-hero__channel--wa i {
  color: #16a34a;
}

.fi-ct-hero__dialogue {
  position: relative;
  justify-self: end;
  width: min(100%, 22.5rem);
  margin-right: 0.25rem;
}

.fi-ct-hero__phone {
  position: relative;
  z-index: 2;
  border-radius: 1.75rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 28px 60px rgba(7, 20, 40, 0.35),
    0 0 0 8px rgba(255, 255, 255, 0.08);
  transform: rotate(2.5deg);
  transition: transform 0.45s ease;
}

.fi-ct-hero__dialogue:hover .fi-ct-hero__phone {
  transform: rotate(0deg) translateY(-4px);
}

.fi-ct-hero__phone-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #0d2140, #1a3a66);
  color: #fff;
}

.fi-ct-hero__phone-avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.fi-ct-hero__phone-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fi-ct-hero__phone-bar strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}

.fi-ct-hero__phone-bar em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  color: #86efac;
  font-weight: 650;
}

.fi-ct-hero__phone-signal {
  margin-left: auto;
  opacity: 0.7;
  font-size: 0.85rem;
}

.fi-ct-hero__chat {
  position: relative;
  padding: 0.85rem 0.9rem 1.1rem;
  background:
    linear-gradient(180deg, rgba(13, 33, 64, 0.04), transparent 40%),
    #f7f9fc;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.fi-ct-hero__chat-media {
  margin: 0 0 0.35rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 8.5rem;
  box-shadow: 0 10px 24px rgba(13, 33, 64, 0.12);
}

.fi-ct-hero__chat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fi-ct-hero__msg {
  max-width: 88%;
  padding: 0.7rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  animation: fi-ct-msg-in 0.55s ease both;
}

.fi-ct-hero__msg--in {
  align-self: flex-start;
  background: #fff;
  color: var(--ct-navy);
  border-radius: 1rem 1rem 1rem 0.25rem;
  box-shadow: 0 6px 16px rgba(13, 33, 64, 0.06);
}

.fi-ct-hero__msg--out {
  align-self: flex-end;
  background: linear-gradient(135deg, #f27a21, #ff9448);
  color: #fff;
  border-radius: 1rem 1rem 0.25rem 1rem;
  box-shadow: 0 8px 18px rgba(242, 122, 33, 0.28);
}

.fi-ct-hero__msg--a { animation-delay: 0.35s; }
.fi-ct-hero__msg--b { animation-delay: 0.85s; }
.fi-ct-hero__msg--c { animation-delay: 1.35s; }

.fi-ct-hero__typing {
  align-self: flex-start;
  display: inline-flex;
  gap: 0.28rem;
  padding: 0.65rem 0.85rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(13, 33, 64, 0.06);
  animation: fi-ct-msg-in 0.55s ease both 1.85s;
}

.fi-ct-hero__typing span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #94a3b8;
  animation: fi-ct-dot 1.2s ease-in-out infinite;
}

.fi-ct-hero__typing span:nth-child(2) { animation-delay: 0.15s; }
.fi-ct-hero__typing span:nth-child(3) { animation-delay: 0.3s; }

.fi-ct-hero__float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(7, 20, 40, 0.18);
  font-size: 0.74rem;
  font-weight: 750;
  color: var(--ct-navy);
  white-space: nowrap;
}

.fi-ct-hero__float i {
  color: var(--ct-orange);
}

.fi-ct-hero__float--time {
  top: 10%;
  left: -6%;
  animation: fi-ct-float 5.5s ease-in-out infinite;
}

.fi-ct-hero__float--trust {
  right: calc(-14% - 15px);
  bottom: calc(10% - 15px);
  animation: fi-ct-float 6.5s ease-in-out infinite reverse;
}

.fi-ct-hero__float--trust i {
  color: #e11d48;
}

/* ---------- Layout info + form ---------- */
.fi-ct-main {
  padding: 2.5rem 0 3.5rem;
}

.fi-ct-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: start;
}

.fi-ct-info {
  display: grid;
  gap: 0.85rem;
}

.fi-ct-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 1.15rem;
  background: #fff;
  border: 1px solid var(--ct-border);
  border-radius: 1.15rem;
  box-shadow: 0 12px 30px rgba(13, 33, 64, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fi-ct-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(13, 33, 64, 0.1);
}

.fi-ct-card__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 33, 64, 0.06);
  color: var(--ct-navy);
  font-size: 1.05rem;
  line-height: 0;
}

.fi-ct-card__icon i {
  display: block;
  line-height: 1;
}

.fi-ct-card__body {
  min-width: 0;
}

.fi-ct-card h3 {
  margin: 0 0 0.3rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--ct-navy);
}

.fi-ct-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ct-muted);
}

.fi-ct-card__note {
  font-size: 0.8rem;
  color: var(--ct-muted);
}

.fi-ct-card a {
  color: var(--ct-navy);
  font-weight: 650;
  text-decoration: none;
}

.fi-ct-card a:hover {
  color: var(--ct-orange);
}

.fi-ct-card__mail {
  color: var(--ct-orange) !important;
  font-weight: 700;
  word-break: break-word;
}

.fi-ct-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 750;
  color: var(--ct-orange) !important;
}

.fi-ct-card__link--wa {
  color: #16a34a !important;
}

.fi-ct-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

.fi-ct-social a {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ct-border);
  background: #fff;
  color: var(--ct-navy) !important;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.fi-ct-social a:hover {
  background: var(--ct-orange);
  border-color: var(--ct-orange);
  color: #fff !important;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---------- Form ---------- */
.fi-ct-form-wrap {
  padding: 1.6rem 1.45rem 1.5rem;
  background: #fff;
  border: 1px solid var(--ct-border);
  border-radius: 1.35rem;
  box-shadow: 0 18px 44px rgba(13, 33, 64, 0.07);
}

.fi-ct-form-head {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.35rem;
}

.fi-ct-form-head__icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 122, 33, 0.12);
  color: var(--ct-orange);
  font-size: 1.1rem;
}

.fi-ct-form-head h2 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ct-navy);
  letter-spacing: -0.02em;
}

.fi-ct-form-head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ct-muted);
}

.fi-ct-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.fi-ct-form .fi-field--full {
  grid-column: 1 / -1;
}

.fi-ct-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ct-navy);
}

.fi-ct-form input,
.fi-ct-form select,
.fi-ct-form textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--ct-border);
  border-radius: 0.85rem;
  font: inherit;
  font-size: 0.9rem;
  color: var(--ct-navy);
  background: #fafbfd;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fi-ct-form input:focus,
.fi-ct-form select:focus,
.fi-ct-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--ct-orange);
  box-shadow: 0 0 0 3px rgba(242, 122, 33, 0.18);
}

.fi-ct-form textarea {
  min-height: 130px;
  resize: vertical;
}

.fi-ct-form__privacy {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  background: var(--ct-sky);
  border-radius: 0.9rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--ct-muted);
}

.fi-ct-form__privacy i {
  color: var(--ct-navy-soft);
  margin-top: 0.1rem;
}

.fi-ct-form__submit {
  width: 100%;
  min-height: 3.1rem;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

/* ---------- Map ---------- */
.fi-ct-map {
  padding: 0 0 3.5rem;
}

.fi-ct-map__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fi-ct-map__head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 800;
  color: var(--ct-navy);
  letter-spacing: -0.02em;
}

.fi-ct-map__head h2 span {
  color: var(--ct-orange);
}

.fi-ct-map__head p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ct-muted);
}

.fi-ct-map__frame {
  position: relative;
  height: clamp(280px, 42vw, 440px);
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--ct-border);
  box-shadow: 0 18px 44px rgba(13, 33, 64, 0.08);
  background: var(--ct-sky);
}

.fi-ct-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fi-ct-map__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  max-width: 16rem;
  padding: 0.8rem 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 14px 32px rgba(13, 33, 64, 0.16);
}

.fi-ct-map__badge-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 122, 33, 0.12);
  color: var(--ct-orange);
  flex-shrink: 0;
}

.fi-ct-map__badge strong {
  display: block;
  font-size: 0.88rem;
  color: var(--ct-navy);
}

.fi-ct-map__badge span {
  display: block;
  font-size: 0.72rem;
  color: var(--ct-muted);
  line-height: 1.35;
}

/* ---------- Shortcuts ---------- */
.fi-ct-shortcuts {
  padding: 0 0 3.5rem;
}

.fi-ct-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.fi-ct-shortcut {
  padding: 1.4rem 1.25rem;
  background: #fff;
  border: 1px solid var(--ct-border);
  border-radius: 1.2rem;
  box-shadow: 0 12px 30px rgba(13, 33, 64, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fi-ct-shortcut:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(13, 33, 64, 0.1);
}

.fi-ct-shortcut__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  background: rgba(242, 122, 33, 0.1);
  color: var(--ct-orange);
  font-size: 1.15rem;
}

.fi-ct-shortcut h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ct-navy);
}

.fi-ct-shortcut p {
  margin: 0 0 0.9rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ct-muted);
}

.fi-ct-shortcut a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ct-orange);
  text-decoration: none;
}

.fi-ct-shortcut a:hover {
  color: var(--ct-navy);
}

/* ---------- Newsletter ---------- */
.fi-ct-newsletter {
  padding: 0 0 3.75rem;
}

.fi-ct-newsletter__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 1.35rem;
  background: linear-gradient(135deg, var(--ct-navy) 0%, var(--ct-navy-soft) 100%);
  border-radius: 1.25rem;
  box-shadow: 0 18px 44px rgba(13, 33, 64, 0.22);
}

.fi-ct-newsletter__text {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: min(100%, 18rem);
}

.fi-ct-newsletter__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ct-orange);
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.fi-ct-newsletter__text h2 {
  margin: 0 0 0.15rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.fi-ct-newsletter__text p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
}

.fi-ct-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex: 1 1 18rem;
  max-width: 28rem;
}

.fi-ct-newsletter__form input {
  flex: 1 1 12rem;
  min-height: 2.85rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 0.85rem;
  font: inherit;
  font-size: 0.9rem;
}

.fi-ct-newsletter__form .fi-btn {
  min-height: 2.85rem;
  border-radius: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  font-weight: 800;
}

/* ---------- Reveals ---------- */
.fi-page-contact [data-fi-ct-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fi-page-contact [data-fi-ct-reveal="right"] {
  transform: translateX(28px);
}

.fi-page-contact [data-fi-ct-reveal="up"] {
  transform: translateY(28px) scale(0.98);
}

.fi-page-contact [data-fi-ct-reveal="scale"] {
  transform: translateY(18px) scale(0.92) rotate(1.5deg);
}

.fi-page-contact [data-fi-ct-reveal].is-in {
  opacity: 1;
  transform: none;
}

@keyframes fi-ct-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes fi-ct-spin {
  to { transform: rotate(360deg); }
}

@keyframes fi-ct-ping {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes fi-ct-fly {
  0%, 100% { transform: translate(0, 0) rotate(-18deg); opacity: 0.85; }
  40% { transform: translate(28px, -18px) rotate(-8deg); opacity: 1; }
  70% { transform: translate(12px, -28px) rotate(-22deg); opacity: 0.9; }
}

@keyframes fi-ct-msg-in {
  from { opacity: 0; transform: translateY(10px) scale(0.96); }
  to { opacity: 1; transform: none; }
}

@keyframes fi-ct-dot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-4px); opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .fi-ct-hero__beam {
    opacity: 0.5;
    width: 38%;
  }

  .fi-ct-hero__float--time {
    left: 0;
  }

  .fi-ct-hero__float--trust {
    right: -8%;
  }
}

@media (max-width: 1024px) {
  .fi-ct-layout {
    grid-template-columns: 1fr;
  }

  .fi-ct-shortcuts__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .fi-ct-hero {
    min-height: auto;
    background: linear-gradient(180deg, #fff8f2 0%, #f4f7fb 55%, #e8eef6 100%);
  }

  .fi-ct-hero__beam {
    display: none;
  }

  .fi-ct-hero__grid {
    grid-template-columns: 1fr;
    max-width: 34rem;
    padding-bottom: 3rem;
  }

  .fi-ct-hero__copy {
    justify-self: stretch;
    max-width: none;
  }

  .fi-ct-hero__dialogue {
    justify-self: center;
    width: min(100%, 20rem);
    margin-top: 0.5rem;
  }

  .fi-ct-hero__phone {
    transform: none;
  }

  .fi-ct-hero__channels {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .fi-ct-hero__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fi-ct-hero__float--time,
  .fi-ct-hero__float--trust {
    display: none;
  }

  .fi-ct-hero__headline {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .fi-ct-form__grid {
    grid-template-columns: 1fr;
  }

  .fi-ct-map__badge {
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.65rem;
    max-width: none;
  }

  .fi-ct-newsletter__inner {
    padding: 1.15rem;
  }

  .fi-ct-newsletter__form {
    max-width: none;
  }

  .fi-ct-newsletter__form .fi-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fi-page-contact [data-fi-ct-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fi-ct-hero__arc,
  .fi-ct-hero__plane,
  .fi-ct-hero__status-dot,
  .fi-ct-hero__float,
  .fi-ct-hero__msg,
  .fi-ct-hero__typing,
  .fi-ct-hero__typing span {
    animation: none !important;
  }
}
