/* ==========================================================================
   HD Contact Center — /contact-us/ (hd-custom-dev module, Sept 2026)
   The page body is ours; Avada keeps the header and footer. Brand tokens
   match the HD Showcase subsites (brand-identity.md).
   ========================================================================== */
.hdc {
	--hdc-navy: #001b44;
	--hdc-blue: #136fa5;
	--hdc-teal: #127f86;
	--hdc-coral: #ff6b4a;
	--hdc-ember: #e14b2a;
	--hdc-action: #105378;
	--hdc-mist: #f4f7f9;
	--hdc-line: #dfe5ea;
	--hdc-ink: #323643;
	--hdc-soft: #5a6475;
	--hdc-sky: #8ec0fd;
	--hdc-ease: cubic-bezier(.22, 1, .36, 1);
	--hdc-gutter: clamp(16px, 4vw, 40px);
	font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 300;
	color: var(--hdc-ink);
	-webkit-font-smoothing: antialiased;
}
.hdc *, .hdc *::before, .hdc *::after { box-sizing: border-box; }
.hdc h1, .hdc h2, .hdc h3 { font-family: inherit; letter-spacing: -.015em; text-transform: none; }
.hdc a { text-decoration: none; }
.hdc-wrap { width: min(1240px, calc(100% - 2 * var(--hdc-gutter))); margin: 0 auto; }
.hdc-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--hdc-blue); }
.hdc-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.hdc-dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid currentColor; opacity: 0; animation: hdc-ping 2.4s var(--hdc-ease) infinite; }
@keyframes hdc-ping { 0% { transform: scale(.4); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }
.hdc-ico { flex: none; width: 20px; height: 20px; }

/* Pills */
.hdc-pill { display: inline-flex; align-items: center; gap: 9px; padding: 12px 20px; border-radius: 999px; background: #fff; color: var(--hdc-navy); font-weight: 500; font-size: 15px; line-height: 1.2; box-shadow: 0 0 0 1px rgba(0, 27, 68, .08); transition: transform .25s var(--hdc-ease), box-shadow .25s, background-color .25s, color .25s; }
.hdc-pill:hover, .hdc-pill:focus-visible { transform: translateY(-2px); color: var(--hdc-navy); box-shadow: 0 0 0 2px var(--hdc-sky), 0 14px 28px -14px rgba(0, 27, 68, .6); outline: none; }
.hdc-pill .hdc-ico { width: 18px; height: 18px; color: var(--hdc-blue); }
.hdc-pill--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .45); }
.hdc-pill--ghost .hdc-ico { color: currentColor; }
.hdc-pill--ghost:hover, .hdc-pill--ghost:focus-visible { background: rgba(255, 255, 255, .1); color: #fff; box-shadow: inset 0 0 0 1.5px #fff; }
.hdc-link { display: inline-flex; align-items: center; gap: 6px; color: var(--hdc-blue); font-weight: 500; font-size: 14px; }
.hdc-link .hdc-ico { width: 16px; height: 16px; }
.hdc-link:hover { color: var(--hdc-navy); }

/* ---------- Hero ---------- */
.hdc-hero { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 110px) 0 clamp(120px, 12vw, 170px); background: radial-gradient(120% 90% at 85% 10%, #0f4c86 0%, rgba(15, 76, 134, 0) 55%), radial-gradient(90% 80% at 10% 100%, #0b3a63 0%, rgba(11, 58, 99, 0) 60%), var(--hdc-navy); color: #fff; }
.hdc-hero::before { content: ""; position: absolute; inset: -40% -10% auto; height: 120%; background: conic-gradient(from 200deg at 60% 40%, rgba(18, 127, 134, 0), rgba(18, 127, 134, .28), rgba(142, 192, 253, .18), rgba(122, 63, 196, .16), rgba(18, 127, 134, 0) 70%); filter: blur(60px); opacity: .8; animation: hdc-aurora 18s ease-in-out infinite alternate; pointer-events: none; }
@keyframes hdc-aurora { from { transform: translate3d(-4%, 0, 0) rotate(-4deg); } to { transform: translate3d(5%, 4%, 0) rotate(5deg); } }
.hdc-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(28px, 5vw, 72px); }
.hdc-hero .hdc-kicker { color: #7fd6dc; }
.hdc-title { margin: 0 0 20px; font-size: clamp(38px, 5.4vw, 68px); font-weight: 600; line-height: 1.04; color: #fff; }
.hdc-lede { max-width: 34em; margin: 0 0 30px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; color: rgba(255, 255, 255, .82); }
.hdc-quick { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.hdc-hero__art { margin: 0; }
.hdc-hub { display: block; width: 100%; height: auto; overflow: visible; }
.hdc-hub text { font-family: "Lexend", sans-serif; font-size: 14px; font-weight: 500; fill: rgba(255, 255, 255, .86); }
.hdc-hub__line { stroke: var(--c); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 3 9; opacity: .55; animation: hdc-flow 1.6s linear infinite; }
@keyframes hdc-flow { to { stroke-dashoffset: -24; } }
.hdc-hub__halo { fill: var(--c); opacity: .18; transform-box: fill-box; transform-origin: center; animation: hdc-halo 5.4s var(--hdc-ease) infinite; animation-delay: calc(var(--i) * .9s); }
@keyframes hdc-halo { 0%, 100% { transform: scale(1); opacity: .16; } 10% { transform: scale(1.22); opacity: .34; } 30% { transform: scale(1); opacity: .16; } }
.hdc-hub__node { animation: hdc-rise .8s var(--hdc-ease) both; animation-delay: calc(.2s + var(--i) * .08s); }
@keyframes hdc-rise { from { opacity: 0; transform: translateY(10px); } }
.hdc-hub__ring { fill: none; stroke: var(--hdc-sky); stroke-width: 2; opacity: 0; transform-box: fill-box; transform-origin: center; animation: hdc-ring 2.7s var(--hdc-ease) infinite; }
.hdc-hub__ring--2 { animation-delay: 1.35s; }
@keyframes hdc-ring { 0% { transform: scale(.85); opacity: .6; } 100% { transform: scale(1.6); opacity: 0; } }
.hdc-hub__aura { transform-box: fill-box; transform-origin: center; animation: hdc-breathe 6s ease-in-out infinite; }
@keyframes hdc-breathe { 50% { transform: scale(1.06); opacity: .8; } }
.hdc-hub__badge { transform-box: fill-box; transform-origin: center; animation: hdc-badge 5.4s var(--hdc-ease) infinite; }
@keyframes hdc-badge { 0%, 20% { transform: scale(0); } 28%, 88% { transform: scale(1); } 100% { transform: scale(0); } }
.hdc-hub__reply { filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .3)); animation: hdc-reply 5.4s var(--hdc-ease) infinite; }
.hdc-hub__reply text { fill: var(--hdc-navy); font-size: 15px; font-weight: 600; }
@keyframes hdc-reply { 0%, 34% { opacity: 0; transform: translate(-14px, 8px); } 44%, 86% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translate(10px, -6px); } }

/* ---------- Form + aside ---------- */
.hdc-main { position: relative; padding: 0 0 clamp(56px, 7vw, 96px); background: linear-gradient(180deg, var(--hdc-navy) 0, var(--hdc-navy) 90px, var(--hdc-mist) 90px); }
.hdc-main__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); align-items: start; gap: clamp(20px, 3vw, 36px); margin-top: -90px; }
.hdc-formcard { position: relative; padding: clamp(22px, 3.4vw, 44px); border-radius: 28px; background: #fff; box-shadow: 0 0 0 1px rgba(0, 27, 68, .06), 0 40px 80px -48px rgba(0, 27, 68, .55); scroll-margin-top: 110px; }
.hdc-formcard__head h2 { margin: 0 0 6px; font-size: clamp(24px, 2.4vw, 30px); font-weight: 600; color: var(--hdc-navy); }
.hdc-formcard__head p { margin: 0 0 22px; font-size: 15px; color: var(--hdc-soft); }

/* Context card */
.hdc-context { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px 20px; margin: 0 0 28px; padding: 18px 20px; border-radius: 20px; background: linear-gradient(120deg, #eaf4ff, #fff 70%); box-shadow: inset 0 0 0 1px #cfe3fb; animation: hdc-context-in .7s var(--hdc-ease) both; }
.hdc-context::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 0 4px 4px 0; background: var(--hdc-coral); }
@keyframes hdc-context-in { from { opacity: 0; transform: translateY(-10px) scale(.98); } }
.hdc-context__img { width: 88px; height: 88px; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 22px -12px rgba(0, 27, 68, .6); }
.hdc-context__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--hdc-navy); color: #fff; }
.hdc-context__icon .hdc-ico { width: 28px; height: 28px; }
.hdc-context__kicker { margin: 0 0 4px; font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--hdc-blue); }
.hdc-context__from { margin-left: 4px; color: var(--hdc-soft); font-weight: 500; letter-spacing: .06em; }
.hdc-context__title { margin: 0; font-size: clamp(19px, 1.8vw, 23px); font-weight: 600; line-height: 1.25; color: var(--hdc-navy); }
.hdc-context__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 0; }
.hdc-context__chips span { padding: 4px 12px; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px #cfe3fb; font-size: 13px; font-weight: 500; color: var(--hdc-action); }
.hdc-context__note { margin: 8px 0 0; font-size: 13.5px; color: var(--hdc-soft); }
.hdc-context__actions { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }

/* Aside */
.hdc-aside { display: grid; gap: 20px; position: sticky; top: 110px; }
.hdc-card { padding: 26px; border-radius: 24px; background: #fff; box-shadow: 0 0 0 1px rgba(0, 27, 68, .06), 0 30px 60px -44px rgba(0, 27, 68, .5); }
.hdc-card__title { margin: 0 0 16px; font-size: 18px; font-weight: 600; color: var(--hdc-navy); }
.hdc-reach { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.hdc-reach a { display: flex; align-items: center; gap: 14px; padding: 10px; margin: 0 -10px; border-radius: 16px; color: var(--hdc-ink); transition: background-color .25s, transform .25s var(--hdc-ease); }
.hdc-reach a:hover, .hdc-reach a:focus-visible { background: var(--hdc-mist); transform: translateX(4px); outline: none; color: var(--hdc-ink); }
.hdc-reach strong { display: block; font-weight: 600; font-size: 15px; color: var(--hdc-navy); }
.hdc-reach span { font-size: 14px; line-height: 1.4; }
.hdc-reach__ico { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #e6f1fb; color: var(--hdc-blue); transition: transform .3s var(--hdc-ease); }
.hdc-reach a:hover .hdc-reach__ico { transform: rotate(-8deg) scale(1.06); }
.hdc-reach__ico--teal { background: #e0f3f2; color: var(--hdc-teal); }
.hdc-reach__ico--coral { background: #ffece7; color: var(--hdc-ember); }
.hdc-card--navy { background: radial-gradient(120% 120% at 100% 0%, #0f4c86, var(--hdc-navy) 60%); color: rgba(255, 255, 255, .82); }
.hdc-card--navy .hdc-card__title { color: #fff; }
.hdc-next { margin: 0; padding: 0; list-style: none; counter-reset: n; display: grid; gap: 16px; }
.hdc-next li { position: relative; padding-left: 46px; font-size: 14.5px; line-height: 1.5; counter-increment: n; }
.hdc-next li::before { content: counter(n); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(142, 192, 253, .16); box-shadow: inset 0 0 0 1.5px var(--hdc-sky); color: #fff; font-weight: 600; font-size: 13px; }
.hdc-next li:not(:last-child)::after { content: ""; position: absolute; left: 14.5px; top: 32px; bottom: -14px; width: 1.5px; background: linear-gradient(var(--hdc-sky), rgba(142, 192, 253, 0)); }
.hdc-next strong { display: block; color: #fff; font-weight: 600; }

/* ---------- Gravity Forms (form 7) in the brand ---------- */
.hdc .gform_wrapper { margin: 0; font-family: inherit; }
.hdc .gform_wrapper.gravity-theme .gform_fields { row-gap: 22px; }
.hdc .gform_wrapper .gfield_label, .hdc .gform_wrapper legend.gfield_label { margin: 0 0 8px; padding: 0; font-family: inherit; font-size: 15px; font-weight: 500; color: var(--hdc-navy); }
.hdc .gform_wrapper .gfield_required { color: var(--hdc-ember); }
.hdc .gform_wrapper .gfield_required .gfield_required_text { font-size: 12px; font-weight: 400; font-style: normal; color: var(--hdc-soft); }
.hdc .gform_wrapper .gform-field-label--type-sub, .hdc .gform_wrapper .ginput_complex label { font-size: 12.5px; color: var(--hdc-soft); }
.hdc .gform_wrapper input[type="text"], .hdc .gform_wrapper input[type="email"], .hdc .gform_wrapper input[type="tel"], .hdc .gform_wrapper input[type="url"], .hdc .gform_wrapper input[type="number"], .hdc .gform_wrapper select, .hdc .gform_wrapper textarea {
	width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid #cfd8e0; border-radius: 14px; background: #fff; font-family: inherit; font-size: 16px; font-weight: 400; color: var(--hdc-ink); box-shadow: none; transition: border-color .2s, box-shadow .2s;
}
.hdc .gform_wrapper textarea { min-height: 140px; line-height: 1.55; resize: vertical; }
.hdc .gform_wrapper input:focus, .hdc .gform_wrapper select:focus, .hdc .gform_wrapper textarea:focus { border-color: var(--hdc-blue); box-shadow: 0 0 0 4px rgba(19, 111, 165, .16); outline: none; }
.hdc .gform_wrapper ::placeholder { color: #9aa4b2; }
.hdc .gform_wrapper .gfield_description { font-size: 13px; color: var(--hdc-soft); }

/* Radios and checkboxes as chips */
.hdc .gform_wrapper .gfield_radio, .hdc .gform_wrapper .gfield_checkbox { display: flex; flex-wrap: wrap; gap: 8px; }
.hdc .gform_wrapper .gchoice { position: relative; margin: 0; }
.hdc .gform_wrapper .gchoice input.gfield-choice-input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; z-index: 1; }
.hdc .gform_wrapper .gchoice label { display: inline-flex; align-items: center; gap: 8px; max-width: none; margin: 0; padding: 10px 16px; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px #cfd8e0; font-size: 14.5px; font-weight: 400; line-height: 1.25; color: var(--hdc-ink); cursor: pointer; transition: box-shadow .2s, background-color .2s, color .2s, transform .2s var(--hdc-ease); }
.hdc .gform_wrapper .gchoice:hover label { box-shadow: inset 0 0 0 1.5px var(--hdc-blue); }
.hdc .gform_wrapper .gchoice input:focus-visible + label { box-shadow: inset 0 0 0 2px var(--hdc-blue), 0 0 0 4px rgba(19, 111, 165, .16); }
.hdc .gform_wrapper .gchoice input:checked + label { background: var(--hdc-navy); color: #fff; box-shadow: inset 0 0 0 1px var(--hdc-navy); }
.hdc .gform_wrapper .gfield_checkbox .gchoice label::before { content: ""; width: 16px; height: 16px; border-radius: 5px; box-shadow: inset 0 0 0 1.5px #aab6c3; transition: background-color .2s, box-shadow .2s; }
.hdc .gform_wrapper .gfield_checkbox .gchoice input:checked + label::before { background: var(--hdc-coral) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8.5 2.5 2.5L12 5.5' fill='none' stroke='%23001b44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; box-shadow: none; }

/* "What can we help with?" as icon cards */
.hdc .gform_wrapper #field_7_5 .gfield_radio { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr)); gap: 10px; }
.hdc .gform_wrapper #field_7_5 .gchoice label { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: 100%; height: 100%; padding: 16px; border-radius: 18px; font-size: 14.5px; font-weight: 500; }
.hdc .gform_wrapper #field_7_5 .gchoice label::before { content: ""; width: 34px; height: 34px; border-radius: 11px; background: #e6f1fb; transition: background-color .25s, transform .3s var(--hdc-ease); }
.hdc .gform_wrapper #field_7_5 .gchoice label::after { content: ""; position: absolute; left: 23px; top: 23px; width: 20px; height: 20px; background: var(--hdc-blue); -webkit-mask: var(--hdc-i) center / contain no-repeat; mask: var(--hdc-i) center / contain no-repeat; transition: background-color .25s, transform .3s var(--hdc-ease); }
.hdc .gform_wrapper #field_7_5 .gchoice:hover label::before { transform: rotate(-6deg) scale(1.06); }
.hdc .gform_wrapper #field_7_5 .gchoice:hover label::after { transform: rotate(-6deg) scale(1.06); }
.hdc .gform_wrapper #field_7_5 .gchoice input:checked + label { background: linear-gradient(145deg, #0a3566, var(--hdc-navy)); transform: translateY(-2px); box-shadow: 0 16px 30px -18px rgba(0, 27, 68, .8); }
.hdc .gform_wrapper #field_7_5 .gchoice input:checked + label::before { background: var(--hdc-coral); }
.hdc .gform_wrapper #field_7_5 .gchoice input:checked + label::after { background: var(--hdc-navy); }

/* Half-width pairs */
@media (min-width: 641px) {
	.hdc .gform_wrapper.gravity-theme .gfield.hdc-half { grid-column: span 6; }
}

/* Steps */
.hdc .gform_wrapper .gf_page_steps { display: flex; gap: 8px; margin: 0 0 26px; padding: 0; border: 0; }
.hdc .gform_wrapper .gf_step { position: relative; flex: 1; display: flex; align-items: center; gap: 10px; margin: 0; padding: 12px 0 0; border-top: 3px solid var(--hdc-line); opacity: 1; font-size: 13.5px; font-weight: 500; color: var(--hdc-soft); transition: border-color .4s var(--hdc-ease), color .3s; }
.hdc .gform_wrapper .gf_step_number { display: grid; place-items: center; width: 26px; height: 26px; border: 0; border-radius: 50%; background: var(--hdc-mist); font-size: 12.5px; font-weight: 600; color: var(--hdc-soft); }
.hdc .gform_wrapper .gf_step_active { border-top-color: var(--hdc-coral); color: var(--hdc-navy); }
.hdc .gform_wrapper .gf_step_active .gf_step_number { background: var(--hdc-coral); color: var(--hdc-navy); }
.hdc .gform_wrapper .gf_step_completed { border-top-color: var(--hdc-teal); color: var(--hdc-navy); }
.hdc .gform_wrapper .gf_step_completed .gf_step_number { background: var(--hdc-teal); color: transparent; }
.hdc .gform_wrapper .gf_step_completed .gf_step_number::before { content: ""; position: absolute; width: 12px; height: 12px; background: #fff; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8.5 3 3L13 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3 8.5 3 3L13 4.5' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.hdc .gform_wrapper .gf_step_completed .gf_step_number { position: relative; }
.hdc .gform_wrapper .gform_page { animation: hdc-page-in .5s var(--hdc-ease) both; }
@keyframes hdc-page-in { from { opacity: 0; transform: translateX(16px); } }

/* Buttons */
.hdc .gform_wrapper .gform_page_footer, .hdc .gform_wrapper .gform_footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--hdc-line); }
.hdc .gform_wrapper .gform_button, .hdc .gform_wrapper .gform_next_button, .hdc .gform_wrapper input[type="submit"] {
	min-width: 170px; min-height: 52px; margin: 0; padding: 14px 30px; border: 0; border-radius: 999px; background: var(--hdc-coral); color: var(--hdc-navy); font-family: inherit; font-size: 16px; font-weight: 600; line-height: 1.2; cursor: pointer; transition: transform .25s var(--hdc-ease), box-shadow .25s;
}
.hdc .gform_wrapper .gform_button:hover, .hdc .gform_wrapper .gform_next_button:hover, .hdc .gform_wrapper input[type="submit"]:hover, .hdc .gform_wrapper .gform_button:focus-visible, .hdc .gform_wrapper .gform_next_button:focus-visible { background: var(--hdc-coral); color: var(--hdc-navy); transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(255, 107, 74, .22), 0 16px 28px -14px rgba(255, 107, 74, .9); outline: none; }
.hdc .gform_wrapper .gform_previous_button { min-height: 52px; margin: 0 auto 0 0; padding: 14px 24px; border: 0; border-radius: 999px; background: transparent; box-shadow: inset 0 0 0 1.5px #cfd8e0; color: var(--hdc-navy); font-family: inherit; font-size: 15px; font-weight: 500; cursor: pointer; transition: box-shadow .2s; }
.hdc .gform_wrapper .gform_previous_button:hover { box-shadow: inset 0 0 0 1.5px var(--hdc-navy); background: transparent; color: var(--hdc-navy); }
.hdc .gform_wrapper .gform_ajax_spinner, .hdc .gform_wrapper .gform-loader { margin-left: 6px; }

/* Consent, validation, confirmation */
.hdc .gform_wrapper .ginput_container_consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.hdc .gform_wrapper .ginput_container_consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--hdc-coral); }
.hdc .gform_wrapper .gform_validation_errors { margin: 0 0 20px; padding: 14px 18px; border: 0; border-radius: 16px; background: #fff1ed; box-shadow: inset 0 0 0 1px #ffc9bb; }
.hdc .gform_wrapper .gform_validation_errors h2 { font-family: inherit; font-size: 15px; font-weight: 500; color: #a8321a; }
.hdc .gform_wrapper .gfield_error input, .hdc .gform_wrapper .gfield_error textarea { border-color: var(--hdc-ember); }
.hdc .gform_wrapper .validation_message { margin-top: 6px; padding: 0; border: 0; background: none; font-size: 13px; color: #a8321a; }
.hdc .gform_confirmation_message { padding: 28px; border-radius: 22px; background: linear-gradient(135deg, #e0f3f2, #fff 70%); box-shadow: inset 0 0 0 1px #bfe4e2; font-size: 17px; line-height: 1.6; color: var(--hdc-navy); animation: hdc-context-in .6s var(--hdc-ease) both; }
.hdc .gform_wrapper .gfield--type-hidden, .hdc .gform_wrapper .gform_hidden { display: none; }

/* ---------- Map band ---------- */
.hdc-mapband { position: relative; height: clamp(440px, 58vh, 620px); background: #edf5fe; overflow: hidden; }
.hdc-map { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hdc-map.is-ready { opacity: 1; }
.hdc-mapband__inner { position: relative; height: 100%; display: flex; align-items: center; pointer-events: none; }
.hdc-mapcard { pointer-events: auto; max-width: 340px; padding: 26px 28px; border-radius: 24px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 30px 60px -30px rgba(0, 27, 68, .45); }
.hdc-mapcard h2 { margin: 0 0 8px; font-size: 26px; font-weight: 600; color: var(--hdc-navy); }
.hdc-mapcard p { margin: 0 0 16px; font-size: 15.5px; line-height: 1.55; }
.hdc-mapcard__actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 !important; }
.hdc-mapcard .hdc-pill { background: var(--hdc-navy); color: #fff; box-shadow: none; }
.hdc-mapcard .hdc-pill .hdc-ico { color: var(--hdc-sky); }
.hdc-mapcard .hdc-pill--ghost { background: transparent; color: var(--hdc-navy); box-shadow: inset 0 0 0 1.5px #cfd8e0; }
.hdc-mapcard .hdc-pill--ghost .hdc-ico { color: var(--hdc-blue); }
.hdc-mapcard .hdc-pill:hover { color: #fff; }
.hdc-mapcard .hdc-pill--ghost:hover { color: var(--hdc-navy); box-shadow: inset 0 0 0 1.5px var(--hdc-navy); }
.hdc-pin { position: relative; width: 48px; height: 60px; animation: hdc-drop .9s cubic-bezier(.3, 1.5, .5, 1) both .3s; }
.hdc-pin svg { position: relative; display: block; filter: drop-shadow(0 8px 10px rgba(0, 27, 68, .35)); }
.hdc-pin__pulse { position: absolute; left: 50%; bottom: -6px; width: 44px; height: 16px; margin-left: -22px; border-radius: 50%; background: rgba(255, 107, 74, .45); animation: hdc-pulse 2.2s ease-out infinite; }
@keyframes hdc-drop { from { transform: translateY(-60px); opacity: 0; } }
@keyframes hdc-pulse { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(2.2); opacity: 0; } }
.hdc-mapband .maplibregl-ctrl-attrib { font-family: inherit; font-size: 11px; }

/* ---------- FAQ ---------- */
.hdc-faq { padding: clamp(56px, 7vw, 96px) 0; background: #fff; }
.hdc-faq__head { margin-bottom: 28px; }
.hdc-faq__head h2 { margin: 0; font-size: clamp(28px, 3.2vw, 40px); font-weight: 600; color: var(--hdc-navy); }
.hdc-faq__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; align-items: start; }
.hdc-faq__item { border-radius: 18px; background: var(--hdc-mist); transition: background-color .25s, box-shadow .25s; }
.hdc-faq__item[open] { background: #fff; box-shadow: 0 0 0 1px var(--hdc-line), 0 20px 40px -30px rgba(0, 27, 68, .45); }
.hdc-faq__item summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; font-size: 16px; font-weight: 500; color: var(--hdc-navy); list-style: none; cursor: pointer; }
.hdc-faq__item summary::-webkit-details-marker { display: none; }
.hdc-faq__item summary:focus-visible { outline: 2px solid var(--hdc-blue); outline-offset: 2px; border-radius: 18px; }
.hdc-faq__plus { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px var(--hdc-line); transition: background-color .25s, transform .35s var(--hdc-ease); }
.hdc-faq__plus::before, .hdc-faq__plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; border-radius: 2px; background: var(--hdc-blue); transition: transform .35s var(--hdc-ease), background-color .25s; }
.hdc-faq__plus::after { transform: rotate(90deg); }
.hdc-faq__item[open] .hdc-faq__plus { background: var(--hdc-coral); box-shadow: none; transform: rotate(180deg); }
.hdc-faq__item[open] .hdc-faq__plus::before, .hdc-faq__item[open] .hdc-faq__plus::after { background: var(--hdc-navy); }
.hdc-faq__item[open] .hdc-faq__plus::after { transform: rotate(0deg); }
.hdc-faq__a { padding: 0 20px 20px; font-size: 15.5px; line-height: 1.65; color: var(--hdc-soft); }
.hdc-faq__a p { margin: 0; }
.hdc-faq__item[open] .hdc-faq__a { animation: hdc-context-in .45s var(--hdc-ease) both; }

/* ---------- Avada page chrome on this page ---------- */
.hdc-page #main { padding-top: 0 !important; padding-bottom: 0 !important; }
.hdc-page #main > .fusion-row, .hdc-page #main .fusion-row { max-width: none; }
.hdc-page .post-content > .hdc, .hdc-page #content { width: 100%; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.hdc-main__grid { grid-template-columns: minmax(0, 1fr); }
	.hdc-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.hdc-hero__grid { grid-template-columns: minmax(0, 1fr); }
	.hdc-hero__art { max-width: 460px; margin: 8px auto 0; }
}
@media (max-width: 700px) {
	.hdc-aside { grid-template-columns: minmax(0, 1fr); }
	.hdc-faq__list { grid-template-columns: minmax(0, 1fr); }
	.hdc-context { grid-template-columns: auto minmax(0, 1fr); }
	.hdc-context__actions { grid-column: 1 / -1; flex-direction: row; justify-content: flex-start; gap: 18px; }
	.hdc-context__img { width: 64px; height: 64px; }
	.hdc-context__icon { width: 52px; height: 52px; }
	.hdc-mapband { height: auto; }
	.hdc-map { position: relative; height: 340px; }
	.hdc-mapband__inner { display: block; padding: 0 0 28px; }
	.hdc-mapcard { max-width: none; margin-top: -48px; }
	.hdc-formcard { border-radius: 22px; }
	.hdc .gform_wrapper .gf_step { font-size: 0; gap: 0; }
	.hdc .gform_wrapper .gf_step_active { font-size: 13px; gap: 8px; }
	.hdc .gform_wrapper .gform_page_footer, .hdc .gform_wrapper .gform_footer { justify-content: stretch; }
	.hdc .gform_wrapper .gform_next_button, .hdc .gform_wrapper .gform_button, .hdc .gform_wrapper input[type="submit"] { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
	.hdc *, .hdc *::before, .hdc *::after { animation: none !important; transition: none !important; }
	.hdc-hub__reply { opacity: 1; }
}

/* Service card icons (generated; choice order of form 7 field 5) */
.hdc .gform_wrapper .gchoice_7_5_0 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%222.5%22 y=%224%22 width=%2219%22 height=%2216%22 rx=%222.5%22/%3E%3Cpath d=%22M2.5 9h19M6 6.5h.01M8.5 6.5h.01%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_1 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%224%22 width=%2218%22 height=%227%22 rx=%222%22/%3E%3Crect x=%223%22 y=%2213%22 width=%2218%22 height=%227%22 rx=%222%22/%3E%3Cpath d=%22M7 7.5h.01M7 16.5h.01M11 7.5h6M11 16.5h6%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_2 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%225.5%22 cy=%225.5%22 r=%222.5%22/%3E%3Ccircle cx=%2218.5%22 cy=%225.5%22 r=%222.5%22/%3E%3Ccircle cx=%225.5%22 cy=%2218.5%22 r=%222.5%22/%3E%3Ccircle cx=%2218.5%22 cy=%2218.5%22 r=%222.5%22/%3E%3Crect x=%229%22 y=%229%22 width=%226%22 height=%226%22 rx=%221.5%22/%3E%3Cpath d=%22m7.5 7.5 1.5 1.5M16.5 7.5 15 9M7.5 16.5 9 15M16.5 16.5 15 15%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_3 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 7.5h3l1.8-2.5h6.4L17 7.5h3A1.5 1.5 0 0 1 21.5 9v9a1.5 1.5 0 0 1-1.5 1.5H4A1.5 1.5 0 0 1 2.5 18V9A1.5 1.5 0 0 1 4 7.5Z%22/%3E%3Ccircle cx=%2212%22 cy=%2213%22 r=%223.5%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_4 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Ccircle cx=%229%22 cy=%228%22 r=%223.5%22/%3E%3Cpath d=%22M2.5 20c0-3.6 2.9-6 6.5-6s6.5 2.4 6.5 6%22/%3E%3Ccircle cx=%2217.5%22 cy=%229%22 r=%222.5%22/%3E%3Cpath d=%22M17 14c2.6.2 4.5 2.2 4.5 5%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_5 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22m15 4 5 5L9 20H4v-5Z%22/%3E%3Cpath d=%22m13 6 5 5%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_6 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M3 20h18M6 16v-5M11 16V7M16 16v-3M20 16V5%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_7 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Crect x=%223%22 y=%224%22 width=%2218%22 height=%2216%22 rx=%222%22/%3E%3Cpath d=%22m6 17 4.5-5 3 3 2-2L18 17%22/%3E%3Ccircle cx=%2215.5%22 cy=%228.5%22 r=%221.5%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_8 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22m2 9 10-5 10 5-10 5Z%22/%3E%3Cpath d=%22M6 11v5c3.5 2.5 8.5 2.5 12 0v-5M22 9v6%22/%3E%3C/svg%3E"); }
.hdc .gform_wrapper .gchoice_7_5_9 { --hdc-i: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22black%22 stroke-width=%221.8%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpath d=%22M4 5h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-9l-5 4v-4H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z%22/%3E%3C/svg%3E"); }

/* ---------- Avada overrides (its global form, button and heading variables) ---------- */
.hdc {
	--form_bg_color: #fff;
	--form_text_color: #323643;
	--form_border_color: #cfd8e0;
	--form_focus_border_color: #136fa5;
	--form_border_width-top: 1px; --form_border_width-right: 1px; --form_border_width-bottom: 1px; --form_border_width-left: 1px;
	--form_border_radius: 14px;
	--form_input_height: 52px;
	--button_text_transform: none;
	--button_typography-letter-spacing: 0;
	--button_font_size: 16px;
	--h1_typography-font-family: "Lexend", sans-serif;
	--h2_typography-font-family: "Lexend", sans-serif;
	--h3_typography-font-family: "Lexend", sans-serif;
	--h1_typography-line-height: 1.04;
	--h2_typography-line-height: 1.2;
	--h3_typography-line-height: 1.3;
	--h1_typography-color: #fff;
	--h2_typography-color: #001b44;
	--h1_typography-letter-spacing: -.015em;
	--h2_typography-letter-spacing: -.015em;
}
.hdc .hdc-title { font-size: clamp(38px, 5.4vw, 68px); font-weight: 600; line-height: 1.04; color: #fff; }
.hdc .hdc-formcard__head h2 { font-size: clamp(24px, 2.4vw, 30px); line-height: 1.2; }
.hdc .hdc-card__title { font-size: 18px; line-height: 1.3; }
.hdc .hdc-card--navy { --h2_typography-color: #fff; }
.hdc .hdc-card--navy .hdc-card__title { color: #fff; }
.hdc .hdc-mapcard h2 { font-size: 26px; line-height: 1.2; }
.hdc .hdc-faq__head h2 { font-size: clamp(28px, 3.2vw, 40px); line-height: 1.15; }
.hdc .gform_wrapper .gchoice { flex: none; width: auto; }
.hdc .gform_wrapper.gravity-theme .gchoice .gfield-choice-input + label { max-width: none; white-space: nowrap; }
.hdc .gform_wrapper.gravity-theme #field_7_5 .gchoice { width: auto; }
.hdc .gform_wrapper.gravity-theme #field_7_5 .gchoice .gfield-choice-input + label { white-space: normal; }
.hdc .gform_wrapper .gform_next_button, .hdc .gform_wrapper .gform_button, .hdc .gform_wrapper .gform_previous_button { text-transform: none; letter-spacing: 0; }
.hdc .gform_wrapper .gform_save_link { display: inline-flex; align-items: center; gap: 6px; margin: 0; padding: 10px 4px; border: 0; background: none; font-family: inherit; font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--hdc-blue); box-shadow: none; }
.hdc .gform_wrapper .gform_save_link:hover { color: var(--hdc-navy); background: none; }
.hdc .gform_wrapper .gform_save_link svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- Layout fixes (1.0.2) ---------- */
.hdc-page #main { padding-left: 0 !important; padding-right: 0 !important; }
.hdc .hdc-hero { padding-top: clamp(150px, 14vw, 210px); }
.hdc-mapband .hdc-map { position: absolute; inset: 0; }
@media (max-width: 700px) {
	.hdc-mapband .hdc-map { position: relative; inset: auto; height: 340px; }
}

/* ---------- Type in the form (1.0.3) ---------- */
.hdc .gform_wrapper.gravity-theme input, .hdc .gform_wrapper.gravity-theme textarea, .hdc .gform_wrapper.gravity-theme select, .hdc .gform_wrapper.gravity-theme label, .hdc .gform_wrapper.gravity-theme legend, .hdc .gform_wrapper.gravity-theme button, .hdc .gform_wrapper.gravity-theme .gfield_description, .hdc .gform_wrapper.gravity-theme .validation_message { font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.hdc .gform_wrapper.gravity-theme #field_7_63 .instruction { display: none; }

/* ---------- Phone and rhythm fixes (1.0.4) ---------- */
.hdc { --body_typography-line-height: 1.55; }
.hdc p, .hdc li, .hdc summary { line-height: 1.55; }
.hdc .hdc-lede { line-height: 1.6; }
.hdc .hdc-faq__item summary { line-height: 1.4; }
@media (max-width: 800px) {
	.hdc .hdc-hero { padding-top: 44px; padding-bottom: 130px; }
}
@media (max-width: 700px) {
	.hdc .gform_wrapper .gf_step, .hdc .gform_wrapper .gf_step_active { flex-direction: column; align-items: flex-start; gap: 6px; font-size: 12.5px; line-height: 1.3; }
	.hdc .gform_wrapper .gf_step_number { width: 24px; height: 24px; flex: none; }
	.hdc .hdc-mapcard { margin-top: 16px; }
	.hdc-mapband__inner { padding: 0 0 36px; }
	.hdc-context { padding: 16px; gap: 12px 14px; }
	.hdc-context__img, .hdc-context__icon { width: 56px; height: 56px; align-self: start; }
}

/* ---------- Phone fixes (1.0.6) ---------- */
@media (max-width: 800px) {
	.hdc .hdc-hero { padding-top: 160px; }
}
@media (max-width: 700px) {
	.hdc .gform_wrapper .gf_step_number { display: none; }
	.hdc .gform_wrapper .gf_step, .hdc .gform_wrapper .gf_step_active { font-size: 13px; }
}

/* GF sets step spans to table-cell under 641px (1.0.7) */
@media (max-width: 700px) {
	.hdc .gform_wrapper.gravity-theme .gf_step .gf_step_number { display: none !important; }
	.hdc .gform_wrapper.gravity-theme .gf_step .gf_step_label { display: block; }
}

/* Busy and pressed states stay coral (Avada paints them blue) (1.0.9) */
.hdc .gform_wrapper .gform_next_button:is(:active, :focus, :disabled, [disabled]), .hdc .gform_wrapper .gform_button:is(:active, :focus, :disabled, [disabled]), .hdc .gform_wrapper input[type="submit"]:is(:active, :focus, :disabled, [disabled]) { background: var(--hdc-coral) !important; color: var(--hdc-navy) !important; }
.hdc .gform_wrapper .gform_next_button:disabled, .hdc .gform_wrapper .gform_button:disabled { opacity: .75; cursor: progress; }
