/* Shared conversion controls: identical components on all five pages. */
.hp-action { position: fixed; z-index: 45; bottom: 18px; left: 50%; transform: translate(-50%,130px); width: min(880px,calc(100% - 180px)); min-height: 74px; display: flex; align-items: center; gap: 25px; padding: 12px 16px 12px 24px; border: 1px solid #cfc7bd; border-radius: 14px; background: #fffdf9f5; backdrop-filter: blur(16px); box-shadow: 0 14px 50px #20191126; opacity: 0; visibility: hidden; transition: transform .3s cubic-bezier(.22,1,.36,1),opacity .3s,visibility .3s; }
.hp-action.is-visible { transform: translate(-50%,0); opacity: 1; visibility: visible; }
.hp-action > div { margin-right: auto; }
.hp-action > div > span { display: block; color: #80756c; font-size: 11px; }
.hp-action strong { display: block; font-size: 18px; font-weight: 550; }
.hp-action .button { gap: 12px; min-height: 44px; font-size: 14px; }
.hp-action .button .hp-icon { filter: invert(1); }
.hp-action-close,.hp-contact-panel header button { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 36px; border: 0; background: transparent; cursor: pointer; border-radius: 50%; }
.hp-action-close:hover,.hp-contact-panel header button:hover { background: #ebe7df; }
.hp-dock { position: fixed; z-index: 50; right: 18px; bottom: 12px; display: grid; grid-auto-flow: column; gap: 8px; }
.hp-dock button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 54px; height: 60px; border: 1px solid #d1cac0; background: #fffdf8; color: #3a342d; border-radius: 12px; box-shadow: 0 5px 18px #241d1715; cursor: pointer; transition: background .2s,transform .2s; }
.hp-dock button:hover { background: #f2e9df; transform: translateY(-2px); }
.hp-dock button span { font-size: 11px; }
.hp-dock [data-back-top] { opacity: 0; visibility: hidden; }
.page-scrolled .hp-dock [data-back-top] { opacity: 1; visibility: visible; }
.hp-contact-panel { position: fixed; z-index: 65; right: 84px; bottom: 24px; width: 320px; padding: 22px; border: 1px solid #d1cac0; border-radius: 16px; box-shadow: 0 18px 60px #221b1929; background: #fffdf8; }
.hp-contact-panel header { display: flex; justify-content: space-between; align-items: center; }
.hp-contact-panel header strong { font-size: 18px; }
.hp-contact-panel > p { color: #7c7368; font-size: 13px; margin: 4px 0 20px; }
.hp-contact-panel > a { display: flex; align-items: center; gap: 12px; min-height: 48px; text-decoration: none; font-size: 15px; }
.hp-contact-panel > .button { margin-top: 15px; }
.hp-contact-panel .button .hp-icon { filter: invert(1); }

.hp-action .hp-icon,.hp-dock .hp-icon,.hp-contact-panel .hp-icon { display: inline-block; width: 22px; height: 22px; flex: 0 0 22px; vertical-align: middle; }
.hp-contact-panel[hidden] { display: none !important; }
.inner-page { padding-bottom: 0; }
.site-footer { padding-bottom: 96px; }
.contact-direct__topics { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 18px; }
.contact-direct__topics li { display: flex; align-items: start; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.contact-direct__topics li > span { color: var(--red); font-size: 13px; padding-top: 3px; }
.contact-direct__topics strong { font-size: 17px; }
.contact-direct__topics p { margin: 6px 0 0; font-size: 14px; color: var(--ink-muted); }
.contact-direct__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-direct__actions .button { gap: 10px; }
.contact-direct__actions .button--primary img { filter: invert(1); }
.contact-direct__help { font-size: 13px; color: var(--ink-muted); line-height: 1.8; margin: 20px 0 0; overflow-wrap: anywhere; }
.inner-page main { scroll-padding-bottom: 110px; }
.inner-page .hp-action { width: min(880px,calc(100% - 320px)); }
.menu-open .hp-dock,body:has(dialog[open]) .hp-dock { display: none; }
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
 .site-header,.site-header.is-scrolled,.site-header[data-tone="dark"] { background: #fbfaf7; }
}
@media (max-width:1099px) {
 .hp-action { width: calc(100% - 110px); left: 16px; transform: translateY(130px); gap: 12px; padding: 12px; }
 .hp-action.is-visible { transform: translateY(0); }
 .hp-action strong { font-size: 15px; }
 .hp-action .button { padding-inline: 14px; }
 .hp-action,.inner-page .hp-action { width: calc(100% - 160px); }
}
@media (max-width:650px) {
 body:has([data-contact-form]:focus-within) .hp-dock { display: none; }
 .hp-action { width: calc(100% - 140px); bottom: 12px; left: 12px; min-height: 54px; padding: 4px; border-radius: 12px; gap: 4px; }
 .hp-action > div { display: none; }
 .hp-action .button { min-height: 44px; flex: 1; padding-inline: 8px; font-size: 13px; gap: 7px; }
 .hp-action-close { width: 28px; flex-basis: 28px; }
 .hp-action .button .hp-icon { display: none; }
 .hp-dock { right: 10px; bottom: 12px; gap: 6px; grid-auto-flow: column; }
 .hp-dock button { width: 48px; height: 54px; }
 .hp-contact-panel { right: 12px; bottom: 80px; width: min(320px,calc(100vw - 24px)); }
 .inner-page .hp-action { width: calc(100% - 140px); }
 .hp-dock { bottom: max(12px,env(safe-area-inset-bottom)); }
 .hp-action { bottom: max(12px,env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion:reduce) {
 .hp-action,.hp-dock button { transition: none; }
}
