input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], input[type="search"], textarea, select {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240);
    background-color: white;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: rgb(16 185 129);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.4rem;
}
.admin-nav-link {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 9999px;
    color: rgb(71 85 105);
}
.admin-nav-link:hover {
    background-color: rgb(241 245 249);
    color: rgb(15 23 42);
}
.admin-nav-link.active {
    background-color: rgb(15 23 42);
    color: white;
}
.metric-card {
    border: 1px solid rgb(226 232 240);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(15, 118, 110, 0.9));
    color: white;
    padding: 1.5rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.metric-card .text-slate-500 { color: rgba(255,255,255,0.7); }
.badge {
    padding: 0.15rem 0.75rem;
    border-radius: 9999px;
    background-color: rgb(226 232 240);
    font-size: 0.75rem;
    font-weight: 500;
}
.landing-map {
    width: 100%;
    height: 420px;
}

.legacy-status-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid #d7e1ef;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.05), rgba(14, 165, 233, 0.08));
}
.legacy-status-card h2 {
    margin: 0.35rem 0;
    font-size: 1.35rem;
    color: #0f172a;
}
.status-number {
    font-family: "JetBrains Mono", "SFMono-Regular", Menlo, monospace;
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
    border-radius: 9999px;
    background: #0f172a;
    color: white;
}
.legacy-headline {
    margin: 2rem 0 1rem;
}
.legacy-headline p {
    margin: 0.25rem 0;
    color: #64748b;
}
.legacy-headline h1 {
    margin: 0.2rem 0;
    font-size: 2.4rem;
    color: #0f172a;
}
.legacy-hero {
    border-radius: 32px;
    border: 1px solid #d8e0ee;
    background: #f8fafc;
    padding: 32px;
    box-shadow: 0 40px 80px -45px rgba(15, 23, 42, 0.55);
}
.legacy-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 24px;
}
.legacy-map-pane {
    background: #0c111f;
    color: white;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px;
}
.legacy-map-pane header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.legacy-map-pane h2 {
    font-size: 1.8rem;
    margin: 0.3rem 0;
}
.legend {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
}
.legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.legend i {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 9999px;
    display: inline-block;
}
.coord-bar {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(13, 17, 23, 0.65);
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 0.85rem;
}
.coord-bar label {
    display: block;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.6);
}
.coord-bar button {
    margin-left: auto;
    padding: 0.4rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: white;
    font-weight: 600;
}
.legacy-form-pane {
    background: white;
    border-radius: 28px;
    border: 1px solid #e6eefc;
    padding: 28px;
    box-shadow: 0 25px 45px -30px rgba(15, 23, 42, 0.35);
}
.headline h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #0f172a;
}
.headline p {
    margin: 0.3rem 0 1rem;
    color: #64748b;
}
.legacy-form {
    display: grid;
    gap: 1rem;
}
.legacy-form .form-field label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #1f2937;
}
.legacy-form .form-field label span {
    color: #f97316;
    margin-left: 0.2rem;
}
.form-field .error {
    color: #dc2626;
    font-size: 0.75rem;
}
.form-field .help {
    color: #94a3b8;
    font-size: 0.75rem;
}
.form-alert {
    background: rgba(248, 113, 113, 0.08);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #b91c1c;
    padding: 0.75rem 1rem;
    border-radius: 14px;
}
.geocode-row {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.geocode-row button {
    align-self: flex-start;
    border: 1px solid #d6e3fb;
    border-radius: 9999px;
    padding: 0.4rem 1rem;
    font-weight: 600;
    background: #eff6ff;
    color: #1d4ed8;
}
.cta {
    width: 100%;
    border: none;
    border-radius: 9999px;
    padding: 0.85rem 1rem;
    font-weight: 600;
    background: linear-gradient(135deg, #0ea5e9, #059669);
    color: white;
    box-shadow: 0 20px 40px -18px rgba(14, 165, 233, 0.65);
    font-size: 1rem;
}
.tiny {
    font-size: 0.7rem;
}
.legacy-packages {
    margin-top: 2.5rem;
    border-radius: 26px;
    border: 1px solid #e0e7f5;
    padding: 2rem;
    background: white;
}
.legacy-packages header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.4rem;
}
.legacy-packages header a {
    color: #0ea5e9;
    font-weight: 600;
}
.legacy-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.12);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.muted {
    color: rgba(100, 116, 139, 0.95);
}
@media (max-width: 1024px) {
    .legacy-hero-shell {
        grid-template-columns: 1fr;
    }
    .legend {
        justify-content: flex-start;
    }
}

