.mot-wrapper {
    max-width: 480px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.mot-card {
    background: #ffffff;
    color: #111111;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-top: 6px solid;
    border-image: linear-gradient(90deg, #4c1d95, #000000) 1;
}

.mot-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111111;
}

.mot-subtitle {
    font-size: 14px;
    color: #444;
    margin: 0 0 24px;
}

.mot-field {
    margin-bottom: 18px;
}

.mot-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.mot-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #111;
    background: #fafafa;
    transition: border-color .2s, box-shadow .2s;
}

.mot-field input:focus {
    outline: none;
    border-color: #4c1d95;
    box-shadow: 0 0 0 3px rgba(76,29,149,0.15);
    background: #fff;
}

.mot-phone-row {
    display: flex;
    gap: 8px;
}

.mot-country-select {
    flex: 0 0 auto;
    max-width: 42%;
    box-sizing: border-box;
    padding: 12px 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
    color: #111;
    background: #fafafa;
}

.mot-country-select:focus {
    outline: none;
    border-color: #4c1d95;
    box-shadow: 0 0 0 3px rgba(76,29,149,0.15);
    background: #fff;
}

.mot-phone-row input {
    flex: 1 1 auto;
    min-width: 0;
}

.mot-hp {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    height: 0;
    overflow: hidden;
}

.mot-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #6d28d9, #4c1d95 55%, #000000);
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}

.mot-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(76,29,149,0.35);
    color: #fff;
}

.mot-btn:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
}

.mot-error {
    margin-top: 14px;
    padding: 12px 14px;
    background: #fdecec;
    border: 1px solid #f5a8a8;
    color: #a12727;
    border-radius: 8px;
    font-size: 13px;
}

.mot-loading {
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.mot-spinner {
    width: 44px;
    height: 44px;
    margin: 0 auto 18px;
    border-radius: 50%;
    border: 4px solid #eee;
    border-top-color: #4c1d95;
    animation: mot-spin 0.9s linear infinite;
}

@keyframes mot-spin {
    to { transform: rotate(360deg); }
}

#mot-loading-text {
    color: #333;
    font-size: 14px;
}

/* Página de agradecimento */
.mot-thankyou .mot-access-box {
    background: #f7f4fb;
    border: 1px solid #e3d9f7;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 18px 0;
    font-size: 14px;
    color: #111;
}

.mot-download-btn {
    margin-top: 8px;
}

.mot-notice {
    margin-top: 20px;
    padding: 14px 16px;
    background: #111111;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
}
