/**
 * Free Signup Page Styles
 * Spec: TCT FREE CHECKOUT — fast, safe, commitment-light, premium preview.
 *
 * @package ContrarianTraderMember
 */

/* ========================================
   Wrapper
   ======================================== */
.tctm-free-signup-area .tctm-free-signup-wrapper {
    max-width: 480px;
    margin: 60px auto;
    padding: 0 15px;
}

/* ========================================
   Section 2: Hero Confirmation Block
   ======================================== */
.tctm-free-signup-hero {
    text-align: center;
    margin-bottom: 32px;
}

.tctm-free-signup-headline {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--global-palette3, #1a1a2e);
    margin: 0 0 8px 0;
    font-family: var(--global-heading-font-family, inherit);
}

.tctm-free-signup-subhead {
    font-size: 16px;
    color: var(--global-palette4, #555);
    margin: 0 0 10px 0;
}

.tctm-free-signup-no-cc {
    font-size: 12px;
    color: var(--global-palette6, #999);
    margin: 0;
    letter-spacing: 0.02em;
}

/* ========================================
   Section 1: Member Information Header
   ======================================== */
.tctm-free-signup-form-header {
    text-align: left;
    margin-bottom: 20px;
}

.tctm-free-signup-form-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--global-palette3, #333);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ========================================
   Section 3: Form Fields — min 48px height
   ======================================== */
.tctm-free-signup-area .tctm-input {
    height: 50px;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 5px;
}

.tctm-free-signup-area .tctm-form-group {
    margin-bottom: 18px;
}


/* ========================================
   Section 4: CTA Button
   ======================================== */
.tctm-free-signup-btn {
    height: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    box-shadow: none !important;
    text-shadow: none !important;
}

.tctm-free-signup-cta-group {
    margin-top: 8px;
    margin-bottom: 0;
}

/* Microcopy under button */
.tctm-free-signup-cta-note {
    text-align: center;
    font-size: 12px;
    color: var(--global-palette6, #999);
    margin: 10px 0 0 0;
    font-weight: 400;
}

/* ========================================
   Section 5: Preview Framing Box
   ======================================== */
.tctm-free-preview-box {
    margin-top: 24px;
    padding: 14px 18px;
    background: var(--global-palette8, #f7f7f7);
    border: 1px solid var(--global-palette7, #e5e5e5);
    border-radius: 5px;
}

.tctm-free-preview-header {
    font-size: 12px;
    font-weight: 600;
    color: var(--global-palette4, #555);
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tctm-free-preview-body {
    font-size: 12px;
    color: var(--global-palette5, #777);
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   Login Link
   ======================================== */
.tctm-free-signup-login-link {
    text-align: center;
    margin-top: 20px;
}

.tctm-free-signup-login-link p {
    font-size: 13px;
    color: var(--global-palette5, #666);
    margin: 0;
}

.tctm-free-signup-login-link a {
    color: var(--global-palette1, #2a7de1);
    text-decoration: underline;
}

/* ========================================
   Section 7: Mobile — clean at all sizes
   ======================================== */
@media (max-width: 600px) {
    .tctm-free-signup-area .tctm-free-signup-wrapper {
        margin: 30px auto;
        padding: 0 15px;
    }

    .tctm-free-signup-headline {
        font-size: 22px;
    }

    .tctm-free-signup-area .tctm-input {
        height: 50px;
        font-size: 16px; /* prevent iOS zoom on focus */
    }

    .tctm-free-signup-btn {
        height: 50px !important;
    }
}
