.subtitle {
    color: var(--subtitle-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    display: inline-block;
}

.title {
    color: var(--title-color);
    font-family: var(--font-display);
    font-weight: 460;
    line-height: 1.02;
    letter-spacing: -0.02em;
    font-variation-settings: "opsz" 144, "SOFT" 50;
}

.title em,
.title i {
    font-style: italic;
    font-variation-settings: "opsz" 144, "SOFT" 100;
    color: var(--purple);
    font-weight: 420;
}

.title .marker {
    font-style: italic;
    background: var(--gradient-aurora);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 1.4em;

    .subtitle {
        margin-bottom: -0.5em;
    }

    .title {
        font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    }

    .description {
        font-size: 1.0625rem;
        line-height: 1.65;
        color: var(--ink-soft);
        max-width: min(38em, 100%);
    }

    .buttons {
        font-size: 0.875em;
    }
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-mono);
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ink-muted);
    padding: 0.4em 0.9em;
    border-radius: var(--radius-pill);
    background-color: color-mix(in srgb, var(--ink) 4%, transparent);
    border: 1px solid var(--line);
}

.section-tag .num {
    color: var(--pink);
    font-weight: 600;
}

.section-tag .sparkle {
    color: var(--purple);
}

/* WYSIWYG (blog & legal) */
.wysiwyg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
    line-height: 1.7;
    color: var(--ink-soft);
}

.wysiwyg h3 {
    font-family: var(--font-display);
    font-size: 1.875em;
    color: var(--text-strong);
    font-weight: 460;
    letter-spacing: -0.015em;
    line-height: 1.15;

    &::after {
        content: "";
        height: 3px;
        display: block;
        width: 2.5em;
        margin-top: 0.5em;
        border-radius: 3px;
        background: var(--gradient-aurora);
    }

    &:not(:first-child) {
        border-top: 1px solid var(--line);
        padding-top: 1.5em;
    }
}

.wysiwyg h4 {
    font-family: var(--font-display);
    font-size: 1.375em;
    color: var(--purple-deep);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.wysiwyg h5 {
    font-size: 1em;
    color: var(--text-strong);
    font-weight: 600;
}

.wysiwyg img {
    border-radius: var(--radius-md);
}

.wysiwyg .image-container {
    display: block;
    margin: 2em auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.wysiwyg .image-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lift);
}

.wysiwyg .image-container small {
    display: block;
    margin-top: 0.75em;
    font-style: italic;
    color: var(--ink-muted);
    font-size: 0.875em;
    line-height: 1.4;
}

.wysiwyg blockquote {
    font-family: var(--font-display);
    font-size: 1.375em;
    color: var(--ink);
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    background: linear-gradient(135deg, var(--pink-pastel) 0%, var(--purple-pastel) 100%);
    border-radius: var(--radius-lg);
    padding: 2.25em 2.5em 2em;
    margin: 2em auto;
    max-width: 640px;
    position: relative;
    box-shadow: var(--shadow-lift);
}

.wysiwyg blockquote::before {
    content: '"';
    font-family: var(--font-display);
    font-size: 5em;
    color: var(--pink);
    position: absolute;
    top: -0.2em;
    left: 0.2em;
    line-height: 1;
    opacity: 0.5;
}

.wysiwyg blockquote.is-blog {
    font-size: 1.125em;
    line-height: 1.55;
    padding: 1.5em 2em;
    margin: 1.5em 0;
    background: linear-gradient(135deg, var(--paper-soft) 0%, var(--pink-pastel) 100%);
    border-left: 4px solid var(--pink);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    max-width: 100%;
}

.wysiwyg blockquote.is-blog::before {
    font-size: 3.5em;
    top: -0.1em;
    left: 0.15em;
}

.wysiwyg a {
    color: var(--purple-deep);
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: color 0.25s ease, background-size 0.4s var(--ease-out-expo);
}

.wysiwyg a:hover {
    color: var(--pink);
}

@media screen and (max-width: 599px) {
    .wysiwyg blockquote {
        font-size: 1.125em;
        padding: 1.75em 1.5em 1.25em;
        margin: 1.5em auto;
    }
}

@media screen and (min-width: 600px) {
    .content {
        font-size: 1.0625em;
    }

    .wysiwyg {
        font-size: 1.0625em;
    }
}

@media screen and (min-width: 1200px) {
    .content {
        font-size: 1.125em;
    }

    .wysiwyg {
        font-size: 1.125em;
        grid-template-columns: var(--section-padding) 1fr var(--section-padding);
    }

    .wysiwyg > * {
        grid-column: 2;
    }

    .wysiwyg blockquote,
    .wysiwyg img,
    .wysiwyg .image-container {
        grid-column: 1 / span 3;
    }

    .wysiwyg .image-container {
        display: block;
        width: 100%;
        text-align: center;
    }

    .wysiwyg blockquote {
        padding: 2.5em 3em;
        max-width: 720px;
        justify-self: center;
    }
}
