html {
    scroll-behavior: smooth;
}

.not-found-page {
    overflow: clip;
}
.not-found-hero {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(66, 83, 237, 0.1), transparent 34%), linear-gradient(180deg, #f8fbfd 0%, #ffffff 48%, #f7fbff 100%);
}
.not-found-shell {
    display: grid;
    gap: 2rem;
    align-items: center;
}
.not-found-copy {
    position: relative;
    max-width: 38rem;
}
.not-found-code {
    font-size: clamp(5rem, 16vw, 9rem);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #082840;
    opacity: 0.12;
    margin-bottom: 1.25rem;
}
.not-found-title {
    font-size: clamp(1.9rem, 4vw, 3.25rem);
    line-height: 1.3;
    font-weight: 900;
    color: #082840;
    margin-bottom: 1.25rem;
}
.not-found-title span {
    color: #4253ed;
}
.not-found-lead {
    font-size: clamp(0.98rem, 1.2vw, 1.08rem);
    line-height: 2;
    color: #475569;
    max-width: 34rem;
}
.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}
.not-found-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.9rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}
.not-found-button:hover {
    transform: translateY(-2px);
}
.not-found-button--primary {
    background: #082840;
    color: #ffffff;
    box-shadow: 0 16px 30px -18px rgba(8, 40, 64, 0.4);
}
.not-found-button--secondary {
    background: rgba(255, 255, 255, 0.78);
    color: #082840;
    border: 1px solid rgba(8, 40, 64, 0.12);
    box-shadow: 0 16px 30px -22px rgba(8, 40, 64, 0.2);
}
.not-found-panel {
    position: relative;
}
.not-found-panel-grid {
    display: grid;
    gap: 1rem;
}
.not-found-card {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(8, 40, 64, 0.08);
    box-shadow:
        0 24px 48px -28px rgba(8, 40, 64, 0.22),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
    transition:
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.35s ease;
}
.not-found-card::before {
    content: "";
    position: absolute;
    inset: auto -10% -45% auto;
    width: 9rem;
    height: 9rem;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(66, 83, 237, 0.18), transparent 70%);
    pointer-events: none;
}
.not-found-card:hover {
    transform: translateY(-6px);
    border-color: rgba(66, 83, 237, 0.24);
    box-shadow:
        0 30px 56px -28px rgba(8, 40, 64, 0.26),
        0 1px 0 rgba(255, 255, 255, 1) inset;
}
.not-found-card-label {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    color: #4253ed;
    margin-bottom: 0.85rem;
}
.not-found-card-title {
    font-size: clamp(1.1rem, 1.7vw, 1.45rem);
    line-height: 1.55;
    font-weight: 900;
    color: #082840;
    margin-bottom: 0.7rem;
}
.not-found-card-body {
    font-size: 0.92rem;
    line-height: 1.9;
    color: #475569;
}
.not-found-card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1.25rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #082840;
}
.not-found-orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(8px);
    pointer-events: none;
}
.not-found-orb--blue {
    top: 8%;
    right: -6rem;
    width: 20rem;
    height: 20rem;
    background: radial-gradient(circle, rgba(66, 83, 237, 0.16), transparent 68%);
}
.not-found-orb--gold {
    bottom: -4rem;
    left: -5rem;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(252, 190, 81, 0.2), transparent 70%);
}

@media (min-width: 960px) {
    .not-found-shell {
        grid-template-columns: minmax(0, 1.05fr) minmax(21rem, 0.95fr);
        gap: 2.5rem;
    }
}

@media (max-width: 767px) {
    .not-found-hero {
        min-height: auto;
    }
    .not-found-actions {
        flex-direction: column;
    }
    .not-found-button {
        width: 100%;
    }
    .not-found-card {
        padding: 1.3rem;
    }
}
body.home {
    overflow-x: clip;
}
body {
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.85;
    color: #1e293b;
}
#cta {
    scroll-margin-top: 200px;
}

@media (max-width: 767px) {
    #cta {
        scroll-margin-top: 200px;
    }
}

.section-label {
    font-family: '"Noto Sans JP"', sans-serif;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    color: #082840;
    display: block;
    margin-bottom: 1rem;
}
.section-title {
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: 0.02em;
    color: #082840;
    line-height: 1.4;
}

