.landing-body {
    margin: 0;
    background: #fbf9f5;
    color: var(--text);
}
.landing-container {
    width: min(1160px, calc(100% - 32px));
    margin-inline: auto;
}
.landing-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(251, 249, 245, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(233, 228, 220, 0.9);
}
.header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.landing-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: inherit;
}
.landing-brand > span:last-child {
    display: grid;
    line-height: 1.1;
}
.landing-brand strong {
    font: 1.25rem var(--serif);
    letter-spacing: 0.02em;
}
.landing-brand small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.landing-nav {
    margin-left: 28px;
    display: flex;
    gap: 22px;
}
.landing-nav a {
    color: #6f6b66;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 550;
}
.landing-nav a:hover {
    color: var(--text);
}
.landing-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.landing-link {
    color: #3d3a37;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 650;
}
.landing-cta,
.cta-panel .primary-button,
.hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--primary);
    border-radius: 999px;
    color: #fff;
    background: var(--primary);
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
    transition:
        transform 0.2s,
        background 0.2s,
        border-color 0.2s;
}
.landing-cta:hover,
.cta-panel .primary-button:hover,
.hero-primary:hover {
    transform: translateY(-1px);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}
.landing-burger {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    align-content: center;
    justify-items: center;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    cursor: pointer;
}
.landing-burger span {
    display: block;
    width: 16px;
    height: 1.8px;
    background: currentColor;
    border-radius: 99px;
}
.landing-mobile {
    display: none;
    gap: 4px;
    padding: 16px 16px 18px;
    border-top: 1px solid var(--border);
    background: #fff;
}
.landing-mobile[hidden] {
    display: none !important;
}
.landing-mobile a {
    padding: 12px 10px;
    border-radius: 10px;
    color: #4d4945;
    text-decoration: none;
    font-size: 0.84rem;
}
.landing-mobile-actions {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.landing-mobile-actions a {
    border: 1px solid var(--border);
    background: #fff;
    text-align: center;
}
.landing-mobile-actions .landing-cta {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}
.landing-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0 34px;
    background: linear-gradient(180deg, #fbf9f5 0%, #f8f3ea 100%);
}
.landing-hero-floral {
    position: absolute;
    pointer-events: none;
    opacity: 0.22;
}
.landing-hero-floral--left {
    left: -8%;
    top: -6%;
    width: min(640px, 64vw);
}
.landing-hero-floral--right {
    right: -10%;
    bottom: -18%;
    width: min(640px, 64vw);
    transform: rotate(180deg);
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.92fr;
    gap: 28px;
    align-items: center;
}
.hero-copy {
    display: grid;
    gap: 16px;
}
.hero-kicker,
.overline {
    color: var(--primary-dark);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.hero-copy h1 {
    margin: 0;
    max-width: 620px;
    font: 400 clamp(2.4rem, 4.2vw, 3.75rem)/0.98 var(--serif);
    letter-spacing: -0.04em;
}
.hero-lead {
    max-width: 560px;
    margin: 0;
    color: #5f5b56;
    font-size: 0.98rem;
    line-height: 1.75;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    background: #fff;
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
}
.hero-note {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}
.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #5a5753;
    font-size: 0.68rem;
    font-weight: 600;
}
.hero-proof svg {
    width: 14px;
    height: 14px;
    color: var(--primary);
}
.hero-preview {
    position: relative;
    display: grid;
    gap: 14px;
}
.device {
    overflow: hidden;
    border: 1px solid #e8ddd0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(48, 42, 35, 0.12);
}
.device-top {
    height: 38px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid var(--border);
    background: #fdfbf7;
}
.device-top span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e7d6b9;
}
.device-top small {
    margin-left: 8px;
    color: var(--muted);
    font-size: 0.62rem;
}
.device-screen {
    padding: 22px 18px 18px;
    text-align: center;
}
.preview-wreath {
    width: 88px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
    opacity: 0.9;
}
.preview-kicker {
    margin: 0;
    color: var(--muted);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.device-screen h2 {
    margin: 6px 0 4px;
    font: 400 2rem var(--serif);
}
.preview-date {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}
.preview-divider {
    width: 130px;
    height: auto;
    margin: 14px auto;
    display: block;
    opacity: 0.9;
}
.preview-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 6px;
    text-align: left;
}
.preview-cards article {
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fdfbf8;
}
.preview-cards strong {
    display: block;
    font-size: 0.72rem;
}
.preview-cards span {
    color: var(--primary-dark);
    font-size: 0.66rem;
    font-weight: 700;
}
.preview-cards small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.62rem;
}
.preview-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
}
.preview-actions span {
    min-height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
}
.preview-actions span:first-child {
    color: #fff;
    background: var(--primary);
}
.preview-actions .ghost {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
}
.preview-foot {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 0.64rem;
    line-height: 1.6;
}
.device-caption {
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
}
.device-caption strong {
    display: block;
    font-size: 0.76rem;
}
.device-caption span {
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.6;
}
.landing-section {
    padding: 72px 0;
}
.landing-section.soft {
    background: #f7f1e7;
    border-top: 1px solid #eadfcf;
    border-bottom: 1px solid #eadfcf;
}
.section-head {
    max-width: 680px;
    margin: 0 auto 28px;
    text-align: center;
}
.section-head h2 {
    margin: 10px 0 10px;
    font: 400 clamp(1.9rem, 3vw, 2.55rem)/1.05 var(--serif);
    letter-spacing: -0.03em;
}
.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.7;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.feature-card {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}
.feature-card.wide {
    grid-column: span 2;
}
.feature-card h3 {
    margin: 12px 0 8px;
    font: 600 0.92rem var(--sans);
}
.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.7;
}
.feature-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
}
.feature-icon svg {
    width: 18px;
    height: 18px;
}
.feature-icon.gold {
    color: var(--primary-dark);
    background: var(--primary-soft);
}
.feature-icon.rose {
    color: var(--rose);
    background: var(--rose-soft);
}
.feature-icon.green {
    color: var(--success);
    background: var(--success-soft);
}
.feature-icon.blue {
    color: var(--info);
    background: var(--info-soft);
}
.feature-icon.muted {
    color: #6f6b66;
    background: #f3efe8;
}
.landing-story {
    padding: 34px 0 72px;
    background: #fff;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.story-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 28px;
    align-items: center;
}
.story-copy h2 {
    margin: 10px 0 12px;
    font: 400 clamp(1.9rem, 3vw, 2.55rem)/1.06 var(--serif);
    letter-spacing: -0.03em;
}
.story-copy > p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.7;
}
.story-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}
.story-list li {
    display: flex;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fdfbf8;
}
.story-list li svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    color: var(--primary);
}
.story-list strong {
    display: block;
    font-size: 0.78rem;
}
.story-list small {
    color: var(--muted);
    font-size: 0.72rem;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--primary-dark);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
}
.text-link svg {
    width: 16px;
    height: 16px;
}
.story-preview {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
    padding: 18px;
    border: 1px solid #e8ddd0;
    border-radius: 18px;
    background: linear-gradient(180deg, #fdfbf7 0%, #f7efe2 100%);
    overflow: hidden;
}
.story-bouquet {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 220px;
    height: auto;
    opacity: 0.18;
    pointer-events: none;
}
.story-card {
    position: relative;
    width: min(360px, 100%);
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(48, 42, 35, 0.1);
}
.story-card span {
    color: var(--primary-dark);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.story-card h3 {
    margin: 8px 0 8px;
    font: 400 1.55rem var(--serif);
}
.story-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.7;
}
.story-meta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.story-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #fff;
    color: #5a5753;
    font-size: 0.66rem;
    font-weight: 600;
}
.story-meta svg {
    width: 14px;
    height: 14px;
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.step-card {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow);
}
.step-number {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #e6d5b8;
    border-radius: 999px;
    color: var(--primary-dark);
    background: var(--primary-soft);
    font: 700 0.78rem var(--sans);
}
.step-card h3 {
    margin: 14px 0 8px;
    font-size: 0.92rem;
}
.step-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.7;
}
.template-showcase {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 22px;
    padding: 18px;
    border: 1px solid #e8ddd0;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}
.template-showcase img {
    width: 100%;
    height: auto;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fbf9f5;
}
.template-badge {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--primary-dark);
    background: var(--primary-soft);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.template-showcase h3 {
    margin: 10px 0 8px;
    font: 400 1.7rem var(--serif);
}
.template-showcase p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.7;
}
.template-showcase ul {
    margin: 14px 0 16px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
.template-showcase li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4f4c48;
    font-size: 0.76rem;
}
.template-showcase li svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
}
.template-note {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.66rem;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.benefit-grid article {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
}
.benefit-grid h3 {
    margin: 0 0 8px;
    font-size: 0.92rem;
}
.benefit-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.7;
}
.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}
.faq-list details {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}
.faq-list summary {
    list-style: none;
    padding: 16px 16px 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 650;
}
.faq-list summary::-webkit-details-marker {
    display: none;
}
.faq-list summary svg {
    width: 18px;
    height: 18px;
    flex: none;
    color: var(--muted);
    transition: transform 0.2s;
}
.faq-list details[open] summary svg {
    transform: rotate(180deg);
}
.faq-list p {
    margin: 0;
    padding: 0 18px 16px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.7;
}
.landing-cta-section {
    padding: 34px 0 46px;
    background: #fbf9f5;
}
.cta-panel {
    position: relative;
    overflow: hidden;
    padding: 30px 22px 22px;
    border: 1px solid #e8ddd0;
    border-radius: 18px;
    background: linear-gradient(135deg, #2e2a26 0%, #3b342e 100%);
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 42px rgba(48, 42, 35, 0.18);
}
.cta-floral {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 180px;
    height: auto;
    opacity: 0.12;
    pointer-events: none;
}
.cta-panel .overline.light {
    color: #ebd09b;
}
.cta-panel h2 {
    max-width: 760px;
    margin: 10px auto 10px;
    font: 400 clamp(1.9rem, 3vw, 2.6rem)/1.06 var(--serif);
    letter-spacing: -0.03em;
}
.cta-panel p {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.7;
}
.cta-actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-size: 0.76rem;
    font-weight: 700;
}
.cta-panel small {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.68rem;
}
.landing-footer {
    padding: 28px 0 18px;
    border-top: 1px solid var(--border);
    background: #fff;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.7fr 0.7fr;
    gap: 22px;
}
.footer-grid > div {
    display: grid;
    gap: 10px;
}
.footer-grid p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.7;
    max-width: 420px;
}
.footer-grid strong {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer-grid a {
    color: #5f5b56;
    text-decoration: none;
    font-size: 0.76rem;
}
.footer-grid a:hover {
    color: var(--text);
}
.footer-bottom {
    margin-top: 18px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: 0.66rem;
}
[data-reveal] {
    opacity: 1;
    transform: none;
}
.js [data-reveal] {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 0.6s,
        transform 0.6s;
}
.js [data-reveal].in {
    opacity: 1;
    transform: none;
}
@media (max-width: 1020px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
    .feature-card.wide {
        grid-column: auto;
    }
    .story-grid {
        grid-template-columns: 1fr;
    }
    .template-showcase {
        grid-template-columns: 1fr;
    }
    .steps-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-grid > div:first-child {
        grid-column: 1/-1;
    }
}
@media (max-width: 760px) {
    .header-inner {
        gap: 16px;
    }
    .landing-nav,
    .landing-actions {
        display: none;
    }
    .landing-burger {
        display: grid;
        margin-left: auto;
    }
    .landing-mobile:not([hidden]) {
        display: grid;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 30;
        border-bottom: 1px solid var(--border);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 16px 30px rgba(48, 42, 35, 0.08);
    }
    .landing-container {
        width: min(1160px, calc(100% - 20px));
    }
    .landing-hero {
        padding-top: 18px;
    }
    .hero-copy h1 {
        font-size: 2.2rem;
    }
    .hero-proof {
        gap: 8px;
    }
    .landing-section {
        padding: 48px 0;
    }
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .preview-cards {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
