.frontend-wedding-landing {
    --lo-ink: #2f2929;
    --lo-muted: #756a68;
    --lo-line: #eadbd6;
    --lo-paper: #fffaf7;
    --lo-soft: #f7eeea;
    --lo-rose: #b76e79;
    --lo-rose-dark: #8d4f5b;
    --lo-champagne: #e8d5c3;
    --lo-gold: #b9915f;
    --lo-plum: #463a40;
    --lo-plum-soft: #6a4f58;
    --lo-bottom-cta-space: 92px;
    --lo-body-font: "Nunito Sans", "Segoe UI", Helvetica, sans-serif;
    font-family: var(--lo-body-font);
}

[v-cloak] {
    display: none;
}

.lo-topbar {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 14px clamp(18px, 5vw, 72px) 8px;
    background: var(--lo-paper);
}

.lo-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.lo-brand img {
    width: clamp(108px, 11vw, 144px);
    height: auto;
    object-fit: contain;
}

.lo-btn-primary,
.lo-btn-primary:focus {
    color: #fff;
    background: var(--lo-rose);
    border-color: var(--lo-rose);
    border-radius: 8px;
    font-weight: 900;
}

.lo-btn-primary:hover {
    color: #fff;
    background: var(--lo-rose-dark);
    border-color: var(--lo-rose-dark);
}

a.lo-btn-primary,
a.lo-btn-primary:focus,
a.lo-btn-primary:hover {
    color: #fff;
    text-decoration: none;
}

.lo-btn-secondary,
.lo-btn-secondary:focus {
    color: var(--lo-plum);
    background: #fff;
    border-color: var(--lo-line);
    border-radius: 8px;
    font-weight: 900;
}

.lo-btn-secondary:hover {
    color: var(--lo-plum);
    background: var(--lo-soft);
    border-color: var(--lo-line);
}

.lo-btn-light,
.lo-btn-light:focus {
    color: var(--lo-plum);
    background: #fff;
    border-color: #fff;
    border-radius: 8px;
    font-weight: 900;
}

.lo-btn-lg {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 22px;
    padding-left: 22px;
}

.lo-hero {
    min-height: clamp(520px, calc(100svh - 220px), 610px);
    display: flex;
    align-items: center;
    padding: 24px clamp(18px, 5vw, 72px) 34px;
    background:
        linear-gradient(118deg, rgba(255, 250, 247, .99) 0%, rgba(255, 247, 243, .97) 48%, rgba(242, 226, 218, .95) 100%),
        linear-gradient(180deg, #fffaf7 0%, #f7eeea 100%);
}

.lo-hero-grid {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
    gap: 38px;
    align-items: center;
}

.lo-hero-copy h1 {
    max-width: 700px;
    margin: 14px 0;
    color: var(--lo-ink);
    font-family: "Lora", Georgia, serif;
    font-size: clamp(42px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
}

.lo-hero-copy p {
    max-width: 590px;
    margin: 0 0 22px;
    color: var(--lo-muted);
    font-size: 18px;
    line-height: 1.46;
}

.lo-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    color: var(--lo-rose-dark);
    border: 1px solid var(--lo-champagne);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.lo-eyebrow-dark {
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .32);
}

.lo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lo-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.lo-trust-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    color: var(--lo-plum);
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.lo-hero-preview {
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lo-hero-preview img {
    width: min(338px, 100%);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 10px solid #fff7f3;
    border-radius: 999px 999px 22px 22px;
    box-shadow: 0 28px 72px rgba(86, 62, 67, .2);
}

.lo-hero-badges {
    position: absolute;
    left: 0;
    bottom: 28px;
    display: grid;
    gap: 10px;
    max-width: 280px;
}

.lo-hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    color: var(--lo-plum);
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--lo-line);
    border-radius: 999px;
    box-shadow: 0 12px 34px rgba(45, 39, 38, .12);
    font-size: 13px;
    font-weight: 900;
}

