@keyframes growzy-cta-pulse {
    0% { box-shadow: 0 0 25px rgba(139, 92, 246, 0.4), 0 0 60px rgba(139, 92, 246, 0.15); }
    100% { box-shadow: 0 0 35px rgba(139, 92, 246, 0.6), 0 0 100px rgba(139, 92, 246, 0.25), 0 0 140px rgba(99, 102, 241, 0.1); }
}

@keyframes growzy-dot-pulse {
    0%, 100% { box-shadow: 0 0 0 6px rgba(167, 139, 250, 0.15); }
    50% { box-shadow: 0 0 0 10px rgba(167, 139, 250, 0.08), 0 0 12px rgba(167, 139, 250, 0.2); }
}

body.home {
    background: #f8f7fc;
}

body.home .site-main {
    overflow: clip;
}

body.home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

body.home.has-wow-motion [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
}

body.home.has-wow-motion [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.home .growzy-wow-hero,
body.home .growzy-wow-proofband,
body.home .growzy-wow-engine,
body.home .growzy-wow-library,
body.home .growzy-wow-flow,
body.home .growzy-wow-audience,
body.home .growzy-wow-cta {
    position: relative;
}

body.home .growzy-wow-hero {
    padding: clamp(5.5rem, 8vw, 8rem) 0 4rem;
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.22), transparent 30%),
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.18), transparent 26%),
        linear-gradient(135deg, #0f0a1e 0%, #1a1145 58%, #1e1450 100%);
}

body.home .growzy-wow-hero__ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(20px);
    pointer-events: none;
    opacity: 0.88;
}

body.home .growzy-wow-hero__ambient--one {
    top: 6%;
    left: -4%;
    width: 24rem;
    height: 24rem;
    filter: blur(40px);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.45) 0%, rgba(99, 102, 241, 0) 70%);
}

body.home .growzy-wow-hero__ambient--two {
    right: 0;
    top: 8%;
    width: 30rem;
    height: 30rem;
    filter: blur(50px);
    background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, rgba(139, 92, 246, 0) 72%);
}

body.home .growzy-wow-hero__grid,
body.home .growzy-wow-engine__layout,
body.home .growzy-wow-flow__grid,
body.home .growzy-wow-audience__grid {
    display: grid;
    gap: 24px;
}

body.home .growzy-wow-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: center;
}

body.home .growzy-wow-eyebrow,
body.home .growzy-wow-sectionhead__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.06);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .growzy-wow-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a78bfa;
    box-shadow: 0 0 0 8px rgba(167, 139, 250, 0.12);
}

body.home .growzy-wow-eyebrow__muted {
    color: rgba(255, 255, 255, 0.7);
}

body.home .growzy-wow-hero h1,
body.home .growzy-wow-sectionhead h2,
body.home .growzy-wow-flow__intro h2,
body.home .growzy-wow-cta__box h2 {
    margin: 18px 0 0;
    letter-spacing: -0.05em;
    line-height: 0.96;
}

body.home .growzy-wow-hero h1 {
    font-size: clamp(3rem, 6vw, 5.6rem);
    max-width: 11ch;
    color: #f5f3ff;
}

body.home .growzy-wow-hero h1 span {
    display: block;
    color: #c4b5fd;
}

body.home .growzy-wow-hero__lede,
body.home .growzy-wow-sectionhead p,
body.home .growzy-wow-engine__story p,
body.home .growzy-wow-flow__intro p,
body.home .growzy-wow-audiencecard p,
body.home .growzy-wow-cta__box p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.05rem;
    line-height: 1.75;
}

body.home .growzy-wow-hero__actions,
body.home .growzy-wow-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

body.home .growzy-wow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

body.home .growzy-wow-btn:hover {
    transform: translateY(-2px);
}

body.home .growzy-wow-btn--primary {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.4), 0 0 60px rgba(99, 102, 241, 0.15), 0 8px 32px rgba(99, 102, 241, 0.3);
}

body.home .growzy-wow-btn--primary:hover {
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.5), 0 0 80px rgba(99, 102, 241, 0.2), 0 12px 40px rgba(99, 102, 241, 0.35);
}

body.home .growzy-wow-btn--secondary,
body.home .growzy-wow-btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

body.home .growzy-wow-btn--ghost {
    border-color: rgba(30, 27, 75, 0.12);
    color: #1e1b4b;
    background: rgba(30, 27, 75, 0.04);
}

