:root {
  --bg-0: #06101c;
  --bg-1: #0a1727;
  --panel: rgba(9, 16, 29, 0.82);
  --panel-strong: rgba(10, 20, 35, 0.95);
  --line: rgba(255, 255, 255, 0.1);
  --text: #eef4ff;
  --muted: rgba(234, 241, 255, 0.74);
  --accent: #67f3d2;
  --accent-2: #78caff;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

html,
body {
  min-height: 100%;
}

body.contact-page {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 18%, rgba(103, 243, 210, 0.16), transparent 24%),
    radial-gradient(circle at 92% 14%, rgba(120, 202, 255, 0.14), transparent 24%),
    radial-gradient(circle at 80% 86%, rgba(103, 243, 210, 0.08), transparent 22%),
    linear-gradient(180deg, var(--bg-0) 0%, #071421 52%, var(--bg-1) 100%);
  overflow-x: hidden;
}

body.contact-page::before,
body.contact-page::after {
  content: '';
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(10px);
  opacity: 0.95;
}

body.contact-page::before {
  top: 1.5rem;
  left: 4%;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 243, 210, 0.18) 0%, rgba(103, 243, 210, 0) 70%);
}

body.contact-page::after {
  right: -3rem;
  bottom: -2rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 202, 255, 0.16) 0%, rgba(120, 202, 255, 0) 72%);
}

.contact-orb {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  filter: blur(14px);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.contact-orb-a {
  top: 10%;
  left: -4rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 243, 210, 0.22) 0%, rgba(103, 243, 210, 0) 70%);
}

.contact-orb-b {
  right: -5rem;
  bottom: 10%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 202, 255, 0.18) 0%, rgba(120, 202, 255, 0) 72%);
}

.contact-page-shell {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.contact-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.contact-brand img {
  display: block;
  width: 110px;
  height: auto;
  opacity: 0.96;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.contact-pill i {
  color: var(--accent);
}

.contact-copy {
  padding-right: clamp(0rem, 2vw, 1.75rem);
}

.contact-kicker {
  margin: 0 0 0.85rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-copy h1 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.9rem, 5.8vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #fff;
  text-wrap: balance;
}

.contact-lead {
  margin: 1.4rem 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.9;
}

.contact-points {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.8rem;
  max-width: 36rem;
}

.contact-point {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(243, 248, 255, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-point:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  border-color: rgba(103, 243, 210, 0.22);
}

.contact-point i {
  font-size: 1.15rem;
  color: var(--accent);
  flex: 0 0 auto;
}

.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(12, 20, 34, 0.92) 0%, rgba(9, 16, 28, 0.96) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.contact-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(103, 243, 210, 0.12), transparent 28%),
    radial-gradient(circle at 96% 10%, rgba(120, 202, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.contact-card__inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

.contact-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.contact-card__eyebrow {
  margin: 0 0 0.6rem;
  color: rgba(103, 243, 210, 0.95);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
  font-weight: 800;
}

.contact-card h2 {
  margin: 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.04;
  color: #fff;
  letter-spacing: -0.04em;
}

.contact-logo {
  width: clamp(70px, 8vw, 102px);
  height: auto;
  flex: 0 0 auto;
  opacity: 0.98;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-input {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(248, 250, 255, 0.96);
  color: #152033;
  box-shadow: none;
  min-height: 58px;
  padding: 0.95rem 1rem;
}

.contact-input::placeholder {
  color: #7d8ea7;
}

.contact-input:focus {
  background: #fff;
  border-color: rgba(103, 243, 210, 0.7);
  box-shadow: 0 0 0 0.24rem rgba(103, 243, 210, 0.15);
}

.contact-textarea {
  min-height: 190px;
  resize: vertical;
}

.btn-contact {
  border: none;
  border-radius: 18px;
  padding: 0.95rem 1.55rem;
  font-weight: 800;
  color: #04111b;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow: 0 18px 38px rgba(103, 243, 210, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.btn-contact:hover,
.btn-contact:focus {
  color: #04111b;
  transform: translateY(-1px);
  box-shadow: 0 24px 48px rgba(103, 243, 210, 0.3);
  filter: brightness(1.02);
}

.contact-help {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 29rem;
}

.contact-art {
  min-height: 210px;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.08), rgba(8, 14, 24, 0.38)),
    url('../images/plaquette.jpg') center center / cover no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.contact-art::after {
  content: '';
  position: absolute;
  right: 8%;
  bottom: -2rem;
  width: min(26vw, 260px);
  height: 34%;
  transform: skewX(-18deg);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(103, 243, 210, 0.94) 0%, rgba(120, 202, 255, 0.82) 100%);
  box-shadow: 0 22px 45px rgba(103, 243, 210, 0.2);
}

.contact-modal .modal-content {
  background: rgba(10, 18, 31, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-modal .modal-header,
.contact-modal .modal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

.contact-modal .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-modal .btn-close {
  filter: invert(1) grayscale(1) brightness(1.4);
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .contact-topbar {
    margin-bottom: 1.2rem;
  }

  .contact-copy {
    padding-right: 0;
  }

  .contact-card__header {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .contact-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-brand img {
    width: 122px;
  }

  .contact-copy h1 {
    line-height: 1;
  }

  .contact-card {
    border-radius: 28px;
  }

  .contact-card__header {
    flex-direction: column;
  }

  .contact-logo {
    width: 108px;
  }

  .contact-art {
    min-height: 160px;
  }

  .contact-art::after {
    width: 42vw;
    right: 7%;
    bottom: -1.5rem;
  }
}
