/* =========================================================
 * App Marketing Package — Colorful Playful Landing
 * ========================================================= */

.am-page {
    --am-brand: #2f5aae;
    --am-brand-dark: #1e3d7a;
    --am-green: #27ae60;
    --am-green-dark: #1e874a;
    --am-purple: #7c3aed;
    --am-pink: #ec4899;
    --am-cyan: #0891b2;
    --am-amber: #f59e0b;
    --am-peach: #fb923c;
    --am-dark: #0c1a2a;
    --am-text: #334155;
    --am-muted: #64748b;
    --am-bg-soft: #f8fafc;
    --am-border: #e5e7eb;
    --am-ease: cubic-bezier(0.4, 0, 0.2, 1);
    --am-radius-blob: 60% 40% 55% 45% / 50% 60% 40% 50%;
    font-family: 'Tajawal', 'Cairo', sans-serif;
    color: var(--am-text);
}
.am-page .container { max-width: 1200px; margin: 0 auto; padding: 0 16px; position: relative; z-index: 2; }

/* Buttons */
.am-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    transition: transform 0.2s var(--am-ease), box-shadow 0.2s, background 0.2s;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
}
.am-btn--primary {
    background: linear-gradient(135deg, var(--am-green), var(--am-green-dark));
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(39,174,96,0.4);
}
.am-btn--primary:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 14px 32px rgba(39,174,96,0.5);
}
.am-btn--ghost {
    background: #ffffff;
    color: var(--am-brand);
    border-color: var(--am-brand);
}
.am-btn--ghost:hover {
    background: var(--am-brand);
    color: #ffffff;
}
.am-btn--white {
    background: #ffffff;
    color: var(--am-brand-dark);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
.am-btn--white:hover {
    background: var(--am-dark);
    color: #ffffff;
}
.am-btn--lg { padding: 18px 48px; font-size: 18px; }

/* Section head */
.am-section-head { text-align: center; margin-bottom: 48px; }
.am-section__title {
    font-size: clamp(26px, 3.2vw, 38px);
    font-weight: 900;
    color: var(--am-dark);
    margin: 14px 0 0;
}

/* Stickers */
.am-sticker {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: var(--am-brand);
    padding: 8px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    border: 2px dashed var(--am-brand);
    box-shadow: 3px 3px 0 var(--am-brand);
    transform: rotate(-1.5deg);
    transition: transform 0.25s var(--am-ease);
}
.am-sticker:hover { transform: rotate(0); }
.am-sticker--amber  { color: var(--am-amber);  border-color: var(--am-amber);  box-shadow: 3px 3px 0 var(--am-amber); }
.am-sticker--purple { color: var(--am-purple); border-color: var(--am-purple); box-shadow: 3px 3px 0 var(--am-purple); }
.am-sticker--green  { color: var(--am-green);  border-color: var(--am-green);  box-shadow: 3px 3px 0 var(--am-green); }
.am-sticker--pink   { color: var(--am-pink);   border-color: var(--am-pink);   box-shadow: 3px 3px 0 var(--am-pink); }
.am-sticker--cyan   { color: var(--am-cyan);   border-color: var(--am-cyan);   box-shadow: 3px 3px 0 var(--am-cyan); }

/* Reveal */
[data-hp-reveal] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s var(--am-ease), transform 0.7s var(--am-ease);
}
[data-hp-reveal].is-revealed { opacity: 1; transform: none; }