body.home .growzy-wow-hero__microproof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

body.home .growzy-wow-hero__microproof span,
body.home .growzy-wow-librarycard__meta span,
body.home .growzy-wow-audiencecard span,
body.home .growzy-wow-flowcard span,
body.home .growzy-wow-proofcard__kicker,
body.home .growzy-wow-engine__storytop span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.home .growzy-wow-hero__microproof span {
    background: rgba(255, 255, 255, 0.08);
    color: #ede9fe;
}

body.home .growzy-wow-hero__panel {
    position: relative;
}

body.home .growzy-wow-hero-visual {
    position: relative;
}

body.home .growzy-wow-hero-visual__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.5) 0%, rgba(99, 102, 241, 0.2) 40%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    animation: growzy-cta-pulse 4s ease-in-out infinite alternate;
}

body.home .growzy-wow-hero-visual__card {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
        linear-gradient(135deg, rgba(30, 21, 69, 0.95), rgba(46, 16, 101, 0.9));
    border: 1px solid rgba(167, 139, 250, 0.2);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.home .growzy-wow-hero-visual__stat {
    text-align: center;
    padding: 16px 0 20px;
}

body.home .growzy-wow-hero-visual__number {
    display: block;
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    background: linear-gradient(135deg, #f5f3ff 0%, #c4b5fd 40%, #8B5CF6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.home .growzy-wow-hero-visual__label {
    display: block;
    margin-top: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.home .growzy-wow-hero-visual__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167, 139, 250, 0.3), transparent);
    margin: 4px 0 16px;
}

body.home .growzy-wow-hero-visual__features {
    display: grid;
    gap: 10px;
}

body.home .growzy-wow-hero-visual__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease;
}

body.home .growzy-wow-hero-visual__feature:hover {
    background: rgba(255, 255, 255, 0.1);
}

body.home .growzy-wow-hero-visual__icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(139, 92, 246, 0.25));
    font-size: 1rem;
}

body.home .growzy-wow-hero-visual__feature strong {
    display: block;
    font-size: 0.92rem;
    color: #f5f3ff;
}

