:root {
  --blue: #0a5cd8;
  --blue-dark: #084db8;
  --navy: #082955;
  --dark: #061a35;
  --ink: #14243a;
  --muted: #6f8094;
  --line: #dce4ed;
  --soft: #f3f6fa;
  --white: #fff;
  --green: #158754;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; background: var(--soft); color: var(--ink); font: 14px/1.55 "Manrope", Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button, a { transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1600px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 10px 15px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }
.contact-page { min-height: 100vh; overflow: visible; background: var(--soft); }
body.contact-page,
body.imported-contact-page {
  overflow-x: hidden;
  overflow-y: auto;
}

.contact-hero { position: relative; min-height: 400px; display: grid; place-items: center; margin-top: 32px; padding: 65px clamp(40px, 6vw, 90px); border-radius: 20px; background: var(--navy); color: #fff; }
.hero-copy { position: relative; z-index: 2; width: min(920px,100%); text-align: center; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; color: #9db0c7; font-size: 14px; font-weight: 700; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb i { color: #75abff; font-size: 14px; }
.breadcrumb span { color: #dce6f1; }
.hero-copy h1 { max-width: 750px; margin: 12px auto 18px; font-size: clamp(39px, 4.6vw, 75px); line-height: 1.3; letter-spacing: -.048em; }
.hero-copy > p { max-width: 760px; margin: 0 auto; color: #b1c0d2; font-size: 16px; line-height: 1.75; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px 24px; margin-top: 29px; color: #d9e3ef; font-size: 14px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(117,171,255,.16); color: #75abff; font-size: 14px; }

.contact-workspace { display: grid; grid-template-columns: minmax(0, .82fr) minmax(530px, 1.18fr); gap: 28px; padding-block: 64px; }
.contact-details { min-width: 0; padding: 12px 28px 0 0; }
.section-heading { max-width: 590px; margin-bottom: 27px; }
.section-heading h2, .form-heading h2 { margin: 0 0 10px; color: var(--navy); font-size: 31px; line-height: 1.2; letter-spacing: -.03em; }
.section-heading p, .form-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.channel-list { display: grid; gap: 11px; }
.channel-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; min-height: 92px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.channel-card:hover { border-color: #a9c8f5; transform: translateY(-2px); }
.channel-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: #eaf2ff; color: var(--blue); font-size: 18px; }
.channel-card--whatsapp .channel-icon { background: #e8f8f0; color: #15965a; }
.channel-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.channel-card small { color: #8593a3; font-size: 14px; }
.channel-card strong { margin-top: 1px; overflow: hidden; color: var(--navy); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.channel-card em { margin-top: 2px; color: var(--muted); font-size: 14px; font-style: normal; }
.channel-arrow { color: #7790ab; }
.channel-card:hover .channel-arrow { color: var(--blue); transform: translateX(3px); }
.hours-card { margin-top: 17px; padding: 22px; border-radius: 13px; background: var(--navy); color: #fff; }
.hours-card > div:first-child { display: flex; align-items: center; gap: 14px; margin-bottom: 19px; }
.hours-card > div:first-child small { color: #78adff; font-size: 14px; font-weight: 800; letter-spacing: .1em; }
.hours-card h3 { margin: 2px 0 0; font-size: 18px; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hours-card dt { color: #a6b7ca; font-size: 14px; }
.hours-card dd { margin: 0; font-size: 14px; font-weight: 800; }

.form-card { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.form-heading { margin-bottom: 28px; }
#contactForm { display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
#contactForm label { display: grid; gap: 8px; color: #354b64; font-size: 14px; font-weight: 700; }
.field { position: relative; display: flex; align-items: center; }
.field > i:first-child { position: absolute; left: 15px; z-index: 1; color: #7d8da0; font-size: 14px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d4dee8; border-radius: 9px; outline: 0; background: #fff; color: var(--navy); font-size: 14px; }
.field input, .field select { height: 50px; padding: 0 42px; }
.field select { appearance: none; cursor: pointer; }
.field--select.has-custom-select > select { position: absolute; width: 1px; height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.select-trigger { width: 100%; height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 15px 0 42px; border: 1px solid #d4dee8; border-radius: 9px; background: #fff; color: #9aa7b6; text-align: left; }
.select-trigger.has-value { color: var(--navy); }
.select-trigger:focus-visible, .field--select.is-open .select-trigger { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(10,92,216,.07); }
.select-trigger i { color: #77899d; font-size: 14px; transition: transform .18s ease; }
.field--select.is-open .select-trigger i { transform: rotate(180deg); }
.select-menu { position: absolute; top: calc(100% + 7px); right: 0; left: 0; z-index: 20; display: grid; gap: 4px; max-height: 270px; overflow-y: auto; padding: 7px; border: 1px solid #d7e1eb; border-radius: 10px; background: #fff; box-shadow: 0 16px 35px rgba(8,41,85,.14); }
.select-menu[hidden] { display: none; }
.select-option { min-height: 42px; padding: 9px 11px; border: 0; border-radius: 7px; background: transparent; color: #40566f; text-align: left; font-size: 14px; font-weight: 600; }
.select-option:hover, .select-option.is-selected { background: #eaf2ff; color: var(--blue); }
.select-option:first-child { color: #8594a5; }
.field textarea { min-height: 145px; resize: vertical; padding: 14px 15px 34px; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10,92,216,.07); }
.field input::placeholder, .field textarea::placeholder { color: #9aa7b6; }
.character-count { position: absolute; right: 12px; bottom: 10px; color: #8b98a8; font-size: 14px; font-weight: 500; }
.character-count b { color: var(--navy); }
.error-text { min-height: 0; color: #bc2d2d; font-size: 14px; font-weight: 600; }
label.has-error .field input, label.has-error .field select, label.has-error .field textarea { border-color: #c83e3e; background: #fffafa; }
.consent { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.6; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.submit-button { height: 52px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 800; }
.submit-button:hover { background: var(--blue-dark); }
.submit-button:hover i { transform: translateX(3px); }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: -3px 0 0; color: #7c8c9e; font-size: 14px; }
.form-note i { color: var(--blue); }

.location-section { min-height: 500px; margin-bottom: 75px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.map-card { position: relative; overflow: hidden; min-height: 500px; background: #e9edf2; }
.map-card iframe { width: 100%; height: 100%; min-height: 500px; display: block; border: 0; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 80; max-width: 390px; display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-radius: 10px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; opacity: 0; transform: translateY(18px); pointer-events: none; transition: .25s ease; }
.toast i { color: #55d99b; font-size: 18px; }
.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .contact-workspace { grid-template-columns: 1fr; }
  .contact-details { padding-right: 0; }
  .channel-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .channel-card { align-items: flex-start; grid-template-columns: auto 1fr; }
  .channel-arrow { display: none; }
  .channel-card strong, .channel-card em { white-space: normal; }
}

@media (max-width: 780px) {
  .shell { width: calc(100% - 28px); }
  .contact-hero { min-height: auto; padding: 48px 28px; border-radius: 14px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-proof { align-items: center; flex-direction: column; text-align: center; }
  .section-heading, .form-heading { margin-right: auto; margin-left: auto; text-align: center; }
  .contact-workspace { padding-block: 45px; }
  .channel-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 320px; }
  .map-card iframe { min-height: 320px; }
}

@media (max-width: 520px) {
  .contact-hero { padding: 37px 20px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy > p { font-size: 14px; }
  .form-card { padding: 26px 18px; }
  .section-heading h2, .form-heading h2 { font-size: 27px; }
  .hours-card { padding: 18px; }
  .map-card { min-height: 275px; }
  .map-card iframe { min-height: 275px; }
  .toast { right: 14px; bottom: 14px; left: 14px; }
}
