/*
Theme Name: How Our Baby Would Look
Theme URI: https://howourbabywouldlook.com
Author: Sherrod P.
Description: Clinical white AI website theme.
Version: 1.0
*/
body { margin:0; font-family:'Inter',sans-serif; background:#ffffff; color:#111; }
.header { text-align:center; padding:20px; }
.logo { width:180px; }
.section { text-align:center; padding:60px 20px; }
.btn-primary { background:#00c7b7; padding:14px 30px; color:#fff; border-radius:8px; text-decoration:none; font-size:18px; display:inline-block; }
.card,.upload-box,.payment-form input { background:rgba(255,255,255,0.7); border:1px solid #e8e8e8; padding:20px; margin:10px auto; width:70%; border-radius:10px; }
.loader { width:70px; height:70px; border:5px solid #e5e5e5; border-top-color:#00c7b7; border-radius:50%; animation:spin 1s infinite linear; }
@keyframes spin { to { transform:rotate(360deg); } }
.baby-preview { width:300px; border-radius:20px; margin:20px auto; }

.custom-header-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.custom-header-btn:hover {
    opacity: 0.85;
}