body.home .growzy-wow-hero-visual__feature span:last-child {
    display: block;
    margin-top: 2px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

body.home .growzy-wow-librarycard__meta,
body.home .growzy-wow-cta__content {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body.home .growzy-wow-categorycard,
body.home .growzy-wow-flowcard,
body.home .growzy-wow-audiencecard,
body.home .growzy-wow-proofcard,
body.home .growzy-wow-librarycard,
body.home .growzy-wow-engine__story {
    border-radius: 24px;
}

body.home .growzy-wow-trustbar {
    position: relative;
    padding: 1.2rem 0;
    background: linear-gradient(180deg, #130d2b 0%, #1e1450 40%, #f8f7fc 100%);
}

body.home .growzy-wow-trustbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 16px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(167, 139, 250, 0.15);
    backdrop-filter: blur(12px);
}

body.home .growzy-wow-trustbar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ede9fe;
}

body.home .growzy-wow-trustbar__icon {
    font-size: 1rem;
}

body.home .growzy-wow-trustbar__sep {
    width: 1px;
    height: 20px;
    background: rgba(167, 139, 250, 0.2);
}

body.home .growzy-wow-proofband,
body.home .growzy-wow-engine,
body.home .growzy-wow-library,
body.home .growzy-wow-flow,
body.home .growzy-wow-audience {
    padding: 4rem 0 6rem;
    background: #f8f7fc;
}

body.home .growzy-wow-cta {
    position: relative;
    padding: 5rem 0 5.5rem;
    background: linear-gradient(180deg, #f8f7fc 0%, #130d2b 15%, #0f0a1e 50%, #130d2b 85%, #1e1450 100%);
    overflow: hidden;
}

body.home .growzy-wow-proofband__grid,
body.home .growzy-wow-library__grid {
    display: grid;
    gap: 18px;
}

body.home .growzy-wow-proofband__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .growzy-wow-proofcard,
body.home .growzy-wow-engine__story {
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(99, 102, 241, 0.08);
    box-shadow: 0 18px 45px rgba(30, 27, 75, 0.06);
}

body.home .growzy-wow-proofcard--accent {
    background: linear-gradient(135deg, #1e1b4b 0%, #2e1065 100%);
}

body.home .growzy-wow-proofcard--accent h3,
body.home .growzy-wow-proofcard--accent p,
body.home .growzy-wow-proofcard--accent .growzy-wow-proofcard__kicker {
    color: #fff;
}

body.home .growzy-wow-proofcard__kicker,
body.home .growzy-wow-engine__storytop span,
body.home .growzy-wow-sectionhead__tag {
    background: rgba(99, 102, 241, 0.08);
    color: #6366F1;
}

body.home .growzy-wow-proofcard h3,
body.home .growzy-wow-librarycard h3,
body.home .growzy-wow-flowcard h3,
body.home .growzy-wow-audiencecard h3,
body.home .growzy-wow-engine__storytop strong {
    margin: 16px 0 0;
    color: #1e1b4b;
    font-size: 1.45rem;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

body.home .growzy-wow-proofcard p,
body.home .growzy-wow-librarycard p,
body.home .growzy-wow-flowcard p,
body.home .growzy-wow-audiencecard p,
body.home .growzy-wow-engine__list li,
body.home .growzy-wow-categorycard span {
    margin: 12px 0 0;
    color: #536274;
    line-height: 1.7;
}

body.home .growzy-wow-sectionhead {
    max-width: 860px;
    margin-bottom: 40px;
}

body.home .growzy-wow-sectionhead h2,
body.home .growzy-wow-flow__intro h2,
body.home .growzy-wow-cta__box h2 {
    color: #1e1b4b;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
}

body.home .growzy-wow-sectionhead p,
body.home .growzy-wow-flow__intro p,
body.home .growzy-wow-cta__box p {
    color: #566476;
}

body.home .growzy-wow-engine__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    align-items: start;
}

body.home .growzy-wow-engine__storytop strong {
    display: block;
}

body.home .growzy-wow-engine__list {
    margin: 18px 0 0;
    padding-left: 18px;
}

body.home .growzy-wow-engine__list li + li {
    margin-top: 12px;
}

body.home .growzy-wow-categorygrid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .growzy-wow-categorycard {
    padding: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
    border: 1px solid rgba(99, 102, 241, 0.12);
}

body.home .growzy-wow-categorycard strong {
    display: block;
    color: #1e1b4b;
    font-size: 1.1rem;
}

body.home .growzy-wow-library__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .growzy-wow-librarycard {
    padding: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
    border: 1px solid rgba(99, 102, 241, 0.08);
    box-shadow: 0 16px 40px rgba(30, 27, 75, 0.06);
}

body.home .growzy-wow-librarycard__meta span {
    background: rgba(99, 102, 241, 0.06);
    color: #4F46E5;
}

body.home .growzy-wow-librarycard__link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #6366F1;
    font-weight: 700;
    text-decoration: none;
}

body.home .growzy-wow-librarycard__link:hover {
    color: #4F46E5;
}

body.home .growzy-wow-flow__grid {
    grid-template-columns: 1.1fr repeat(3, 1fr);
    align-items: stretch;
}

body.home .growzy-wow-flowcard,
body.home .growzy-wow-audiencecard {
    padding: 24px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-flowcard:hover,
body.home .growzy-wow-audiencecard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-flowcard span,
body.home .growzy-wow-audiencecard span {
    background: rgba(99, 102, 241, 0.1);
    color: #5B21B6;
}

body.home .growzy-wow-audience__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.home .growzy-wow-audiencecard--featured {
    background: linear-gradient(135deg, #1e1065 0%, #2e1a6e 100%);
    border-color: rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.2), 0 16px 40px rgba(30, 27, 75, 0.15);
}

body.home .growzy-wow-audiencecard--featured h3,
body.home .growzy-wow-audiencecard--featured p,
body.home .growzy-wow-audiencecard--featured span {
    color: #fff;
}

body.home .growzy-wow-audiencecard--featured span {
    background: rgba(255, 255, 255, 0.12);
}

body.home .growzy-wow-cta__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    pointer-events: none;
}

body.home .growzy-wow-cta__glow--left {
    top: 20%;
    left: -5%;
    width: 28rem;
    height: 28rem;
    filter: blur(80px);
    background: radial-gradient(circle, rgba(99, 102, 241, 0.45) 0%, transparent 70%);
}

body.home .growzy-wow-cta__glow--right {
    bottom: 10%;
    right: -5%;
    width: 24rem;
    height: 24rem;
    filter: blur(70px);
    background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
}

body.home .growzy-wow-cta__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

body.home .growzy-wow-cta__content h2 {
    color: #f5f3ff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

body.home .growzy-wow-cta__content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 520px;
}

body.home .growzy-wow-sectionhead__tag--light {
    background: rgba(255, 255, 255, 0.1);
    color: #c4b5fd;
    border-color: rgba(167, 139, 250, 0.2);
}

body.home .growzy-wow-btn--cta {
    background: linear-gradient(135deg, #8B5CF6 0%, #a78bfa 100%);
    color: #ffffff;
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.5), 0 0 80px rgba(139, 92, 246, 0.2), 0 12px 40px rgba(139, 92, 246, 0.35);
    min-height: 58px;
    padding: 0 32px;
    font-size: 1.05rem;
    border-radius: 999px;
    animation: growzy-cta-pulse 3s ease-in-out infinite alternate;
}

body.home .growzy-wow-btn--cta:hover {
    box-shadow:
        0 24px 60px rgba(139, 92, 246, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.15);
}

body.home .growzy-wow-cta__micro {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

body.home .growzy-wow-cta__micro span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

@media (max-width: 1279px) {
    body.home .growzy-wow-hero__grid,
    body.home .growzy-wow-engine__layout,
    body.home .growzy-wow-flow__grid,
    body.home .growzy-wow-proofband__grid,
    body.home .growzy-wow-library__grid,
    body.home .growzy-wow-audience__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .growzy-wow-flow__intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1023px) {
    body.home .growzy-wow-hero {
        padding-top: clamp(5rem, 10vw, 6.5rem);
    }

    body.home .growzy-wow-hero__grid,
    body.home .growzy-wow-engine__layout,
    body.home .growzy-wow-proofband__grid,
    body.home .growzy-wow-library__grid,
    body.home .growzy-wow-flow__grid,
    body.home .growzy-wow-audience__grid,
    body.home .growzy-wow-categorygrid,
    body.home .growzy-wow-command__metrics {
        grid-template-columns: 1fr;
    }

    body.home .growzy-wow-hero-visual__card,
    body.home .growzy-wow-proofcard,
    body.home .growzy-wow-engine__story,
    body.home .growzy-wow-librarycard,
    body.home .growzy-wow-flowcard,
    body.home .growzy-wow-audiencecard {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    body.home .growzy-wow-hero,
    body.home .growzy-wow-proofband,
    body.home .growzy-wow-engine,
    body.home .growzy-wow-library,
    body.home .growzy-wow-flow,
    body.home .growzy-wow-audience {
        padding-bottom: 4rem;
    }

    body.home .growzy-wow-cta {
        padding: 3.5rem 0 4rem;
    }

    body.home .growzy-wow-trustbar__sep {
        display: none;
    }

    body.home .growzy-wow-trustbar__inner {
        gap: 10px;
        padding: 14px 16px;
    }

    body.home .growzy-wow-trustbar__item {
        font-size: 0.78rem;
    }

    body.home .growzy-wow-hero h1 {
        max-width: none;
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    body.home .growzy-wow-sectionhead h2,
    body.home .growzy-wow-flow__intro h2,
    body.home .growzy-wow-cta__box h2 {
        font-size: clamp(1.85rem, 8vw, 2.8rem);
    }

    body.home .growzy-wow-btn,
    body.home .growzy-wow-cta__actions .growzy-wow-btn {
        width: 100%;
    }
}

body.home .growzy-wow-sectionhead--compact {
    max-width: 920px;
    margin-bottom: 32px;
}

body.home {
    --wow-brand-primary: #4F46E5;
    --wow-brand-secondary: #6366F1;
    --wow-brand-highlight: #a78bfa;
    --wow-text: #1e1b4b;
    --wow-muted: #475569;
    --wow-border: rgba(99, 102, 241, 0.12);
    --wow-surface: #ffffff;
}

body.home .growzy-wow-proofband__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .growzy-wow-hero {
    padding: clamp(3rem, 4.4vw, 4.35rem) 0 2.2rem;
    background:
        radial-gradient(circle at top left, rgba(139, 92, 246, 0.16), transparent 26%),
        radial-gradient(circle at top right, rgba(99, 102, 241, 0.16), transparent 28%),
        linear-gradient(135deg, #0f0a1e 0%, #130d2b 58%, #1e1450 100%);
}

body.home .growzy-wow-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.3rem, 4.4vw, 4.1rem);
    line-height: 0.9;
    margin-top: 14px;
}

body.home .growzy-wow-hero h1 span {
    background: linear-gradient(135deg, #f5f3ff 0%, #ddd6fe 38%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.home .growzy-wow-hero__lede,
body.home .growzy-wow-sectionhead p,
body.home .growzy-wow-flow__intro p,
body.home .growzy-wow-cta__box p {
    font-size: 0.96rem;
    line-height: 1.58;
}

body.home .growzy-wow-hero-visual__card {
    padding: 22px;
    border-radius: 24px;
}

body.home .growzy-wow-proofcard,
body.home .growzy-wow-engine__story,
body.home .growzy-wow-librarycard,
body.home .growzy-wow-flowcard,
body.home .growzy-wow-audiencecard {
    padding: 18px;
    border-radius: 22px;
}

body.home .growzy-wow-proofcard {
    position: relative;
}

body.home .growzy-wow-proofcard__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.16));
    font-size: 1.1rem;
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body.home .growzy-wow-proofcard h3,
body.home .growzy-wow-librarycard h3,
body.home .growzy-wow-flowcard h3,
body.home .growzy-wow-audiencecard h3,
body.home .growzy-wow-engine__storytop strong {
    font-size: 1.08rem;
    line-height: 1.2;
}

body.home .growzy-wow-proofcard p,
body.home .growzy-wow-librarycard p,
body.home .growzy-wow-flowcard p,
body.home .growzy-wow-audiencecard p,
body.home .growzy-wow-engine__list li,
body.home .growzy-wow-categorycard span {
    font-size: 0.95rem;
    line-height: 1.58;
}

body.home .growzy-wow-proofcard {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-proofcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-sectionhead h2,
body.home .growzy-wow-flow__intro h2,
body.home .growzy-wow-cta__box h2 {
    font-size: clamp(1.6rem, 2.7vw, 2.45rem);
    line-height: 1.02;
}

body.home .growzy-wow-sectionhead h2,
body.home .growzy-wow-flow__intro h2 {
    background: linear-gradient(135deg, #1e1b4b 0%, #4F46E5 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.home .growzy-wow-cta__content h2 {
    background: linear-gradient(135deg, #f5f3ff 0%, #c4b5fd 40%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

body.home .growzy-wow-engine__layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 14px;
}

body.home .growzy-wow-engine__story {
    background: linear-gradient(145deg, #1e1545 0%, #2a1f5e 100%);
    border-color: rgba(139, 92, 246, 0.18);
}

body.home .growzy-wow-engine__storytop strong,
body.home .growzy-wow-engine__story .growzy-wow-engine__list li {
    color: #ede9fe;
}

body.home .growzy-wow-engine__storytop span {
    background: rgba(139, 92, 246, 0.14);
    color: #ddd6fe;
}

body.home .growzy-wow-categorygrid--surfaces {
    gap: 10px;
}

body.home .growzy-wow-categorycard {
    padding: 16px;
    border-radius: 18px;
}

body.home .growzy-wow-categorycard--surface {
    min-height: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-categorycard--surface:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-categorycard__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.14));
    color: #5B21B6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .growzy-wow-categorycard strong {
    font-size: 0.98rem;
    line-height: 1.25;
}

body.home .growzy-wow-library__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.home .growzy-wow-librarycard {
    padding: 18px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-librarycard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-librarycard__meta span {
    padding: 7px 10px;
    font-size: 0.69rem;
}

body.home .growzy-wow-librarycard__link {
    margin-top: 14px;
}

body.home .growzy-wow-flow__grid {
    grid-template-columns: 1.05fr repeat(3, minmax(0, 0.8fr));
    gap: 12px;
}

body.home .growzy-wow-flowcard,
body.home .growzy-wow-audiencecard {
    min-height: 0;
    padding: 16px;
}

body.home .growzy-wow-flowcard span,
body.home .growzy-wow-audiencecard span,
body.home .growzy-wow-proofcard__kicker,
body.home .growzy-wow-sectionhead__tag {
    padding: 7px 11px;
    font-size: 0.72rem;
}

body.home .growzy-wow-cta__box {
    padding: 24px;
    border-radius: 24px;
}

body.home .growzy-wow-eyebrow__dot {
    background: var(--wow-brand-highlight);
    box-shadow: 0 0 0 8px rgba(167, 139, 250, 0.14);
    animation: growzy-dot-pulse 2.5s ease-in-out infinite;
}

body.home .growzy-wow-btn--primary {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.4), 0 0 60px rgba(99, 102, 241, 0.15), 0 8px 32px rgba(99, 102, 241, 0.3);
}

body.home .growzy-wow-btn--secondary,
body.home .growzy-wow-btn--ghost {
    border-color: rgba(255, 255, 255, 0.16);
    color: #f8fafc;
}

body.home .growzy-wow-librarycard__link {
    color: #6366F1;
}

body.home .growzy-wow-librarycard__link::after {
    content: ' \2192';
    transition: transform 0.2s ease;
    display: inline-block;
}

body.home .growzy-wow-librarycard__link:hover {
    color: #4F46E5;
}

body.home .growzy-wow-librarycard__link:hover::after {
    transform: translateX(4px);
}

@media (max-width: 1279px) {
    body.home .growzy-wow-proofband__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    body.home .growzy-wow-proofband__grid,
    body.home .growzy-wow-categorygrid--surfaces,
    body.home .growzy-wow-library__grid,
    body.home .growzy-wow-flow__grid,
    body.home .growzy-wow-audience__grid {
        grid-template-columns: 1fr;
    }

    body.home .growzy-wow-hero {
        padding-bottom: 2rem;
    }
}

body.home .growzy-wow-core {
    position: relative;
    padding: 3rem 0 6rem;
    background: #f8f7fc;
}

body.home .growzy-wow-spotlight {
    position: relative;
    padding: 1.2rem 0 4.6rem;
    background: #f8f7fc;
}

body.home .growzy-wow-engine {
    padding-top: 4rem;
    background: #f8f7fc;
}

body.home .growzy-wow-sectionhead--ondarktransition h2 {
    color: #1e1b4b;
}

body.home .growzy-wow-sectionhead--ondarktransition p {
    color: #566476;
}

body.home .growzy-wow-sectionhead--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body.home .growzy-wow-core__grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(2, minmax(0, 0.8fr));
    gap: 16px;
}

body.home .growzy-wow-corecard {
    min-height: 0;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-corecard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-corecard--accent {
    grid-row: span 2;
    background: linear-gradient(135deg, #2e1065 0%, #3b0764 100%);
    color: #ffffff;
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.2), 0 20px 50px rgba(30, 27, 75, 0.2);
}

body.home .growzy-wow-corecard__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.16));
    margin-bottom: 14px;
    font-size: 1.15rem;
}

body.home .growzy-wow-corecard--accent .growzy-wow-corecard__icon {
    background: rgba(255, 255, 255, 0.16);
}

body.home .growzy-wow-corecard__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.08);
    color: #5B21B6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.home .growzy-wow-corecard--accent .growzy-wow-corecard__tag {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

body.home .growzy-wow-corecard h3 {
    margin: 16px 0 0;
    font-size: 1.45rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #1e1b4b;
}

body.home .growzy-wow-corecard p {
    margin: 12px 0 0;
    font-size: 0.95rem;
    line-height: 1.62;
    color: #58657a;
}

body.home .growzy-wow-corecard--accent h3,
body.home .growzy-wow-corecard--accent p {
    color: #ffffff;
}

body.home .growzy-wow-corecard__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

body.home .growzy-wow-corecard__meta span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 700;
}

body.home .growzy-wow-spotlight__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 18px;
    align-items: center;
}

