.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-body-font: "Nunito Sans", "Segoe UI", Helvetica, sans-serif;
    font-family: var(--lo-body-font);
}

[v-cloak] {
    display: none;
}

.lo-topbar {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px clamp(18px, 5vw, 72px);
    background: rgba(255, 250, 247, .94);
    border-bottom: 1px solid rgba(36, 32, 31, .08);
    backdrop-filter: blur(14px);
}

.lo-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lo-ink);
    font-family: "Lora", Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.lo-brand img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.lo-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lo-nav-link,
.lo-access-link {
    color: var(--lo-muted);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.lo-access-link {
    color: var(--lo-rose-dark);
}

.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);
}

.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: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 24px;
    padding-left: 24px;
}

.lo-hero {
    min-height: 88svh;
    display: flex;
    align-items: center;
    padding: 116px clamp(18px, 5vw, 72px) 58px;
    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: 48px;
    align-items: center;
}

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

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

.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: 22px;
}

.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: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lo-hero-preview img {
    width: min(430px, 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: 34px;
    display: grid;
    gap: 10px;
    max-width: 280px;
}

.lo-hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    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: 14px;
    font-weight: 900;
}

.lo-differentials-band {
    padding: 34px 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,
.lo-models-grid,
.lo-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
}

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

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

.lo-differentials-list {
    display: grid;
    gap: 10px;
    min-width: 360px;
}

.lo-differentials-list span {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    color: #fff;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.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 h2,
.lo-models-grid h2,
.lo-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,
.lo-models-grid p {
    margin: 0;
    color: var(--lo-muted);
    font-size: 16px;
    line-height: 1.56;
}

.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;
    font-size: 18px;
    font-weight: 900;
}

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

.lo-models-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
}

.lo-models-grid p {
    color: rgba(255, 255, 255, .78);
    margin-top: 14px;
}

.lo-template-card {
    overflow: hidden;
    background: #fff;
    color: var(--lo-ink);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.lo-template-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.lo-template-card div {
    display: grid;
    gap: 2px;
    padding: 18px;
}

.lo-template-card strong {
    font-size: 18px;
}

.lo-template-card span {
    color: var(--lo-gold);
    font-size: 15px;
    font-weight: 700;
}

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

.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: #fff;
    background: linear-gradient(120deg, var(--lo-plum) 0%, var(--lo-rose-dark) 100%);
}

.lo-cta {
    grid-template-columns: minmax(0, 1fr) auto;
}

.lo-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 26px clamp(18px, 5vw, 72px);
    color: var(--lo-muted);
    background: var(--lo-paper);
    border-top: 1px solid var(--lo-line);
    font-size: 14px;
}

.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 22px;
    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-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-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-loading {
    min-height: 280px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
}

.lo-signup-loading p {
    margin-right: auto;
    margin-left: auto;
}

.lo-loading-mark {
    width: 54px;
    height: 54px;
    border: 5px solid #eadbd6;
    border-top-color: var(--lo-rose);
    border-radius: 50%;
    animation: lo-spin .9s linear infinite;
}

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

@media (max-width: 960px) {
    .lo-topbar {
        position: sticky;
    }

    .lo-nav-link {
        display: none;
    }

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

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

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

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

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

    .lo-hero-badges {
        position: static;
        margin-top: 16px;
        max-width: none;
    }

    .lo-differentials-list {
        min-width: 0;
    }

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

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

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

    .lo-footer {
        display: grid;
    }
}

@media (max-width: 520px) {
    .lo-nav-actions .lo-access-link {
        display: none;
    }

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

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

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

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

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