:root {
    --bg: #000000;
    --text: #f5f5f7;
    --text-secondary: #86868b;
    --text-tertiary: #6e6e73;
    --accent: #6DD5ED;
    --line: rgba(255, 255, 255, 0.08);
    --detail-content-width: 1040px;
    --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html,
body {
    overflow-x: clip;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 16px 0;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-family: var(--font-sans);
    letter-spacing: 0;
    line-height: normal;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.site-header-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    gap: 24px;
}

.site-header-logo {
    font-size: 17px;
    font-weight: 650;
    letter-spacing: 0;
    color: var(--text);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    white-space: nowrap;
}

.site-header-logo:hover {
    text-decoration: none;
}

.site-header-logo img,
.site-header-logo-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: block;
    object-fit: contain;
    flex-shrink: 0;
}

.site-header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-header-link,
.site-nav-trigger {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    transition: color 0.2s;
    white-space: nowrap;
}

.site-nav-trigger {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.site-nav-trigger::after {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: 0.72;
}

.site-header-link:hover,
.site-nav-group:hover .site-nav-trigger,
.site-nav-group:focus-within .site-nav-trigger {
    color: var(--text);
}

.site-header-link-primary {
    color: var(--text);
}

.site-nav-group {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.site-nav-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    width: min(360px, calc(100vw - 32px));
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: #080808;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
    transform: translate(-50%, 8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.site-nav-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
}

.site-nav-group:hover .site-nav-panel,
.site-nav-group:focus-within .site-nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.site-nav-panel a {
    display: block;
    padding: 12px;
    border-radius: 12px;
    color: var(--text-secondary);
    text-decoration: none;
}

.site-nav-panel a:hover {
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

.site-nav-panel span {
    display: block;
    color: var(--text);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
}

.site-mobile-panel strong {
    display: block;
    color: var(--text);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
}

.site-nav-panel small {
    display: block;
    margin-top: 4px;
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.35;
}

.site-mobile-panel span {
    display: block;
    margin-top: 4px;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.4;
}

.site-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    background: var(--text);
    color: var(--bg);
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.2;
    padding: 0 16px;
    border-radius: 40px;
    transition: background 0.2s;
    white-space: nowrap;
}

.site-header-button:hover {
    background: rgba(245, 245, 247, 0.85);
    text-decoration: none;
}

.site-mobile-actions {
    display: none;
    align-items: center;
    gap: 8px;
}

.site-mobile-menu {
    position: relative;
}

.site-mobile-menu summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    color: var(--text);
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    user-select: none;
}

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

.site-mobile-panel {
    position: fixed;
    top: 64px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 16px;
    max-height: calc(100vh - 82px);
    overflow: auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: #080808;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.56);
}

.site-mobile-group {
    display: grid;
    gap: 6px;
}

.site-mobile-group-title {
    margin: 0 0 2px;
    color: var(--text-tertiary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-mobile-panel a {
    display: block;
    padding: 11px 12px;
    border-radius: 12px;
    color: var(--text-secondary);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.035);
}

.site-mobile-panel a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, 0.07);
    text-decoration: none;
}

.site-footer {
    width: 100%;
    padding: 44px 24px 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-sans);
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    z-index: 40;
}

.site-footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) repeat(4, minmax(120px, 1fr));
    gap: 32px;
    align-items: start;
}

.site-footer-brand {
    max-width: 220px;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--text);
    font-size: 15px;
    font-weight: 650;
    letter-spacing: 0;
    text-decoration: none;
}

.site-footer-logo:hover {
    text-decoration: none;
}

.site-footer-brand p,
.site-footer-title {
    margin: 0;
}

.site-footer-brand p {
    color: var(--text-tertiary);
    font-size: 13px;
    line-height: 1.5;
}

.site-footer-brand a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer-brand a:hover {
    color: var(--text);
}

