/* Final polish for informational storefront pages. Loaded after shared icon styles. */

.info-hero,
.iphone-check-page-hero {
    isolation: isolate;
}

.info-hero::after,
.iphone-check-page-hero::after {
    content: '';
    position: absolute;
    right: clamp(18px, 4vw, 56px);
    top: clamp(18px, 4vw, 46px);
    width: clamp(80px, 12vw, 168px);
    height: clamp(80px, 12vw, 168px);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(35, 88, 246, .16), transparent 66%);
    opacity: .75;
    pointer-events: none;
    z-index: -1;
}

.info-hero .eyebrow,
.iphone-check-page-hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(35, 88, 246, .08);
    color: #2358f6;
}

.info-hero .eyebrow::before,
.iphone-check-page-hero .eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ff7a00;
    box-shadow: 0 0 0 4px rgba(255, 122, 0, .14);
}

.info-grid {
    align-items: stretch;
}

.info-card,
.iphone-check-list article,
.iphone-check-card-map {
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.info-card:hover,
.iphone-check-list article:hover {
    transform: translateY(-2px);
    border-color: rgba(35, 88, 246, .14);
    box-shadow: 0 18px 42px rgba(17, 26, 54, .09);
}

.info-card::before,
.iphone-check-list article::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #2358f6, #ff7a00);
    opacity: .72;
}

.info-card--soft-orange::before {
    background: linear-gradient(180deg, #ff7a00, #ffb25c);
}

.info-card--soft-blue::before,
.info-card--accent::before {
    background: linear-gradient(180deg, #2358f6, #5b36ff);
}

.info-card h2,
.iphone-check-list h2 {
    padding-right: 6px;
}

.info-card p:last-child,
.iphone-check-list p:last-child {
    margin-bottom: 0;
}

.info-card ul {
    padding-left: 0;
    list-style: none;
}

.info-card li {
    position: relative;
    padding-left: 24px;
}

.info-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .56em;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(35, 88, 246, .10);
    box-shadow: inset 0 0 0 4px #2358f6;
}

.info-list-negative li::before {
    background: rgba(255, 122, 0, .12);
    box-shadow: inset 0 0 0 4px #ff7a00;
}

.info-card > span,
.iphone-check-list article > span {
    gap: 6px;
    box-shadow: 0 8px 18px rgba(35, 88, 246, .10);
}

.info-card > span img,
.iphone-check-list article > span img {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.info-cta {
    position: relative;
    overflow: hidden;
}

.info-cta::after {
    content: '';
    position: absolute;
    right: -70px;
    top: -90px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(35, 88, 246, .55), transparent 66%);
    opacity: .5;
    pointer-events: none;
}

.info-cta > * {
    position: relative;
    z-index: 1;
}

.info-cta .button,
.iphone-check-page-hero__actions .button,
.iphone-check-secondary {
    gap: 8px;
}

.info-cta .button img,
.iphone-check-page-hero__actions .button img {
    width: 17px;
    height: 17px;
    filter: brightness(0) invert(1);
}

.iphone-check-secondary img {
    width: 17px;
    height: 17px;
}

.iphone-check-score {
    position: relative;
    overflow: hidden;
}

.iphone-check-score::after {
    content: '';
    position: absolute;
    right: -32px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 122, 0, .22), transparent 66%);
}

.iphone-check-list article {
    display: grid;
    align-content: start;
    gap: 7px;
}

.iphone-check-list article span {
    justify-self: start;
}

.iphone-check-card-map__items span {
    gap: 6px;
    border: 1px solid rgba(17, 26, 54, .06);
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 26, 54, .05);
}

.iphone-check-card-map__items span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2358f6;
}

@media (max-width: 767px) {
    .info-hero .eyebrow,
    .iphone-check-page-hero .eyebrow {
        font-size: 10px;
    }

    .info-card:hover,
    .iphone-check-list article:hover {
        transform: none;
    }

    .info-card li {
        padding-left: 22px;
    }

    .info-cta .button,
    .iphone-check-page-hero__actions .button,
    .iphone-check-secondary {
        min-height: 46px;
    }
}