.lo-differentials-band {
    padding: 44px clamp(18px, 5vw, 72px);
    background: linear-gradient(100deg, #70414b 0%, var(--lo-rose-dark) 50%, var(--lo-plum-soft) 100%);
    color: #fff;
}

.lo-differentials-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

.lo-differentials-grid {
    width: min(760px, 100%);
    margin: 0 auto;
    grid-template-columns: 1fr;
    text-align: center;
}

.lo-differentials-grid h2 {
    margin: 12px 0 8px;
    font-family: "Lora", Georgia, serif;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 700;
}

.lo-differentials-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.55;
}

.lo-differentials-features {
    margin-top: 28px;
}

.lo-differential-card {
    height: 100%;
    min-height: 188px;
    padding: 22px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(35, 24, 28, .12);
}

.lo-differential-card i {
    display: inline-flex;
    margin-bottom: 14px;
    color: #f5d7c9;
    font-size: 30px;
}

.lo-differential-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
}

.lo-differential-card p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.5;
}

.lo-section {
    padding: 58px clamp(18px, 5vw, 72px);
}

.lo-section-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.lo-section-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}

.lo-section-title-compact {
    grid-template-columns: minmax(0, 760px);
}

.lo-section-title-centered {
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    text-align: center;
}

.lo-section-title h2,
.lo-demo-cta h2 {
    margin: 0;
    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    line-height: 1.16;
    font-weight: 700;
}

.lo-section-title p,
.lo-feature p,
.lo-step p {
    margin: 0;
    color: var(--lo-muted);
    font-size: 16px;
    line-height: 1.56;
}

.lo-models-band .lo-section-title p {
    color: rgba(255, 255, 255, .78);
}

.lo-feature,
.lo-step {
    height: 100%;
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--lo-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(86, 62, 67, .06);
}

.lo-feature i {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--lo-rose-dark);
    font-size: 30px;
}

.lo-feature h3,
.lo-step h3 {
    margin: 0 0 10px;
    color: var(--lo-ink);
    font-size: 18px;
    font-weight: 900;
}

.lo-step p {
    color: var(--lo-muted);
}

.lo-models-band {
    color: #fff;
    background: linear-gradient(120deg, var(--lo-plum) 0%, #6f515b 64%, #8d6268 100%);
}

.lo-steps-band {
    background: var(--lo-soft);
}

.lo-models-band.lo-steps-band {
    background: linear-gradient(120deg, var(--lo-plum) 0%, #6f515b 64%, #8d6268 100%);
}

.lo-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--lo-rose-dark);
    font-weight: 900;
}

.lo-cta-band {
    color: var(--lo-ink);
    background:
        linear-gradient(118deg, rgba(255, 250, 247, .96) 0%, rgba(255, 247, 243, .93) 48%, rgba(242, 226, 218, .95) 100%),
        url("/imgs/frontend/weddings/bg.jpg") center / cover no-repeat;
}

.lo-demo-cta {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 520px);
    gap: clamp(24px, 5vw, 52px);
    align-items: center;
}

.lo-demo-cta-copy {
    display: grid;
    justify-items: start;
}

.lo-demo-cta h2 {
    max-width: 620px;
    margin: 14px 0 12px;
    font-family: "Lora", Georgia, serif;
    font-size: 36px;
    line-height: 1.16;
    font-weight: 700;
}

.lo-demo-cta p {
    max-width: 620px;
    margin: 0;
    color: var(--lo-muted);
    font-size: 16px;
    line-height: 1.58;
}

.lo-demo-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.lo-demo-cta-preview {
    display: block;
    overflow: hidden;
    color: inherit;
    background: #fffaf7;
    border: 3px solid var(--lo-gold);
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(86, 62, 67, .18);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.lo-demo-cta-preview:hover,
.lo-demo-cta-preview:focus {
    transform: translateY(-3px);
    box-shadow: 0 30px 74px rgba(86, 62, 67, .22);
}

.lo-demo-cta-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 19 / 12;
    object-fit: cover;
}