.section-accent {
    display: inline-block;
    font-size: clamp(1.75rem, 3.4vw, 2.45rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.section-accent.is-sm {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.section-body {
    font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
    line-height: 1.95;
    color: #475569;
    font-weight: 500;
}
.section-body.is-center {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}
.card-title {
    font-size: clamp(1.1rem, 1.55vw, 1.4rem);
    line-height: 1.6;
    font-weight: 900;
    color: #082840;
    letter-spacing: 0.01em;
}
.card-title.is-sm {
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.65;
}
.card-copy {
    font-size: clamp(0.84rem, 0.95vw, 0.95rem);
    line-height: 1.9;
    color: #475569;
    font-weight: 500;
}
.eyebrow-text {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
    font-weight: 900;
}

.circular-chart {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 320px;
}
.circle-bg {
    fill: none;
    stroke: #e2e8f0;
    stroke-width: 3.8;
}
.circle {
    fill: none;
    stroke-width: 3.8;
    stroke-linecap: round;
    stroke: #fcbe51;
}

.bar-chart-container {
    position: relative;
    height: 240px;
    width: 100%;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18%;
    padding-bottom: 0px;
}
.bar {
    width: 76px;
    border-radius: 10px 10px 0 0;
    position: relative;
    transform-origin: bottom;
}

.impact-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(8, 40, 64, 0.08);
    border-radius: 1.25rem;
    box-shadow:
        0 12px 32px -18px rgba(8, 40, 64, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s ease;
}
.impact-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 24px 48px -22px rgba(8, 40, 64, 0.22),
        0 1px 0 rgba(255, 255, 255, 1) inset;
    border-color: rgba(8, 40, 64, 0.16);
}

.llmo-compare-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(8, 40, 64, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 18px 38px -24px rgba(8, 40, 64, 0.16);
}
.llmo-compare-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.llmo-compare-label.is-old {
    background: #f1f5f9;
    color: #475569;
}
.llmo-compare-label.is-new {
    background: rgba(66, 83, 237, 0.12);
    color: #4253ed;
}
.llmo-compare-visual {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.llmo-compare-visual.is-old,
.llmo-compare-visual.is-new {
    background: transparent;
    border: 0;
}
.llmo-flow-arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: #082840;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 900;
    box-shadow: 0 12px 24px -14px rgba(8, 40, 64, 0.4);
}
.llmo-table-wrap {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #f0f6fc;
    box-shadow: 0 16px 32px -24px rgba(8, 40, 64, 0.14);
    background: #ffffff;
}
.llmo-table-wrap table {
    border: 0;
    border-radius: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.solution-section {
    position: relative;
    isolation: isolate;
}
.solution-particles {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 1;
}
.solution-particles canvas,
.webinar-particles canvas,
.media-showcase-thumb img,
.webinar-card-thumb img {
    display: block;
}

.solution-particles canvas {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.45;
}
.policy-content h2 {
    font-size: 1.05rem;
    font-weight: 900;
    color: #082840;
    margin-top: 2.25rem;
    margin-bottom: 0.9rem;
    line-height: 1.8;
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content p,
.policy-content li {
    font-size: 14px;
    line-height: 2;
    color: #475569;
}

.policy-content ul {
    margin-top: 0.75rem;
    padding-left: 1.25rem;
    list-style: disc;
}

.policy-content a {
    color: #4253ed;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.company-table {
    width: 100%;
    border-collapse: collapse;
}

.company-table th,
.company-table td {
    padding: 1.15rem 1rem;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.9;
}

.company-table th {
    width: 28%;
    color: #082840;
    font-weight: 800;
    background: #f8fafc;
    text-align: left;
}

.company-table td {
    color: #475569;
    background: #ffffff;
}

.company-contact-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.company-contact-glow {
    position: absolute;
    inset: auto 50% -120px;
    width: min(420px, 75%);
    height: 220px;
    transform: translateX(-50%);
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(111, 200, 247, 0.22) 0%, rgba(66, 83, 237, 0.12) 42%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.company-contact-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 1rem 1.5rem;
    padding-top: 1.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(8, 40, 64, 0.08);
    box-shadow: 0 18px 36px -24px rgba(8, 40, 64, 0.2);
}

.company-contact-logo {
    height: 2rem;
    width: auto;
}

.company-contact-button {
    min-width: 220px;
}

.solution-section > *:not(.solution-particles) {
    position: relative;
    z-index: 10;
}

.webinar-particles {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 1;
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}
.faq-answer-inner {
    overflow: hidden;
}
.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}
.faq-toggle-icon {
    transition: transform 0.35s ease;
}
.faq-item.is-open .faq-toggle-icon {
    transform: rotate(45deg);
}

.js-reveal {
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}
.js-hero-stagger {
    opacity: 0;
    transform: translateY(22px);
    will-change: transform, opacity;
}
.js-hero-scale {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
    transform-origin: center;
    will-change: transform, opacity;
}
.js-float-soft {
    will-change: transform;
    animation: none !important;
    transform: none !important;
}

.approach-line,
.knowledge-line,
.llmo-risk-lines,
.js-timeline-line {
    display: none !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.animate-marquee {
    display: flex;
    width: 200%;
    animation: marquee 40s linear infinite;
}

.media-showcase-card {
    overflow: hidden;
    padding: 0;
}
.media-showcase-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dbeafe;
}
.media-showcase-thumb img,
.webinar-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-showcase-badge {
    position: absolute;
    left: 1rem;
    top: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    background: rgba(8, 40, 64, 0.82);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    backdrop-filter: blur(8px);
}
.media-showcase-body {
    padding: 1.5rem;
}
.media-showcase-meta {
    font-size: 0.72rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #4253ed;
    margin-bottom: 0.75rem;
}
.media-showcase-title {
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
    line-height: 1.75;
    font-weight: 800;
    color: #082840;
    margin-bottom: 0.75rem;
}
.media-showcase-text {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #475569;
    font-weight: 500;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.75rem 1.1rem;
    border-radius: 9999px;
    border: 1px solid rgba(8, 40, 64, 0.1);
    background: #ffffff;
    color: #082840;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.filter-chip:hover,
.filter-chip.is-active {
    background: #082840;
    color: #ffffff;
    border-color: #082840;
}

.page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    border: 1px solid rgba(8, 40, 64, 0.12);
    background: #ffffff;
    color: #082840;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.page-button:hover,
.page-button.is-current {
    background: #4253ed;
    color: #ffffff;
    border-color: #4253ed;
}

/* ← → は丸なし */
.archive-pagination .prev.page-button,
.archive-pagination .next.page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    width: auto;
    height: 44px;
    padding: 0 6px;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    line-height: 1;
}

/* ← → は hover/current でも丸を出さない */
.archive-pagination .prev.page-button:hover,
.archive-pagination .next.page-button:hover,
.archive-pagination .prev.page-button.is-current,
.archive-pagination .next.page-button.is-current {
    background: transparent;
    border-color: transparent;
    color: #082840;
}

@media (max-width: 767px) {
    .page-button {
        min-width: 40px;
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .archive-pagination .prev.page-button,
    .archive-pagination .next.page-button {
        height: 40px;
        font-size: 18px;
    }
}
.archive-filter-panel {
    position: relative;
}

.archive-filter-panel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: min(220px, 42vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(66, 83, 237, 0.22) 50%, rgba(255, 255, 255, 0) 100%);
}

.archive-pagination {
    flex-wrap: wrap;
}

.article-body {
    color: #1e293b;
}

.article-body > *:first-child {
    margin-top: 0;
}

.article-body p {
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    line-height: 2.1;
    color: #334155;
}

.article-body h2 {
    margin: 4rem 0 1.15rem;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 900;
    line-height: 1.55;
    color: #082840;
    scroll-margin-top: 110px;
}

.article-body h3 {
    margin: 2.2rem 0 0.9rem;
    font-size: clamp(1.15rem, 1.7vw, 1.35rem);
    font-weight: 900;
    line-height: 1.7;
    color: #082840;
}

.article-body strong {
    font-weight: 900;
    color: #082840;
}

.article-body ul,
.article-body ol {
    margin: 0 0 1.8rem;
    padding-left: 1.5rem;
    color: #334155;
}

.article-body li {
    margin-bottom: 0.65rem;
    line-height: 2;
    font-size: 0.95rem;
}

.article-body blockquote {
    margin: 2.2rem 0;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(66, 83, 237, 0.12);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 1.2rem;
    box-shadow: 0 18px 40px -28px rgba(8, 40, 64, 0.18);
    position: relative;
}

.article-body blockquote::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    background: rgba(66, 83, 237, 0.08);
}

.article-body blockquote p {
    margin-bottom: 0;
    position: relative;
    padding-left: 1.7rem;
    font-size: 0.98rem;
    line-height: 2;
    color: #334155;
}

.article-body blockquote p::before {
    content: "“";
    position: absolute;
    top: -0.15rem;
    left: 0.15rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #4253ed;
}

.article-body figure {
    margin: 2rem 0 2.2rem;
}

.article-body figure img {
    width: 100%;
    border-radius: 1.35rem;
    border: 1px solid rgba(8, 40, 64, 0.08);
    box-shadow: 0 12px 32px -18px rgba(8, 40, 64, 0.18);
}

.article-body figcaption {
    margin-top: 0.7rem;
    font-size: 0.78rem;
    line-height: 1.8;
    color: #64748b;
}

.article-body a {
    color: #4253ed;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.article-body table {
    width: 100%;
    margin: 2rem 0 2.4rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(8, 40, 64, 0.12);
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 14px 32px -24px rgba(8, 40, 64, 0.1);
}

.article-body thead th {
    background: linear-gradient(180deg, #4253ed 0%, #3243d9 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.04em;
}

.article-body th,
.article-body td {
    padding: 1.05rem 1.15rem;
    border-right: 1px solid rgba(8, 40, 64, 0.1);
    border-bottom: 1px solid rgba(8, 40, 64, 0.1);
    vertical-align: top;
    text-align: left;
}

.article-body tbody th {
    width: 24%;
    min-width: 148px;
    background: #f8fbfd;
    color: #082840;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.8;
    white-space: normal;
}

.article-body tbody td {
    font-size: 0.95rem;
    line-height: 2;
    color: #475569;
    background: #ffffff;
}

.article-body tbody tr:nth-child(even) th,
.article-body tbody tr:nth-child(even) td {
    background: #f7faff;
}

.article-body tr:last-child th,
.article-body tr:last-child td {
    border-bottom: 0;
}

.article-body th:last-child,
.article-body td:last-child {
    border-right: 0;
}

.article-body table caption {
    caption-side: top;
    text-align: left;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.8;
    color: #64748b;
    font-weight: 700;
}

.article-hero {
    position: relative;
    isolation: isolate;
}

.article-hero-copy {
    position: relative;
}

.article-toc-link {
    display: block;
    transition: color 0.2s ease;
}

.article-toc-link:hover {
    color: #082840;
}

.related-case-link {
    display: block;
    border-radius: 1rem;
    border: 1px solid #f0f6fc;
    background: #ffffff;
    padding: 1rem;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.related-case-link:hover {
    transform: translateY(-2px);
    border-color: rgba(8, 40, 64, 0.12);
    box-shadow: 0 12px 32px -18px rgba(8, 40, 64, 0.18);
}

.webinar-card {
    overflow: hidden;
    padding: 0;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}
.webinar-card-header {
    background: #4253ed;
    color: #ffffff;
    text-align: center;
    padding: 0.95rem 1.2rem 0.9rem;
}
.webinar-card-title {
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.webinar-card-thumb {
    padding: 1rem 1rem 0;
}
.webinar-card-thumb-inner {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dbeafe;
    border: 1px solid rgba(8, 40, 64, 0.08);
}
.webinar-card-body {
    padding: 1rem 1rem 1.35rem;
}
.webinar-card-description {
    font-size: 0.9rem;
    line-height: 1.9;
    color: #082840;
    font-weight: 700;
}
.webinar-card-status {
    padding: 0.7rem 1rem 0;
}

.webinar-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.webinar-status-badge.is-open {
    background: #4253ed;
    color: #ffffff;
}

.webinar-status-badge.is-closed {
    background: rgba(100, 116, 139, 0.12);
    color: #475569;
    border: 1px solid rgba(100, 116, 139, 0.22);
}
.issues-section {
    position: relative;
    overflow: visible;
    z-index: 2;
}

.issues-section::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 90px solid #eef6fa;
    z-index: 2;
}

#comparison {
    position: relative;
    z-index: 1;
}

.section-title-decorated {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

.section-title-decorated::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #4253ed 0%, #6fc8f7 100%);
}

.mobile-menu-panel {
    position: absolute;
    top: calc(100% + 0.85rem);
    left: 50%;
    width: min(23rem, calc(100vw - 1.5rem));
    padding: 1.1rem;
    border: 1px solid rgba(66, 83, 237, 0.1);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
    box-shadow: 0 28px 60px -24px rgba(8, 40, 64, 0.24);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-50%, -16px, 0) scale(0.96);
    transform-origin: top center;
    transition:
        opacity 0.3s ease,
        transform 0.36s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.3s ease;
    pointer-events: none;
    z-index: 60;
}
.mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, 0, 0) scale(1);
    pointer-events: auto;
}
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 40, 64, 0.18);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.28s ease,
        visibility 0.28s ease;
    z-index: 45;
}
.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-shell {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
}
.hamburger-line {
    position: absolute;
    left: 50%;
    display: block;
    width: 1.3rem;
    height: 2px;
    border-radius: 9999px;
    background: #082840;
    transform-origin: center;
    transition:
        transform 0.28s ease,
        opacity 0.22s ease,
        top 0.28s ease;
}
[data-menu-line="top"] {
    top: 0.2rem;
    transform: translateX(-50%);
}
[data-menu-line="middle"] {
    top: calc(50% - 1px);
    transform: translateX(-50%);
}
[data-menu-line="bottom"] {
    top: calc(100% - 0.35rem);
    transform: translateX(-50%);
}
.menu-open {
    overflow: hidden;
}
.menu-open [data-menu-line="top"] {
    top: calc(50% - 1px);
    transform: translateX(-50%) rotate(45deg);
}
.menu-open [data-menu-line="middle"] {
    opacity: 0;
    transform: translateX(-50%) scaleX(0.3);
}
.menu-open [data-menu-line="bottom"] {
    top: calc(50% - 1px);
    transform: translateX(-50%) rotate(-45deg);
}
.mobile-menu-surface {
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 0.45rem;
}
.mobile-menu-title {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #6b7a8c;
    margin: 0 0 0.65rem;
    padding: 0.6rem 0.85rem 0;
}
.mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.95rem;
    padding: 0.95rem 1rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #082840;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        color 0.2s ease;
}
.mobile-menu-link::after {
    content: "→";
    font-size: 0.9rem;
    color: rgba(8, 40, 64, 0.45);
    transition:
        transform 0.2s ease,
        color 0.2s ease;
}
.mobile-menu-link:hover {
    background: rgba(66, 83, 237, 0.06);
    transform: translateX(2px);
}
.mobile-menu-link:hover::after {
    transform: translateX(3px);
    color: #4253ed;
}
.mobile-menu-link.is-cta {
    justify-content: center;
    margin-top: 0.5rem;
    background: #082840;
    color: #ffffff;
    box-shadow: 0 16px 30px -18px rgba(8, 40, 64, 0.75);
}
.mobile-menu-link.is-cta::after {
    content: "";
}

