.content-page {
    background: #fff;
}

.content-main {
    overflow: hidden;
}

.content-hero {
    position: relative;
    padding: 168px 0 106px;
    background:
        radial-gradient(circle at 76% 18%, rgba(123, 201, 247, 0.25), transparent 28rem),
        radial-gradient(circle at 18% 8%, rgba(255, 207, 177, 0.18), transparent 22rem),
        linear-gradient(180deg, #fbfbfd, #f5f5f7);
}

.content-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(transparent, #fff);
    content: "";
    pointer-events: none;
}

.breadcrumbs {
    position: relative;
    z-index: 1;
    margin-bottom: 54px;
    color: #85858b;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
}

.breadcrumbs a:hover {
    color: var(--blue);
}

.content-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.72fr);
    gap: 80px;
    align-items: center;
}

.content-hero h1 {
    max-width: 810px;
    margin: 0;
    font-size: clamp(58px, 6.9vw, 92px);
    font-weight: 700;
    letter-spacing: -0.068em;
    line-height: 0.96;
}

.content-hero h1 span {
    color: #929297;
}

.content-intro {
    max-width: 690px;
    margin: 29px 0 0;
    color: var(--muted);
    font-size: 20px;
    letter-spacing: -0.018em;
    line-height: 1.55;
}

.content-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.article-meta {
    margin: 29px 0 0;
    color: #85858b;
    font-size: 12px;
    line-height: 1.5;
}

.article-meta a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(80, 80, 86, 0.25);
    text-underline-offset: 3px;
}

.article-meta a:hover {
    color: var(--blue);
}

.content-actions .app-store-button {
    width: 188px;
}

.inline-link {
    color: #303034;
    font-size: 14px;
    font-weight: 620;
}

.inline-link:hover {
    color: var(--blue);
}

.hero-side-card {
    position: relative;
    min-height: 430px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 32px 90px rgba(19, 48, 76, 0.13);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: hidden;
}

.hero-side-card::before {
    position: absolute;
    top: -100px;
    right: -90px;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(57, 168, 233, 0.12);
    content: "";
}

.hero-side-card > * {
    position: relative;
    z-index: 1;
}

.side-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 19px;
    background: #e9f4fb;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 25px;
}

.hero-side-card h2 {
    max-width: 350px;
    margin: 72px 0 15px;
    font-size: 34px;
    letter-spacing: -0.05em;
    line-height: 1.06;
}

.hero-side-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.side-card-stat {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #3a3a3e;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

.side-card-stat strong {
    color: var(--blue);
}

.content-section {
    padding: 112px 0;
}

.content-section.muted {
    background: #f5f5f7;
}

.content-copy-grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.56fr) minmax(0, 1fr);
    gap: 100px;
}

.content-sticky {
    position: sticky;
    top: 110px;
    align-self: start;
}

.content-sticky h2,
.content-heading h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 64px);
    letter-spacing: -0.058em;
    line-height: 1;
}

.content-sticky p,
.content-heading > p {
    max-width: 430px;
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.prose {
    max-width: 750px;
}

.prose h2 {
    margin: 0 0 24px;
    font-size: 37px;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.prose h3 {
    margin: 54px 0 15px;
    font-size: 25px;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.prose p,
.prose li {
    color: #59595f;
    font-size: 17px;
    line-height: 1.72;
}

.prose p {
    margin: 0 0 22px;
}

.prose a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: rgba(8, 123, 210, 0.28);
    text-underline-offset: 3px;
}

.prose ul,
.prose ol {
    margin: 24px 0;
    padding-left: 24px;
}

.prose li {
    margin: 11px 0;
    padding-left: 5px;
}

.prose strong {
    color: #2c2c31;
}

.content-heading {
    max-width: 760px;
    margin-bottom: 62px;
}

.content-heading.center {
    margin-inline: auto;
    text-align: center;
}

.feature-grid,
.carrier-grid,
.status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.feature-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.carrier-card,
.status-card {
    min-height: 300px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
}

.feature-card .card-symbol {
    width: 52px;
    height: 52px;
    margin-bottom: 52px;
    border-radius: 17px;
    background: #e9f4fb;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 21px;
}

.feature-card:nth-child(2) .card-symbol,
.feature-card:nth-child(5) .card-symbol {
    background: #eee8fa;
    color: #7042bf;
}

.feature-card:nth-child(3) .card-symbol,
.feature-card:nth-child(6) .card-symbol {
    background: #e5f5e9;
    color: #249b50;
}

.feature-card h3,
.carrier-card h3,
.status-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    letter-spacing: -0.035em;
}

.feature-card p,
.carrier-card p,
.status-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.62;
}

.carrier-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

