@font-face {
    font-family: "Baloo 2";
    src: url("../fonts/Baloo2-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 600 800;
    font-display: optional;
}

@font-face {
    font-family: "Nunito";
    src: url("../fonts/Nunito-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 500 800;
    font-display: optional;
}

:root {
    --violet: #7350ff;
    --violet-deep: #40209e;
    --pink: #ff7bb7;
    --pink-soft: #ffd9ee;
    --teal: #45d9d1;
    --teal-soft: #d7fffb;
    --sun: #ffe27a;
    --paper: #f4fbff;
    --paper-warm: #fff8ff;
    --paper-band: #efe9ff;
    --white: #ffffff;
    --ink: #251650;
    --ink-soft: #5f5290;
    --line: #27155a;
    --shadow: 0 18px 0 rgba(37, 22, 80, 0.14);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 20px;
    --font-head: "Baloo 2", "Trebuchet MS", sans-serif;
    --font-body: "Nunito", "Segoe UI", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.marketing-body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 16%, rgba(69, 217, 209, 0.22), transparent 20%),
        radial-gradient(circle at 82% 10%, rgba(255, 123, 183, 0.2), transparent 18%),
        radial-gradient(circle at 78% 44%, rgba(115, 80, 255, 0.14), transparent 24%),
        linear-gradient(180deg, #eefbff 0%, #f8f2ff 44%, #fff8ff 100%);
    font-family: var(--font-body);
    line-height: 1.55;
}

body.marketing-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(rgba(37, 22, 80, 0.08) 1px, transparent 1px),
        radial-gradient(rgba(37, 22, 80, 0.05) 1px, transparent 1px);
    background-position: 0 0, 16px 16px;
    background-size: 32px 32px;
    opacity: 0.5;
}

h1,
h2,
h3,
h4,
.navbar-brand strong,
.plan-label,
.mini-badge,
.hero-sticker {
    font-family: var(--font-head);
    letter-spacing: 0.01em;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-main,
.site-footer,
.site-header {
    position: relative;
    z-index: 1;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    padding: 0.85rem 0 0;
}

.nav-shell {
    background: rgba(255, 255, 255, 0.92);
    border: 3px solid var(--line);
    border-radius: 999px;
    box-shadow: var(--shadow);
    padding: 0.55rem 1rem;
}

.navbar {
    padding: 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--ink);
}

.brand-mark-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 22px;
}

.brand-mark img {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 16px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    font-size: 1.6rem;
}

.brand-copy small {
    color: var(--ink-soft);
    font-size: 0.88rem;
}

.navbar-toggler {
    border: 3px solid var(--line);
    border-radius: 18px;
    padding: 0.45rem 0.7rem;
    background: var(--white);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(115, 80, 255, 0.18);
}

.navbar-toggler-icon {
    filter: contrast(0.3) saturate(5);
}

.nav-pill-list {
    gap: 0.5rem;
}

.nav-link {
    color: var(--ink);
    font-weight: 800;
    border: 3px solid transparent;
    border-radius: 999px;
    padding: 0.72rem 1rem !important;
    transition: none !important;
}

.nav-link:hover,
.nav-link.active {
    border-color: var(--line);
    background: var(--pink-soft);
}

.nav-link-ghost {
    background: var(--teal-soft);
}

.btn {
    border-width: 3px;
    transition: none !important;
}

.btn-pill {
    border-radius: 999px;
    padding: 0.9rem 1.35rem;
    font-weight: 800;
    box-shadow: 0 8px 0 rgba(37, 22, 80, 0.14);
}

.btn-primary {
    color: var(--white);
    background: linear-gradient(180deg, var(--violet) 0%, var(--violet-deep) 100%);
    border-color: var(--line);
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--white);
    background: linear-gradient(180deg, #6546e8 0%, #35198d 100%);
    border-color: var(--line);
}

