/* =========================================================
   /assets/css/alltools.css  — All Tools Landing Page
   ver=0.0.3
   ========================================================= */

/* ── Root / tokens ─────────────────────────────────────── */
:root {
    --at-bg:        #080c12;
    --at-bg2:       #0d1220;
    --at-bg3:       #111827;
    --at-border:    rgba(255,255,255,.07);
    --at-border2:   rgba(0,255,213,.18);
    --at-teal:      #00ffd5;
    --at-teal-dim:  #8ef6ff;
    --at-text:      #e8edf5;
    --at-muted:     #7c8a9e;
    --at-gold:      #fbbf24;
    --at-radius:    18px;
    --at-radius-sm: 10px;
}

/* ── Page shell ─────────────────────────────────────────── */
.at-page {
    background: var(--at-bg);
    color: var(--at-text);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

/* ── Sticky nav ─────────────────────────────────────────── */
.at-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(8,12,18,.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--at-border);
}
.at-nav-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.at-nav-brand { font-size: 1.05rem; font-weight: 900; color: var(--at-teal); text-decoration: none; }
.at-nav-links { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.at-nav-links a { color: #b0bac8; font-size: .9rem; font-weight: 700; text-decoration: none; transition: color .15s; }
.at-nav-links a:hover { color: var(--at-teal); }
.at-nav-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 9px 20px; border-radius: 9px; font-weight: 800; font-size: .875rem;
    text-decoration: none; transition: background .15s, opacity .15s;
}
.at-nav-btn.outline { background: transparent; border: 1.5px solid var(--at-border2); color: var(--at-teal-dim); }
.at-nav-btn.solid   { background: var(--at-teal); color: #060c10; border: 1.5px solid var(--at-teal); }
.at-nav-btn:hover   { opacity: .85; text-decoration: none; }

/* ── Shared wrap ────────────────────────────────────────── */
.at-wrap { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ── Section spacing ────────────────────────────────────── */
.at-section    { padding: 72px 0; }
.at-section-sm { padding: 48px 0; }

/* ── Section headings ───────────────────────────────────── */
.at-section-kicker {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(0,255,213,.08); border: 1px solid var(--at-border2);
    color: var(--at-teal); font-size: .72rem; font-weight: 900;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 5px 14px; border-radius: 999px; margin-bottom: 14px;
}
.at-section-title {
    font-size: 2rem; font-weight: 900; color: #fff;
    line-height: 1.15; margin: 0 0 10px;
}
.at-section-sub { font-size: 1rem; color: var(--at-muted); line-height: 1.7; margin: 0 0 40px; }

/* ─────────────────────────────────────────────────────────
   HERO
   ───────────────────────────────────────────────────────── */
.at-hero {
    position: relative;
    padding: 88px 20px 80px;
    text-align: center;
    overflow: hidden;
}
.at-hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0,255,213,.10) 0%, transparent 70%);
    pointer-events: none;
}
.at-hero-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(0,255,213,.09); border: 1px solid rgba(0,255,213,.22);
    color: var(--at-teal); font-size: .78rem; font-weight: 900;
    letter-spacing: .07em; text-transform: uppercase;
    padding: 6px 16px; border-radius: 999px; margin-bottom: 20px;
}
.at-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 900; color: #fff; line-height: 1.12; margin: 0 0 18px;
    max-width: 860px; margin-left: auto; margin-right: auto;
}
.at-hero h1 em { font-style: normal; color: var(--at-teal); }
.at-hero-desc {
    font-size: 1.05rem; color: #9baabb; line-height: 1.75;
    max-width: 680px; margin: 0 auto 32px;
}
.at-hero-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.at-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px; border-radius: 11px; font-weight: 800; font-size: .95rem;
    text-decoration: none; transition: transform .15s, opacity .15s;
    cursor: pointer; border: none; background: none;
}
.at-btn:hover { transform: translateY(-1px); opacity: .9; text-decoration: none; }
.at-btn.primary   { background: var(--at-teal); color: #060c10; }
.at-btn.secondary { background: transparent; border: 1.5px solid var(--at-border2); color: var(--at-teal-dim); }
.at-btn.ghost     { background: rgba(255,255,255,.06); border: 1px solid var(--at-border); color: #cbd5e1; }

.at-hero-stats {
    display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
    margin-top: 48px; padding-top: 40px;
    border-top: 1px solid var(--at-border);
}
.at-hero-stat strong { display: block; font-size: 1.9rem; font-weight: 900; color: var(--at-teal); line-height: 1; }
.at-hero-stat span   { font-size: .82rem; color: var(--at-muted); margin-top: 5px; display: block; }

/* ─────────────────────────────────────────────────────────
   VIRAL PROMPTS SECTION
   ───────────────────────────────────────────────────────── */
#viral-prompts { scroll-margin-top: 72px; }

.at-vp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) { .at-vp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .at-vp-grid { grid-template-columns: 1fr; } }

.at-vp-item {
    background: var(--at-bg2);
    border: 1px solid var(--at-border);
    border-radius: var(--at-radius);
    overflow: hidden;
    transition: border-color .2s;
}
.at-vp-item:hover { border-color: var(--at-border2); }

.at-vp-header {
    display: flex; align-items: center; gap: 12px;
    padding: 16px 18px; cursor: pointer;
    user-select: none;
}
.at-vp-emoji { font-size: 1.5rem; flex-shrink: 0; }
.at-vp-meta  { flex: 1; min-width: 0; }
.at-vp-name  { font-size: .9rem; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.at-vp-models { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 4px; }
.at-vp-model-tag {
    font-size: .68rem; font-weight: 700;
    background: rgba(0,255,213,.07); border: 1px solid rgba(0,255,213,.14);
    color: var(--at-teal-dim); padding: 2px 8px; border-radius: 5px;
}
.at-vp-chev {
    font-size: .75rem; color: var(--at-muted); flex-shrink: 0;
    display: inline-block; transition: transform .22s;
}

.at-vp-body { display: none; padding: 0 18px 18px; }
.at-vp-item.is-open .at-vp-body { display: block; }

.at-vp-video-wrap {
    position: relative; margin-bottom: 14px;
    border-radius: 10px; overflow: hidden; background: #000;
}
.at-vp-video-wrap.is-portrait {
    aspect-ratio: 9/16; max-width: 220px;
    margin-left: auto; margin-right: auto;
}
.at-vp-video-wrap.is-landscape { aspect-ratio: 16/9; }
.at-vp-video-wrap.is-square    { aspect-ratio: 1/1; }
.at-vp-video-wrap iframe,
.at-vp-video-wrap video {
    position: absolute; inset: 0; width: 100%; height: 100%;
    border: none; display: block;
}

.at-vp-description { font-size: .82rem; color: var(--at-muted); line-height: 1.6; margin-bottom: 14px; }

/* Create button — proper styled button */
.at-vp-create-btn {
    display: block; width: 100%; text-align: center;
    padding: 12px 16px;
    background: linear-gradient(135deg, #00ffd5 0%, #0ea5e9 100%);
    color: #060c10;
    border: none;
    border-radius: 9px; font-weight: 900; font-size: .875rem;
    cursor: pointer;
    transition: opacity .18s, transform .15s;
    text-decoration: none;
    letter-spacing: .01em;
    box-shadow: 0 4px 18px rgba(0,255,213,.22);
}
.at-vp-create-btn:hover {
    opacity: .88; transform: translateY(-1px); text-decoration: none;
}

/* See more toggle */
.at-vp-row-extra { display: none; }
.at-vp-toggle-btn {
    display: block; margin: 24px auto 0;
    padding: 12px 32px; background: transparent;
    border: 1.5px solid var(--at-border2); border-radius: 11px;
    color: var(--at-teal-dim); font-weight: 800; font-size: .9rem;
    cursor: pointer; transition: background .15s;
}
.at-vp-toggle-btn:hover { background: rgba(0,255,213,.07); }

/* ─────────────────────────────────────────────────────────
   ALL TOOLS GRID SECTION
   ───────────────────────────────────────────────────────── */
.at-tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
}
.at-tool-card {
    background: var(--at-bg2);
    border: 1px solid var(--at-border);
    border-radius: var(--at-radius);
    padding: 22px 20px;
    display: flex; flex-direction: column; gap: 10px;
    text-decoration: none; color: inherit;
    transition: border-color .2s, transform .15s;
    position: relative; cursor: pointer;
}
.at-tool-card:hover { border-color: var(--at-border2); transform: translateY(-2px); text-decoration: none; color: inherit; }
.at-tool-icon  { font-size: 1.9rem; line-height: 1; }
.at-tool-title { font-size: .95rem; font-weight: 800; color: #fff; }
.at-tool-status {
    display: inline-block; font-size: .7rem; font-weight: 800;
    padding: 3px 10px; border-radius: 999px; letter-spacing: .04em;
    text-transform: uppercase; width: fit-content;
}
.at-tool-status.active   { background: rgba(110,231,183,.1); color: #6ee7b7; border: 1px solid rgba(110,231,183,.2); }
.at-tool-status.inactive { background: rgba(255,255,255,.06); color: #6b7280; border: 1px solid rgba(255,255,255,.08); }
.at-tool-meta { font-size: .75rem; color: var(--at-muted); }
.at-tool-desc { font-size: .83rem; color: #94a3b8; line-height: 1.6; }
.at-tool-uses {
    font-size: .75rem; font-weight: 700;
    color: var(--at-teal-dim); margin-top: auto;
    padding-top: 10px; border-top: 1px solid var(--at-border);
}

/* ─────────────────────────────────────────────────────────
   WHY SECTION
   ───────────────────────────────────────────────────────── */
.at-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}
.at-why-card {
    background: var(--at-bg2);
    border: 1px solid var(--at-border);
    border-radius: var(--at-radius);
    padding: 26px 22px;
    transition: border-color .2s, transform .15s;
}
.at-why-card:hover { border-color: var(--at-border2); transform: translateY(-2px); }
.at-why-icon  { font-size: 2rem; margin-bottom: 14px; }
.at-why-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.at-why-text  { font-size: .875rem; color: var(--at-muted); line-height: 1.65; }

/* ─────────────────────────────────────────────────────────
   PLANS SECTION
   ───────────────────────────────────────────────────────── */
#plans { scroll-margin-top: 72px; }
.at-plans-bg {
    background: linear-gradient(180deg, transparent 0%, rgba(0,255,213,.03) 50%, transparent 100%);
    border-top: 1px solid var(--at-border);
    border-bottom: 1px solid var(--at-border);
}

/* ─────────────────────────────────────────────────────────
   CREDITS PROMO — proper 3-col, no floated divider elements
   ───────────────────────────────────────────────────────── */
.at-credits-box {
    background: var(--at-bg2);
    border: 1px solid var(--at-border2);
    border-radius: var(--at-radius);
    padding: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}
.at-credits-item {
    padding: 0 40px;
}
.at-credits-item:first-child { padding-left: 40px; }
.at-credits-item:last-child  { padding-right: 40px; }
.at-credits-item + .at-credits-item {
    border-left: 1px solid var(--at-border);
}
.at-credits-icon  { font-size: 2rem; margin-bottom: 12px; line-height: 1; }
.at-credits-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.at-credits-text  { font-size: .875rem; color: var(--at-muted); line-height: 1.7; }

@media (max-width: 860px) {
    .at-credits-box {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .at-credits-item {
        padding: 28px 24px;
    }
    .at-credits-item + .at-credits-item {
        border-left: none;
        border-top: 1px solid var(--at-border);
    }
}

/* ─────────────────────────────────────────────────────────
   TESTIMONIALS — 3 visible with rotation dots
   ───────────────────────────────────────────────────────── */
.at-testimonials-outer { position: relative; }
.at-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 900px) { .at-testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .at-testimonials-grid { grid-template-columns: 1fr; } }

.at-testi-card {
    background: var(--at-bg2);
    border: 1px solid var(--at-border);
    border-radius: var(--at-radius);
    padding: 24px 22px;
    display: flex; flex-direction: column; gap: 16px;
    transition: border-color .2s;
}
.at-testi-card.is-hidden { display: none; }
.at-testi-card:hover { border-color: var(--at-border2); }

.at-testi-stars { color: var(--at-gold); font-size: .9rem; letter-spacing: 2px; }
.at-testi-quote { font-size: .9rem; color: #dbe4ee; line-height: 1.7; font-style: italic; }
.at-testi-quote::before {
    content: '\201C'; color: var(--at-teal);
    font-size: 1.4rem; line-height: 0; vertical-align: -0.4em; margin-right: 4px;
}
.at-testi-tool-badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(0,255,213,.07); border: 1px solid var(--at-border2);
    border-radius: 7px; padding: 4px 10px;
    font-size: .75rem; font-weight: 700; color: var(--at-teal-dim);
    width: fit-content;
}
.at-testi-user { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.at-testi-avatar-placeholder {
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    background: var(--at-bg3); border: 2px solid var(--at-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 800; color: var(--at-teal);
}
.at-testi-name   { font-size: .875rem; font-weight: 800; color: #fff; }
.at-testi-handle { font-size: .78rem; color: var(--at-muted); }

.at-testi-dots {
    display: flex; justify-content: center; gap: 8px; margin-top: 24px;
}
.at-testi-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(255,255,255,.12); border: none;
    cursor: pointer; transition: background .2s;
    padding: 0; display: block;
}
.at-testi-dot.is-active { background: var(--at-teal); }

/* ─────────────────────────────────────────────────────────
   GET STARTED SECTION
   ───────────────────────────────────────────────────────── */
.at-getstarted {
    text-align: center;
    background: linear-gradient(135deg, rgba(0,255,213,.08), rgba(9,21,32,.95));
    border: 1px solid rgba(0,255,213,.14);
    border-radius: 24px;
    padding: 64px 32px;
    margin: 0 0 80px;
    position: relative; overflow: hidden;
}
.at-getstarted::before {
    content: '';
    position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
    width: 400px; height: 300px;
    background: radial-gradient(ellipse, rgba(0,255,213,.12) 0%, transparent 70%);
    pointer-events: none;
}
.at-getstarted h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 900; color: #fff; margin: 0 0 14px; }
.at-getstarted p  { font-size: 1rem; color: #9baabb; line-height: 1.7; max-width: 600px; margin: 0 auto 32px; }
.at-getstarted-steps {
    display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 36px;
}
.at-gs-step { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 160px; }
.at-gs-num {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(0,255,213,.12); border: 2px solid var(--at-border2);
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: .9rem; color: var(--at-teal);
}
.at-gs-label { font-size: .82rem; color: #c9d4e0; text-align: center; line-height: 1.5; }
.at-getstarted-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ─────────────────────────────────────────────────────────
   MODALS
   ───────────────────────────────────────────────────────── */
.at-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 999;
    background: rgba(4,8,14,.82); backdrop-filter: blur(6px);
    align-items: center; justify-content: center; padding: 20px;
}
.at-modal-overlay.is-open { display: flex; }
.at-modal-box {
    background: #0d1525;
    border: 1px solid rgba(0,255,213,.22);
    border-radius: 20px; padding: 36px 30px; max-width: 460px; width: 100%;
    position: relative; text-align: center;
    animation: atModalIn .22s cubic-bezier(.4,0,.2,1);
}
@keyframes atModalIn {
    from { opacity: 0; transform: scale(.94) translateY(12px); }
    to   { opacity: 1; transform: none; }
}
.at-modal-close {
    position: absolute; top: 14px; right: 16px;
    background: rgba(255,255,255,.06); border: none; border-radius: 6px;
    color: #94a3b8; font-size: .8rem; font-weight: 800;
    width: 28px; height: 28px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .15s;
}
.at-modal-close:hover { background: rgba(255,255,255,.12); }
.at-modal-icon  { font-size: 2.4rem; margin-bottom: 14px; }
.at-modal-title { font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 10px; }
.at-modal-desc  { font-size: .9rem; color: var(--at-muted); line-height: 1.65; margin-bottom: 24px; }
.at-modal-actions { display: flex; flex-direction: column; gap: 10px; }
.at-modal-btn {
    display: block; padding: 13px 16px; border-radius: 10px;
    font-weight: 800; font-size: .9rem; text-align: center;
    text-decoration: none; transition: opacity .15s, background .15s;
    cursor: pointer; border: none; background: none;
}
.at-modal-btn.primary   { background: var(--at-teal); color: #060c10; }
.at-modal-btn.secondary { background: rgba(0,255,213,.07); border: 1px solid var(--at-border2); color: var(--at-teal-dim); }
.at-modal-btn.ghost     { background: transparent; border: 1px solid var(--at-border); color: #94a3b8; }
.at-modal-btn:hover     { opacity: .88; text-decoration: none; }

/* ─────────────────────────────────────────────────────────
   SECTION DIVIDER
   ───────────────────────────────────────────────────────── */
.at-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--at-border), transparent);
    margin: 0;
}

/* ─────────────────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .at-section     { padding: 52px 0; }
    .at-section-sm  { padding: 36px 0; }
    .at-hero        { padding: 64px 20px 60px; }
    .at-hero-stats  { gap: 24px; }
    .at-getstarted  { padding: 48px 20px; }
}
@media (max-width: 480px) {
    .at-nav-links   { display: none; }
    .at-hero h1     { font-size: 1.9rem; }
}

/* ─────────────────────────────────────────────────────────
   HERO DEMO VIDEO
   ───────────────────────────────────────────────────────── */
.at-hero-video-section {
    padding: 0 0 0;
}

.at-hero-video-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-radius: var(--at-radius);
    overflow: hidden;
    background: #000;
    border: 1px solid var(--at-border2);
    box-shadow: 0 0 48px rgba(0, 255, 213, .10), 0 2px 24px rgba(0,0,0,.6);
    aspect-ratio: 16 / 9;
}

.at-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Disable all native controls — no pause, no seek */
    pointer-events: none;
}

/* Play button — only visible when autoplay is blocked */
.at-hero-video-play-btn {
    position: absolute;
    inset: 0;
    display: none; /* hidden by default; JS shows it only if needed */
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .45);
    border: none;
    cursor: pointer;
    transition: background .2s;
    z-index: 2;
}
.at-hero-video-play-btn:hover {
    background: rgba(0, 0, 0, .60);
}
.at-hero-video-play-btn.is-visible {
    display: flex;
}
.at-hero-video-play-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--at-teal);
    color: #060c10;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(0, 255, 213, .45);
    padding-left: 5px; /* optical centre for ▶ */
    transition: transform .18s, box-shadow .18s;
}
.at-hero-video-play-btn:hover .at-hero-video-play-icon {
    transform: scale(1.08);
    box-shadow: 0 0 48px rgba(0, 255, 213, .65);
}

@media (max-width: 768px) {
    .at-hero-video-container {
        border-radius: var(--at-radius-sm);
    }
    .at-hero-video-play-icon {
        width: 56px;
        height: 56px;
        font-size: 1.2rem;
    }
}

/* Sound toggle button */
.at-hero-video-sound-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 3;
    background: rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background .18s, transform .15s;
    backdrop-filter: blur(4px);
}
.at-hero-video-sound-btn:hover {
    background: rgba(0, 255, 213, .18);
    transform: scale(1.08);
}
@media (max-width: 768px) {
    .at-hero-video-sound-btn {
        width: 34px;
        height: 34px;
        font-size: .95rem;
        bottom: 10px;
        right: 10px;
    }
}

/* ─────────────────────────────────────────────────────────
   LEAD CAPTURE MODAL FORM
   Append these rules to /assets/css/alltools.css
   ───────────────────────────────────────────────────────── */

.at-lead-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
    margin-bottom: 12px;
}