body.home .growzy-wow-spotlight__copy,
body.home .growzy-wow-spotlight__panel {
    min-width: 0;
}

body.home .growzy-wow-spotlight__copy {
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #2e1065 0%, #4c1d95 56%, #6d28d9 100%);
    color: #ffffff;
    box-shadow: 0 26px 70px rgba(99, 102, 241, 0.18);
}

body.home .growzy-wow-spotlight__copy h2 {
    margin: 18px 0 0;
    font-size: clamp(1.8rem, 3vw, 3.1rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

body.home .growzy-wow-spotlight__copy p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.65;
}

body.home .growzy-wow-spotlight__copy .growzy-wow-sectionhead__tag {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

body.home .growzy-wow-spotlight__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

body.home .growzy-wow-spotlight__points div {
    padding: 14px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

body.home .growzy-wow-spotlight__points strong {
    display: block;
    font-size: 0.96rem;
    color: #ffffff;
}

body.home .growzy-wow-spotlight__points span {
    display: block;
    margin-top: 4px;
    font-size: 0.86rem;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.8);
}

body.home .growzy-wow-signalcard {
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f3ff 100%);
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
}

body.home .growzy-wow-signalcard__head {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.98rem;
    color: #1e1b4b;
}

body.home .growzy-wow-signalcard__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.14));
}