@media (max-width: 1023px) {
    body {
        font-size: 15px;
    }
    .animate-marquee {
        width: max-content;
        min-width: 200%;
        animation-duration: 28s;
    }
    .llmo-flow-arrow {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    body {
        letter-spacing: 0.02em;
        font-size: 14px;
    }
    .section-body {
        font-size: 0.95rem;
        line-height: 1.9;
    }
    .card-title {
        font-size: 1.08rem;
        line-height: 1.55;
    }
    .card-title.is-sm {
        font-size: 0.98rem;
        line-height: 1.6;
    }
    .card-copy {
        font-size: 0.84rem;
        line-height: 1.85;
    }
    section {
        scroll-margin-top: 88px;
    }
    .section-label {
        font-size: 0.68rem;
        margin-bottom: 0.85rem;
        letter-spacing: 0.13em;
    }
    .section-title {
        font-size: clamp(1.8rem, 6vw, 2.35rem);
        line-height: 1.32;
        letter-spacing: -0.02em;
    }
    .section-title .section-accent {
        font-size: clamp(1.95rem, 7vw, 2.35rem);
        line-height: 1.18 !important;
    }
    .section-title .section-accent.is-sm {
        font-size: clamp(1.75rem, 6vw, 2.05rem);
    }
    .section-title-decorated {
        padding-bottom: 16px;
    }
    .section-title-decorated::after {
        width: min(160px, 42vw);
    }
    .impact-card:hover {
        transform: none;
    }
    .llmo-compare-card,
    .impact-card,
    .webinar-card {
        border-radius: 1.1rem;
    }
    .llmo-compare-visual {
        width: 4.5rem;
        height: 4.5rem;
    }
    .llmo-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .llmo-table-wrap table {
        min-width: 640px;
    }
    .bar-chart-container {
        height: 200px;
        gap: 22%;
    }
    .bar {
        width: 56px;
    }
    .issues-section::after {
        bottom: -52px;
        border-left-width: 50%;
        border-right-width: 50%;
        border-top-width: 52px;
    }
    .media-showcase-body,
    .webinar-card-body {
        padding: 1.1rem;
    }
    .webinar-card-thumb {
        padding: 0.9rem 0.9rem 0;
    }
    #header .max-w-7xl {
        height: 4.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #mobile-sticky-cta {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
    main > section:first-child {
        min-height: auto;
        padding-top: 6.25rem;
        padding-bottom: 3rem;
    }
    .filter-chip {
        min-height: 38px;
        padding: 0.65rem 0.9rem;
        font-size: 12px;
    }
    .page-button {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }
    .archive-pagination {
        gap: 0.55rem;
    }
    .article-body p,
    .article-body li {
        font-size: 0.92rem;
    }
    .article-body h2 {
        margin-top: 3rem;
    }
    .article-body table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
    }
    .article-body thead th {
        font-size: 0.76rem;
    }
    .article-body th,
    .article-body td {
        padding: 0.88rem 0.85rem;
        font-size: 0.84rem;
        line-height: 1.8;
    }
    .article-body tbody th {
        min-width: 110px;
        width: 34%;
        font-size: 0.84rem;
    }
    .article-body tbody td {
        min-width: 220px;
        font-size: 0.84rem;
        white-space: normal;
    }
    .company-contact-card {
        padding: 1.5rem 1.15rem !important;
    }
    .company-contact-card .section-label {
        margin-bottom: 0.75rem;
    }
    .company-contact-card .section-title {
        font-size: clamp(1.35rem, 5.4vw, 1.7rem);
        line-height: 1.45;
        letter-spacing: -0.01em;
        margin-bottom: 0.9rem !important;
    }
    .company-contact-card .section-body {
        font-size: 0.88rem;
        line-height: 1.85;
    }
    .company-contact-card .card-copy {
        font-size: 0.8rem;
        line-height: 1.75;
    }
    .company-contact-card .company-contact-logo-wrap {
        min-width: 160px;
        padding: 0.8rem 1rem;
        padding-top: 1.5rem;
    }
    .company-contact-card .company-contact-logo {
        height: 1.5rem;
    }
    .company-contact-card .company-contact-button {
        min-width: 100%;
        padding-top: 0.95rem;
        padding-bottom: 0.95rem;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .company-table th,
    .company-table td {
        padding: 0.95rem 0.85rem;
        font-size: 13px;
        line-height: 1.8;
    }
    .company-table th {
        width: 38%;
    }
}

/* ======================================== */
.before-llmo-copy {
    position: relative;
}

.before-llmo-alert {
    border-radius: 1.25rem;
    border: 1px solid rgba(66, 83, 237, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 255, 0.98) 100%);
    padding: 1.1rem 1.15rem;
    box-shadow: 0 16px 36px -26px rgba(8, 40, 64, 0.18);
}

.before-llmo-alert__eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.45rem;
}

.before-llmo-alert__text {
    font-size: 14px;
    line-height: 1.9;
    color: #475569;
    font-weight: 600;
}

.before-llmo-mini-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    box-shadow: 0 12px 26px -22px rgba(8, 40, 64, 0.18);
}

.before-llmo-mini-card--brand {
    border-color: rgba(66, 83, 237, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.98) 100%);
}

.before-llmo-mini-card__label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.45rem;
}

.before-llmo-mini-card__text {
    font-size: 13px;
    line-height: 1.8;
    color: #475569;
    font-weight: 700;
}

.before-llmo-visual-wrap {
    position: relative;
}

.before-llmo-visual {
    position: relative;
    min-height: 430px;
    border-radius: 1.75rem;
    padding: 1.5rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.before-llmo-visual::before,
.before-llmo-visual::after {
    content: none;
}

.before-llmo-glow {
    display: none;
}

.before-llmo-glow--1,
.before-llmo-glow--2 {
    display: none;
    background: none;
}

.before-llmo-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.55rem 1rem;
    border-radius: 9999px;
    background: #082840;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    box-shadow: 0 14px 28px -18px rgba(8, 40, 64, 0.48);
    z-index: 3;
}

.before-llmo-badge--top {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.before-llmo-card--main {
    position: absolute;
    inset: 80px 74px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 2;
}

.before-llmo-card--main::before {
    content: none;
}

.before-llmo-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 252px;
    padding: 0 1rem 0.15rem;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.before-llmo-card__image img {
    width: auto;
    height: 100%;
    max-height: 210px;
}

.before-llmo-card__body {
    padding: 0 1.5rem 0;
    text-align: center;
}

.before-llmo-card__eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.55rem;
}

.before-llmo-card__title {
    font-size: clamp(1.02rem, 1.4vw, 1.25rem);
    line-height: 1.6;
    font-weight: 900;
    color: #082840;
}

.before-llmo-floating {
    position: absolute;
    width: 200px;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 38px -24px rgba(8, 40, 64, 0.22);
    padding: 0.95rem 0.95rem 0.9rem;
    z-index: 4;
}

.before-llmo-floating--left {
    left: 28px;
    top: 40px;
}

.before-llmo-floating--right {
    right: 10px;
    top: 110px;
}

