@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}

.learn-more-page {
    --ink: #0b0b0b;
    --muted: #625e5a;
    --paper: #fbfbfa;
    --paper-soft: #f5f2ed;
    --line: rgba(11, 11, 11, 0.13);
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background-color: var(--paper);
    background-image:
        linear-gradient(to right, rgba(16, 16, 16, 0.042) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(16, 16, 16, 0.042) 1px, transparent 1px);
    background-position: 52px 6px;
    background-size: 80px 80px;
    font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.learn-more-page img {
    max-width: 100%;
}

.together-site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 3vw, 42px);
    width: min(calc(100% - 64px), 1336px);
    margin: 0 auto;
    padding: 28px 0 22px;
}

.together-brand {
    justify-self: start;
    width: fit-content;
    margin: -10px -12px;
    padding: 10px 12px;
    color: var(--ink);
    background: var(--paper);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.together-site-header nav,
.together-footer nav {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    width: auto;
}

.together-site-header nav a,
.together-footer nav a {
    margin: 0;
    color: #605b57;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.together-site-header nav a:last-child {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(11, 11, 11, 0.35);
    background: var(--paper);
    box-shadow: 0 0 0 8px var(--paper);
}

.together-site-header a:hover,
.together-site-header a:focus-visible,
.together-footer a:hover,
.together-footer a:focus-visible {
    color: var(--ink);
}

.together-site-header a:focus-visible,
.together-footer a:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.learn-more-page .text-page {
    min-height: 0;
    padding: 0;
}

.learn-more-page .learn-more-content {
    width: 100%;
    max-width: none;
}

.learn-more-intro {
    width: min(calc(100% - 64px), 1336px);
    max-width: none;
    margin: 0 auto;
    padding: clamp(48px, 5.5vw, 82px) 0 clamp(76px, 9vw, 126px);
}

.text-page-content .learn-more-eyebrow,
.text-page-content .priority-label,
.text-page-content .support-eyebrow {
    margin: 0 0 18px;
    color: #77716c;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.45;
    text-transform: uppercase;
}

.together-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(440px, 0.8fr);
    align-items: center;
}

.together-hero-image {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #e8ded2;
}

.together-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.together-hero-card {
    position: relative;
    z-index: 1;
    margin-left: clamp(-150px, -9vw, -104px);
    padding: clamp(40px, 4vw, 58px);
    border: 1px solid var(--line);
    background: rgba(251, 251, 250, 0.97);
    box-shadow: 0 24px 64px rgba(11, 11, 11, 0.11);
}

.learn-more-intro .together-hero-card h1 {
    max-width: 610px;
    margin: 0 0 clamp(26px, 3vw, 38px);
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 4vw, 60px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.01;
    white-space: normal;
}

.learn-more-leads {
    display: grid;
    gap: 18px;
}

.text-page-content .learn-more-lead {
    max-width: 610px;
    margin: 0;
    color: var(--muted);
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 400;
    line-height: 1.65;
}

.text-page-content .learn-more-lead u {
    color: #3c3834;
    text-decoration-color: rgba(11, 11, 11, 0.45);
    text-underline-offset: 4px;
}

.priority-stack,
.support-section {
    width: min(calc(100% - 64px), 1120px);
    margin-right: auto;
    margin-left: auto;
}

.priority-stack {
    counter-reset: priority;
    display: grid;
    gap: clamp(42px, 6vw, 72px);
}

.priority-section {
    --priority-accent: #626b59;
    counter-increment: priority;
    display: grid;
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.25fr);
    gap: clamp(38px, 6vw, 76px);
    padding: clamp(42px, 6vw, 72px);
    border: 1px solid var(--line);
    border-top: 1px solid var(--line);
    background: rgba(251, 251, 250, 0.98);
    box-shadow: 14px 18px 0 rgba(11, 11, 11, 0.045);
}

.priority-section:nth-child(2) {
    --priority-accent: #8b6752;
}

.priority-section:nth-child(3) {
    --priority-accent: #6c6072;
}

.priority-heading {
    position: sticky;
    top: 28px;
    display: block;
    align-self: start;
    padding: 0 clamp(24px, 4vw, 48px) 0 0;
    border-right: 1px solid var(--line);
    border-bottom: 0;
}

