/* Server-rendered marketing landing page. */
.lb-landing-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin-top: .05rem;
}

.lb-landing-footer-social a {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    font-size: .92rem;
    line-height: 1;
}

.lb-landing-footer-social a:hover,
.lb-landing-footer-social a:focus-visible {
    color: var(--text-secondary);
}

.landing-hero {
    padding: 2.75rem 0 3.5rem;
}

.landing-hero-grid {
    align-items: flex-start;
}

.hero-copy,
.hero-chat-col {
    display: flex;
    flex-direction: column;
}

.hero-copy {
    min-height: 100%;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: .4rem;
    padding: .35rem .85rem;
    border-radius: 999px;
    border: 1px solid var(--panel-border);
    background: var(--panel-soft);
    color: var(--text-secondary);
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hero-title {
    margin-top: 1.5rem;
    font-size: clamp(2.3rem, 3vw + 1.5rem, 3.8rem);
    line-height: 1.14;
    padding-bottom: .08em;
    background: linear-gradient(140deg, var(--text-primary), rgba(255,255,255,.45));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-subtitle {
    margin-top: 1rem;
    font-size: 1.05rem;
    color: var(--text-secondary);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.btn-accent {
    background: linear-gradient(135deg, rgba(163,126,44,.95), rgba(163,126,44,.7));
    border: 1px solid rgba(163,126,44,.6);
    color: #0a0a0a;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.btn-accent:hover,
.btn-accent:focus-visible {
    background: linear-gradient(135deg, rgba(177,140,55,1), rgba(163,126,44,.85));
    color: #090909;
    transform: translateY(-1px);
}

.hero-kpis {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.kpi-pill {
    padding: .35rem .8rem;
    border-radius: 999px;
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-tertiary);
}

.hero-chat-mobile-head {
    display: none;
}

.hero-chat-mobile-title {
    margin: .5rem 0 0;
    font-size: clamp(1.25rem, 1vw + 1rem, 1.7rem);
    line-height: 1.16;
    color: var(--text-primary);
}

.hero-chat-mobile-subtitle {
    margin: .45rem 0 0;
    color: var(--text-secondary);
    max-width: 46ch;
    font-size: .95rem;
}

.examples-chat-preview {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.hero-chat-preview {
    width: 100%;
    margin-top: .25rem;
    gap: .8rem;
}

.examples-chat-row {
    display: flex;
}

.examples-chat-row.is-left {
    justify-content: flex-start;
}

.examples-chat-row.is-right {
    justify-content: flex-end;
}

.examples-chat-bubble {
    width: min(760px, 82%);
    border-radius: 1.5rem;
    border: 1px solid var(--panel-border);
    background: linear-gradient(140deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(var(--blur));
    padding: 1.2rem 1.45rem;
}

.hero-chat-preview .examples-chat-bubble {
    width: min(100%, 94%);
    padding: .95rem 1.1rem;
}

.examples-chat-row.is-right .examples-chat-bubble {
    border-color: rgba(0,148,88,.46);
    background: linear-gradient(135deg, rgba(0,96,57,.52), rgba(0,96,57,.26));
}

.examples-chat-author {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .7rem;
    font-weight: 700;
    color: rgba(234,211,154,.9);
}

.examples-chat-row.is-right .examples-chat-author {
    color: rgba(255,255,255,.85);
}

.examples-chat-text {
    margin: .6rem 0 0;
    color: var(--text-primary);
    font-size: clamp(1.3rem, 1.3vw + .75rem, 2.1rem);
    line-height: 1.2;
}

.hero-chat-preview .examples-chat-text {
    font-size: clamp(1rem, .45vw + .9rem, 1.35rem);
    line-height: 1.28;
}

.landing-features {
    padding: 2.5rem 0 3.5rem;
}

.landing-video {
    padding: 0 0 1.75rem;
}

.landing-video-shell {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.landing-video-header {
    margin-bottom: 1.25rem;
}

.landing-video-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--panel-border);
    background: var(--panel-bg);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(var(--blur));
}

.landing-video-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.landing-features--alt {
    position: relative;
}

.landing-features--alt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 420px at 10% 10%, rgba(0,96,57,.18), transparent 60%);
    opacity: .6;
    pointer-events: none;
}

.landing-features--alt > * {
    position: relative;
}

.features-header {
    max-width: 640px;
    margin-bottom: 2rem;
}

.section-kicker {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .7rem;
    color: var(--text-tertiary);
}

.examples-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .85rem;
    border-radius: 999px;
    letter-spacing: .16em;
    color: rgba(253,246,231,.94);
    border: 1px solid rgba(163,126,44,.38);
    background: linear-gradient(135deg, rgba(163,126,44,.26), rgba(0,96,57,.2));
    box-shadow: 0 12px 28px rgba(0,0,0,.34);
}

.examples-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(253,246,231,.98), rgba(253,246,231,.65));
}

