.contact-page {
  --contact-navy: #09145c;
  --contact-blue: #0876f9;
  --contact-copy: #354b82;
  overflow: hidden;
  color: var(--contact-navy);
  background: #f9fcff;
  font-family: "Poppins", Arial, sans-serif;
}
.contact-page *, .contact-page *::before, .contact-page *::after { box-sizing: border-box; }
.contact-shell { width: min(calc(100% - 40px), 1110px); margin: 0 auto; }
.contact-hero { position: relative; padding: 48px 0 22px; background: radial-gradient(circle at 48% 14%, rgba(113, 194, 255, .2), transparent 28%), linear-gradient(116deg, #fff 0%, #f4faff 48%, #fff 100%); }
.contact-hero::before { position: absolute; top: -55px; left: 35%; width: 330px; height: 330px; border: 44px solid rgba(82, 174, 255, .055); border-radius: 50%; content: ""; }
.contact-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .96fr); gap: 28px; align-items: start; }
.contact-intro { padding: 18px 0 0 10px; }
.contact-eyebrow { margin: 0 0 10px; color: #0570ef; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.contact-intro h1 { margin: 0; color: var(--contact-navy); font-size: clamp(42px, 4.2vw, 58px); font-weight: 700; line-height: 1.06; letter-spacing: -.035em; }
.contact-intro h1 span { color: var(--contact-blue); }
.contact-lead { max-width: 540px; margin: 16px 0 22px; color: var(--contact-copy); font-size: 16px; line-height: 1.65; }
.contact-channels { display: grid; gap: 12px; }
.contact-channel { display: grid; grid-template-columns: 64px minmax(0, 1fr) 22px; gap: 18px; align-items: center; min-height: 96px; padding: 14px 22px 14px 16px; color: var(--contact-navy); background: rgba(255, 255, 255, .96); border: 1px solid #e0e9f4; border-radius: 10px; box-shadow: 0 8px 25px rgba(36, 85, 136, .08); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.contact-channel:hover, .contact-channel:focus { color: var(--contact-navy); box-shadow: 0 13px 30px rgba(36, 85, 136, .14); text-decoration: none; transform: translateY(-2px); }
.contact-channel__icon { display: grid; place-items: center; width: 64px; height: 64px; color: #fff; border-radius: 11px; font-size: 36px; }
.contact-channel__icon--whatsapp { background: linear-gradient(145deg, #27d06a, #0db65a); }
.contact-channel__icon--email { background: linear-gradient(145deg, #ffd01c, #ffb900); font-size: 29px; }
.contact-channel__copy strong, .contact-channel__copy small { display: block; }
.contact-channel__copy strong { margin-bottom: 2px; font-size: 17px; font-weight: 700; }
.contact-channel__copy small { color: var(--contact-copy); font-size: 14px; line-height: 1.45; }
.contact-channel__arrow { justify-self: end; color: var(--contact-blue); font-size: 18px; }
.contact-information { display: grid; grid-template-columns: 1.15fr .85fr; margin-top: 26px; padding: 18px 16px; background: rgba(255, 255, 255, .95); border: 1px solid #e0e9f4; border-radius: 10px; box-shadow: 0 8px 25px rgba(36, 85, 136, .07); }
.contact-information__item { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 12px; align-items: start; padding: 0 10px; }
.contact-information__item + .contact-information__item { border-left: 1px solid #c9d7e9; }
.contact-information__item > i { color: var(--contact-blue); font-size: 29px; text-align: center; }
.contact-information__item p { margin: 0; color: var(--contact-copy); font-size: 14px; line-height: 1.5; }
.contact-information__item strong, .contact-information__item span { display: block; }
.contact-information__item strong { margin-bottom: 3px; color: var(--contact-navy); font-size: 14px; }
.contact-form { padding: 30px 34px 22px; background: rgba(255, 255, 255, .97); border: 1px solid #e0e8f2; border-radius: 11px; box-shadow: 0 12px 34px rgba(30, 84, 135, .1); }
.contact-form__header { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; }
.contact-form__icon { display: grid; flex: 0 0 46px; place-items: center; width: 46px; height: 46px; color: #fff; background: linear-gradient(145deg, #1286ff, #0865e9); border-radius: 9px; box-shadow: 0 7px 16px rgba(8, 101, 233, .24); font-size: 23px; }
.contact-form__header h2 { margin: 0 0 2px; color: var(--contact-navy); font-size: 22px; font-weight: 700; }
.contact-form__header p { margin: 0; color: var(--contact-copy); font-size: 14px; line-height: 1.45; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-field { margin-bottom: 15px; }
.contact-field label { display: block; margin: 0 0 7px; color: var(--contact-copy); font-size: 14px; font-weight: 500; }
.contact-field label span { color: #e84e5e; }
.contact-field input, .contact-field select, .contact-field textarea { display: block; width: 100%; min-height: 44px; padding: 10px 12px; color: var(--contact-navy); background: #fff; border: 1px solid #cfdbea; border-radius: 6px; outline: 0; font-family: inherit; font-size: 14px; line-height: 1.45; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-field textarea { min-height: 84px; resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #91a0be; opacity: 1; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--contact-blue); box-shadow: 0 0 0 3px rgba(8, 118, 249, .12); }
.contact-captcha { min-height: 78px; margin: 1px 0 14px; overflow: hidden; }
.contact-form__alert { margin: 0 0 12px; padding: 10px 12px; color: #912831; background: #fff1f2; border: 1px solid #ffc9ce; border-radius: 6px; font-size: 14px; line-height: 1.45; }
.contact-form__alert[hidden] { display: none; }
.contact-form__submit { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 48px; padding: 10px 18px; color: #fff; background: linear-gradient(100deg, #0878fa, #0867ee); border: 0; border-radius: 6px; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 8px 18px rgba(8, 103, 238, .19); }
.contact-form__submit:hover, .contact-form__submit:focus { background: #075bd0; }
.contact-form__privacy { margin: 13px 0 0; color: var(--contact-copy); font-size: 14px; line-height: 1.45; text-align: center; }
.contact-form__privacy > i { margin-right: 7px; }
.contact-form__privacy a { color: #006cf2; text-decoration: underline; }
.contact-secondary { position: relative; display: grid; grid-template-columns: 1fr 1.12fr; gap: 18px; margin-top: 18px; }
.contact-demo, .contact-faq { min-height: 268px; background: linear-gradient(130deg, #f0f8ff, #e8f4ff); border: 1px solid #e0eaf5; border-radius: 11px; }
.contact-demo { display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; padding: 24px 16px 22px 30px; }
.contact-demo__copy { position: relative; }
.contact-demo__headset { position: absolute; top: -2px; left: -4px; display: grid; place-items: center; width: 50px; height: 50px; color: #0876f9; background: #d9edff; border-radius: 50%; font-size: 25px; }
.contact-demo h2 { margin: 0 0 13px 58px; color: var(--contact-navy); font-size: 25px; font-weight: 700; line-height: 1.1; }
.contact-demo h2 span { color: var(--contact-blue); }
.contact-demo p { margin: 0 0 18px; color: var(--contact-copy); font-size: 14px; line-height: 1.5; }
.contact-demo__copy > a { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 42px; padding: 8px 15px; color: #086dec; background: #fff; border: 1px solid #086dec; border-radius: 5px; font-size: 14px; font-weight: 600; text-decoration: none; }
.contact-demo__visual { position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; color: #0a74ef; }
.contact-demo__visual > .fa-calendar-alt { font-size: 92px; transform: rotate(-4deg); }
.contact-demo__visual > span { position: absolute; top: 82px; right: 15px; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: #0a74ef; border: 5px solid #dcefff; border-radius: 50%; font-size: 18px; }
.contact-demo__visual strong { margin-top: 10px; font-size: 17px; font-style: italic; line-height: 1.25; text-align: center; transform: rotate(-4deg); }
.contact-faq { padding: 18px 18px 15px; }
.contact-faq header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.contact-faq h2 { margin: 0; color: var(--contact-navy); font-size: 22px; font-weight: 700; }
.contact-faq header a { color: #086dec; font-size: 14px; text-decoration: none; white-space: nowrap; }
.contact-faq details { margin-top: 7px; background: #fff; border-radius: 6px; }
.contact-faq summary { position: relative; padding: 8px 36px 8px 13px; color: var(--contact-navy); cursor: pointer; font-size: 14px; font-weight: 500; list-style: none; }
.contact-faq summary::-webkit-details-marker { display: none; }
.contact-faq summary::after { position: absolute; top: 50%; right: 14px; width: 7px; height: 7px; border-right: 2px solid #36507d; border-bottom: 2px solid #36507d; content: ""; transform: translateY(-65%) rotate(45deg); }
.contact-faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.contact-faq details p { margin: 0; padding: 0 13px 12px; color: var(--contact-copy); font-size: 14px; line-height: 1.5; }
.contact-cta { position: relative; min-height: 205px; margin-top: 0; overflow: hidden; color: #fff; background: linear-gradient(105deg, #0751b6, #0879fb); }
.contact-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 54px; min-height: 205px; padding: 28px 94px; }
.contact-cta h2 { margin: 0 0 8px; color: #fff; font-size: 27px; font-weight: 600; line-height: 1.35; }
.contact-cta p { margin: 0; color: #fff; font-size: 14px; line-height: 1.5; }
.contact-cta__action { flex: 0 0 320px; text-align: center; }
.contact-cta__action a { display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 10px 22px; color: #09145c; background: #ffd018; border-radius: 6px; box-shadow: 0 9px 20px rgba(4, 32, 100, .22); font-size: 16px; font-weight: 700; text-decoration: none; }
.contact-cta__action a:hover, .contact-cta__action a:focus { color: #09145c; background: #ffe05a; text-decoration: none; }
.contact-cta__action small { display: block; margin-top: 9px; color: #fff; font-size: 14px; }
.contact-cta__circle { position: absolute; border-radius: 50%; }
.contact-cta__circle--left { bottom: -80px; left: -90px; width: 205px; height: 205px; border: 38px solid rgba(31, 144, 255, .72); }
.contact-cta__circle--right { right: -55px; bottom: -75px; width: 180px; height: 180px; border: 34px solid #ffd018; }
@media (max-width: 991.98px) {
  .contact-hero { padding-top: 34px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-intro { padding-left: 0; }
  .contact-form { max-width: 720px; width: 100%; margin: 0 auto; }
  .contact-secondary { grid-template-columns: 1fr; }
  .contact-cta__inner { padding-right: 30px; padding-left: 30px; }
}
@media (max-width: 767.98px) {
  .contact-shell { width: min(calc(100% - 28px), 1110px); }
  .contact-hero { padding-top: 28px; }
  .contact-intro h1 { font-size: 40px; }
  .contact-information, .contact-form__row { grid-template-columns: 1fr; }
  .contact-information { gap: 18px; }
  .contact-information__item + .contact-information__item { padding-top: 18px; border-top: 1px solid #c9d7e9; border-left: 0; }
  .contact-form { padding: 25px 20px 20px; }
  .contact-demo { grid-template-columns: 1fr; padding-right: 24px; }
  .contact-demo__visual { min-height: 180px; }
  .contact-demo__visual > span { right: calc(50% - 72px); }
  .contact-faq header { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-cta__inner { align-items: stretch; flex-direction: column; gap: 22px; padding-top: 38px; padding-bottom: 38px; text-align: center; }
  .contact-cta__action { flex-basis: auto; width: min(100%, 380px); margin: 0 auto; }
}
@media (max-width: 420px) {
  .contact-channel { grid-template-columns: 52px minmax(0, 1fr) 15px; gap: 12px; padding-right: 14px; padding-left: 12px; }
  .contact-channel__icon { width: 52px; height: 52px; font-size: 30px; }
  .contact-intro h1 { font-size: 35px; }
  .contact-captcha { margin-bottom: 4px; transform: scale(.88); transform-origin: left top; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page *, .contact-page *::before, .contact-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
