/* ── Landing page (home) ──────────────────────────────────────────── */

/* Shared eyebrow label */
.landing-eyebrow {
    color: #1d4ed8;
    letter-spacing: 0.15em;
}

/* Hero */
.landing-hero-title {
    font-size: 2.8rem;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.15;
}

.landing-hero-accent {
    color: #1d4ed8;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(29, 78, 216, 0.3);
            text-decoration-color: rgba(29, 78, 216, 0.3);
    text-underline-offset: 6px;
}

.landing-hero-desc {
    max-width: 540px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.landing-avatar-sm {
    width: 32px;
    height: 32px;
    font-size: 0.65rem;
    border: 2px solid #fff;
}

.landing-avatar-overlap {
    margin-left: -10px;
}

/* Content types section */
.landing-section-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

.landing-section-desc {
    font-size: 1.12rem;
    line-height: 1.8;
}

.landing-eyebrow-content {
    font-size: 0.98rem;
}

.landing-type-icon {
    font-size: 2.2rem;
}

/* What is TextFlow */
.landing-about-section {
    /*border-top: 1px solid #e5e7eb;*/
    /*border-bottom: 1px solid #e5e7eb;*/
    border: 1px solid #ddd;
    background: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 10px;
}

.landing-about-title {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0f172a;
}

.landing-about-desc {
    font-size: 1.02rem;
    line-height: 1.8;
}

.landing-about-icon {
    display: -webkit-inline-box;
    display: inline-flex;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Content type cards */
.landing-content-card {
    overflow: hidden;
}

.landing-content-bar-v {
    width: 5px;
    -webkit-align-self: stretch;
            align-self: stretch;
    flex-shrink: 0;
}

.landing-content-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 1.35rem;
}

/* Steps timeline */
.landing-steps-wrap {
    position: relative;
}

.landing-steps-line {
    position: absolute;
    top: 32px;
    left: calc(100% / 6);
    right: calc(100% / 6);
    border-top: 2px dashed #cbd5e1;
    z-index: 0;
}

.landing-step-circle {
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #1d4ed8;
    background: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.landing-step-icon {
    font-size: 1.5rem;
    color: #1d4ed8;
}

/* User role cards */
.landing-role-bar {
    height: 4px;
}

.landing-role-big-icon {
    font-size: 2.8rem;
    display: block;
}

.landing-role-badge {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.45em 1.1em;
}

.landing-role-list li {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    color: #374151;
}

/* FAQ */
.landing-faq-btn {
    background: #fafbfc;
    font-size: 0.875rem;
}

.landing-faq-btn:not(.collapsed) {
    background: #fafbfc;
    color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.landing-faq-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.landing-faq-body {
    border-top: 1px solid #e5e7eb;
}

/* CTA final */
.landing-cta {
    border-top: 1px solid #e5e7eb;
}

.landing-cta-desc {
    max-width: 460px;
}