.btn-secondary {
    color: var(--ink);
    background: linear-gradient(180deg, var(--sun) 0%, #ffc96f 100%);
    border-color: var(--line);
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--ink);
    background: linear-gradient(180deg, #ffd75b 0%, #ffbc57 100%);
    border-color: var(--line);
}

.btn-link,
.btn-inline {
    color: var(--violet-deep);
    font-weight: 800;
    padding-left: 0;
    transition: none !important;
}

.hero-stage,
.page-banner,
.section-pad {
    padding: 3.75rem 0;
}

.hero-stage {
    padding-top: 2.25rem;
}

.speech-panel,
.comic-panel,
.banner-card,
.footer-bubble,
.quote-cloud,
.sticker-card,
.device-card {
    position: relative;
    background: var(--white);
    border: 3px solid var(--line);
    box-shadow: var(--shadow);
}

.speech-panel,
.comic-panel,
.banner-card,
.footer-bubble {
    border-radius: var(--radius-xl);
}

.speech-panel::after {
    content: "";
    position: absolute;
    right: 2.4rem;
    bottom: -18px;
    width: 34px;
    height: 34px;
    background: var(--white);
    border-right: 3px solid var(--line);
    border-bottom: 3px solid var(--line);
    transform: rotate(35deg);
}

.speech-panel-main {
    padding: 2.4rem;
    background:
        radial-gradient(circle at top right, rgba(255, 123, 183, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 255, 0.98));
}

.hero-stage h1,
.page-banner h1 {
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    font-size: clamp(2.65rem, 4vw, 5rem);
    line-height: 0.95;
    margin: 0 0 1rem;
}

.hero-copy,
.lead-copy,
.comic-panel p,
.quote-cloud p,
.footer-bubble p,
.comic-list li,
.price-caption,
.form-help,
.alert-detail,
.contact-detail span {
    color: var(--ink-soft);
}

.hero-copy {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(1.06rem, 2vw, 1.25rem);
    max-width: 42rem;
}

.narrow {
    max-width: 44rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.6rem 0;
}

.mini-badge,
.cloud-kicker,
.plan-label,
.device-label,
.phone-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 3px solid var(--line);
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mini-badge {
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    background: var(--teal-soft);
    margin-bottom: 1rem;
}

.hero-board-col {
    display: flex;
}

.hero-board {
    position: relative;
    margin-top: auto;
    width: 100%;
    min-height: 100%;
    padding: 2rem 1.6rem 1.6rem;
    border-radius: var(--radius-xl);
    border: 3px solid var(--line);
    background:
        radial-gradient(circle at 15% 25%, rgba(69, 217, 209, 0.28), transparent 18%),
        radial-gradient(circle at 80% 20%, rgba(255, 123, 183, 0.25), transparent 18%),
        linear-gradient(180deg, #fff6ff 0%, #eefbff 100%);
    box-shadow: var(--shadow);
}
.hero-board .screenshot-caption p {
    width:80%;
}
.hero-sticker {
    position: absolute;
    top: -1rem;
    right: 1.4rem;
    padding: 0.55rem 1rem;
    border-radius: 18px;
    border: 3px solid var(--line);
    background: var(--sun);
    transform: rotate(8deg);
}

.hero-showcase-label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 3px solid var(--line);
    background: rgba(255, 255, 255, 0.86);
    color: var(--violet-deep);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.orbit {
    position: absolute;
    border-radius: 999px;
    border: 3px solid var(--line);
}

.orbit-one {
    width: 34px;
    height: 34px;
    top: 1rem;
    right: 3rem;
    background: var(--pink);
}

.orbit-two {
    width: 22px;
    height: 22px;
    top: 5rem;
    right: 1rem;
    background: var(--teal);
}

.orbit-three {
    width: 28px;
    height: 28px;
    left: -0.5rem;
    bottom: 2rem;
    background: var(--sun);
}

.sticker-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.sticker-card {
    border-radius: 24px;
    padding: 1rem 1.1rem;
    transform: rotate(-1.5deg);
}

.sticker-card strong {
    display: block;
    font-family: var(--font-head);
    font-size: 1.5rem;
}

.sticker-card span {
    color: var(--ink-soft);
}

.sticker-1 {
    background: #fff6d8;
}

.sticker-2 {
    background: #f2eaff;
    transform: rotate(1.5deg);
}

.sticker-3 {
    background: #ddfffb;
    transform: rotate(-2.5deg);
}

.section-band {
    background:
        linear-gradient(180deg, rgba(239, 233, 255, 0.8), rgba(255, 248, 255, 0.72));
    border-top: 3px solid rgba(39, 21, 90, 0.08);
    border-bottom: 3px solid rgba(39, 21, 90, 0.08);
}

.section-head {
    margin-bottom: 1.6rem;
}

.showcase-band {
    background:
        linear-gradient(180deg, rgba(255, 246, 255, 0.85), rgba(236, 251, 255, 0.92));
    border-top: 3px solid rgba(39, 21, 90, 0.08);
    border-bottom: 3px solid rgba(39, 21, 90, 0.08);
}

.screenshot-showcase {
    display: grid;
    gap: 1.4rem;
}

.screenshot-showcase-home {
    gap: 1.1rem;
}

.screenshot-scene {
    position: relative;
    padding: 1.2rem;
    border: 3px solid var(--line);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 48px rgba(39, 21, 90, 0.12);
    overflow: hidden;
}

.screenshot-scene::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 123, 183, 0.18), transparent 34%),
        radial-gradient(circle at left bottom, rgba(69, 217, 209, 0.16), transparent 28%);
    pointer-events: none;
}

