.contact-page {
  background: #fff;
  color: #071f3d;
}

.contact-page main {
  overflow: hidden;
  background: #fff;
}

.contact-page img {
  display: block;
  max-width: 100%;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background:
    radial-gradient(circle at 79% 20%, rgba(22, 135, 232, .1), transparent 28%),
    linear-gradient(180deg, #eef9ff 0%, #e7f6ff 58%, #f8fcff 100%);
}

.contact-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -58px;
  height: 162px;
  background:
    radial-gradient(ellipse at 9% 75%, rgba(194, 229, 250, .9) 0 16%, transparent 17%),
    radial-gradient(ellipse at 34% 66%, rgba(194, 229, 250, .9) 0 14%, transparent 15%),
    radial-gradient(ellipse at 73% 67%, rgba(194, 229, 250, .9) 0 18%, transparent 19%),
    radial-gradient(ellipse at 95% 54%, rgba(194, 229, 250, .9) 0 20%, transparent 21%);
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(440px, .88fr) minmax(650px, 1.12fr);
  gap: 42px;
  align-items: center;
  padding: 60px 0 88px;
}

.contact-kicker {
  width: max-content;
  margin: 0 0 34px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #cfeeff;
  color: #1687e8;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.contact-hero h1 {
  max-width: 590px;
  margin: 0;
  color: #071f3d;
  font-size: 62px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-hero__copy > p:not(.contact-kicker) {
  max-width: 560px;
  margin: 30px 0 0;
  color: #24415f;
  font-size: 20px;
  line-height: 1.58;
  font-weight: 600;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 44px;
}

.contact-hero__actions .btn,
.contact-final-cta .btn {
  min-height: 60px;
  padding: 0 34px;
  border-radius: 9px;
  font-size: 16px;
}

.contact-hero__visual {
  position: relative;
  min-height: 486px;
}

.contact-agent-card,
.contact-chat-card,
.contact-ai-card,
.contact-channel-card,
.contact-question-card,
.contact-channel-grid article,
.contact-form-card,
.contact-response-card,
.contact-online-card,
.contact-before-grid a,
.contact-community-grid article,
.contact-trust-strip,
.contact-final-cta {
  border: 1px solid #dbe9f6;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 47, 82, .075);
}

.contact-agent-card {
  position: absolute;
  left: 158px;
  top: 6px;
  width: 324px;
  min-height: 112px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-radius: 17px;
}

.contact-agent-card img,
.contact-chat-card--blue img {
  border-radius: 50%;
  object-fit: cover;
}

.contact-agent-card img {
  width: 72px;
  height: 72px;
}

.contact-agent-card strong,
.contact-channel-card h2,
.contact-question-card strong,
.contact-ai-card strong {
  color: #102b52;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.contact-agent-card span,
.contact-ai-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #60758e;
  font-size: 13px;
  font-weight: 700;
}

.contact-agent-card i,
.contact-ai-card i,
.contact-online-card b {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #2fca83;
}

.contact-chat-card {
  position: absolute;
  border-radius: 16px;
}

.contact-chat-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.contact-chat-card small {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 800;
  text-align: right;
}

.contact-chat-card--light {
  left: 116px;
  top: 138px;
  width: 230px;
  padding: 20px 20px 14px;
  color: #24415f;
}

.contact-chat-card--light small {
  color: #91a5b9;
}

.contact-chat-card--blue {
  left: 268px;
  top: 230px;
  width: 276px;
  padding: 18px 20px 16px;
  border-color: rgba(22, 135, 232, .18);
  background: #1687e8;
  color: #fff;
}

.contact-chat-card--blue img {
  position: absolute;
  right: -62px;
  top: 6px;
  width: 58px;
  height: 58px;
  border: 4px solid rgba(255, 255, 255, .72);
}

.contact-chat-card--blue small {
  color: rgba(255, 255, 255, .75);
}

.contact-ai-card {
  position: absolute;
  left: 120px;
  top: 330px;
  width: 278px;
  min-height: 198px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 17px;
}

.contact-ai-card p {
  margin: 12px 0 16px;
  color: #60758e;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.contact-ai-card a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #1687e8;
  border-radius: 7px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.contact-channel-card {
  position: absolute;
  right: 26px;
  top: 48px;
  width: 236px;
  min-height: 278px;
  padding: 24px;
  border-radius: 17px;
}

.contact-channel-card h2 {
  margin: 0 0 22px;
}

.contact-channel-card div,
.contact-response-card div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
}

.contact-channel-card div + div,
.contact-response-card div + div {
  margin-top: 18px;
}

.contact-channel-card p,
.contact-response-card p,
.contact-question-card p {
  margin: 0;
  color: #60758e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.contact-channel-card strong,
.contact-response-card strong {
  display: block;
  margin-bottom: 4px;
  color: #102b52;
  font-size: 13px;
  font-weight: 900;
}

.contact-question-card {
  position: absolute;
  right: 26px;
  top: 346px;
  width: 236px;
  min-height: 156px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 17px;
}

.contact-question-card > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff8a3d;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
}

.contact-question-card small {
  display: block;
  margin: 4px 0 14px;
  color: #90a1b6;
  font-size: 11px;
  font-weight: 800;
}

.contact-question-card b {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 11px;
  border-radius: 8px;
  background: #e7f4ff;
  color: #1687e8;
  font-size: 11px;
  font-weight: 900;
}

.contact-round-icon,
.contact-card-icon,
.contact-mini-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
}

