.contact {
  background: #fff;
  color: #0f172a;
}

body {
  background: #fff;
}

.contact-container {
  width: min(1300px, 92%);
  margin: 0 auto;
}

.back-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.18);
}

.back-btn:active {
  transform: translateY(0);
}

.back-btn:focus-visible {
  outline: 2px solid var(--color-4, #00b7d6);
  outline-offset: 3px;
}

.back-ic {
  font-size: 18px;
  line-height: 1;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 64px;
  background: #fff;
  color: #0f172a;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      900px 520px at 18% 18%,
      rgba(0, 183, 214, 0.1),
      transparent 60%
    ),
    radial-gradient(
      700px 420px at 78% 26%,
      rgba(27, 159, 79, 0.08),
      transparent 60%
    ),
    radial-gradient(
      900px 540px at 62% 88%,
      rgba(42, 98, 172, 0.1),
      transparent 62%
    );
  filter: saturate(110%);
  pointer-events: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  opacity: 0.25;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 18px;
  color: rgba(15, 23, 42, 0.86);
}

.hero-title {
  margin: 18px 0 16px;
  line-height: 1.05;
}

.hero-accent {
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  margin: 0 0 26px;
  line-height: 1.7;
  max-width: 62ch;
  color: rgba(15, 23, 42, 0.86);
  opacity: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-notes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.note-pill {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.1);
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.8);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease,
    border-color 160ms ease, background 160ms ease;
  will-change: transform;
  cursor: pointer;
}

.btn:active {
  transform: translateY(1px);
}

.btn-primary {
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  border-color: transparent;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  color: #071014;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost:hover {
  color: #0f172a;
}
.contact-hero .btn-ghost:hover {
  color: #0f172a;
}

.contact-hero .btn-ghost {
  background: var(--color-5);
  color: white;
  border-color: rgba(15, 23, 42, 0.14);
}

.contact-hero .btn-ghost:hover {
  border-color: rgba(15, 23, 42, 0.18);
  color: #0f172a;
  transform: translateY(-1px);
}

.contact-hero .btn {
  border-color: rgba(15, 23, 42, 0.12);
}

.hero-panel {
  position: relative;
  min-height: 360px;
}

.panel-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(
      240px 240px at 70% 30%,
      rgba(42, 98, 172, 0.12),
      transparent 60%
    ),
    radial-gradient(
      260px 260px at 30% 70%,
      rgba(0, 183, 214, 0.1),
      transparent 62%
    );
  filter: blur(18px);
  pointer-events: none;
}

.panel-card {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 34px rgba(2, 6, 23, 0.08);
  overflow: hidden;
}

.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 22px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.25;
  pointer-events: none;
}

.panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
}

.panel-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: rgba(15, 23, 42, 0.86);
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.metric {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.metric-value {
  font-size: 1.2rem;
  color: #0f172a;
  font-weight: 700;
}

.metric-label {
  font-size: 0.95rem;
  margin-top: 2px;
  color: rgba(15, 23, 42, 0.72);
  opacity: 1;
}

.contact-options {
  padding: 34px 0 44px;
  background: linear-gradient(180deg, #fff, rgba(42, 98, 172, 0.04));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.option {
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: 0 10px 34px rgba(2, 6, 23, 0.08);
}

.option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.option-title {
  letter-spacing: 0.2px;
  background: linear-gradient(90deg, var(--color-2), var(--color-4));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.option-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
}

.option-text {
  margin: 10px 0 12px;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.6;
}

.option-pill {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  font-weight: 600;
  color: rgba(15, 23, 42, 0.82);
}

.contact-section {
  padding: 74px 0;
  background: #fff;
}

.main-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: start;
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  max-width: 72ch;
}

.form-card,
.side-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  box-shadow: 0 10px 34px rgba(2, 6, 23, 0.08);
}

.form-card {
  padding: 22px;
}

.form {
  display: grid;
  gap: 14px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.label {
  font-weight: 700;
  color: rgba(15, 23, 42, 0.86);
}

input,
select,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(2, 6, 23, 0.02);
  padding: 12px 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease,
    background 160ms ease;
  color: rgba(15, 23, 42, 0.92);
  font: inherit;
}

