:root {
    --color-title: #192845;
    --color-body: #374151;
    --color-muted: #6b7280;
    --color-border: #d3d7db;
    --color-border-hover: #a4b7ca;
    --color-dark: #111a4a;
    --color-dark-hover: rgba(17, 26, 74, 0.85);
    --color-white: #ffffff;
    --color-card: #f6f9fa;
    --container-width: 1272px;
    --page-gutter: 80px;
    --font-sans: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    --gradient-brand: linear-gradient(90deg, #1146ff 0%, #01a3ff 49.04%, #00e69b 100%);
    --gradient-card-hover: linear-gradient(180deg, #f3f7f8 0%, #e0eef5 100%);
}

/* Templates page */
.template-gallery {
    padding: 64px 0 96px;
    background:
        radial-gradient(circle at 8% 0%, rgba(197, 241, 255, 0.38), transparent 32%),
        radial-gradient(circle at 42% 0%, rgba(248, 255, 197, 0.24), transparent 28%),
        radial-gradient(circle at 78% 0%, rgba(195, 182, 255, 0.28), transparent 34%),
        var(--color-white);
}

.template-gallery__inner {
    width: min(1175px, calc(100vw - 48px));
    margin: 0 auto;
}

.template-gallery__filters {
    width: fit-content;
    max-width: 100%;
    margin: 0 0 40px;
    padding: 8px;
    display: flex;
    gap: 2px;
    overflow-x: auto;
    border-radius: 8px;
    background: rgba(34, 150, 243, 0.15);
    scrollbar-width: none;
}

.template-gallery__filters::-webkit-scrollbar {
    display: none;
}

.template-gallery__filter {
    min-height: 36px;
    padding: 8px 24px;
    border: 0;
    border-radius: 50px;
    background: transparent;
    color: #0875c1;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
}

.template-gallery__filter.is-active {
    border-radius: 4px;
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(39, 120, 185, 0.15);
    font-weight: 500;
}

.template-gallery__filter:focus-visible,
.template-card__action:focus-visible {
    outline: 3px solid rgba(34, 150, 243, 0.24);
    outline-offset: 3px;
}

.template-gallery__heading {
    margin-bottom: 40px;
}

.template-gallery__heading h1 {
    margin: 0;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
}

.template-gallery__heading p {
    margin: 16px 0 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.4;
}

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

.template-card[hidden] {
    display: none;
}

.template-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #f6f9fa;
}

.template-card__media::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border: 1px solid #e5e7eb;
    border-radius: inherit;
    pointer-events: none;
}

.template-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.62);
    opacity: 0;
    transition: opacity 180ms ease;
}

.template-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 260ms ease;
}

.template-card__action {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: max-content;
    min-width: 147px;
    max-width: calc(100% - 32px);
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-white);
    color: var(--color-title);
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, -42%);
    transition: opacity 180ms ease, transform 180ms ease;
}

.template-card__media:hover::after,
.template-card__media:focus-within::after,
.template-card__media:hover .template-card__action,
.template-card__media:focus-within .template-card__action {
    opacity: 1;
}

.template-card__media:hover .template-card__action,
.template-card__media:focus-within .template-card__action {
    transform: translate(-50%, -50%);
}

.template-card__media:hover img {
    transform: scale(1.025);
}

.template-card h2 {
    margin: 16px 0 0;
    overflow: hidden;
    color: var(--color-title);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Download page */
body:has(.download-page) {
    background: var(--color-white) url("/site/download/download-background.png") left top / 100% auto no-repeat;
}

.download-page {
    position: relative;
    min-height: calc(100vh - 132px);
    min-height: calc(100svh - 132px);
    padding: 52px 0 96px;
    overflow: hidden;
    background: transparent;
}

.download-page__inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 48px));
    margin: 0 auto;
}

.download-page h1 {
    margin: 0;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
    text-align: center;
}

.download-card__button:focus-visible,
.download-command button:focus-visible {
    outline: 3px solid rgba(34, 150, 243, 0.26);
    outline-offset: 3px;
}

