﻿* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
}

.marketing-body {
    font-family: 'Manrope', sans-serif;
    background: #FAF6EF;
}

/* Hero */
.hero {
    background: radial-gradient(circle at 30% 0%, #34233D 0%, #241B2E 55%, #1B1422 100%);
    padding: 72px 24px 96px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
    justify-content: center;
}

.hero-inner {
    flex: 1 1 440px;
    min-width: 320px;
    max-width: 520px;
}

.hero-title {
    font-family: 'Fraunces', serif;
    color: #FAF6EF;
    font-weight: 600;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 24px 0 0;
}

.hero-sub {
    color: #C9BAC9;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 24px;
    max-width: 480px;
}

.btn-gold, .btn-plum {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 28px;
    border-radius: 999px;
    text-decoration: none;
    margin-top: 32px;
}

.btn-gold {
    background: #D4A24C;
    color: #241B2E;
    box-shadow: 0 0 0 4px rgba(212,162,76,0.18);
}

.btn-plum {
    background: #241B2E;
    color: #FAF6EF;
}

.hero-art {
    flex: 1 1 320px;
    min-width: 280px;
    max-width: 420px;
    position: relative;
    height: 300px;
}

.polaroid {
    position: absolute;
    width: 88px;
    background: #FAF6EF;
    padding: 6px 6px 14px;
    border-radius: 2px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.35);
    z-index: 1;
}

.polaroid-photo {
    width: 100%;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg,#4B3757,#6B4E63,#A9707A);
    border-radius: 1px;
}

.p1 {
    left: 10px;
    top: 10px;
    transform: rotate(-12deg);
}

.p2 {
    left: 70px;
    top: 0;
    width: 84px;
    transform: rotate(8deg);
}

.p3 {
    left: 30px;
    top: 60px;
    transform: rotate(-4deg);
}

.p4 {
    left: 130px;
    top: 40px;
    width: 80px;
    transform: rotate(14deg);
}

.hero-screen {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 168px;
    height: 108px;
    background: #0F0A14;
    border-radius: 10px;
    border: 2px solid rgba(212,162,76,0.33);
    box-shadow: 0 0 40px rgba(212,162,76,0.25);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-screen-glow {
    width: 88%;
    height: 78%;
    background: linear-gradient(135deg,#6B4E63,rgba(212,162,76,0.33));
    border-radius: 4px;
}

/* How it works */
.how-it-works {
    padding: 80px 24px;
    max-width: 1040px;
    margin: 0 auto;
}

.eyebrow {
    color: #8A7A82;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-top: 28px;
}

.step-number {
    font-family: 'Fraunces', serif;
    color: #D4A24C;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.step-title {
    font-family: 'Fraunces', serif;
    color: #2A2029;
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0 10px;
}

.step-body {
    color: #5A5057;
    font-size: 15.5px;
    line-height: 1.65;
    margin: 0;
}

/* Features */
.features {
    padding: 80px 24px;
    background: linear-gradient(180deg, #241B2E 0%, #1B1422 100%);
}

.features-title {
    font-family: 'Fraunces', serif;
    color: #FAF6EF;
    font-size: clamp(26px, 3.4vw, 34px);
    font-weight: 600;
    max-width: 1040px;
    margin: 0 auto 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.feature-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px;
}

.feature-icon {
    font-size: 22px;
    color: #D4A24C;
}

.feature-card h3 {
    color: #F2E4C9;
    font-size: 17px;
    font-weight: 600;
    margin: 14px 0 8px;
}

.feature-card p {
    color: #B7A9B4;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
}

/* CTA */
.cta-section {
    padding: 88px 24px;
    text-align: center;
}

.cta-title {
    font-family: 'Fraunces', serif;
    color: #2A2029;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    margin: 0 0 16px;
}

.cta-sub {
    color: #5A5057;
    font-size: 17px;
    max-width: 480px;
    margin: 0 auto 32px;
}

/* Footer */
.marketing-footer {
    background: #1B1422;
    padding: 28px 24px;
    text-align: center;
}

    .marketing-footer .wordmark {
        justify-content: center;
    }

.footer-copy {
    color: #5A5057;
    font-size: 12px;
    margin-top: 12px;
}

.modal-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(27,20,34,0.6);
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 50;
}

    .modal-backdrop.open {
        display: flex;
    }

.modal-dialog {
    background: #FAF6EF;
    border-radius: 20px;
    padding: 32px;
    max-width: 440px;
    width: 100%;
    position: relative;
    box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: #8A7A82;
    font-size: 18px;
    cursor: pointer;
    padding: 4px;
}

.modal-title {
    font-family: 'Fraunces', serif;
    color: #2A2029;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.modal-sub {
    color: #5A5057;
    font-size: 14.5px;
    margin: 0 0 24px;
}

/* Form fields */
.contact-form {
    text-align: left;
}

.form-row {
    margin-bottom: 16px;
}

    .form-row label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #5A5057;
        margin-bottom: 6px;
    }

    .form-row .optional {
        font-weight: 400;
        color: #A39C92;
    }

    .form-row input, .form-row textarea {
        width: 100%;
        padding: 11px 14px;
        border-radius: 10px;
        border: 1px solid #E7E3DC;
        font-family: 'Manrope', sans-serif;
        font-size: 15px;
        color: #2A2029;
        resize: vertical;
    }

        .form-row input:focus, .form-row textarea:focus {
            outline: 2px solid #D4A24C;
            outline-offset: 1px;
        }

.form-status {
    min-height: 20px;
    font-size: 14px;
    margin-bottom: 12px;
}

.form-status-success {
    color: #4B7A5A;
}

.form-status-error {
    color: #C0392B;
}

.contact-form .btn-plum {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
}
