@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Fredoka:wght@300..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poetsen+One&display=swap');

:root {
    --content-bg-solid-color: #fafafa;
    --content-bg-color: #ae59a4;
    --content-bg-color-light: #d48dcb;
    --content-bg-solid-border: rgba(0, 0, 0, 0.4);
    --content-text-color: white;
    --content-solid-text-color: black;
    --input-bg-color: rgba(255, 255, 255, 0.2);
    --input-text-color: black;
    --input-border-color: rgba(255, 255, 255, 0.4);
    --bg-color: #8e3b84;
    --bg-text-color: white;
    --button-green: rgba(255, 255, 255, 0.7);
    --button-orange: rgba(255, 255, 255, 0.4);
    --button-red: rgba(255, 255, 255, 0.7);
    --button-color: black;
}

html {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 500;
    scroll-behavior: smooth;
}

html,
body {
    background-color: var(--bg-color);
    color: var(--bg-text-color);
    margin: 0;
}

body {
    min-width: 320px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}

h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
}

h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900 !important;
}

h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 1px 1px rgb(0 0 0 / 0.15);
}

a {
    text-decoration: underline;
}

a:hover {
    font-weight: 800;
}

button {
    cursor: pointer;
}

hr {
    border-width: 2px;
    border-radius: 0.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.logoShadow {
    font-family: 'Poetsen One', 'Fredoka', sans-serif !important;
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 0.5rem 1rem;
    color: var(--bg-text-color);
    word-spacing: -8px;
    text-shadow:
        var(--content-solid-text-color) 6px 0px 0px,
        var(--content-solid-text-color) 5.91686px 0.995377px 0px,
        var(--content-solid-text-color) 5.66974px 1.96317px 0px,
        var(--content-solid-text-color) 5.2655px 2.87655px 0px,
        var(--content-solid-text-color) 4.71532px 3.71022px 0px,
        var(--content-solid-text-color) 4.03447px 4.44106px 0px,
        var(--content-solid-text-color) 3.24181px 5.04883px 0px,
        var(--content-solid-text-color) 2.35931px 5.51667px 0px,
        var(--content-solid-text-color) 1.41143px 5.83163px 0px,
        var(--content-solid-text-color) 0.424423px 5.98497px 0px,
        var(--content-solid-text-color) -0.574341px 5.97245px 0px,
        var(--content-solid-text-color) -1.55719px 5.79441px 0px,
        var(--content-solid-text-color) -2.49688px 5.45578px 0px,
        var(--content-solid-text-color) -3.36738px 4.96596px 0px,
        var(--content-solid-text-color) -4.14455px 4.33852px 0px,
        var(--content-solid-text-color) -4.80686px 3.59083px 0px,
        var(--content-solid-text-color) -5.33596px 2.74364px 0px,
        var(--content-solid-text-color) -5.71718px 1.8204px 0px,
        var(--content-solid-text-color) -5.93995px 0.84672px 0px,
        var(--content-solid-text-color) -5.99811px -0.150428px 0px,
        var(--content-solid-text-color) -5.89004px -1.14341px 0px,
        var(--content-solid-text-color) -5.61874px -2.1047px 0px,
        var(--content-solid-text-color) -5.19172px -3.00766px 0px,
        var(--content-solid-text-color) -4.62082px -3.82727px 0px,
        var(--content-solid-text-color) -3.92186px -4.54081px 0px,
        var(--content-solid-text-color) -3.11421px -5.12852px 0px,
        var(--content-solid-text-color) -2.22026px -5.57409px 0px,
        var(--content-solid-text-color) -1.26477px -5.86518px 0px,
        var(--content-solid-text-color) -0.274238px -5.99373px 0px,
        var(--content-solid-text-color) 0.723898px -5.95617px 0px,
        var(--content-solid-text-color) 1.70197px -5.75355px 0px,
        var(--content-solid-text-color) 2.63288px -5.39147px 0px,
        var(--content-solid-text-color) 3.49082px -4.87998px 0px,
        var(--content-solid-text-color) 4.25202px -4.23324px 0px,
        var(--content-solid-text-color) 4.89538px -3.46919px 0px,
        var(--content-solid-text-color) 5.40307px -2.60899px 0px,
        var(--content-solid-text-color) 5.76102px -1.67649px 0px,
        var(--content-solid-text-color) 5.95932px -0.697531px 0px;
}

.landing-logo {
    display: inline-block;
    flex-shrink: 0;
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    line-height: 1;
    padding: 0.25rem 0.5rem 0.5rem;
    text-align: left;
}

.landing-header {
    position: sticky;
    top: 0.75rem;
    z-index: 30;
    border-radius: 1.5rem;
    background: rgb(250 250 250 / 0.82);
    padding: 1rem;
    box-shadow: 0 16px 45px rgb(0 0 0 / 0.18);
    backdrop-filter: blur(18px);
}

.nav-link {
    border-radius: 9999px;
    color: color-mix(in srgb, var(--bg-color) 50%, #000000 50%);
    padding: 0.55rem 0.8rem;
    text-decoration: none;
    font-weight: 900 !important;
    word-break: break-word;
    text-align: center;
}

.nav-link:hover {
    background: color-mix(in srgb, #8e3b84 30%, #ffffff 70%);
}

.section-surface,
.section-light {
    border-radius: 2rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 24px 55px rgb(0 0 0 / 0.18);
}

.section-surface {
    background: var(--content-bg-color) !important;
    color: var(--content-text-color);
}

.section-light {
    background: var(--content-bg-color-light);
    color: #241021;
}

.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
    text-shadow: none;
}

.section-heading {
    margin: 0 auto 1.75rem;
    max-width: 46rem;
}

.section-heading h2,
.split-section h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.05;
    margin-bottom: 0.8rem;
}

.section-heading p,
.split-section p {
    font-size: 1.08rem;
    font-weight: 750;
}

.eyebrow {
    display: inline-flex;
    width: fit-content;
    border-radius: 9999px;
    background: rgb(255 159 64 / 0.55);
    color: #fbe0c3;
    /* #ffcf9d; */
    letter-spacing: 0.08em;
    padding: 0.4rem 0.75rem;
    text-transform: uppercase;
    font-size: 0.78rem !important;
    font-weight: 1000 !important;
    margin-bottom: 1rem;
}

.section-light .eyebrow {
    background: rgb(142 59 132 / 0.5);
    color: var(--brand-dark, #461641);
    /*#631f5d*/
}

.hero-grid {
    display: grid;
    align-items: center;
    gap: clamp(1.5rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1fr);
}

.hero-product {
    position: relative;
    min-height: 25rem;
}

.product-window {
    overflow: hidden;
    border: 0.45rem solid rgb(255 255 255 / 0.16);
    border-radius: 1.4rem;
    background: #7a2671;
    box-shadow: 0 22px 45px rgb(0 0 0 / 0.22);
}

.product-window img {
    width: 100%;
}

.product-window-large {
    transform: rotate(-2deg);
}

.product-window-small {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    width: min(70%, 23rem);
    transform: rotate(3deg);
}

.window-bar {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    height: 1.9rem;
    padding: 0 0.85rem;
    background: #7a2671;
}

.window-bar span {
    display: block;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 9999px;
}

.window-bar span:nth-child(1) {
    background: #fb7185;
}

.window-bar span:nth-child(2) {
    background: #facc15;
}

.window-bar span:nth-child(3) {
    background: #4ade80;
}

.typewriter-inline {
    display: inline-block;
    min-width: 7rem;
    color: #ffcf9d;
}

.proof-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.proof-strip div,
.mini-card,
.feature-card,
.use-case-grid article,
.template-grid span,
.faq-list details {
    border-radius: 1.3rem;
    background: rgb(255 255 255 / 0.14);
    padding: 1rem;
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.1);
}

.proof-strip strong,
.proof-strip span {
    display: block;
}

.proof-strip strong {
    font-size: 1.15rem;
    font-weight: 1000;
}

.proof-strip span {
    font-weight: 750;
}

.section-light .mini-card,
.section-light .feature-card,
.section-light .template-grid span,
.section-light .faq-list details {
    border-color: rgb(99 31 93 / 0.12);
    background: #f3e1f1;
}

.section-light h2 {
    color: white;
}

.mini-card i,
.feature-card i,
.trust-list i {
    color: #ff9f40;
    font-size: 2rem;
}

.mini-card h3,
.feature-card h3,
.screenshot-card h3 {
    margin: 0.45rem 0;
    font-size: 1.25rem;
}

.mini-card p,
.feature-card p,
.screenshot-card p {
    font-weight: 750;
}

.screenshot-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    border-radius: 1.5rem;
    background: rgb(255 255 255 / 0.1);
    padding: 1rem;
}