.site-footer-group {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.site-footer-title {
    margin-bottom: 4px;
    color: var(--text);
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.site-footer-group a {
    color: var(--text-tertiary);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer-group a:hover {
    color: var(--text);
    text-decoration: none;
}

.detail-page {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 132px 24px 84px;
    color: var(--text);
    font-family: var(--font-sans);
    letter-spacing: 0;
}

.detail-page.live-translation-page,
.detail-page.detail-page-use-case,
.detail-page.download-page {
    padding-top: 0;
}

.detail-page a:hover {
    text-decoration: none;
}

.detail-hero {
    position: relative;
    margin-top: 0;
    padding: 44px 0 30px;
}

.detail-hero-split {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
    gap: clamp(36px, 6vw, 72px);
    align-items: center;
}

.detail-hero-fullbleed {
    width: auto;
    min-height: clamp(700px, 88vh, 920px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(112px, 13vh, 158px) max(24px, calc((100vw - 1120px) / 2 + 24px)) clamp(64px, 8vh, 96px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
}

.detail-hero-fullbleed::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.66) 42%, rgba(0, 0, 0, 0.22) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 48%, #000 100%);
    pointer-events: none;
}

.detail-hero-fullbleed .detail-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.detail-hero-fullbleed .detail-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #000;
}

.detail-hero-fullbleed .detail-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.detail-hero-fullbleed .detail-hero-media::after {
    display: none;
}

.detail-hero-fullbleed .detail-media-caption {
    display: none;
}

.detail-hero-copy {
    max-width: 700px;
}

.detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: var(--text-tertiary);
    font-size: 13px;
    font-weight: 500;
}

.detail-breadcrumb a,
.detail-breadcrumb span {
    color: var(--text-tertiary);
}

.detail-breadcrumb a:hover {
    color: var(--text-secondary);
}

.detail-breadcrumb-separator {
    color: rgba(255, 255, 255, 0.22);
}

.detail-eyebrow,
.eyebrow.detail-eyebrow {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 0 22px;
    padding: 8px 14px;
    border: 1px solid rgba(109, 213, 237, 0.22);
    border-radius: 999px;
    background: rgba(109, 213, 237, 0.08);
    color: #bdf4ff;
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: uppercase;
}

.detail-page h1 {
    max-width: 800px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(46px, 6.2vw, 78px);
    font-weight: 760;
    letter-spacing: 0;
    line-height: 0.98;
}

.detail-page .hero-copy,
.detail-page .detail-copy {
    max-width: 680px;
    margin: 0 0 32px;
    color: var(--text-secondary);
    font-size: clamp(19px, 2.2vw, 24px);
    line-height: 1.45;
}

.detail-actions,
.detail-page .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 22px;
}

.detail-page .btn {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
}

.detail-page .btn-primary {
    background: #fff;
    color: #000;
}

.detail-page .btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.02);
    color: #f5f5f7;
}

.detail-badges,
.detail-page .badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

.detail-page .badge {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.035);
    color: #d7d7dc;
    font-size: 13px;
    line-height: 1.2;
}

.detail-hero-media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: #090909;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.detail-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    opacity: 0.78;
}

.detail-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.68));
    pointer-events: none;
}

.detail-media-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.detail-media-caption strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 15px;
}

.detail-media-caption span {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.45;
}

.detail-page section:not(.detail-hero) {
    width: min(var(--detail-content-width), 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 96px;
}

.detail-page h2 {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 620;
    letter-spacing: 0;
    line-height: 1.1;
}

.detail-page h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 620;
    letter-spacing: 0;
    line-height: 1.2;
}

.detail-page p,
.detail-page li,
.detail-page td {
    color: #b8b8be;
}

.detail-page p {
    max-width: 860px;
    font-size: 16px;
    line-height: 1.6;
}

.detail-page .grid {
    gap: 14px;
}

.detail-page .card {
    position: relative;
    min-height: 184px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(109, 213, 237, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 22px 60px rgba(0, 0, 0, 0.18);
}

.detail-page .card p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.58;
}

.detail-card-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 12px;
    color: var(--accent);
    background: rgba(109, 213, 237, 0.1);
    border: 1px solid rgba(109, 213, 237, 0.18);
}

.detail-card-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.detail-page .card:nth-child(2) .detail-card-icon {
    color: #c8a9ff;
    background: rgba(200, 169, 255, 0.1);
    border-color: rgba(200, 169, 255, 0.18);
}

.detail-page .card:nth-child(3) .detail-card-icon {
    color: #ffd166;
    background: rgba(255, 209, 102, 0.1);
    border-color: rgba(255, 209, 102, 0.18);
}

.detail-page .card:nth-child(4) .detail-card-icon {
    color: #30d158;
    background: rgba(48, 209, 88, 0.1);
    border-color: rgba(48, 209, 88, 0.18);
}

.detail-page .callout {
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-left: 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(109, 213, 237, 0.09), transparent 36%),
        rgba(255, 255, 255, 0.035);
    padding: 22px 24px;
}

.detail-page .callout p {
    color: #d8d8dc;
}

.detail-page .table {
    border-color: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(109, 213, 237, 0.055), transparent 34%),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.detail-page .table th {
    background: rgba(255, 255, 255, 0.04);
    font-weight: 620;
}