.before-llmo-floating::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    border-right: 1px solid rgba(148, 163, 184, 0.18);
    transform: rotate(45deg);
}

.before-llmo-floating--left::after {
    right: 30px;
    bottom: -8px;
    margin-top: 0;
}

.before-llmo-floating--right::after {
    left: 30px;
    bottom: -8px;
    margin-top: 0;
}

.before-llmo-floating__title {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: 0.02em;
    color: #082840;
    margin-bottom: 0.45rem;
}

.before-llmo-floating__text {
    font-size: 12px;
    line-height: 1.8;
    color: #475569;
    font-weight: 600;
}

.before-llmo-result {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(84%, 430px);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fff8ef 0%, #fff1dd 100%);
    border: 1px solid rgba(252, 190, 81, 0.45);
    color: #082840;
    padding: 1.5rem 1.15rem 1.15rem;
    box-shadow:
        0 22px 40px -28px rgba(154, 103, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    z-index: 4;
}

.before-llmo-result::before {
    content: "!";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: linear-gradient(180deg, #ffcc67 0%, #fcbe51 100%);
    color: #7a4a00;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 28px -18px rgba(154, 103, 0, 0.45);
}

.before-llmo-result__line {
    width: 72px;
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #f59e0b 0%, #fcbe51 100%);
    margin: 0 auto 0.95rem;
}

.before-llmo-result__eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #9a6700;
    text-align: center;
    margin-bottom: 0.5rem;
}

.before-llmo-result__title {
    font-size: 15px;
    line-height: 1.72;
    font-weight: 900;
    text-align: center;
    color: #7a1f1f;
}

@media (max-width: 1023px) {
    .before-llmo-visual {
        min-height: 400px;
        padding: 0.75rem 0 8.25rem;
        width: 100%;
        max-width: 470px;
        margin: 0 auto;
    }

    .before-llmo-badge {
        min-height: 34px;
        padding: 0.5rem 0.95rem;
        font-size: 11px;
    }

    .before-llmo-card--main {
        width: min(100%, 320px);
        margin: 3rem auto 0;
    }

    .before-llmo-card__image {
        min-height: 180px;
    }

    .before-llmo-card__image img {
        max-width: min(100%, 260px);
        max-height: 180px;
    }

    .before-llmo-card__title {
        font-size: 1.08rem;
        line-height: 1.48;
    }

    .before-llmo-floating {
        width: 200px;
        padding: 0.78rem 0.78rem 0.72rem;
    }

    .before-llmo-floating--left {
        left: 24px;
        top: 1.9rem;
    }

    .before-llmo-floating--right {
        right: 24px;
        top: 3.65rem;
    }

    .before-llmo-floating__title {
        font-size: 11px;
        line-height: 1.42;
        margin-bottom: 0.35rem;
    }

    .before-llmo-floating__text {
        font-size: 10px;
        line-height: 1.62;
    }

    .before-llmo-floating::after {
        width: 12px;
        height: 12px;
        bottom: -6px;
    }

    .before-llmo-floating--left::after {
        right: 18px;
    }

    .before-llmo-floating--right::after {
        left: 18px;
    }

    .before-llmo-result {
        width: min(100%, 360px);
        padding: 1.5rem 1rem 0.92rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .before-llmo-result__title {
        font-size: 13px;
        line-height: 1.56;
    }
}

@media (max-width: 767px) {
    .before-llmo-alert {
        border-radius: 1.05rem;
        padding: 1rem 1rem 0.95rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 255, 0.98) 100%);
        border: 1px solid rgba(66, 83, 237, 0.12);
        box-shadow: 0 16px 36px -26px rgba(8, 40, 64, 0.18);
    }

    .before-llmo-alert__eyebrow {
        font-size: 10px;
        margin-bottom: 0.35rem;
    }

    .before-llmo-alert__text {
        font-size: 12.5px;
        line-height: 1.75;
    }

    .before-llmo-visual {
        min-height: auto;
        padding: 0;
        border-radius: 0;
        overflow: visible;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;
        width: 100%;
    }

    .before-llmo-badge {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        min-height: 32px;
        padding: 0.45rem 0.85rem;
        font-size: 11px;
        width: fit-content;
        margin: 0 auto;
        order: 1;
    }

    .before-llmo-floating {
        position: relative;
        width: 100%;
        min-height: 0;
        border-radius: 1rem;
        padding: 0.9rem 0.95rem 0.82rem;
        box-shadow: 0 16px 30px -24px rgba(8, 40, 64, 0.18);
    }

    .before-llmo-floating--left {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        order: 2;
    }

    .before-llmo-floating--right {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        order: 3;
    }

    .before-llmo-floating__title {
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0.32rem;
    }

    .before-llmo-floating__text {
        font-size: 9.5px;
        line-height: 1.55;
    }

    .before-llmo-floating::after {
        display: none;
    }

    .before-llmo-card--main {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 100%;
        margin: 0;
        order: 4;
    }

    .before-llmo-card__image {
        min-height: 172px;
        padding: 0;
    }

    .before-llmo-card__image img {
        max-width: min(100%, 228px);
        max-height: 172px;
    }

    .before-llmo-card__body {
        display: none;
    }

    .before-llmo-result {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        margin-top: 0.1rem;
        padding: 1.25rem 0.85rem 0.9rem;
        order: 5;
    }

    .before-llmo-result::before {
        top: -12px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .before-llmo-result__title {
        font-size: 12.5px;
        line-height: 1.5;
    }
}
/* ===== Lumicite TOP revision sections ===== */
.positioning-card {
    position: relative;
    overflow: hidden;
}

.positioning-card--brand {
    border: 1.5px solid rgba(66, 83, 237, 0.18);
    box-shadow: 0 18px 40px -20px rgba(66, 83, 237, 0.26);
}

.positioning-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: #eef2f7;
    color: #64748b;
    padding: 0.45rem 0.85rem;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}

.positioning-pill--brand {
    background: rgba(66, 83, 237, 0.08);
    color: #4253ed;
}

.positioning-diagram {
    position: relative;
    min-height: 220px;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

.positioning-diagram--default {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.positioning-diagram__stack {
    display: grid;
    gap: 0.8rem;
    width: 100%;
}

.positioning-diagram__stack span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.7rem 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: #ffffff;
    color: #334155;
    font-weight: 800;
    font-size: 13px;
}

.positioning-diagram--brand {
    overflow: hidden;
}

.positioning-node {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    padding: 0.5rem 0.8rem;
    border-radius: 9999px;
    background: #ffffff;
    border: 1px solid rgba(66, 83, 237, 0.18);
    color: #082840;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 14px 25px -20px rgba(8, 40, 64, 0.35);
    z-index: 2;
}

.positioning-node--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #4253ed;
    color: #fff;
}
.positioning-node--top {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.positioning-node--left {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.positioning-node--right {
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.positioning-node--bottom {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.positioning-diagram--brand::before,
.positioning-diagram--brand::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.positioning-diagram--brand::before {
    background:
        linear-gradient(rgba(66, 83, 237, 0.18), rgba(66, 83, 237, 0.18)) center 50%/2px 118px no-repeat,
        linear-gradient(90deg, rgba(66, 83, 237, 0.18), rgba(66, 83, 237, 0.18)) center 50%/150px 2px no-repeat;
}

.positioning-message-grid {
    align-items: stretch;
}
.positioning-mini-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 1rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 18px 30px -24px rgba(8, 40, 64, 0.18);
}
.positioning-mini-card__label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.55rem;
}
.positioning-mini-card__text {
    font-size: 13px;
    line-height: 1.85;
    color: #475569;
    font-weight: 600;
}

.knowledge-graph-panel {
    position: relative;
    border-radius: 1.5rem;
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 246, 252, 0.98));
    border: 1px solid rgba(125, 157, 219, 0.24);
    box-shadow: 0 20px 40px -28px rgba(8, 40, 64, 0.28);
}
.knowledge-graph-diagram {
    position: relative;
    min-height: 360px;
    border-radius: 1.25rem;
    overflow: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(66, 83, 237, 0.08), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9));
}
.knowledge-node {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 42px;
    padding: 0.55rem 0.9rem;
    border-radius: 9999px;
    background: #ffffff;
    border: 1px solid rgba(125, 157, 219, 0.26);
    color: #082840;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 18px 28px -24px rgba(8, 40, 64, 0.28);
    z-index: 2;
}
.knowledge-node--center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #082840;
    color: #fff;
    min-width: 94px;
}
.knowledge-node--n1 {
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}
.knowledge-node--n2 {
    top: 82px;
    right: 18px;
}
.knowledge-node--n3 {
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}
.knowledge-node--n4 {
    bottom: 30px;
    right: 42px;
}
.knowledge-node--n5 {
    bottom: 28px;
    left: 38px;
}
.knowledge-node--n6 {
    top: 96px;
    left: 14px;
}
.knowledge-line {
    position: absolute;
    display: block;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(66, 83, 237, 0.35), rgba(66, 83, 237, 0.08));
    z-index: 1;
}
.knowledge-line--1 {
    width: 96px;
    top: 88px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.knowledge-line--2 {
    width: 150px;
    top: 156px;
    left: calc(50% - 8px);
    transform: rotate(-22deg);
}
.knowledge-line--3 {
    width: 140px;
    top: 184px;
    left: calc(50% + 8px);
    transform: rotate(0deg);
}
.knowledge-line--4 {
    width: 130px;
    top: 214px;
    left: calc(50% + 6px);
    transform: rotate(28deg);
}
.knowledge-line--5 {
    width: 136px;
    top: 224px;
    left: calc(50% - 128px);
    transform: rotate(-28deg);
}
.knowledge-line--6 {
    width: 136px;
    top: 160px;
    left: calc(50% - 118px);
    transform: rotate(198deg);
}
.knowledge-graph-caption {
    padding: 1rem 0.35rem 0.2rem;
}
.knowledge-graph-caption__label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.5rem;
}
.knowledge-graph-caption__text {
    font-size: 13px;
    line-height: 1.9;
    color: #475569;
    font-weight: 600;
}
.knowledge-point-card {
    border-radius: 1rem;
    border: 1px solid rgba(125, 157, 219, 0.18);
    background: rgba(255, 255, 255, 0.88);
    padding: 1rem 1.05rem;
}
.knowledge-point-card__title {
    font-size: 13px;
    font-weight: 900;
    color: #082840;
    margin-bottom: 0.45rem;
}
.knowledge-point-card__text {
    font-size: 13px;
    line-height: 1.85;
    color: #475569;
    font-weight: 600;
}

