body.theme-dark.landing-page {
    background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.96) 56%);
    color: #f8fafc;
}

body.theme-dark.landing-page .app-navbar {
    border-bottom: none;
}

body.theme-dark.landing-page a {
    color: #a5cdff;
}

body.theme-dark.landing-page a:hover {
    color: #d2e7ff;
}

main.landing-main {
    padding: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
}

.landing-page-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.landing-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1.75rem;
}

.landing-hero {
    position: relative;
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
}

.landing-hero .hero-background {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 120% at 18% 12%, rgba(56, 189, 248, 0.18), transparent 60%),
        radial-gradient(130% 130% at 82% 8%, rgba(168, 85, 247, 0.16), transparent 58%),
        linear-gradient(180deg, rgba(1, 4, 14, 0.96) 0%, rgba(2, 6, 23, 0.88) 55%, rgba(2, 6, 23, 0.78) 100%);
    filter: saturate(120%);
    z-index: 0;
}

.landing-hero .hero-copy,
.landing-hero .hero-copy p,
.landing-hero .hero-copy li {
    color: rgba(241, 245, 249, 0.92);
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: clamp(2rem, 4vw, 3.5rem);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
}

@media (min-width: 992px) {
    .hero-content {
        grid-template-columns: 0.58fr 0.42fr;
    }
}

.hero-copy .eyebrow {
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: rgba(148, 163, 184, 0.85);
    font-weight: 600;
}

.hero-heading {
    color: #f8fafc;
    font-weight: 700;
    margin: 0;
}

.hero-subheading {
    max-width: 36rem;
    color: rgba(241, 245, 249, 0.88);
}

.hero-highlights li {
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    padding: 0.65rem 1.25rem;
    font-size: 0.95rem;
    color: #e2e8f0;
}

.hero-highlights li i {
    font-size: 1.1rem;
}

.hero-preview {
    display: flex;
    justify-content: center;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recording-card {
    width: min(420px, 100%);
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(120% 120% at 15% -10%, rgba(96, 165, 250, 0.42), transparent 62%),
        radial-gradient(110% 110% at 85% 110%, rgba(59, 130, 246, 0.35), transparent 68%),
        linear-gradient(165deg, rgba(15, 23, 42, 0.92) 12%, rgba(15, 23, 42, 0.78) 55%, rgba(12, 18, 33, 0.9) 100%);
    border: 1.75px solid rgba(148, 197, 255, 0.45);
    border-radius: 32px;
    box-shadow:
        0 38px 72px rgba(3, 8, 23, 0.6),
        0 0 0 1px rgba(94, 234, 212, 0.05) inset;
    padding: 2.25rem 2.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    backdrop-filter: blur(18px);
    text-align: left;
}

.recording-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(160deg, rgba(59, 130, 246, 0.12), rgba(15, 23, 42, 0.7));
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}

.rc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.rc-save {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.35) !important;
    color: #f1f5f9 !important;
    background: rgba(15, 23, 42, 0.35) !important;
    padding: 0.45rem 1.25rem;
    font-weight: 600;
}

.rc-body {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.rc-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f8fafc;
    line-height: 1.4;
}

.card-host {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

/*.host-avatar {*/
/*    width: 68px;*/
/*    height: 68px;*/
/*    border-radius: 24px;*/
/*    background: linear-gradient(155deg, rgba(15, 23, 42, 0.8), rgba(37, 99, 235, 0.32));*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18), 0 18px 32px rgba(37, 99, 235, 0.35);*/
/*}*/

.host-avatar-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.75), rgba(99, 102, 241, 0.65));
    font-weight: 700;
    font-size: 1.15rem;
    color: #0b1120;
    text-transform: uppercase;
}

#exampleHostAvatar {
    border-radius: 50px;
}

.exampleParticipantAvatar {
    width: 42px;
    border-radius: 30px;
}

.host-meta {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    align-items: flex-start;
    text-align: left;
}

.host-label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    color: rgba(148, 163, 184, 0.8);
}

.host-handle {
    font-size: 1.05rem;
    font-weight: 600;
    color: #a5cdff;
}

.rc-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.meta-label {
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    color: rgba(148, 163, 184, 0.75);
}