/* ============ Blobs ============ */
.am-blob {
    position: absolute;
    width: 340px; height: 340px;
    border-radius: var(--am-radius-blob);
    filter: blur(50px);
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
    animation: amBlobMorph 16s ease-in-out infinite, amBlobFloat 20s ease-in-out infinite;
}
.am-blob--tl      { top: -80px; right: -100px; background: var(--am-brand); width: 420px; height: 420px; }
.am-blob--br      { bottom: -100px; left: -120px; background: var(--am-green); animation-delay: -4s; }
.am-blob--mid     { top: 35%; left: 40%; background: var(--am-amber); width: 260px; height: 260px; opacity: 0.3; animation-delay: -8s; }
.am-blob--purple  { top: -60px; right: -80px; background: var(--am-purple); width: 360px; height: 360px; animation-delay: -3s; }
.am-blob--purple2 { top: -40px; left: -40px; background: var(--am-purple); width: 280px; height: 280px; opacity: 0.3; animation-delay: -5s; }
.am-blob--pink    { bottom: -80px; left: -60px; background: var(--am-pink); width: 340px; height: 340px; animation-delay: -6s; }
.am-blob--cyan    { top: -60px; right: -80px; background: var(--am-cyan); width: 340px; height: 340px; }
.am-blob--amber   { bottom: -80px; left: -80px; background: var(--am-amber); width: 320px; height: 320px; animation-delay: -4s; }
.am-blob--amber2  { top: -60px; right: -40px; background: var(--am-amber); width: 300px; height: 300px; }
.am-blob--green   { top: -40px; right: -80px; background: var(--am-green); width: 320px; height: 320px; animation-delay: -7s; }
.am-blob--green2  { top: 20%; left: -100px; background: var(--am-green); width: 300px; height: 300px; opacity: 0.3; }

@keyframes amBlobMorph {
    0%, 100% { border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%; }
    25%      { border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%; }
    50%      { border-radius: 55% 45% 60% 40% / 40% 55% 45% 60%; }
    75%      { border-radius: 40% 60% 45% 55% / 55% 40% 60% 45%; }
}
@keyframes amBlobFloat {
    0%, 100% { transform: translate(0,0) scale(1); }
    50%      { transform: translate(20px,-20px) scale(1.08); }
}