.recognition-card {
    position: relative;
    overflow: hidden;
}
.recognition-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: rgba(66, 83, 237, 0.08);
    color: #4253ed;
    padding: 0.4rem 0.75rem;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.recognition-chip--warn {
    background: rgba(252, 190, 81, 0.14);
    color: #9a6700;
}
.recognition-chip--error {
    background: rgba(239, 68, 68, 0.08);
    color: #c2410c;
}
.recognition-chip--brand {
    background: rgba(8, 40, 64, 0.08);
    color: #082840;
}
.recognition-visual {
    position: relative;
    height: 84px;
    margin-bottom: 1rem;
}
.recognition-visual span {
    position: absolute;
    display: block;
    border-radius: 9999px;
}
.recognition-visual--positive span:nth-child(1) {
    width: 56px;
    height: 56px;
    background: rgba(66, 83, 237, 0.12);
    left: 0;
    top: 14px;
}
.recognition-visual--positive span:nth-child(2) {
    width: 56px;
    height: 56px;
    background: rgba(8, 40, 64, 0.92);
    left: 46px;
    top: 14px;
}
.recognition-visual--positive span:nth-child(3) {
    width: 56px;
    height: 56px;
    background: rgba(252, 190, 81, 0.72);
    left: 92px;
    top: 14px;
}
.recognition-visual--missing span:nth-child(1) {
    width: 52px;
    height: 52px;
    background: rgba(66, 83, 237, 0.16);
    left: 0;
    top: 18px;
}
.recognition-visual--missing span:nth-child(2) {
    width: 52px;
    height: 52px;
    border: 2px dashed rgba(148, 163, 184, 0.6);
    left: 52px;
    top: 18px;
}
.recognition-visual--missing span:nth-child(3) {
    width: 52px;
    height: 52px;
    background: rgba(252, 190, 81, 0.22);
    left: 104px;
    top: 18px;
}
.recognition-visual--error span:nth-child(1) {
    width: 60px;
    height: 2px;
    background: rgba(239, 68, 68, 0.4);
    left: 16px;
    top: 42px;
}
.recognition-visual--error span:nth-child(2) {
    width: 52px;
    height: 52px;
    background: rgba(8, 40, 64, 0.92);
    left: 48px;
    top: 16px;
}
.recognition-visual--error span:nth-child(3) {
    width: 18px;
    height: 18px;
    background: rgba(239, 68, 68, 0.9);
    right: 18px;
    top: 8px;
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.12);
}
.recognition-visual--compare span:nth-child(1) {
    width: 56px;
    height: 56px;
    background: rgba(8, 40, 64, 0.92);
    left: 10px;
    top: 14px;
}
.recognition-visual--compare span:nth-child(2) {
    width: 96px;
    height: 2px;
    background: linear-gradient(90deg, rgba(66, 83, 237, 0.18), rgba(66, 83, 237, 0.46));
    left: 56px;
    top: 42px;
}
.recognition-visual--compare span:nth-child(3) {
    width: 64px;
    height: 64px;
    background: rgba(66, 83, 237, 0.14);
    right: 0;
    top: 10px;
}

.process-card {
    text-align: left;
}
.process-icon {
    width: 54px;
    height: 54px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(66, 83, 237, 0.1), rgba(8, 40, 64, 0.08));
    color: #4253ed;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.process-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.6rem;
}

@media (max-width: 767px) {
    .positioning-diagram {
        min-height: 208px;
    }
    .positioning-node {
        font-size: 11px;
        min-width: 70px;
        padding: 0.48rem 0.65rem;
    }
    .positioning-diagram--brand::before {
        background:
            linear-gradient(rgba(66, 83, 237, 0.16), rgba(66, 83, 237, 0.16)) center 50%/2px 108px no-repeat,
            linear-gradient(90deg, rgba(66, 83, 237, 0.16), rgba(66, 83, 237, 0.16)) center 50%/124px 2px no-repeat;
    }
    .knowledge-graph-panel {
        padding: 1rem;
    }
    .knowledge-graph-diagram {
        min-height: 300px;
    }
    .knowledge-node {
        font-size: 11px;
        min-width: 70px;
        min-height: 38px;
        padding: 0.45rem 0.65rem;
    }
    .knowledge-node--n2 {
        top: 74px;
        right: 8px;
    }
    .knowledge-node--n3 {
        right: -2px;
    }
    .knowledge-node--n4 {
        bottom: 22px;
        right: 20px;
    }
    .knowledge-node--n5 {
        bottom: 22px;
        left: 18px;
    }
    .knowledge-node--n6 {
        top: 86px;
        left: 4px;
    }
    .knowledge-line--2 {
        width: 128px;
        top: 140px;
        left: calc(50% - 6px);
    }
    .knowledge-line--3 {
        width: 116px;
        top: 158px;
        left: calc(50% + 4px);
    }
    .knowledge-line--4 {
        width: 110px;
        top: 188px;
        left: calc(50% + 6px);
    }
    .knowledge-line--5 {
        width: 112px;
        top: 190px;
        left: calc(50% - 102px);
    }
    .knowledge-line--6 {
        width: 110px;
        top: 148px;
        left: calc(50% - 94px);
    }
}

.strategy-compare-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(8, 40, 64, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 18px 40px -24px rgba(8, 40, 64, 0.16);
    overflow: hidden;
}

.strategy-compare-card--generic {
    border-color: rgba(148, 163, 184, 0.2);
}

.strategy-compare-card--brand {
    border-color: rgba(66, 83, 237, 0.16);
    box-shadow: 0 22px 48px -24px rgba(66, 83, 237, 0.22);
}

.strategy-compare-card__head {
    position: relative;
    z-index: 2;
}

.strategy-compare-card__title {
    font-size: clamp(1.15rem, 1.65vw, 1.45rem);
    line-height: 1.6;
    font-weight: 900;
    color: #082840;
    margin-bottom: 0.7rem;
    letter-spacing: 0.01em;
}

.strategy-compare-card__copy {
    font-size: 0.92rem;
    line-height: 1.95;
    color: #475569;
    font-weight: 500;
}

.strategy-compare-visual {
    position: relative;
    min-height: 320px;
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.92) 100%);
    overflow: hidden;
    isolation: isolate;
}

.strategy-compare-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(66, 83, 237, 0.08), transparent 46%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 250, 252, 0.6) 100%);
    pointer-events: none;
}

.strategy-compare-visual--generic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, transparent calc(50% - 1px), rgba(148, 163, 184, 0.16) 50%, transparent calc(50% + 1px));
    opacity: 0.4;
    pointer-events: none;
}

.strategy-compare-visual--brand {
    border-color: rgba(66, 83, 237, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 244, 255, 0.98) 100%);
}

.strategy-hub {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 9999px;
    font-weight: 900;
    letter-spacing: 0.02em;
    z-index: 2;
}

.strategy-hub--generic {
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    transform: translate(-50%, -50%);
    background: #082840;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.45;
    box-shadow: 0 24px 40px -26px rgba(8, 40, 64, 0.4);
}

.strategy-hub--analysis {
    top: 24px;
    left: 50%;
    min-width: 132px;
    height: 52px;
    transform: translateX(-50%);
    padding: 0 1.2rem;
    background: #082840;
    color: #ffffff;
    font-size: 0.96rem;
    box-shadow: 0 18px 32px -20px rgba(8, 40, 64, 0.38);
}