.full-width-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}
.legacy-hero-bg {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(6, 11, 38, 0.85), rgba(4, 7, 20, 0.92)),
        url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=60') center/cover;
}
.legacy-hero-overlay {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    color: white;
}
.legacy-hero-text {
    text-align: center;
    margin-bottom: 36px;
}
.legacy-hero-text h1 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
}
.legacy-hero-text h1 span {
    color: #76ffef;
    text-decoration: underline;
}
.legacy-panel {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 28px;
    box-shadow: 0 45px 75px -40px rgba(3, 7, 19, 0.85);
    padding: 32px;
    width: 100%;
}
.legacy-panel.compact-shell {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.legacy-panel-inner {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 48px);
}
.legacy-panel-inner.map-hidden {
    grid-template-columns: minmax(0, 1fr);
}
.legacy-panel-inner.map-hidden .legacy-form-column {
    max-width: 1100px;
    margin: 0 auto;
}
.legacy-form-column.compact {
    padding: 0;
    background: transparent;
    border: none;
}
.landing-compact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 10px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(215, 224, 239, 0.95);
    box-shadow: 0 20px 45px -35px rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: relative;
}
.landing-compact-row::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.85), rgba(6, 182, 212, 0.85), rgba(59, 130, 246, 0.85));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.legacy-form-column.compact .landing-compact-row input,
.legacy-form-column.compact .landing-compact-row select {
    height: 52px;
    border-radius: 9999px;
    border: none !important;
    box-shadow: none !important;
    background: rgba(241, 245, 249, 0.6);
    padding: 0.75rem 1rem;
}
.legacy-form-column.compact .landing-compact-row input:focus,
.legacy-form-column.compact .landing-compact-row select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25) !important;
    background: #ffffff;
}
.landing-compact-row .legacy-submit {
    width: auto;
    padding: 0.85rem 1.25rem;
    white-space: nowrap;
    flex: 0 0 auto;
    height: 52px;
    border-radius: 9999px;
}
.landing-compact-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 360px;
    flex: 1 1 720px;
}
.landing-address-group {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.landing-input-wrap {
    position: relative;
    flex: 1;
    min-width: 340px;
}
.landing-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(15, 23, 42, 0.55);
    pointer-events: none;
}
.landing-input-wrap #id_line1 {
    padding-left: 44px !important;
}
.landing-geo-btn {
    height: 52px;
    border-radius: 9999px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.8);
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 25px -20px rgba(15, 23, 42, 0.45);
    white-space: nowrap;
}
.landing-compact-under {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding-left: 14px;
}
.landing-compact-under--above {
    margin-top: 0;
    margin-bottom: 10px;
}
.legacy-panel-inner.map-hidden .landing-compact-under {
    justify-content: flex-start;
}
.landing-compact-under .landing-geo-btn {
    height: 40px;
    padding: 0 12px;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.85);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(226, 232, 240, 0.55);
    box-shadow: 0 12px 30px -25px rgba(15, 23, 42, 0.7);
}
.landing-compact-under .landing-geo-btn:hover {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(34, 211, 238, 0.35);
}
.landing-compact-under .landing-geo-error {
    color: rgba(190, 24, 93, 0.95);
}
.landing-geo-btn:hover {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(6, 182, 212, 0.35);
}
.landing-geo-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.landing-geo-error {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(190, 24, 93, 0.95);
}
.landing-compact-field.compact-unit {
    min-width: 160px;
    flex: 0 1 220px;
}
.landing-compact-toggle {
    flex: 0 0 auto;
    min-width: 220px;
}
.landing-compact-toggle .legacy-toggle {
    margin: 0;
    padding: 3px;
    gap: 4px;
    height: 52px;
    align-items: center;
}
.landing-compact-toggle .toggle-btn {
    padding: 0.4rem 0.75rem;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
@media (max-width: 860px) {
    .landing-compact-row {
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .landing-compact-toggle {
        width: 100%;
    }
    .landing-address-group {
        flex-wrap: wrap;
    }
    .landing-input-wrap {
        min-width: 260px;
        width: 100%;
    }
    .landing-geo-btn {
        width: 100%;
        justify-content: center;
    }
    .landing-compact-under {
        padding-left: 0;
    }
    .landing-compact-under .landing-geo-btn {
        width: auto;
    }
    .landing-compact-row .legacy-submit {
        width: 100%;
    }
}
.legacy-map-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.legacy-map-frame {
    height: clamp(420px, 55vw, 640px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d7e0ef;
}
.legacy-map-legend {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #0f172a;
}
.legacy-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.legacy-map-legend i {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 9999px;
    display: inline-block;
}
.legacy-form-column {
    background: #fefefe;
    border-radius: 20px;
    border: 1px solid #dfe6f4;
    padding: 24px;
    color: #0f172a;
}
.legacy-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 12px;
}
.legacy-form-grid .form-field {
    margin-bottom: 0;
}
.legacy-form-grid .form-field.span-2 {
    grid-column: span 2;
}
.legacy-form .form-field {
    margin-bottom: 12px;
}
.legacy-form .form-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111c2f;
}
.legacy-form .form-field .optional {
    font-weight: normal;
    color: #94a3b8;
    font-size: 0.75rem;
}
.legacy-form .form-field.full input,
.legacy-form .form-field.half input {
    width: 100%;
}
.legacy-form .form-field.half {
    width: 100%;
}
.legacy-form input,
.legacy-form select,
.legacy-form textarea {
    color: #0f172a;
    background-color: #ffffff;
}
.legacy-form input::placeholder,
.legacy-form textarea::placeholder {
    color: #94a3b8;
}
.legacy-toggle {
    display: flex;
    gap: 6px;
    background: #f1f5f9;
    border-radius: 9999px;
    padding: 4px;
    margin: 12px 0;
}
.toggle-btn {
    flex: 1;
    border: none;
    background: transparent;
    border-radius: 9999px;
    padding: 0.45rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
}
.toggle-btn.active {
    background: white;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
    color: #0f172a;
}
.recaptcha-placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d7e0ef;
    border-radius: 16px;
    padding: 0.75rem 1rem;
    margin: 12px 0;
}
.checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #0f172a;
}
.recaptcha-meta {
    text-align: right;
    font-size: 0.75rem;
    color: #475569;
}
.legacy-submit {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: #18a058;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9rem;
    margin-top: 8px;
}
.live-chat-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 9999px;
    padding: 0.85rem 1.6rem;
    border: none;
    background: white;
    color: #e11d48;
    font-weight: 600;
    box-shadow: 0 20px 30px -18px rgba(0, 0, 0, 0.4);
}
.tiny-muted {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 6px;
}
.hidden-input {
    display: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.plan-selection-card {
    border: 1px solid #dfe6f4;
    border-radius: 28px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.plan-selection-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}
.plan-selection-header p {
    margin: 0.4rem 0 0;
    color: #475569;
}
.plan-selection-label {
    font-size: 0.75rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #0ea5e9;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.plan-selection-note {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #475569;
}
.plan-card-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 1.5rem;
}
.plan-card {
    border: 1px solid #dbe3f5;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 30px 60px -45px rgba(15, 23, 42, 0.45);
    padding: clamp(1.25rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    cursor: pointer;
    transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.plan-card:hover {
    transform: translateY(-2px);
}
.plan-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}
.plan-card-tier {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: #0ea5e9;
    margin: 0;
    font-weight: 600;
}
.plan-card-head h3 {
    margin: 0.2rem 0 0;
    font-size: 1.3rem;
    color: #0f172a;
    font-weight: 700;
}
.plan-selected-icon {
    width: 26px;
    height: 26px;
    color: #059669;
    display: none;
}
.plan-card-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.plan-price-amount {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f172a;
}
.plan-price-note {
    font-size: 0.9rem;
    color: #64748b;
}
.plan-install-note {
    font-size: 0.85rem;
    color: #0f172a;
    font-weight: 600;
}
.plan-card-description {
    margin: 0;
    font-size: 0.95rem;
    color: #475569;
}
.plan-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.9rem;
}
.plan-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}
.plan-feature-list svg {
    width: 18px;
    height: 18px;
    color: #059669;
    flex-shrink: 0;
}
.plan-select-button {
    border: 1px solid #ced8ee;
    border-radius: 9999px;
    padding: 0.65rem 1rem;
    background: #edf2ff;
    font-weight: 600;
    color: #0f172a;
    transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.plan-select-button .selected-copy {
    display: none;
}
.plan-card-footnote {
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    color: #94a3b8;
}
.plan-card-link {
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0ea5e9;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
}
.plan-card-selected {
    border-color: #10b981;
    box-shadow: 0 35px 65px -40px rgba(16, 185, 129, 0.5);
}
.plan-card-selected .plan-selected-icon {
    display: block;
}
.plan-card-selected .plan-select-button {
    background: #10b981;
    border-color: #10b981;
    color: #fff;
}
.plan-card-selected .plan-select-button .select-copy {
    display: none;
}
.plan-card-selected .plan-select-button .selected-copy {
    display: inline;
}
.plan-card-selected .plan-select-button .selected-copy::before {
    content: '';
}

.addon-selection-card {
    border: 1px solid #dfe6f4;
    border-radius: 28px;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: #fff;
    box-shadow: 0 25px 60px -40px rgba(15, 23, 42, 0.25);
}
.addon-selection-header h2 {
    margin: 0.2rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
}
.addon-selection-header p {
    margin: 0.35rem 0 0;
    color: #475569;
}
.addon-group + .addon-group {
    margin-top: 1.5rem;
}
.addon-group-header h3 {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0ea5e9;
}
.addon-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.addon-card {
    border: 1px solid #dbe3f5;
    border-radius: 22px;
    padding: 1rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    cursor: pointer;
    transition: border-color 150ms ease, box-shadow 150ms ease;
    position: relative;
    background: #f8fafc;
}
.addon-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.addon-card-body {
    flex: 1;
}
.addon-card-headline {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    align-items: baseline;
}
.addon-card-name {
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}
.addon-card-price {
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}
.addon-card-description {
    margin: 0.3rem 0 0;
    font-size: 0.9rem;
    color: #475569;
}
.addon-card-check {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    border: 1px solid #cbd5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #cbd5f5;
    transition: background 150ms ease, border-color 150ms ease;
}
.addon-card-selected {
    border-color: #10b981;
    background: #ecfdf5;
    box-shadow: 0 20px 45px -30px rgba(16, 185, 129, 0.7);
}
.addon-card-selected .addon-card-check {
    background: #10b981;
    border-color: #10b981;
}

.cart-detail {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.95rem;
}
.cart-detail-heading {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.75rem;
}
.cart-plan-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: baseline;
}
.cart-plan-label {
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
#cart-plan-name {
    margin: 0.15rem 0 0;
    font-size: 1rem;
    font-weight: 600;
}
#cart-plan-price {
    margin: 0;
    font-weight: 700;
}
.cart-plan-install {
    margin: 0.25rem 0 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}
