:root {
    --jhl-width: 668px;
    --jhl-orange: #f15a24;
    --jhl-dark: #141414;
    --jhl-form-height: 112px;
}

* { box-sizing: border-box; }
html { width: 100%; margin: 0; overflow-x: hidden; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { width: 100%; margin: 0; overflow-x: hidden; background: #efefef; color: #111; font-family: Arial, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.jhl-page { width: min(100%, var(--jhl-width)); margin: 0 auto; overflow: hidden; background: #fff; }
.jhl-section, .jhl-section__visual { position: relative; width: 100%; margin: 0; }
.jhl-section img { width: 100%; }

.jhl-quick { position: fixed; z-index: 80; left: calc(50% + min(50vw, 334px) - 62px); bottom: calc(var(--jhl-form-height) + 18px + env(safe-area-inset-bottom)); display: grid; gap: 8px; }
.jhl-quick__item { display: grid; place-items: center; width: 48px; height: 48px; overflow: hidden; border-radius: 13px; box-shadow: 0 7px 18px rgba(0, 0, 0, .28); }
.jhl-quick__item img { width: 100%; height: 100%; object-fit: cover; }
.jhl-fixed-spacer { height: calc(var(--jhl-form-height) + env(safe-area-inset-bottom)); }

.jhl-db-fixed { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; width: min(100%, var(--jhl-width)); min-height: var(--jhl-form-height); margin: 0 auto; padding: 10px 16px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255, 90, 36, .36); background: rgba(18, 18, 18, .96); box-shadow: 0 -8px 24px rgba(0, 0, 0, .25); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.jhl-db-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.jhl-db-form input[type="text"], .jhl-db-form input[type="tel"] { min-width: 0; height: 34px; padding: 0 12px; border: 1px solid #555; border-radius: 6px; background: #fff; color: #111; }
.jhl-honeypot { position: absolute !important; left: -9999px !important; }
.jhl-db-form__submit { width: 100%; height: 34px; margin-top: 6px; border: 0; border-radius: 6px; background: var(--jhl-orange); color: #fff; font-weight: 800; cursor: pointer; }
.jhl-db-form__submit:disabled { opacity: .6; }
.jhl-db-form__privacy { display: flex; align-items: center; justify-content: center; gap: 5px; min-height: 24px; color: #cfcfcf; font-size: 12px; }
.jhl-db-form__privacy input { width: 15px; height: 15px; margin: 0; }
.jhl-db-form__privacy button { padding: 0; border: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; }
.jhl-db-form__message { min-height: 0; margin: 0; color: #fff; font-size: 12px; text-align: center; }
.jhl-db-form__message.is-error { margin-top: 4px; color: #ffb9a3; }

.jhl-modal[hidden] { display: none; }
.jhl-modal { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 20px; }
.jhl-modal__backdrop { position: absolute; inset: 0; background: rgba(10, 10, 10, .76); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.jhl-modal__panel, .jhl-consult-modal__panel { position: relative; width: min(100%, 390px); padding: 24px; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .36); }
.jhl-modal__panel h2, .jhl-consult-modal__panel h2 { margin: 0 0 14px; color: var(--jhl-dark); font-size: 21px; }
.jhl-modal__panel dl { display: grid; grid-template-columns: 76px 1fr; gap: 9px 12px; margin: 0 0 20px; font-size: 13px; line-height: 1.55; }
.jhl-modal__panel dt { font-weight: 800; }
.jhl-modal__panel dd { margin: 0; }
.jhl-modal__panel > button, .jhl-consult-modal__panel > button { width: 100%; height: 42px; border: 0; border-radius: 6px; background: var(--jhl-orange); color: #fff; font-weight: 800; cursor: pointer; }
.jhl-consult-modal__panel { text-align: center; }
.jhl-consult-modal__eyebrow { margin: 0 0 8px; color: var(--jhl-orange); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.jhl-consult-modal__panel > p:not(.jhl-consult-modal__eyebrow) { margin: 0 0 20px; color: #666; }
.jhl-consult-modal__panel > button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.jhl-consult-modal__timer { width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .45); border-top-color: #fff; border-radius: 50%; }
.jhl-consult-modal__particles { position: absolute; inset: 0; pointer-events: none; }
.jhl-consult-modal__particles i { position: absolute; width: 8px; height: 8px; opacity: 0; border-radius: 2px; background: var(--jhl-orange); }

@media (max-width: 668px) {
    :root { --jhl-form-height: 116px; }
    .jhl-db-fixed { padding-right: 12px; padding-left: 12px; }
    .jhl-quick { right: 10px; left: auto; }
    .jhl-quick__item { width: 46px; height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