.strategy-hub--lumicite {
    top: 50%;
    left: 50%;
    width: 154px;
    height: 154px;
    transform: translate(-50%, -44%);
    background: linear-gradient(180deg, #4253ed 0%, #3142da 100%);
    box-shadow:
        0 28px 52px -26px rgba(66, 83, 237, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.strategy-hub__logo {
    width: 76%;
    max-width: 108px;
    height: auto;
    filter: brightness(0) invert(1);
}

.strategy-branch {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    min-height: 84px;
    padding: 0.95rem 1rem 0.88rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px -24px rgba(8, 40, 64, 0.22);
    text-align: center;
    z-index: 2;
}

.strategy-branch--brand {
    border-color: rgba(66, 83, 237, 0.18);
    box-shadow: 0 20px 34px -24px rgba(66, 83, 237, 0.22);
}

.strategy-branch::before {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    height: 2px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.22), rgba(148, 163, 184, 0.5));
    transform-origin: left center;
    z-index: -1;
}

.strategy-branch--brand::before {
    background: linear-gradient(90deg, rgba(66, 83, 237, 0.18), rgba(66, 83, 237, 0.48));
}

.strategy-branch__label {
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 900;
    color: #082840;
    margin-bottom: 0.28rem;
}

.strategy-branch__sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0.18rem 0.55rem;
    border-radius: 9999px;
    background: rgba(148, 163, 184, 0.12);
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.strategy-branch--brand .strategy-branch__sub {
    background: rgba(66, 83, 237, 0.1);
    color: #4253ed;
}

.strategy-branch--seo {
    top: 28px;
    left: 34px;
}

.strategy-branch--seo::before {
    width: 108px;
    transform: rotate(28deg);
}

.strategy-branch--ads {
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}

.strategy-branch--ads::before {
    width: 120px;
    transform: rotate(180deg);
}

.strategy-branch--llmo {
    left: 54px;
    bottom: 28px;
}

.strategy-branch--llmo::before {
    width: 116px;
    transform: rotate(-28deg);
}

.strategy-branch--seo-brand {
    top: 112px;
    left: 18px;
}

.strategy-branch--seo-brand::before {
    width: 108px;
    transform: rotate(12deg);
}

.strategy-branch--ads-brand {
    top: 112px;
    right: 18px;
}

.strategy-branch--ads-brand::before {
    width: 108px;
    transform: rotate(168deg);
}

.strategy-branch--llmo-brand {
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
}

.strategy-branch--llmo-brand::before {
    width: 2px;
    height: 74px;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(66, 83, 237, 0.18), rgba(66, 83, 237, 0.48));
}

.strategy-puzzle-board {
    padding: 1rem;
    border-color: rgba(66, 83, 237, 0.16);
    background: radial-gradient(circle at 50% 42%, rgba(66, 83, 237, 0.09), transparent 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 244, 255, 0.98) 100%);
}

.strategy-puzzle-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    min-height: 328px;
    align-items: stretch;
}

.strategy-puzzle-piece {
    --piece-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(247, 250, 255, 0.99) 100%);
    --piece-border: rgba(66, 83, 237, 0.18);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 88px;
    padding: 0.95rem 0.78rem;
    border-radius: 1.2rem;
    border: 1px solid var(--piece-border);
    background: var(--piece-bg);
    box-shadow:
        0 18px 32px -24px rgba(66, 83, 237, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    overflow: visible;
    isolation: isolate;
}

.strategy-puzzle-piece::before,
.strategy-puzzle-piece::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    background: var(--piece-bg);
    border: 1px solid var(--piece-border);
    box-shadow: inherit;
}

.strategy-puzzle-piece::before {
    width: 18px;
    height: 18px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.strategy-puzzle-piece::after {
    width: 22px;
    height: 22px;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    background: #eef4ff;
    border-color: rgba(66, 83, 237, 0.14);
    box-shadow: none;
    z-index: 3;
}

.strategy-puzzle-piece--top::after,
.strategy-puzzle-piece--top-right::after,
.strategy-puzzle-piece--left::after,
.strategy-puzzle-piece--center::after,
.strategy-puzzle-piece--right::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 244, 255, 0.98) 100%);
    border-color: rgba(66, 83, 237, 0.14);
}

.strategy-puzzle-piece--top,
.strategy-puzzle-piece--left,
.strategy-puzzle-piece--bottom-left {
    border-top-left-radius: 1.55rem;
}

.strategy-puzzle-piece--top-right,
.strategy-puzzle-piece--right,
.strategy-puzzle-piece--bottom-right {
    border-top-right-radius: 1.55rem;
}

.strategy-puzzle-piece--bottom-left,
.strategy-puzzle-piece--bottom,
.strategy-puzzle-piece--bottom-right {
    border-bottom-left-radius: 1.45rem;
    border-bottom-right-radius: 1.45rem;
}

.strategy-puzzle-piece--brand {
    background: var(--piece-bg);
}

.strategy-puzzle-piece--center-main {
    --piece-bg: linear-gradient(180deg, #4b5cf0 0%, #3142da 100%);
    --piece-border: rgba(66, 83, 237, 0.42);
    min-height: 100px;
    z-index: 2;
    box-shadow:
        0 28px 46px -28px rgba(66, 83, 237, 0.52),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.strategy-puzzle-piece--center-main::before {
    width: 20px;
    height: 20px;
    left: -11px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    background: var(--piece-bg);
    border-color: var(--piece-border);
}

.strategy-puzzle-piece--center-main::after {
    width: 20px;
    height: 20px;
    right: -11px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: var(--piece-bg);
    border-color: var(--piece-border);
}

.strategy-puzzle-piece__eyebrow {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.76);
}

.strategy-puzzle-piece__label {
    font-size: 0.84rem;
    line-height: 1.4;
    font-weight: 900;
    color: #082840;
    letter-spacing: 0.01em;
}

.strategy-puzzle-piece__label--center {
    color: #ffffff;
    font-size: 1.02rem;
}

.strategy-puzzle-piece--top {
    grid-column: 1;
    grid-row: 1;
}

.strategy-puzzle-piece--top-right {
    grid-column: 2;
    grid-row: 1;
}

.strategy-puzzle-piece--left {
    grid-column: 1;
    grid-row: 2;
}

.strategy-puzzle-piece--center {
    grid-column: 2;
    grid-row: 2;
}

.strategy-puzzle-piece--right {
    grid-column: 3;
    grid-row: 2;
}

.strategy-puzzle-piece--bottom-left {
    grid-column: 1;
    grid-row: 3;
}

.strategy-puzzle-piece--bottom {
    grid-column: 2;
    grid-row: 3;
}

.strategy-puzzle-piece--bottom-right {
    grid-column: 3;
    grid-row: 3;
}

.approach-points {
    display: grid;
    gap: 0.85rem;
}

.approach-point {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px -24px rgba(8, 40, 64, 0.14);
}

.approach-point-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #4253ed;
    margin-bottom: 0.45rem;
}

.approach-point p {
    font-size: 13px;
    line-height: 1.85;
    color: #475569;
    font-weight: 600;
    margin: 0;
}
.llmo-risk-section {
    position: relative;
}

.llmo-risk-visual-wrap {
    position: relative;
}

.llmo-risk-visual {
    position: relative;
    width: 100%;
    max-width: 560px;
    min-height: 520px;
    margin: 0 auto;
}

.llmo-risk-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.llmo-risk-lines .risk-line {
    fill: none;
    stroke: #cfd9f6;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.risk-card {
    position: absolute;
    z-index: 2;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.risk-card__inner {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(66, 83, 237, 0.12);
    box-shadow: 0 18px 40px rgba(45, 67, 129, 0.08);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
}

.risk-card__image {
    width: 78px;
    height: 66px;
    flex: none;
}

.risk-card p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.7;
    color: #24324d;
}

.risk-card--top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.risk-card--left {
    left: 18px;
    bottom: 0;
}

.risk-card--right {
    right: 18px;
    bottom: 0;
}

.risk-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

.risk-glow--1 {
    width: 180px;
    height: 180px;
    background: rgba(66, 83, 237, 0.12);
    top: 20px;
    right: 30px;
}

.risk-glow--2 {
    width: 160px;
    height: 160px;
    background: rgba(111, 200, 247, 0.18);
    left: 40px;
    bottom: 30px;
}

