/**
 * Creator Roam — L3 marketing shell (public pages only; not loaded by app shell).
 */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body.marketing-l3 {
    background-color: #fcf8f9;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #1b1b1c;
}

@media (max-width: 767px) {
    body.marketing-l3.l3-landing .px-margin-mobile {
        padding-left: 1.375rem;
        padding-right: 1.375rem;
    }
}

.l3-problem-card {
    transition: transform 0.3s ease;
}

.l3-problem-card:hover {
    transform: rotate(0deg) translateY(0) !important;
}

.l3-many-more {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    color: #7531ff;
    padding: 0.35rem 0.875rem;
    letter-spacing: 0.02em;
}

.l3-monetization-amount {
    color: #4ade80;
}

.l3-monetization-logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.l3-monetization-logo--bmc {
    background: #fff9e6;
    padding: 2px;
}

.l3-media-kit-stats {
    min-width: 0;
}

.l3-media-kit-stat {
    min-width: 0;
    overflow: hidden;
}

.l3-media-kit-stat__label,
.l3-media-kit-stat__value {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Static wave underlines for landing highlight phrases */
.l3-wiggle {
    text-decoration: none;
    background-repeat: repeat-x;
    background-position: left bottom 0.1em;
    background-size: 40px 5px;
    padding-bottom: 0.18em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* Cream / white sections */
.l3-wiggle--light {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 5' preserveAspectRatio='none'%3E%3Cpath d='M0 3.2 Q5 1.2 10 3.2 T20 3.2 T30 3.2 T40 3.2' fill='none' stroke='%237531ff' stroke-width='1.75' stroke-linecap='round' opacity='0.75'/%3E%3C/svg%3E");
}

/* Dark panels (media kit hero, auto media kit card) */
.l3-wiggle--on-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 5' preserveAspectRatio='none'%3E%3Cpath d='M0 3.2 Q5 1.2 10 3.2 T20 3.2 T30 3.2 T40 3.2' fill='none' stroke='%23ffb59a' stroke-width='1.75' stroke-linecap='round' opacity='0.85'/%3E%3C/svg%3E");
}

/* Purple monetization card */
.l3-wiggle--on-purple {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 5' preserveAspectRatio='none'%3E%3Cpath d='M0 3.2 Q5 1.2 10 3.2 T20 3.2 T30 3.2 T40 3.2' fill='none' stroke='%23fde68a' stroke-width='1.75' stroke-linecap='round' opacity='0.8'/%3E%3C/svg%3E");
}

.btn-vibrant-primary {
    background-color: #ff5c00;
    color: white;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}

.btn-vibrant-primary:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(255, 92, 0, 0.4);
}

.btn-vibrant-secondary {
    background-color: #7531ff;
    color: white;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}

.btn-vibrant-secondary:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(117, 49, 255, 0.4);
}

.glass-card {
    background: #ffffff;
    border: 2px solid #e5e2e3;
    transition: all 0.3s ease;
}

.glass-card:hover {
    border-color: #ff5c00;
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.1);
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

a.btn-vibrant-primary,
a.btn-vibrant-secondary {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.l3-btn-icon {
    vertical-align: middle;
    line-height: 1;
    flex-shrink: 0;
}

a.l3-platform-card {
    text-decoration: none;
    color: inherit;
    display: flex;
}

a.l3-nav-logo,
a.l3-footer-logo,
a.l3-footer-link,
a.l3-final-cta {
    text-decoration: none;
}

.l3-logo-accent {
    color: #7531ff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.l3-social--nav {
    gap: 8px;
    align-items: center;
}

.l3-social__btn {
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.l3-social__btn--nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease;
}

.l3-social__btn--nav:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.l3-social__btn--hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    color: #fff;
    min-height: 48px;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease;
}

.l3-social__btn--hero:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.l3-social__btn--hero .l3-social__icon {
    width: 22px;
    height: 22px;
}

.l3-social--hero-prominent {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    gap: 1rem;
}