.rc-participants {
    display: flex;
    align-items: center;
}

.rc-participant {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 2px solid rgba(15, 23, 42, 0.9);
    background: linear-gradient(145deg, rgba(59, 130, 246, 0.35), rgba(37, 99, 235, 0.55));
    color: #0b1120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    position: relative;
}

.rc-participant::after {
    content: attr(data-initials);
}

.rc-participant + .rc-participant {
    margin-left: -0.7rem;
}

.rc-timer {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    color: rgba(148, 163, 184, 0.8);
    text-align: center;
}

.rc-progress {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.75);
    border: 1px solid rgba(15, 23, 42, 0.6);
    overflow: hidden;
}

.rc-progress::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--progress, 55%);
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.4), rgba(37, 99, 235, 0.9));
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.rc-footer {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.rc-footer .btn {
    flex: 0 0 auto;
}

.rc-footer .btn-danger {
    border-radius: 18px;
    background: linear-gradient(140deg, rgba(239, 68, 68, 0.75), rgba(248, 113, 113, 0.6));
    border: 1px solid rgba(252, 165, 165, 0.35);
    box-shadow: 0 18px 36px rgba(239, 68, 68, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rc-footer .rc-stop-btn {
    flex: 0 0 auto;
    padding: 0.6rem 1.4rem;
    font-size: 0.95rem;
    border-radius: 14px;
    align-self: center;
}

.rc-footer .btn-danger:hover,
.rc-footer .btn-danger:focus {
    background: linear-gradient(140deg, rgba(239, 68, 68, 0.85), rgba(248, 113, 113, 0.72));
    box-shadow: 0 22px 44px rgba(248, 113, 113, 0.28);
    transform: translateY(-1px);
}

.rc-footer .btn-outline-light {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.38);
    background: rgba(15, 23, 42, 0.35);
    color: #f1f5f9;
}

@media (max-width: 575.98px) {
    .rc-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .rc-footer {
        flex-direction: column;
    }

    .landing-hero .recording-card .rc-title {
        text-align: left;
    }

    .landing-hero .recording-card .rc-meta {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .landing-hero .recording-card .meta-label {
        text-align: center;
        width: 100%;
    }

    .landing-hero .recording-card .rc-participants {
        justify-content: center;
    }

    .landing-hero .recording-card .rc-footer {
        align-items: center;
    }
}

.landing-proof {
    position: relative;
    padding: clamp(3.25rem, 6vw, 5rem) 0;
    background:
        radial-gradient(120% 160% at -10% 5%, rgba(56, 189, 248, 0.26), transparent),
        radial-gradient(120% 140% at 110% 15%, rgba(147, 51, 234, 0.22), transparent),
        linear-gradient(180deg, rgba(8, 13, 28, 0.85), rgba(6, 11, 24, 0.95));
    overflow: hidden;
}

.landing-proof::before,
.landing-proof::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.75;
    filter: blur(0);
}

.landing-proof::before {
    width: 420px;
    height: 420px;
    top: -160px;
    left: -140px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.35), transparent 65%);
}

.landing-proof::after {
    width: 520px;
    height: 520px;
    bottom: -220px;
    right: -180px;
    background: radial-gradient(circle, rgba(244, 114, 182, 0.32), transparent 70%);
}

.landing-proof .landing-container {
    position: relative;
    z-index: 1;
}

.landing-proof-label {
    letter-spacing: 0.24em;
    color: rgba(125, 211, 252, 0.92);
}

.landing-proof-copy {
    color: rgba(226, 232, 240, 0.9);
}

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