@media (max-width: 767px) {
    .llmo-risk-visual {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .llmo-risk-lines,
    .risk-glow {
        display: none;
    }

    .risk-card {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none !important;
        width: 210px;
        height: 210px;
    }

    .risk-card__inner {
        padding: 18px;
    }

    .risk-card__image {
        width: 72px;
        height: 60px;
    }

    .risk-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* ========================================
   BRAND FOUNDATION / BUBBLE CHART
======================================== */
.brand-core-lead {
    font-weight: 600;
}

.brand-bubble-chart {
    position: relative;
    width: min(100%, 760px);
    height: 540px;
    margin: 0 auto;
    border-radius: 1.75rem;
    border: 1px solid rgba(8, 40, 64, 0.08);
    background:
        radial-gradient(circle at 50% 46%, rgba(66, 83, 237, 0.08), transparent 32%), radial-gradient(circle at 24% 22%, rgba(111, 200, 247, 0.12), transparent 20%),
        radial-gradient(circle at 78% 18%, rgba(252, 190, 81, 0.12), transparent 18%), linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 20px 44px -28px rgba(8, 40, 64, 0.18);
    overflow: hidden;
}

.brand-bubble-chart::before,
.brand-bubble-chart::after {
    content: "";
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
}

.brand-bubble-chart::before {
    inset: 28px;
    border: 1px dashed rgba(66, 83, 237, 0.08);
}

.brand-bubble-chart::after {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(66, 83, 237, 0.1), rgba(66, 83, 237, 0));
}

.brand-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 9999px;
    border: 1px solid rgba(66, 83, 237, 0.12);
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 18px 34px -24px rgba(8, 40, 64, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    transition:
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.35s ease;
}

.brand-bubble span {
    display: block;
    padding: 0 0.8rem;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #082840;
}

.brand-bubble:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(66, 83, 237, 0.22);
    box-shadow:
        0 24px 42px -24px rgba(66, 83, 237, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.brand-bubble--center {
    width: 170px;
    height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, #4253ed 0%, #3243d9 100%);
    border-color: rgba(66, 83, 237, 0.3);
    box-shadow:
        0 30px 50px -28px rgba(66, 83, 237, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.brand-bubble--center span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.45;
}

.brand-bubble--lg {
    width: 126px;
    height: 126px;
}

.brand-bubble--lg span {
    font-size: 0.98rem;
}

.brand-bubble--md {
    width: 96px;
    height: 96px;
}

.brand-bubble--md span {
    font-size: 0.8rem;
}

.brand-bubble--sm {
    width: 72px;
    height: 72px;
}

.brand-bubble--sm span {
    font-size: 0.72rem;
}

/* 配置 */
.brand-bubble--top {
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
}

.brand-bubble--left {
    left: 78px;
    top: 50%;
    transform: translateY(-50%);
}

.brand-bubble--right {
    right: 78px;
    top: 50%;
    transform: translateY(-50%);
}

.brand-bubble--top-left {
    left: 120px;
    top: 120px;
}

.brand-bubble--top-right {
    right: 120px;
    top: 120px;
}

.brand-bubble--bottom-left {
    left: 138px;
    bottom: 108px;
}

.brand-bubble--bottom-right {
    right: 138px;
    bottom: 108px;
}

.brand-bubble--accent-1 {
    left: 248px;
    bottom: 58px;
    background: rgba(252, 190, 81, 0.2);
    border-color: rgba(252, 190, 81, 0.28);
}

.brand-bubble--accent-2 {
    right: 248px;
    bottom: 58px;
    background: rgba(111, 200, 247, 0.18);
    border-color: rgba(111, 200, 247, 0.24);
}

.brand-bubble--accent-3 {
    right: 154px;
    top: 52px;
    background: rgba(8, 40, 64, 0.08);
    border-color: rgba(8, 40, 64, 0.12);
}

/* レスポンシブ */
@media (max-width: 767px) {
    .brand-bubble-chart {
        height: auto;
        min-height: 0;
        padding: 1.1rem;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.9rem;
        border-radius: 1.2rem;
    }

    .brand-bubble-chart::before,
    .brand-bubble-chart::after {
        display: none;
    }

    .brand-bubble {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100%;
        height: auto;
        min-height: 84px;
        border-radius: 1.15rem;
        padding: 0.9rem 0.7rem;
    }

    .brand-bubble--center {
        grid-column: 1 / -1;
        min-height: 110px;
    }

    .brand-bubble--center span {
        font-size: 1.02rem;
    }

    .brand-bubble--lg span {
        font-size: 0.9rem;
    }

    .brand-bubble--md span,
    .brand-bubble--sm span {
        font-size: 0.78rem;
    }

    .brand-bubble:hover {
        transform: none;
    }
}
/* ========================================
   VALUE MATRIX
======================================== */
.value-matrix-wrap {
    position: relative;
    border-radius: 1.6rem;
    border: 1px solid rgba(8, 40, 64, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    box-shadow: 0 22px 46px -28px rgba(8, 40, 64, 0.16);
    overflow: hidden;
}

.value-matrix-head {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) 0.55fr 0.95fr;
    align-items: stretch;
    border-bottom: 1px solid rgba(8, 40, 64, 0.08);
}

.value-matrix-head__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #082840;
    text-align: center;
}

.value-matrix-head__cell--item {
    justify-content: flex-start;
    background: #f8fafc;
    color: #64748b;
}

.value-matrix-head__cell--other {
    background: rgba(148, 163, 184, 0.08);
    color: #475569;
}

.value-matrix-head__cell--brand {
    background: linear-gradient(180deg, rgba(66, 83, 237, 0.1) 0%, rgba(66, 83, 237, 0.14) 100%);
}

.value-matrix-logo {
    height: 1.5rem;
    width: auto;
}

.value-matrix-table {
    position: relative;
}

.value-matrix-row {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) 0.55fr 0.95fr;
    align-items: stretch;
    min-height: 92px;
    border-bottom: 1px solid rgba(8, 40, 64, 0.07);
    transition: background-color 0.25s ease;
}

.value-matrix-row:last-child {
    border-bottom: 0;
}

.value-matrix-row:hover {
    background: rgba(66, 83, 237, 0.02);
}

.value-matrix-item {
    display: flex;
    align-items: center;
    padding: 1.2rem 1.4rem;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 800;
    color: #082840;
    background: rgba(255, 255, 255, 0.82);
}

.value-matrix-score {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    font-weight: 900;
    line-height: 1;
}

/* 他社列は白ベース */
.value-matrix-score--other {
    background: rgba(255, 255, 255, 0.55);
    color: #64748b;
}

/* Lumicite列だけ背景色をつける */
.value-matrix-score--brand {
    background: rgba(66, 83, 237, 0.08);
    color: #4253ed;
}

/* 記号だけ表示 */
.value-matrix-score span {
    display: inline-block;
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

.value-matrix-score .is-double {
    font-size: 2rem;
    letter-spacing: -0.06em;
}

.value-matrix-score .is-triangle {
    font-size: 1.8rem;
}

.value-matrix-score .is-cross {
    font-size: 1.8rem;
}

.value-matrix-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    align-items: center;
    justify-content: center;
    padding: 1.1rem 1.25rem 1.2rem;
    border-top: 1px solid rgba(8, 40, 64, 0.06);
    background: rgba(248, 250, 252, 0.72);
}

.value-matrix-legend span {
    font-size: 0.78rem;
    line-height: 1.7;
    color: #64748b;
    font-weight: 700;
}

.value-matrix-legend b {
    color: #082840;
    font-weight: 900;
}

@media (max-width: 767px) {
    .value-matrix-wrap {
        border-radius: 1.15rem;
    }

    .value-matrix-head,
    .value-matrix-row {
        grid-template-columns: minmax(0, 1.45fr) 0.55fr 0.72fr;
    }

    .value-matrix-head__cell {
        min-height: 64px;
        padding: 0.8rem 0.65rem;
        font-size: 0.72rem;
    }

    .value-matrix-logo {
        height: 1rem;
    }

    .value-matrix-row {
        min-height: 78px;
    }

    .value-matrix-item {
        padding: 0.95rem 0.85rem;
        font-size: 0.82rem;
        line-height: 1.65;
    }

    .value-matrix-score {
        padding: 0.7rem 0.25rem;
    }

    .value-matrix-score .is-double {
        font-size: 1.35rem;
    }

    .value-matrix-score .is-triangle,
    .value-matrix-score .is-cross {
        font-size: 1.15rem;
    }

    .value-matrix-legend {
        justify-content: flex-start;
        padding: 0.95rem 0.9rem 1rem;
    }

    .value-matrix-legend span {
        font-size: 0.72rem;
    }
}

#brand-core .impact-card--brand-core-accent {
    padding: 1.8rem 1.55rem;
    border-radius: 1.35rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border: 1px solid rgba(8, 40, 64, 0.08);
    box-shadow:
        0 14px 34px -24px rgba(8, 40, 64, 0.16),
        0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

#brand-core .impact-card--brand-core-accent:hover {
    transform: translateY(-4px);
}

#brand-core .brand-core-step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

#brand-core .brand-core-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.68rem 1.15rem;
    border-radius: 9999px;
    background: #4253ed;
    color: #ffffff;
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.12em;
    white-space: nowrap;
    box-shadow: 0 12px 24px -16px rgba(66, 83, 237, 0.42);
}

#brand-core .brand-core-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.45rem 0.85rem;
    border-radius: 9999px;
    background: rgba(66, 83, 237, 0.08);
    color: #4253ed;
    font-size: 0.74rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    border: 1px solid rgba(66, 83, 237, 0.08);
}