.priority-heading::before {
    display: block;
    margin-bottom: clamp(30px, 4vw, 54px);
    color: #9a948f;
    content: "0" counter(priority);
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.text-page-content .priority-label {
    color: var(--priority-accent);
}

.text-page-content .priority-section h2 {
    max-width: 420px;
    margin: 0;
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 4.3vw, 62px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    overflow-wrap: break-word;
}

@media (min-width: 761px) {
    .text-page-content #marketing-title .priority-title__long-word {
        display: block;
        width: max-content;
        max-width: 100%;
        font-size: clamp(24px, 2.3vw, 34px);
        line-height: 1.05;
        white-space: nowrap;
    }
}

.priority-body {
    min-width: 0;
    max-width: none;
    margin: 0;
}

.text-page-content .priority-body > p,
.support-overview > p,
.text-page-content .support-card > p {
    color: var(--muted);
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.72;
}

.text-page-content .priority-body > p {
    max-width: 700px;
    margin: 0 0 1.35em;
}

.text-page-content .priority-body > p:last-of-type {
    margin-bottom: 0;
}

.chat-demo {
    max-width: 720px;
    margin: clamp(38px, 5vw, 58px) 0 0;
    border-color: var(--line);
    background: #fff;
    box-shadow: 10px 12px 0 #efefec;
}

.chat-demo .preview-top {
    padding-top: 16px;
    padding-bottom: 16px;
}

.chat-demo .preview-brand {
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.chat-demo .preview-room h3 {
    font-family: "DM Sans", sans-serif;
}

.capital-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: clamp(34px, 5vw, 52px) 0;
    border: 1px solid var(--line);
    background: var(--line);
    gap: 1px;
}

.capital-paths article,
.capital-paths article + article {
    min-width: 0;
    padding: clamp(22px, 3vw, 32px);
    border: 0;
    background: var(--paper);
}

.capital-path-wide {
    grid-column: 1 / -1;
}

.capital-paths h3 {
    margin-top: 22px;
    font-size: clamp(24px, 2.6vw, 34px);
}

.text-page-content .capital-paths p {
    font-size: 14px;
    line-height: 1.65;
}

.text-page-content .capital-piggy-link {
    max-width: 700px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    font-size: 15px;
}

.karma-section {
    width: min(calc(100% - 64px), 1120px);
    margin: clamp(104px, 13vw, 176px) auto 0;
    padding: clamp(48px, 7vw, 76px);
    border: 1px solid var(--line);
    background: rgba(251, 251, 250, 0.98);
}

.karma-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
    column-gap: clamp(44px, 8vw, 104px);
    align-items: end;
    margin-bottom: clamp(42px, 6vw, 66px);
}

.text-page-content .karma-section__eyebrow {
    grid-column: 1 / -1;
    margin: 0 0 18px;
    color: #77716c;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.45;
    text-transform: uppercase;
}

.text-page-content .karma-section h2 {
    max-width: 560px;
    margin: 0;
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
}

.text-page-content .karma-section__intro > p:last-child {
    margin: 0;
    color: var(--muted);
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.karma-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: var(--line);
}

.karma-flow article {
    min-width: 0;
    padding: clamp(26px, 3.5vw, 38px);
    background: var(--paper);
}

.karma-flow article > span {
    color: #8f8984;
    font-family: "DM Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.karma-flow h3 {
    margin: 28px 0 16px;
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(26px, 2.6vw, 36px);
    font-weight: 500;
    line-height: 1.08;
}

.text-page-content .karma-flow p {
    margin: 0;
    color: var(--muted);
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .karma-section {
        width: min(calc(100% - 56px), 900px);
    }
}

@media (max-width: 760px) {
    .karma-section__intro {
        grid-template-columns: 1fr;
    }

    .text-page-content .karma-section__intro > p:last-child {
        margin-top: 24px;
    }

    .karma-flow {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .karma-section {
        width: calc(100% - 32px);
        margin-top: 92px;
        padding: 38px 22px 42px;
    }

    .text-page-content .karma-section h2 {
        font-size: clamp(36px, 10.5vw, 46px);
    }

    .karma-flow article {
        padding: 28px 22px 32px;
    }
}

.support-section {
    margin-top: clamp(104px, 13vw, 176px);
    padding: clamp(60px, 8vw, 94px) 0 0;
    border-top: 1px solid var(--line);
}

.support-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.62fr);
    column-gap: clamp(44px, 8vw, 104px);
    align-items: end;
    margin-bottom: clamp(46px, 7vw, 76px);
}

.support-intro .support-eyebrow {
    grid-column: 1 / -1;
}

.text-page-content .support-intro h2 {
    max-width: 710px;
    margin: 0;
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
}

.text-page-content .support-intro > p:last-child {
    margin: 0;
    color: var(--muted);
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.support-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(34px, 6vw, 78px);
    margin-bottom: clamp(56px, 8vw, 90px);
}