.screenshot-card .product-window {
    margin-top: auto;
}

.feature-grid,
.use-case-grid,
.template-grid {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.feature-grid,
.template-grid {
    grid-template-columns: 1fr;
}

.use-case-grid {
    grid-template-columns: 1fr;
}

.use-case-grid article,
.template-grid span {
    font-size: 1.1rem;
    font-weight: 1000;
    text-align: center;
}

.split-section {
    display: grid;
    align-items: center;
    gap: 2rem;
}

.trust-list {
    display: grid;
    gap: 1rem;
}

.trust-list p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1.25rem;
    background: rgb(255 255 255 / 0.12);
    padding: 1rem;
    font-weight: 1000;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
}

.faq-list summary {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 1000;
}

.faq-list p {
    margin-top: 0.65rem;
    font-weight: 750;
}

.pricing-section {
    scroll-margin-top: 7rem;
}

.pricing-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 1.6rem;
    background: rgb(255 255 255 / 0.14);
    padding: 1.25rem;
    text-align: left;
    box-shadow: 0 16px 36px rgb(0 0 0 / 0.16);
}

.pricing-card-featured {
    border: 2px solid #ffcf9d;
    background: rgb(255 255 255 / 0.22);
    transform: translateY(-0.4rem);
}

.pricing-badge {
    position: absolute;
    top: -0.85rem;
    right: 1rem;
    border-radius: 9999px;
    background: #ff9f40;
    color: white;
    padding: 0.35rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 1000;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-card-header h3 {
    margin-bottom: 0.35rem;
    font-size: 1.8rem;
}

.pricing-card-header p {
    font-weight: 750;
}

.price-line {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-line span {
    font-size: 3rem;
    line-height: 1;
    font-weight: 1000;
}

.price-line small {
    font-size: 1rem;
    font-weight: 900;
    opacity: 0.9;
}

.pricing-card ul {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-weight: 850;
}

.pricing-card li i {
    margin-top: 0.1rem;
    color: #ffcf9d;
    font-size: 1.2rem;
}

.pricing-button {
    margin-top: auto;
    width: 100%;
}

.ctaButton {
    background-color: #ff9f40 !important;
    color: white !important;
    transition:
        transform 200ms ease,
        background-color 200ms ease;
}

.ctaButton.large {
    padding: 0.85rem 1.2rem !important;
    font-size: 1.25rem;
}

.ctaButton:hover {
    background-color: #ff8a1f !important;
    transform: scale(1.04) !important;
}

.mobile-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 40;
    display: none !important;
}

.bg-content {
    background-color: var(--content-bg-color) !important;
    color: var(--content-text-color) !important;
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    box-sizing: border-box;
}

.landing-footer {
    background-color: #7a2671 !important;
    color: var(--bg-text-color) !important;
    border-radius: 1.5rem;
    padding: 1rem;
    box-shadow:
        0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
    box-sizing: border-box;
}

.typewriter-line {
    display: block;
    min-height: 3rem;
}

.typewriter-wrapper {
    display: inline-block;
}

iframe[data-simplyfeedback-code] {
    width: 100%;
    border: 0;
}

img {
    display: block;
}

@media (max-width: 640px) {
    .logoShadow {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
}

.button {
    outline: none;
    box-shadow: 0 0 #0000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    padding: 0.5rem 0.75rem !important;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.button.active {
    text-decoration: underline;
}

button {
    @apply cursor-pointer;
}

.button:hover {
    transform: scale(1.015);
}

button:disabled {
    @apply !cursor-not-allowed;
}

.greenButton {
    /* @apply bg-green-500/50 border-green-700/50 hover:bg-green-600/50 border-2; */
    background-color: var(--button-green) !important;
    color: var(--button-color) !important;
    /* border: 2px solid var(--button-color) !important; */
}

.orangeButton {
    /* @apply bg-orange-500/50 border-orange-700/50 hover:bg-orange-600/50 border-2; */
    background-color: var(--button-orange) !important;
    color: var(--button-color) !important;
    /* border: 2px solid var(--button-color) !important; */
}

.redButton {
    /* @apply bg-red-500/50 border-2 border-red-700/50 hover:bg-red-600/50; */
    background-color: var(--button-red) !important;
    color: var(--button-color) !important;
    /* border: 2px solid var(--button-color) !important; */
}

@media (min-width: 640px) {
    .proof-strip,
    .feature-grid,
    .template-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .use-case-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.95fr);
    }

    .proof-strip,
    .feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .split-section {
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
    }

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

@media (max-width: 767px) {
    body {
        padding-bottom: 4.5rem;
    }

    .landing-header {
        top: 0.4rem;
        gap: 0.5rem;
        padding: 0.5rem;
    }

    .landing-logo {
        max-width: 8.5rem;
        font-size: 1.25rem;
        line-height: 1.1;
        word-spacing: -4px;
    }

    .landing-header .button {
        padding: 0.45rem 0.6rem !important;
        font-size: 0.85rem;
    }

    .hero-product {
        min-height: 19rem;
    }

    .product-window-small {
        width: 78%;
    }

    .pricing-card-featured {
        transform: none;
    }

    .mobile-cta.button {
        display: inline-flex !important;
    }
}

@media (max-width: 420px) {
    .landing-header .orangeButton {
        display: none;
    }

    .section-surface,
    .section-light {
        border-radius: 1.5rem;
    }

    .hero-product {
        min-height: 16rem;
    }
}

/** Articles styles */
#featured-title,
#latest-title {
    margin: 0 !important;
}

