:root {
    color-scheme: light;
    --bg: #f5f6f8;
    --paper: #ffffff;
    --ink: #141414;
    --muted: #656b76;
    --quiet: #8d949f;
    --line: rgba(20, 24, 31, 0.09);
    --line-strong: rgba(20, 24, 31, 0.16);
    --blue: #2f66e8;
    --blue-soft: #e8eefc;
    --green: #238b52;
    --green-soft: #e6f3ec;
    --coral: #e56f4d;
    --coral-soft: #f7e8e2;
    --shadow: 0 24px 70px rgba(20, 24, 31, 0.12);
    --card-shadow: 0 14px 38px rgba(20, 24, 31, 0.06);
    --card-radius: 10px;
    --page-gutter: 32px;
    --section-y: 24px;
    --section-y-tight: 20px;
    --section-gap: 16px;
    --section-content-gap: 20px;
    font-family:
        Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

* {
    box-sizing: border-box;
}

html {
    background: var(--bg);
    color: var(--ink);
    scroll-padding-top: 88px;
}

body {
    margin: 0;
    min-width: 320px;
    background: linear-gradient(180deg, #fbfcfd 0, var(--bg) 360px);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::selection {
    background: rgba(47, 102, 232, 0.18);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

#features,
#agents,
#pricing {
    scroll-margin-top: 88px;
}

h1,
h2,
h3,
p,
figure {
    margin: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--line);
    background: rgba(251, 252, 253, 0.84);
    backdrop-filter: blur(18px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1160px, calc(100% - var(--page-gutter)));
    min-height: 72px;
    margin: 0 auto;
}

.brand,
.nav-links,
.footer div,
.hero-actions,
.policy-links {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    font-size: 1rem;
    font-weight: 760;
}

.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex: 0 0 auto;
}

.nav-links {
    gap: 28px;
    margin-left: auto;
    color: var(--muted);
    font-size: 0.91rem;
    font-weight: 640;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.footer a:hover {
    color: var(--ink);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--line-strong);
    border-radius: var(--card-radius);
    padding: 0 18px;
    font-size: 0.92rem;
    font-weight: 720;
    line-height: 1;
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(20, 24, 31, 0.08);
}

.button.primary {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
}

.button.secondary {
    background: rgba(255, 255, 255, 0.74);
}

.hero {
    display: grid;
    justify-items: center;
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    padding: var(--section-y) 0;
}

.hero-copy {
    display: grid;
    justify-items: center;
    max-width: 920px;
    text-align: center;
}

.eyebrow {
    margin-bottom: 16px;
    color: var(--quiet);
    font-size: 0.76rem;
    font-weight: 740;
    letter-spacing: 0.085em;
    line-height: 1;
    text-transform: uppercase;
}

h1 {
    max-width: 720px;
    font-size: clamp(3.35rem, 6.4vw, 6.1rem);
    font-weight: 730;
    letter-spacing: 0;
    line-height: 0.96;
    text-wrap: balance;
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(2.75rem, 4.55vw, 4.55rem);
    line-height: 1.02;
}

h2 {
    max-width: 760px;
    font-size: clamp(2.25rem, 4.45vw, 4.25rem);
    font-weight: 710;
    letter-spacing: 0;
    line-height: 1.03;
    text-wrap: balance;
}

h3 {
    font-size: 1.04rem;
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.26;
}

.lead,
.intro-section p,
.split-section p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.policy-page p,
.policy-page li {
    color: var(--muted);
    font-size: clamp(1.02rem, 1.22vw, 1.14rem);
    line-height: 1.62;
}

.lead {
    max-width: 720px;
    margin-top: 16px;
}

.hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    justify-content: center;
}

.hero-actions .button {
    min-width: 136px;
}

.download-menu {
    position: relative;
    display: inline-flex;
}

.download-menu summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    list-style: none;
}

.download-menu summary::-webkit-details-marker {
    display: none;
}

.download-chevron {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 160ms ease;
}

.download-menu[open] .download-chevron {
    transform: rotate(-135deg) translateY(2px);
}

.download-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 20;
    display: grid;
    min-width: 210px;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 48px rgba(20, 20, 20, 0.14);
    padding: 8px;
    text-align: left;
}