.lo-footer {
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 8px;
    padding: 30px clamp(18px, 5vw, 72px) calc(30px + var(--lo-bottom-cta-space) + env(safe-area-inset-bottom));
    color: rgba(255, 255, 255, .72);
    background: var(--lo-plum);
    text-align: center;
}

.lo-footer img {
    width: clamp(60px, 5vw, 60px);
    height: auto;
}

.lo-footer strong {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.lo-footer p {
    max-width: 720px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.lo-footer-company {
    color: rgba(255, 255, 255, .82);
    font-size: 13px !important;
    font-weight: 800;
}

.lo-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.lo-footer a {
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lo-footer a:hover,
.lo-footer a:focus {
    color: #fff;
}

.lo-bottom-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    display: flex;
    justify-content: center;
    padding: 12px clamp(14px, 4vw, 28px);
    background: rgba(255, 250, 247, .94);
    border-top: 1px solid rgba(234, 219, 214, .92);
    box-shadow: 0 -18px 42px rgba(47, 41, 41, .14);
    transform: translateY(110%);
    opacity: 0;
    pointer-events: none;
    transition: transform .24s ease, opacity .24s ease;
}

.lo-bottom-cta.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.lo-bottom-cta-button,
.lo-bottom-cta-button:focus {
    width: min(420px, 100%);
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--lo-rose);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 32px rgba(141, 79, 91, .28);
    font-size: 16px;
    font-weight: 900;
}

.lo-bottom-cta-button:hover {
    color: #fff;
    background: var(--lo-rose-dark);
}

.lo-signup-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: var(--lo-paper);
    box-shadow: 0 30px 90px rgba(47, 41, 41, .28);
}

.lo-signup-modal .modal-body {
    padding: 34px;
}

.lo-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.lo-signup-progress {
    display: flex;
    gap: 8px;
    margin: 0 42px 28px 0;
}

.lo-signup-progress span {
    height: 6px;
    flex: 1;
    border-radius: 999px;
    background: #eadbd6;
}

.lo-signup-progress span.active {
    background: var(--lo-rose);
}

.lo-signup-step h2 {
    margin: 14px 0 10px;
    color: var(--lo-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 700;
}

.lo-signup-step p {
    max-width: 620px;
    margin: 0 0 12px;
    color: var(--lo-muted);
    font-size: 16px;
    line-height: 1.56;
}

.lo-signup-modal .form-label {
    color: var(--lo-ink);
    font-size: 14px;
    font-weight: 900;
}

.lo-account-hint {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
}

.lo-terms-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-top: 18px;
    padding: 14px;
    color: var(--lo-plum);
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

.lo-terms-check .form-check-input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    border-color: var(--lo-rose);
}

.lo-terms-check .form-check-input:checked {
    background-color: var(--lo-rose);
    border-color: var(--lo-rose);
}

.lo-terms-check label {
    min-width: 0;
}

.lo-form-control {
    min-height: 50px;
    border-color: var(--lo-line);
    border-radius: 8px;
    font-weight: 700;
}

.lo-form-control:focus {
    border-color: var(--lo-rose);
    box-shadow: 0 0 0 .2rem rgba(183, 110, 121, .16);
}