@media (min-width: 768px) {
    .proof-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.proof-item {
    background: linear-gradient(155deg, rgba(56, 189, 248, 0.22), rgba(37, 99, 235, 0.12), rgba(12, 74, 110, 0.28));
    border: 1px solid rgba(59, 130, 246, 0.28);
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    backdrop-filter: blur(8px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.45);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.proof-item:hover,
.proof-item:focus-within {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.45);
    box-shadow: 0 28px 60px rgba(14, 116, 144, 0.4);
}

.proof-item .figure {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(120deg, #bae6fd, #f0abfc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.proof-item .caption {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(224, 231, 255, 0.78);
}

.landing-section {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.landing-section.alt {
    background:
        radial-gradient(120% 140% at 0% 0%, rgba(59, 130, 246, 0.15), transparent),
        radial-gradient(110% 140% at 100% 0%, rgba(244, 114, 182, 0.12), transparent),
        linear-gradient(180deg, rgba(9, 13, 24, 0.88), rgba(7, 11, 22, 0.94));
    border-top: 1px solid rgba(59, 130, 246, 0.12);
    border-bottom: 1px solid rgba(59, 130, 246, 0.12);
    box-shadow: inset 0 1px 0 rgba(59, 130, 246, 0.08), inset 0 -1px 0 rgba(59, 130, 246, 0.08);
}

.landing-section:not(.alt) {
    background:
        radial-gradient(140% 160% at -10% 0%, rgba(15, 23, 42, 0.92), rgba(4, 7, 15, 0.88) 40%, transparent 78%),
        radial-gradient(130% 150% at 110% 0%, rgba(15, 23, 42, 0.8), transparent 72%),
        linear-gradient(180deg, rgba(2, 6, 16, 0.96), rgba(3, 7, 18, 0.9));
    border-top: 1px solid rgba(30, 41, 59, 0.45);
    border-bottom: 1px solid rgba(30, 41, 59, 0.4);
    position: relative;
    overflow: hidden;
}

.landing-section:not(.alt)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(100% 140% at 50% -30%, rgba(59, 130, 246, 0.14), transparent 70%);
    opacity: 0.6;
    pointer-events: none;
}

.landing-info-grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .landing-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.info-card {
    background: linear-gradient(165deg, rgba(59, 130, 246, 0.2), rgba(17, 24, 39, 0.88));
    border-radius: 22px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 26px 56px rgba(9, 17, 35, 0.5);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.info-card:hover,
.info-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.42);
    box-shadow: 0 32px 64px rgba(37, 99, 235, 0.32);
}

.info-card h3 {
    font-size: 1.35rem;
    margin-bottom: 0;
}

.info-card p {
    color: rgba(226, 232, 240, 0.85);
    margin-bottom: 0;
}

.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
}

.info-actions .btn {
    border-radius: 999px;
}

.section-heading .eyebrow {
    letter-spacing: 0.32em;
    font-size: 0.75rem;
    color: rgba(185, 203, 229, 0.85);
    font-weight: 600;
}

.section-heading h2 {
    color: #f8fafc;
    margin-bottom: 0.75rem;
}

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

@media (min-width: 768px) {
    .feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.feature-card {
    position: relative;
    z-index: 0;
    background:
        radial-gradient(120% 140% at -20% -10%, rgba(59, 130, 246, 0.18), transparent 62%),
        radial-gradient(130% 150% at 120% 120%, rgba(30, 64, 175, 0.28), transparent 68%),
        linear-gradient(165deg, rgba(7, 11, 24, 0.9) 12%, rgba(11, 18, 35, 0.88) 54%, rgba(17, 25, 45, 0.82) 100%);
    border-radius: 24px;
    border: 1px solid rgba(96, 165, 250, 0.24);
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow:
        0 30px 60px rgba(4, 10, 26, 0.55),
        inset 0 1px 0 rgba(148, 197, 255, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    overflow: hidden;
}

.feature-card > * {
    position: relative;
    z-index: 1;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(165deg, rgba(148, 197, 255, 0.08), rgba(8, 12, 24, 0.78));
    pointer-events: none;
    mix-blend-mode: screen;
}

.feature-card:hover,
.feature-card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(129, 140, 248, 0.42);
    box-shadow: 0 36px 72px rgba(17, 31, 65, 0.55);
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.42), rgba(59, 130, 246, 0.36));
    color: #e2e8f0;
    font-size: 1.5rem;
    box-shadow: inset 0 1px 0 rgba(148, 197, 255, 0.4), 0 12px 24px rgba(30, 64, 175, 0.35);
}

.feature-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.25rem;
    color: #f8fafc;
}

.feature-card p {
    color: rgba(226, 232, 240, 0.88);
}

.feature-card ul {
    padding-left: 1rem;
    margin-bottom: 0;
    display: grid;
    gap: 0.5rem;
    color: rgba(203, 213, 225, 0.86);
}