.download-menu-panel a {
    border-radius: 10px;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 680;
    line-height: 1;
    padding: 12px 13px;
}

.download-menu-panel a:hover {
    background: rgba(47, 102, 232, 0.08);
}

.nav-download .download-menu-panel {
    right: 0;
    left: auto;
    min-width: 184px;
    top: calc(100% + 18px);
}

.fine-print {
    margin-top: 12px;
    color: var(--quiet);
    font-size: 0.9rem;
}

.hero-visual {
    position: relative;
    isolation: isolate;
    overflow: visible;
    width: min(1160px, 100%);
    max-width: 100%;
    aspect-ratio: 1318 / 809;
    margin-top: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hero-visual img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 30px 62px rgba(20, 24, 31, 0.16));
    object-fit: contain;
    object-position: center center;
}

.section {
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    padding: var(--section-y) 0;
}

.intro-section {
    border-top: 1px solid var(--line);
}

.intro-section p {
    max-width: 760px;
    margin-top: 24px;
}

.feature-section {
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    padding: var(--section-y) 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    background: var(--line);
}

.feature-grid article,
.process-grid article,
.price-card {
    background: rgba(255, 255, 255, 0.82);
}

.feature-grid article {
    min-height: 158px;
    padding: 22px;
    transition: background-color 160ms ease, transform 160ms ease;
}

.feature-grid article:hover {
    background: #fff;
    transform: translateY(-1px);
}

.feature-grid p,
.process-grid p,
.price-card p,
.price-card li,
.billing-note,
.footer,
.policy-links a {
    color: var(--muted);
    line-height: 1.62;
}

.feature-grid p {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.58;
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

.split-section h2 {
    font-weight: 700;
}

.split-section p:not(.eyebrow) {
    max-width: 680px;
    margin-top: 18px;
}

.agent-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(340px, 100%);
    justify-self: end;
    gap: 12px;
    margin-top: calc(0.76rem + 16px);
}

.agent-list article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 0;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--card-shadow);
    padding: 14px;
    transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.agent-list article:hover {
    border-color: rgba(47, 102, 232, 0.22);
    background: #fff;
    transform: translateY(-2px);
}

.agent-list strong {
    margin-top: 0;
    text-align: center;
}

.agent-list small {
    display: none;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.48;
}

.agent-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    object-fit: cover;
}

.channels-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--section-content-gap);
    align-items: start;
    border-top: 1px solid var(--line);
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

.channels-copy {
    display: block;
}

.channels-section h2 {
    max-width: 900px;
    font-size: clamp(2.2rem, 4.15vw, 3.95rem);
    font-weight: 700;
}

.channels-copy p:not(.eyebrow) {
    max-width: 820px;
    margin-top: 18px;
    color: var(--muted);
    font-size: clamp(1rem, 1.16vw, 1.08rem);
    line-height: 1.62;
}

.channels-showcase {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.channel-icon-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
}

.channel-tile {
    display: grid;
    min-height: 124px;
    align-content: center;
    justify-items: center;
    gap: 14px;
    border: 1px solid rgba(20, 24, 31, 0.08);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--card-shadow);
    padding: 18px 10px;
    text-align: center;
    transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.channel-tile:hover {
    border-color: rgba(47, 102, 232, 0.24);
    background: #fff;
    transform: translateY(-2px);
}

.channel-tile img {
    width: 36px;
    height: 36px;
}

.channel-tile span {
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 720;
    line-height: 1.34;
}

.channel-capability-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
    border-top: 0;
}

.channel-capability-list div {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 132px;
    border: 1px solid rgba(20, 24, 31, 0.08);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.62);
    padding: 20px 18px;
}

.channel-capability-list strong {
    font-size: 0.94rem;
    line-height: 1.36;
}

.channel-capability-list span {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.62;
}