.desktop-shot-card {
    position: relative;
    max-width: calc(100% - 5.6rem);
    border-radius: 24px;
    overflow: hidden;
    border: 3px solid rgba(39, 21, 90, 0.16);
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(39, 21, 90, 0.16);
}

.desktop-shot-image,
.phone-shot-image {
    display: block;
    width: 100%;
    height: auto;
}

.phone-shot-frame {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: min(34%, 190px);
    padding: 0.7rem 0.4rem 0.55rem;
    border-radius: 34px;
    border: 3px solid #1d1731;
    background: linear-gradient(180deg, #1d1731 0%, #30255a 100%);
    box-shadow: 0 20px 30px rgba(29, 23, 49, 0.35);
}

.phone-shot-notch {
    position: absolute;
    top: 0.3rem;
    left: 50%;
    width: 42%;
    height: 0.7rem;
    transform: translateX(-50%);
    border-radius: 0 0 12px 12px;
    background: #090713;
}

.phone-shot-image {
    border-radius: 24px;
}

.screenshot-caption {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 7rem);
    margin-top: 1rem;
}

.screenshot-kicker {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: var(--violet-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.screenshot-caption h2 {
    margin: 0 0 0.35rem;
    font-size: 1.4rem;
    width: 75%;
}

.screenshot-caption p {
    margin: 0;
    color: var(--ink-soft);
}

.screenshot-scene-diary .desktop-shot-card {
    transform: rotate(-1.4deg);
}

.screenshot-scene-insights .desktop-shot-card {
    transform: rotate(1.25deg);
}

.screenshot-showcase-feature-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-head h2,
.comic-panel h2,
.footer-bubble h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin: 0 0 0.85rem;
}

.comic-panel {
    padding: 1.7rem;
}

.feature-card,
.benefit-card,
.faq-card,
.legal-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 255, 0.98));
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    margin-bottom: 1rem;
    border: 3px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(145deg, var(--pink-soft), var(--teal-soft));
    color: var(--violet-deep);
    font-size: 1.3rem;
}

.quote-cloud {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    border-radius: 50px;
    padding: 2rem;
    background: linear-gradient(180deg, #fff7d1 0%, #fff2a9 100%);
}

.cloud-kicker {
    align-self: flex-start;
    margin-bottom: 0.9rem;
    background: var(--white);
}

.comic-list,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.comic-list li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.comic-list li::before {
    content: "\2022";
    color: var(--pink);
    font-size: 1.5rem;
    line-height: 1;
    margin-top: -0.05rem;
}

.source-card {
    background: linear-gradient(180deg, #40209e 0%, #251650 100%);
    color: var(--white);
}

.cta-card {
    background:
        radial-gradient(circle at top right, rgba(255, 123, 183, 0.16), transparent 28%),
        radial-gradient(circle at left bottom, rgba(69, 217, 209, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 242, 255, 0.99));
}

.cta-octopus-frame {
    margin: 1.2rem 0 1.3rem;
}

.cta-octopus-image {
    display: block;
    width: 100%;
    height: auto;
}

.source-card p,
.source-card .mini-badge {
    color: var(--white);
}

.source-card .mini-badge {
    background: rgba(255, 255, 255, 0.15);
}

.source-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.2rem;
}

.source-links a {
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.1);
}

