/**
 * GT Business — /contact page (light futuristic).
 */
.gt-contact-page .gt-public__mesh {
  display: none;
}

.gt-contact-page .gt-main {
  background: #f7f8fc;
}

.gt-ct {
  --c-ink: #0f172a;
  --c-muted: #64748b;
  --c-cyan: #0e7490;
  --c-cyan-b: #06b6d4;
  --c-violet: #7c3aed;
  --c-border: rgba(15, 23, 42, 0.08);
  --c-soft: #eef1f8;
  --c-display: 'Space Grotesk', system-ui, sans-serif;
  --c-body: 'DM Sans', system-ui, sans-serif;
  --c-mono: 'IBM Plex Mono', ui-monospace, monospace;
  font-family: var(--c-body);
  color: var(--c-ink);
  overflow-x: clip;
}

.gt-ct-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 4.75rem) 0 2.75rem;
  background: linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.gt-ct-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.gt-ct-hero__grid {
  position: absolute;
  inset: -8%;
  background-image:
    linear-gradient(rgba(14, 116, 144, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 116, 144, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 65% 55% at 75% 25%, #000 18%, transparent 75%);
  animation: gt-ct-grid 28s ease-in-out infinite alternate;
}

@keyframes gt-ct-grid {
  to {
    transform: translate(-8px, 10px);
  }
}

.gt-ct-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  animation: gt-ct-breathe 12s ease-in-out infinite alternate;
}

.gt-ct-hero__glow--a {
  width: 240px;
  height: 240px;
  top: -2%;
  right: 6%;
  background: rgba(124, 58, 237, 0.14);
}

.gt-ct-hero__glow--b {
  width: 200px;
  height: 200px;
  bottom: 0;
  left: 4%;
  background: rgba(6, 182, 212, 0.12);
  animation-delay: -4s;
}

@keyframes gt-ct-breathe {
  to {
    transform: translate(10px, -8px) scale(1.06);
  }
}

.gt-ct-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem 0.35rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.22);
  background: rgba(255, 255, 255, 0.9);
  font-family: var(--c-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-cyan);
  margin-bottom: 1.1rem;
}

.gt-ct-chip__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--c-cyan-b);
  animation: gt-ct-pulse 2.2s ease-out infinite;
}

@keyframes gt-ct-pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(6, 182, 212, 0);
  }
}

.gt-ct-hero__brand {
  font-family: var(--c-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.55rem;
  color: var(--c-ink);
}

.gt-ct-hero__title {
  font-family: var(--c-display);
  font-size: clamp(2.1rem, 4.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 14ch;
  margin-bottom: 1rem;
}

.gt-ct-grad {
  background: linear-gradient(115deg, #0891b2, #06b6d4 40%, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gt-ct-hero__lede {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--c-muted);
  max-width: 34rem;
  margin: 0 0 1.35rem;
}

.gt-ct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  font-weight: 650;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.gt-ct-btn--primary {
  background: #0f172a;
  color: #fff;
}

.gt-ct-btn--primary:hover {
  background: #1e293b;
  color: #fff;
  transform: translateY(-1px);
}

.gt-ct-btn--ghost {
  background: #fff;
  border-color: var(--c-border);
  color: #334155;
}

.gt-ct-btn--ghost:hover {
  border-color: rgba(14, 116, 144, 0.3);
  color: var(--c-cyan);
  background: #ecfeff;
}

.gt-ct-btn--sm {
  padding: 0.55rem 0.95rem;
  font-size: 0.85rem;
}

.gt-ct-mail {
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid var(--c-border);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, #f8fafc 50%, #eef7fb 100%);
  box-shadow: 0 22px 48px -36px rgba(15, 23, 42, 0.4);
  overflow: hidden;
}

.gt-ct-mail__glow {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -36px;
  right: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.22), transparent 70%);
  pointer-events: none;
}

.gt-ct-mail__label {
  position: relative;
  margin: 0 0 0.35rem;
  font-family: var(--c-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.gt-ct-mail__title {
  position: relative;
  font-family: var(--c-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
}

.gt-ct-mail__addr {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.9rem;
  background: #0f172a;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.85rem;
  transition: background 0.15s ease, transform 0.15s ease;
}

.gt-ct-mail__addr:hover {
  background: #1e293b;
  color: #fff;
  transform: translateY(-1px);
}

.gt-ct-mail__addr i {
  font-size: 1.1rem;
  color: var(--c-cyan-b);
}

.gt-ct-mail__addr span {
  font-family: var(--c-mono);
  font-size: 0.82rem;
  font-weight: 500;
  word-break: break-all;
}

.gt-ct-mail__meta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gt-ct-mail__meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--c-muted);
}

.gt-ct-mail__meta i {
  color: var(--c-cyan);
}

.gt-ct-section {
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
}

.gt-ct-section--soft {
  background: var(--c-soft);
  border-block: 1px solid var(--c-border);
}

.gt-ct-section--cta {
  padding-top: 0.75rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.gt-ct-section__head {
  max-width: 36rem;
  margin-bottom: 1.75rem;
}

.gt-ct-kicker {
  font-family: var(--c-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-violet);
  margin-bottom: 0.5rem;
}

.gt-ct-h2 {
  font-family: var(--c-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 0.55rem;
}

.gt-ct-copy {
  color: var(--c-muted);
  line-height: 1.55;
  margin: 0;
}

.gt-ct-intent {
  display: block;
  height: 100%;
  padding: 1.25rem 1.2rem;
  border-radius: 1.1rem;
  border: 1px solid var(--c-border);
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 32px -28px rgba(15, 23, 42, 0.28);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gt-ct-intent:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow: 0 18px 36px -26px rgba(15, 23, 42, 0.35);
  color: inherit;
}

.gt-ct-intent__icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  background: rgba(14, 116, 144, 0.1);
  color: var(--c-cyan);
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}

.gt-ct-intent__title {
  font-family: var(--c-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}

.gt-ct-intent__body {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--c-muted);
  margin: 0 0 0.85rem;
}

.gt-ct-intent__cta {
  font-family: var(--c-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-cyan);
}

.gt-ct-step {
  position: relative;
  padding: 1.15rem 1.1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--c-border);
  height: 100%;
}

.gt-ct-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: #0f172a;
  color: #fff;
  font-family: var(--c-mono);
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.gt-ct-step__title {
  font-family: var(--c-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
}

.gt-ct-step__body {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--c-muted);
  margin: 0;
}

.gt-ct-cta {
  text-align: center;
  padding: 2.25rem 1.5rem;
  border-radius: 1.35rem;
  border: 1px solid var(--c-border);
  background:
    linear-gradient(160deg, #fff 0%, #f8fafc 45%, #ecfeff 100%);
  box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.3);
}

.gt-ct-cta__title {
  font-family: var(--c-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  margin: 0 0 0.5rem;
}

.gt-ct-cta__sub {
  color: var(--c-muted);
  max-width: 32rem;
  margin: 0 auto 1.25rem;
  line-height: 1.55;
}

.gt-ct-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--d, 0ms);
}

.gt-ct-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .gt-ct-hero__grid,
  .gt-ct-hero__glow,
  .gt-ct-chip__dot,
  .gt-ct-intent:hover,
  .gt-ct-btn--primary:hover,
  .gt-ct-mail__addr:hover {
    animation: none;
    transform: none;
  }

  .gt-ct-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