.process-section {
    border-top: 1px solid var(--line);
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

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

.process-grid article {
    min-height: 130px;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    padding: 20px;
    box-shadow: var(--card-shadow);
}

.process-grid p {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.58;
}

.section-heading {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.section-heading .eyebrow {
    margin-bottom: 0;
}

.pricing-section {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
}

.pricing-section h2 {
    max-width: none;
    font-size: clamp(2.25rem, 4vw, 3.85rem);
    font-weight: 700;
    white-space: nowrap;
}

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

.price-card {
    display: flex;
    min-height: 392px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    padding: 24px;
    box-shadow: var(--card-shadow);
}

.price-card.highlighted {
    background: #fff;
    border-color: rgba(47, 102, 232, 0.28);
    box-shadow: 0 20px 60px rgba(47, 102, 232, 0.1);
}

.plan-name {
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 760;
}

.price-card h3 {
    margin-top: 12px;
    font-size: 2.55rem;
    line-height: 1;
}

.price-card h3 span {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 520;
}

.price-card p:not(.plan-name) {
    margin-top: 10px;
    font-size: 0.98rem;
}

.price-card ul {
    display: grid;
    gap: 8px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    position: relative;
    padding-left: 22px;
    font-size: 0.96rem;
}

.price-card li::before {
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--green);
    content: "";
}

.price-card > .button {
    margin-top: auto;
}

.price-download {
    width: 100%;
    margin-top: auto;
}

.price-download summary.button {
    width: 100%;
}

.price-download .download-menu-panel {
    right: 0;
    min-width: 100%;
}

.billing-note {
    max-width: 1160px;
    margin-top: 22px;
    color: var(--quiet);
    font-size: 0.88rem;
}

.compliance-section {
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    border-top: 1px solid var(--line);
    padding: var(--section-y) 0;
}

.policy-links {
    flex-wrap: wrap;
    gap: 24px;
}

.policy-links a {
    border-bottom: 1px solid currentColor;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.35;
}

.policy-links a:hover {
    color: var(--ink);
}

.doc-page {
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
}

.doc-shell {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 56px;
    min-width: 0;
    padding: 62px 0 112px;
}

.doc-sidebar {
    position: sticky;
    top: 104px;
    align-self: start;
    min-width: 0;
}

.doc-sidebar-title {
    margin-bottom: 16px;
    color: var(--quiet);
    font-size: 0.76rem;
    font-weight: 760;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.doc-channel-nav {
    display: grid;
    gap: 4px;
    max-width: 100%;
    min-width: 0;
    border-left: 1px solid var(--line);
    padding-left: 12px;
}

.doc-channel-nav a {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 680;
    line-height: 1.25;
    padding: 9px 10px;
}

.doc-channel-nav a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: var(--ink);
}

.doc-channel-nav img {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.doc-channel-nav .doc-project-link {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 760;
}

.doc-content {
    min-width: 0;
}

.doc-intro {
    border-bottom: 1px solid var(--line);
    padding-bottom: 42px;
}

.doc-intro .eyebrow {
    margin-bottom: 16px;
}

.doc-intro h1 {
    max-width: 850px;
    font-size: clamp(2.85rem, 5.6vw, 5.1rem);
}

.doc-intro p {
    max-width: 760px;
    margin-top: 22px;
    color: var(--muted);
    font-size: clamp(1.02rem, 1.22vw, 1.14rem);
    line-height: 1.62;
}

.doc-runbook {
    border-bottom: 1px solid var(--line);
    padding: 40px 0 42px;
}

.doc-runbook h2,
.doc-platform h3 {
    font-size: clamp(1.65rem, 2.5vw, 2.35rem);
    line-height: 1.08;
}

.doc-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.doc-steps li {
    border: 1px solid rgba(20, 24, 31, 0.08);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.78);
    color: var(--muted);
    font-size: 0.93rem;
    line-height: 1.56;
    padding: 18px;
}

.doc-steps strong {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
}

.doc-platform-list {
    display: grid;
    gap: 44px;
    padding-top: 44px;
}

.doc-platform {
    scroll-margin-top: 96px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 44px;
}

.doc-platform:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.doc-platform-header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
}

.doc-platform-header p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.doc-platform-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(20, 24, 31, 0.08);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--card-shadow);
}

.doc-platform-icon img {
    width: 30px;
    height: 30px;
}

.doc-platform-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
    gap: 14px;
}

.doc-panel {
    border: 1px solid rgba(20, 24, 31, 0.08);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.78);
    padding: 22px;
    box-shadow: var(--card-shadow);
}