.section-title {
    margin-top: .75rem;
    font-size: clamp(2rem, 2.2vw + 1.4rem, 3rem);
    line-height: 1.14;
    padding-bottom: .08em;
    background: linear-gradient(140deg, var(--text-primary), rgba(255,255,255,.5));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section-subtitle {
    margin-top: .75rem;
    color: var(--text-secondary);
    max-width: 480px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.benefit-item,
.workflow-step,
.pricing-card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--panel-border);
    background: var(--panel-bg);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(var(--blur));
}

.benefit-item {
    display: flex;
    gap: 1rem;
    padding: 1.05rem 1.25rem;
}

.benefit-icon,
.workflow-marker,
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fdf6e7;
    background: linear-gradient(135deg, rgba(163,126,44,.9), rgba(0,96,57,.7));
    box-shadow: 0 10px 25px rgba(0,0,0,.35);
    flex: 0 0 auto;
}

.benefit-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
}

.benefit-icon .bi {
    font-size: 1.05rem;
}

.benefit-item h3,
.workflow-step h3,
.feature-icon-card h3 {
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.benefit-item p,
.workflow-step p,
.feature-icon-card p {
    margin: 0;
    color: var(--text-secondary);
}

.workflow-stepper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    max-width: 920px;
}

.workflow-step {
    position: relative;
    display: flex;
    gap: 1rem;
    padding: 1.05rem 1.25rem;
}

.workflow-marker {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    font-weight: 700;
}

.workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 21px;
    top: 54px;
    bottom: -1rem;
    width: 2px;
    background: rgba(255,255,255,.14);
}

.workflow-kicker {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .65rem;
    color: var(--text-tertiary);
    margin-bottom: .25rem;
}

.examples-feature-grid {
    row-gap: 1.75rem;
}

.feature-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .72rem;
    padding: .4rem .8rem;
}

.feature-icon-card p {
    max-width: 25ch;
}

.feature-icon {
    border-radius: 24px;
    border: 1px solid rgba(163,126,44,.38);
    transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out), filter .25s var(--ease-out);
}

.feature-icon i {
    line-height: 1;
}

.feature-icon-lg {
    width: 88px;
    height: 88px;
    font-size: 2.25rem;
}

.feature-icon-card:hover .feature-icon-lg {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0,0,0,.4);
    filter: saturate(1.1);
}

.landing-pricing .features-header {
    max-width: 740px;
}

.pricing-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin: 0 0 1.2rem;
    flex-wrap: wrap;
}

.pricing-includes-wrap {
    flex: 1 1 28rem;
    margin: 0;
}

.pricing-includes-title,
.pricing-currency-label {
    color: var(--text-secondary);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pricing-includes-title {
    margin: 0 0 .55rem;
    font-size: .88rem;
}

.pricing-includes {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.pricing-include-pill {
    font-size: .76rem;
    letter-spacing: .04em;
    text-transform: none;
    background: var(--panel-soft);
}

.pricing-currency-control {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    min-width: min(100%, 12rem);
}

.pricing-currency-label {
    font-size: .82rem;
}

.pricing-currency-row {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pricing-currency-select {
    min-width: 10rem;
    border-radius: 999px;
}

.pricing-currency-submit {
    white-space: nowrap;
}

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

.pricing-grid-col {
    display: flex;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1.2rem 1.2rem 1.25rem;
    overflow: hidden;
}

.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(255,255,255,.06), transparent 58%);
    pointer-events: none;
}

.pricing-header,
.pricing-bullets,
.pricing-actions {
    position: relative;
    z-index: 1;
}

.pricing-title-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    padding: .28rem .62rem;
    border-radius: 999px;
    border: 1px solid rgba(163,126,44,.6);
    background: linear-gradient(135deg, rgba(163,126,44,.4), rgba(0,96,57,.3));
    color: #fdf6e7;
    font-size: .67rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(0,0,0,.24);
}

.pricing-name {
    margin: 0;
    font-size: 1.08rem;
}

.pricing-price {
    margin: .5rem 0 .2rem;
    color: var(--text-primary);
    font-size: clamp(1.4rem, 1.05vw + 1.1rem, 2rem);
    font-weight: 600;
    line-height: 1.15;
}

.pricing-properties {
    margin: 0;
    color: var(--text-secondary);
    font-size: .93rem;
}

.pricing-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.pricing-bullets li {
    position: relative;
    padding-left: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.45;
    font-size: .93rem;
}

.pricing-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(163,126,44,.9), rgba(0,96,57,.8));
}

.pricing-actions {
    margin-top: auto;
    display: flex;
    width: 100%;
}

.pricing-cta {
    width: 100%;
}