.lo-link-button {
    display: inline-flex;
    padding: 0;
    color: var(--lo-rose-dark);
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lo-link-button:hover,
.lo-link-button:focus {
    color: var(--lo-plum);
}

.lo-terms-modal .modal-body {
    padding-bottom: 28px;
}

.lo-terms-content {
    display: grid;
    gap: 20px;
    color: var(--lo-muted);
}

.lo-terms-content section {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 8px;
}

.lo-terms-content h2 {
    margin: 0 0 10px;
    color: var(--lo-ink);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.lo-terms-content p {
    max-width: none;
    margin: 0 0 10px;
    color: var(--lo-muted);
    font-size: 15px;
    line-height: 1.58;
}

.lo-terms-content p:last-child {
    margin-bottom: 0;
}

.lo-terms-content ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 20px;
}

.lo-terms-content li {
    color: var(--lo-muted);
    font-size: 15px;
    line-height: 1.5;
}

.lo-terms-content a {
    color: var(--lo-rose-dark);
    font-weight: 900;
}

.lo-terms-lead {
    padding: 14px 16px;
    color: var(--lo-plum) !important;
    background: var(--lo-soft);
    border: 1px solid var(--lo-line);
    border-radius: 8px;
    font-weight: 900;
}

.lo-terms-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 22px;
}

.lo-terms-hero {
    padding: 58px clamp(18px, 5vw, 72px);
    color: var(--lo-ink);
    background:
        linear-gradient(118deg, rgba(255, 250, 247, .98) 0%, rgba(255, 247, 243, .96) 48%, rgba(242, 226, 218, .94) 100%),
        url("/imgs/frontend/weddings/bg.jpg") center / cover no-repeat;
    text-align: center;
}

.lo-terms-hero h1 {
    margin: 14px auto 12px;
    color: var(--lo-ink);
    font-family: "Lora", Georgia, serif;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
}

.lo-terms-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--lo-muted);
    font-size: 18px;
    line-height: 1.5;
}

.lo-terms-section {
    background: var(--lo-paper);
}

.frontend-terms-page .lo-section-inner {
    width: min(920px, 100%);
}

.lo-template-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lo-template-option {
    display: grid;
    gap: 8px;
    padding: 10px;
    color: var(--lo-ink);
    text-align: left;
    background: #ffffff;
    border: 2px solid var(--lo-line);
    border-radius: 8px;
}

.lo-template-option.selected {
    border-color: var(--lo-rose);
    box-shadow: 0 16px 38px rgba(86, 62, 67, .12);
}

.lo-template-option img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
}

.lo-template-option strong {
    font-size: 17px;
    font-weight: 900;
}

.lo-template-option span {
    color: var(--lo-muted);
    font-size: 14px;
    font-weight: 700;
}

.lo-signup-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 26px;
}

.lo-signup-actions-stacked {
    display: grid;
    width: min(220px, 100%);
    margin-left: auto;
}

.lo-login-list-options {
    display: grid;
    gap: 10px;
}

.lo-login-list-option {
    display: grid;
    gap: 4px;
    width: 100%;
    padding: 14px 16px;
    color: var(--lo-ink);
    text-align: left;
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 8px;
}

.lo-login-list-option:hover,
.lo-login-list-option:focus {
    border-color: var(--lo-rose);
    box-shadow: 0 12px 28px rgba(86, 62, 67, .12);
}

.lo-login-list-option strong {
    font-size: 16px;
    font-weight: 900;
}

.lo-login-list-option span,
.lo-login-list-option small {
    color: var(--lo-muted);
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.lo-signup-loading,
.lo-signup-success {
    min-height: 280px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
}

.lo-signup-loading p,
.lo-signup-success p {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.lo-loading-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 14px;
    color: var(--lo-rose-dark);
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.lo-loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(183, 110, 121, .22);
    border-top-color: var(--lo-rose);
    border-radius: 50%;
    animation: lo-spin .8s linear infinite;
}

.lo-loading-mark {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lo-rose-dark);
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 50%;
    box-shadow: 0 16px 36px rgba(86, 62, 67, .12);
    font-size: 28px;
    animation: lo-pulse 1.8s ease-in-out infinite;
}

.lo-success-mark {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--lo-rose);
    border-radius: 50%;
    font-size: 28px;
}