@media (min-width: 640px) {
    .l3-social--hero-prominent {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: none;
        gap: 1.25rem;
    }
}

.l3-social__btn--hero-cta {
    min-height: 64px;
    padding: 1.125rem 2rem;
    font-size: 1.1875rem;
    border-radius: 1.125rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.35);
    width: 100%;
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .l3-social__btn--hero-cta {
        width: auto;
        min-width: 18.5rem;
        min-height: 68px;
        padding: 1.25rem 2.25rem;
        font-size: 1.25rem;
    }
}

.l3-social__btn--hero-cta .l3-social__icon {
    width: 30px;
    height: 30px;
}

.l3-social__btn--hero-cta .l3-social__btn-text {
    white-space: nowrap;
}

.l3-social__btn--hero-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.l3-social--ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.l3-social--yt {
    background: #ff0000;
}

.l3-social--fb {
    background: #1877f2;
}

.l3-social--tt {
    background: #000000;
}

.l3-social__icon {
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
}

.l3-social__chip {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.l3-social__chip .l3-social__icon {
    width: 18px;
    height: 18px;
}

.l3-btn-integrations {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.25;
}

.l3-btn-integrations .l3-btn-icon {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}

.l3-platform-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.l3-platform-icon svg,
.l3-platform-icon img {
    display: block;
}

.l3-platform-icon--ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.l3-platform-icon--ig svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.l3-platform-icon--fb {
    background: #1877f2;
}

.l3-platform-icon--fb svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.l3-platform-icon--yt {
    background: #ff0000;
}

.l3-platform-icon--yt svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.l3-platform-icon--tp svg,
.l3-platform-icon--tp img {
    width: 48px;
    height: 48px;
}

.l3-page-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 2rem;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    color: #7531ff;
    text-decoration: none;
}

.l3-page-back:hover {
    text-decoration: underline;
}

.l3-platform-icon--fb {
    background: #1877f2;
}

.l3-platform-icon--fb svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.l3-platform-icon--bmc {
    background: #fff9e6;
}

.l3-platform-icon--bmc .l3-platform-icon__bmc-mark,
.l3-platform-icon--bmc img {
    width: auto;
    height: 34px;
    max-width: 28px;
    object-fit: contain;
    display: block;
}

.l3-platform-icon--tt {
    background: #000000;
}

.l3-platform-icon--tt svg {
    width: 26px;
    height: 26px;
    color: #fff;
}

.l3-platform-card__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.l3-platform-card__title-row--detail {
    margin-bottom: 0;
}

.l3-platform-card__title-row h4,
.l3-platform-card__title-row h1 {
    margin: 0;
}

.l3-platform-badge {
    font-size: 0.625rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 3px 8px;
    border-radius: 999px;
    background: #7531ff;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

.l3-platform-badge--inline {
    flex-shrink: 0;
}

.l3-platform-card--soon {
    opacity: 0.92;
}

.l3-social__btn--soon {
    opacity: 0.85;
}

.l3-legal-content p {
    font-size: 1rem;
    color: #5b4137;
    line-height: 1.65;
    margin: 0 0 1rem;
}

.l3-legal-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1b1b1c;
    margin: 2rem 0 0.75rem;
}

.l3-legal-content h4:first-child {
    margin-top: 0;
}

.l3-legal-content ul {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
    color: #5b4137;
    line-height: 1.7;
}

.l3-legal-content li {
    margin-bottom: 0.5rem;
}

.l3-legal-content a {
    color: #7531ff;
    font-weight: 600;
    text-decoration: none;
}

.l3-legal-content a:hover {
    text-decoration: underline;
}

.l3-alert {
    padding: 0.875rem 1rem;
    border-radius: 12px;
    font-size: 0.9375rem;
    line-height: 1.45;
}

.l3-alert--success {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.25);
    color: #065f46;
}

.l3-alert--error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    color: #991b1b;
}