/* Confetti dots */
.am-confetti { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.am-dot {
    position: absolute;
    border-radius: 50%;
    animation: amDot 6s ease-in-out infinite;
}
.am-dot--1 { top: 15%; left: 10%; width: 16px; height: 16px; background: var(--am-amber); }
.am-dot--2 { top: 65%; left: 14%; width: 12px; height: 12px; background: var(--am-pink); animation-delay: -1s; }
.am-dot--3 { top: 20%; right: 8%;  width: 20px; height: 20px; background: var(--am-purple); animation-delay: -2s; }
.am-dot--4 { top: 75%; right: 12%; width: 14px; height: 14px; background: var(--am-cyan); animation-delay: -3s; }
.am-dot--5 { top: 45%; left: 50%; width: 10px; height: 10px; background: var(--am-green); animation-delay: -4s; }
@keyframes amDot {
    0%, 100% { transform: translateY(0) scale(1);   opacity: 0.9; }
    50%      { transform: translateY(-18px) scale(1.25); opacity: 0.6; }
}

/* Wave */
.am-wave {
    position: absolute;
    bottom: -1px;
    left: 0; right: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

/* ============ 1. HERO ============ */
.am-hero {
    position: relative;
    padding: 160px 0 140px;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(236,72,153,0.15), transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(124,58,237,0.12), transparent 45%),
        linear-gradient(180deg, #fef3c7 0%, #fce7f3 35%, #e0f2fe 70%, #ecfdf5 100%);
}
.am-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.am-hero__title {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    line-height: 1.2;
    color: var(--am-dark);
    margin: 18px 0 16px;
}
.am-hero__subtitle {
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--am-brand);
    font-weight: 700;
    margin-bottom: 14px;
}
.am-hero__desc {
    font-size: 17px;
    line-height: 1.8;
    color: var(--am-text);
    max-width: 560px;
    margin-bottom: 22px;
}
.am-hero__platforms {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}
.am-platform {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    color: var(--am-dark);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid var(--c, var(--am-brand));
    box-shadow: 2px 2px 0 var(--c, var(--am-brand));
    transition: transform 0.25s var(--am-ease);
}
.am-platform:hover { transform: translateY(-2px); }
.am-platform i { color: var(--c, var(--am-brand)); font-size: 16px; }
.am-platform--c1 { --c: var(--am-dark); }
.am-platform--c2 { --c: var(--am-green); }
.am-platform--c3 { --c: var(--am-amber); }
.am-platform--c4 { --c: var(--am-pink); }
.am-platform--c5 { --c: var(--am-dark); }
.am-platform--c6 { --c: var(--am-cyan); }

.am-hero__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.am-hero__media {
    position: relative;
    display: flex;
    justify-content: center;
}
.am-hero__ring {
    position: absolute;
    inset: -40px;
    border: 3px dashed rgba(124,58,237,0.4);
    border-radius: 50%;
    animation: amOrbit 40s linear infinite;
    z-index: 0;
}
.am-hero__ring--2 {
    inset: -70px;
    border: 2px dotted rgba(236,72,153,0.4);
    animation: amOrbit 55s linear infinite reverse;
}
@keyframes amOrbit { to { transform: rotate(360deg); } }
.am-hero__blob-wrap {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    aspect-ratio: 1;
    border-radius: var(--am-radius-blob);
    background: linear-gradient(135deg, var(--am-brand), var(--am-purple));
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(47,90,174,0.35);
    animation: amBlobMorph 20s ease-in-out infinite;
}
.am-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.am-hero__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 120px;
    color: #ffffff;
}
.am-hero__float {
    position: absolute;
    width: 64px; height: 64px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    animation: amFloat 4s ease-in-out infinite;
    z-index: 2;
}
.am-hero__float--1 { top: 8%;  right: -10px; background: #fef3c7; }
.am-hero__float--2 { bottom: 18%; left: -20px; background: #ecfdf5; animation-delay: -1.3s; }
.am-hero__float--3 { top: 55%; right: 12%; background: #fce7f3; animation-delay: -2.6s; }
.am-hero__float--4 { top: -14px; left: 15%; background: #e0f2fe; animation-delay: -3.2s; font-size: 26px; }
@keyframes amFloat {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50%      { transform: translateY(-16px) rotate(4deg); }
}

/* ============ 2. PRICING TIERS ============ */
.am-tiers {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fef3c7 100%);
}
.am-tiers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.am-tier {
    position: relative;
    background: #ffffff;
    padding: 40px 28px;
    border-radius: 28px;
    border: 2px solid var(--am-border);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s var(--am-ease), box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
}
.am-tier:hover {
    transform: translateY(-8px);
    border-color: var(--c);
    box-shadow: 0 20px 48px color-mix(in srgb, var(--c) 20%, transparent);
}
.am-tier--c1 { --c: var(--am-brand); }
.am-tier--c2 { --c: var(--am-green); }
.am-tier--c3 { --c: var(--am-purple); }

.am-tier__blob {
    position: absolute;
    top: -60px; right: -60px;
    width: 200px; height: 200px;
    border-radius: var(--am-radius-blob);
    background: var(--c);
    opacity: 0.12;
    z-index: 0;
    transition: transform 0.4s var(--am-ease);
}
.am-tier:hover .am-tier__blob {
    transform: scale(1.3) rotate(-10deg);
}

.am-tier.is-highlighted {
    border-color: var(--am-green);
    transform: scale(1.05);
    background: linear-gradient(180deg, #ffffff 0%, #ecfdf5 100%);
    box-shadow: 0 24px 60px rgba(39,174,96,0.3);
    z-index: 1;
}
.am-tier.is-highlighted:hover { transform: scale(1.07) translateY(-8px); }

.am-tier__ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--am-green), var(--am-green-dark));
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 20px rgba(39,174,96,0.45);
    white-space: nowrap;
    z-index: 2;
}

.am-tier__head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 16px;
}
.am-tier__name {
    font-size: 22px;
    font-weight: 900;
    color: var(--am-dark);
    margin-bottom: 6px;
}
.am-tier__tagline {
    color: var(--am-muted);
    font-size: 14px;
    margin: 0;
}
.am-tier__price {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 4px;
    line-height: 1;
}
.am-tier__price-num {
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 900;
    background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 60%, #000000));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.am-tier.is-highlighted .am-tier__price-num {
    background: linear-gradient(135deg, var(--am-green), var(--am-brand));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.am-tier__price-cur {
    font-size: 18px;
    font-weight: 700;
    color: var(--am-text);
}
.am-tier__duration {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--am-muted);
    font-size: 14px;
    margin-bottom: 24px;
}