.doc-panel-muted {
    background: rgba(255, 255, 255, 0.58);
}

.doc-panel h4 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 740;
    line-height: 1.3;
}

.doc-panel p,
.doc-panel li {
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.58;
}

.doc-panel p {
    margin-top: 12px;
}

.doc-panel ol {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding-left: 1.2em;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1160px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    border-top: 1px solid rgba(20, 20, 20, 0.06);
    padding: 24px 0 34px;
    font-size: 0.88rem;
}

.footer div {
    flex-wrap: wrap;
    gap: 16px;
}

.footer a {
    color: var(--muted);
}

.policy-page {
    width: min(820px, calc(100% - var(--page-gutter)));
    margin: 0 auto;
    padding: 76px 0 110px;
}

.policy-page h1 {
    font-size: clamp(2.85rem, 6.2vw, 5.1rem);
}

.policy-page h2 {
    margin-top: 52px;
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.policy-page p,
.policy-page ul {
    margin-top: 18px;
}

.policy-page ul {
    display: grid;
    gap: 10px;
    padding-left: 1.2em;
}

.policy-page .updated {
    margin-top: 20px;
    color: var(--quiet);
    font-size: 0.9rem;
}

.contact-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.contact-list a,
.contact-list span {
    border: 1px solid var(--line);
    border-radius: var(--card-radius);
    background: rgba(255, 255, 255, 0.72);
    padding: 16px;
}

@media (max-width: 980px) {
    .nav-links {
        display: none;
    }

    .hero,
    .split-section,
    .channels-section {
        grid-template-columns: 1fr;
    }

    .hero {
        gap: 36px;
        min-height: auto;
        padding-top: 34px;
    }

    .hero-visual,
    .hero-visual img {
        min-height: 0;
    }

    .feature-grid,
    .process-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .doc-shell {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 42px;
    }

    .doc-sidebar {
        position: static;
    }

    .doc-channel-nav {
        display: flex;
        overflow-x: auto;
        border-left: 0;
        border-bottom: 1px solid var(--line);
        padding: 0 0 14px;
        scrollbar-width: none;
    }

    .doc-channel-nav::-webkit-scrollbar {
        display: none;
    }

    .doc-channel-nav a {
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.54);
    }

    .doc-steps,
    .doc-platform-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid article {
        min-height: 156px;
    }

    .agent-list {
        margin-top: 0;
    }

    .channels-copy,
    .channel-capability-list {
        grid-template-columns: 1fr;
    }

    .channels-section {
        gap: 32px;
    }

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

    .footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
}

@media (max-width: 640px) {
    :root {
        --page-gutter: 20px;
        --section-y: 44px;
        --section-y-tight: 32px;
        --section-gap: 20px;
    }

    .nav,
    .hero,
    .section,
    .feature-section,
    .compliance-section,
    .footer,
    .doc-page,
    .policy-page {
        width: min(100% - var(--page-gutter), 1120px);
    }

    .nav {
        min-height: 64px;
    }

    h1 {
        font-size: clamp(3.1rem, 16vw, 4.4rem);
    }

    .hero h1 {
        max-width: 360px;
        font-size: clamp(2.55rem, 12vw, 3.25rem);
        line-height: 1.02;
    }

    h2 {
        font-size: clamp(2.1rem, 11vw, 3.2rem);
    }

    .pricing-section h2 {
        white-space: normal;
    }

    .hero {
        padding-top: var(--section-y);
        padding-bottom: var(--section-y);
    }

    .hero-visual,
    .hero-visual img {
        min-height: 0;
        border-radius: 20px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .download-menu {
        width: 100%;
    }

    .download-menu-panel {
        width: 100%;
    }

    .button {
        width: 100%;
    }

    .section {
        padding: var(--section-y) 0;
    }

    .split-section,
    .channels-section,
    .process-section {
        padding-top: var(--section-y);
        padding-bottom: var(--section-y);
    }

    .agent-list {
        grid-template-columns: 1fr;
    }

    .channel-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .channel-tile {
        min-height: 104px;
    }

    .pricing-section {
        padding-top: var(--section-y);
        padding-bottom: var(--section-y);
    }
}