.download-panel {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.download-card {
    min-height: 382px;
    padding: 40px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    text-align: center;
    transition: box-shadow 200ms ease;
}

.download-card:hover,
.download-card:focus-within {
    box-shadow: 0 4px 40px rgba(69, 156, 206, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.download-card__heading {
    width: min(200px, 100%);
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.download-card__heading img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.download-card h2 {
    margin: 0;
    color: var(--color-title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.download-card p {
    width: min(200px, 100%);
    min-height: 54px;
    margin: 24px 0 0;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.38;
}

.download-card__version {
    width: min(200px, 100%);
    margin-top: 28px;
    color: #9fa7b7;
    font-size: 14px;
    line-height: 22px;
}

.download-card__button {
    min-width: 120px;
    height: 40px;
    margin-top: auto;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-white);
    color: var(--color-title);
    font-size: 14px;
    transition: border-color 160ms ease;
}

.download-card__button:hover,
.download-card__button:active,
.download-card__button:focus-visible {
    border-color: var(--color-border-hover);
}

.download-linux {
    grid-column: 1 / -1;
    min-height: 120px;
    padding: 24px 64px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    background: rgba(192, 216, 232, 0.72);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.download-linux__heading {
    display: flex;
    align-items: center;
    gap: 24px;
}

.download-linux__heading img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.download-linux__heading h2 {
    margin: 0;
    color: var(--color-title);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.download-linux__content {
    min-width: 0;
}

.download-linux__content p {
    margin: 0 0 8px;
    color: var(--color-body);
    font-size: 14px;
    line-height: 1.45;
}

.download-linux__content .download-command {
    margin-top: 0;
}

.download-command {
    position: relative;
    min-height: 48px;
    margin-top: 8px;
    padding: 12px 104px 12px 16px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #323232 0%, #53616b 49.52%, #323232 100%);
    text-align: left;
}

.download-command code {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.82);
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1.45;
}

.download-command button {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    cursor: pointer;
    transform: translateY(-50%);
    transition: width 160ms ease, color 160ms ease, opacity 160ms ease;
}

.download-command button:hover {
    opacity: 0.5;
}

.download-command button:active {
    opacity: 0.36;
}

.download-command__copy-label,
.download-command__success-icon {
    display: none;
}

.download-command__copy-icon {
    position: absolute;
    width: 18px;
    height: 18px;
}

.download-command__copy-icon::before,
.download-command__copy-icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 11px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.download-command__copy-icon::before {
    top: 2px;
    left: 6px;
}

.download-command__copy-icon::after {
    top: 5px;
    left: 3px;
    background: rgba(55, 64, 70, 0.92);
}

.download-command button.is-copied {
    width: 76px;
    color: var(--color-white);
    opacity: 1;
    cursor: default;
}

.download-command button.is-copied .download-command__copy-label,
.download-command button.is-copied .download-command__success-icon {
    display: inline-flex;
}

.download-command button.is-copied .download-command__copy-label {
    align-items: center;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.download-command button.is-copied .download-command__copy-icon {
    display: none;
}

.download-command__success-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2fbf71;
}

.download-command__success-icon::after {
    content: "";
    width: 7px;
    height: 4px;
    border-bottom: 2px solid var(--color-white);
    border-left: 2px solid var(--color-white);
    transform: translateY(-1px) rotate(-45deg);
}

@media (max-width: 1023px) {
    .template-gallery {
        padding: 48px 0 80px;
    }

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

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

    .download-linux {
        padding-inline: 32px;
        grid-template-columns: 180px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .template-gallery {
        padding: 40px 0 64px;
    }

    .template-gallery__inner,
    .download-page__inner {
        width: min(100% - 32px, 1120px);
    }

    .template-gallery__filters {
        width: 100%;
        justify-content: flex-start;
    }

    .template-gallery__filter {
        padding-inline: 18px;
    }

    .template-gallery__heading h1,
    .download-page h1 {
        font-size: 26px;
    }

    .template-gallery__grid {
        grid-template-columns: 1fr;
    }

    .download-page {
        min-height: calc(100svh - 64px);
        padding: 40px 0 72px;
    }

    .download-panel {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .download-card {
        min-height: auto;
    }

    .download-linux {
        padding: 28px 20px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .download-linux__heading {
        justify-content: center;
    }

    .download-card__button {
        margin-top: 28px;
    }

}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    color: var(--color-body);
    font-family: var(--font-sans);
    background: var(--color-white);
}

body {
    margin: 0;
    min-width: 320px;
    font-family: var(--font-sans);
}

body:has(.home-hero) {
    position: relative;
    background: var(--color-white);
}

body:has(.home-hero)::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: calc(100vh + 64px);
    height: calc(100svh + 64px);
    pointer-events: none;
    background:
        url("/site/home-hero-background-split.svg") center top / cover no-repeat,
        var(--color-white);
}

body:has(.home-hero) > * {
    position: relative;
    z-index: 1;
}

button,
textarea {
    font: inherit;
}

button {
    /* border: 0; */
}

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

.site-container {
    width: min(var(--container-width), calc(100vw - 48px));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    border-bottom: 1px solid transparent;
    background: transparent;
    transition: background-color 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease, -webkit-backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
    border-bottom-color: rgba(217, 217, 217, 0.5);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body:has(.price-page) .site-header:not(.is-scrolled) {
    border-bottom-color: rgba(217, 217, 217, 0.5);
}

body:has(.home-hero) .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
}

body:has(.home-hero) .site-header__user-trigger {
    border-color: rgba(17, 26, 74, 0.12);
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(16px);
}

.site-header__inner {
    width: min(var(--container-width), calc(100vw - 48px));
    height: 64px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    position: relative;
}

.site-header__mobile-menu {
    display: none;
}

.site-header__menu-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    cursor: pointer;
    list-style: none;
}

.site-header__menu-button::-webkit-details-marker {
    display: none;
}

.site-header__menu-button::marker {
    content: "";
}

.site-header__mobile-menu:not([open]) .site-header__mobile-panel {
    display: none;
}

.site-header__menu-icon,
.site-header__menu-icon::before,
.site-header__menu-icon::after {
    width: 21px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
}

.site-header__menu-icon {
    position: relative;
}

.site-header__menu-icon::before,
.site-header__menu-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.site-header__menu-icon::before {
    top: -7px;
}

.site-header__menu-icon::after {
    top: 7px;
}

.site-header__mobile-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(17, 26, 74, 0.08);
    border-radius: 12px;
    background: var(--color-white);
    box-shadow: 0 18px 36px rgba(17, 26, 74, 0.12);
}

.site-header__mobile-link,
.site-header__mobile-claim {
    display: flex;
    min-height: 42px;
    align-items: center;
    border-radius: 8px;
    color: var(--color-title);
    font-size: 15px;
    line-height: 1.2;
}

.site-header__mobile-link {
    padding: 0 12px;
}

.site-header__mobile-link:hover,
.site-header__mobile-link:focus-visible {
    color: var(--color-muted);
}

.site-header__mobile-claim {
    justify-content: center;
    gap: 4px;
    margin-top: 6px;
    padding: 0 14px;
    background: var(--color-dark);
    color: var(--color-white);
}

.site-header__logo {
    display: inline-flex;
    justify-self: start;
    color: var(--color-title);
    line-height: 1;
}

.site-header__logo img {
    display: block;
    width: 97px;
    height: auto;
}

.site-header__nav {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 16px;
}

.site-header__link {
    display: inline-flex;
    height: 42px;
    padding: 10px 14px;
    align-items: center;
    white-space: nowrap;
    border-radius: 4px;
    color: var(--color-title);
    font-size: 16px;
}

.site-header__link:hover,
.site-header__link:focus-visible {
    color: var(--color-muted);
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 16px;
}

.site-header__secondary-action,
.site-header__primary-action {
    display: inline-flex;
    height: 40px;
    padding: 10px 16px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
}

.site-header__secondary-action {
    border: 1px solid var(--color-border);
    background: var(--color-white);
    color: var(--color-title);
}

.site-header__secondary-action:hover,
.site-header__secondary-action:active,
.site-header__secondary-action:focus-visible,
.site-header__user-trigger:hover,
.site-header__user-trigger:focus-visible {
    border-color: var(--color-border-hover);
}

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

.site-header__user-menu:not([open]) .site-header__user-dropdown {
    display: none;
}

.site-header__user-trigger {
    display: inline-flex;
    height: 40px;
    max-width: 220px;
    padding: 6px 10px 6px 6px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-white);
    color: var(--color-title);
    cursor: pointer;
    line-height: 1;
    list-style: none;
}

.site-header__user-trigger::-webkit-details-marker {
    display: none;
}

.site-header__user-trigger::marker {
    content: "";
}

.site-header__user-avatar {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e7f4f6;
    color: #1094a3;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.site-header__user-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.site-header__user-chevron {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-right: 1.5px solid #909399;
    border-bottom: 1.5px solid #909399;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}

.site-header__user-menu[open] .site-header__user-chevron {
    transform: rotate(225deg) translateY(1px);
}

.site-header__user-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 60;
    min-width: 180px;
    padding: 6px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-white);
    box-shadow: 0 12px 32px rgba(17, 17, 17, 0.12);
}

.site-header__user-dropdown-link {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--color-title);
    font-size: 14px;
    line-height: 1.2;
}

.site-header__user-dropdown-link:hover {
    background: rgba(217, 217, 217, 0.3);
}

.site-header__logout-form {
    margin: 0;
}

.site-header__logout-button,
.site-header__mobile-logout-button {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.site-header__user-dropdown-link--muted {
    color: #646c7d;
}

.site-header__mobile-user {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 4px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.site-header__mobile-user-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px 6px;
}

.site-header__mobile-user-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-title);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.site-header__mobile-link--muted {
    color: #646c7d;
}

.site-header__primary-action {
    min-width: 120px;
    border: 1px solid transparent;
    background: var(--color-dark);
    color: var(--color-white);
}

.site-header__primary-action:hover,
.site-header__primary-action:active,
.site-header__mobile-claim:hover,
.site-header__mobile-claim:active {
    background: var(--color-dark-hover);
}

.site-header__primary-action strong {
    font-size: 16px;
    font-weight: 500;
}

.site-header__primary-icon {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.site-footer__nav,
.site-footer__meta {
    justify-content: flex-start;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
    color: var(--color-muted);
}

body:not(:has(.home-hero)) .site-footer {
    border-top: 1px solid #e5e7eb;
}

.home-hero {
    padding: 0;
}

.home-hero__stage {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
}

.home-hero__aurora,
.home-start-building__glow {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: 100vw;
    aspect-ratio: 3456 / 1023;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}

.home-hero__aurora {
    --aurora-start-y: 116px;
    --aurora-final-y: 0px;
    top: auto;
    bottom: 0;
    aspect-ratio: 1350 / 400;
    transform: translateX(-50%) translateY(var(--aurora-start-y));
    animation: home-aurora-slide-up 1600ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-hero__aurora-image,
.home-start-building__glow-image {
    position: absolute;
    inset: auto 0 0;
    display: block;
    width: 100%;
    height: 100%;
}

.home-hero__aurora-image,
.home-start-building__glow-image {
    object-fit: contain;
    object-position: center bottom;
}

.home-hero__content {
    position: relative;
    z-index: 2;
    width: min(970px, calc(100% - 48px));
    margin: 0 auto;
    padding-top: clamp(117px, 18vh, 216px);
    text-align: center;
}

.home-hero__title {
    animation: home-hero-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.home-hero__subtitle {
    animation: home-hero-rise 760ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.home-hero__top-title {
    background-image: var(--gradient-brand);
    background-size: 210% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: home-hero-gradient-sheen 5.6s linear infinite;
}

.home-hero__top-title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
    vertical-align: baseline;
}

.home-hero__title-icon {
    width: 41px;
    height: 40px;
    flex: 0 0 auto;
    display: block;
}

.home-hero__prompt {
    margin-top: 48px;
    animation: home-hero-rise 820ms cubic-bezier(0.16, 1, 0.3, 1) 300ms both;
}

.prompt-generator {
    background:
        linear-gradient(155deg, rgba(58, 117, 254, 0.2) 4.8%, rgba(0, 160, 255, 0.2) 23.8%, rgba(0, 200, 221, 0.2) 49%, rgba(131, 228, 189, 0.2) 74.3%, rgba(248, 255, 214, 0.2) 105.9%);
    box-shadow: 0 4px 15px rgba(43, 134, 183, 0.15);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-hero .prompt-generator,
.home-start-building .prompt-generator {
    --hero-glow-x: 50%;
    --hero-glow-y: 50%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    width: min(780px, 100%);
    margin: 0 auto;
    padding: 16px;
    border-radius: 32px;
}

.home-start-building .prompt-generator {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.home-hero .prompt-generator::before,
.home-hero .prompt-generator::after,
.home-start-building .prompt-generator::before,
.home-start-building .prompt-generator::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
}

.home-hero .prompt-generator::before,
.home-start-building .prompt-generator::before {
    inset: 0;
    z-index: 3;
    padding: 1px;
    border-radius: inherit;
    background: radial-gradient(
        210px circle at var(--hero-glow-x) var(--hero-glow-y),
        rgba(25, 112, 255, 0.48),
        rgba(45, 220, 187, 0.34) 38%,
        transparent 70%
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
}

.home-hero .prompt-generator::after,
.home-start-building .prompt-generator::after {
    inset: -18%;
    z-index: 0;
    background: radial-gradient(
        380px circle at var(--hero-glow-x) var(--hero-glow-y),
        rgba(86, 230, 205, 0.18),
        transparent 62%
    );
}

.home-hero .prompt-generator.is-glow-active::before,
.home-hero .prompt-generator.is-glow-active::after,
.home-start-building .prompt-generator.is-glow-active::before,
.home-start-building .prompt-generator.is-glow-active::after {
    opacity: 1;
}

.home-hero .prompt-generator__panel,
.home-start-building .prompt-generator__panel {
    position: relative;
    z-index: 1;
    min-height: 183px;
    border-radius: 24px;
    padding: 20px;
}

.prompt-generator__btn {
    border: 0;
    position: relative;
    overflow: hidden;
    width: 180px;
    background-image: var(--gradient-brand) !important;
}

.prompt-generator__btn:hover:not(:disabled),
.prompt-generator__btn:active:not(:disabled) {
    opacity: 0.8;
}

.home-hero .prompt-generator__btn::after,
.home-start-building .prompt-generator__btn::after {
    content: none;
}

.prompt-generator__controls {
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.prompt-generator__model {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.prompt-generator__model-select {
    flex: 0 0 auto;
    min-width: 188px;
    max-width: min(100%, 260px);
    height: 38px;
    padding: 0 32px 0 11px;
    border: 1px solid #dcdfe6;
    border-radius: 8px;
    background: var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23606266' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 11px center;
    color: #606266;
    font-size: 14px;
    line-height: 1;
    appearance: none;
    cursor: pointer;
}

.prompt-generator__model-select:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.prompt-generator__model-label {
    flex: 0 0 auto;
}

.home-publish-banner__flow {
    position: relative;
    width: 100%;
    min-height: 408px;
    margin: 0;
    padding: 40px 68px 38px;
    display: grid;
    grid-template-columns: minmax(0, 344px) minmax(0, 306px) minmax(0, 306px);
    align-items: start;
    justify-content: space-between;
    gap: 32px;
    list-style: none;
    overflow: hidden;
    border-radius: 24px;
    background: url("/site/home-publish-banner-bg.svg") center / cover no-repeat;
}

.publish-step {
    position: relative;
    z-index: 1;
}

.publish-step__image {
    display: block;
    width: min(306px, 100%);
    height: auto;
}

.publish-step__image--prompt {
    width: min(344px, 100%);
}

.home-productivity {
    min-height: 730px;
}

.home-productivity__background {
    position: absolute;
    inset: 0;
    display: none;
    pointer-events: none;
}

.home-productivity-card {
    min-height: 364px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--color-card);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}

.home-productivity-card__inner {
    width: min(270px, calc(100% - 40px));
    margin: 0 auto;
}

.home-productivity-card__media {
    height: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-productivity-card__image {
    display: block;
    width: min(120px, 100%);
    max-width: 100%;
    max-height: 120px;
    height: auto;
    object-fit: contain;
}

.home-productivity-card__image--operations {
    width: min(120px, 100%);
}

.home-productivity-card__body {
    min-height: 108px;
    text-align: center;
}

.home-productivity-card__title {
    min-height: 32px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--color-title);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-productivity-card__check {
    width: 32px;
    height: 32px;
    flex: none;
}

.home-productivity-card__description {
    margin: 16px 0 0;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-business {
    padding: 0 0 120px;
    background: var(--color-white);
}

.home-business__title {
    margin: 0 0 40px;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.375;
    letter-spacing: 0;
    text-align: center;
}

.home-business__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
    min-height: 704px;
    overflow: hidden;
    border-radius: 24px;
    background: #f3f7fa;
}

.home-business__visuals {
    position: relative;
    min-height: 704px;
    overflow: hidden;
    background: linear-gradient(136deg, #d8eaff 0%, #eaf8cf 32%, #b8f3ee 64%, #d9f2ff 100%);
}

.home-business__visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
}

.home-business__visual.is-active {
    opacity: 1;
    pointer-events: auto;
}

.home-business__carousel {
    object-fit: initial;
}

.home-business__carousel-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translate3d(var(--home-business-slide-enter-x, 5%), 0, 0) scale(1.015);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 880ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.home-business__carousel-slide.is-active {
    z-index: 1;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.home-business__carousel-slide.is-leaving {
    z-index: 0;
    opacity: 0;
    transform: translate3d(var(--home-business-slide-exit-x, -4%), 0, 0) scale(0.992);
}

.home-business__carousel-dots {
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 2;
    display: flex;
    gap: 0;
    transform: translateX(-50%);
}

.home-business__carousel-dot {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.home-business__carousel-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    transition:
        width 420ms cubic-bezier(0.16, 1, 0.3, 1),
        background-color 320ms ease;
}

.home-business__carousel-dot.is-active::before {
    width: 18px;
    background: #fff;
}

.home-business__carousel-dot:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 4px;
}

.home-business__accordion {
    order: -1;
    padding: 32px 56px 48px;
    background: #f3f7fa;
}

.home-business__item {
    border-bottom: 1px solid var(--color-border);
}

.home-business__item:last-child {
    border-bottom: 0;
}

.home-business__item-title {
    margin: 0;
    display: inline-flex;
}

.home-business__trigger {
    width: 100%;
    min-height: 76px;
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
    color: var(--color-title);
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}

.home-business__trigger:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 6px;
    border-radius: 8px;
}

.home-business__item.is-active .home-business__trigger {
    min-height: auto;
    padding-top: 24px;
    align-items: flex-start;
    background: var(--gradient-brand);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
}

.home-business__panel {
    padding: 16px 0 24px;
}

.home-business__panel p {
    margin: 0;
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.home-business__action {
    min-height: 40px;
    margin-top: 24px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    background: var(--color-dark);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-business__action:hover,
.home-business__action:active {
    background: var(--color-dark-hover);
}

.home-business__action:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 3px;
}

html.site-reveal-ready .site-scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 680ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--site-reveal-delay, 0ms);
}

html.site-reveal-ready .site-scroll-reveal.is-initial-reveal {
    opacity: 1;
    transform: none;
    transition: none;
}

body > .site-initial-reveal-mask {
    position: absolute;
    z-index: 0;
    display: block;
    pointer-events: none;
    background: transparent;
    box-shadow: 0 24px 54px rgba(34, 150, 243, 0.14);
    animation: site-initial-reveal-mask 560ms cubic-bezier(0.16, 1, 0.3, 1) var(--site-reveal-delay, 0ms) both;
}

html.site-reveal-ready .site-scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@keyframes site-initial-reveal-mask {
    from {
        opacity: 0.9;
        transform: translate3d(0, 14px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -4px, 0);
    }
}

.home-production {
    padding: 0 0 120px;
}

.home-production__title {
    min-height: 44px;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: 0;
    text-align: center;
}

.home-production__live {
    width: 40px;
    height: 40px;
    flex: none;
}

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

.home-production-card {
    min-height: 394px;
    padding: 50px 40px 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: url("/site/home-production-card-background.svg") center / 100% 100% no-repeat;
}

.home-production-card__icon-wrap {
    width: 174px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.home-production-card__icon {
    display: block;
    height: auto;
}

.home-production-card__icon--deploy {
    width: 133px;
}

.home-production-card__icon--domain {
    width: 164px;
}

.home-production-card__icon--platform {
    width: 140px;
}

.home-production-card__body {
    width: min(100%, 261px);
    margin-top: 32px;
    text-align: center;
}

.home-production-card h3 {
    margin: 0;
    color: var(--color-title);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-production-card p {
    margin: 16px 0 0;
    color: var(--color-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-performance__stage {
    position: relative;
    min-height: 520px;
    aspect-ratio: 1352 / 598;
    overflow: hidden;
    border-radius: 24px;
}

.home-performance__visual {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-performance__title {
    position: absolute;
    top: 13.2%;
    left: 6.95%;
    z-index: 1;
    margin: 0;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
}

.home-performance__features {
    position: absolute;
    top: 29.1%;
    right: 5.92%;
    z-index: 1;
    width: min(370px, calc(100% - 48px));
    display: grid;
    gap: 56px;
}

.home-performance-feature {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 16px;
}

.home-performance-feature__icon {
    width: 32px;
    height: 32px;
    display: block;
}

.home-performance-feature h3 {
    margin: 0;
    color: var(--color-title);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-performance-feature p {
    margin: 8px 0 0;
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.home-start-building {
    position: relative;
    min-height: 641px;
    overflow: hidden;
}

.home-start-building::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: clamp(300px, 34vw, 390px);
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        var(--color-white) 0%,
        rgb(255 255 255 / 0.98) 22%,
        rgb(255 255 255 / 0.76) 48%,
        rgb(255 255 255 / 0.28) 76%,
        rgb(255 255 255 / 0) 100%
    );
}

.home-start-building__glow {
    --aurora-start-y: 286px;
    --aurora-final-y: 168px;
    bottom: -1px;
    transform: translateX(-50%) translateY(var(--aurora-start-y));
}

.home-start-building.is-in-view .home-start-building__glow {
    animation: home-aurora-slide-up 1600ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.home-start-building__content {
    position: relative;
    z-index: 2;
    width: min(996px, calc(100% - 48px));
    margin: 0 auto;
    padding: 153px 0 0;
}

.home-start-building__header {
    text-align: center;
}

.home-start-building__header h2 {
    margin: 0;
    color: var(--color-title);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.home-start-building__header p {
    margin: 24px 0 0;
    color: #1f2d46;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.home-start-building__prompt {
    margin-top: 48px;
    width: min(100%, 996px);
}

.home-start-building__prompt .prompt-generator {
    margin: 0 auto;
}

.home-start-building__cta {
    display: inline-flex;
    height: 48px;
    min-width: 180px;
    padding: 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-image: var(--gradient-brand);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 500;
}

.innovation-page {
    padding-bottom: 120px;
}

.innovation-hero__panel {
    min-height: 236px;
    border-radius: 24px;
    background: url("/site/home-innovation-hero-background.webp") center / 100% 100% no-repeat;
}

.innovation-hero__decor {
    position: absolute;
    top: -3px;
    left: 50%;
    width: min(886px, 76vw);
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
}

.innovation-hero__content {
    width: min(1124px, calc(100% - 48px));
    padding-top: 58px;
}

.innovation-hero__title {
    color: var(--color-title);
    font-size: 48px;
    line-height: 1.21;
    letter-spacing: 0;
}

.innovation-hero__subtitle {
    margin-top: 24px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.innovation-grid {
    width: min(1124px, calc(100vw - 48px));
    margin-top: 38px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.innovation-card {
    min-height: 269px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: var(--color-card);
}

.innovation-card:hover,
.innovation-card:focus-within {
    background: var(--gradient-card-hover);
}

.innovation-card__icon {
    width: 48px;
    height: 48px;
    flex: none;
    display: block;
}

.innovation-card h2 {
    margin: 24px 0 0;
    color: var(--color-title);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.innovation-card p {
    margin: 8px 0 16px;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.innovation-card__link {
    width: fit-content;
    min-height: 40px;
    margin-top: auto;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-white);
    color: var(--color-title);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.innovation-card__link:hover,
.innovation-card__link:active,
.innovation-card__link:focus-visible {
    border-color: var(--color-border-hover);
}

.innovation-card__link:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 3px;
}

.innovation-detail-page {
    padding: 40px 0 120px;
    background: var(--color-white);
}

.innovation-detail-page__inner {
    width: min(1125px, calc(100vw - 48px));
    margin: 0 auto;
}

.innovation-detail-header {
    min-height: 140px;
    padding: 33px 40px;
    display: grid;
    grid-template-columns: 24px 48px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.5), transparent 34%),
        radial-gradient(circle at 76% 48%, rgba(226, 248, 236, 0.72), transparent 35%),
        linear-gradient(90deg, #dceffa 0%, #d8f1f8 38%, #e5f4ef 70%, #e8eef9 100%);
}

.innovation-detail-header__back {
    width: 44px;
    height: 44px;
    margin: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.innovation-detail-header__back img,
.innovation-detail-header__icon {
    display: block;
    flex: none;
}

.innovation-detail-header__back:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 2px;
}

.innovation-detail-header__copy {
    min-width: 0;
}

.innovation-detail-header__copy h1 {
    margin: 0;
    color: var(--color-title);
    font-family: var(--font-sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.innovation-detail-header__copy p {
    margin: 8px 0 0;
    color: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.innovation-detail-page__content-slot {
    margin-top: 32px;
}

.innovation-detail-page .innovation-detail-article {
    width: min(880px, 100%);
    margin: 0 auto;
    color: var(--color-body);
    font-size: 17px;
    line-height: 1.75;
}

.innovation-detail-page .innovation-detail-article article,
.innovation-detail-page .innovation-detail-article header,
.innovation-detail-page .innovation-detail-article footer,
.innovation-detail-page .innovation-detail-article figure,
.innovation-detail-page .innovation-detail-article blockquote,
.innovation-detail-page .innovation-detail-article h1,
.innovation-detail-page .innovation-detail-article h2,
.innovation-detail-page .innovation-detail-article h3,
.innovation-detail-page .innovation-detail-article p,
.innovation-detail-page .innovation-detail-article ol,
.innovation-detail-page .innovation-detail-article ul,
.innovation-detail-page .innovation-detail-article pre,
.innovation-detail-page .innovation-detail-article table {
    margin: 0;
}

.innovation-detail-page .innovation-detail-article article > * + * {
    margin-top: 24px;
}

.innovation-detail-page .innovation-detail-article article > header {
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e7eb;
}

.innovation-detail-page .innovation-detail-article article > header > * + * {
    margin-top: 12px;
}

.innovation-detail-page .innovation-detail-article h1,
.innovation-detail-page .innovation-detail-article h2,
.innovation-detail-page .innovation-detail-article h3 {
    color: var(--color-title);
    font-family: var(--font-sans);
    letter-spacing: 0;
}

.innovation-detail-page .innovation-detail-article h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.innovation-detail-page .innovation-detail-article h2 {
    margin-top: 48px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.innovation-detail-page .innovation-detail-article h3 {
    margin-top: 36px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
}

.innovation-detail-page .innovation-detail-article p {
    color: var(--color-body);
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
}

.innovation-detail-page .innovation-detail-article strong {
    color: var(--color-title);
    font-weight: 600;
}

.innovation-detail-page .innovation-detail-article ol,
.innovation-detail-page .innovation-detail-article ul {
    padding-left: 28px;
    color: var(--color-body);
    font-size: inherit;
    line-height: inherit;
}

.innovation-detail-page .innovation-detail-article ol {
    list-style: decimal;
}

.innovation-detail-page .innovation-detail-article ul {
    list-style: disc;
}

.innovation-detail-page .innovation-detail-article li + li {
    margin-top: 8px;
}

.innovation-detail-page .innovation-detail-article blockquote {
    padding: 20px 24px;
    border-left: 4px solid #2296f3;
    border-radius: 0 12px 12px 0;
    background: #f3f7fa;
    color: var(--color-title);
}

.innovation-detail-page .innovation-detail-article blockquote p {
    color: inherit;
    font-size: 18px;
    line-height: 1.6;
}

.innovation-detail-page .innovation-detail-article figure {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #f6f9fa;
}

.innovation-detail-page .innovation-detail-article figure img {
    display: block;
    width: 100%;
    height: auto;
}

.innovation-detail-page .innovation-detail-article figcaption {
    padding: 12px 16px;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.5;
}

.innovation-detail-page .innovation-detail-article a {
    color: #1479c9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.innovation-detail-page .innovation-detail-article a:hover,
.innovation-detail-page .innovation-detail-article a:focus-visible {
    color: #0d5f9f;
}

.innovation-detail-page .innovation-detail-article code {
    padding: 0.15em 0.38em;
    border-radius: 4px;
    background: #eef2f6;
    color: #25324a;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.88em;
}

.innovation-detail-page .innovation-detail-article pre {
    max-width: 100%;
    padding: 20px;
    overflow-x: auto;
    border-radius: 12px;
    background: #172033;
    color: #e7edf7;
    font-size: 14px;
    line-height: 1.65;
}

.innovation-detail-page .innovation-detail-article pre code {
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
}

.innovation-detail-page .innovation-detail-article table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.5;
}

.innovation-detail-page .innovation-detail-article th,
.innovation-detail-page .innovation-detail-article td {
    min-width: 160px;
    padding: 12px 16px;
    border: 1px solid #dce1e7;
    text-align: left;
    vertical-align: top;
}

.innovation-detail-page .innovation-detail-article th {
    background: #f3f7fa;
    color: var(--color-title);
    font-weight: 600;
}

.innovation-detail-page .innovation-detail-article article > footer {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.price-page {
    padding-bottom: 120px;
}

.price-plans {
    padding-top: 52px;
}

.price-page__title {
    margin: 0;
    color: var(--color-title);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: 0;
    text-align: center;
}

.price-plan-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    justify-content: center;
    gap: 20px;
}

.price-plan-card {
    min-height: 524px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 24px;
    cursor: default !important;
    background:
        linear-gradient(#f6f9fa, #f6f9fa) padding-box,
        #f6f9fa border-box;
}

.price-plan-card--featured {
    background:
        linear-gradient(#f6f9fa, #f6f9fa) padding-box,
        var(--gradient-brand) border-box;
}

.price-plan-card__content {
    min-height: 522px;
    padding: 47px 40px 40px;
    border-radius: 23px;
    background: #f6f9fa;
}

.price-plan-card__heading {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-plan-card__icon {
    width: 32px;
    height: 32px;
    display: block;
    flex: none;
}

.price-plan-card h2 {
    margin: 0;
    color: var(--color-title);
    font-family: var(--font-sans);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.price-plan-card__header p {
    margin: 8px 0 0;
    color: var(--color-body);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.price-plan-card__price {
    margin: 28px 0 0;
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: var(--color-title);
}

.price-plan-card__amount {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: 0;
}

.price-plan-card__period {
    color: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0;
}

.price-plan-card__button {
    min-height: 40px;
    margin-top: 24px;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: var(--color-white);
    color: var(--color-title);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}


.price-plan-card:not(.price-plan-card--featured) .price-plan-card__button:hover,
.price-plan-card:not(.price-plan-card--featured) .price-plan-card__button:active,
.price-plan-card:not(.price-plan-card--featured) .price-plan-card__button:focus-visible {
    border-color: var(--color-border-hover);
}

.price-plan-card--featured .price-plan-card__button {
    background: var(--gradient-brand);
    color: var(--color-white);
    font-weight: 500;
}

.price-plan-card--featured .price-plan-card__button:hover,
.price-plan-card--featured .price-plan-card__button:active {
    opacity: 0.8;
}

.price-plan-card--featured .featured-arrow {
    display: none !important;
}

.price-plan-card__button:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: 3px;
}

.price-plan-card__features {
    margin: 26px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.price-plan-card__features li {
    position: relative;
    min-height: 24px;
    padding-left: 24px;
    color: var(--color-muted);
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: 0;
}

.price-plan-card__features li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--color-border);
}

.price-plan-card__features strong {
    color: var(--color-body);
    font-weight: 500;
}

.price-faq {
    width: min(898px, calc(100vw - 48px));
    margin-top: 100px;
}

.price-faq__list {
    margin-top: 48px;
    display: grid;
    gap: 16px;
}

.price-faq__item {
    overflow: hidden;
    border: 1px solid #dce1e7;
    border-radius: 16px;
    background: var(--color-white);
}

.price-faq__summary,
.price-faq__question {
    min-height: 76px;
    padding: 23px 32px;
    display: grid;
    align-items: center;
    color: var(--color-title);
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
}

.price-faq__summary {
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 24px;
    cursor: pointer;
    list-style: none;
}

.price-faq__question {
    margin: 0;
}

.price-faq__summary::-webkit-details-marker {
    display: none;
}

.price-faq__summary::marker {
    content: "";
}

.price-faq__summary:focus-visible {
    outline: 3px solid rgba(17, 70, 255, 0.28);
    outline-offset: -6px;
    border-radius: 14px;
}

.price-faq__marker {
    position: relative;
    width: 16px;
    height: 16px;
    justify-self: end;
    color: #6b7280;
}

.price-faq__marker::before,
.price-faq__marker::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.price-faq__marker::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.price-faq__item[open] .price-faq__marker::after {
    display: none;
}

.price-faq__panel {
    padding: 0 32px 24px;
}

.price-faq__panel p {
    max-width: 834px;
    margin: 0;
    color: var(--color-body);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}


.home-publish-banner__claim-btn {
    background: var(--gradient-brand);
}

.home-publish-banner__claim-btn:hover,
.home-publish-banner__claim-btn:active {
    opacity: 0.8;
}

.home-publish-banner {
    padding-top: clamp(72px, 8vh, 112px);
}

@keyframes home-aurora-slide-up {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(var(--aurora-start-y, 116px));
    }

    100% {
        opacity: 0.96;
        transform: translateX(-50%) translateY(var(--aurora-final-y, 0px));
    }
}

@keyframes home-hero-rise {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes home-hero-gradient-sheen {
    0%,
    34% {
        background-position: 0% 50%;
    }

    62%,
    100% {
        background-position: 100% 50%;
    }
}

@keyframes home-hero-button-shimmer {
    0%,
    46% {
        transform: translateX(-135%);
    }

    72%,
    100% {
        transform: translateX(135%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__aurora,
    .home-start-building__glow,
    .home-hero__title,
    .home-hero__subtitle,
    .home-hero__top-title,
    .home-hero__prompt,
    .home-hero .prompt-generator__btn::after,
    .home-start-building .prompt-generator__btn::after {
        animation: none;
    }

    .home-hero__aurora,
    .home-start-building__glow {
        opacity: 0.96;
        transform: translateX(-50%) translateY(var(--aurora-final-y, 0px));
    }

    .home-hero__title,
    .home-hero__subtitle,
    .home-hero__prompt {
        opacity: 1;
        transform: none;
    }

    .home-business__carousel-slide,
    .home-business__carousel-dot::before,
    html.site-reveal-ready .site-scroll-reveal {
        transition: none;
    }

    html.site-reveal-ready .site-scroll-reveal {
        opacity: 1;
        transform: none;
    }

    body > .site-initial-reveal-mask {
        display: none;
        animation: none;
    }
}

@media (max-width: 960px) {
    .site-header {
        height: 56px;
    }

    .site-header__inner {
        width: min(var(--container-width), calc(100vw - 32px));
        height: 56px;
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 0;
        gap: 12px;
    }

    .site-header__mobile-menu {
        display: block;
        justify-self: start;
    }

    .site-header__logo {
        justify-self: end;
    }

    .site-header__nav,
    .site-header__actions {
        display: none;
    }

    footer.site-footer {
        height: auto;
    }

    .site-footer .site-footer__inner {
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site-footer .site-footer__nav,
    .site-footer .site-footer__meta {
        flex-wrap: wrap;
        justify-content: center;
    }

    .prompt-generator__controls {
        flex-direction: column;
        align-items: stretch;
    }

    .prompt-generator__model {
        justify-content: flex-end;
    }

    .prompt-generator__btn {
        width: 180px;
        align-self: flex-end;
    }

    .home-hero__stage {
        min-height: 100vh;
        min-height: 100svh;
    }

    .home-hero__content {
        padding-top: clamp(86px, 14vh, 144px);
    }

    .home-hero__title {
        font-size: 40px;
    }

    .home-hero__prompt {
        margin-top: 40px;
    }

    .home-publish-banner {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .home-publish-banner__flow {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: 32px 24px;
    }

    .publish-step {
        width: min(420px, 100%);
        margin-right: auto;
        margin-left: auto;
    }

    .publish-step__title {
        min-height: 0;
        margin-bottom: 18px;
    }

    .publish-step__title--center {
        text-align: left;
    }

    .publish-step__title--nowrap {
        white-space: normal;
    }

    .home-productivity {
        min-height: 0;
    }

    .home-productivity__content {
        width: min(560px, calc(100vw - 48px));
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .home-productivity__background {
        inset: 0 24px;
    }

    .home-productivity__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-business {
        padding-bottom: 88px;
    }

    .home-business__title {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.3;
    }

    .home-business__stage {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .home-business__visuals {
        min-height: 0;
        aspect-ratio: 664 / 748;
    }

    .home-business__accordion {
        padding: 32px 28px;
    }

    .home-production {
        padding-bottom: 88px;
    }

    .home-production__title {
        flex-wrap: wrap;
        gap: 10px 14px;
        font-size: 30px;
    }

    .home-production__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-production-card {
        min-height: 0;
        padding: 40px 28px;
    }

    .home-performance__stage {
        min-height: 0;
        padding: 54px 32px;
    }

    .home-performance__visual {
        opacity: 0.44;
        object-position: 35% center;
    }

    .home-performance__title,
    .home-performance__features {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }

    .home-performance__title {
        max-width: 606px;
        font-size: 32px;
    }

    .home-performance__features {
        width: min(420px, 100%);
        margin: 48px 0 0 auto;
        gap: 32px;
    }

    .home-start-building {
        min-height: 560px;
    }

    .home-start-building__content {
        padding-top: 112px;
    }

    .home-start-building__header h2 {
        font-size: 32px;
    }

    .innovation-page {
        padding-bottom: 88px;
    }

    .innovation-hero__panel {
        min-height: 248px;
    }

    .innovation-hero__decor {
        top: 8px;
        width: min(780px, 108vw);
    }

    .innovation-hero__content {
        padding-top: 62px;
    }

    .innovation-hero__subtitle {
        white-space: normal;
    }

    .innovation-hero__title {
        font-size: 40px;
    }

    .innovation-grid {
        width: min(640px, calc(100vw - 48px));
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .innovation-detail-page {
        padding-top: 32px;
        padding-bottom: 88px;
    }

    .innovation-detail-header {
        padding-right: 32px;
        padding-left: 32px;
        background-size: cover;
    }

    .price-page {
        padding-bottom: 88px;
    }

    .price-plans {
        padding-top: 44px;
    }

    .price-plan-grid {
        width: min(360px, 100%);
        margin-right: auto;
        margin-left: auto;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .price-plan-card,
    .price-plan-card__content {
        min-height: 0;
    }

    .price-faq {
        margin-top: 80px;
    }
}

@media (min-width: 641px) and (max-height: 819px) {
    .home-hero__stage {
        min-height: 820px;
    }
}

@media (max-width: 640px) {
    body:has(.home-hero)::before {
        background:
            url("/site/home-hero-background-split.svg") center top / cover no-repeat,
            var(--color-white);
    }

    .site-container {
        width: min(100% - 32px, var(--container-width));
    }

    .site-footer .site-footer__inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        display: block;
        height: auto;
        padding: 0;
        box-sizing: border-box;
    }

    .site-footer .site-footer__nav {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 14px 16px;
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        box-sizing: border-box;
        font-size: 14px;
    }

    .site-footer .site-footer__meta {
        width: 100%;
        min-width: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 16px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .site-footer .site-footer__nav a,
    .site-footer .site-footer__meta > * {
        min-width: 0;
        max-width: 100%;
        padding: 10px 14px;
        justify-self: start;
    }

    .site-footer .site-footer__nav a:nth-child(even),
    .site-footer .site-footer__meta > :last-child {
        justify-self: end;
    }

    .home-hero__stage {
        min-height: 100vh;
        min-height: 100svh;
        border-radius: 0;
        background: transparent;
    }

    .home-hero__aurora {
        --aurora-start-y: 116px;
        --aurora-final-y: 0px;
        width: max(1728px, 100vw);
        top: clamp(438px, 49vh, 606px);
        bottom: auto;
        aspect-ratio: 3456 / 1023;
    }

    .home-start-building__glow {
        --aurora-start-y: 390px;
        --aurora-final-y: 285px;
        width: max(1728px, 100vw);
    }

    .home-hero__content {
        width: min(811px, calc(100% - 28px));
        padding-top: 62px;
    }

    .home-hero__title {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
        white-space: normal;
        font-size: 34px;
    }

    .home-hero__top-title-wrap {
        display: inline;
        white-space: normal;
    }

    .home-hero__top-title {
        display: inline-block;
        white-space: nowrap;
    }

    .home-hero__title-icon {
        display: inline-block;
        width: 37px;
        height: 36px;
        margin-left: 8px;
        vertical-align: -6px;
    }

    .home-hero__subtitle {
        margin-top: 18px;
        font-size: 15px;
    }

    .home-hero__prompt {
        margin-top: 32px;
    }

    .prompt-generator {
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }

    .prompt-generator__panel {
        min-height: 220px;
    }

    .prompt-generator__model {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        justify-content: flex-end;
        white-space: nowrap;
    }

    .prompt-generator__model-select {
        width: auto;
        min-width: 0;
        max-width: 100%;
        flex: 1 1 auto;
        padding: 0 28px 0 10px;
        background-position: right 8px center;
    }

    .prompt-generator__model-value {
        min-width: 68px;
    }

    .prompt-generator__btn {
        width: 180px;
        align-self: flex-end;
    }

    .home-publish-banner {
        padding-top: 56px;
        padding-bottom: 48px;
    }

    .home-publish-banner__container {
        gap: 32px;
    }

    .home-publish-banner__title {
        font-size: 28px;
    }

    .home-publish-banner__price {
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 8px;
        font-size: 20px;
    }

    .home-publish-banner__price-value {
        font-size: 48px;
    }

    .home-publish-banner__flow {
        border-radius: 18px;
        padding: 24px 16px;
        background: url("/site/home-publish-banner-mobile-bg.png") center / cover no-repeat;
    }

    .publish-step__image {
        margin: 0 auto;
    }

    .home-productivity__content {
        width: min(100% - 32px, 560px);
        padding-right: 0;
        padding-left: 0;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .home-productivity__background {
        inset: 0 16px;
        border-radius: 24px;
        background: url("/site/home-productivity-background.svg") center center no-repeat;

    }

    .home-productivity__title {
        font-size: 22px;
    }

    .home-productivity__grid {
        margin-top: 32px;
    }

    .home-productivity-card {
        min-height: 0;
    }

    .home-productivity-card__media {
        height: 190px;
    }

    .home-productivity-card__body {
        min-height: 0;
        padding-bottom: 32px;
    }

    .home-business {
        padding-bottom: 64px;
    }

    .home-business__title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .home-business__stage {
        border-radius: 18px;
    }

    .home-business__accordion {
        padding: 24px 18px;
    }

    .home-business__trigger {
        min-height: 68px;
        font-size: 19px;
    }

    .home-business__item.is-active .home-business__trigger {
        font-size: 24px;
    }

    .home-business__panel {
        padding: 12px 0 22px;
    }

    .home-business__panel p {
        font-size: 14px;
    }

    .home-production {
        padding-bottom: 64px;
    }

    .home-production__title {
        margin-bottom: 28px;
        font-size: 26px;
        line-height: 1.25;
    }

    .home-production__live {
        width: 32px;
        height: 32px;
    }

    .home-production-card {
        border-radius: 12px;
        padding: 32px 20px 34px;
    }

    .home-production-card__body {
        margin-top: 24px;
    }

    .home-production-card h3 {
        font-size: 19px;
    }

    .home-production-card p {
        font-size: 14px;
    }

    .home-performance__stage {
        min-height: 0;
        border-radius: 18px;
        padding: 36px 18px;
    }

    .home-performance__title {
        font-size: 28px;
        line-height: 1.25;
    }

    .home-performance__features {
        margin-top: 36px;
        gap: 26px;
    }

    .home-performance-feature {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 12px;
    }

    .home-performance-feature__icon {
        width: 28px;
        height: 28px;
    }

    .home-performance-feature h3 {
        font-size: 20px;
    }

    .home-performance-feature p {
        font-size: 14px;
    }

    .home-start-building {
        min-height: 520px;
    }

    .home-start-building__content {
        width: min(100% - 32px, 811px);
    }

    .home-start-building__header h2 {
        font-size: 28px;
        line-height: 1.24;
    }

    .home-start-building__header p {
        margin-top: 18px;
        font-size: 15px;
    }

    .home-start-building__prompt {
        margin-top: 34px;
    }

    .innovation-page {
        padding-bottom: 64px;
    }

    .innovation-hero {
        padding-right: 12px;
        padding-left: 12px;
    }

    .innovation-hero__panel {
        min-height: 276px;
        border-radius: 18px;
        background-size: cover;
    }

    .innovation-hero__decor {
        top: 18px;
        width: 720px;
        max-width: none;
        opacity: 0.86;
    }

    .innovation-hero__content {
        width: min(100% - 32px, 626px);
        padding-top: 54px;
    }

    .innovation-hero__title {
        font-size: 34px;
        line-height: 1.22;
    }

    .innovation-hero__subtitle {
        margin-top: 18px;
        white-space: normal;
        font-size: 14px;
    }

    .innovation-grid {
        width: min(100% - 32px, 360px);
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .innovation-card {
        min-height: 0;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .innovation-card h2 {
        margin-top: 20px;
    }

    .innovation-detail-page {
        padding-top: 24px;
        padding-bottom: 64px;
    }

    .innovation-detail-page__inner {
        width: min(100% - 32px, 1125px);
    }

    .innovation-detail-header {
        min-height: 0;
        padding: 24px 22px;
        grid-template-columns: 24px minmax(0, 1fr);
        align-items: start;
        gap: 18px;
        border-radius: 18px;
    }

    .innovation-detail-header__icon {
        grid-column: 2;
        grid-row: 1;
        width: 44px;
        height: 44px;
    }

    .innovation-detail-header__copy {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .innovation-detail-header__copy h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .innovation-detail-header__copy p {
        margin-top: 10px;
    }

    .innovation-detail-page__content-slot {
        margin-top: 24px;
    }

    .innovation-detail-page .innovation-detail-article {
        font-size: 16px;
        line-height: 1.7;
    }

    .innovation-detail-page .innovation-detail-article article > header {
        padding-bottom: 24px;
    }

    .innovation-detail-page .innovation-detail-article h1 {
        font-size: 34px;
        line-height: 1.22;
    }

    .innovation-detail-page .innovation-detail-article h2 {
        margin-top: 40px;
        font-size: 24px;
    }

    .innovation-detail-page .innovation-detail-article h3 {
        margin-top: 32px;
        font-size: 19px;
    }

    .innovation-detail-page .innovation-detail-article ol,
    .innovation-detail-page .innovation-detail-article ul {
        padding-left: 24px;
    }

    .innovation-detail-page .innovation-detail-article blockquote {
        padding: 18px 20px;
    }

    .innovation-detail-page .innovation-detail-article blockquote p {
        font-size: 17px;
    }

    .innovation-detail-page .innovation-detail-article pre {
        padding: 16px;
        font-size: 13px;
    }

    .innovation-detail-page .innovation-detail-article th,
    .innovation-detail-page .innovation-detail-article td {
        padding: 10px 12px;
    }

    .price-page {
        padding-bottom: 64px;
    }

    .price-plans {
        padding-top: 40px;
    }

    .price-page__title {
        font-size: 32px;
        line-height: 1.25;
    }

    .price-plan-grid {
        margin-top: 36px;
        gap: 16px;
    }

    .price-plan-card {
        border-radius: 18px;
    }

    .price-plan-card__content {
        padding: 32px 24px;
        border-radius: 17px;
    }

    .price-plan-card__heading {
        gap: 14px;
    }

    .price-plan-card h2 {
        font-size: 22px;
    }

    .price-plan-card__header p {
        font-size: 15px;
    }

    .price-plan-card__price {
        margin-top: 24px;
    }

    .price-plan-card__amount {
        font-size: 36px;
    }

    .price-plan-card__features {
        margin-top: 24px;
    }

    .price-faq {
        width: min(100% - 32px, 898px);
        margin-top: 64px;
    }

    .price-faq__list {
        margin-top: 36px;
        gap: 12px;
    }

    .price-faq__item {
        border-radius: 14px;
    }

    .price-faq__summary,
    .price-faq__question {
        min-height: 68px;
        padding: 20px 22px;
        font-size: 18px;
    }

    .price-faq__summary {
        gap: 16px;
    }

    .price-faq__panel {
        padding: 0 22px 22px;
    }

    .price-faq__panel p {
        font-size: 15px;
    }
}