.feature-card ul li::marker {
    color: rgba(96, 165, 250, 0.75);
}

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

@media (min-width: 992px) {
    .timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.timeline-step {
    background: linear-gradient(170deg, rgba(56, 189, 248, 0.22), rgba(12, 18, 36, 0.82));
    border: 1px solid rgba(96, 165, 250, 0.2);
    border-radius: 24px;
    padding: 2.25rem 2rem;
    position: relative;
    box-shadow: 0 24px 50px rgba(8, 20, 45, 0.5);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.timeline-step:hover,
.timeline-step:focus-within {
    transform: translateY(-6px);
    border-color: rgba(129, 140, 248, 0.4);
    box-shadow: 0 28px 60px rgba(14, 116, 144, 0.45);
}

.timeline-step .step-number {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0b1120;
    background: linear-gradient(160deg, rgba(96, 165, 250, 1), rgba(14, 165, 233, 1));
    margin-bottom: 1rem;
}

.timeline-step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

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

@media (min-width: 992px) {
    .pricing-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pricing-card {
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.92), rgba(37, 99, 235, 0.24));
    border-radius: 24px;
    border: 1px solid rgba(59, 130, 246, 0.22);
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: left;
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.45);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pricing-card:hover,
.pricing-card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(96, 165, 250, 0.48);
    box-shadow: 0 32px 64px rgba(37, 99, 235, 0.35);
}

.pricing-card.highlighted {
    border-color: rgba(96, 165, 250, 0.72);
    box-shadow: 0 34px 70px rgba(37, 99, 235, 0.42);
    transform: translateY(-10px);
}

.plan-label {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    color: rgba(148, 163, 184, 0.78);
}

.plan-price {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.plan-subtitle {
    color: rgba(226, 232, 240, 0.85);
    margin-bottom: 0.5rem;
}

.pricing-card ul {
    padding-left: 1.1rem;
    display: grid;
    gap: 0.5rem;
    margin-bottom: 0;
    color: rgba(203, 213, 225, 0.85);
}

.pricing-footnote {
    margin-top: 2.5rem;
    font-size: 0.95rem;
    color: rgba(226, 232, 240, 0.82);
}

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

@media (min-width: 992px) {
    .pillars-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pillar {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    padding: 2.25rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.42);
}

.pillar h3 {
    font-size: 1.35rem;
}

.accordion-button {
    background-color: rgba(15, 23, 42, 0.6);
    color: #f8fafc;
    font-weight: 600;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    color: #f8fafc;
    background-color: rgba(37, 99, 235, 0.25);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.45);
}

.accordion-item {
    border: none;
    margin-bottom: 0.75rem;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.accordion-body {
    color: rgba(226, 232, 240, 0.9);
    background: rgba(10, 14, 24, 0.8);
}

.landing-section.closing-cta {
    padding-bottom: clamp(4rem, 9vw, 7rem);
}

.closing-cta h2 {
    color: #f8fafc;
}

body.theme-dark.landing-page .page-heading {
    display: none;
}

body.theme-dark.landing-page .flash-container {
    display: none;
}

@media (max-width: 575.98px) {
    .hero-highlights li {
        font-size: 0.85rem;
    }

    .landing-container {
        padding: 0 1.25rem;
    }

    .recording-card {
        padding: 1.5rem;
    }
}

.hero-cta {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.hero-cta .hero-cta-btn {
    min-width: 150px;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.4);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.hero-cta .hero-cta-btn:hover,
.hero-cta .hero-cta-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.35);
}

.hero-cta .btn-outline-light.hero-cta-btn {
    border: 1px solid rgba(148, 163, 184, 0.45);
    background: rgba(15, 23, 42, 0.35);
    color: #f8fafc;
}

.hero-cta .btn-primary.hero-cta-btn {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.92), rgba(37, 99, 235, 0.8));
    border: 1px solid rgba(148, 197, 255, 0.45);
}

@media (max-width: 767.98px) {
    .hero-content {
        text-align: center;
    }

    .hero-copy {
        align-items: center;
    }

    .hero-highlights {
        align-items: center;
    }

    .hero-preview {
        order: -1;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-cta .hero-cta-btn {
        width: 100%;
    }
}