.compliance-ribbon {
    margin-top: 1.4rem;
    background: linear-gradient(90deg, #ddfffb 0%, #fff8d2 50%, #ffe0f0 100%);
}

.price-burst {
    display: inline-block;
    flex-direction: column;
    gap: 0.2rem;
    margin: 0.8rem 0 1rem;
    padding: 1rem 1.2rem;
    border: 3px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, #fff7c2 0%, #ffd982 100%);
}

.price-burst strong {
    font-family: var(--font-head);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 0.95;
}

.price-burst-large {
    width: 100%;
}

.pricing-page-card {
    background: linear-gradient(180deg, #fffefc 0%, #f4efff 100%);
}

.payment-methods-card {
    background:
        radial-gradient(circle at top right, rgba(99, 91, 255, 0.14), transparent 30%),
        radial-gradient(circle at left bottom, rgba(0, 48, 135, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 250, 255, 0.98));
}

.payment-methods-head {
    margin-bottom: 1.4rem;
}

.payment-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.payment-method-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    border: 3px solid var(--line);
    border-radius: 28px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 0 rgba(37, 22, 80, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.payment-method-item-stripe {
    background: linear-gradient(180deg, rgba(240, 238, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.payment-method-item-paypal {
    background: linear-gradient(180deg, rgba(232, 245, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.payment-method-logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 26px;
    border: 3px solid var(--line);
    box-shadow: 0 10px 0 rgba(37, 22, 80, 0.08);
}

.payment-method-logo svg {
    display: block;
    width: 72%;
    height: auto;
}

.payment-method-logo-stripe {
    background: linear-gradient(180deg, #635bff 0%, #4036de 100%);
}

.payment-method-logo-paypal {
    background: linear-gradient(180deg, #0070e0 0%, #003087 100%);
}

.payment-method-provider {
    display: inline-flex;
    align-items: center;
    border: 3px solid var(--line);
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.45rem;
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.payment-method-copy h3 {
    margin: 0 0 0.2rem;
    font-size: 1.2rem;
}

.payment-method-copy p {
    margin: 0;
}

.compare-band {
    padding-top: 1.2rem;
}

.compare-head {
    margin-bottom: 1.3rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.compare-card {
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 255, 0.98));
    max-width: 1100px;
    margin: 0 auto;
}

.compare-table-wrap {
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
}

.compare-table thead th {
    padding: 1rem 1.15rem;
    border-bottom: 3px solid var(--line);
    background: rgba(239, 233, 255, 0.7);
    font-family: var(--font-head);
    font-size: 1.02rem;
    vertical-align: middle;
}

.compare-table tbody td {
    padding: 1rem 1.15rem;
    border-bottom: 2px solid rgba(39, 21, 90, 0.12);
    vertical-align: top;
}

.compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.compare-feature-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.compare-feature-cell {
    width: 34%;
}

.compare-value-cell {
    width: 33%;
}

.compare-feature-icon {
    flex: 0 0 auto;
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(180deg, var(--sun) 0%, #ffc96f 100%);
    box-shadow: 0 8px 0 rgba(37, 22, 80, 0.12);
    font-size: 1.08rem;
}

.compare-feature-title {
    font-weight: 900;
    font-size: 1.02rem;
    margin-bottom: 0.15rem;
}

.compare-feature-note {
    color: var(--ink-soft);
    font-size: 0.94rem;
}

.compare-tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 3px solid var(--line);
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    box-shadow: 0 8px 0 rgba(37, 22, 80, 0.1);
}

.compare-tier-badge-free {
    background: var(--teal-soft);
}

.compare-tier-badge-pro {
    background: var(--pink-soft);
}

.compare-value {
    display: inline-block;
    width: 100%;
    border: 3px solid var(--line);
    border-radius: 22px;
    padding: 0.8rem 0.95rem;
    font-weight: 800;
    line-height: 1.4;
    box-shadow: 0 10px 0 rgba(37, 22, 80, 0.08);
}

.compare-value-free {
    background: linear-gradient(180deg, rgba(215, 255, 251, 0.95) 0%, rgba(244, 255, 253, 0.98) 100%);
}

.compare-value-pro {
    background: linear-gradient(180deg, rgba(255, 217, 238, 0.95) 0%, rgba(255, 248, 255, 0.98) 100%);
}

.plan-label {
    background: var(--pink-soft);
}

.faq-stack,
.faq-page-grid,
.legal-container {
    display: grid;
    gap: 1rem;
}

.legal-intro-card {
    gap: 1.2rem;
}

.legal-lead {
    margin: 0;
    font-size: 1.08rem;
    color: var(--ink);
}

.legal-facts {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.legal-fact {
    padding: 1rem 1.1rem;
    border: 3px solid var(--line);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff8da 0%, #fffef6 100%);
}

.legal-fact span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--violet-deep);
}

.legal-fact strong {
    display: block;
    font-size: 1rem;
    color: var(--ink-strong);
}

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

.legal-list li {
    position: relative;
    padding-left: 1.4rem;
    color: var(--ink);
}

.legal-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.65rem;
    height: 0.65rem;
    border: 2px solid var(--line);
    border-radius: 999px;
    background: var(--teal);
    box-shadow: 2px 2px 0 rgba(24, 15, 68, 0.18);
}

.legal-note {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(116, 80, 255, 0.1), rgba(255, 123, 183, 0.12));
    color: var(--ink-strong);
    font-weight: 700;
}

.placeholder-panel,
.side-card,
.form-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 251, 255, 0.98));
}

.placeholder-frame {
    border-radius: 26px;
    padding: 1.5rem;
    border: 3px dashed var(--line);
    background:
        linear-gradient(135deg, rgba(255, 123, 183, 0.12), rgba(69, 217, 209, 0.14)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.56) 0, rgba(255, 255, 255, 0.56) 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 20px);
}

.placeholder-frame span {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--violet-deep);
}

.placeholder-frame strong {
    display: block;
    color: var(--ink);
    margin-bottom: 0.45rem;
}

.placeholder-frame.compact {
    margin-top: 1.4rem;
}

.contact-visual-frame {
    margin: 1.4rem 0 0;
    border-radius: 26px;
    overflow: hidden;
    border: 3px solid rgba(39, 21, 90, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 251, 255, 0.98));
    box-shadow: 0 20px 48px rgba(39, 21, 90, 0.14);
}

.contact-visual-image {
    display: block;
    width: 100%;
    height: auto;
}

.marketing-form .form-label {
    color: var(--ink);
    font-weight: 800;
}

.marketing-form .form-control {
    min-height: 3.4rem;
    border-radius: 18px;
    border: 3px solid rgba(39, 21, 90, 0.18);
    padding: 0.9rem 1rem;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.94);
}

