/* 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-logo-img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.afreedrink-logo-strip {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 1.15rem 1.25rem 1.25rem;
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(44, 36, 28, 0.08);
    box-shadow: 0 6px 24px rgba(44, 36, 28, 0.08);
}

.afreedrink-logo-img--strip {
    max-width: min(96vw, 640px);
    max-height: 144px;
    margin: 0 auto;
}

.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-bonus--inline {
    margin: 1rem 0 1.15rem;
}

.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,
.afreedrink-field select {
    width: 100%;
    max-width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
}

.afreedrink-field select {
    cursor: pointer;
}

.afreedrink-verify-lead {
    margin: 0 0 1rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.35;
    color: #3d3024;
}

.afreedrink-verify-detail {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    color: #4a3d30;
}

.afreedrink-verify-sent-to {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    color: #5c4a38;
}

.afreedrink-resend-form {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px dashed #d8cbb8;
    max-width: 20rem;
}

.afreedrink-field--compact {
    margin-bottom: 0.65rem;
}

.afreedrink-field--compact label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #7a6a58;
}

.afreedrink-field--compact input {
    max-width: 100%;
    padding: 0.45rem 0.6rem;
    font-size: 0.9rem;
    background: #faf8f5;
}

.afreedrink-submit--compact {
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
}

.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--thanks {
    margin-bottom: 1.25rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    line-height: 1.25;
}

.afreedrink-alert--thanks strong {
    font-size: inherit;
    font-weight: 700;
}

.afreedrink-thanks-intro {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #4a3d30;
}

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

.afreedrink-consents {
    margin: 1.25rem 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0d6c8;
}

.afreedrink-consents-heading {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b5a48;
}

.afreedrink-consents-heading--optional {
    margin-top: 1.15rem;
    color: #7a6a58;
    font-weight: 600;
}

.afreedrink-consent--optional {
    font-weight: 400;
}

.afreedrink-consent {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #4a3d30;
    cursor: pointer;
}

.afreedrink-consent input[type="checkbox"] {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    accent-color: #3d3024;
}

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

.afreedrink-consent--required {
    font-weight: 600;
}

.afreedrink-consent-error {
    margin: -0.5rem 0 0.75rem 1.75rem;
    font-size: 0.88rem;
    color: #b71c1c;
}

.afreedrink-legal h1 {
    font-size: 1.65rem;
}

.afreedrink-legal-meta {
    font-size: 0.88rem;
    color: #666;
    margin: 0 0 0.5rem;
}

.afreedrink-legal-intro {
    margin-bottom: 1.5rem;
    color: #4a3d30;
}

.afreedrink-legal h2 {
    font-size: 1.05rem;
    margin: 1.25rem 0 0.5rem;
}

.afreedrink-legal p {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
}

.afreedrink-legal-back {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e0d6c8;
}

@media (max-width: 600px) {
    .afreedrink-card {
        padding: 1.5rem 1.15rem;
    }
    .afreedrink-card h1 {
        font-size: 1.65rem;
    }
    .afreedrink-alert--thanks {
        font-size: 1.65rem;
    }
    .afreedrink-logo-img--strip {
        max-width: min(96vw, 520px);
        max-height: min(36vw, 120px);
    }
}