#brand-core .card-title.is-sm {
    font-size: clamp(1.08rem, 1.35vw, 1.22rem);
    line-height: 1.65;
    letter-spacing: 0.01em;
    margin-bottom: 0.7rem;
}

#brand-core .card-copy {
    font-size: 0.9rem;
    line-height: 1.95;
    color: #475569;
}

#brand-core .brand-core-step-visual {
    height: 180px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.15rem;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8fd 100%);
    border: 1px solid rgba(66, 83, 237, 0.08);
    overflow: hidden;
}

#brand-core .brand-core-step-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#brand-core .brand-core-mini-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.48rem 0.8rem;
    border-radius: 9999px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
    color: #475569;
    font-size: 0.74rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.brand-core-closing {
    margin-top: 90px;
    padding-bottom: 30px;
}

.brand-core-closing__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    font-size: clamp(1.15rem, 2vw, 3rem);
    line-height: 1.5;
    font-weight: 900;
    color: #082840;
    text-align: center;
}

.brand-core-closing__logo {
    position: relative;
    top: 15px;
    left: -5px;
    height: 4rem;
    width: auto;
    display: block;
    flex-shrink: 0;
    transform: translateY(1px);
}

.brand-core-closing__title span {
    color: #4253ed;
}

.brand-core-closing::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #4253ed 0%, #6fc8f7 100%);
}

@media (min-width: 768px) {
    #brand-core .card-title.is-sm {
        min-height: 5.6rem;
    }

    #brand-core .card-copy {
        min-height: 10.5rem;
    }

    #brand-core .brand-core-step-visual {
        margin-top: 0;
    }
}

#brand-core .brand-core-flow {
    margin-bottom: 2rem;
    padding: 0.6rem 0 0.2rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

#brand-core .brand-core-flow__row {
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 0.35rem;
}

#brand-core .brand-core-flow__row + .brand-core-flow__row {
    margin-top: 0.8rem;
}

#brand-core .brand-core-flow__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 34px;
}

#brand-core .brand-core-flow__logo {
    height: 2rem;
    width: auto;
    display: block;
}

#brand-core .brand-core-flow__other-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
}

#brand-core .brand-core-flow__track {
    position: relative;
    height: 24px;
    overflow: visible;
}

#brand-core .brand-core-flow__line {
    position: absolute;
    top: 50%;
    display: block;
    height: 3px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

#brand-core .brand-core-flow__line .brand-core-flow__arrow {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 11px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    background: transparent;
    box-sizing: border-box;
}

#brand-core .js-flow-line--lumicite {
    left: -15px;
    width: calc(100% + 15px);
    color: #6fc8f7;
    background: linear-gradient(90deg, #4253ed 0%, #6fc8f7 100%);
}

#brand-core .js-flow-line--other {
    left: 66.666%;
    width: 33.334%;
    color: #cbd5e1;
    background: linear-gradient(90deg, #94a3b8 0%, #cbd5e1 100%);
}

#brand-core .brand-core-flow__row--other {
    grid-template-columns: 1fr;
    position: relative;
}

#brand-core .brand-core-flow__row--other .brand-core-flow__label {
    position: absolute;
    right: calc(33.334% + 1.1rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    min-height: auto;
}

#brand-core .brand-core-flow__row--other .brand-core-flow__track {
    width: 100%;
}

#brand-core .brand-core-lead-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.4rem;
    color: #4253ed;
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#brand-core .brand-core-lead-pill::before,
#brand-core .brand-core-lead-pill::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #4253ed;
    border-radius: 9999px;
    transform-origin: center;
}

#brand-core .brand-core-lead-pill::before {
    left: -14px;
    transform: translateY(-50%) rotate(58deg);
}

#brand-core .brand-core-lead-pill::after {
    right: -14px;
    transform: translateY(-50%) rotate(-58deg);
}

@media (max-width: 767px) {
    #brand-core .impact-card--brand-core-accent {
        padding: 1.3rem 1.05rem;
        border-radius: 1.1rem;
    }

    #brand-core .section-title {
        font-size: clamp(2rem, 7vw, 2.35rem);
        line-height: 1.38;
        letter-spacing: -0.02em;
    }

    #brand-core .section-title .section-accent.is-sm {
        font-size: clamp(2.05rem, 7.4vw, 2.4rem);
        line-height: 1.18;
    }

    #brand-core .brand-core-step-head {
        margin-bottom: 0.85rem;
    }

    #brand-core .brand-core-step-badge {
        min-height: 34px;
        padding: 0.58rem 0.92rem;
        font-size: 0.64rem;
        letter-spacing: 0.1em;
    }

    #brand-core .brand-core-chip {
        min-height: 28px;
        padding: 0.42rem 0.72rem;
        font-size: 0.68rem;
    }

    #brand-core .card-title.is-sm {
        min-height: auto;
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 0.6rem;
    }

    #brand-core .card-copy {
        min-height: auto;
        font-size: 0.84rem;
        line-height: 1.82;
    }

    #brand-core .brand-core-step-visual {
        height: 148px;
        padding: 0.85rem;
        margin-top: 0.85rem;
        margin-bottom: 0.85rem;
        border-radius: 1rem;
    }

    #brand-core .brand-core-mini-chip {
        min-height: 28px;
        padding: 0.42rem 0.68rem;
        font-size: 0.66rem;
    }

    .brand-core-closing {
        width: 100%;
    }

    #brand-core .brand-core-closing__title {
        font-size: 1.25rem;
        line-height: 1.7;
    }

    #brand-core .brand-core-closing__logo {
        height: 2rem;
        top: 5px;
    }

    #brand-core .brand-core-flow {
        display: none;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        padding: 0.4rem 0 0;
    }

    #brand-core .brand-core-flow__row,
    #brand-core .brand-core-flow__row--other {
        grid-template-columns: 1fr;
    }

    #brand-core .brand-core-flow__row {
        gap: 0.42rem;
    }

    #brand-core .brand-core-flow__row + .brand-core-flow__row {
        margin-top: 0.7rem;
    }

    #brand-core .brand-core-flow__row--other .brand-core-flow__label {
        position: static;
        right: auto;
        top: auto;
        transform: none;
        margin-bottom: 0.35rem;
    }

    #brand-core .brand-core-flow__logo {
        height: 1.18rem;
    }

    #brand-core .brand-core-flow__other-label {
        min-height: 29px;
        padding: 0.38rem 0.72rem;
        font-size: 0.64rem;
    }

    #brand-core .brand-core-flow__track {
        height: 20px;
    }

    #brand-core .brand-core-flow__line {
        height: 2px;
    }

    #brand-core .brand-core-flow__line .brand-core-flow__arrow {
        width: 9px;
        height: 9px;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    #brand-core .js-flow-line--lumicite {
        left: 0;
        width: 100%;
    }

    #brand-core .js-flow-line--other {
        left: 66.666%;
        width: 33.334%;
    }

    #brand-core .brand-core-lead-pill {
        padding: 0.5rem 1rem;
        font-size: 0.78rem;
        letter-spacing: 0.05em;
    }

    #brand-core .brand-core-lead-pill::before,
    #brand-core .brand-core-lead-pill::after {
        width: 12px;
    }

    #brand-core .brand-core-lead-pill::before {
        left: -10px;
    }

    #brand-core .brand-core-lead-pill::after {
        right: -10px;
    }
}
.hbspt-form {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

@media (max-width: 767px) {
    .hubspot-form-wrap {
        max-height: 1000px;
    }
}

/* ============================================================
   NEWS / お知らせ
   ============================================================ */
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e2e9f3;
}

.news-list__item {
    border-bottom: 1px solid #e2e9f3;
}

.news-list__link {
    display: grid;
    grid-template-columns: 110px 130px 1fr auto;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 0.5rem;
    color: #082840;
    transition: background-color 0.2s ease, padding 0.2s ease;
}

.news-list__link:hover {
    background-color: #f8fbff;
    padding-left: 1rem;
    padding-right: 1rem;
}

.news-list__link:hover .news-list__title {
    color: #4253ed;
}

.news-list__link:hover .news-list__arrow {
    transform: translateX(4px);
    color: #4253ed;
}

.news-list__date {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.news-list__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    border: 1px solid #cfe0f3;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #4253ed;
    background-color: #f8fbff;
    max-width: 130px;
    text-align: center;
    line-height: 1.2;
}

.news-list__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    color: #082840;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list__arrow {
    font-size: 18px;
    color: #94a3b8;
    transition: transform 0.2s ease, color 0.2s ease;
    line-height: 1;
}

.news-list--archive .news-list__link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .news-list__link {
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        column-gap: 0.75rem;
        row-gap: 0.5rem;
        padding: 1rem 0.25rem;
    }

    .news-list__link:hover {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .news-list__date {
        font-size: 12px;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .news-list__category {
        font-size: 10px;
        padding: 0.25rem 0.6rem;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-self: start;
    }

    .news-list__title {
        font-size: 14px;
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }

    .news-list__arrow {
        display: none;
    }
}