.at-lead-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.at-lead-field label {
    font-size: .8rem;
    font-weight: 700;
    color: #b0bac8;
    letter-spacing: .03em;
}

.at-lead-field input {
    background: rgba(255,255,255,.05);
    border: 1px solid var(--at-border);
    border-radius: 9px;
    color: #fff;
    font-size: .9rem;
    padding: 12px 14px;
    outline: none;
    transition: border-color .18s;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.at-lead-field input::placeholder { color: #4b5563; }
.at-lead-field input:focus { border-color: var(--at-teal); }

.at-lead-submit-btn {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background: var(--at-teal);
    color: #060c10;
    border: none;
    border-radius: 10px;
    font-weight: 900;
    font-size: .95rem;
    cursor: pointer;
    transition: opacity .18s, transform .15s;
    font-family: inherit;
    letter-spacing: .01em;
    margin-top: 4px;
}
.at-lead-submit-btn:hover:not(:disabled) { opacity: .88; transform: translateY(-1px); }
.at-lead-submit-btn:disabled { opacity: .6; cursor: not-allowed; }

.at-lead-error {
    background: rgba(239,68,68,.12);
    border: 1px solid rgba(239,68,68,.3);
    border-radius: 8px;
    color: #fca5a5;
    font-size: .82rem;
    font-weight: 700;
    padding: 10px 14px;
    text-align: left;
}

.at-lead-privacy {
    font-size: .72rem;
    color: var(--at-muted);
    text-align: center;
    margin: 4px 0 0;
}