body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fafafa;
    margin: 0;
    padding: 0;
    color: #333;
    overflow-x: hidden;
}
.container {
    max-width: 650px;
    margin: 30px auto;
    padding: 20px;
    text-align: center;
}
header h1 {
    font-size: 3rem;
    margin-bottom: 0;
}
.subtitle {
    font-size: 1.2rem;
    color: #888;
    margin-top: -1rem;
}
.glow {
    color: #bb99ff;
    text-shadow: 0 0 8px rgba(187, 153, 255, 0.5);
    font-weight: 600;
}
.tagline {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.75rem;}
.desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.75rem;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.desc-thankyou {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.credibility-note em {
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.email-form {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.email-form input[type=\"email\"] {
    padding: 10px;
    font-size: 1rem;
    width: 60%;
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.email-form button {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #111;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.features {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 1rem;
}
.features li {
    margin: 5px 0;
}
.footer-note {
    text-align: center;
    font-size: 0.875rem;
    color: #999;
    margin-top: 1rem;
}
footer {
    margin-top: 40px;
    font-size: 0.8rem;
    color: #aaa;
}

.auth-logo-large {
    max-width: 100%;
    width: 400px;
    height: auto;
    margin-bottom: 1.5rem;
}

.credibility-note {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.email-form input[type="email"].ai-style-input {
    width: 100%;
    max-width: 480px;
    padding: 1.1rem 1.4rem;
    font-size: 1.1rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.email-form input[type="email"].ai-style-input:focus {
    border-color: #888;
    box-shadow: 0 0 0 3px rgba(136, 136, 136, 0.2);
}

.ai-embedded-form {
    position: relative;
    max-width: 480px;
    margin: 0 auto 30px;
}

.ai-embedded-form input[type="email"] {
    width: 100%;
    padding: 1.2rem 4rem 1.2rem 1.4rem;
    font-size: 1.1rem;
    border-radius: 999px;
    border: 1px solid #ccc;
    outline: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.ai-embedded-form input[type="email"]:focus {
    border-color: #888;
    box-shadow: 0 0 0 3px rgba(136, 136, 136, 0.2);
}

.ai-embedded-form button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: #D4D4D4;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
    will-change: transform;
}

.ai-embedded-form button:hover {
    background-color: #9A6EEB;
    box-shadow: 0 0 8px rgba(176, 136, 255, 0.35);
/*    transform: scale(1.05) translateZ(0); */
}

.section-lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #666;
}

.tool-pill-container {
    text-align: center;
    margin-bottom: 2rem;
}

.tool-pill {
    display: inline-block;
    background-color: #f3f3f3;      /* ✅ Lighter neutral */
    color: #333;                    /* ✅ Darker, less button-like */
    font-weight: 500;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    font-size: 0.9rem;
    cursor: default;               /* ✅ Prevents hover hinting click */
    box-shadow: none;              /* ✅ Flatten appearance */
    user-select: none;
}

.tool-pill:hover {
    background: #d6c2ff;
    box-shadow: 0 0 8px rgba(140, 94, 255, 0.25);
    cursor: default;
}

.section-divider {
    margin: 2rem auto 1.5rem auto;
    width: 60%;
    border: none;
    border-top: 1px solid #ccc;
}
.subhead {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem; /* reduced bottom margin from 1rem to 0.5rem */
    color: #333;}

.desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
    text-align: center;
}

.cta-line {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    text-align: center;
}

.cta-line a {
    color: #5560ff;
    text-decoration: none;
    font-weight: 500;
}

.cta-line a:hover {
    text-decoration: underline;
}

.poll-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem 0 2rem;
}

.poll-buttons button {
    background: #eee;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.poll-buttons button:hover {
    background: #ddd;
}

.share-blurb {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    white-space: pre-wrap;
    margin: 0 auto 1rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06); /* subtle card-like lift */
}

button {
    background: #111;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
}

button:hover {
    background: #333;
}

.share-container {
    margin-top: -0.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.follow-line {
    margin-top: 2.5rem; /* push it away from share button */
}


#copyBtn {
    background: #111;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
}

#copyBtn.clicked {
    background: #bb99ff;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 12px rgba(187, 153, 255, 0.5); /* soft violet glow */
    transition: all 0.3s ease;
}

.share-wrapper {
    background: #f4f0ff;
    padding: 1.5rem 1.5rem 2rem; /* tighter top, same comfy bottom */
    border-radius: 1.5rem;
    margin: 1rem auto 2rem;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    text-align: center;
}

@keyframes pop {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.05); }
    100% { transform: scale(1); }
}

#copyBtn.clicked {
    animation: pop 0.3s ease;
}

.share-wrapper .subhead {
    margin-top: 0;
    margin-bottom: 0.75rem;
}