.support-overview > p {
    max-width: none;
    margin: 0;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    background: var(--line);
}

.support-card {
    min-width: 0;
    padding: clamp(30px, 4.5vw, 50px);
    background: rgba(251, 251, 250, 0.98);
}

.support-card-number {
    margin-bottom: clamp(32px, 4vw, 50px);
    color: #8f8984;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
}

.support-card h3 {
    margin-bottom: 20px;
    color: #35302c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.08;
}

.text-page-content .support-card > p {
    max-width: 650px;
    margin-top: 0;
}

.support-card-wide {
    grid-column: 1 / -1;
    padding-right: clamp(30px, 8vw, 104px);
    padding-left: clamp(30px, 8vw, 104px);
}

.weekly-question-preview {
    margin-top: clamp(38px, 5vw, 56px);
    border-color: var(--line);
    background: var(--paper-soft);
}

.piggy-bank-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(380px, 1.2fr);
    gap: clamp(44px, 7vw, 90px);
    align-items: center;
    width: min(calc(100% - 64px), 1120px);
    margin: clamp(104px, 13vw, 176px) auto 0;
    padding: clamp(46px, 7vw, 78px);
    border: 1px solid var(--line);
    background: rgba(251, 251, 250, 0.98);
    color: var(--ink);
}

.piggy-bank-copy {
    position: relative;
    z-index: 1;
}

.piggy-bank-section h2 {
    margin-bottom: 28px;
    color: #35302c;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
}

.piggy-bank-investment {
    color: #35302c;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.42;
}

.piggy-bank-lead {
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.piggy-bank-disclaimer {
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 11px;
    line-height: 1.65;
}

.piggy-bank-visual {
    min-width: 0;
    margin: 0;
}

.piggy-bank-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.piggy-bank-visual p {
    margin-top: 20px;
    padding-top: 18px;
}

.together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(calc(100% - 64px), 1120px);
    margin: 0 auto;
    padding: 42px 0 50px;
}

.together-footer > a {
    color: #5e5955;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-decoration: none;
    text-transform: uppercase;
}