/** Article styles **/
.article-shell {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.article-hero {
    overflow: hidden;
}

.article-hero-grid {
    display: grid;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    grid-template-columns: 1fr;
}

.article-kicker-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 1rem;
}

.article-category {
    border-radius: 9999px;
    background: rgb(255 159 64 / 0.55);
    color: #fbe0c3;
    padding: 0.4rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    font-weight: 850;
    opacity: 0.94;
}

.article-meta span {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.article-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    line-height: 0.95;
    margin-bottom: 1rem;
}

.article-dek {
    max-width: 46rem;
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    font-weight: 850;
    line-height: 1.35;
}

.article-hero-card {
    position: relative;
    min-height: 20rem;
}

.article-visual-card {
    border-radius: 2rem;
    background: rgb(255 255 255 / 0.14);
    padding: 1rem;
    box-shadow: 0 24px 55px rgb(0 0 0 / 0.18);
    transform: rotate(1.5deg);
}

.article-visual-card img {
    border-radius: 1.35rem;
    width: 100%;
}

.article-stat-card {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 16rem;
    border-radius: 1.4rem;
    background: #ff9f40;
    color: white;
    padding: 1rem;
    box-shadow: 0 20px 38px rgb(0 0 0 / 0.18);
    transform: rotate(-3deg);
}