.detail-page .table th,
.detail-page .table td {
    padding: 18px 20px;
    font-size: 14px;
    line-height: 1.55;
}

.detail-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.detail-proof-card {
    position: relative;
    min-height: 136px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
}

.detail-proof-card strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 620;
    line-height: 1.1;
}

.detail-proof-card span {
    display: block;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.45;
}

.detail-page section.detail-strip {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(109, 213, 237, 0.11), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.detail-page section.detail-strip h2 {
    max-width: 820px;
}

.detail-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.detail-pill-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: #d8d8dc;
    font-size: 13px;
    font-weight: 500;
}

.detail-page .faq,
.detail-page .faq-section {
    max-width: var(--detail-content-width);
    margin-left: auto;
    margin-right: auto;
}

.detail-page .faq h2,
.detail-page .faq-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 600;
    letter-spacing: 0;
}

.detail-page .faq-item {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 0;
}

.detail-page .faq-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.detail-page .faq-item summary,
.detail-page .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.detail-page .faq-item summary::-webkit-details-marker,
.detail-page .faq-question::-webkit-details-marker {
    display: none;
}

.detail-page .faq-item summary::after,
.detail-page .faq-question::after {
    content: "+";
    flex-shrink: 0;
    margin-left: 16px;
    color: var(--text-tertiary);
    font-size: 20px;
    font-weight: 300;
}

.detail-page .faq-item[open] summary::after,
.detail-page .faq-item[open] .faq-question::after {
    content: "\2212";
}

.detail-page .faq-item p,
.detail-page .faq-answer {
    margin: 0;
    padding: 0 0 20px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.6;
}

.detail-page section.cta-panel {
    padding: 48px;
    border: 1px solid rgba(109, 213, 237, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 18%, rgba(109, 213, 237, 0.17), transparent 34%),
        linear-gradient(135deg, rgba(109, 213, 237, 0.08), rgba(255, 255, 255, 0.025));
}

.detail-page section.cta-panel p {
    max-width: 720px;
    color: var(--text-secondary);
}

.blog-article-page {
    background:
        radial-gradient(circle at 50% 0%, rgba(109, 213, 237, 0.07), transparent 32rem),
        var(--bg);
    color: var(--text);
    font-family: var(--font-sans);
}

.blog-article-page .container {
    width: min(1040px, 100%);
    max-width: none;
    margin: 0 auto;
    padding: 132px 24px 80px;
}

.blog-article-page .back {
    display: inline-flex;
    align-items: center;
    margin: 0 12px 28px 0;
    color: var(--text-tertiary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.blog-article-page .back:hover {
    color: var(--text);
    text-decoration: none;
}

.blog-article-page .post-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    margin: 0 0 28px;
    padding: 0 14px;
    border: 1px solid rgba(109, 213, 237, 0.24);
    border-radius: 12px;
    background: rgba(109, 213, 237, 0.11);
    color: #aeeef8;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.blog-article-page h1 {
    max-width: 920px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.blog-article-page .post-meta {
    margin: 0 0 64px;
    color: var(--text-tertiary);
    font-size: 16px;
    line-height: 1.5;
}

.blog-article-page .post-meta + p,
.blog-article-page .post-meta + .blog-hero-image + p {
    max-width: 840px;
    margin-top: 0;
    color: rgba(245, 245, 247, 0.78);
    font-size: clamp(19px, 2.4vw, 24px);
    line-height: 1.62;
}

.blog-article-page p,
.blog-article-page ul,
.blog-article-page ol,
.blog-article-page h2,
.blog-article-page h3 {
    max-width: 760px;
}

.blog-article-page p,
.blog-article-page li {
    color: rgba(245, 245, 247, 0.68);
    font-size: 17px;
    line-height: 1.78;
}

.blog-article-page p {
    margin-bottom: 20px;
}

.blog-article-page h2 {
    margin: 78px 0 22px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.blog-article-page h3 {
    margin: 44px 0 14px;
    color: #fff;
    font-size: 22px;
    font-weight: 680;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.blog-article-page strong {
    color: #fff;
    font-weight: 700;
}

.blog-article-page ul,
.blog-article-page ol {
    margin: 28px 0 34px;
    padding: 24px 30px 24px 46px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.02);
}

.blog-article-page li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.blog-article-page li:last-child {
    margin-bottom: 0;
}

.blog-article-page .callout {
    max-width: 920px;
    margin: 42px 0 70px;
    padding: 34px 38px;
    border: 1px solid rgba(109, 213, 237, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(109, 213, 237, 0.18), transparent 34rem),
        linear-gradient(145deg, rgba(109, 213, 237, 0.09), rgba(255, 255, 255, 0.025));
}

.blog-article-page .callout p {
    max-width: none;
    margin: 0;
    color: rgba(234, 249, 252, 0.88);
    font-size: clamp(18px, 2vw, 21px);
    line-height: 1.65;
}

.blog-article-page .table,
.blog-article-page .comparison-table {
    width: min(920px, 100%);
    max-width: 920px;
    margin: 34px 0 58px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.035);
}

.blog-article-page .table th,
.blog-article-page .comparison-table th {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    color: #fff;
    font-size: 14px;
    font-weight: 720;
    text-align: left;
}

.blog-article-page .table td,
.blog-article-page .comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
    color: rgba(245, 245, 247, 0.68);
    font-size: 14px;
    line-height: 1.55;
    vertical-align: top;
}

.blog-article-page .table tr:last-child td,
.blog-article-page .comparison-table tr:last-child td {
    border-bottom: 0;
}

.blog-article-page .blog-hero-image {
    width: 100%;
    margin: 34px 0 58px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.04);
}

