/* ── AATG Newsletter Landing ─────────────────────────────────────────────── */

.aatg-news {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 15% -10%, rgba(240,132,52,.16), transparent 60%),
        radial-gradient(800px 400px at 88% 8%, rgba(255,200,150,.22), transparent 60%),
        linear-gradient(180deg, #fffdfa 0%, #fff7ef 55%, #ffffff 100%);
    padding: 72px 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.aatg-news__inner {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.aatg-news__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e7e7e3;
    color: #555;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 8px 18px;
    margin-bottom: 22px;
    box-shadow: 0 3px 14px rgba(0,0,0,.06);
}

.aatg-news__headline {
    color: #111 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: clamp(2rem, 6vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
    margin: 0 0 18px;
    display: block !important;
    text-align: center !important;
}
.aatg-news__headline em {
    font-style: normal;
    color: #f08434;
    display: inline !important;
}

.aatg-news__text {
    color: #666;
    font-size: clamp(.95rem, 2vw, 1.08rem);
    line-height: 1.7;
    margin: 0 0 26px;
}

/* perks */
.aatg-news__perks {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.aatg-news__perk {
    background: #fff;
    border: 1px solid #efece6;
    border-radius: 12px;
    padding: 10px 18px;
    color: #333;
    font-size: .93rem;
    font-weight: 600;
    box-shadow: 0 3px 12px rgba(0,0,0,.04);
}

/* grow widget container */
.aatg-news__widget {
    max-width: 480px;
    margin: 0 auto;
    min-height: 120px; /* reserve space while Grow loads */
}
.aatg-news__widget a {
    text-decoration: none !important;
}

.aatg-news__disclaimer {
    color: #999;
    font-size: .8rem;
    margin: 18px 0 0;
}

@media (max-width: 560px) {
    .aatg-news { padding: 48px 16px; }
    .aatg-news__perks { width: 100%; }
}

/* ── Style the Grow Click-to-Subscribe button (renders white-on-transparent
      by default, invisible on our light background) ─────────────────────── */
.aatg-news__widget { min-height: 0; }
button.aatg-news__cta {
    display: inline-block !important;
    background: linear-gradient(135deg, #f08434, #e2731f) !important;
    color: #fff !important;
    font-size: 1.05rem !important;
    font-weight: 800;
    letter-spacing: .04em;
    border-radius: 14px;
    padding: 17px 38px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(240,132,52,.45);
    transition: transform .15s, box-shadow .15s;
}
button.aatg-news__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(240,132,52,.55);
}
button.aatg-news__cta span {
    color: #fff !important;
}

/* the CTA button itself (Grow class on it opens the subscribe modal) */
button.aatg-news__cta {
    border: none;
    font-family: inherit;
}

/* inline grow widget container */
.aatg-news__widget [class*="grow-inline-subscribe-widget"] {
    min-height: 140px;
}

/* ── v2: built-in signup form ─────────────────────────────────────────────── */
.aatg-news__form { max-width: 520px; margin: 0 auto; }

.aatg-news__row {
    display: flex;
    gap: 8px;
    background: #fff;
    border: 1px solid #e7e7e3;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.aatg-news__row:focus-within {
    box-shadow: 0 18px 50px rgba(0,0,0,.12), 0 0 0 3px rgba(240,132,52,.35);
}

.aatg-news__input {
    flex: 1;
    min-width: 0;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fafaf8;
    padding: 14px 16px;
    font-size: 1rem;
    color: #111;
    outline: none;
    font-family: inherit;
}
.aatg-news__input::placeholder { color: #9ca3af; }

button.aatg-news__cta {
    flex-shrink: 0;
    border: none;
    background: linear-gradient(135deg, #f08434, #e2731f);
    color: #fff !important;
    font-size: 1rem;
    font-weight: 800;
    font-family: inherit;
    border-radius: 12px;
    padding: 14px 26px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(240,132,52,.4);
    transition: transform .15s, box-shadow .15s, opacity .15s;
}
button.aatg-news__cta:hover { transform: translateY(-1px); box-shadow: 0 8px 25px rgba(240,132,52,.5); }
button.aatg-news__cta--busy { opacity: .6; cursor: wait; }

/* honeypot — visually hidden */
.aatg-news__hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px; height: 1px;
    opacity: 0;
}

.aatg-news__msg { display: none; margin: 14px 0 0; font-size: .95rem; font-weight: 600; }
.aatg-news__msg--show { display: block; }
.aatg-news__msg--ok  { color: #15803d; }
.aatg-news__msg--err { color: #dc2626; }

@media (max-width: 560px) {
    .aatg-news__row { flex-direction: column; }
    button.aatg-news__cta { width: 100%; padding: 15px; }
}
