/* ============================================================
   Ordering.aspx — Page-level component styles
   ============================================================ */

/* ── Utility ── */
.extras { height: 200px; }

.td {
    border: solid !important;
    border-color: lightgray !important;
}

    .td input { color: black; }

.hiddenbutton { visibility: hidden; }

.rdoblack label { color: black !important; }

/* ── Address / contact form ── */
#MainContent {
    max-width: 980px;
    margin: 0 auto;
}

#MainContent > h1 {
    max-width: 860px;
    margin: 0 auto 22px;
    text-align: center;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.address-step-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 30px 24px;
    border: 1px solid #dbe7f3;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

#locationField {
    max-width: none;
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #cfe0f2 !important;
    border-radius: 16px;
    background: #f8fbff;
}

#autocomplete {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    border: 1px solid #d5e1ee;
    padding: 0 16px;
    box-sizing: border-box;
}

#signup > div {
    width: 100% !important;
    max-width: 860px !important;
}

.address-form-shell {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
}

.service-type-row {
    max-width: none;
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.service-type-row .rdoblack {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 52px;
    padding: 0 22px;
    border: 1.5px solid #d5e1ee;
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.service-type-row .rdoblack input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
}

.service-type-row .rdoblack label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #0f172a !important;
    cursor: pointer;
}

.service-type-row .rdoblack.is-selected,
.service-type-row .rdoblack:has(input:checked) {
    border-color: #163d74;
    background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
    box-shadow: 0 10px 22px rgba(22, 61, 116, 0.12);
}

.service-type-row .rdoblack.is-selected label,
.service-type-row .rdoblack:has(input:checked) label {
    color: #0f172a !important;
}

.service-type-row .rdoblack label::before,
.service-type-row .rdoblack input[type="radio"] + label::before,
.service-type-row .rdoblack input[type="radio"]:checked + label::before,
.service-type-row .rdoblack input[type="radio"]:focus + label::before {
    display: none !important;
    content: none !important;
}

#address {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

#address .field {
    width: calc(50% - 6px) !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 16px !important;
    border-radius: 12px;
    border: 1px solid #d5e1ee;
    box-sizing: border-box;
    background: #ffffff;
    color: #0f172a;
    caret-color: #0f172a;
}

#address .field::placeholder {
    color: #64748b;
}

#address input.field:-webkit-autofill,
#address input.field:-webkit-autofill:hover,
#address input.field:-webkit-autofill:focus,
#address input.field:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #0f172a !important;
    caret-color: #0f172a;
    transition: background-color 9999s ease-in-out 0s;
}

#country {
    width: calc(50% - 6px) !important;
}

#address #country.autofill-hidden-field,
#country.autofill-hidden-field {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}

.autofill-hidden-field {
    position: absolute !important;
    left: -9999px !important;
    display: none !important;
    visibility: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.address-legal-note {
    max-width: none;
    margin: 14px 0 0;
    text-align: center;
    line-height: 1.7;
}

.address-legal-note .tooltip {
    vertical-align: middle;
    margin-left: 6px;
}

/* ── Section headings ── */
.package-section-heading { margin: 0 0 22px; }

.package-section-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #2d68df;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.package-section-title {
    margin: 0;
    color: #111827;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.package-section-title::after {
    content: "";
    display: block;
    width: 88px;
    height: 5px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2d68df 0%, #10c25b 100%);
}

.package-section-copy {
    max-width: 760px;
    margin: 14px 0 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
}

.section-fine-print {
    margin: 22px 0 0;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.skip-service-panel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    color: #0f172a;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.skip-service-panel-title {
    color: #0f172a;
    font-size: 16px;
    font-weight: 800;
    font-family: "Segoe UI Semibold", "Segoe UI", Tahoma, Arial, sans-serif;
}