.pricing-card.is-featured {
    border-color: rgba(163,126,44,.64);
    background: linear-gradient(140deg, rgba(163,126,44,.24), rgba(0,96,57,.12));
    box-shadow: 0 22px 46px rgba(0,0,0,.42);
}

.pricing-card.is-featured .pricing-name,
.pricing-card.is-featured .pricing-price {
    color: #fdf6e7;
}

.pricing-card.is-featured .pricing-properties,
.pricing-card.is-featured .pricing-bullets li {
    color: rgba(253,246,231,.88);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    position: relative;
    border-radius: 2rem;
    border: 1px solid var(--panel-border);
    background: linear-gradient(140deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(var(--blur));
    overflow: hidden;
}

.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,.08), transparent 55%);
    pointer-events: none;
}

.faq-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 1.35rem 1.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-question {
    color: var(--text-primary);
    font-size: clamp(1.05rem, .45vw + .95rem, 1.55rem);
    font-weight: 600;
}

.faq-toggle {
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    color: var(--text-secondary);
    flex: 0 0 auto;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
}

.faq-toggle::after {
    transition: opacity .24s var(--ease-out), transform .24s var(--ease-out);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
    margin: 0;
    padding: 0 1.9rem 1.35rem;
    color: var(--text-secondary);
    max-width: 70ch;
    line-height: 1.6;
}

.faq-item[open] {
    border-color: rgba(163,126,44,.35);
    background: linear-gradient(140deg, rgba(163,126,44,.18), rgba(255,255,255,.03));
}

.faq-item[open] summary {
    padding-bottom: .75rem;
}

.faq-item[open] .faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(.6);
}

.faq-item:hover .faq-toggle {
    color: var(--text-primary);
}

@media (min-width: 992px) {
    .hero-chat-preview {
        max-width: 430px;
        margin-left: auto;
        gap: .65rem;
    }

    .hero-chat-preview .examples-chat-bubble {
        padding: .8rem .95rem;
        border-radius: 1.2rem;
    }

    .hero-chat-preview .examples-chat-author {
        font-size: .62rem;
    }

    .hero-chat-preview .examples-chat-text {
        margin-top: .42rem;
        font-size: clamp(.92rem, .2vw + .86rem, 1.05rem);
        line-height: 1.24;
    }
}

@media (max-width: 992px) {
    .landing-hero {
        padding-top: 1.75rem;
    }

    .landing-video {
        padding-bottom: 1.5rem;
    }

    .features-header {
        margin-bottom: 1.5rem;
    }

    .feature-icon-lg {
        width: 80px;
        height: 80px;
        font-size: 2rem;
    }

    .feature-icon-card p {
        max-width: 21ch;
    }

    .pricing-card {
        padding: 1.05rem 1.05rem 1.1rem;
    }

    .pricing-price {
        font-size: clamp(1.25rem, 1.8vw + .9rem, 1.75rem);
    }

    .hero-chat-preview {
        margin-top: .75rem;
    }

    .hero-chat-mobile-head {
        display: block;
        margin-top: 2.5rem;
        margin-bottom: .7rem;
        max-width: 32rem;
    }

    .hero-chat-preview .examples-chat-row.is-left {
        padding-right: 2.25rem;
    }

    .hero-chat-preview .examples-chat-row.is-right {
        padding-left: 2.25rem;
    }

    .hero-chat-preview .examples-chat-bubble {
        width: auto;
        max-width: 88%;
    }

    .hero-chat-preview .examples-chat-row.is-right .examples-chat-bubble {
        max-width: 78%;
        margin-left: auto;
    }

    .hero-chat-preview .examples-chat-text {
        font-size: clamp(1rem, 1vw + .85rem, 1.25rem);
    }

    .examples-chat-preview {
        gap: .9rem;
    }

    .examples-chat-bubble {
        width: min(100%, 96%);
        padding: 1rem 1.05rem;
    }

    .examples-chat-text {
        font-size: clamp(1.1rem, 1.5vw + .9rem, 1.5rem);
    }

    .faq-item summary {
        padding: 1.1rem 1.2rem;
    }

    .faq-answer {
        padding: 0 1.2rem 1.1rem;
    }
}

@media (max-width: 576px) {
    .examples-kicker {
        padding: .38rem .68rem;
        letter-spacing: .13em;
        font-size: .64rem;
    }

    .feature-icon-lg {
        width: 72px;
        height: 72px;
        font-size: 1.82rem;
        border-radius: 20px;
    }

    .feature-icon-card h3,
    .pricing-name {
        font-size: 1rem;
    }

    .feature-icon-card p,
    .pricing-bullets li {
        font-size: .9rem;
    }

    .pricing-currency-row {
        align-items: stretch;
        flex-direction: column;
    }

    .pricing-currency-select,
    .pricing-currency-submit {
        width: 100%;
    }

    .pricing-badge {
        font-size: .62rem;
    }

    .pricing-includes-title {
        font-size: .8rem;
    }

    .pricing-include-pill {
        font-size: .72rem;
        letter-spacing: .03em;
    }

    .hero-chat-preview .examples-chat-row.is-left {
        padding-right: 1rem;
    }

    .hero-chat-preview .examples-chat-row.is-right {
        padding-left: 1rem;
    }
}