body.home .growzy-wow-signalcard__value {
    margin-top: 18px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #6366F1;
    font-weight: 800;
}

body.home .growzy-wow-signalcard p {
    margin: 10px 0 0;
    color: #5a6681;
    font-size: 1rem;
}

body.home .growzy-wow-signalcard__bars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
    margin-top: 24px;
}

body.home .growzy-wow-signalcard__bars span {
    display: block;
    border-radius: 14px;
    background: linear-gradient(180deg, #818cf8 0%, #4F46E5 100%);
}

body.home .growzy-wow-signalcard__bars span:nth-child(1) { height: 34px; }
body.home .growzy-wow-signalcard__bars span:nth-child(2) { height: 46px; }
body.home .growzy-wow-signalcard__bars span:nth-child(3) { height: 72px; }
body.home .growzy-wow-signalcard__bars span:nth-child(4) { height: 88px; }

body.home .growzy-wow-signalcard__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

body.home .growzy-wow-signalcard__chips span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.08);
    color: #5B21B6;
    font-size: 0.82rem;
    font-weight: 700;
}

body.home .growzy-wow-impact {
    position: relative;
    padding: 3rem 0 5rem;
    background:
        radial-gradient(circle at top center, rgba(139, 92, 246, 0.12), transparent 38%),
        linear-gradient(180deg, #f5f3ff 0%, #f8f7fc 100%);
}

body.home .growzy-wow-impact__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.home .growzy-wow-impactcard {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home .growzy-wow-impactcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(99, 102, 241, 0.15), 0 0 20px rgba(139, 92, 246, 0.08);
}

body.home .growzy-wow-impactcard__value {
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 800;
    background: linear-gradient(135deg, #312e81 0%, #6366F1 48%, #a78bfa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0 20px rgba(99, 102, 241, 0.3));
}

body.home .growzy-wow-impactcard strong {
    display: block;
    margin-top: 10px;
    font-size: 0.98rem;
    line-height: 1.2;
    color: #1e1b4b;
}

body.home .growzy-wow-impactcard p {
    margin: 10px 0 0;
    font-size: 0.91rem;
    line-height: 1.55;
    color: #5a6681;
}

@media (max-width: 1279px) {
    body.home .growzy-wow-core__grid,
    body.home .growzy-wow-spotlight__grid,
    body.home .growzy-wow-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .growzy-wow-corecard--accent {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    body.home #growzy-mini-cart,
    body.home .growzy-mini-cart-widget {
        display: none !important;
    }

    body.home .growzy-wow-proofband__grid,
    body.home .growzy-wow-core__grid,
    body.home .growzy-wow-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .growzy-wow-engine__layout,
    body.home .growzy-wow-categorygrid--surfaces,
    body.home .growzy-wow-flow__grid,
    body.home .growzy-wow-audience__grid,
    body.home .growzy-wow-library__grid,
    body.home .growzy-wow-spotlight__grid {
        grid-template-columns: 1fr;
    }

    body.home .growzy-wow-hero {
        padding-top: 2.4rem;
        padding-bottom: 1.8rem;
    }

    body.home .growzy-wow-hero__grid {
        gap: 16px;
    }

    body.home .growzy-wow-hero-visual__card,
    body.home .growzy-wow-spotlight__copy,
    body.home .growzy-wow-signalcard,
    body.home .growzy-wow-impactcard {
        padding: 18px;
        border-radius: 22px;
    }

    body.home .growzy-wow-proofcard,
    body.home .growzy-wow-corecard {
        padding: 14px;
        border-radius: 18px;
    }

    body.home .growzy-wow-corecard h3 {
        font-size: 1.06rem;
    }

    body.home .growzy-wow-spotlight__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    body.home .growzy-wow-proofband__grid,
    body.home .growzy-wow-core__grid,
    body.home .growzy-wow-impact__grid,
    body.home .growzy-wow-spotlight__points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home .growzy-wow-engine__story {
        padding: 16px;
    }

    body.home .growzy-wow-spotlight__points strong {
        font-size: 0.9rem;
    }

    body.home .growzy-wow-spotlight__points span {
        font-size: 0.78rem;
    }

    body.home .growzy-wow-librarycard {
        padding: 16px;
    }
}