.carrier-mark {
    margin-bottom: auto;
    color: #b1b1b7;
    font-size: 12px;
    font-weight: 680;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-card {
    min-height: 240px;
}

.status-card > span {
    width: 34px;
    height: 34px;
    margin-bottom: 42px;
    border-radius: 50%;
    background: #edf6fc;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 680;
}

.callout {
    margin: 40px 0;
    padding: 28px 30px;
    border: 1px solid rgba(8, 123, 210, 0.13);
    border-radius: 24px;
    background: #f1f8fc;
}

.callout p {
    margin: 0;
    color: #3e535f;
    font-size: 15px;
}

.page-cta {
    padding: 34px 0 110px;
}

.page-cta-panel {
    padding: 76px 44px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 12% 0%, rgba(92, 194, 255, 0.64), transparent 40%),
        linear-gradient(145deg, #117fc6, #07558e);
    color: #fff;
    text-align: center;
    box-shadow: 0 30px 80px rgba(8, 85, 142, 0.21);
}

.page-cta-panel h2 {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(44px, 6vw, 68px);
    letter-spacing: -0.06em;
    line-height: 1;
}

.page-cta-panel p {
    margin: 22px auto 28px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
}

.page-cta-panel .app-store-button {
    margin-inline: auto;
}

.related {
    padding: 92px 0;
    background: #f5f5f7;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.related-card {
    min-height: 205px;
    padding: 30px;
    border: 1px solid rgba(17, 17, 19, 0.055);
    border-radius: 27px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.related-card:hover {
    box-shadow: 0 18px 42px rgba(18, 40, 62, 0.08);
    transform: translateY(-3px);
}

.related-card span {
    color: var(--blue);
    font-size: 11px;
    font-weight: 680;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.related-card h3 {
    margin: 26px 0 0;
    font-size: 23px;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.related-card strong {
    margin-top: auto;
    color: #6d6d73;
    font-size: 13px;
    font-weight: 620;
}

@media (max-width: 1000px) {
    .content-hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-side-card {
        min-height: 350px;
    }

    .hero-side-card h2 {
        margin-top: 48px;
    }

    .content-copy-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .content-sticky {
        position: static;
    }

    .feature-grid,
    .carrier-grid,
    .status-grid,
    .feature-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .content-hero {
        padding: 124px 0 78px;
    }

    .breadcrumbs {
        margin-bottom: 38px;
    }

    .content-hero-grid {
        gap: 50px;
    }

    .content-hero h1 {
        font-size: clamp(49px, 14vw, 68px);
    }

    .content-intro {
        font-size: 18px;
    }

    .content-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-side-card {
        min-height: 365px;
        padding: 30px;
        border-radius: 32px;
    }

    .content-section {
        padding: 86px 0;
    }

    .content-sticky h2,
    .content-heading h2 {
        font-size: 45px;
    }

    .prose h2 {
        font-size: 32px;
    }

    .prose p,
    .prose li {
        font-size: 16px;
    }

    .feature-grid,
    .carrier-grid,
    .status-grid,
    .feature-grid-four,
    .related-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 280px;
    }

    .page-cta {
        padding-bottom: 86px;
    }

    .page-cta-panel {
        padding: 62px 24px;
        border-radius: 34px;
    }
}

.fit-grid {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fit-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fbfbfd;
}

.fit-card-positive {
    border-color: rgba(8, 123, 210, 0.15);
    background: #f2f8fc;
}

.fit-card > span {
    display: block;
    margin-bottom: 18px;
    color: #303034;
    font-size: 14px;
    font-weight: 680;
}

.fit-card ul {
    margin: 0;
    padding-left: 20px;
}

.fit-card li {
    margin: 8px 0;
    padding-left: 2px;
    font-size: 14px;
    line-height: 1.55;
}

.comparison-table-wrap {
    margin: 30px 0;
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
    color: #55555b;
    font-size: 14px;
    line-height: 1.48;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.comparison-table thead th {
    background: #f5f5f7;
    color: #29292e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.comparison-table tbody th {
    width: 24%;
    color: #303034;
    font-weight: 650;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.comparison-table strong {
    color: var(--blue);
}

.fact-list {
    margin: 30px 0;
    border-top: 1px solid var(--line);
}

.fact-list > div {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
    gap: 24px;
}

.fact-list dt {
    color: #85858b;
    font-size: 13px;
}

.fact-list dd {
    margin: 0;
    color: #303034;
    font-size: 15px;
    font-weight: 620;
    line-height: 1.45;
}

.evidence-meta {
    color: #85858b !important;
    font-size: 13px !important;
}

@media (max-width: 760px) {
    .fit-grid {
        grid-template-columns: 1fr;
    }

    .fact-list > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }
}