.contact-round-icon {
  width: 48px;
  height: 48px;
}

.contact-round-icon img {
  width: 26px;
  height: 26px;
}

.contact-round-icon--telegram,
.contact-card-icon--telegram {
  background: #24a8f2;
}

.contact-round-icon--whatsapp {
  background: #35c978;
}

.contact-round-icon--mail {
  background: #2e89e8;
}

.contact-round-icon--robot {
  background: #1687e8;
}

.contact-round-icon--purple {
  background: #6745cf;
}

.contact-plane {
  position: relative;
  display: block;
}

.contact-plane::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 24%, 100% 0, 62% 100%, 44% 55%);
  background: #7bc8fb;
  transform: rotate(12deg);
}

.contact-plane::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 74px;
  border: 2px dashed rgba(114, 174, 229, .85);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 90px 0;
}

.contact-plane--hero {
  position: absolute;
  right: 6px;
  top: 20px;
  width: 62px;
  height: 62px;
}

.contact-plane--hero::after {
  left: 18px;
  top: 52px;
}

.contact-section {
  padding-top: 42px;
}

.contact-section > h2,
.contact-message-grid h2 {
  margin: 0;
  color: #071f3d;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  text-align: center;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}

.contact-channel-grid article {
  min-height: 304px;
  padding: 30px 28px;
  border-radius: 16px;
}

.contact-card-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 34px;
}

.contact-card-icon img {
  width: 35px;
  height: 35px;
}

.contact-card-icon--blue {
  background: #1687e8;
}

.contact-card-icon--green {
  background: #38bd86;
}

.contact-card-icon--purple {
  background: #6745cf;
}

.contact-card-icon--orange {
  background: var(--orange);
}

.contact-channel-grid h3,
.contact-community-grid h3 {
  margin: 0 0 12px;
  color: #102b52;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.contact-channel-grid p,
.contact-community-grid p,
.contact-before-grid p,
.contact-trust-strip p,
.contact-final-cta p {
  margin: 0;
  color: #60758e;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.contact-channel-grid article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-channel-grid a,
.contact-community-meta a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #1687e8;
  border-radius: 7px;
  color: #1687e8;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.contact-channel-grid a:nth-child(2) {
  border-color: #35c978;
  color: #24aa67;
}

.contact-channel-grid .contact-link-orange {
  width: 100%;
  border-color: var(--orange);
  color: var(--orange);
}

.contact-message-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  margin-top: 34px;
}

.contact-form-card,
.contact-response-card,
.contact-online-card {
  border-radius: 16px;
}

.contact-form-card {
  padding: 30px 34px;
}

.contact-form-card h2,
.contact-response-card h2 {
  text-align: left;
  font-size: 24px;
}

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

.contact-form-card label,
.contact-form-card legend {
  display: grid;
  gap: 10px;
  color: #17375f;
  font-size: 12px;
  font-weight: 900;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  background: #fff;
  color: #1d3c62;
  font: inherit;
  font-size: 13px;
  outline: 0;
}