.developer-credit {
    margin: 0;
    color: #77716c;
    font-family: "Inter", "DM Sans", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.developer-credit a {
    color: #403c38;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

@media (min-width: 1051px) {
    .learn-more-intro .learn-more-eyebrow {
        text-align: center;
    }

    .together-hero-layout {
        grid-template-columns: minmax(0, 1fr);
        width: min(100%, 1180px);
        margin: 0 auto;
    }

    .together-hero-image {
        width: 100%;
        justify-self: center;
    }

    .together-hero-image img {
        width: 100%;
        height: clamp(480px, 58vh, 620px);
        aspect-ratio: auto;
        object-position: center 48%;
    }

    .together-hero-card {
        width: min(82%, 820px);
        margin: -220px auto 0;
        padding: clamp(42px, 4vw, 58px) clamp(54px, 6vw, 82px);
        justify-self: center;
        text-align: center;
    }

    .learn-more-intro .together-hero-card h1,
    .text-page-content .learn-more-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .learn-more-intro .together-hero-card h1 {
        max-width: none;
        font-size: clamp(34px, 3vw, 46px);
        white-space: nowrap;
    }
}

@media (max-width: 1050px) {
    .together-site-header,
    .learn-more-intro,
    .priority-stack,
    .support-section,
    .piggy-bank-section,
    .together-footer {
        width: min(calc(100% - 56px), 900px);
    }

    .together-hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .together-hero-card {
        width: min(88%, 680px);
        margin: clamp(-90px, -8vw, -64px) auto 0;
        padding: clamp(38px, 6vw, 58px);
    }

    .learn-more-intro .together-hero-card h1 {
        font-size: clamp(44px, 6vw, 60px);
    }

    .priority-section {
        grid-template-columns: minmax(190px, 0.5fr) minmax(0, 1.2fr);
        gap: clamp(30px, 5vw, 54px);
    }

    .text-page-content .priority-section h2 {
        font-size: clamp(36px, 5vw, 50px);
    }

    .support-intro {
        grid-template-columns: minmax(0, 1fr);
    }

    .text-page-content .support-intro > p:last-child {
        max-width: 620px;
        margin-top: 24px;
    }

    .piggy-bank-section {
        grid-template-columns: minmax(0, 1fr);
    }

    .piggy-bank-copy {
        max-width: 720px;
    }

    .piggy-bank-visual {
        width: min(100%, 700px);
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .learn-more-page {
        background-position: 22px 0;
        background-size: 60px 60px;
    }

    .together-site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .together-site-header nav a:first-child {
        display: none;
    }

    .learn-more-intro {
        padding-top: 48px;
        padding-bottom: 86px;
    }

    .priority-section {
        display: block;
        padding: clamp(32px, 7vw, 48px);
    }

    .priority-heading {
        position: static;
        padding: 0 0 30px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .priority-heading::before {
        margin-bottom: 24px;
    }

    .priority-body {
        padding-top: 32px;
    }

    .support-overview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .together-site-header,
    .learn-more-intro,
    .priority-stack,
    .support-section,
    .piggy-bank-section,
    .together-footer {
        width: calc(100% - 32px);
    }

    .together-site-header {
        align-items: start;
    }

    .together-brand {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .together-site-header nav a {
        font-size: 10px;
    }

    .learn-more-intro {
        padding-top: 38px;
        padding-bottom: 72px;
    }

    .text-page-content .learn-more-eyebrow {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .together-hero-image {
        position: relative;
    }

    .together-hero-image::before {
        display: block;
        padding-top: 75%;
        content: "";
    }

    .together-hero-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .together-hero-card {
        width: calc(100% - 28px);
        margin-top: -42px;
        padding: 30px 22px 32px;
    }

    .learn-more-intro .together-hero-card h1 {
        margin-bottom: 24px;
        font-size: clamp(35px, 10.5vw, 44px);
        line-height: 1.04;
    }

    .text-page-content .learn-more-lead {
        font-size: 16px;
        line-height: 1.58;
    }

    .priority-stack {
        gap: 34px;
    }

    .priority-section {
        padding: 30px 20px 34px;
        box-shadow: 7px 8px 0 rgba(11, 11, 11, 0.045);
    }

    .text-page-content .priority-section h2 {
        font-size: clamp(34px, 10vw, 43px);
        line-height: 1.04;
    }

    .priority-body {
        padding-top: 28px;
    }

    .text-page-content .priority-body > p,
    .support-overview > p,
    .text-page-content .support-card > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .chat-demo {
        margin-top: 32px;
        box-shadow: 6px 7px 0 #efefec;
    }

    .chat-demo .preview-top,
    .chat-demo .preview-room,
    .chat-demo .preview-post {
        padding-right: 16px;
        padding-left: 16px;
    }

    .chat-demo .preview-label {
        max-width: 110px;
    }

    .chat-demo .karma-label {
        margin-left: 44px;
    }

    .capital-paths {
        grid-template-columns: 1fr;
    }

    .support-section {
        margin-top: 92px;
        padding-top: 48px;
    }

    .support-intro {
        margin-bottom: 38px;
    }

    .text-page-content .support-intro h2 {
        font-size: clamp(36px, 10.5vw, 46px);
        line-height: 1.04;
    }

    .support-overview {
        gap: 26px;
        margin-bottom: 48px;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-card,
    .support-card-wide {
        grid-column: auto;
        padding: 30px 22px 34px;
    }

    .support-card-number {
        margin-bottom: 28px;
    }

    .support-card h3 {
        font-size: clamp(28px, 8vw, 36px);
    }

    .weekly-question-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 14px 16px;
    }

    .weekly-question-body {
        padding: 24px 18px;
    }

    .weekly-answer-example {
        grid-template-columns: 1fr;
    }

    .weekly-answer-example > div:nth-child(2) {
        padding-left: 0;
        border-left: 0;
    }

    .weekly-answer-example > div:last-child {
        grid-column: auto;
    }

    .piggy-bank-section {
        gap: 38px;
        margin-top: 92px;
        padding: 34px 22px;
    }

    .piggy-bank-section h2 {
        font-size: clamp(36px, 10.5vw, 46px);
    }

    .piggy-bank-visual {
        position: relative;
        width: 100%;
    }

    .piggy-bank-visual img {
        aspect-ratio: auto;
    }

    .piggy-bank-visual p {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .together-footer {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 34px;
    }

    .together-footer nav {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .together-footer .developer-credit {
        align-self: stretch;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .learn-more-intro .together-hero-card h1,
    .text-page-content .priority-section h2,
    .text-page-content .support-intro h2,
    .piggy-bank-section h2 {
        overflow-wrap: anywhere;
    }

    .chat-demo .preview-brand {
        font-size: 16px;
    }

    .chat-demo .preview-label {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .learn-more-page *,
    .learn-more-page *::before,
    .learn-more-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