.cart-addons ul {
    list-style: none;
    padding: 0;
    margin: 0.35rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.cart-addons li {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.cart-addon-empty {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}
.cart-addon-name {
    color: #f8fafc;
}
.cart-addon-amount {
    font-weight: 600;
}

.facts-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms ease;
    z-index: 50;
}
.facts-modal.visible {
    opacity: 1;
    pointer-events: auto;
}
.facts-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
}
.facts-modal-dialog {
    position: relative;
    width: min(540px, calc(100vw - 2rem));
    max-width: min(540px, calc(100vw - 2rem));
    max-height: 95vh;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    z-index: 51;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.facts-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: none;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 1.5rem;
    line-height: 1;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    cursor: pointer;
    z-index: 52;
}
#facts-frame {
    border: none;
    width: 100%;
    min-width: 360px;
    height: 100%;
    min-height: 420px;
    border-radius: 8px;
    box-shadow: none;
    display: block;
}


@media (max-width: 1024px) {
    .legacy-panel-inner {
        grid-template-columns: 1fr;
    }
    .legacy-map-frame {
        height: 360px;
    }
    .legacy-form-grid {
        grid-template-columns: 1fr;
    }
}
.summary-column {
    position: sticky;
    top: 1rem;
    align-self: flex-start;
}