.am-tier__features {
    position: relative;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.am-tier__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--am-text);
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px dashed var(--am-border);
}
.am-tier__features li:last-child { border-bottom: none; }

.am-check {
    flex-shrink: 0;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 65%, #000000));
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
    margin-top: 2px;
}

.am-tier__cta {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: auto;
}

/* ============ 3. COMPARISON TABLE ============ */
.am-comparison {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fef3c7 0%, #ffffff 100%);
}
.am-comp-wrap {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    border: 2px solid var(--am-border);
}
.am-comp-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    min-width: 560px;
}
.am-comp-table thead {
    background: linear-gradient(135deg, var(--am-brand), var(--am-purple));
    color: #ffffff;
}
.am-comp-table th,
.am-comp-table td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid var(--am-border);
}
.am-comp-table th {
    font-weight: 800;
    font-size: 16px;
}
.am-comp-table__feat {
    text-align: right !important;
    font-weight: 700;
    color: var(--am-dark);
}
.am-comp-table tbody tr:nth-child(even) {
    background: #fef3c7;
}
.am-comp-table tbody tr:nth-child(odd) {
    background: #ffffff;
}
.am-comp-table tbody tr:hover {
    background: #fce7f3;
}
.am-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--am-green), var(--am-green-dark));
    color: #ffffff;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(39,174,96,0.3);
}
.am-no {
    color: #cbd5e1;
    font-size: 22px;
    font-weight: 700;
}

/* ============ PROMO BANNER ============ */
.am-promo {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}
.am-promo__card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 2px dashed var(--am-pink);
    position: relative;
}
.am-promo__card::before,
.am-promo__card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 24px; height: 24px;
}
.am-promo__card::before { top: -12px; right: -12px; background: var(--am-amber); }
.am-promo__card::after  { bottom: -12px; left: -12px; background: var(--am-purple); }

.am-promo__media img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.15);
    transform: rotate(-2deg);
    transition: transform 0.3s var(--am-ease);
}
.am-promo__media img:hover { transform: rotate(0); }
.am-promo__title {
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 900;
    color: var(--am-dark);
    margin: 14px 0;
}
.am-promo__text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--am-text);
    margin-bottom: 22px;
}

/* ============ 4. STEPS ============ */
.am-steps {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #eff6ff 0%, #fce7f3 100%);
}
.am-steps__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 26px;
}
.am-step {
    background: #ffffff;
    padding: 36px 24px 24px;
    border-radius: 24px;
    text-align: center;
    border: 2px solid var(--am-border);
    transition: transform 0.3s var(--am-ease), border-color 0.3s;
    position: relative;
    transform: rotate(calc((var(--stp, 0) % 2 - 0.5) * 1deg));
}
.am-step:hover {
    transform: translateY(-6px) rotate(0);
    border-color: var(--c);
}
.am-step--c1 { --c: var(--am-brand); }
.am-step--c2 { --c: var(--am-green); }
.am-step--c3 { --c: var(--am-purple); }
.am-step--c4 { --c: var(--am-amber); }