.marketing-form textarea.form-control {
    min-height: 10rem;
}

.marketing-form .form-control:focus {
    border-color: var(--violet);
    box-shadow: 0 0 0 0.22rem rgba(115, 80, 255, 0.14);
}

.comic-check {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    border: 3px solid rgba(39, 21, 90, 0.18);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 248, 255, 0.95), rgba(238, 251, 255, 0.95));
    cursor: pointer;
}

.comic-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.comic-check-box {
    position: relative;
    flex: 0 0 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
    margin-top: 0.05rem;
    border: 3px solid var(--line);
    border-radius: 0.75rem;
    background: var(--white);
    box-shadow: 0 6px 0 rgba(37, 22, 80, 0.1);
}

.comic-check-copy {
    color: var(--ink);
    font-weight: 800;
}

.comic-check-copy a {
    text-decoration: underline;
}

.comic-check input:focus-visible + .comic-check-box {
    outline: 3px solid rgba(115, 80, 255, 0.3);
    outline-offset: 3px;
}

.comic-check input:checked + .comic-check-box {
    background: linear-gradient(180deg, #ffe27a 0%, #ffb8dc 100%);
}

.comic-check input:checked + .comic-check-box::after {
    content: "";
    position: absolute;
    left: 0.42rem;
    top: 0.08rem;
    width: 0.4rem;
    height: 0.85rem;
    border-right: 4px solid var(--line);
    border-bottom: 4px solid var(--line);
    transform: rotate(38deg);
}

.comic-check.is-invalid {
    border-color: #d84f68;
}

.terms-feedback {
    display: block;
    margin-top: 0.55rem;
}

.contact-detail {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 3px dashed rgba(39, 21, 90, 0.18);
}

.contact-detail a {
    color: var(--violet-deep);
    font-weight: 800;
}

.page-banner {
    padding-top: 2.25rem;
}

.banner-card {
    padding: 2.4rem;
    background:
        radial-gradient(circle at top left, rgba(69, 217, 209, 0.22), transparent 24%),
        radial-gradient(circle at bottom right, rgba(255, 123, 183, 0.2), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 255, 0.98));
}