.blog-article-page .blog-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-page .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 10px;
    padding: 0 24px;
    border-radius: 16px;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.blog-article-page .cta:hover {
    opacity: 0.86;
    text-decoration: none;
}

@media (max-width: 920px) {
    .site-header-nav {
        display: none;
    }

    .site-mobile-actions {
        display: flex;
    }
}

@media (max-width: 860px) {
    .site-footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-brand {
        max-width: none;
    }

    .detail-page {
        padding-top: 108px;
    }

    .detail-page.live-translation-page,
    .detail-page.detail-page-use-case,
    .detail-page.download-page {
        padding-top: 0;
    }

    .detail-hero-split {
        grid-template-columns: 1fr;
    }

    .detail-hero-fullbleed {
        min-height: 760px;
        padding-left: 24px;
        padding-right: 24px;
    }

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

    .detail-hero-media,
    .detail-hero-media img {
        min-height: 340px;
    }

    .blog-article-page .container {
        padding-top: 112px;
    }

    .blog-article-page h1 {
        font-size: clamp(40px, 10vw, 58px);
    }

    .blog-article-page .table,
    .blog-article-page .comparison-table {
        display: block;
        overflow-x: auto;
        border-radius: 20px;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 12px 0;
    }

    .site-header-inner {
        padding: 0 18px;
    }

    .site-header-logo {
        font-size: 15px;
    }

    .site-header-button {
        min-height: 30px;
        padding: 0 12px;
        font-size: 12px;
    }

    .site-mobile-menu summary {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .site-mobile-panel {
        top: 56px;
        left: 10px;
        right: 10px;
        max-height: calc(100vh - 68px);
    }

    .site-footer {
        padding: 36px 20px 44px;
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .detail-page {
        padding: 96px 20px 64px;
    }

    .detail-page.live-translation-page,
    .detail-page.detail-page-use-case,
    .detail-page.download-page {
        padding-top: 0;
    }

    .detail-hero {
        padding-top: 24px;
    }

    .detail-hero-fullbleed {
        min-height: 700px;
        padding-top: 104px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .detail-page h1 {
        font-size: clamp(42px, 14vw, 58px);
    }

    .detail-page .btn {
        width: 100%;
    }

    .detail-page section:not(.detail-hero) {
        padding-left: 0;
        padding-right: 0;
        margin-top: 72px;
    }

    .detail-proof-grid,
    .detail-page .grid {
        grid-template-columns: 1fr;
    }

    .detail-page section.detail-strip,
    .detail-page section.cta-panel {
        padding: 26px 22px;
    }

    .detail-hero-media,
    .detail-hero-media img {
        min-height: 280px;
    }

    .blog-article-page .container {
        padding: 96px 20px 64px;
    }

    .blog-article-page .post-tag {
        min-height: 30px;
        margin-bottom: 22px;
        font-size: 11px;
        border-radius: 10px;
    }

    .blog-article-page h1 {
        font-size: clamp(38px, 13vw, 52px);
        line-height: 1.02;
    }

    .blog-article-page .post-meta {
        margin-bottom: 42px;
        font-size: 14px;
    }

    .blog-article-page p,
    .blog-article-page li {
        font-size: 16px;
    }

    .blog-article-page ul,
    .blog-article-page ol,
    .blog-article-page .callout {
        padding: 22px;
        border-radius: 20px;
    }

    .blog-article-page ul,
    .blog-article-page ol {
        padding-left: 38px;
    }
}
