.waitlist-success-container {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
}
.waitlist-logo-top {
    width: 100vw;
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 10;
}
.waitlist-logo-top img {
    height: 36px;
}
.waitlist-logo { position: absolute; top: 40px; left: 40px; z-index: 10; }
.waitlist-logo img { height: 36px; }
.success-main {
    width: 100vw;
    min-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #075cfb;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 36px 0 36px 0;
    margin-top: 40px;
}
.success-title {
    font-family: var(--title-font);
    font-size: 32px;
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
    margin-bottom: 16px;
}
.success-message {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: var(--font-weight-regular);
    line-height: 1.4;
    margin-bottom: 0;
}
.center-content-area {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.left-col-label {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 2.8px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.left-col-heading {
    font-family: var(--title-font);
    font-size: 40px;
    font-weight: var(--font-weight-medium);
    color: #000;
    margin-bottom: 24px;
    line-height: 1.2;
}
.left-col-desc {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: var(--font-weight-regular);
    color: #000;
    margin-bottom: 32px;
    line-height: 1.4;
}
.success-schedule-btn {
    background: #075cfb;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    border: none;
    border-radius: 100px;
    height: 72px;
    padding: 0 48px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 48px;
    margin-bottom: 24px;
}
.success-schedule-btn:hover { background: #044fc1; }
.benefit-card {
    width: 100%;
    height: 406px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(7,92,251,0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.benefit-card.bg-image {
    background: none;
    box-shadow: 0 4px 24px rgba(7,92,251,0.08);
    margin-bottom: 40px;
}
.benefit-card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('assets/images/cellphone.jpg') center center/cover no-repeat;
    z-index: 1;
}
.benefit-card-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.benefit-card-logos {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
    z-index: 3;
    align-items: center;
    flex-wrap: wrap;
    align-self: flex-start;
    padding-left: 40px;
    margin-left: 0;
}
.benefit-card-logo-rect {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 191px;
    height: 72px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background: #e40175;
    background-clip: padding-box;
    padding: 8px;
    box-sizing: border-box;
}
.benefit-card-logo-rect img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.benefit-card-title {
    font-family: var(--title-font);
    font-weight: var(--font-weight-medium);
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    max-width: 900px;
    position: relative;
    z-index: 3;
    padding-left: 56px;
}
.benefit-card.white {
    background: #F0F7FF;
    border: none;
    box-shadow: none;
    border-radius: 24px;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    height: 406px;
}
.benefit-card-logos-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.benefit-card-logos-row img {
    max-width: 38px;
    max-height: 38px;
}
.benefit-card-savings-label {
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: var(--font-weight-regular);
    color: #075cfb;
    margin-bottom: 12px;
    text-align: center;
}
.benefit-card-savings {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-family: var(--primary-font);
    font-size: 72px;
    font-weight: var(--font-weight-regular);
    color: #075cfb;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}
.success-footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    min-height: 400px;
}
.footer-pattern {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    object-fit: cover;
}
.success-footer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}
.success-footer-logo {
    margin: 0 0 8px 0;
    height: 64px;
    width: auto;
    display: block;
}
.success-footer-copy {
    font-family: var(--primary-font);
    font-size: 10px;
    font-weight: var(--font-weight-regular);
    text-align: center;
    color: #fff;
    margin: 0;
}
.benefit-card-logo-rect.att {
    background: #009FDB;
}
.benefit-card-white-title {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-regular);
    font-size: 32px;
    color: #075cfb;
    text-align: left;
    width: auto;
    margin: 0;
    box-sizing: border-box;
}
.benefit-card-price.top-card {
    font-family: var(--primary-font);
    font-size: 64px;
    font-weight: var(--font-weight-regular);
    color: #fff;
    line-height: 1.1;
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: auto;
    margin: 0;
    z-index: 3;
}
.benefit-card-logos {
    margin-top: 24px;
}
@media (max-width: 991.98px) {
    .center-content-area { padding-top: 40px; padding-bottom: 40px; }
    .benefit-card, .benefit-card.bg-image, .benefit-card.white { height: 280px; }
    .benefit-card-title,
    .benefit-card-logos,
    .benefit-card-price.top-card {
    position: static !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    }
    .success-main {
    padding: 20px 0 20px 0;
    }
}
@media (min-width: 992px) {
    .success-footer {
    height: 700px;
    }
    .benefit-card-title {
    max-width: 900px;
    }
}
@media (max-width: 991.98px) {
    .success-footer-logo {
    height: 32px;
    }
}
.benefit-card {
    position: relative;
}
.benefit-card-subtext {
    margin-top: 24px;
    margin-left: 40px;
    font-size: 24px;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-regular);
    color: #fff;
    margin-bottom: 24px;
    text-align: left;
    max-width: 900px;
    position: relative;
    z-index: 3;
}
.benefit-card-btn {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
    border: none;
    margin-top: 32px;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 12px 32px;
    border-radius: 24px;
    min-width: unset;
    max-width: 200px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.benefit-card-btn:hover, .benefit-card-btn:focus {
    background: #f5f5f5 !important;
    color: #000 !important;
    text-decoration: none !important;
}
.benefit-card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 96px 40px 40px 40px;
    box-sizing: border-box;
}
.benefit-card-title {
    font-size: 48px;
    margin-bottom: 24px;
    max-width: 900px;
    font-family: var(--title-font);
    position: relative;
    z-index: 3;
    padding-left: 56px;
}
.benefit-card-subtext {
    font-size: 24px;
    margin-bottom: 24px;
    max-width: 620px;
    font-family: var(--primary-font);
    font-weight: var(--font-weight-regular);
    color: #fff;
    position: relative;
    z-index: 3;
    text-align: left;
    padding-left: 56px;
    margin-left: 0;
}
.benefit-card-logos {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
    position: relative;
    z-index: 3;
    align-items: center;
    flex-wrap: wrap;
    align-self: flex-start;
    padding-left: 56px;
    margin-left: 0;
}
.benefit-card-logo-rect {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    min-width: 120px;
    height: 48px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    background-clip: padding-box;
    padding: 8px 20px;
    box-sizing: border-box;
}
.benefit-card-logo-rect img {
    max-width: 80px;
    max-height: 32px;
    object-fit: contain;
    width: auto;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.benefit-card-btn {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 200px;
    width: auto;
    align-self: flex-start;
}
@media (max-width: 991.98px) {
    .benefit-card-content {
    padding: 48px 20px 20px 20px;
    }
    .benefit-card-title {
    font-size: 36px;
    min-font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.2;
    padding-left: 20px;
    }
    .benefit-card-subtext {
    font-size: 22px;
    min-font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-left: 20px;
    margin-left: 0;
    max-width: 100%;
    }
    .benefit-card-logos {
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-left: 0;
    }
    .benefit-card-logo-rect {
    min-width: 56px;
    height: 52px;
    padding: 8px 18px;
    min-height: 52px;
    }
    .benefit-card-logo-rect img {
    max-width: 52px;
    max-height: 44px;
    height: 44px;
    min-width: 20px;
    }
}
@media (max-width: 600px) {
    .benefit-card-title {
    font-size: 36px;
    min-font-size: 16px;
    padding-left: 10px;
    }
    .benefit-card-subtext {
    font-size: 24px;
    min-font-size: 12px;
    padding-left: 10px;
    margin-left: 0;
    }
    .benefit-card-logo-rect {
    min-width: 56px;
    height: 52px;
    padding: 8px 18px;
    }
    .benefit-card-logo-rect img {
    max-width: 52px;
    max-height: 44px;
    height: 44px;
    min-width: 20px;
    }
    .benefit-card-logos {
    padding-left: 10px;
    margin-left: 0;
    }
}
.benefit-card-logo-rect.tmobile {
    background: #E20074;
}
.benefit-card-logo-rect.att {
    background: #009FDB;
}
.schedule-call-btn {
    display: inline-block;
    background: #075cfb;
    color: #fff;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    border: none;
    border-radius: 100px;
    height: 56px;
    padding: 0 40px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 8px;
    margin-bottom: 32px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(7,92,251,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.schedule-call-btn:hover, .schedule-call-btn:focus {
    background: #044fc1;
    color: #fff;
    text-decoration: none;
}