.contact-form-card textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form-card fieldset {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
}

.contact-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.contact-topic-grid label {
  min-width: 102px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #d5e2ee;
  border-radius: 8px;
  color: #516d8c;
  cursor: pointer;
}

.contact-topic-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-topic-grid label:has(input:checked) {
  border-color: #1687e8;
  color: #1687e8;
  background: #f5fbff;
}

.contact-form-card > label {
  margin-top: 24px;
}

.contact-form-card button {
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(255, 116, 47, .22);
  cursor: pointer;
}

.contact-privacy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  color: #7d90a6;
  font-size: 12px;
  font-weight: 700;
}

.contact-privacy span {
  width: 20px;
  height: 20px;
  border: 2px solid #7d90a6;
  border-radius: 5px;
}

.contact-sidebar {
  display: grid;
  gap: 18px;
}

.contact-response-card {
  padding: 28px;
}

.contact-response-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}

.contact-response-card h2 span {
  width: 22px;
  height: 22px;
  border: 2px solid #102b52;
  border-radius: 50%;
  box-shadow: inset -6px -6px 0 -4px #102b52;
}

.contact-response-card div {
  position: relative;
  min-height: 86px;
  padding: 18px 18px;
  border: 1px solid #dbe9f6;
  border-radius: 12px;
}

.contact-response-card b {
  display: block;
  margin-top: 4px;
  color: #071f3d;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.contact-response-card em {
  justify-self: end;
  padding: 8px 12px;
  border-radius: 999px;
  background: #dff8ea;
  color: #2fba76;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.contact-online-card {
  padding: 24px;
}

.contact-online-card strong {
  display: inline-flex;
  margin-left: 12px;
  color: #2fba76;
  font-size: 15px;
  font-weight: 900;
}

.contact-online-card p {
  margin: 6px 0 0 24px;
  color: #60758e;
  font-size: 13px;
  font-weight: 700;
}

.contact-avatars,
.contact-tiny-avatars {
  display: flex;
  align-items: center;
}

.contact-avatars {
  margin-top: 18px;
}

.contact-avatars img,
.contact-avatars span {
  width: 48px;
  height: 48px;
  margin-right: -7px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.contact-avatars span {
  display: grid;
  place-items: center;
  background: #e8f4ff;
  color: #1687e8;
  font-size: 13px;
  font-weight: 900;
}

.contact-before,
.contact-community {
  padding-top: 48px;
}

.contact-before-grid,
.contact-community-grid {
  display: grid;
  gap: 26px;
  margin-top: 24px;
}

.contact-before-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-before-grid a {
  min-height: 118px;
  display: grid;
  grid-template-columns: 66px 1fr 42px;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 15px;
  text-decoration: none;
}

.contact-before-grid strong,
.contact-trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #102b52;
  font-size: 15px;
  font-weight: 900;
}

.contact-before-grid b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dbe9f6;
  border-radius: 50%;
}

.contact-before-grid b::before {
  content: ">";
  color: #1687e8;
  font-size: 16px;
  font-weight: 900;
}

.contact-mini-icon {
  width: 58px;
  height: 58px;
  border-radius: 17px;
}

.contact-mini-icon--book,
.contact-mini-icon--shield {
  background: #e7f4ff;
}

.contact-mini-icon--book::before {
  content: "";
  width: 26px;
  height: 30px;
  border-radius: 5px;
  border-left: 11px solid #1687e8;
  border-right: 11px solid #1687e8;
  background: #71c4fb;
}

.contact-mini-icon--faq {
  background: #e8fbf5;
}

.contact-mini-icon--faq::before {
  content: "?";
  color: #38bd86;
  font-size: 34px;
}

.contact-mini-icon--legal {
  background: #efeaff;
}

.contact-mini-icon--legal::before,
.contact-mini-icon--shield::before {
  content: "";
  width: 24px;
  height: 28px;
  clip-path: polygon(50% 0, 92% 16%, 84% 76%, 50% 100%, 16% 76%, 8% 16%);
  background: #6745cf;
}

.contact-mini-icon--shield::before {
  background: #1687e8;
}

.contact-mini-icon--human {
  background: #e7fbf2;
}

