/* Contact page body — hero/header/footer locked; full-width impact below hero */
.pn-contact-page {
  --pn-navy: #040d70;
  --pn-accent: #ff7800;
  --pn-muted: #536080;
  --pn-line: #e2e7f1;
  --pn-bg: #f4f6fb;
}

.pn-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pn-accent);
}
.pn-kicker--light { color: #ffb56a; }

.pn-contact-channels {
  background: linear-gradient(180deg, #f7f9fd 0%, #fff 100%);
  padding: 72px 0 40px;
  position: relative;
  overflow: hidden;
}
.pn-contact-channels::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,79,196,.12), transparent 70%);
  top: -120px;
  right: -80px;
  pointer-events: none;
}
.pn-contact-channels__inner {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
}
.pn-contact-channels__intro {
  max-width: 640px;
  margin-bottom: 36px;
}
.pn-contact-channels__intro h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.03em;
  color: var(--pn-navy);
}
.pn-contact-channels__intro p {
  margin: 0;
  color: var(--pn-muted);
  font-size: 17px;
  line-height: 1.55;
}
.pn-contact-channels__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pn-contact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid var(--pn-line);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.07);
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  overflow: hidden;
}
.pn-contact-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,120,0,.16), transparent 70%);
  pointer-events: none;
}
.pn-contact-card:hover {
  transform: translateY(-4px);
  border-color: #c9d6ef;
  box-shadow: 0 24px 60px rgba(4, 13, 112, 0.12);
  color: inherit;
}
.pn-contact-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #144fc4, #040d70);
  color: #fff;
  font-size: 22px;
  margin-bottom: 6px;
}
.pn-contact-card__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pn-accent);
}
.pn-contact-card strong {
  font-size: 22px;
  color: var(--pn-navy);
  letter-spacing: -0.02em;
}
.pn-contact-card p {
  margin: 0;
  color: var(--pn-muted);
  line-height: 1.5;
  flex: 1;
}
.pn-contact-card__cta {
  margin-top: 8px;
  font-weight: 800;
  color: var(--pn-navy);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pn-contact-split {
  position: relative;
  background: linear-gradient(135deg, #0d3c9f 0%, #040d70 45%, #02062c 100%);
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.pn-contact-split__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,120,0,.22), transparent 68%);
  left: -160px;
  bottom: -220px;
  pointer-events: none;
}
.pn-contact-split__inner {
  position: relative;
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: stretch;
}
.pn-contact-split__copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -0.03em;
}
.pn-contact-split__copy > p {
  margin: 0 0 24px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.55;
  max-width: 420px;
}
.pn-contact-split__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.pn-contact-split__points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
}
.pn-contact-split__points i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.1);
  color: #ffb56a;
}
.pn-contact-split__form {
  background: #fff;
  color: #101828;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}
.pn-contact-form h3,
.pn-contact-success h3 {
  margin: 0 0 18px;
  color: var(--pn-navy);
  font-size: 24px;
  letter-spacing: -0.02em;
}
.pn-contact-form label {
  display: block;
  font-weight: 700;
  margin: 0 0 6px;
  color: #101828;
}
.pn-contact-form input,
.pn-contact-form textarea {
  width: 100%;
  border: 1px solid var(--pn-line);
  border-radius: 12px;
  padding: 13px 14px;
  margin-bottom: 14px;
  font: inherit;
}
.pn-contact-form input:focus,
.pn-contact-form textarea:focus {
  outline: none;
  border-color: #144fc4;
  box-shadow: 0 0 0 3px rgba(20,79,196,.15);
}
.pn-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pn-contact-form .btn,
.pn-contact-success .btn {
  margin-top: 6px;
}
.pn-contact-form__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--pn-muted);
}
.pn-contact-success {
  text-align: center;
  padding: 24px 8px;
}
.pn-contact-success span {
  display: inline-flex;
  font-size: 42px;
  color: #00b67a;
  margin-bottom: 10px;
}

.pn-contact-strip {
  background: #02062c;
  color: #fff;
  padding: 28px 0;
}
.pn-contact-strip__inner {
  width: min(calc(100% - 40px), 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pn-contact-strip__inner > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  align-items: center;
  padding: 8px 0;
}
.pn-contact-strip__inner i {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,120,0,.16);
  color: #ffb56a;
}
.pn-contact-strip__inner strong {
  color: #fff;
  font-size: 15px;
}
.pn-contact-strip__inner span {
  color: #9aa6c4;
  font-size: 13px;
}

@media (max-width: 960px) {
  .pn-contact-channels__grid,
  .pn-contact-split__inner,
  .pn-contact-strip__inner,
  .pn-contact-form__row {
    grid-template-columns: 1fr;
  }
  .pn-contact-split {
    padding: 56px 0;
  }
}