.skip-service-panel-copy {
    flex: 1;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.skip-service-panel-cta {
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    font-family: "Segoe UI Semibold", "Segoe UI", Tahoma, Arial, sans-serif;
}

.skip-service-panel-title,
.skip-service-panel-copy,
.skip-service-panel-cta {
    text-rendering: optimizeLegibility;
}

/* ── Notes ── */
.tv-note,
.phone-note,
.wireless-note {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

/* ── TV Box panel (redesigned) ── */
.tv-box-panel {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 28px 36px;
    margin: 10px 0 20px;
    border: 1px solid #dbe7f3;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.tv-box-img {
    flex-shrink: 0;
    text-align: center;
    width: 260px;
}

.tv-box-img img {
    width: 100%;
    max-width: 260px;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(15, 23, 42, 0.18));
}

.tv-box-info {
    flex: 1;
    color: #111827;
}

.tv-box-badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tv-box-title {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.5px;
}

.tv-box-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 8px;
}

.tv-box-price {
    font-size: 22px;
    font-weight: 900;
    color: #111827;
    margin: 10px 0 14px;
}

.tv-box-price span {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-left: 4px;
}

.tv-box-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    letter-spacing: 0.4px;
}

.tv-box-select {
    width: 100%;
    max-width: 240px;
    padding: 10px 14px;
    border: 1.5px solid #d1dbe8;
    border-radius: 10px;
    font-size: 14px;
    color: #111827;
    background: #fff;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

.tv-box-select:focus { border-color: #2d68df; }

/* ── Phone shell ── */
.phone-shell {
    background: #ffffff;
    border: 1px solid #d7e3f0;
    border-radius: 20px;
    padding: 24px 28px;
    margin-bottom: 24px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.phone-hero {
    display: flex;
    align-items: center;
    gap: 18px;
    color: black;
    margin-bottom: 18px;
}

.phone-hero img {
    height: 120px;
    width: auto;
    flex-shrink: 0;
    filter: drop-shadow(0 6px 14px rgba(15,23,42,0.12));
}

.phone-hero-body {
    flex: 1;
}

.phone-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
}

.phone-price-amount {
    font-size: 52px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
}

.phone-price-per {
    font-size: 15px;
    color: #6b7280;
    font-weight: 500;
}

.phone-choice-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.phone-choice-row .rdoblack {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 58px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1.5px solid #d1dbea;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.phone-choice-row .rdoblack.is-selected,
.phone-choice-row .rdoblack:has(input:checked) {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
}

.phone-choice-row .rdoblack.is-selected label,
.phone-choice-row .rdoblack:has(input:checked) label {
    color: #ffffff !important;
}

.phone-choice-row .rdoblack label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    color: #0f172a !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.phone-choice-row .rdoblack label::before,
.phone-choice-row .rdoblack input[type="radio"] + label::before,
.phone-choice-row .rdoblack input[type="radio"]:checked + label::before,
.phone-choice-row .rdoblack input[type="radio"]:focus + label::before {
    display: none !important;
    content: none !important;
}

.phone-choice-row .rdoblack input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
}

.phone-config-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(280px, 360px);
    gap: 22px;
    align-items: start;
}

.phone-config-forms {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.phone-config-card {
    padding: 20px;
    color: black;
    border: 1px solid #d7e3f0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    background: #fbfdff;
    margin-bottom: 0;
}

.pbx-note-text {
    margin: 0 0 28px;
    padding: 0 4px 8px;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}

.pbx-note-link {
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}

.pbx-note-link:hover { text-decoration: underline; }

.phone-config-card h3,
.wireless-promo-card h3 {
    margin-top: 0;
    color: black;
}

/* ── Movie channel add-on cards ── */
.addon-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
    align-items: stretch;
}

.addon-card {
    position: relative;
    display: flex;
    min-height: 100%;
    border-radius: 16px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.addon-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
    border-color: #93c5fd;
}

.addon-card.active1 {
    border: 2px solid #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.22), 0 10px 28px rgba(15, 23, 42, 0.14);
    background: #fffbeb;
}

.addon-card-accent {
    width: 7px;
    flex-shrink: 0;
}

.addon-card-body {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 18px;
    flex: 1;
    min-height: 140px;
}

.addon-card-icon {
    font-size: 28px;
    flex-shrink: 0;
    width: 120px;
    min-width: 120px;
    text-align: center;
    filter: grayscale(0.4);
    transition: filter 160ms ease;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addon-card.active1 .addon-card-icon { filter: grayscale(0); }

.addon-logo-img {
    width: 100%;
    max-width: 130px;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
}

.addon-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.addon-card-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 2px;
}

.addon-card-price {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 4px;
}

.addon-card-price span {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    margin-left: 2px;
}

.addon-card-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

.addon-card-btn {
    flex-shrink: 0;
    padding: 10px 20px;
    border: 1.5px solid #d1d5db;
    border-radius: 10px;
    background: #f9fafb;
    color: #374151;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
    white-space: nowrap;
    text-align: center;
    align-self: center;
    min-width: 82px;
    line-height: 1.4;
}

.addon-card-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.addon-card.active1 .addon-card-btn {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
}

/* ── Pkg learn link ── */
.pkg-learn-link {
    color: #2d68df;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.pkg-learn-link:hover { text-decoration: underline; }

/* ── Wireless notice banner ── */
.wireless-notice-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    background: #fff7ed;
    border: 1.5px solid #f59e0b;
    border-left: 4px solid #d97706;
    border-radius: 12px;
    margin: 24px 0 28px;
    font-size: 14px;
    color: #7c2d12;
    line-height: 1.6;
}

.wireless-notice-icon {
    font-size: 22px;
    color: #d97706;
    flex-shrink: 0;
    line-height: 1.5;
}

.wireless-ext-link {
    display: inline-block;
    margin-left: 10px;
    color: #1d4ed8;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.wireless-notice-banner strong,
.wireless-notice-banner div,
.wireless-notice-banner a {
    color: inherit;
}

.wireless-ext-link:hover { text-decoration: underline; }

/* ── Brand-colored movie channel cards ── */
.addon-card.addon-brand-starz {
    background: #16134a;
    border-color: #3730a3;
}
.addon-card.addon-brand-hbo {
    background: #0d1b2a;
    border-color: #334155;
}
.addon-card.addon-brand-showtime {
    background: #8b0000;
    border-color: #c0002a;
}
.addon-brand-starz .addon-card-name,
.addon-brand-hbo .addon-card-name,
.addon-brand-showtime .addon-card-name,
.addon-brand-starz .addon-card-price,
.addon-brand-hbo .addon-card-price,
.addon-brand-showtime .addon-card-price { color: #ffffff; }
.addon-brand-starz .addon-card-desc,
.addon-brand-hbo .addon-card-desc,
.addon-brand-showtime .addon-card-desc { color: #cbd5e1; }
.addon-brand-starz .addon-card-price span,
.addon-brand-hbo .addon-card-price span,
.addon-brand-showtime .addon-card-price span { color: #94a3b8; }
.addon-brand-starz .addon-card-btn,
.addon-brand-hbo .addon-card-btn,
.addon-brand-showtime .addon-card-btn {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
    color: #ffffff;
}
.addon-brand-starz .addon-card-btn:hover,
.addon-brand-hbo .addon-card-btn:hover,
.addon-brand-showtime .addon-card-btn:hover {
    background: rgba(255,255,255,0.28);
}

/* ── Wireless Samsung showcase ── */
/* ── Wireless promo card (legacy) ── */
.wireless-promo-card {
    padding: 22px;
    border: 1px solid #d7e3f0;
    background: linear-gradient(180deg, #fff8ef 0%, #fff 100%);
    color: black;
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.wireless-plan-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.wireless-plan-mini {
    border: 1px solid #f2c78f;
    border-radius: 14px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
}

.wireless-plan-mini strong,
.wireless-plan-mini span {
    display: block;
}

.wireless-plan-mini span {
    color: #8b5a18;
    font-size: 13px;
}

/* ── Wireless cell plan cards ── */
.cell-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.cell-plan-card {
    border: 1px solid #f2c78f;
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cell-plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(240, 138, 36, 0.12);
}

.cell-plan-card.active1 {
    border-color: #f08a24;
    box-shadow: 0 0 0 3px rgba(240, 138, 36, 0.22), 0 14px 28px rgba(240, 138, 36, 0.16);
}

.cell-plan-card.active1::before,
.cell-plan-card.active1::after {
    content: none !important;
    display: none !important;
}

.cell-plan-card strong,
.cell-plan-card span {
    display: block;
}

.cell-plan-card span {
    color: #8b5a18;
    margin: 4px 0 8px;
}

.cell-plan-card p {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
    min-height: 40px;
    margin: 0 0 12px;
}

.cell-plan-card-action {
    display: block;
    width: calc(100% + 32px);
    margin: 0 -16px -16px;
    padding: 12px 16px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(180deg, #f6a64a 0%, #e27b18 100%);
    border-radius: 0 0 16px 16px;
}

.cell-plan-card.active1 .cell-plan-card-action {
    background: linear-gradient(180deg, #69c95f 0%, #3fae4b 100%);
}

.cell-plan-note {
    margin-top: 18px;
    color: #6b7280;
    line-height: 1.6;
}

.wireless-link {
    display: inline-block;
    margin-top: 6px;
    font-weight: 700;
}

/* ── Other services grid ── */
.other-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.other-services-grid::before,
.other-services-grid::after {
    content: none !important;
    display: none !important;
}

.other-services-grid > .span4 {
    display: flex;
    float: none;
    width: auto;
    margin-left: 0;
}

.other-services-grid .plan {
    position: relative;
    border: 1px solid #d7e3f0;
    min-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.other-services-grid .plan-name {
    flex: 1;
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: center;
}

.other-services-grid .extras {
    display: block;
    width: calc(100% + 40px) !important;
    max-width: none !important;
    height: 210px !important;
    margin: 4px -20px 10px !important;
    object-fit: cover;
    object-position: center;
    background: linear-gradient(180deg, #f6f8fb 0%, #edf3f9 100%);
}

.other-services-grid .other-service-brand {
    display: block;
    height: auto;
    margin: 0.1rem auto 0.3rem;
    max-width: 176px;
    width: 62%;
}

.other-services-grid .plan-price {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px 14px;
    color: #0f172a;
    font-size: 17px;
    font-weight: 800;
}

.other-services-grid .plan-action {
    padding: 0 18px 20px;
    margin-top: auto;
}

.other-services-grid .plan:hover {
    transform: translateY(-4px);
    border-color: #bfd5ed;
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.other-services-grid .plan-name h2 {
    margin: 0;
    color: #0f172a !important;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}

.other-services-grid .plan-name .muted {
    margin: 0;
    color: #7b8794;
    font-size: 14px;
    line-height: 1.7;
}

.other-services-grid .other-service-copy {
    max-width: 26rem;
}

.other-services-grid .plan-name a {
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid #0f172a;
    padding-bottom: 2px;
}

.other-services-grid .plan-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #19407b;
    background: linear-gradient(180deg, #1e4e93 0%, #163d74 100%);
    box-shadow: 0 14px 28px rgba(22, 61, 116, 0.18);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.other-services-grid .plan-action a:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #245dac 0%, #19488a 100%);
    box-shadow: 0 18px 34px rgba(22, 61, 116, 0.24);
}

.other-services-grid select {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #d3dfec;
    background: #ffffff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    padding: 0 14px;
    box-sizing: border-box;
}

.other-services-grid .plan.active1 {
    border-color: #3f9f4b;
    box-shadow: 0 0 0 3px #3f9f4b, 0 16px 34px rgba(63, 159, 75, 0.18);
}

.other-services-grid .plan.active1::before,
.other-services-grid .plan.active1::after {
    content: none !important;
    display: none !important;
}


/* ── Order review modal ── */
body.order-review-open {
    overflow: hidden;
}

.order-review-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1200;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    box-sizing: border-box;
}

.order-review-modal.is-open {
    display: flex;
}

.order-review-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.order-review-dialog {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
    overflow: auto;
    max-height: calc(100vh - 48px);
    padding: 28px;
    box-sizing: border-box;
}

.order-review-close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.order-review-close:hover {
    color: #0f172a;
}

.order-review-header {
    padding-right: 40px;
    margin-bottom: 22px;
    position: relative;
}

.order-review-header-actions {
    position: absolute;
    top: 0;
    right: 56px;
}

.order-review-btn-top {
    min-width: 230px;
    padding: 0 20px;
}

.order-review-title {
    margin: 0;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1px;
}

.order-review-copy {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.order-review-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    padding-top: 14px;
}

.order-review-body,
.order-review-side {
    display: grid;
    gap: 20px;
}

.order-review-side {
    order: -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.order-review-body {
    order: 2;
    padding-top: 14px;
}

#orderReviewTotals,
#orderReviewUpsells,
.order-review-actions {
    min-width: 0;
}

#orderReviewTotals,
#orderReviewUpsells {
    grid-column: 1 / -1;
}

#orderReviewUpsells {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.order-review-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 14px;
    margin-top: 12px;
    padding-top: 10px;
}

.order-review-section,
.order-total-card,
.order-upsell-card,
.order-review-note-block,
.order-review-disclaimer {
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.order-review-meta-line {
    padding: 16px 20px;
    border: 1px solid #dbe7f3;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    color: #334155;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-review-section {
    padding: 26px 22px 22px;
}

.order-review-section h3,
.order-upsell-card h3 {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    font-family: "Segoe UI Semibold", "Segoe UI", Tahoma, Arial, sans-serif;
}

.order-review-group {
    padding: 16px 18px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.order-review-group + .order-review-group {
    margin-top: 14px;
}

.order-review-group-title {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 12px;
    padding: 0 12px;
    border-radius: 999px;
    color: #163d74;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
}

.order-review-group-title--internet { background: linear-gradient(180deg, #eef8ff 0%, #d7ecff 100%); border-color: #b8dcff; color: #114a7d; }
.order-review-group-title--tv { background: linear-gradient(180deg, #eefcf5 0%, #d8f6e6 100%); border-color: #b7e7cc; color: #166534; }
.order-review-group-title--premium-channels { background: linear-gradient(180deg, #fff4ef 0%, #ffe2d3 100%); border-color: #fdc8b0; color: #9a3412; }
.order-review-group-title--phone { background: linear-gradient(180deg, #f6f2ff 0%, #e8ddff 100%); border-color: #d3c0ff; color: #6b21a8; }
.order-review-group-title--additional-services,
.order-review-group-title--equipment,
.order-review-group-title--phone-wiring,
.order-review-group-title--installation,
.order-review-group-title--follow-up,
.order-review-group-title--quoted-separately { background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%); border-color: #d9e2ec; color: #475569; }

.order-review-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-top: 1px solid #edf2f7;
}

.order-review-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.order-review-item:last-of-type {
    padding-bottom: 0;
}

.order-review-item-copy {
    flex: 1;
}

.order-review-item-name {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.order-review-item-detail {
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.order-review-item-side {
    min-width: 110px;
    text-align: right;
}

.order-review-item-price {
    display: block;
    color: #0f172a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
}

.order-review-item-meta {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.order-total-card {
    padding: 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    height: 100%;
}

.order-total-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid #d8e7f6;
    color: #334155;
    font-size: 14px;
}

.order-total-line:first-child {
    padding-top: 0;
    border-top: 0;
}

.order-total-line strong {
    color: #0f172a;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.order-upsell-card {
    padding: 16px 16px 18px;
    background: #ffffff;
    color: #0f172a;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    text-rendering: geometricPrecision;
}

.order-upsell-card-wireless {
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.14), transparent 34%), linear-gradient(180deg, #f7fbff 0%, #ecf5ff 100%);
    border-color: #c5dcf5;
}

.order-upsell-card-tv {
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 34%), linear-gradient(180deg, #f8fdf9 0%, #eefaf2 100%);
    border-color: #cdebd8;
}

.order-upsell-hero {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}

.order-upsell-hero-media {
    min-width: 0;
}

.order-upsell-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 26px rgba(37, 99, 235, 0.14));
}

.order-upsell-hero-copy {
    min-width: 0;
}

.order-upsell-banner-eyebrow {
    color: #2456bc;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.order-upsell-banner-eyebrow--tv {
    color: #177245;
}

.order-wireless-upsell-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.order-tv-upsell-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.order-wireless-choice {
    align-items: start;
    display: grid;
    gap: 6px;
    grid-template-rows: auto auto auto 1fr auto;
    justify-items: start;
    min-height: 138px;
    overflow: visible;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid #c8daf2;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #0f172a;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    text-align: left;
    cursor: pointer;
    line-height: 1.15;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.order-upsell-card *,
.order-wireless-choice *,
.order-review-actions * {
    box-sizing: border-box;
}

.order-upsell-card p,
.order-upsell-card strong,
.order-upsell-card h3,
.order-wireless-choice-name,
.order-wireless-choice-detail,
.order-wireless-choice-price {
    color: inherit;
}

.order-wireless-choice:hover {
    transform: translateY(-2px);
    border-color: #7ba9e2;
    box-shadow: 0 16px 30px rgba(45, 104, 223, 0.14);
}

.order-wireless-choice--starter {
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.order-wireless-choice--basic {
    background: linear-gradient(180deg, #ffffff 0%, #f2fbff 100%);
}

.order-wireless-choice--plus {
    background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.order-wireless-choice--unlimited {
    background: linear-gradient(180deg, #fffefa 0%, #fff7e8 100%);
    border-color: #f7d49a;
}

.order-wireless-choice--tv {
    background: linear-gradient(180deg, #ffffff 0%, #f7fcf8 100%);
    border-color: #cde7d4;
}

.order-wireless-choice.is-selected {
    border-color: #2456bc;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12), 0 16px 30px rgba(45, 104, 223, 0.12);
}

.order-wireless-choice--tv.is-selected {
    border-color: #1f8a52;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.12), 0 16px 30px rgba(34, 197, 94, 0.12);
}

.order-wireless-choice-name {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    color: #0f172a;
}

.order-wireless-choice-detail,
.order-wireless-choice-price {
    font-size: 11px;
    color: #47607c;
    font-weight: 700;
}

.order-wireless-choice-cta {
    align-items: center;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    margin-top: auto;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.05;
    text-transform: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
    width: 100%;
    white-space: nowrap;
}

.order-wireless-choice-cta,
.order-wireless-choice.is-selected .order-wireless-choice-cta,
.order-wireless-choice--tv .order-wireless-choice-cta {
    color: #ffffff !important;
}

.order-wireless-choice--tv .order-wireless-choice-cta {
    background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
    box-shadow: 0 10px 20px rgba(21, 128, 61, 0.16);
}

.order-wireless-choice.is-selected .order-wireless-choice-cta {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.order-upsell-btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #2d68df 0%, #2456bc 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.order-upsell-btn-secondary {
    background: linear-gradient(180deg, #0f9db0 0%, #0c7d8c 100%);
}

.order-upsell-note {
    margin: 2px 0 14px;
    color: #425466;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    #orderReviewUpsells {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .order-wireless-upsell-grid,
    .order-tv-upsell-grid {
        grid-template-columns: 1fr;
    }
}

.order-review-footnotes {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.order-review-note-block {
    padding: 16px 18px;
}

.order-review-footnote-line {
    color: #64748b;
    display: block;
    font-size: 12px;
    line-height: 1.75;
}

.order-review-footnote-line + .order-review-footnote-line {
    margin-top: 4px;
}

.order-review-disclaimer {
    background: linear-gradient(180deg, #fffaf2 0%, #fff5e7 100%);
    border-color: #f4d8ac;
    color: #7c2d12;
}

.order-review-disclaimer strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #7c2d12;
}

.order-review-disclaimer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

.order-review-btn {
    flex: 1;
    min-height: 52px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.order-review-btn-primary {
    background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
}

.order-review-btn-secondary {
    background: #e2e8f0;
    color: #0f172a;
}

@media (max-width: 1280px) {
    .order-review-dialog {
        width: min(1040px, calc(100% - 24px));
        padding: 24px;
    }

    .order-upsell-hero {
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .order-wireless-upsell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ── Broadband label info modal ── */
#infoModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    overflow: auto;
}

.info-icon {
    cursor: pointer;
    font-size: 18px;
    color: #007BFF;
    display: inline-block;
    margin: 10px;
}

.modal-content {
    background-color: white;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding-top: 40px;
    position: relative;
}

#modalIframe {
    width: 100%;
    height: 800px;
    border: none;
    display: block;
}

.close {
    color: #aaa;
    position: absolute;
    right: 40px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* ── Channel picker modal ── */
#channelModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.ch-modal-box {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 760px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
    overflow: hidden;
    margin: auto;
}

.ch-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 24px 28px 0;
    flex-shrink: 0;
}

.ch-modal-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2d68df;
    margin-bottom: 4px;
}

.ch-modal-title {
    margin: 0;
    font-size: 22px;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.5px;
}

.ch-modal-count {
    font-size: 13px;
    color: #6b7280;
    margin-top: 3px;
}

.ch-modal-close {
    background: #f3f5f9;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4px;
    line-height: 1;
}

.ch-modal-close:hover { background: #e5e9f0; color: #111827; }

.ch-modal-search {
    padding: 16px 28px 12px;
    flex-shrink: 0;
}

.ch-modal-search input {
    width: 100%;
    padding: 10px 16px;
    border: 1.5px solid #d1dbe8;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    color: #111827;
}

.ch-modal-search input:focus { border-color: #2d68df; }
.ch-modal-search input::placeholder { color: #9ca3af; }

.ch-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 4px 28px 24px;
}

.ch-channel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ch-chip {
    padding: 9px 12px;
    background: #f3f5f9;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #22252d;
    border: 1px solid #e2e7ef;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 120ms ease;
}

.ch-chip:hover { background: #eaeffa; border-color: #c5d0e8; }

.ch-chip .ch-check {
    color: #10b981;
    font-weight: 800;
    margin-right: 5px;
}

.ch-loading,
.ch-error,
.ch-empty {
    text-align: center;
    padding: 40px 20px;
    color: #6b7280;
    font-size: 14px;
}

.ch-error { color: #ef4444; }

/* ── Channel elsewhere banner ── */
.ch-elsewhere {
    margin: 0 0 16px;
    padding: 14px 16px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
}

.ch-elsewhere-title {
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 10px;
}

.ch-elsewhere-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.ch-elsewhere-row:last-child { margin-bottom: 0; }

.ch-elsewhere-channel {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    min-width: 160px;
}

.ch-elsewhere-pkg {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border: 1.5px solid #f59e0b;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #92400e;
    cursor: pointer;
    white-space: nowrap;
    transition: background 120ms ease;
}

.ch-elsewhere-pkg:hover { background: #fef3c7; }

/* ── Responsive ── */
@media (max-width: 991px) {
    .cell-plan-grid { grid-template-columns: 1fr; }
    .addon-grid { grid-template-columns: 1fr; }
    .order-review-layout,
    .order-review-contact { grid-template-columns: 1fr; }
    .order-review-side { grid-template-columns: 1fr; }
    .order-review-actions { flex-direction: column; }
    .other-services-grid > .span4 {
        width: auto;
    }
    .other-services-grid { grid-template-columns: 1fr; }
    .service-type-row .rdoblack {
        min-width: 0;
        flex: 1 1 220px;
    }

    .address-step-card {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    #address .field { width: 100% !important; }
    #country { width: 100% !important; }

    .tv-box-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .phone-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-review-header {
        padding-top: 68px;
        padding-right: 0;
    }

    .order-review-header-actions {
        left: 0;
        right: 0;
    }

    .order-review-btn-top {
        width: 100%;
        min-width: 0;
    }

    .order-review-meta-line {
        white-space: normal;
    }

    .order-wireless-upsell-grid {
        grid-template-columns: 1fr;
    }

    .order-upsell-hero {
        grid-template-columns: 1fr;
    }

    .order-upsell-hero-media {
        max-width: 180px;
    }

    .order-wireless-choice {
        min-height: 0;
    }

    .skip-service-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .phone-config-forms { grid-template-columns: 1fr; }

    .phone-config-grid { grid-template-columns: 1fr; }

    .ch-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    .ch-channel-grid { grid-template-columns: 1fr; }
    .ch-modal-box { border-radius: 12px; }
    .order-review-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
        max-height: calc(100vh - 16px);
        padding: 20px 18px 18px;
        border-radius: 18px;
    }

    .order-review-item {
        flex-direction: column;
    }

    .order-review-item-side {
        min-width: 0;
        text-align: left;
    }
}