.am-step__num {
    width: 56px; height: 56px;
    margin: -44px auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--c), color-mix(in srgb, var(--c) 65%, #000000));
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--c) 35%, transparent);
    border: 4px solid #ffffff;
}
.am-step__icon {
    width: 60px; height: 60px;
    margin: 0 auto 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--c) 14%, #ffffff);
    border: 2px dashed var(--c);
}
.am-step__icon img { width: 36px; height: 36px; object-fit: contain; }
.am-step__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--am-dark);
    margin-bottom: 8px;
}
.am-step__desc {
    color: var(--am-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* ============ 5. FAQ ============ */
.am-faq {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fce7f3 0%, #ffffff 100%);
}
.am-faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.am-faq__item {
    background: #ffffff;
    border: 2px solid var(--am-border);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.am-faq__item[open] {
    border-color: var(--am-brand);
    box-shadow: 0 10px 24px rgba(47,90,174,0.12);
    transform: translateY(-2px);
}
.am-faq__item:nth-child(3n+1)[open] { border-color: var(--am-purple); box-shadow: 0 10px 24px rgba(124,58,237,0.15); }
.am-faq__item:nth-child(3n+2)[open] { border-color: var(--am-green);  box-shadow: 0 10px 24px rgba(39,174,96,0.15); }
.am-faq__item:nth-child(3n+3)[open] { border-color: var(--am-amber);  box-shadow: 0 10px 24px rgba(245,158,11,0.15); }
.am-faq__q {
    cursor: pointer;
    padding: 20px 24px;
    font-weight: 800;
    font-size: 17px;
    color: var(--am-dark);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.am-faq__q::-webkit-details-marker { display: none; }
.am-faq__q::after {
    content: "+";
    font-size: 28px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--am-brand);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: transform 0.3s var(--am-ease), background 0.3s;
    flex-shrink: 0;
}
.am-faq__item[open] .am-faq__q::after {
    content: "−";
    background: var(--am-green);
    transform: rotate(180deg);
}
.am-faq__a {
    padding: 0 24px 20px;
    color: var(--am-text);
    font-size: 15px;
    line-height: 1.8;
}

/* ============ 7. CTA ============ */
.am-cta {
    padding: 80px 0;
    background: #ffffff;
}
.am-cta__inner {
    position: relative;
    background:
        radial-gradient(circle at 10% 10%, rgba(251,191,36,0.25), transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(236,72,153,0.2), transparent 45%),
        linear-gradient(135deg, var(--am-brand-dark) 0%, var(--am-dark) 100%);
    padding: 60px 40px;
    border-radius: 32px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 28px 60px rgba(47,90,174,0.35);
    overflow: hidden;
}
.am-cta__title {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 900;
    margin-bottom: 12px;
}
.am-cta__text {
    font-size: 17px;
    opacity: 0.9;
    max-width: 640px;
    margin: 0 auto 28px;
}
.am-cta__confetti {
    position: absolute;
    border-radius: 50%;
    animation: amDot 5s ease-in-out infinite;
}
.am-cta__confetti--1 { top: 20%; left: 8%;  width: 22px; height: 22px; background: var(--am-amber); }
.am-cta__confetti--2 { top: 70%; left: 16%; width: 14px; height: 14px; background: var(--am-pink); animation-delay: -1.5s; }
.am-cta__confetti--3 { top: 30%; right: 8%; width: 18px; height: 18px; background: var(--am-green); animation-delay: -3s; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
    .am-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .am-hero__media { order: -1; max-width: 340px; margin: 0 auto; }
    .am-tiers__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .am-tier.is-highlighted { transform: scale(1); }
    .am-tier.is-highlighted:hover { transform: translateY(-6px); }
    .am-promo__card { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
}
@media (max-width: 640px) {
    .am-hero { padding: 120px 0 70px; }
    .am-tiers, .am-comparison, .am-promo, .am-steps, .am-faq { padding: 60px 0; }
    .am-cta__inner { padding: 40px 24px; }
    .am-comp-table th, .am-comp-table td { padding: 12px 10px; font-size: 14px; }
    .am-blob { width: 240px !important; height: 240px !important; animation: amBlobMorph 16s ease-in-out infinite; }
    .am-hero__float { animation: none; }
    .am-sticker, .am-step { transform: rotate(0) !important; }
}

/* Root-level overflow clamp */
body.page-template-template-app-marketing {
    overflow-x: hidden;
    max-width: 100vw;
}

@media (prefers-reduced-motion: reduce) {
    [data-hp-reveal] { opacity: 1; transform: none; transition: none; }
    .am-blob, .am-dot, .am-hero__float, .am-hero__ring, .am-hero__blob-wrap, .am-cta__confetti { animation: none; }
}