.article-stat-card strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 1000;
}

.article-sidebar {
    display: grid;
    gap: 1rem;
}

.article-toc,
.article-side-cta,
.article-summary,
.article-author,
.article-related-card {
    border-radius: 1.5rem;
    background: rgb(255 255 255 / 0.14);
    padding: 1.15rem;
    box-shadow: 0 12px 26px rgb(0 0 0 / 0.12);
}

.article-toc h2,
.article-side-cta h2,
.article-summary h2,
.article-author h2,
.article-related-card h3 {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.article-toc ol {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding-left: 1.2rem;
    font-weight: 850;
}

.article-toc a {
    color: inherit;
    text-decoration: none;
}

.article-toc a:hover {
    text-decoration: underline;
}

.article-side-cta p,
.article-author p,
.article-related-card p {
    font-weight: 750;
}

.article-content {
    border-radius: 2rem;
    background: var(--content-bg-color-light);
    color: #241021;
    padding: clamp(1.4rem, 4vw, 3rem);
    box-shadow: 0 24px 55px rgb(0 0 0 / 0.18);
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    color: #461641;
    text-shadow: none;
    scroll-margin-top: 7rem;
}

.article-content h1 {
    margin-top: 2.5rem;
    margin-bottom: 0.85rem;
    font-size: clamp(2.5rem, 4.5vw, 3.5rem);
    line-height: 1.05;
}

.article-content h1:first-child {
    margin-top: 0;
}

.article-content h2 {
    margin-top: 2.35rem;
    margin-bottom: 0.85rem;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
}

.article-content h3 {
    margin-top: 1.65rem;
    margin-bottom: 0.6rem;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.article-content p,
.article-content li {
    color: #2d172a;
    font-size: 1.08rem;
    font-weight: 650;
    line-height: 1.75;
}

.article-content p + p {
    margin-top: 1rem;
}

.article-content ul,
.article-content ol {
    display: grid;
    gap: 0.6rem;
    margin: 1rem 0;
    padding-left: 1rem;
}

.article-content a {
    color: #631f5d;
    font-weight: 900;
}

blockquote {
    margin-top: 1rem;
    border-left: 0.45rem solid #ff9f40;
    padding-left: 1rem;
    font-size: 1.2rem !important;
    font-weight: 850 !important;
    border-radius: 1rem;
    background: #f3e1f1;
    padding: 0.85rem;
}

.article-summary {
    margin: 1.5rem 0 2rem;
    background: #f3e1f1;
}

.article-summary ul {
    margin-bottom: 0;
}

.article-callout,
.article-quote,
.article-cta-inline {
    border-radius: 1.4rem;
    margin: 1.5rem 0;
    padding: 1.25rem;
}

.article-callout {
    background: #f3e1f1;
}

.article-callout strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #461641;
    font-size: 1.1rem;
    font-weight: 1000;
}

.article-quote {
    background: #ae59a4;
    color: white;
}

.article-quote blockquote {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 1000;
    line-height: 1.25;
}

.article-quote cite {
    display: block;
    margin-top: 0.85rem;
    font-style: normal;
    font-weight: 800;
}

.article-figure {
    margin: 1.6rem 0;
}

.article-content img {
    width: 100%;
    border-radius: 1.35rem;
    box-shadow: 0 16px 36px rgb(0 0 0 / 0.16);
}

.article-content figcaption {
    margin-top: 0.65rem;
    color: #4f2c4b;
    font-size: 0.95rem;
    font-weight: 750;
}

.article-checklist {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.article-content li {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    border-radius: 1rem;
    background: #f3e1f1;
    padding: 0.85rem;
}

.article-content li::before {
    content: '•';
    flex-shrink: 0;
    color: #ff9f40;
    font-weight: 1000;
}

.article-content i {
    margin-top: 0.25rem;
    color: #ff8a1f;
    font-size: 1.25rem;
}

.article-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 1.2rem;
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 1.2rem;
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.1);
}

