.eis-coverage {
    --eis-accent: #006b70;
    --eis-background: #f4f8f7;
    --eis-surface-ink: #182f35;
    --eis-surface-muted: #52666c;
    --eis-surface-accent: var(--eis-accent);
    --eis-ink: #182f35;
    --eis-muted: #52666c;
    --eis-line: #d8e3e3;
    color: var(--eis-surface-ink);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.55;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 56px);
    background: var(--eis-background);
    border: 1px solid #e1ebe9;
    border-radius: 24px;
    text-align: left;
}
.eis-coverage *, .eis-coverage *::before, .eis-coverage *::after { box-sizing: border-box; }
.eis-coverage [hidden] { display: none !important; }
.eis-coverage h2, .eis-coverage h3, .eis-coverage h4, .eis-coverage h5, .eis-coverage p { color: inherit; padding: 0; margin: 0; font-family: inherit; }
.eis-coverage__eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--eis-accent); font-size: 12px; font-weight: 750; letter-spacing: 1.6px; }
.eis-coverage__signal { width: 8px; height: 8px; border-radius: 50%; background: var(--eis-accent); box-shadow: 0 0 0 5px #006b7010; }
.eis-coverage__intro h2 { max-width: 730px; margin: 20px 0 16px; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -1.5px; font-weight: 650; }
.eis-coverage__intro > p { max-width: 630px; color: var(--eis-surface-muted); font-size: 17px; }
.eis-coverage__intro .eis-coverage__eyebrow, .eis-coverage__results > .eis-coverage__eyebrow { color: var(--eis-surface-accent); }
.eis-coverage__intro .eis-coverage__signal { background: var(--eis-surface-accent); }
.eis-coverage__form, .eis-coverage__card, .eis-coverage__contact { color: var(--eis-ink); }
.eis-coverage__form { margin: 32px 0 0; padding: 26px; border: 1px solid var(--eis-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px #173c3905; }
.eis-coverage__fields { display: grid; grid-template-columns: 1.1fr 1.5fr .8fr; gap: 20px; }
.eis-coverage__field { min-width: 0; }
.eis-coverage__field label { display: flex; align-items: center; gap: 9px; margin: 0 0 10px; color: var(--eis-ink); font-size: 14px; font-weight: 650; }
.eis-coverage__step { display: inline-grid; place-items: center; width: 23px; height: 23px; border: 1px solid var(--eis-line); border-radius: 50%; color: var(--eis-muted); font-size: 11px; font-weight: 700; }
.eis-coverage__field.is-selected .eis-coverage__step { background: var(--eis-accent); color: #fff; border-color: var(--eis-accent); }
.eis-coverage__input-wrap { position: relative; }
/* Theme/Elementor form rules must not make text white or transparent on this light form. */
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field label { color: #182f35 !important; -webkit-text-fill-color: #182f35 !important; opacity: 1 !important; text-shadow: none !important; }
.eis-coverage[data-eis-coverage] .eis-coverage__step { -webkit-text-fill-color: currentColor !important; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"] { display: block; width: 100%; height: 54px; margin: 0; padding: 12px 36px 12px 14px; font: inherit; font-size: 16px; line-height: 1.3; border: 1px solid #aabdbd !important; border-radius: 8px; background: #fff !important; color: #182f35 !important; -webkit-text-fill-color: #182f35 !important; caret-color: #182f35 !important; opacity: 1 !important; text-shadow: none !important; box-shadow: none; text-overflow: ellipsis; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"]:disabled { background: var(--eis-background) !important; color: var(--eis-surface-muted) !important; -webkit-text-fill-color: var(--eis-surface-muted) !important; border-color: #d5dfdd !important; cursor: not-allowed; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"]::placeholder { color: #52666c !important; -webkit-text-fill-color: #52666c !important; opacity: 1 !important; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"]:disabled::placeholder { color: var(--eis-surface-muted) !important; -webkit-text-fill-color: var(--eis-surface-muted) !important; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"]:focus { border-color: var(--eis-accent) !important; outline: 3px solid var(--eis-accent) !important; outline-color: color-mix(in srgb, var(--eis-accent) 15%, transparent) !important; outline-offset: 1px; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__field input[type="text"][aria-invalid="true"] { border-color: #a4442d !important; }
.eis-coverage__field-icon { position: absolute; right: 14px; top: 14px; pointer-events: none; color: var(--eis-muted); }
.eis-coverage .eis-coverage__field input:disabled + .eis-coverage__field-icon { color: var(--eis-surface-muted); }
.eis-coverage__field.is-loading .eis-coverage__field-icon { top: 19px; font-size: 0; width: 16px; height: 16px; border: 2px solid #d5e6e3; border-top-color: var(--eis-accent); border-radius: 50%; animation: eis-spin .7s linear infinite; }
.eis-coverage__hint { display: block; min-height: 35px; margin-top: 8px; color: var(--eis-muted); font-size: 12px; }
.eis-coverage .eis-coverage__suggestions { position: absolute; z-index: 100; top: calc(100% + 6px); left: 0; right: 0; max-height: 256px; overflow-y: auto; overscroll-behavior: contain; list-style: none; margin: 0; padding: 5px; background: #fff; border: 1px solid var(--eis-line); border-radius: 9px; box-shadow: 0 12px 26px #163b3921; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__option { list-style: none; margin: 0; padding: 12px 10px; border-radius: 5px; font-size: 14px; cursor: pointer; overflow-wrap: anywhere; background: #fff !important; color: #182f35 !important; -webkit-text-fill-color: #182f35 !important; opacity: 1 !important; }
.eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__option:hover, .eis-coverage[data-eis-coverage] .eis-coverage__form .eis-coverage__option[aria-selected="true"] { background: var(--eis-background) !important; color: var(--eis-surface-ink) !important; -webkit-text-fill-color: var(--eis-surface-ink) !important; }
.eis-coverage__form-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; border-top: 1px solid #edf1f0; padding-top: 14px; color: var(--eis-muted); font-size: 12px; }
.eis-coverage .eis-coverage__reset { display: inline-flex; gap: 8px; align-items: center; background: none; border: none; padding: 8px 0 8px 8px; color: var(--eis-accent); font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; text-decoration: none; }
.eis-coverage .eis-coverage__reset span { font-size: 20px; }
.eis-coverage__status { margin-top: 12px !important; color: var(--eis-surface-muted) !important; font-size: 13px; min-height: 20px; }
.eis-coverage__results { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--eis-line); }
.eis-coverage__results h3 { margin: 12px 0 8px; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; letter-spacing: -.6px; font-weight: 650; }
.eis-coverage__address { font-size: 14px; color: var(--eis-surface-muted) !important; }
.eis-coverage__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 24px 0; }
.eis-coverage__card { min-width: 0; padding: 24px; background: #fff; border: 1px solid var(--eis-line); border-radius: 14px; }
.eis-coverage__operator { display: flex; align-items: center; gap: 14px; min-height: 64px; margin-bottom: 16px; }
.eis-coverage__operator h4 { font-size: 23px; font-weight: 700; }
.eis-coverage .eis-coverage__logo { display: block; width: 96px; height: 64px; max-width: 100%; object-fit: contain; object-position: left center; border: none; border-radius: 0; }
.eis-coverage__service + .eis-coverage__service { border-top: 1px solid #e5ecea; margin-top: 20px; padding-top: 20px; }
.eis-coverage__service-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.eis-coverage__service-top h5 { font-size: 19px; font-weight: 700; }
.eis-coverage__badge { display: inline-flex; align-items: center; border-radius: 5px; padding: 4px 7px; font-size: 11px; font-weight: 700; background: #edf5ef; color: #27623d; }
.eis-coverage__badge.is-unknown { background: #fff3dc; color: #85520c; }
.eis-coverage__badge.is-unavailable { background: #f1f2f2; color: #5c6568; }
.eis-coverage__network { margin-top: 10px !important; font-size: 13px; font-weight: 650; color: var(--eis-muted) !important; }
.eis-coverage__performance { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 18px 0 4px; }
.eis-coverage__agcom { flex: 0 0 56px; }
.eis-coverage .eis-coverage__agcom img { display: block; width: 56px; height: 56px; max-width: none; border: 0; border-radius: 0; box-shadow: none; }
.eis-coverage__agcom-fallback { font-size: 12px; font-weight: 650; }
.eis-coverage__metrics { flex: 1 1 140px; display: flex; flex-wrap: wrap; gap: 12px 18px; margin: 0; }
.eis-coverage__metric { flex: 1 1 100px; }
.eis-coverage__metric > span { display: block; color: var(--eis-muted); font-size: 12px; margin-bottom: 2px; }
.eis-coverage__metric strong { display: block; color: var(--eis-ink); font-size: 26px; line-height: 1.2; font-weight: 650; white-space: nowrap; }
.eis-coverage__metric strong small { font-size: 13px; font-weight: 500; }
.eis-coverage__distance { margin-top: 16px; padding: 14px 16px; border: 1px solid #d7e6e1; border-radius: 8px; background: #f2f8f5; }
.eis-coverage__distance > span { font-size: 13px; }
.eis-coverage__distance strong { font-size: 32px; color: var(--eis-accent); }
.eis-coverage__distance strong small { font-size: 19px; }
.eis-coverage__building { margin-top: 12px !important; font-size: 14px; line-height: 1.6; }
.eis-coverage__disclaimer { color: var(--eis-surface-muted) !important; font-size: 12px; margin: 18px 0 !important; max-width: 780px; }
.eis-coverage .eis-coverage__technical-link { display: block; width: fit-content; color: var(--eis-surface-accent); text-decoration: underline; font-size: 14px; margin-bottom: 16px; }
.eis-coverage .eis-coverage__notice { color: var(--eis-ink); border-left: 3px solid #c28b36; background: #fff5e2; padding: 14px 16px !important; margin-top: 18px !important; font-size: 14px; }
.eis-coverage__contact { margin-top: 24px; padding: 24px; border: 1px solid var(--eis-line); border-radius: 14px; background: #fff; scroll-margin-top: 24px; }
.eis-coverage__contact-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.eis-coverage__contact-header h3 { font-size: 24px; line-height: 1.3; }
.eis-coverage .eis-coverage__contact-close { color: var(--eis-accent); border: 0; background: transparent; padding: 8px 0; font: inherit; font-size: 14px; text-decoration: underline; cursor: pointer; }
.eis-coverage .eis-coverage__contact .nf-field-label label { color: #182f35 !important; -webkit-text-fill-color: #182f35 !important; font-size: 14px; }
.eis-coverage .eis-coverage__contact .nf-field-element :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], select, textarea) { width: 100%; max-width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #aabdbd; border-radius: 8px; background: #fff !important; color: #182f35 !important; -webkit-text-fill-color: #182f35 !important; font: inherit; font-size: 16px; line-height: 1.4; }
.eis-coverage .eis-coverage__contact .nf-error .nf-field-element :is(input, select, textarea) { border-color: #a4442d; }
.eis-coverage .eis-coverage__contact .submit-container :is(input[type="button"], input[type="submit"], button) { padding: 13px 20px; border: 1px solid var(--eis-accent); border-radius: 7px; background: var(--eis-accent); color: #fff !important; -webkit-text-fill-color: #fff !important; font: inherit; font-size: 16px; cursor: pointer; }
.eis-coverage .eis-coverage__button { display: inline-block; width: auto; padding: 13px 20px; background: var(--eis-accent); color: #fff; border: 1px solid var(--eis-accent); border-radius: 7px; text-decoration: none; font: inherit; font-size: 14px; font-weight: 650; cursor: pointer; margin-top: 8px; }
.eis-coverage .eis-coverage__button:hover { filter: brightness(.9); color: #fff; }
.eis-coverage button:focus-visible, .eis-coverage a:focus-visible { outline: 3px solid var(--eis-accent); outline-offset: 4px; }
.eis-coverage__sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes eis-spin { to { transform: rotate(360deg); } }
@media (max-width: 760px) {
    .eis-coverage { padding: 24px 18px; border-radius: 16px; }
    .eis-coverage__form { padding: 20px 16px; }
    .eis-coverage__fields { grid-template-columns: 1fr; gap: 14px; }
    .eis-coverage__hint { min-height: 0; }
    .eis-coverage__cards { grid-template-columns: 1fr; }
    .eis-coverage__card { padding: 20px; }
    .eis-coverage__form-footer { align-items: flex-start; }
    .eis-coverage__form-footer > span { max-width: 65%; }
}
@media (prefers-reduced-motion: reduce) { .eis-coverage * { animation: none !important; scroll-behavior: auto !important; } }
