/* Contact page */
.frameflow-light.ff-contact-page {
  background: linear-gradient(180deg, #faf9fc 0%, #fff 24%, #fff 100%);
}

.frameflow-light.ff-contact-page .section-hero.v1.ff-contact-hero {
  min-height: unset !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.frameflow-light.ff-contact-page .ff-contact-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 16px 16px 0;
  margin-bottom: 0;
}

.frameflow-light.ff-contact-page .ff-contact-hero__bg {
  position: absolute;
  inset: 16px 16px 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 40px;
  overflow: hidden;
  background-color: #1e1550;
  background-image: url(../images/section/contact-image-bg.jpg);
  background-position: center 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.frameflow-light.ff-contact-page .ff-contact-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(188, 40, 245, 0.32) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(117, 85, 245, 0.38) 0%, transparent 52%),
    linear-gradient(165deg, rgba(18, 10, 48, 0.55) 0%, rgba(30, 21, 80, 0.45) 45%, rgba(22, 14, 58, 0.62) 100%);
}

.frameflow-light.ff-contact-page .ff-contact-hero .container {
  position: relative;
  z-index: 1;
}

.frameflow-light.ff-contact-page .section-hero.v1.ff-contact-hero .content-wrap {
  padding: clamp(120px, 14vw, 168px) 0 clamp(56px, 7vw, 88px) !important;
  max-width: 780px;
  margin-inline: auto;
}

.frameflow-light.ff-contact-page .ff-contact-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 8px 18px 8px 14px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.frameflow-light.ff-contact-page .ff-contact-hero__eyebrow::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8f540;
  box-shadow: 0 0 12px rgba(200, 245, 64, 0.65);
}

.frameflow-light.ff-contact-page .ff-contact-hero__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.frameflow-light.ff-contact-page .ff-contact-hero__title-line {
  display: block;
  margin-bottom: clamp(10px, 2vw, 16px);
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.frameflow-light.ff-contact-page .ff-contact-hero__title-brand {
  display: block;
  font-size: clamp(38px, 8vw, 80px);
  line-height: 0.98;
  background: linear-gradient(128deg, #fff 0%, #f5eeff 28%, #e4c8ff 52%, #d4a8ff 72%, #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 28px rgba(196, 132, 252, 0.38));
}

.frameflow-light.ff-contact-page .ff-contact-hero__title-accent {
  display: block;
  width: 64px;
  height: 3px;
  margin: clamp(14px, 3vw, 20px) auto clamp(16px, 3vw, 22px);
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #c084fc, #7555f5, #c084fc, transparent);
  opacity: 0.85;
}

.frameflow-light.ff-contact-page .ff-contact-hero__lead {
  max-width: 580px;
  margin: 0 auto clamp(24px, 4vw, 32px);
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.frameflow-light.ff-contact-page .ff-contact-hero__lead strong {
  color: #fff;
  font-weight: 700;
}

.frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn,
.frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn-2 {
  color: #432692 !important;
  -webkit-text-fill-color: #432692 !important;
  border: none !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px -12px rgba(19, 7, 45, 0.35) !important;
}

.frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn:hover,
.frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn-2:hover {
  color: #2b0e8a !important;
  -webkit-text-fill-color: #2b0e8a !important;
  background: #ede8ff !important;
  background-color: #ede8ff !important;
  background-image: none !important;
}

/* Quick contact cards */
.frameflow-light.ff-contact-page .ff-contact-quick {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(8px, 2vw, 16px);
}

.frameflow-light.ff-contact-page .ff-contact-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 22px);
}

.frameflow-light.ff-contact-page .ff-contact-quick__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-height: 100%;
  padding: clamp(24px, 3vw, 30px);
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 255, 0.96) 100%);
  border: 1px solid rgba(90, 72, 140, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 44px -28px rgba(44, 38, 72, 0.18);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.frameflow-light.ff-contact-page .ff-contact-quick__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: var(--ff-quick-accent, linear-gradient(90deg, #7555f5, #bc28f5));
  opacity: 0.85;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.frameflow-light.ff-contact-page .ff-contact-quick__card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--ff-quick-glow, rgba(117, 85, 245, 0.14)) 0%, transparent 68%);
  pointer-events: none;
}