textarea {
  resize: vertical;
  min-height: 140px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 183, 214, 0.45);
  box-shadow: 0 0 0 4px rgba(0, 183, 214, 0.14);
  background: #fff;
}

.check {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(15, 23, 42, 0.74);
  line-height: 1.55;
  margin-top: 2px;
}

.check input {
  margin-top: 3px;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.form-actions .btn {
  border-color: rgba(15, 23, 42, 0.12);
}

.form-actions .btn-ghost {
  color: rgba(15, 23, 42, 0.88);
  background: rgba(2, 6, 23, 0.02);
}

.form-actions .btn-ghost:hover {
  border-color: rgba(15, 23, 42, 0.18);
}

.form-foot {
  margin: 0;
  color: rgba(15, 23, 42, 0.7);
}

.side {
  display: grid;
  gap: 14px;
}

.side-card {
  padding: 18px;
}

.side-card.glow {
  position: relative;
  overflow: hidden;
  background: rgba(0, 183, 214, 0.06);
  border-color: rgba(0, 183, 214, 0.18);
}

.side-card.glow::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(
      340px 240px at 20% 40%,
      rgba(42, 98, 172, 0.18),
      transparent 60%
    ),
    radial-gradient(
      360px 260px at 78% 55%,
      rgba(0, 183, 214, 0.18),
      transparent 62%
    );
  filter: blur(16px);
  pointer-events: none;
}

.side-card > * {
  position: relative;
}

.muted {
  color: rgba(15, 23, 42, 0.74);
}

.side-cta {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-2);
}

.side-cta:hover {
  text-decoration: underline;
}

.tips {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.tip-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.tip-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  color: #071014;
}

.tip-item p {
  margin: 0;
  color: rgba(15, 23, 42, 0.78);
  line-height: 1.55;
}

.faq {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(2, 6, 23, 0.02);
  padding: 10px 12px;
  margin-top: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.86);
}

.faq p {
  margin: 10px 0 0;
}

.contact-cta {
  padding: 72px 0 92px;
  background: #fff;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 26px;
  background: var(--color-5);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(
      340px 240px at 20% 40%,
      rgba(42, 98, 172, 0.24),
      transparent 60%
    ),
    radial-gradient(
      360px 260px at 78% 55%,
      rgba(0, 183, 214, 0.22),
      transparent 62%
    );
  filter: blur(16px);
  pointer-events: none;
}

.cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}

.cta-card > * {
  position: relative;
}

.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-card .btn-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-ghost {
  background: transparent;
  color: #0f172a;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost:hover {
  color: #0f172a;
}

.back-btn {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

a .brand-logo-bnr {
  height: 76px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.45));
  opacity: 0.95;
}
.contact-hero .hero-actions:has(.btn:not(:first-child):hover) .btn:first-child {
  color: #0f172a;
}
.contact-hero .hero-actions .btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 200ms ease, box-shadow 200ms ease, color 200ms ease,
    border-color 200ms ease, background 200ms ease;
}

.contact-hero .hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--color-1), var(--color-4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  z-index: -1;
}

.contact-hero .hero-actions .btn:first-child {
  border-color: transparent;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  color: #fff;
}
.contact-hero .hero-actions .btn:first-child::before {
  transform: scaleX(1);
}

.contact-hero
  .hero-actions:has(.btn:not(:first-child):hover)
  .btn:first-child::before {
  transform: scaleX(0) !important;
}
.contact-hero .hero-actions:has(.btn:not(:first-child):hover) .btn:first-child {
  box-shadow: none;
  border-color: rgba(15, 23, 42, 0.14);
  color: #fff;
  transform: none;
}

.contact-hero .hero-actions .btn:not(:first-child):hover {
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  color: #071014;
  transform: translateY(-2px) scale(1.03);
}
.contact-hero .hero-actions .btn:not(:first-child):hover::before {
  transform: scaleX(1);
}
@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}

@media (max-width: 560px) {
  .contact-hero {
    padding: 72px 0 34px;
  }

  .options-grid {
    grid-template-columns: 1fr;
  }

  .row {
    grid-template-columns: 1fr;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding: 20px;
  }
}