.lo-loading-steps {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.lo-loading-steps span {
    min-height: 72px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 10px;
    color: var(--lo-muted);
    background: #fff;
    border: 1px solid var(--lo-line);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.lo-loading-steps i {
    color: var(--lo-rose-dark);
    font-size: 20px;
}

.lo-loading-steps span.active {
    color: var(--lo-plum);
    border-color: var(--lo-rose);
    box-shadow: 0 12px 28px rgba(86, 62, 67, .12);
}

.lo-loading-steps span.active i {
    animation: lo-icon-pulse 1.15s ease-in-out infinite;
}

.lo-loading-steps span.done {
    color: var(--lo-plum);
    background: var(--lo-soft);
}

.lo-loading-steps span.done i {
    color: var(--lo-rose);
}

@keyframes lo-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }
}

@keyframes lo-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes lo-icon-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: .75;
    }

    50% {
        transform: scale(1.18);
        opacity: 1;
    }
}

@media (max-width: 960px) {
    .lo-hero {
        min-height: auto;
        padding-top: 34px;
    }

    .lo-hero-grid,
    .lo-section-title,
    .lo-differentials-grid,
    .lo-demo-cta {
        grid-template-columns: 1fr;
    }

    .lo-hero-copy h1 {
        font-size: 38px;
    }

    .lo-hero-copy {
        text-align: center;
    }

    .lo-hero-copy h1,
    .lo-hero-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .lo-hero-copy .lo-eyebrow {
        margin-right: auto;
        margin-left: auto;
    }

    .lo-hero-copy p {
        font-size: 17px;
    }

    .lo-hero-actions {
        justify-content: center;
    }

    .lo-hero-preview {
        min-height: auto;
    }

    .lo-hero-badges {
        left: 50%;
        bottom: 18px;
        width: min(300px, calc(100% - 36px));
        max-width: none;
        justify-items: center;
        transform: translateX(-50%);
    }

    .lo-hero-badges span {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .lo-section-title h2,
    .lo-demo-cta h2 {
        font-size: 28px;
    }

    .lo-demo-cta-copy {
        justify-items: center;
        text-align: center;
    }

    .lo-demo-cta p {
        margin-right: auto;
        margin-left: auto;
    }

    .lo-demo-cta-actions {
        justify-content: center;
    }

    .lo-template-options {
        grid-template-columns: 1fr;
    }

    .lo-feature,
    .lo-step {
        min-height: 0;
    }

}

@media (min-width: 961px) and (max-height: 760px) {
    .lo-topbar {
        min-height: 64px;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .lo-brand img {
        width: clamp(118px, 11vw, 150px);
    }

    .lo-hero {
        min-height: max(540px, calc(100svh - 104px));
        padding-top: 20px;
        padding-bottom: 28px;
    }

    .lo-hero-grid {
        gap: 30px;
    }

    .lo-hero-copy h1 {
        margin: 12px 0;
        font-size: clamp(38px, 3.5vw, 46px);
    }

    .lo-hero-copy p {
        margin-bottom: 18px;
        font-size: 17px;
    }

    .lo-hero-preview {
        min-height: 400px;
    }

    .lo-hero-preview img {
        width: min(330px, 100%);
        border-width: 8px;
    }

    .lo-hero-badges {
        bottom: 18px;
    }
}

@media (max-width: 520px) {
    .frontend-wedding-landing {
        --lo-bottom-cta-space: 104px;
    }

    .lo-topbar {
        min-height: 72px;
        padding: 14px 14px 8px;
    }

    .lo-brand img {
        width: 122px;
    }

    .lo-btn-lg {
        width: 100%;
    }

    .lo-hero-actions {
        display: grid;
    }

    .lo-hero-badges {
        bottom: 14px;
        width: min(280px, calc(100% - 28px));
        gap: 8px;
    }

    .lo-hero-badges span {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .lo-signup-modal .modal-body {
        padding: 28px 20px;
    }

    .lo-signup-step h2 {
        font-size: 26px;
    }

    .lo-signup-actions {
        display: grid;
    }

    .lo-loading-steps {
        grid-template-columns: 1fr;
    }
}