.frameflow-light.ff-contact-page .ff-contact-quick__card--email {
  --ff-quick-accent: linear-gradient(90deg, #7555f5, #9b6bff);
  --ff-quick-glow: rgba(117, 85, 245, 0.16);
  --ff-quick-icon-bg: linear-gradient(145deg, #7555f5 0%, #9b6bff 100%);
  --ff-quick-icon-ring: rgba(117, 85, 245, 0.18);
}

.frameflow-light.ff-contact-page .ff-contact-quick__card--phone {
  --ff-quick-accent: linear-gradient(90deg, #432692, #7555f5);
  --ff-quick-glow: rgba(67, 38, 146, 0.14);
  --ff-quick-icon-bg: linear-gradient(145deg, #432692 0%, #7555f5 100%);
  --ff-quick-icon-ring: rgba(67, 38, 146, 0.18);
}

.frameflow-light.ff-contact-page .ff-contact-quick__card--studio {
  --ff-quick-accent: linear-gradient(90deg, #bc28f5, #7555f5);
  --ff-quick-glow: rgba(188, 40, 245, 0.14);
  --ff-quick-icon-bg: linear-gradient(145deg, #bc28f5 0%, #7555f5 100%);
  --ff-quick-icon-ring: rgba(188, 40, 245, 0.18);
}

.frameflow-light.ff-contact-page a.ff-contact-quick__card:hover,
.frameflow-light.ff-contact-page .ff-contact-quick__card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(117, 85, 245, 0.24);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 52px -22px rgba(117, 85, 245, 0.22);
  color: inherit;
}

.frameflow-light.ff-contact-page a.ff-contact-quick__card:hover::before {
  opacity: 1;
  transform: scaleX(1.04);
}

.frameflow-light.ff-contact-page .ff-contact-quick__head {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-bottom: 18px;
}

.frameflow-light.ff-contact-page .ff-contact-quick__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  font-size: 22px;
  color: #fff;
  background: var(--ff-quick-icon-bg, linear-gradient(145deg, #7555f5, #9b6bff));
  box-shadow:
    0 0 0 6px var(--ff-quick-icon-ring, rgba(117, 85, 245, 0.16)),
    0 12px 24px -10px rgba(44, 38, 72, 0.28);
}

.frameflow-light.ff-contact-page .ff-contact-quick__icon::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, transparent 42%);
  pointer-events: none;
}

.frameflow-light.ff-contact-page .ff-contact-quick__label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7555f5;
}

.frameflow-light.ff-contact-page .ff-contact-quick__value {
  margin: 0 0 10px;
  font-size: clamp(16px, 2.1vw, 18px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: #1e1550;
  word-break: break-word;
}

.frameflow-light.ff-contact-page .ff-contact-quick__hint {
  margin: 0 0 auto;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #5a5568;
}

.frameflow-light.ff-contact-page .ff-contact-quick__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #7555f5;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.frameflow-light.ff-contact-page .ff-contact-quick__cta .icon {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.frameflow-light.ff-contact-page a.ff-contact-quick__card:hover .ff-contact-quick__cta,
.frameflow-light.ff-contact-page .ff-contact-quick__cta:hover {
  color: #432692;
}

.frameflow-light.ff-contact-page a.ff-contact-quick__card:hover .ff-contact-quick__cta .icon,
.frameflow-light.ff-contact-page .ff-contact-quick__cta:hover .icon {
  transform: translate(2px, -2px);
}

.frameflow-light.ff-contact-page .ff-contact-quick__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

.frameflow-light.ff-contact-page .ff-contact-quick__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #1e1550;
  background: rgba(117, 85, 245, 0.08);
  border: 1px solid rgba(117, 85, 245, 0.14);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.frameflow-light.ff-contact-page .ff-contact-quick__action .icon {
  font-size: 14px;
  color: #7555f5;
}

.frameflow-light.ff-contact-page .ff-contact-quick__action:hover {
  color: #432692;
  background: rgba(117, 85, 245, 0.14);
  border-color: rgba(117, 85, 245, 0.24);
  transform: translateY(-1px);
}

.frameflow-light.ff-contact-page .ff-contact-quick__action--wa {
  color: #0f5f42;
  background: rgba(0, 230, 118, 0.1);
  border-color: rgba(0, 230, 118, 0.22);
}

.frameflow-light.ff-contact-page .ff-contact-quick__action--wa .icon {
  color: #00c853;
}

.frameflow-light.ff-contact-page .ff-contact-quick__action--wa:hover {
  color: #0a4a33;
  background: rgba(0, 230, 118, 0.16);
  border-color: rgba(0, 230, 118, 0.32);
}

/* Map */
.frameflow-light.ff-contact-page .ff-contact-map {
  padding-bottom: clamp(64px, 8vw, 96px) !important;
}

.frameflow-light.ff-contact-page .ff-contact-map__head {
  max-width: 560px;
  margin: 0 auto clamp(28px, 4vw, 40px);
  text-align: center;
}

.frameflow-light.ff-contact-page .ff-contact-map__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #1e1550;
}

.frameflow-light.ff-contact-page .ff-contact-map__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5a5568;
}

.frameflow-light.ff-contact-page .ff-contact-map .wg-map {
  margin: 0;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f9f7fd 0%, #fff 100%);
  border: 1px solid rgba(90, 72, 140, 0.1);
  box-shadow: 0 16px 48px -24px rgba(44, 38, 72, 0.12);
}

.frameflow-light.ff-contact-page .ff-contact-map .wg-map iframe {
  display: block;
  height: clamp(320px, 42vw, 480px) !important;
  border-radius: 18px;
  border: 0;
}

@media (max-width: 991px) {
  .frameflow-light.ff-contact-page .ff-contact-quick__grid {
    grid-template-columns: 1fr;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__action {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .frameflow-light.ff-contact-page .ff-contact-quick {
    padding-top: 28px;
    padding-bottom: 4px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__grid {
    gap: 12px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero {
    padding: 12px 12px 0;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__bg {
    inset: 12px 12px 0;
    border-radius: 24px;
  }

  .frameflow-light.ff-contact-page .section-hero.v1.ff-contact-hero .content-wrap {
    padding-top: clamp(88px, 22vw, 108px) !important;
    padding-bottom: 40px !important;
    padding-inline: 8px;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__title-line {
    font-size: clamp(22px, 6vw, 28px);
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__title-brand {
    font-size: clamp(32px, 10vw, 44px);
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__lead {
    font-size: 15px;
    line-height: 1.65;
    max-width: 34em;
    margin-inline: auto;
    padding-inline: 4px;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__actions {
    flex-direction: column;
    align-items: stretch !important;
    max-width: 280px;
    margin-inline: auto;
    width: 100%;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn,
  .frameflow-light.ff-contact-page .ff-contact-hero__actions .tf-btn-2 {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__value {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__hint {
    font-size: 13px;
    line-height: 1.5;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__actions {
    flex-direction: column;
    gap: 8px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__action {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__cta {
    min-height: 44px;
    align-items: center;
  }

  .frameflow-light.ff-contact-page .ff-contact-map {
    padding-bottom: 40px;
  }

  .frameflow-light.ff-contact-page .ff-contact-map__head {
    margin-bottom: 16px;
  }

  .frameflow-light.ff-contact-page .ff-contact-map__title {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.2;
  }

  .frameflow-light.ff-contact-page .ff-contact-map__desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .frameflow-light.ff-contact-page .ff-contact-map .wg-map {
    border-radius: 16px;
    overflow: hidden;
  }

  .frameflow-light.ff-contact-page .ff-contact-map .wg-map iframe {
    height: min(280px, 55vw) !important;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .frameflow-light.ff-contact-page .ff-contact-hero {
    padding: 8px 8px 0;
  }

  .frameflow-light.ff-contact-page .ff-contact-hero__bg {
    inset: 8px 8px 0;
    border-radius: 20px;
  }

  .frameflow-light.ff-contact-page .ff-contact-quick__card {
    padding: 18px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .frameflow-light.ff-contact-page a.ff-contact-quick__card:hover,
  .frameflow-light.ff-contact-page .ff-contact-quick__action:hover {
    transform: none;
  }
}