:root[data-theme="light"] .hero-title,
:root[data-theme="light"] .section-title {
    background: linear-gradient(140deg, rgba(8,14,22,.96), rgba(8,14,22,.62));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

:root[data-theme="light"] .hero-chip {
    border-color: var(--lb-light-border);
    background: rgba(255,255,255,.52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 10px 24px rgba(15,23,42,.06);
}

:root[data-theme="light"] .btn-accent {
    background: linear-gradient(135deg, rgba(184,145,57,.96), rgba(155,117,31,.86));
    border-color: rgba(163,126,44,.44);
    box-shadow: 0 16px 32px rgba(131,101,31,.2), inset 0 1px 0 rgba(255,255,255,.2);
}

:root[data-theme="light"] .landing-video-card,
:root[data-theme="light"] .workflow-step,
:root[data-theme="light"] .benefit-item,
:root[data-theme="light"] .feature-icon-card,
:root[data-theme="light"] .pricing-card,
:root[data-theme="light"] .faq-item {
    border: 1px solid var(--lb-light-border);
    background: linear-gradient(150deg, rgba(255,255,255,.78), rgba(246,249,251,.52)), linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0));
    box-shadow: 0 20px 48px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(24px) saturate(160%);
}

:root[data-theme="light"] .feature-icon-card {
    padding: 1.1rem 1rem 1.2rem;
    border-radius: 1.5rem;
}

:root[data-theme="light"] .workflow-step:not(:last-child)::after {
    background: rgba(15,23,42,.12);
}

:root[data-theme="light"] .examples-chat-bubble {
    background: linear-gradient(150deg, rgba(255,255,255,.82), rgba(246,249,251,.58));
    border-color: var(--lb-light-border);
    box-shadow: 0 18px 42px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.88);
}

:root[data-theme="light"] .examples-chat-row.is-right .examples-chat-bubble {
    border-color: rgba(0,96,57,.22);
    background: linear-gradient(140deg, rgba(0,96,57,.18), rgba(255,255,255,.72)), linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0));
}

:root[data-theme="light"] .examples-chat-author {
    color: rgba(114,86,21,.9);
}

:root[data-theme="light"] .examples-chat-row.is-right .examples-chat-author {
    color: rgba(10,41,28,.85);
}

:root[data-theme="light"] .examples-kicker {
    color: rgba(52,38,10,.88);
    border-color: rgba(163,126,44,.28);
    background: linear-gradient(135deg, rgba(226,210,170,.52), rgba(208,228,219,.42));
    box-shadow: 0 12px 28px rgba(114,86,21,.16), inset 0 1px 0 rgba(255,255,255,.48);
}

:root[data-theme="light"] .pricing-card.is-featured {
    border-color: rgba(163,126,44,.34);
    background: linear-gradient(150deg, rgba(255,249,239,.9), rgba(247,251,247,.68));
    box-shadow: 0 22px 52px rgba(42,34,16,.14), inset 0 1px 0 rgba(255,255,255,.94);
}

:root[data-theme="light"] .pricing-card.is-featured .pricing-name,
:root[data-theme="light"] .pricing-card.is-featured .pricing-price {
    color: rgba(36,24,4,.9);
}

:root[data-theme="light"] .pricing-card.is-featured .pricing-properties,
:root[data-theme="light"] .pricing-card.is-featured .pricing-bullets li {
    color: rgba(38,31,16,.8);
}

:root[data-theme="light"] .pricing-badge {
    color: rgba(36,24,4,.92);
    border-color: rgba(163,126,44,.38);
    background: linear-gradient(135deg, rgba(224,205,159,.8), rgba(190,220,204,.76));
    box-shadow: 0 10px 22px rgba(96,74,26,.16), inset 0 1px 0 rgba(255,255,255,.4);
}

:root[data-theme="light"] .feature-icon {
    box-shadow: 0 14px 30px rgba(15,23,42,.14), inset 0 1px 0 rgba(255,255,255,.22);
}

:root[data-theme="light"] .feature-icon-card:hover .feature-icon-lg {
    box-shadow: 0 18px 34px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.28);
}

:root[data-theme="light"] .faq-item::before {
    background: linear-gradient(120deg, rgba(255,255,255,.76), transparent 55%);
}

:root[data-theme="light"] .faq-item[open] {
    border-color: rgba(163,126,44,.34);
    background: linear-gradient(150deg, rgba(255,255,255,.86), rgba(250,245,233,.66));
}