.site-footer {
    padding: 1rem 0 2rem;
}

.footer-bubble {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 235, 255, 0.98));
}

.footer-links {
    display: grid;
    gap: 0.65rem;
}

.footer-links a {
    color: var(--ink-soft);
    font-weight: 700;
}

.footer-brand-copy {
    min-width: 0;
}

.footer-art {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.footer-art-frame {
    width: min(100%, 420px);
    height: 128px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer-art-image {
    display: block;
    width: 420px;
    max-width: none;
    height: auto;
    position: relative;
    top: -75px;
}

.footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 2rem;
}

@media (min-width: 992px) {
    .footer-nav-grid {
        padding-left: 1.25rem;
    }
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 1.4rem;
    border-top: 3px dashed rgba(39, 21, 90, 0.18);
    color: var(--ink-soft);
}

.alert {
    border-radius: 22px;
    border: 3px solid var(--line);
    padding: 1rem 1.1rem;
}

.alert-success {
    background: #ddfffb;
    color: var(--ink);
}

.alert-danger {
    background: #ffe0eb;
    color: var(--ink);
}

@media (max-width: 991.98px) {
    .nav-shell {
        border-radius: 34px;
    }

    .brand-mark {
        flex: 1 1 auto;
        min-width: 0;
        gap: 0.65rem;
    }

    .brand-mark-icon {
        width: 42px;
        height: 42px;
    }

    .brand-mark img {
        width: 42px;
        height: 42px;
    }

    .brand-copy strong {
        font-size: 1.35rem;
    }

    .navbar-collapse {
        margin-top: 0.8rem;
        padding-top: 0.6rem;
    }

    .nav-pill-list {
        align-items: stretch;
    }

    .nav-pill-list .nav-item,
    .nav-pill-list .nav-item .nav-link,
    .nav-pill-list .nav-item .btn {
        width: 100%;
    }

    .nav-pill-list .nav-link,
    .nav-cta .btn {
        display: block;
        text-align: center;
        white-space: nowrap;
    }

    .sticker-strip {
        grid-template-columns: 1fr 1fr;
    }

    .screenshot-showcase-feature-page {
        grid-template-columns: 1fr;
    }

    .desktop-shot-card {
        max-width: calc(100% - 5rem);
    }

    .phone-shot-frame {
        width: min(36%, 180px);
    }

    .compare-table {
        min-width: 640px;
    }

    .compare-table thead th,
    .compare-table tbody td {
        padding: 0.9rem;
    }

    .compare-feature-cell,
    .compare-value-cell {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .hero-stage,
    .page-banner,
    .section-pad {
        padding: 2.8rem 0;
    }

    .speech-panel-main,
    .comic-panel,
    .banner-card,
    .footer-bubble {
        padding: 1.4rem;
    }

    .speech-panel::after {
        right: 1.6rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn,
    .marketing-form .btn {
        width: 100%;
    }

    .sticker-strip {
        grid-template-columns: 1fr;
    }

    .hero-board {
        padding: 1.4rem;
    }

    .screenshot-scene {
        padding: 0.9rem;
    }

    .desktop-shot-card,
    .screenshot-caption {
        max-width: 100%;
    }

    .phone-shot-frame {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(58%, 220px);
        margin: 1rem 0 0 auto;
    }

    .screenshot-caption {
        margin-top: 0.85rem;
    }

    .footer-bottom {
        justify-content: flex-start;
    }

    .footer-nav-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .footer-art {
        display: none;
    }

    .screenshot-caption h2 {
        width: unset;
    }

    .payment-method-grid {
        grid-template-columns: 1fr;
    }

    .payment-method-item {
        align-items: flex-start;
    }

    .payment-method-logo {
        width: 72px;
        height: 72px;
    }
}
