/* Text-to-Give program page (donor-facing opt-in surface).
   The .ttg-cta block is the carrier toll-free-verification opt-in evidence:
   number, program name, message frequency, msg&data rates, STOP/HELP, and
   terms/privacy links must all stay visible inside that one box. */

.wrap { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
h1 { font-size: 32px; font-weight: 800; margin-bottom: 8px; }
h2 { font-size: 20px; font-weight: 700; margin-top: 36px; margin-bottom: 12px; }
p, li { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
ul, ol { padding-left: 20px; }
li { margin-bottom: 8px; }
a { color: var(--accent); }

.ttg-lead { font-size: 17px; }

.ttg-cta {
    margin: 28px 0 8px;
    padding: 36px 20px;
    border: 2px solid var(--accent);
    border-radius: 14px;
    background: var(--accent-light);
    text-align: center;
}
.ttg-cta-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
}
.ttg-cta-line { font-size: 22px; font-weight: 600; color: var(--text-primary); }
.ttg-cta-number {
    display: inline-block;
    font-size: 34px;
    font-weight: 800;
    color: var(--accent);
    margin: 6px 0 8px;
    text-decoration: none;
    white-space: nowrap;
}
.ttg-cta-number:hover, .ttg-cta-number:focus { text-decoration: underline; }
.ttg-cta-sub { font-size: 16px; color: var(--text-secondary); margin-bottom: 20px; }
.ttg-consent {
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}
.ttg-consent a { color: var(--accent); }

.ttg-btn {
    display: inline-block;
    background: var(--accent);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 26px;
    border-radius: 8px;
    text-decoration: none;
}
.ttg-btn:hover, .ttg-btn:focus { background: #1d4ed8; }

@media (min-width: 768px) {
    .ttg-cta { padding: 44px 32px; }
    .ttg-cta-number { font-size: 42px; }
}
