/* Hong Kong campaign: /afreedrink — hero bg set inline in layout (same as home) */
.afreedrink-page {
    margin: 0;
    font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #2a2218;
    min-height: 100vh;
}

.afreedrink-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.42);
    pointer-events: none;
    z-index: 0;
}

.afreedrink-header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: rgba(44, 36, 28, 0.92);
    color: #f8f4ee;
}

.afreedrink-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f8f4ee;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.afreedrink-header-link {
    color: #d4c4a8;
    font-size: 0.9rem;
    text-decoration: none;
}

.afreedrink-header-link:hover {
    color: #fff;
}

.afreedrink-main {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto;
    padding: 2rem 1.25rem 3rem;
}

.afreedrink-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(44, 36, 28, 0.15);
    padding: 2rem 1.75rem;
    margin-bottom: 1.5rem;
}

.afreedrink-card h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    color: #3d3024;
}

.afreedrink-card h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    margin: 1.5rem 0 0.75rem;
    color: #5c4a38;
}

.afreedrink-lead {
    font-size: 1.12rem;
    color: #4a3d30;
    margin-bottom: 1.25rem;
}

.afreedrink-steps {
    margin: 0 0 1.25rem;
    padding-left: 1.25rem;
}

.afreedrink-steps li {
    margin-bottom: 0.65rem;
}

.afreedrink-bonus {
    background: #faf3e8;
    border-left: 4px solid #8b4513;
    padding: 1rem 1.1rem;
    border-radius: 0 8px 8px 0;
    margin: 1.25rem 0;
}

.afreedrink-bonus a {
    color: #6b3a12;
    font-weight: 700;
}

.afreedrink-note {
    font-size: 0.92rem;
    color: #666;
    margin-top: 1.5rem;
}

.afreedrink-form-card {
    border: 2px solid #c9b8a8;
}

.afreedrink-form-card h2 {
    margin-top: 0;
}

.afreedrink-field {
    margin-bottom: 1rem;
}

.afreedrink-field label {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: #4a3d30;
}

.afreedrink-field input {
    width: 100%;
    max-width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.afreedrink-submit {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: #3d3024;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.afreedrink-submit:hover {
    background: #2c241c;
}

.afreedrink-alert {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.afreedrink-alert--ok {
    background: #e8f5e9;
    color: #1b5e20;
}

.afreedrink-alert--warn {
    background: #fff3e0;
    color: #e65100;
}

.afreedrink-alert--err {
    background: #ffebee;
    color: #b71c1c;
}

.afreedrink-footer {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.5rem;
    font-size: 0.85rem;
    color: #3d3024;
    background: rgba(255, 255, 255, 0.75);
}

.afreedrink-footer a {
    color: #5c4a38;
}

.afreedrink-errors {
    color: #b71c1c;
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

@media (max-width: 600px) {
    .afreedrink-card {
        padding: 1.5rem 1.15rem;
    }
    .afreedrink-card h1 {
        font-size: 1.65rem;
    }
}