body.marketing-l3.flex.flex-col {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.l3-auth-page {
    flex: 1;
    background: linear-gradient(180deg, #faf8f6 0%, #f3efe9 100%);
}

.l3-auth-layout {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}

@media (min-width: 768px) {
    .l3-auth-layout {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }
}

.l3-auth-intro__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7531ff;
    margin: 0 0 0.75rem;
}

.l3-auth-intro__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: #1b1b1c;
    margin: 0 0 1rem;
}

.l3-auth-intro__lead {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #5b4137;
    margin: 0 0 1.5rem;
    max-width: 28rem;
}

.l3-auth-intro__list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 28rem;
}

.l3-auth-intro__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.9375rem;
    line-height: 1.45;
    color: #3d2a24;
    font-weight: 500;
}

.l3-auth-intro__list .material-symbols-outlined {
    font-size: 1.25rem;
    color: #7531ff;
    flex-shrink: 0;
}

.l3-auth-intro__encourage {
    font-size: 1rem;
    line-height: 1.55;
    color: #5b4137;
    margin: 0;
    max-width: 28rem;
    padding-left: 1rem;
    border-left: 3px solid #7531ff;
    font-style: italic;
}

.l3-auth-card {
    width: 100%;
}

.l3-faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 42rem;
}

.l3-faq-item {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #efe8e3;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.l3-faq-item__q {
    width: 100%;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    color: #1b1b1c;
    padding: 1.125rem 1.5rem;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 52px;
}

.l3-faq-item__q::after {
    content: '+';
    font-size: 1.25rem;
    font-weight: 400;
    color: #7531ff;
    flex-shrink: 0;
    line-height: 1;
}

.l3-faq-item.is-open .l3-faq-item__q::after {
    content: '−';
}

.l3-faq-item__q:hover {
    background: #faf8f6;
}

.l3-faq-item__a {
    padding: 0 1.5rem 1.25rem;
}

.l3-faq-item__a p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #5b4137;
}

.l3-faq-item__a a {
    color: #7531ff;
    font-weight: 600;
    text-decoration: none;
}

.l3-faq-item__a a:hover {
    text-decoration: underline;
}

.l3-platform-icon--sm {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 8px;
}

.l3-platform-icon--sm svg {
    width: 16px;
    height: 16px;
}

.l3-platform-icon--sm.l3-platform-icon--tp img {
    width: 28px;
    height: 28px;
}

.l3-platform-icon--sm.l3-platform-icon--bmc img {
    width: auto;
    height: 20px;
    max-width: 22px;
}

.l3-footer__grid {
    display: grid;
    gap: 2.5rem 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .l3-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .l3-footer__grid {
        grid-template-columns: 1.2fr 1.4fr 0.9fr 0.9fr;
        gap: 2rem 3rem;
    }
}

.l3-footer__heading {
    font-size: 0.75rem;
    font-weight: 800;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1b1b1c;
    margin: 0 0 1rem;
}

.l3-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.l3-footer__list--simple {
    gap: 0.625rem;
}

.l3-footer__platform-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.35rem 0;
    text-decoration: none;
    color: #5b4137;
    font-weight: 600;
    font-size: 0.9375rem;
    min-height: 44px;
}

.l3-footer__platform-link:hover {
    color: #7531ff;
}

.l3-footer__platform-link:hover .l3-platform-icon {
    transform: scale(1.05);
}

.l3-footer__platform-name {
    flex: 1;
    min-width: 0;
}

.l3-footer__soon {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 7px;
    border-radius: 999px;
    background: #7531ff;
    color: #fff;
    flex-shrink: 0;
}

.l3-footer__text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.25rem 0;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #5b4137;
    text-decoration: none;
}

.l3-footer__text-link:hover {
    color: #7531ff;
}

.l3-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 2px solid #efe8e3;
    text-align: center;
}

@media (min-width: 768px) {
    .l3-footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

.l3-platform-icon {
    transition: transform 0.2s ease;
}