th,
td {
    padding: 0.9rem;
    border-bottom: 1px solid rgb(99 31 93 / 0.12);
    text-align: left;
    vertical-align: top;
}

th {
    background: #f3e1f1;
    color: #461641;
    font-weight: 1000;
}

thead th:first-child {
    border-top-left-radius: 1.2rem;
}

thead th:last-child {
    border-top-right-radius: 1.2rem;
}

.article-cta-inline {
    display: grid;
    gap: 1rem;
    align-items: center;
    background: #461641;
    color: white;
    margin-bottom: 0 !important;
}

.article-cta-inline h2,
.article-cta-inline p {
    color: white;
    margin: 0;
}

.article-author {
    display: grid;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
    background: #f3e1f1;
}

.article-author-avatar {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    background: #ae59a4;
}

.article-author-avatar i {
    color: white !important;
    font-size: 2rem !important;
}

#author-title {
    margin: 0 !important;
}

.article-related-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

.article-related-card {
    display: grid;
    gap: 0.7rem;
    color: inherit;
    text-decoration: none;
}

.article-related-card:hover {
    transform: translateY(-0.15rem);
}

.share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.share-row a {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 0.2);
    color: white;
    text-decoration: none;
}

@media (min-width: 760px) {
    .article-author {
        grid-template-columns: auto 1fr;
    }

    .article-cta-inline {
        grid-template-columns: 1fr auto;
    }

    .article-related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .article-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.65fr);
    }

    .article-shell {
        grid-template-columns: minmax(14rem, 0.35fr) minmax(0, 1fr);
        align-items: start;
    }

    .article-sidebar {
        position: sticky;
        top: 7rem;
    }
}

@media (max-width: 767px) {
    .article-hero h1 {
        max-width: none;
    }

    .article-hero-card {
        min-height: 18rem;
    }

    .article-stat-card {
        max-width: 13rem;
    }

    .article-content p,
    .article-content li {
        font-size: 1rem;
    }
}