.contact-mini-icon--human::before {
  content: "";
  width: 28px;
  height: 22px;
  border-radius: 13px 13px 7px 7px;
  background: #38bd86;
  box-shadow: -14px 4px 0 -4px #38bd86, 14px 4px 0 -4px #38bd86;
}

.contact-mini-icon--chip {
  background: #efeaff;
}

.contact-mini-icon--chip::before {
  content: "";
  width: 26px;
  height: 26px;
  border: 3px dotted #6745cf;
  border-radius: 6px;
  background: #fff;
}

.contact-mini-icon--no {
  background: #fff1e9;
}

.contact-mini-icon--no::before {
  content: "";
  width: 29px;
  height: 29px;
  border: 5px solid var(--orange);
  border-radius: 50%;
  background: linear-gradient(45deg, transparent 42%, var(--orange) 43% 57%, transparent 58%);
}

.contact-community-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-community-grid article {
  min-height: 174px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 28px;
  border-radius: 15px;
}

.contact-community-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.contact-tiny-avatars img {
  width: 33px;
  height: 33px;
  margin-right: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.contact-community-meta small {
  color: #7a8ba0;
  font-size: 12px;
  font-weight: 700;
}

.contact-community-meta a {
  min-width: 72px;
  margin-left: auto;
}

.contact-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
  padding: 28px;
  border-radius: 15px;
}

.contact-trust-strip article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
}

.contact-final-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 160px;
  gap: 34px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 26px;
  padding: 38px 56px;
  border-radius: 15px;
  background: linear-gradient(135deg, #20aaf4 0%, #1687e8 100%);
}

.contact-final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 900;
}

.contact-final-cta p {
  max-width: 560px;
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.contact-final-cta .btn {
  min-width: 312px;
}

.contact-final-cta > .contact-plane {
  width: 112px;
  height: 112px;
}

.contact-final-cta > .contact-plane::before {
  background: #d7f0ff;
}

.contact-final-cta > .contact-plane::after {
  left: -92px;
  top: 72px;
  border-color: rgba(255, 255, 255, .82);
}

@media (max-width: 1180px) {
  .contact-hero__inner,
  .contact-message-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero__visual {
    min-height: 560px;
  }

  .contact-channel-grid,
  .contact-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-before-grid,
  .contact-community-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero,
  .contact-hero__inner {
    min-height: 0;
  }

  .contact-hero__inner {
    padding: 44px 0 66px;
  }

  .contact-kicker {
    margin-bottom: 22px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .contact-hero__copy > p:not(.contact-kicker) {
    font-size: 16px;
  }

  .contact-hero__actions,
  .contact-form-row,
  .contact-final-cta {
    grid-template-columns: 1fr;
  }

  .contact-hero__actions .btn,
  .contact-final-cta .btn {
    width: 100%;
  }

  .contact-hero__visual {
    min-height: 780px;
  }

  .contact-agent-card,
  .contact-chat-card,
  .contact-ai-card,
  .contact-channel-card,
  .contact-question-card {
    left: 0;
    right: 0;
    width: 100%;
  }

  .contact-agent-card {
    top: 0;
  }

  .contact-chat-card--light {
    top: 136px;
  }

  .contact-chat-card--blue {
    top: 242px;
  }

  .contact-chat-card--blue img {
    right: 16px;
    top: 92px;
  }

  .contact-ai-card {
    top: 374px;
  }

  .contact-channel-card {
    top: 596px;
  }

  .contact-question-card {
    display: none;
  }

  .contact-plane--hero {
    display: none;
  }

  .contact-section > h2,
  .contact-message-grid h2 {
    font-size: 25px;
  }

  .contact-channel-grid,
  .contact-trust-strip,
  .contact-topic-grid {
    grid-template-columns: 1fr;
  }

  .contact-channel-grid,
  .contact-message-grid {
    gap: 18px;
  }

  .contact-form-card,
  .contact-response-card,
  .contact-online-card {
    padding: 24px;
  }

  .contact-before-grid a,
  .contact-community-grid article,
  .contact-trust-strip article {
    grid-template-columns: 58px 1fr;
  }

  .contact-before-grid a b {
    display: none;
  }

  .contact-final-cta {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .contact-final-cta h2 {
    font-size: 29px;
  }

  .contact-final-cta > .contact-plane {
    display: none;
  }
}
