.contact-page {
  --contact-navy: #062b50;
  --contact-navy-dark: #03213e;
  --contact-red: #f21f35;
  --contact-red-dark: #dc1027;
  --contact-text: #092d52;
  --contact-muted: #587087;
  --contact-line: #dfe7ed;
  color: var(--contact-text);
  background: #fff;
}

.contact-page main { background: linear-gradient(180deg, #fff 0%, #fff 62%, #fbfcfd 100%); }
.contact-page h1,
.contact-page h2,
.contact-page p { margin-top: 0; }

.contact-shell {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.contact-hero {
  padding: 31px 0 25px;
  background:
    radial-gradient(circle at 17% 40%, rgba(244, 221, 213, .45), transparent 34%),
    linear-gradient(105deg, #fff 0%, #fffafa 42%, #f8f7f6 100%);
}

.contact-hero-grid {
  display: grid;
  min-height: 344px;
  grid-template-columns: 37% 63%;
  align-items: center;
}

.contact-hero-copy {
  position: relative;
  z-index: 2;
  padding: 5px 30px 2px 8px;
}

.contact-kicker,
.contact-panel-label {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--contact-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.contact-kicker i {
  width: 24px;
  height: 2px;
  background: var(--contact-red);
}

.contact-hero h1 {
  margin: 18px 0 17px;
  color: var(--contact-navy-dark);
  font-size: clamp(45px, 4.1vw, 62px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.07;
}

.contact-hero h1 em {
  color: #e32132;
  font-style: normal;
  font-weight: 520;
}

.contact-hero-copy > b {
  display: block;
  width: 66px;
  height: 3px;
  margin-bottom: 19px;
  border-radius: 999px;
  background: var(--contact-red);
}

.contact-hero-copy > p {
  max-width: 410px;
  margin: 0;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.75;
}

.contact-hero-media {
  position: relative;
  height: 342px;
  overflow: visible;
}

.contact-hero-media > img {
  width: 100%;
  height: 100%;
  border-radius: 92px 0 0 92px;
  object-fit: cover;
  object-position: center 48%;
  box-shadow: 0 15px 35px rgba(8, 36, 61, .12);
}

.contact-support-badge {
  position: absolute;
  right: 28px;
  bottom: 10px;
  display: flex;
  min-width: 355px;
  min-height: 88px;
  align-items: center;
  gap: 17px;
  padding: 15px 24px 15px 17px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(115deg, #07325a, #031f3c);
  box-shadow: 0 16px 34px rgba(2, 31, 60, .24);
}

.contact-support-badge > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #fb3549, #e5152b);
}

.contact-support-badge > span svg { font-size: 28px; }
.contact-support-badge p { margin: 0; }
.contact-support-badge strong { display: block; margin-bottom: 3px; font-size: 17px; }
.contact-support-badge small { color: rgba(255,255,255,.84); font-size: 15px; }

.contact-main-section { padding: 22px 0 28px; }

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 18px;
}

.contact-panel {
  padding: 34px 36px 29px;
  border: 1px solid var(--contact-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(4, 38, 70, .09);
}

.contact-panel-label { color: var(--contact-navy-dark); }
.contact-panel-label svg { color: var(--contact-red); font-size: 25px; }

.contact-panel h2 {
  margin: 14px 0 10px;
  color: var(--contact-navy-dark);
  font-size: 28px;
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.contact-panel-intro {
  max-width: 460px;
  margin-bottom: 25px;
  color: var(--contact-muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-methods { display: grid; gap: 11px; }

.contact-methods > a {
  display: grid;
  min-height: 72px;
  grid-template-columns: 46px 1fr 20px;
  align-items: center;
  gap: 14px;
  padding: 10px 17px 10px 12px;
  border: 1px solid #dce5eb;
  border-radius: 10px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-methods > a:hover {
  border-color: rgba(242,31,53,.45);
  box-shadow: 0 9px 20px rgba(5, 41, 78, .09);
  transform: translateY(-1px);
}

.contact-method-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
}

.contact-method-icon svg { font-size: 22px; }
.contact-method-icon.is-call { background: linear-gradient(135deg, #ff4052, #e5192f); box-shadow: 0 8px 16px rgba(238,29,48,.2); }
.contact-method-icon.is-whatsapp { background: linear-gradient(135deg, #31ca69, #11a44b); box-shadow: 0 8px 16px rgba(20,169,79,.18); }
.contact-method-icon.is-email { background: linear-gradient(135deg, #3f91ee, #2372cf); box-shadow: 0 8px 16px rgba(35,114,207,.18); }
.contact-methods p { margin: 0; }
.contact-methods strong { display: block; margin-bottom: 2px; color: #0a2c50; font-size: 15px; }
.contact-methods small { color: #61758a; font-size: 13px; }
.contact-method-arrow { color: #143b60; font-size: 17px; }

.contact-privacy-note {
  display: flex;
  min-height: 65px;
  align-items: center;
  gap: 15px;
  margin-top: 23px;
  padding: 12px 17px;
  border-radius: 9px;
  color: #66798c;
  background: linear-gradient(90deg, #fff1f2, #fff8f7);
}

.contact-privacy-note > svg { color: var(--contact-red); font-size: 25px; }
.contact-privacy-note p { margin: 0; font-size: 13px; line-height: 1.5; }

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 15px;
  margin-top: 24px;
}

.contact-form-grid label { display: grid; gap: 7px; }
.contact-form-grid label.is-full { grid-column: 1 / -1; }
.contact-form-grid label > span { color: #153553; font-size: 13px; font-weight: 760; }
.contact-form-grid label > span small { color: #7d8da0; font-size: 12px; font-weight: 500; }

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  border: 1px solid #cedae3;
  border-radius: 8px;
  outline: none;
  color: #183a58;
  background: #fff;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form-grid input,
.contact-form-grid select {
  height: 48px;
  padding: 0 14px;
}

.contact-form-grid textarea {
  min-height: 100px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form-grid input::placeholder,
.contact-form-grid textarea::placeholder { color: #9aa7b4; }

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: #427baa;
  box-shadow: 0 0 0 3px rgba(55, 121, 178, .12);
}

.contact-form-grid .is-invalid {
  border-color: var(--contact-red);
  box-shadow: 0 0 0 3px rgba(242,31,53,.09);
}

.contact-submit {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 17px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(110deg, #e60920, #f32037);
  box-shadow: 0 12px 22px rgba(236,19,45,.19);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.contact-submit:hover { background: linear-gradient(110deg, #cf071d, #e91830); }
.contact-submit svg { font-size: 17px; }

.contact-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 9px 0 0;
  color: #61758a;
  font-size: 12px;
}

.contact-form-note svg { font-size: 14px; }
.contact-form-status { min-height: 17px; margin: 6px 0 0; color: #13844f; font-size: 13px; font-weight: 700; text-align: center; }

.contact-faq-section { padding: 5px 0 26px; }

.contact-faq-grid {
  display: grid;
  grid-template-columns: 255px 1fr;
  align-items: center;
  gap: 30px;
}

.contact-faq-heading { padding-left: 6px; }
.contact-faq-heading .contact-panel-label { color: var(--contact-navy-dark); }
.contact-faq-heading .contact-panel-label svg { color: var(--contact-red); font-size: 26px; }

.contact-faq-heading h2 {
  margin: 14px 0 0;
  color: var(--contact-navy-dark);
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -.035em;
}

.contact-faq-list { display: grid; gap: 2px; }

.contact-faq-list details {
  overflow: hidden;
  border: 1px solid #e1e7ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(5,41,78,.05);
}

.contact-faq-list summary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 19px;
  color: #0c3155;
  cursor: pointer;
  font-size: 15px;
  font-weight: 760;
  list-style: none;
}

.contact-faq-list summary::-webkit-details-marker { display: none; }
.contact-faq-list summary svg { flex: 0 0 auto; color: var(--contact-red); font-size: 17px; transition: transform .2s ease; }
.contact-faq-list details[open] summary svg { transform: rotate(45deg); }
.contact-faq-list details p { margin: -2px 0 15px; padding: 0 55px 0 19px; color: #60758a; font-size: 13px; line-height: 1.65; }

.contact-trust-section { padding: 1px 0 28px; }

.contact-trust-strip {
  display: grid;
  min-height: 99px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  border: 1px solid #eedbd7;
  border-radius: 11px;
  background: linear-gradient(90deg, #fffaf8, #fff 48%, #fffaf8);
  box-shadow: 0 8px 22px rgba(5,41,78,.04);
}

.contact-trust-strip article {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 15px;
  padding: 7px 24px;
  border-right: 1px solid #ebdfdc;
}

.contact-trust-strip article:last-child { border-right: 0; }

.contact-trust-strip article > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #1f5a8d;
  border-radius: 50%;
  color: #1b5688;
}

.contact-trust-strip article > span svg { font-size: 27px; }
.contact-trust-strip p { margin: 0; }
.contact-trust-strip strong { display: block; margin-bottom: 5px; color: #0a2d51; font-size: 13px; }
.contact-trust-strip small { display: block; color: #607488; font-size: 12px; line-height: 1.55; }

@media (max-width: 1100px) {
  .contact-shell { width: min(100% - 48px, 980px); }
  .contact-hero-grid { grid-template-columns: 39% 61%; }
  .contact-hero h1 { font-size: 48px; }
  .contact-hero-media { height: 320px; }
  .contact-support-badge { right: 18px; min-width: 325px; }
  .contact-panel { padding: 29px 27px 26px; }
  .contact-trust-strip article { padding-inline: 16px; }
}

@media (max-width: 860px) {
  .contact-shell { width: min(100% - 36px, 720px); }
  .contact-hero { padding-top: 22px; }
  .contact-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-hero-copy { padding: 0; }
  .contact-hero h1 { font-size: 46px; }
  .contact-hero-copy > p { max-width: 560px; }
  .contact-hero-media { height: 330px; }
  .contact-hero-media > img { border-radius: 50px 0 50px 0; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .contact-faq-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-faq-heading h2 br { display: none; }
  .contact-trust-strip { grid-template-columns: repeat(2, 1fr); }
  .contact-trust-strip article:nth-child(2) { border-right: 0; }
  .contact-trust-strip article:nth-child(-n+2) { border-bottom: 1px solid #ebdfdc; }
}

@media (max-width: 560px) {
  .contact-shell { width: min(100% - 26px, 520px); }
  .contact-hero { padding: 18px 0 21px; }
  .contact-kicker { font-size: 12px; }
  .contact-hero h1 { margin-top: 13px; font-size: 39px; }
  .contact-hero-copy > p { font-size: 15px; }
  .contact-hero-media { height: 265px; }
  .contact-hero-media > img { border-radius: 34px 0 34px 0; object-position: 58% center; }
  .contact-support-badge { right: 10px; bottom: 9px; min-width: 0; width: calc(100% - 20px); min-height: 72px; padding: 11px 14px; border-radius: 17px; }
  .contact-support-badge > span { width: 46px; height: 46px; }
  .contact-support-badge > span svg { font-size: 23px; }
  .contact-support-badge strong { font-size: 14px; }
  .contact-support-badge small { font-size: 12px; }

  .contact-main-section { padding-top: 15px; }
  .contact-panel { padding: 25px 20px 22px; border-radius: 12px; }
  .contact-panel h2 { font-size: 25px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-grid label.is-full { grid-column: auto; }
  .contact-methods > a { grid-template-columns: 43px 1fr 17px; gap: 11px; padding-right: 13px; }
  .contact-methods strong { font-size: 15px; }
  .contact-methods small { font-size: 12px; }

  .contact-faq-heading h2 { font-size: 25px; }
  .contact-faq-list summary { min-height: 54px; padding: 0 14px; font-size: 13px; }
  .contact-faq-list details p { padding: 0 36px 14px 14px; }
  .contact-trust-strip { grid-template-columns: 1fr; }
  .contact-trust-strip article { border-right: 0; border-bottom: 1px solid #ebdfdc; }
  .contact-trust-strip article:nth-child(3) { border-bottom: 1px solid #ebdfdc; }
  .contact-trust-strip article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-methods > a,
  .contact-faq-list summary svg { transition: none; }
}
