  /**
 * Eggs Time — Home v2 (isolated from theme .head / entry-content)
 */

.main--home-v2 {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    overflow-x: hidden;
}

.main--home-v2 .entry-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

.et-home {
    --et-home-navy: #1a3352;
    --et-home-heading: #1b4a8a;
    --et-home-accent: #18c3ff;
    --et-home-blue: #12a8f0;
    --et-home-blue-dark: #0d7fd4;
    --et-home-btn: #0d8fe8;
    --et-home-btn-hover: #0a75c4;
    --et-home-yellow: #ffd400;
    --et-home-pink: #ff3da5;
    --et-home-purple: #9b4dca;
    --et-home-green: #2ecc71;
    --et-home-orange: #ff9800;
    --et-home-text: #3a5370;
    --et-home-max: 1650px;
    --et-home-narrow: 1140px;
    --et-home-section-x: 18px;
    /*
     * Uniform homepage section rhythm (matches Best Sellers reference gap ~76–80px).
     * Each .et-home__section-inner uses half-gap top + bottom so adjacent sections
     * always sum to --et-home-section-gap.
     */
    --et-home-section-gap: 36px;
    --et-home-section-top-spacing: calc(var(--et-home-section-gap) / 2);
    --et-home-section-spacing: var(--et-home-section-top-spacing);
    --et-home-section-padding-y: 36px;
    --et-home-hero-padding-top: var(--et-home-section-padding-y);
    --et-home-hero-padding-bottom: var(--et-home-section-padding-y);
    /* Tight pad used above Best Sellers / Egg World / Stories headings */
    --et-home-tight-pad: 12px;
    --et-home-panel-bg: #f0f7ff;
    /* Unified bordered section panels (distributor reference) */
    --et-home-panel-x: 24px;
    --et-home-panel-y: 28px;
    --et-home-panel-radius: 24px;
    --et-home-panel-border: 1px solid rgba(32, 77, 136, 0.08);
    --et-home-panel-shadow: 0 10px 30px rgba(30, 58, 95, 0.06);
    /* Carousel arrow side inset — keeps sliders aligned to section edges */
    --et-home-slider-inset: 52px;
    --et-home-slider-inset-md: 42px;
    --et-home-slider-inset-sm: 34px;
    --et-home-slider-inset-xs: 30px;
    --et-home-playful-bg-url: url('https://eggstime.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-28-2026-02_38_47-PM.png');
    --et-home-sparkle-gold: rgba(255, 212, 0, 0.85);
    --et-home-sparkle-pink: rgba(255, 61, 165, 0.8);
    --et-home-sparkle-blue: rgba(24, 195, 255, 0.75);
    --et-home-sparkle-purple: rgba(155, 77, 202, 0.7);
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    color: var(--et-home-text);
    line-height: 1.6;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
    overflow-x: clip;
}

.et-home *,
.et-home *::before,
.et-home *::after {
    box-sizing: border-box;
}

/* Shared playful landscape background — image layer + grass at bottom */
.et-home__playful-section,
.et-home__bg-band--playful {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #dff0ff;
    background-image: linear-gradient(180deg, #eef8ff 0%, #e4f4ff 55%, #daf0e8 100%);
}
div#slick-slide20 a.et-home__product-media, div#slick-slide26 a.et-home__product-media, .slick-slide[data-slick-index="12"] a.et-home__product-media  {
    background: #d6eab9;
}
.align-content {
    position: absolute;
    padding: 10px;
}
/* Side padding so carousel arrows stay inside the clipped band */
.et-home__bg-band--playful {
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
}
.et-license__hero-wrap.et-home h1.et-home__hero-title {
    max-width: 450px;
}
.et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__fun-egg-games-cards-arrow {
    left: 0 !important;
}
section#et-home-stories .et-home__section-inner, section#et-home-youtube .et-home__section-inner, section#et-home-products .et-home__section-inner.center, section#et-home-parent-benefits .et-home__section-inner, .main--home-v2 #et-home-social .et-home__section-inner, section#et-home-distributor .et-home__section-inner, section.et-home__cta.et-home__playful-section .et-home__cta-inner {
    padding-left: 76px !important;
    padding-right: 76px !important;
}

.et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__fun-egg-games-cards-arrow {
    right: 0 !important;
}
.et-license__hero-wrap.et-home p.et-home__hero-text {
    max-width: 700px;
}
ul.et-home__youtube-list {
    background: #fff;
    padding: 20px;
	border-radius:20px;
}
.et-home__playful-section::after,
.et-home__bg-band--playful::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #dff0ff;
    background-image:
        radial-gradient(circle at 14% 20%, rgba(255, 212, 0, 0.18) 0, transparent 22%),
        radial-gradient(circle at 86% 12%, rgba(255, 61, 165, 0.14) 0, transparent 24%),
        radial-gradient(circle at 72% 78%, rgba(24, 195, 255, 0.16) 0, transparent 26%),
        var(--et-home-playful-bg-url);
    background-repeat: no-repeat;
    background-size: auto, auto, auto, cover;
    background-position: center, center, center, center bottom;
    -webkit-background-size: auto, auto, auto, cover;
    pointer-events: none;
}

.et-home__playful-section::before,
.et-home__bg-band--playful::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 16%, var(--et-home-sparkle-gold) 0 3px, transparent 4px),
        radial-gradient(circle at 22% 68%, var(--et-home-sparkle-pink) 0 2.5px, transparent 3.5px),
        radial-gradient(circle at 88% 24%, var(--et-home-sparkle-blue) 0 3px, transparent 4px),
        radial-gradient(circle at 76% 72%, var(--et-home-sparkle-purple) 0 2px, transparent 3px),
        radial-gradient(circle at 48% 10%, var(--et-home-sparkle-gold) 0 2px, transparent 3px),
        radial-gradient(circle at 62% 52%, var(--et-home-sparkle-pink) 0 2px, transparent 3px),
        radial-gradient(circle at 6% 42%, var(--et-home-sparkle-blue) 0 2px, transparent 3px),
        radial-gradient(circle at 94% 58%, var(--et-home-sparkle-gold) 0 2.5px, transparent 3.5px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.06) 100%);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.92;
}

.et-home__playful-section > *,
.et-home__bg-band--playful > * {
    position: relative;
    z-index: 2;
}

.et-home__playful-section .et-home__parent-benefits-bg,
.et-home__playful-section .et-home__distributor-bg,
.et-home__playful-section .et-home__social-bg,
.et-home__playful-section .et-home__cta-bg,
.et-home__playful-section .et-home__fun-egg-bg {
    display: none;
}

.et-home__bg-band--playful .et-home__characters,
.et-home__bg-band--playful .et-home__best-sellers {
    background: transparent !important;
}

.et-home__bg-band--playful {
    min-height: 0;
    padding-bottom: 0;
}

.et-home__hero.et-home__playful-section::before {
    background: rgba(255, 255, 255, 0.06);
    z-index: 1;
}

.et-home__hero.et-home__playful-section .et-home__hero-inner {
    position: relative;
    z-index: 3;
}

.et-home__hero.et-home__playful-section .et-home__hero-overlay {
    z-index: 2;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.78) 0%,
        rgba(255, 255, 255, 0.55) 38%,
        rgba(255, 255, 255, 0.22) 58%,
        rgba(255, 255, 255, 0.02) 100%
    );
}

@media screen and (max-width: 767px) {
    .et-home__playful-section::after,
    .et-home__bg-band--playful::after {
        background-image: var(--et-home-playful-bg-url);
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center bottom !important;
        -webkit-background-size: cover !important;
    }
	.align-content {
    position: unset;
}
.et-home__playful-section::after {
    left: -34px !important;
	top:-16px !important;
}
.et-home__bg-band--playful::after {
    left: 2px !important;
}
	section#et-home-products .et-home__section-inner {
		padding-top:0px !important;
}
section#et-home-stories .et-home__section-inner, section#et-home-youtube .et-home__section-inner, section#et-home-products .et-home__section-inner.center, section#et-home-parent-benefits .et-home__section-inner, .main--home-v2 #et-home-social .et-home__section-inner, section#et-home-distributor .et-home__section-inner, section.et-home__cta.et-home__playful-section .et-home__cta-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .et-home__playful-section::before,
    .et-home__bg-band--playful::before,
    .et-home__hero.et-home__playful-section::before {
        background: rgba(255, 255, 255, 0.06);
    }

    .et-home__hero.et-home__playful-section .et-home__hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.52) 50%,
            rgba(255, 255, 255, 0.08) 100%
        );
    }
}

/* ----- Hero banner ----- */
.et-home__hero {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: flex-start;
    background-color: #eef7fc;
    overflow: hidden;
    width: 100%;
}

.et-home__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.92) 38%,
        rgba(255, 255, 255, 0.55) 58%,
        rgba(255, 255, 255, 0.1) 100%
    );
    pointer-events: none;
}

.et-home__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--et-home-max);
    margin: 0 auto;
    padding: 40px var(--et-home-section-x) 44px;
    text-align: left;
}

.et-home__hero-content {
    max-width: 560px;
    margin: 0;
}

.et-home__hero-logo {
    display: block;
    width: auto;
    height: 42px;
    max-width: 148px;
    margin: 0 0 14px;
    object-fit: contain;
    object-position: left center;
}

.et-home__hero--split-video .et-home__hero-logo {
    height: 44px;
    max-width: 156px;
    margin-bottom: 16px;
}

.et-home__hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    padding: 7px 16px;
    border-radius: 50px;
    background: var(--et-home-yellow);
    color: var(--et-home-navy) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.et-home__hero-badge-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #e6a800;
}

.et-home__hero-badge-icon svg {
    width: 16px;
    height: 16px;
}

.et-home__hero-title {
    margin: 0 0 14px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(36px, 4.8vw, 54px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #1a3352 !important;
    -webkit-text-stroke: 0;
    paint-order: stroke fill;
}

.et-home__hero-title-line {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.et-home__hero-title-accent {
    color: var(--et-home-accent) !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.et-home__hero-title-line--accent {
    color: var(--et-home-accent) !important;
    -webkit-text-stroke-color: transparent;
}

.et-home__hero-text {
    margin: 0 0 22px;
    max-width: 500px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(15px, 1.7vw, 17px);
    font-weight: 500;
    line-height: 1.65;
    color: var(--et-home-text) !important;
}

.et-home__hero-text--mobile,
.et-home__hero-btn-label--mobile {
    display: none;
}

.et-home__hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.et-home__hero-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 12px 22px 12px 24px !important;
    border-radius: 50px !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
}

.et-home__hero-btn-label {
    display: inline-block;
}

.et-home__hero-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
}

.et-home__hero-btn-icon svg {
    width: 14px;
    height: 14px;
}

.et-home__hero-btn-arrow {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.et-home__hero-btn-arrow,
.et-home__hero-btn-arrow path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.et-home__hero-btn--primary .et-home__hero-btn-icon {
    background: transparent;
    border-color: transparent;
}

.et-home__hero-btn--secondary .et-home__hero-btn-icon {
    background: transparent;
}

.et-home__hero-btn--primary {
    border: 2px solid var(--et-home-btn) !important;
    background: var(--et-home-btn) !important;
    color: #ffffff !important;
}

.et-home__hero-btn--primary:hover,
.et-home__hero-btn--primary:focus {
    background: var(--et-home-btn-hover) !important;
    border-color: var(--et-home-btn-hover) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.et-home__hero-btn--secondary {
    border: 2px solid var(--et-home-blue) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: var(--et-home-blue) !important;
}

.et-home__hero-btn--secondary:hover,
.et-home__hero-btn--secondary:focus {
    background: rgba(255, 255, 255, 0.85) !important;
    color: var(--et-home-blue-dark) !important;
    border-color: var(--et-home-blue-dark) !important;
    transform: translateY(-1px);
}

.et-home__hero-btn--shop {
    background: linear-gradient(135deg, #E91E8C, #9C27B0) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    padding: 16px 32px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 24px rgba(233, 30, 140, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.et-home__hero-btn--shop:hover,
.et-home__hero-btn--shop:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(233, 30, 140, 0.5);
    color: #fff !important;
}

.et-home__hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.et-home__hero-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(32, 77, 136, 0.12);
    box-shadow: 0 4px 18px rgba(30, 58, 95, 0.12);
}

.et-home__hero-trust-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.et-home__hero-trust-label {
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--et-home-heading) !important;
}

.et-home__hero-trust-desc {
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #2f4560 !important;
}

.et-home__hero-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(26, 159, 224, 0.18);
    border: 1px solid rgba(26, 159, 224, 0.22);
    color: var(--et-home-blue);
    box-shadow: 0 2px 8px rgba(26, 159, 224, 0.12);
}

.et-home__hero-trust-icon svg {
    width: 15px;
    height: 15px;
}

.et-home__hero-trust-dot {
    display: none;
}

.et-home__hero-image,
.et-home__hero-visual,
.et-home__hero-characters {
    width: clamp(280px, 40vw, 420px);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    animation: et-float 3s ease-in-out infinite;
}

@keyframes et-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-14px); }
}

.et-home__hero-packaging {
    position: absolute;
    bottom: 12px;
    right: 20px;
    z-index: 3;
}

.et-home__hero-packaging-img {
    width: 140px;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.2));
    transform: rotate(-5deg);
    transition: transform 0.3s;
}

.et-home__hero-packaging-img:hover {
    transform: rotate(0deg) scale(1.05);
}

@media screen and (min-width: 768px) {
    .et-home__hero {
        min-height: 390px;
    }

    .et-home__hero:not(.et-home__hero--split-video) .et-home__hero-inner {
        padding: 44px var(--et-home-section-x) 50px;
    }

    .et-home__hero-badge {
        font-size: 14px;
        padding: 8px 18px;
        margin-bottom: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .et-home__hero {
        min-height: 400px;
    }

    .et-home__hero:not(.et-home__hero--split-video) .et-home__hero-inner {
        padding: 48px var(--et-home-section-x) 52px;
    }

    .et-home__hero-content {
        max-width: 580px;
    }
}

@media screen and (max-width: 575px) {
    .et-home__hero {
        min-height: 340px;
    }

    .et-home__hero:not(.et-home__hero--split-video) .et-home__hero-inner {
        padding: 28px var(--et-home-section-x) 34px;
    }

    .et-home__hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .et-home__hero-btn {
        width: 100%;
        justify-content: center !important;
    }
}

@media screen and (max-width: 768px) {
    .et-home__hero-trust {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .et-home__hero-trust {
        grid-template-columns: 1fr;
    }

    .et-home__hero-trust-item {
        padding: 12px 16px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .et-home__hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .et-home__hero-trust-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 12px 10px;
    }

    .et-home__hero-trust-copy {
        align-items: center;
    }
}

/* ----- Hero — split video banner (test) ----- */
.et-home__hero--split-video {
    display: flex;
    align-items: stretch;
    /* Hug content — full-viewport min-height left a large empty gap above Choose Your Egg World */
    min-height: 0;
    background-color: #eef7fc;
}

.et-home__hero--split-video .et-home__hero-inner {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-top: var(--et-home-hero-padding-top);
    padding-bottom: var(--et-home-hero-padding-bottom);
    margin-bottom: 0;
}

.et-home__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.et-home__hero--split-video .et-home__hero-content {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.et-home__hero-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    overflow: visible;
}

.et-home__hero-video-frame {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.et-home__hero-video-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.et-home__hero-video-label {
    margin: 0 0 8px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(30, 58, 95, 0.62);
}

.et-home__hero-video-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #eef7fc;
}

/*
 * Video and poster scale naturally (width: 100%, height: auto) — no object-fit.
 * The frame height follows the media aspect ratio, so nothing is cropped or letterboxed.
 */
.et-home__hero--split-video {
    --et-home-hero-poster-aspect-ratio: 1400 / 1600;
    --et-home-hero-video-aspect-ratio: 1920 / 1600;
    --et-home-hero-video-ar-w: 1920;
    --et-home-hero-video-ar-h: 1600;
    --et-home-hero-media-max-h: calc(100svh - var(--et-home-header-h, 110px) - 96px);
    overflow: visible;
}

.et-home__hero--split-video .et-home__hero-video-wrap,
.et-home__hero--split-video .et-home__hero-video-wrap.is-playing {
    width: 100%;
    max-width: min(100%, calc(var(--et-home-hero-media-max-h) * var(--et-home-hero-video-ar-w) / var(--et-home-hero-video-ar-h)));
    height: auto;
    margin-inline: auto;
}

.et-home__hero--split-video .et-home__hero-video-wrap:not(.is-loading):not(.has-video-error) .et-home__hero-video-fallback {
    display: none;
}

.et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video,
.et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video {
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video-fallback,
.et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video-fallback {
    display: block;
    z-index: 2;
}

.et-home__hero--split-video .et-home__hero-video-wrap:not(.is-loading):not(.has-video-error) .et-home__hero-video {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.et-home__hero--split-video .et-home__hero-video-wrap.is-playing .et-home__hero-video-fallback {
    display: none;
}

.et-home__hero--split-video .et-home__hero-badge {
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
    margin-bottom: 32px;
    padding: 8px 18px;
    font-size: 15px;
}

.et-home__hero--split-video .et-home__hero-title {
    font-size: clamp(42px, 5.1vw, 68px);
    font-weight: 800;
    margin-bottom: 28px;
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #1a3352 !important;
}

.et-home__hero--split-video .et-home__hero-title-accent {
    color: #1a9fe0 !important;
}

.et-home__hero--split-video .et-home__hero-text {
    margin-bottom: 32px;
    max-width: 540px;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.6;
}

@media screen and (min-width: 992px) {
    .et-home__hero--split-video .et-home__hero-text {
        max-width: 100%;
    }
}

.et-home__hero--split-video .et-home__hero-actions {
    gap: 12px;
    margin-bottom: 36px;
}

.et-home__hero--split-video .et-home__hero-btn {
    min-height: 50px;
    padding: 12px 24px 12px 26px !important;
    font-size: 14px !important;
}

.et-home__hero--split-video .et-home__hero-trust {
    margin-top: 0;
    margin-bottom: 0;
    gap: 10px;
}

.et-home__hero--split-video .et-home__hero-trust-item {
    font-size: 15px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.et-home__hero--split-video .et-home__hero-trust-icon {
    width: 36px;
    height: 36px;
}

.et-home__hero-video,
.et-home__hero-video-fallback {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.et-home__hero-video-fallback {
    display: none;
}

.et-home__hero-video-wrap.is-loading .et-home__hero-video-fallback {
    display: block;
}

.et-home__hero-video-wrap.is-loading .et-home__hero-video,
.et-home__hero-video-wrap.has-video-error .et-home__hero-video {
    display: none;
}

.et-home__hero-video-wrap.is-playing {
    cursor: pointer;
}

.et-home__hero-video-play,
.et-home__youtube-play--large,
.et-home__story-play,
.et-home__social-play {
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(30, 58, 95, 0.22);
    transform: translate(-50%, -50%);
}

.et-home__hero-video-play svg,
.et-home__hero-video-play-icon svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.et-home__hero-video-play-icon--play svg {
    margin-left: 3px;
}

.et-home__hero-video-play-icon {
    display: none;
    align-items: center;
    justify-content: center;
}

.et-home__hero-video-wrap:not(.is-playing) .et-home__hero-video-play-icon--play {
    display: inline-flex;
}

.et-home__hero-video-wrap.is-playing .et-home__hero-video-play-icon--pause {
    display: inline-flex;
}

.et-home__youtube-play--large svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-left: 3px;
}

.et-home__youtube-play--large {
    width: 64px;
    height: 64px;
    box-shadow: 0 8px 22px rgba(30, 58, 95, 0.2);
}

.et-home__story-play,
.et-home__social-play {
    width: 56px;
    height: 56px;
    box-shadow: 0 6px 18px rgba(30, 58, 95, 0.18);
}

.et-home__social-play svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 2px;
}

.et-home__story-play svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-left: 2px;
}

.et-home__youtube-play--small {
    width: 36px;
    height: 36px;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.16);
}

.et-home__youtube-play--small svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 2px;
}

.et-home__hero-video-play {
    position: absolute;
    z-index: 4;
    margin: 0;
    padding: 0;
    border: none;
    color: var(--et-home-accent);
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.25s ease, background-color 0.2s ease;
}

.et-home__hero-video-play:hover,
.et-home__hero-video-play:focus {
    background: #ffffff;
    outline: none;
    transform: translate(-50%, -50%) scale(1.06);
}

.et-home__hero-video-wrap.is-playing .et-home__hero-video-play {
    top: auto;
    bottom: 14px;
    left: 14px;
    width: 44px;
    height: 44px;
    opacity: 0.92;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    box-shadow: 0 6px 18px rgba(30, 58, 95, 0.2);
}

.et-home__hero-video-wrap.is-playing .et-home__hero-video-play:hover,
.et-home__hero-video-wrap.is-playing .et-home__hero-video-play:focus {
    transform: scale(1.06);
}

.et-home__hero-video-wrap.is-playing .et-home__hero-video-play-icon--pause svg {
    width: 22px;
    height: 22px;
    margin-left: 0;
}

.et-home__hero-video-wrap:not(.is-playing) .et-home__hero-video-play {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.et-home__hero-video-sound {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 12px;
    border: none;
    border-radius: 50px;
    background: rgba(30, 58, 95, 0.82);
    color: #ffffff;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.et-home__hero-video-sound:hover,
.et-home__hero-video-sound:focus {
    background: rgba(26, 159, 224, 0.92);
    outline: none;
    transform: translateY(-1px);
}

.et-home__hero-video-sound-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.et-home__hero-video-sound-icon svg {
    width: 18px;
    height: 18px;
}

.et-home__hero-video-sound-icon--on {
    display: none;
}

.et-home__hero-video-sound.is-unmuted .et-home__hero-video-sound-icon--off {
    display: none;
}

.et-home__hero-video-sound.is-unmuted .et-home__hero-video-sound-icon--on {
    display: inline-flex;
}

.et-home__hero-video-sound.is-unmuted .et-home__hero-video-sound-label::before {
    content: 'Sound Off';
}

.et-home__hero-video-sound:not(.is-unmuted) .et-home__hero-video-sound-label::before {
    content: 'Sound On';
}

.et-home__hero-video-sound .et-home__hero-video-sound-label {
    font-size: 0;
}

.et-home__hero-video-sound .et-home__hero-video-sound-label::before {
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .et-home__hero-video-sound {
        display: none;
    }
}

.et-home__hero--split-video.et-home__hero--dual-video-test {
    min-height: clamp(680px, 82vh, 960px);
}

@media screen and (min-width: 992px) {
    .et-home__hero--split-video.et-home__hero--dual-video-test {
        min-height: clamp(720px, 84vh, 980px);
    }

    .et-home__hero--split-video.et-home__hero--dual-video-test .et-home__hero-inner {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 992px) {
    .et-home__hero--split-video {
        min-height: 0;
    }

    .et-home__hero--split-video .et-home__hero-inner {
        padding-top: var(--et-home-hero-padding-top);
        padding-bottom: var(--et-home-hero-padding-bottom);
    }

    .et-home__hero-grid {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .et-home__hero--split-video .et-home__hero-content {
        flex: 0 1 auto;
        width: auto;
        min-width: 0;
        max-width: min(620px, 44%);
        padding-right: 0;
    }

    .et-home__hero-media {
        flex: 0 1 50%;
        max-width: 50%;
        align-self: center;
        padding-left: 0;
    }

    .et-home__hero-media--dual-test {
        flex: 0 1 52%;
        max-width: 52%;
    }

    .et-home__hero-video-frame {
        height: auto;
        display: block;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        flex: none;
    }
}

@media screen and (min-width: 1200px) {
    .et-home__hero--split-video {
        min-height: 0;
    }

    .et-home__hero--split-video .et-home__hero-inner {
        padding-top: var(--et-home-hero-padding-top);
        padding-bottom: var(--et-home-hero-padding-bottom);
    }

    .et-home__hero-grid {
        gap: 12px;
        align-items: center;
		justify-content:space-between !important;
		padding:0 60px;
    }

    .et-home__hero--split-video .et-home__hero-content {
        max-width: min(640px, 42%);
    }

    .et-home__hero-media {
        flex: 0 1 52%;
        max-width: 52%;
        align-self: center;
    }

    .et-home__hero-media--dual-test {
        flex: 0 1 54%;
        max-width: 54%;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        border-radius: 20px;
    }

    .et-home__hero--split-video .et-home__hero-title {
        font-size: clamp(42px, 5.1vw, 68px);
    }
}

@media screen and (max-width: 991px) {
    .et-home__hero--split-video {
        min-height: auto;
    }

    .et-home__hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .et-home__hero-media {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap,
    .et-home__hero--split-video .et-home__hero-video-wrap.is-playing {
        max-width: 100%;
    }

    .et-home__hero--split-video .et-home__hero-inner {
        padding-top: var(--et-home-hero-padding-top);
        padding-bottom: var(--et-home-hero-padding-bottom);
    }
}

@media screen and (max-width: 768px) {
    .et-home__hero--split-video {
        min-height: 0;
        background: linear-gradient(180deg, #f8fcff 0%, #ffffff 68%);
        --et-home-hero-media-max-h: none;
    }

    .et-home__hero--split-video .et-home__hero-inner {
        padding: 16px 16px 32px;
        text-align: center;
    }

    .et-home__hero--split-video .et-home__hero-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .et-home__hero--split-video .et-home__hero-content {
        order: 0;
        align-items: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .et-home__hero--split-video .et-home__hero-media {
        order: 1;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .et-home__hero--split-video .et-home__hero--desktop-detail,
    .et-home__hero--split-video .et-home__hero-badge,
    .et-home__hero--split-video .et-home__hero-trust {
        display: none !important;
    }

    .et-home__hero--split-video .et-home__hero-text--mobile,
    .et-home__hero--split-video .et-home__hero-btn-label--mobile {
        display: inline !important;
    }

    .et-home__hero--split-video .et-home__hero-btn-label--desktop,
    .et-home__hero--split-video .et-home__hero-btn-icon {
        display: none !important;
    }

    .et-home__hero--split-video .et-home__hero-title {
        margin: 0 0 10px;
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.12;
        text-align: center;
        color: #1a3352 !important;
    }

    .et-home__hero--split-video .et-home__hero-title-line {
        display: block;
    }

    .et-home__hero--split-video .et-home__hero-title-accent {
        color: #1a9fe0 !important;
    }

    .et-home__hero--split-video .et-home__hero-text--mobile {
        display: block !important;
        margin: 0 auto 16px;
        max-width: 320px;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        color: rgba(30, 58, 95, 0.78) !important;
    }

    .et-home__hero--split-video .et-home__hero-actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 0 0 4px;
    }

    .et-home__hero--split-video .et-home__hero-btn {
        justify-content: center;
        width: min(100%, 280px);
        min-height: 44px;
        padding: 11px 24px !important;
        font-size: 12px !important;
        letter-spacing: 0.1em;
        gap: 0;
    }

    .et-home__hero--split-video .et-home__hero-btn--primary {
        width: min(100%, 210px);
        border-color: #1a9fe0 !important;
        background: #1a9fe0 !important;
        color: #ffffff !important;
    }

    .et-home__hero--split-video .et-home__hero-btn--secondary {
        border: 2px solid #1a9fe0 !important;
        background: #ffffff !important;
        color: #1a9fe0 !important;
    }

    .et-home__hero--split-video .et-home__hero-video-stack {
        width: 100%;
    }

    .et-home__hero--split-video .et-home__hero-video-frame {
        width: 100%;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap {
        width: 100%;
        max-width: 100%;
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(30, 58, 95, 0.14);
    }

    .et-home__hero--split-video .et-home__hero-video-play {
        width: 72px;
        height: 72px;
        color: #8e44ad;
    }

    .et-home__hero--split-video .et-home__hero-video-play-icon--play svg {
        width: 34px;
        height: 34px;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap.is-playing .et-home__hero-video-play {
        width: 40px;
        height: 40px;
        bottom: 10px;
        left: 10px;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap.is-playing .et-home__hero-video-play-icon--pause svg {
        width: 18px;
        height: 18px;
    }

    .et-home__hero--split-video .et-home__hero-video-wrap:not(.is-playing) .et-home__hero-video-sound {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .et-home__hero--split-video .et-home__hero-video {
        display: none;
    }

    .et-home__hero--split-video .et-home__hero-video-fallback {
        display: block;
    }
}

/* ----- Shared section layout ----- */
.et-home__section-inner,
.et-home__section-spacing {
    width: 100%;
    max-width: var(--et-home-max);
    margin: 0 auto;
    padding-top: var(--et-home-section-top-spacing);
    padding-bottom: var(--et-home-section-top-spacing);
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
}

@media screen and (min-width: 768px) {
    .et-home {
        --et-home-section-x: 24px;
        --et-home-section-gap: 44px;
        --et-home-section-padding-y: 44px;
    }
}

@media screen and (min-width: 1200px) {
    .et-home {
        --et-home-section-x: 32px;
        --et-home-section-gap: 52px;
        --et-home-section-padding-y: 52px;
        --et-home-hero-padding-bottom: 100px;
    }
}

@media screen and (min-width: 1440px) {
    .et-home {
        --et-home-max: 1650px;
        --et-home-section-x: 20px;
        --et-home-section-gap: 60px;
        --et-home-section-padding-y: 60px;
        --et-home-hero-padding-bottom: 100px;
    }
}

.main--home-v2 .et-home__section-inner.center {
    max-width: var(--et-home-max);
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
}

.et-home__section-kicker {
    margin: 0 0 12px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(15px, 2.2vw, 20px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--et-home-blue) !important;
}

.et-home__section-title--stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.et-home__section-kicker--stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.et-home__section-star {
    color: var(--et-home-yellow);
    font-size: 0.72em;
    line-height: 1;
    text-shadow:
        0 0 8px rgba(255, 212, 0, 0.55),
        0 1px 0 rgba(255, 255, 255, 0.65);
    filter: drop-shadow(0 2px 4px rgba(255, 152, 0, 0.25));
}

.et-home__best-sellers-title.et-home__section-title--stars {
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
    paint-order: initial;
}

.et-home__section-title {
    margin: 0;
    font-size: clamp(28px, 3.6vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0.55px var(--et-home-heading);
    paint-order: stroke fill;
}

.et-home__section-title--subdued {
    font-size: clamp(24px, 3.1vw, 34px);
    -webkit-text-stroke: 0.4px var(--et-home-heading);
}

@media screen and (max-width: 767px) {
    .et-home__section-kicker {
        font-size: 15px;
        letter-spacing: 0.07em;
    }
.et-home__fun-egg-games-cards-slider-wrap button {
    top:170px !important;
}
    .et-home__stories .et-home__section-kicker,
    .et-home__youtube .et-home__section-kicker {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .et-home__products .et-home__section-kicker {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .et-home__parent-benefits-intro .et-home__section-kicker {
        font-size: 17px;
        letter-spacing: 0.1em;
    }

    .et-home__parent-trust .et-home__section-kicker {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .et-home__social .et-home__section-kicker {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
}

/* ----- Best Sellers (license-style brand row) ----- */
.et-home__best-sellers {
    background: transparent;
    width: 100%;
}

.et-home__best-sellers .et-home__section-inner {
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

/* Choose Your Egg World — 100px top, 0 bottom. */
.et-home__bg-band--playful .et-home__characters .et-home__section-inner,
.main--home-v2 .et-home__characters .et-home__section-inner {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: 0 !important;
}

.et-home__bg-band--playful .et-home__best-sellers .et-home__section-inner {
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
    margin-top: 0;
}

.et-home__best-sellers-head {
    margin: 0 0 24px;
    text-align: center;
}

.et-home__best-sellers-title {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
    paint-order: initial;
}

.et-home__best-sellers-lead {
    margin: 10px auto 0;
    max-width: 560px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--et-home-text) !important;
}

.et-home__best-sellers-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-home__best-sellers-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    overflow: hidden;
}

.et-home__best-sellers-slider.slick-initialized {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
}

.et-home__best-sellers-slider:not(.slick-initialized) .et-home__best-sellers-item {
    min-width: 0;
}

.et-home__best-sellers-item {
    margin: 0;
    padding: 0;
}

.et-home__best-sellers-card {
    --et-card-accent: var(--et-best-seller-accent, var(--et-home-blue));
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.06);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__best-sellers-card:hover {
    transform: translateY(-2px);
}

.et-home__best-sellers-media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 168px;
    padding: 16px 14px 12px;
    background: var(--et-best-seller-panel, #f4f5f7);
    text-align: center;
}

.et-home__best-sellers-product {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 0;
    padding-bottom: 2px;
}

.et-home__best-sellers-product::after {
    display: none;
}

.et-home__best-sellers-product-img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: min(118px, 100%);
    height: auto;
    max-height: 142px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
}

.et-home__best-sellers-character {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 8px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.08);
    box-shadow: 0 6px 16px rgba(30, 58, 95, 0.1);
}

.et-home__best-sellers-character-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.et-home__best-sellers-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 14px 16px;
    text-align: center;
}

.et-home__best-sellers-name {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--et-home-heading) !important;
}

.et-home__best-sellers-btn {
    /* Uses shared .et-home__card-btn styles from home-v2-characters.css */
}

.et-home__best-sellers-slider-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.et-home__best-sellers-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 4px 0 8px;
}

.et-home__best-sellers-slider .slick-track {
    display: block;
}

.et-home__best-sellers-slider .slick-slide {
    height: auto;
    padding: 0 8px;
}

.et-home__best-sellers-slider .slick-slide > div {
    height: 100%;
}

.et-home__best-sellers-slider .et-home__best-sellers-item {
    height: 100%;
}

/* Pink carousel arrows — styles in home-v2-characters.css (.et-home__egg-carousel-arrow) */
.et-home__best-sellers-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
.et-home__best-sellers-slider-wrap .slick-next.et-home__egg-carousel-arrow {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1;
}

.et-home__best-sellers-slider-wrap .slick-prev.et-home__egg-carousel-arrow.slick-disabled,
.et-home__best-sellers-slider-wrap .slick-next.et-home__egg-carousel-arrow.slick-disabled {
    opacity: 0.45;
}

@media screen and (min-width: 1200px) {
    .et-home__best-sellers-slider:not(.slick-initialized) {
        gap: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .et-home__best-sellers-slider:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 14px;
    }

    .et-home__best-sellers-slider:not(.slick-initialized) .et-home__best-sellers-item {
        flex: 0 0 calc((100% - 28px) / 3);
        min-width: 0;
    }

    .et-home__best-sellers-title {
        font-size: clamp(26px, 7vw, 34px);
    }
}

@media screen and (max-width: 767px) {
    .et-home__best-sellers-slider:not(.slick-initialized) .et-home__best-sellers-item {
        flex: 0 0 calc((100% - 16px) / 3);
        min-width: 0;
    }
}

@media screen and (max-width: 768px) {
    .et-home__best-sellers-head {
        margin-bottom: 16px;
    }

    .et-home__best-sellers-title {
        white-space: nowrap;
        font-size: clamp(15px, 4.6vw, 28px);
        letter-spacing: 0.02em;
    }

    .et-home__best-sellers-lead {
        margin-top: 6px;
        font-size: 14px;
        line-height: 1.45;
    }

    .et-home__best-sellers-slider-wrap {
        gap: 8px;
        padding: 0;
        margin: 0;
        overflow: visible;
    }

    .et-home__best-sellers-slider .slick-list {
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 4px;
    }

    .et-home__best-sellers-slider .slick-slide {
        padding: 0 2px;
    }

    .et-home__best-sellers-card {
        border-radius: 12px;
    }

    .et-home__best-sellers-media {
        min-height: 72px;
        padding: 6px 4px 4px;
    }

    .et-home__best-sellers-product-img {
        max-width: min(72px, 100%);
        max-height: 64px;
    }

    .et-home__best-sellers-character {
        display: none;
    }

    .et-home__best-sellers-body {
        gap: 6px;
        padding: 6px 6px 8px;
    }

    .et-home__best-sellers-name {
        font-size: 11px;
        line-height: 1.15;
    }

    .et-home__best-sellers-card .et-home__card-btn {
        min-height: 28px;
        padding: 3px 3px 3px 8px !important;
        font-size: 7px !important;
        gap: 4px;
        letter-spacing: 0.05em;
    }

    .et-home__best-sellers-btn .et-home__card-btn-icon i {
        font-size: 8px;
    }

    .et-home__best-sellers-slider-wrap .et-home__egg-carousel-arrow,
    .et-home__best-sellers-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
    .et-home__best-sellers-slider-wrap .slick-next.et-home__egg-carousel-arrow {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }

    .et-home__best-sellers-slider-wrap .et-home__egg-carousel-angle {
        font-size: 16px;
    }
}


/* ----- Popular Stories ----- */
.et-home__stories {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

/* ----- Eggs Time Games (footer-adjacent) ----- */
.et-home__games-extra {
    width: 100%;
    padding-top: var(--et-home-section-top-spacing);
    padding-bottom: var(--et-home-section-top-spacing);
}

.et-home__games-extra-inside {
    background: #6a327d;
    padding: 45px 0 58px;
    text-align: center;
}

.et-home__games-extra-inside-inner {
    max-width: 1200px;
}

.et-home__games-extra-inside-title {
    margin: 0 0 36px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    color: #fffc00 !important;
    text-transform: none;
}

.et-home__games-extra-inside-title span {
    display: inline-block;
}

.et-home__games-extra-inside-img {
    display: block;
    width: 100%;
    max-width: 1072px;
    margin: 0 auto;
    height: auto;
}

.et-home__games-extra-main {
    background: #ff1849;
    color: #fff;
    padding: 40px 0;
}

.et-home__games-extra-main-inner {
    max-width: 1200px;
}

.et-home__games-extra-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: 24px 28px;
    align-items: center;
}

.et-home__games-extra-intro {
    text-align: center;
}

.et-home__games-extra-title {
    margin: 0 0 20px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.et-home__games-extra-title a {
    color: #fff !important;
    text-decoration: none;
}

.et-home__games-extra-title a:hover,
.et-home__games-extra-title a:focus {
    color: #fff !important;
    opacity: 0.92;
}

.et-home__games-extra-subtitle {
    margin: 0 0 24px;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.45;
    opacity: 0.98;
}

.et-home__games-extra-market {
    display: flex;
    justify-content: center;
    gap: 10px 30px;
    margin-bottom: 35px;
}

.et-home__games-extra-market-link {
    display: block;
    line-height: 0;
}

.et-home__games-extra-market-link img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 100%;
}

.et-home__games-extra-market-link--play img {
    width: 148px;
}

.et-home__games-extra-market-link--app img {
    width: 124px;
}

.et-home__games-extra-ratings {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 12px;
    font-size: 0;
}

.et-home__games-extra-ratings-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 28px;
}

.et-home__games-extra-ratings-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.et-home__games-extra-slider-wrap {
    position: relative;
    min-width: 0;
    padding: 0 var(--et-home-slider-inset-sm);
    align-self: center;
}

.et-home__games-extra-slider-wrap .slick-list {
    margin: 0;
}

.et-home__games-extra-slider:not(.slick-initialized) {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__games-extra-slider:not(.slick-initialized) .et-home__games-extra-slide {
    flex: 0 0 calc(33.333% - 10px);
    max-width: 260px;
}

.et-home__games-extra-slider .slick-list {
    overflow: hidden;
}

.et-home__games-extra-slider .slick-slide {
    padding: 0 7px;
}

.et-home__games-extra-slider .slick-slide > div {
    height: 100%;
}

.et-home__games-extra-slide {
    margin: 0;
}

.et-home__games-extra-slide-link {
    display: block;
    padding: 10px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(30, 20, 40, 0.16);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__games-extra-slide-link:hover,
.et-home__games-extra-slide-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(30, 20, 40, 0.22);
    text-decoration: none !important;
}

.et-home__games-extra-slide-media {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 375 / 280;
    background: #f7f7f7;
    line-height: 0;
}

.et-home__games-extra-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
}

.et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow {
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #ff4d8d !important;
    box-shadow: 0 6px 16px rgba(255, 77, 141, 0.35) !important;
    transform: translateY(-50%);
}

.et-home__games-extra-slider-wrap .slick-prev.et-home__egg-carousel-arrow {
    left: 0;
}

.et-home__games-extra-slider-wrap .slick-next.et-home__egg-carousel-arrow {
    right: 0;
}

.et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow::before {
    display: none !important;
    content: none !important;
}

.et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow:hover,
.et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow:focus {
    background: #ff3380 !important;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 8px 20px rgba(255, 77, 141, 0.42) !important;
}

.et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow.slick-disabled {
    transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
    .et-home__games-extra-main {
        padding: 45px 0;
    }

    .et-home__games-extra-ratings-badge {
        width: 35px;
        height: 36px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 991px) {
    .et-home__games-extra-layout {
        grid-template-columns: 1fr;
    }

    .et-home__games-extra-slider-wrap {
        padding: 0 28px;
    }

    .et-home__games-extra-slider:not(.slick-initialized) .et-home__games-extra-slide {
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .et-home__games-extra-inside {
        padding: 28px 0 34px;
    }

    .et-home__games-extra-inside-title {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .et-home__games-extra-main {
        padding: 24px 0;
    }

    .et-home__games-extra-title {
        font-size: 24px;
    }

    .et-home__games-extra-market {
        margin-bottom: 22px;
    }

    .et-home__games-extra-slider-wrap {
        padding: 0 24px;
    }

    .et-home__games-extra-slider:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 8px;
        flex-direction: row;
        align-items: stretch;
    }

    .et-home__games-extra-slider:not(.slick-initialized) .et-home__games-extra-slide {
        flex: 0 0 calc((100% - 16px) / 3);
        width: auto;
        max-width: none;
    }

    .et-home__games-extra-slider .slick-list {
        margin: 0 -2px;
    }

    .et-home__games-extra-slider .slick-slide {
        padding: 0 2px;
    }

    .et-home__games-extra-slide-link {
        border-radius: 12px;
    }

    .et-home__games-extra-slide-media {
        border-radius: 10px;
    }

    .et-home__games-extra-slider-wrap .et-home__egg-carousel-arrow {
        width: 28px;
        height: 28px;
    }
}

.et-home__stories-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 18%, rgba(44, 181, 232, 0.08) 0, transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(255, 204, 0, 0.1) 0, transparent 28%),
        linear-gradient(180deg, rgba(238, 247, 252, 0.45) 0%, rgba(255, 255, 255, 0) 42%);
}

.et-home__stories .et-home__section-inner {
    position: relative;
    z-index: 1;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__stories .et-home__section-kicker,
.et-home__youtube .et-home__section-kicker {
    margin-bottom: 14px;
    font-size: clamp(17px, 2.3vw, 23px);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--et-home-heading) !important;
}

.et-home__stories .et-home__section-title {
    font-size: clamp(32px, 4.5vw, 48px);
}

.et-home__stories-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.et-home__stories-intro {
    max-width: 720px;
}

.et-home__stories-all {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 44px;
    padding: 10px 22px !important;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: var(--et-home-blue) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.et-home__stories-all:hover,
.et-home__stories-all:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff !important;
}

.et-home__stories-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-home__stories-slider-wrap {
    position: relative;
    padding: 0;
    overflow: visible;
}

@media screen and (max-width: 1199px) {
    .et-home__stories-slider-wrap {
        padding: 0 var(--et-home-slider-inset);
        overflow: visible;
    }
}

.et-home__stories-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.et-home__stories-slider .slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.et-home__stories-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__stories-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.et-home__stories-slider .slick-slide > div {
    height: 100%;
}

.et-home__stories-slider .et-home__story-item {
    height: 100%;
}

.et-home__stories-slider-wrap .slick-arrow {
    position: absolute;
    top: 38%;
    z-index: 5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50%;
    background: #ffffff !important;
    color: var(--et-home-blue);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.et-home__stories-slider-wrap .slick-arrow::before {
    display: none !important;
    content: none !important;
}

.et-home__stories-slider-wrap .slick-prev {
    left: 0;
}

.et-home__stories-slider-wrap .slick-next {
    right: 0;
}

.et-home__stories-slider-wrap .slick-prev::after,
.et-home__stories-slider-wrap .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    box-sizing: border-box;
    pointer-events: none;
}

.et-home__stories-slider-wrap .slick-prev::after {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.et-home__stories-slider-wrap .slick-next::after {
    transform: translate(-60%, -50%) rotate(45deg);
}

.et-home__stories-slider-wrap .slick-arrow:hover,
.et-home__stories-slider-wrap .slick-arrow:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff;
    transform: translateY(-50%) scale(1.05);
    outline: none;
}

.et-home__stories-slider-wrap .slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
    .et-home__stories-slider-wrap .slick-arrow {
        display: none !important;
    }
}

.et-home__story-item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.et-home__story-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
}

.et-home__story-thumb {
    position: relative;
    display: block;
/*     aspect-ratio: 16 / 10;
    height: 200px; */
    overflow: hidden;
    text-decoration: none !important;
}

.et-home__story-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.et-home__story-thumb:hover .et-home__story-image,
.et-home__story-thumb:focus .et-home__story-image {
    transform: scale(1.04);
}

.et-home__story-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 12px;
    border-radius: 50px;
    background: #e91e8c;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.et-home__story-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: var(--et-home-blue);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.et-home__story-thumb:hover .et-home__story-play,
.et-home__story-thumb:focus .et-home__story-play {
    transform: translate(-50%, -50%) scale(1.06);
    background: #ffffff;
}

.et-home__story-body {
    padding: 18px 18px 20px;
}

.et-home__story-title {
    margin: 0 0 10px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(17px, 1.4vw, 20px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0.35px var(--et-home-heading);
    paint-order: stroke fill;
}

.et-home__story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.et-home__story-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #6b7f9a !important;
}

.et-home__story-meta-item svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: var(--et-home-accent);
}

.et-home__story-meta-line,
.et-home__stories-all--in-card {
    display: none;
}

@media screen and (max-width: 1199px) {
    .et-home__stories-slider:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 16px;
    }

    .et-home__stories-slider:not(.slick-initialized) .et-home__story-item {
        flex: 0 0 calc((100% - 32px) / 3);
        min-width: 0;
    }
}

@media screen and (max-width: 767px) {
    .et-home__stories-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .et-home__stories-all {
        width: 100%;
    }

    .et-home__stories-slider-wrap {
        padding: 0 var(--et-home-slider-inset-md);
    }

    .et-home__stories-slider:not(.slick-initialized) .et-home__story-item {
        flex: 0 0 calc((100% - 16px) / 2);
        min-width: 0;
    }

    .et-home__story-body {
        padding: 14px 14px 16px;
    }
}

@media screen and (max-width: 479px) {
    .et-home__stories-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm);
    }

    .et-home__stories-slider-wrap .slick-arrow {
        width: 36px;
        height: 36px;
    }
}

.et-home__stories-mobile-footer {
    display: none;
}

@media screen and (max-width: 768px) {
    .et-home__stories-head .et-home__stories-all {
        display: none !important;
    }

    .et-home__stories--mobile-card .et-home__stories-head {
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .et-home__stories--mobile-card .et-home__section-kicker {
        margin-bottom: 6px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #6b8cb8 !important;
    }

    .et-home__stories--mobile-card .et-home__section-title {
        text-align: center;
        -webkit-text-stroke: 0;
        font-weight:800;
    }

    .et-home__stories--mobile-card .et-home__stories-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm);
    }

    .et-home__stories--mobile-card .et-home__stories-slider .slick-list {
        margin: 0 -2px;
        padding: 0 0 4px;
        overflow: hidden;
    }

    .et-home__stories--mobile-card .et-home__stories-slider .slick-slide {
        padding: 0 2px;
    }

    .et-home__stories--mobile-card .et-home__story-card {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(30, 58, 95, 0.1);
    }

    .et-home__stories--mobile-card .et-home__story-thumb {
/*         aspect-ratio: 16 / 10; */
        min-height: 0;
        border-radius: 12px 12px 0 0;
		height:auto;
    }

    .et-home__stories--mobile-card .et-home__story-play {
        width: 32px;
        height: 32px;
    }

    .et-home__stories--mobile-card .et-home__story-play svg {
        width: 16px;
        height: 16px;
    }

    .et-home__stories--mobile-card .et-home__story-body {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 6px 6px 8px;
    }

    .et-home__stories--mobile-card .et-home__story-title {
        margin: 0;
        font-size: 12px;
        line-height: 1.2;
        -webkit-text-stroke: 0;
    }

    .et-home__stories--mobile-card .et-home__story-meta {
        display: none;
    }

    .et-home__stories--mobile-card .et-home__story-meta-line {
        display: block;
        margin: 0;
        font-size: 10px;
        line-height: 1.25;
        color: #6b7f9a !important;
    }

    .et-home__stories--mobile-card .et-home__stories-all--in-card {
        display: none !important;
    }

    .et-home__stories--mobile-card .et-home__stories-slider-wrap .slick-prev,
    .et-home__stories--mobile-card .et-home__stories-slider-wrap .slick-next {
        top: 38%;
    }

    .et-home__stories--mobile-card .et-home__stories-slider-wrap .slick-prev {
        display: inline-flex !important;
        left: -10px;
    }

    .et-home__stories--mobile-card .et-home__stories-slider-wrap .slick-next {
        right: -10px;
    }

    .et-home__stories-mobile-footer {
        display: flex !important;
        justify-content: center;
        margin-top: 14px;
    }

    .et-home__stories-mobile-footer .et-home__stories-all,
    .et-home__stories-all--mobile {
        width: auto !important;
        min-width: 0;
        max-width: min(100%, 200px);
        min-height: 36px;
        padding: 7px 16px !important;
        font-size: 10px !important;
        letter-spacing: 0.08em;
    }
}

/* ----- Watch & Learn ----- */
.et-home__youtube {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.et-home__youtube .et-home__section-inner {
    position: relative;
    z-index: 1;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__youtube-panel {
    position: relative;
    padding: var(--et-home-panel-y) var(--et-home-panel-x);
    border-radius: var(--et-home-panel-radius);
    background: linear-gradient(165deg, #e8f6fd 0%, #d6eef9 45%, #e3f4fb 100%);
    border: var(--et-home-panel-border);
    box-shadow: var(--et-home-panel-shadow);
    overflow: visible;
}

.et-home__youtube-bg {
    position: absolute;
    inset: 0;
    opacity: 1;
    background-image:
        radial-gradient(circle at 10% 16%, rgba(255, 204, 0, 0.35) 0 5px, transparent 6px),
        radial-gradient(circle at 18% 72%, rgba(26, 159, 224, 0.28) 0 4px, transparent 5px),
        radial-gradient(circle at 88% 22%, rgba(255, 204, 0, 0.32) 0 6px, transparent 7px),
        radial-gradient(circle at 72% 78%, rgba(233, 30, 140, 0.18) 0 4px, transparent 5px);
    background-size: 100% 100%;
    pointer-events: none;
}

.et-home__youtube-intro {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
}

.et-home__youtube-intro-mark {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

.et-home__youtube-intro-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.et-home__youtube-intro-copy {
    min-width: 0;
}

.et-home__youtube-intro .et-home__section-kicker {
    margin: 0 0 10px;
    font-size: clamp(13px, 1.2vw, 15px);
    letter-spacing: 0.14em;
    color: var(--et-home-blue) !important;
}

.et-home__youtube-heading {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(32px, 3.8vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
}

.et-home__youtube-heading-spark {
    display: inline-flex;
    align-items: flex-end;
    gap: 5px;
    height: 18px;
}

.et-home__youtube-heading-spark span {
    display: block;
    width: 5px;
    height: 14px;
    border-radius: 3px;
    background: linear-gradient(180deg, #e91e8c, #ff6b9d);
    transform: rotate(-18deg);
}

.et-home__youtube-heading-spark span:nth-child(2) {
    height: 18px;
}

.et-home__youtube-heading-spark span:nth-child(3) {
    height: 12px;
}

.et-home__youtube-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 0.88fr) minmax(200px, 240px);
    gap: 24px;
    align-items: stretch;
}

.et-home__youtube-featured {
    display: flex;
    min-height: 0;
    align-self: stretch;
}

.et-home__youtube-featured-link {
    position: relative;
    display: block;
    flex: 1;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: none;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    box-shadow: 0 14px 36px rgba(30, 58, 95, 0.18);
    background: #0f1f33;
}

.et-home__youtube-featured-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.25s ease;
}

.et-home__youtube-featured-link:hover .et-home__youtube-featured-image,
.et-home__youtube-featured-link:focus .et-home__youtube-featured-image {
    transform: scale(1.1);
}

.et-home__youtube-player-chrome {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}

.et-home__youtube-player-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #ffffff;
}

.et-home__youtube-player-btn svg {
    display: block;
    width: 16px;
    height: 16px;
}

.et-home__youtube-player-track {
    flex: 1 1 auto;
    min-width: 0;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
}

.et-home__youtube-player-progress {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--et-home-blue);
}

.et-home__youtube-player-time {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff !important;
    white-space: nowrap;
}

.et-home__youtube-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--et-home-blue);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.et-home__youtube-featured-link:hover .et-home__youtube-play--large,
.et-home__youtube-featured-link:focus .et-home__youtube-play--large {
    transform: translate(-50%, -50%) scale(1.06);
}

.et-home__youtube-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    min-height: 0;
}

.et-home__youtube-list-item {
    border-bottom: 1px dashed rgba(26, 159, 224, 0.28);
}

.et-home__youtube-list-item:last-child {
    border-bottom: 0;
}

.et-home__youtube-list-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 13px 0;
    text-decoration: none !important;
}

.et-home__youtube-list-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 2px solid var(--et-home-blue);
    background: transparent;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    color: var(--et-home-blue) !important;
}

.et-home__youtube-list-item.is-active .et-home__youtube-list-num {
    background: var(--et-home-blue);
    border-color: var(--et-home-blue);
    color: #ffffff !important;
}

.et-home__youtube-list-thumb {
    position: relative;
    flex-shrink: 0;
    width: 140px;
    min-width: 140px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(30, 58, 95, 0.12);
}

.et-home__youtube-list-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.et-home__youtube-list-link:hover .et-home__youtube-list-image,
.et-home__youtube-list-link:focus .et-home__youtube-list-image {
    transform: scale(1.05);
}

.et-home__youtube-list-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.et-home__youtube-list-title {
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 800;
    line-height: 1.3;
    color: var(--et-home-heading) !important;
}

.et-home__youtube-list-duration {
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 600;
    line-height: 1.2;
    color: var(--et-home-blue) !important;
}

.et-home__youtube-subscribe {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: 240px;
    margin-top: 0;
    padding: 40px 24px 22px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(30, 58, 95, 0.14);
	height:100%;
}

.et-home__youtube-subscribe-icon {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: #ff0000;
    box-shadow: 0 6px 18px rgba(30, 58, 95, 0.14);
}

.et-home__youtube-subscribe-icon svg {
    width: 28px;
    height: 28px;
}

.et-home__youtube-subscribe-title {
    margin: 0 0 10px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(18px, 1.6vw, 21px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--et-home-heading) !important;
}

.et-home__youtube-subscribe-text {
    margin: 0 0 18px;
    font-size: clamp(13px, 1.15vw, 15px);
    font-weight: 500;
    line-height: 1.55;
    color: var(--et-home-text) !important;
}

.et-home__youtube-subscribe-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 11px 18px !important;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: var(--et-home-blue) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.et-home__youtube-subscribe-btn:hover,
.et-home__youtube-subscribe-btn:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff !important;
}

@media screen and (min-width: 992px) {
    .et-home__youtube-layout {
        grid-template-columns: minmax(0, 46%) minmax(0, 1fr) minmax(200px, 240px);
        gap: 20px;
        align-items: stretch;
    }

    .et-home__youtube-featured,
    .et-home__youtube-list {
        align-self: stretch;
        min-height: 0;
    }

    .et-home__youtube-featured-link {
        aspect-ratio: auto;
        height: 100%;
        min-height: 0;
        border-radius: 20px;
    }

    .et-home__youtube-list {
        justify-content: center;
        gap: 2px;
    }

    .et-home__youtube-list-item {
        flex: 0 0 auto;
        display: block;
        min-height: 0;
        border-bottom: 0;
    }

    .et-home__youtube-list-link {
        width: 100%;
        padding: 6px 0;
    }

    .et-home__youtube-list-thumb {
        width: 150px;
        min-width: 150px;
    }

    .et-home__youtube-subscribe {
        max-width: 240px;
        align-self: center;
    }
}

@media screen and (min-width: 1200px) {
    .et-home__youtube-layout {
        gap: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .et-home__youtube-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
    }

    .et-home__youtube-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .et-home__youtube-featured {
        grid-column: 1;
        max-width: 100% !important;
        margin: 0;
        width: 100%;
    }

    .et-home__youtube-featured-link {
        aspect-ratio: 16 / 9;
        height: auto;
        min-height: 0;
    }

    .et-home__youtube-list {
        min-width: 0;
        width: 100%;
    }

    .et-home__youtube-subscribe {
        grid-column: 1;
        width: 100%;
        max-width: min(100%, 320px);
        margin: 4px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .et-home__youtube-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
        border-radius: var(--et-home-panel-radius);
    }

    .et-home__youtube-intro {
        gap: 12px;
    }

    .et-home__youtube-intro-mark {
        width: 44px;
        height: 44px;
    }

    .et-home__youtube-heading-spark {
        display: none;
    }

    .et-home__youtube-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .et-home__youtube-subscribe {
        grid-column: 1;
        max-width: 100%;
        margin-top: 8px;
        padding: 36px 20px 22px;
    }

    .et-home__youtube-featured {
        max-width: 100%;
    }

    .et-home__youtube-featured-link {
        max-height: none;
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 14px;
    }

    .et-home__youtube-list-link {
        gap: 10px;
        padding: 12px 2px;
    }

    .et-home__youtube-list-thumb {
        width: 112px;
        min-width: 112px;
    }

    .et-home__youtube-list-num {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .et-home__youtube-subscribe-btn {
        width: 100%;
    }
}

.et-home__youtube-subscribe-band {
    display: none;
}

.et-home__youtube-subscribe--desktop {
    display: flex;
	justify-content:center;
}

@media screen and (max-width: 768px) {
    .et-home__youtube-list-item--mobile-hidden {
        display: none !important;
    }

    .et-home__youtube-subscribe--desktop {
        display: none !important;
    }

    .et-home__youtube-subscribe-band {
        display: block;
        background: #ffffff;
    }

    .et-home__youtube-subscribe-band .et-home__section-inner {
        padding-top: 0;
        padding-bottom: 18px;
    }

    .et-home__youtube-subscribe--mobile-band {
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px 12px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 14px 14px 14px 52px;
        border-radius: 16px;
        text-align: left;
        box-shadow: 0 8px 24px rgba(30, 58, 95, 0.1);
    }

    .et-home__youtube-subscribe--mobile-band .et-home__youtube-subscribe-icon {
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        box-shadow: 0 4px 12px rgba(30, 58, 95, 0.12);
    }

    .et-home__youtube-subscribe--mobile-band .et-home__youtube-subscribe-icon svg {
        width: 18px;
        height: 18px;
    }

    .et-home__youtube-subscribe--mobile-band .et-home__youtube-subscribe-title {
        flex: 1 1 100%;
        margin: 0;
        font-size: 15px;
    }

    .et-home__youtube-subscribe--mobile-band .et-home__youtube-subscribe-text {
        flex: 1 1 calc(100% - 120px);
        margin: 0;
        font-size: 12px;
        line-height: 1.4;
    }

    .et-home__youtube-subscribe--mobile-band .et-home__youtube-subscribe-btn {
        flex: 0 0 auto;
        width: auto;
        min-width: 108px;
        min-height: 36px;
        margin-top: 0;
        padding: 8px 16px !important;
        font-size: 10px !important;
    }

    .et-home__youtube .et-home__section-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .et-home__youtube-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
        border-radius: var(--et-home-panel-radius);
        border: var(--et-home-panel-border);
        box-shadow: var(--et-home-panel-shadow);
    }

    .et-home__youtube-intro {
        gap: 10px;
        margin-bottom: 12px;
    }

    .et-home__youtube-intro-mark {
        width: 40px;
        height: 40px;
    }

    .et-home__youtube-intro .et-home__section-kicker {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .et-home__youtube-heading {
        font-size: clamp(24px, 6.5vw, 30px);
        gap: 8px;
    }

    .et-home__youtube-layout {
        gap: 10px;
    }

    .et-home__youtube-featured {
        max-width: min(100%, 280px);
        margin: 0 auto;
    }

    .et-home__youtube-featured-link {
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(30, 58, 95, 0.14);
    }

    .et-home__youtube-play--large {
        width: 44px;
        height: 44px;
    }

    .et-home__youtube-play--large svg {
        width: 18px;
        height: 18px;
    }

    .et-home__youtube-player-chrome {
        gap: 6px;
        padding: 6px 10px;
    }

    .et-home__youtube-player-btn {
        width: 18px;
        height: 18px;
    }

    .et-home__youtube-player-btn svg {
        width: 12px;
        height: 12px;
    }

    .et-home__youtube-player-time {
        font-size: 10px;
    }

    .et-home__youtube-list-link {
        gap: 8px;
        padding: 8px 0;
    }

    .et-home__youtube-list-thumb {
        width: 88px;
        min-width: 88px;
        border-radius: 8px;
    }

    .et-home__youtube-play--small {
        width: 28px;
        height: 28px;
    }

    .et-home__youtube-play--small svg {
        width: 12px;
        height: 12px;
    }

    .et-home__youtube-list-num {
        width: 32px;
        height: 32px;
        font-size: 12px;
        border-radius: 8px;
    }

    .et-home__youtube-list-title {
        font-size: 13px;
        line-height: 1.25;
    }

    .et-home__youtube-list-duration {
        font-size: 11px;
    }
}

/* ----- Collect, Play & Learn ----- */
.et-home__products {
    background: #ffffff;
    width: 100%;
}

.et-home__products .et-home__section-inner {
    width: 100%;
    max-width: var(--et-home-max);
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
    padding-top: 0;
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__products-panel {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.et-home__products .et-home__section-kicker {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--et-home-blue) !important;
}

.et-home__products-kicker-row .et-home__section-kicker--inline {
    margin: 0;
}

.et-home__products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}

.et-home__products-intro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 760px;
}

.et-home__products-intro-mark {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
}

.et-home__products-intro-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.et-home__products-intro-copy {
    min-width: 0;
}

.et-home__products-kicker-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.et-home__section-kicker--inline {
    margin: 0;
}

.et-home__products-new {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 50px;
    background: var(--et-home-yellow);
    color: var(--et-home-navy) !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.et-home__products .et-home__section-title {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 38px);
    font-weight: 800;
    -webkit-text-stroke: 0;
}

.et-home__products-lead {
    margin: 8px 0 0;
    max-width: 620px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 500;
    line-height: 1.55;
    color: var(--et-home-text) !important;
}

.et-home__products-all {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    min-height: 44px;
    padding: 8px 8px 8px 18px !important;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: var(--et-home-blue) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.et-home__products-all-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.et-home__products-all-icon i {
    display: block;
    font-size: 11px;
    line-height: 1;
}

.et-home__products-all:hover,
.et-home__products-all:focus {
    background: var(--et-home-btn) !important;
    border-color: var(--et-home-btn) !important;
    color: #ffffff !important;
}

.et-home__products-all:hover .et-home__products-all-icon,
.et-home__products-all:focus .et-home__products-all-icon {
    background: transparent;
    color: inherit;
}

.et-home__products-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-home__products-slider-wrap {
    position: relative;
    padding: 0;
    overflow: visible;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .et-home__products-slider-wrap {
        padding: 0 var(--et-home-slider-inset);
        overflow: visible;
    }
}

.et-home__products-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.et-home__products-slider .slick-list {
    overflow: hidden;
    margin: 0 -10px;
}

.et-home__products-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__products-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.et-home__products-slider .slick-slide > div {
    height: 100%;
}

.et-home__products-slider .et-home__products-item {
    height: 100%;
}

.et-home__products-slider-wrap .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50%;
    background: #ffffff !important;
    color: var(--et-home-blue);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.et-home__products-slider-wrap .slick-arrow::before {
    display: none !important;
    content: none !important;
}

.et-home__products-slider-wrap .slick-prev {
    left: 0;
}

.et-home__products-slider-wrap .slick-next {
    right: 0;
}

.et-home__products-slider-wrap .slick-prev::after,
.et-home__products-slider-wrap .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    box-sizing: border-box;
    pointer-events: none;
}

.et-home__products-slider-wrap .slick-prev::after {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.et-home__products-slider-wrap .slick-next::after {
    transform: translate(-60%, -50%) rotate(45deg);
}

.et-home__products-slider-wrap .slick-arrow:hover,
.et-home__products-slider-wrap .slick-arrow:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff;
    transform: scale(1.05);
    outline: none;
}

.et-home__products-slider-wrap .slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
}

@media screen and (min-width: 1200px) {
    .et-home__products-slider-wrap .slick-arrow {
        display: none !important;
    }
}

.et-home__products-item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.et-home__product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.06);
    overflow: hidden;
}

.et-home__product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 198px;
    padding: 18px 12px 14px;
    background: var(--et-home-product-panel, #eef7fb);
    text-decoration: none !important;
}

.et-home__product-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 176px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.25s ease;
}

.et-home__product-media:hover .et-home__product-image,
.et-home__product-media:focus .et-home__product-image {
    transform: scale(1.03);
}

.et-home__product-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1 1 auto;
    min-height: 0;
    padding: 10px 14px 16px;
    background: #ffffff;
    text-align: center;
}

.et-home__product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin: 0 0 4px;
    border-radius: 50%;
    background: #27ae60;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(30, 58, 95, 0.1);
}

.et-home__product-icon i {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}

.et-home__product-icon-emoji {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.et-home__product-icon--pink {
    background: #ff6ba8;
    color: #ffffff;
}

.et-home__product-icon--purple {
    background: #b07cc6;
    color: #ffffff;
}

.et-home__product-icon--orange,
.et-home__product-icon--yellow {
    background: #ffb347;
    color: #ffffff;
}

.et-home__product-icon--blue {
    background: #33c4f0;
    color: #ffffff;
}

.et-home__product-icon--green {
    background: #58d68d;
    color: #ffffff;
}

.et-home__product-title {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(14px, 1.05vw, 16px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
    paint-order: initial;
    text-align: center;
}

.et-home__product-desc {
    margin: 0 0 10px;
    min-height: 2.5em;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--et-home-text) !important;
}

.et-home__product-btn.et-home__card-btn {
    margin-top: auto;
    min-height: 40px;
    padding: 5px 5px 5px 14px !important;
    border: 0 !important;
    border-radius: 50px !important;
    box-shadow: none;
    filter: none;
}

.et-home__product-btn .et-home__card-btn-icon svg {
    display: block;
    width: 13px;
    height: 13px;
}

.et-home__product-btn:hover,
.et-home__product-btn:focus {
    filter: brightness(0.94);
    transform: translateY(-1px);
}

.et-home__product-card--pink .et-home__product-btn {
    background: linear-gradient(135deg, #ff7eb3 0%, #e91e8c 100%) !important;
}

.et-home__product-card--pink .et-home__product-btn .et-home__card-btn-icon {
    color: #e91e8c;
}

.et-home__product-card--blue .et-home__product-btn {
    background: linear-gradient(135deg, #33c4f0 0%, #1578b0 100%) !important;
}

.et-home__product-card--blue .et-home__product-btn .et-home__card-btn-icon {
    color: #1578b0;
}

.et-home__product-card--purple .et-home__product-btn {
    background: linear-gradient(135deg, #b07cc6 0%, #8e44ad 100%) !important;
}

.et-home__product-card--purple .et-home__product-btn .et-home__card-btn-icon {
    color: #8e44ad;
}

.et-home__product-card--green .et-home__product-btn {
    background: linear-gradient(135deg, #58d68d 0%, #27ae60 100%) !important;
}

.et-home__product-card--green .et-home__product-btn .et-home__card-btn-icon {
    color: #27ae60;
}

.et-home__product-card--orange .et-home__product-btn,
.et-home__product-card--yellow .et-home__product-btn {
    background: linear-gradient(135deg, #ffb347 0%, #f39c12 100%) !important;
}

.et-home__product-card--orange .et-home__product-btn .et-home__card-btn-icon,
.et-home__product-card--yellow .et-home__product-btn .et-home__card-btn-icon {
    color: #f39c12;
}

.et-home__product-card--pink .et-home__product-btn:hover,
.et-home__product-card--pink .et-home__product-btn:focus {
    background: linear-gradient(135deg, #ff7eb3 0%, #e91e8c 100%) !important;
}

.et-home__product-card--blue .et-home__product-btn:hover,
.et-home__product-card--blue .et-home__product-btn:focus {
    background: linear-gradient(135deg, #33c4f0 0%, #1578b0 100%) !important;
}

.et-home__product-card--purple .et-home__product-btn:hover,
.et-home__product-card--purple .et-home__product-btn:focus {
    background: linear-gradient(135deg, #b07cc6 0%, #8e44ad 100%) !important;
}

.et-home__product-card--green .et-home__product-btn:hover,
.et-home__product-card--green .et-home__product-btn:focus {
    background: linear-gradient(135deg, #58d68d 0%, #27ae60 100%) !important;
}

.et-home__product-card--orange .et-home__product-btn:hover,
.et-home__product-card--orange .et-home__product-btn:focus,
.et-home__product-card--yellow .et-home__product-btn:hover,
.et-home__product-card--yellow .et-home__product-btn:focus {
    background: linear-gradient(135deg, #ffb347 0%, #f39c12 100%) !important;
}

.et-home__products-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 28px 0 0;
    list-style: none;
    border-top: 1px solid #e8edf3;
}

.et-home__products-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    padding-right: 18px;
}

.et-home__products-feature:nth-child(2) {
    border-right: 1px solid #e8edf3;
    margin-right: 6px;
    padding-right: 24px;
}

.et-home__products-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f4fc;
    color: var(--et-home-blue);
}

.et-home__products-feature-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    overflow: visible;
}

.et-home__products-feature-icon svg[fill="none"] {
    fill: none;
}

.et-home__products-feature-icon svg[fill="none"] [fill="currentColor"] {
    fill: currentColor;
}

.et-home__products-feature-icon--green {
    background: #e8f9ef;
    color: #1f8f4f;
}

.et-home__products-feature-icon--purple {
    background: #f3ebf9;
    color: #9b59b6;
}

.et-home__products-feature-icon--yellow {
    background: #fff8e1;
    color: #f39c12;
}

.et-home__products-feature-icon--pink {
    background: #fde8f2;
    color: #e91e8c;
}

.et-home .et-home__products-feature-icon svg * {
    vector-effect: non-scaling-stroke;
}

.et-home__products-feature-text {
    min-width: 0;
}

.et-home__products-feature-title {
    margin: 0 0 4px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--et-home-heading) !important;
}

.et-home__products-feature-desc {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--et-home-text) !important;
}

@media screen and (max-width: 1199px) {
    .et-home__products-slider:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 16px;
        margin-bottom: 36px;
    }

    .et-home__products-slider:not(.slick-initialized) .et-home__products-item {
        flex: 0 0 calc((100% - 32px) / 3);
        min-width: 0;
    }

    .et-home__products-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 20px;
    }

    .et-home__products-feature {
        border-right: none !important;
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .et-home__products-panel {
        padding: 0;
        border-radius: 0;
    }

    .et-home__products-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .et-home__products-intro {
        gap: 12px;
    }

    .et-home__products-intro-mark {
        width: 44px;
        height: 44px;
    }

    .et-home__products-all {
        width: auto;
        max-width: min(100%, 200px);
        justify-content: center !important;
    }

    .et-home__products-slider-wrap {
        padding: 0 var(--et-home-slider-inset-md);
        margin-bottom: 28px;
    }

    .et-home__products-slider:not(.slick-initialized) {
        margin-bottom: 0;
    }

    .et-home__products-slider:not(.slick-initialized) .et-home__products-item {
        flex: 0 0 100%;
    }

    .et-home__product-media {
        min-height: 190px;
        padding: 12px 10px;
    }

    .et-home__product-image {
        max-height: 175px;
    }

    .et-home__products-features {
        grid-template-columns: 1fr;
        padding-top: 22px;
    }
}

@media screen and (max-width: 479px) {
    .et-home__products-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm);
    }

    .et-home__products-slider-wrap .slick-arrow {
        width: 36px;
        height: 36px;
    }
}

/* ----- Fun in Every Egg ----- */
svg.maze-time-icon {
    fill: none !important;
}
.et-home__fun-egg {
    position: relative;
    background: transparent;
    width: 100%;
    overflow: hidden;
    --et-fun-egg-box-max: min(1200px, 100%);
    --et-fun-egg-box-x: var(--et-home-panel-x);
    --et-fun-egg-box-y-top: var(--et-home-panel-y);
    --et-fun-egg-box-y-bottom: calc(var(--et-home-panel-y) - 4px);
    --et-fun-egg-box-radius: var(--et-home-panel-radius);
    --et-fun-egg-box-shadow: var(--et-home-panel-shadow);
    --et-fun-egg-box-gap: 18px;
    --et-fun-egg-app-gap: 24px;
    --et-fun-egg-app-y-top: 44px;
    --et-fun-egg-app-y-bottom: 40px;
}

.et-home__fun-egg .et-home__section-inner {
    position: relative;
    z-index: 1;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}
a.et-home__fun-egg-game-card-btn {
    width: fit-content;
}
.et-home__fun-egg-head {
    margin: 0 0 36px;
    text-align: center;
}

.et-home__fun-egg .et-home__section-kicker,
.et-home__fun-egg-kicker {
    margin-bottom: 16px;
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--et-home-blue) !important;
}

.et-home__fun-egg-title {
    margin: 0 0 14px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(30px, 3.8vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--et-home-heading) !important;
}

.et-home__fun-egg-lead {
    margin: 0 auto;
    max-width: 560px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--et-home-text) !important;
}

.et-home__fun-egg-lead--hearts {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    max-width: 820px;
}

.et-home__fun-egg-heart {
    color: #e91e8c;
    font-size: 0.82em;
    line-height: 1;
}

.et-home__fun-egg-title-line {
    display: inline;
}

.et-home__fun-egg-title-line--accent {
    color: #e91e8c !important;
}

/* ----- Fun Egg game cards slider (2-up) ----- */
.et-home__fun-egg-games-cards-slider-wrap {
    position: relative;
    width: 100%;
    max-width: var(--et-home-max);
    margin: 0 auto var(--et-fun-egg-box-gap);
    box-sizing: border-box;
	padding-left: 60px;
    padding-right: 60px;
}

.et-home__fun-egg-games-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__fun-egg-games-cards-item {
    margin: 0;
    min-width: 0;
    height: 100%;
}

.et-home__fun-egg-game-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: var(--et-home-panel-border);
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
   position:relative;
}
section#et-home-youtube .et-home__section-inner.center {
    padding-bottom: 32px;
}
.et-home__fun-egg-game-card-media.main img {
    height:430px;
	object-fit:cover;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 40px !important;
}
.et-home__fun-egg-game-card-body {
    padding-bottom: 75px !important;
}
.et-home__fun-egg-game-card-media.main {
    background: white;
}
.et-home__fun-egg-game-card-media.et-home__fun-egg-game-card-media--bottom {
    position: absolute;
    bottom: 0;
    left:0;
}
.et-home__fun-egg-game-card-body a {
    position: relative;
    z-index: 999;
    margin: 0 auto;
}
.et-home__fun-egg-game-card-media {
    position: relative;
    width: 100%;
    background: #f8fafc;
}

.et-home__fun-egg-game-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.et-home__fun-egg-game-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 16px 16px 18px;
    min-width: 0;
}

.et-home__fun-egg-game-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.et-home__fun-egg-game-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--et-fun-egg-game-panel, #e8f3fc);
    color: var(--et-fun-egg-game-accent, #1a9fe0);
}

.et-home__fun-egg-game-card-icon svg {
    display: block;
    width: 30px;
    height: 30px;
}

.et-home__fun-egg-game-card-title {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 800;
    line-height: 1.15;
    color: #1e293b !important;
}

.et-home__fun-egg-game-card-desc {
    padding-left:5px;
    margin: 0;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 500;
    line-height: 1.5;
    color: #64748b !important;
    padding-left:60px;
    min-height: 80px;
}

.et-home__fun-egg-game-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 10px 10px 18px;
    border: 0;
    border-radius: 999px;
    background: #e91e8c;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.et-home__fun-egg-game-card-btn:hover,
.et-home__fun-egg-game-card-btn:focus {
    background: #d4177f;
    color: #ffffff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.et-home__fun-egg-game-card-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.et-home__fun-egg-game-card-btn-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}

.et-home__fun-egg-games-cards.slick-initialized {
    display: block;
}

.et-home__fun-egg-games-cards.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -8px;
    padding-bottom: 4px;
}

.et-home__fun-egg-games-cards.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__fun-egg-games-cards.slick-initialized .slick-slide {
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
}

.et-home__fun-egg-games-cards.slick-initialized .slick-slide > div,
.et-home__fun-egg-games-cards.slick-initialized .et-home__fun-egg-games-cards-item {
    height: 100%;
}

.et-home__fun-egg-games-cards-slider-wrap.is-slider-active .et-home__egg-carousel-arrow,
.et-home__fun-egg-games-cards-slider-wrap.is-slider-active .et-home__fun-egg-games-cards-arrow {
    display: flex;
}

.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background: #ff4d8d !important;
    box-shadow: 0 6px 16px rgba(255, 77, 141, 0.35) !important;
    color: #ffffff;
    transform: translateY(-50%);
    cursor: pointer;
}

.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow::before,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow::before {
    display: none !important;
    content: none !important;
}

.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow::after,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__egg-carousel-arrow::after,
.et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__fun-egg-games-cards-arrow::after {
    transform: translateX(2px) rotate(-135deg);
}

.et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__egg-carousel-arrow::after,
.et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__fun-egg-games-cards-arrow::after {
    transform: translateX(-2px) rotate(45deg);
}

.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow:hover,
.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow:focus,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow:hover,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow:focus {
    background: #ff3380 !important;
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 8px 20px rgba(255, 77, 141, 0.42) !important;
}

.et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
.et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__fun-egg-games-cards-arrow {
    left: -50px;
}

.et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__egg-carousel-arrow,
.et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__fun-egg-games-cards-arrow {
    right: -50px;
}

.et-home__fun-egg-games-cards-slider-wrap .et-home__egg-carousel-arrow.slick-disabled,
.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow.slick-disabled {
    opacity: 0.35;
    pointer-events: none;
    transform: translateY(-50%);
}

.et-home__fun-egg-panel {
    width: 100%;
    max-width: var(--et-fun-egg-box-max);
    margin: 0 auto var(--et-fun-egg-box-gap);
    padding: var(--et-fun-egg-box-y-top) var(--et-fun-egg-box-x) var(--et-fun-egg-box-y-bottom);
    border: var(--et-home-panel-border);
    border-radius: var(--et-fun-egg-box-radius);
    background: #ffffff;
    box-shadow: var(--et-fun-egg-box-shadow);
    box-sizing: border-box;
    overflow: hidden;
}

.et-home__fun-egg-panel-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr) minmax(0, 0.68fr);
    gap: 16px 22px;
    align-items: center;
    width: 100%;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.et-home__fun-egg-games {
    width: 100%;
    min-width: 0;
    text-align: left;
}

.et-home__fun-egg-games-intro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 32px;
}

.et-home__fun-egg-games-copy {
    flex: 1 1 auto;
    min-width: min-content;
}

.et-home__fun-egg-games-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    line-height: 0;
}

.et-home__fun-egg-games-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.et-home__fun-egg-games-title {
    margin: 0 0 4px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.15;
    color: #e91e8c !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.et-home__fun-egg-games-subtitle {
    margin: 0 0 8px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 500;
    line-height: 1.45;
    color: var(--et-home-text) !important;
}

.et-home__fun-egg-games-desc {
    margin: 0;
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 500;
    line-height: 1.35;
    color: #1e293b !important;
}

@media screen and (min-width: 992px) {
    .et-home__fun-egg-games-desc {
        white-space: nowrap;
    }
}

.et-home__fun-egg-colorful {
    display: inline;
    font-weight: 600;
}

.et-home__fun-egg-colorful-char--dark { color: #1e293b; }
.et-home__fun-egg-colorful-char--blue { color: #1a9fe0; }
.et-home__fun-egg-colorful-char--green { color: #27ae60; }
.et-home__fun-egg-colorful-char--orange { color: #f39c12; }
.et-home__fun-egg-colorful-char--pink { color: #e91e8c; }
.et-home__fun-egg-colorful-char--red { color: #e74c3c; }

.et-home__fun-egg-previews-slider-wrap {
    position: relative;
    width: 100%;
    min-width: 0;
}

.et-home__fun-egg-previews {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4px 0 0;
    list-style: none;
    overflow: visible;
}

.et-home__fun-egg-previews-slider-wrap--count-3:not(.is-slider-active) .et-home__fun-egg-previews,
.et-home__fun-egg-previews-slider-wrap--count-4:not(.is-slider-active) .et-home__fun-egg-previews,
.et-home__fun-egg-previews-slider-wrap--count-5:not(.is-slider-active) .et-home__fun-egg-previews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.et-home__fun-egg-previews.slick-initialized {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 4px 0 0;
    overflow: hidden;
}

.et-home__fun-egg-previews.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -8px;
}

.et-home__fun-egg-previews.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__fun-egg-previews.slick-initialized .slick-slide {
    height: auto;
    padding: 0 8px;
}

.et-home__fun-egg-previews.slick-initialized .slick-slide > div {
    height: 100%;
}

.et-home__fun-egg-previews.slick-initialized .et-home__fun-egg-preview,
.et-home__fun-egg-previews.slick-initialized .et-home__fun-egg-preview-item:first-child .et-home__fun-egg-preview,
.et-home__fun-egg-previews.slick-initialized .et-home__fun-egg-preview-item:last-child .et-home__fun-egg-preview {
    transform: none;
}

.et-home__fun-egg-previews-slider-wrap.is-slider-active .et-home__egg-carousel-arrow {
    display: inline-flex !important;
}

.et-home__fun-egg-previews-slider-wrap .slick-prev.et-home__egg-carousel-arrow {
    left: -6px;
}

.et-home__fun-egg-previews-slider-wrap .slick-next.et-home__egg-carousel-arrow {
    right: -6px;
}

.et-home__fun-egg-previews-slider-wrap .et-home__egg-carousel-arrow.slick-disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.et-home__fun-egg-preview-item {
    display: flex;
    min-width: 0;
}

.et-home__fun-egg-preview {
    display: block;
    width: 100%;
    max-width: none;
    padding: 10px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(30, 58, 95, 0.12);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__fun-egg-preview-item:first-child .et-home__fun-egg-preview {
    transform: rotate(-6deg);
}

.et-home__fun-egg-preview-item:last-child .et-home__fun-egg-preview {
    transform: rotate(0deg);
}

.et-home__fun-egg-preview:hover {
    box-shadow: 0 12px 26px rgba(30, 58, 95, 0.16);
}

.et-home__fun-egg-preview-item:first-child .et-home__fun-egg-preview:hover {
    transform: rotate(-3deg) translateY(-2px);
}

.et-home__fun-egg-preview-item:last-child .et-home__fun-egg-preview:hover {
    transform: translateY(-2px);
}

.et-home__fun-egg-preview-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 253 / 229;
    border-radius: 12px;
    background: #ffffff;
}

.et-home__fun-egg-preview-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.et-home__fun-egg-preview-label {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: inline-block;
    min-width: 88px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    color: #ffffff !important;
    background: #e91e8c;
    box-shadow: 0 3px 10px rgba(233, 30, 140, 0.28);
}

.et-home__fun-egg-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    min-width: 0;
}

.et-home__fun-egg-hero-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 310px;
    object-fit: contain;
}

.et-home__fun-egg-mascot {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
}

.et-home__fun-egg-mascot-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 235px;
    object-fit: contain;
    pointer-events: none;
}

.et-home__fun-egg-app {
    width: 100%;
    max-width: var(--et-home-max);
    margin: 0 auto;
    padding-top: var(--et-fun-egg-app-gap);
    padding-bottom: var(--et-fun-egg-app-gap);
	padding-left:60px;
	padding-right:60px;
}

.et-home__fun-egg-app-panel {
    position: relative;
    width: 100%;
    max-width: var(--et-home-max);
	padding-left:60px;
	padding-right:60px;
    margin: 0 auto;
    padding: var(--et-fun-egg-app-y-top) var(--et-fun-egg-box-x) var(--et-fun-egg-app-y-bottom);
    border: var(--et-home-panel-border);
    border-radius: var(--et-fun-egg-box-radius);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.65) 0, transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(255, 204, 0, 0.12) 0, transparent 28%),
        linear-gradient(180deg, #edf7fc 0%, #f5fbff 68%, #dff4e2 68%, #c9ecc9 100%);
    box-shadow: var(--et-fun-egg-box-shadow);
    box-sizing: border-box;
}

.et-home__fun-egg-app-panel::before,
.et-home__fun-egg-app-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.et-home__fun-egg-app-panel::before {
    left: 18px;
    bottom: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffd54f;
    box-shadow:
        120px -8px 0 #ff8ecf,
        240px 4px 0 #7dd3fc,
        360px -4px 0 #ffd54f,
        480px 8px 0 #ff8ecf,
        600px 0 0 #7dd3fc;
    opacity: 0.75;
}

.et-home__fun-egg-app-panel::after {
    right: 28px;
    bottom: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        -70px 6px 0 #ffe082,
        -140px -2px 0 #ffffff,
        -210px 8px 0 #ffe082;
    opacity: 0.9;
}
.mosnter-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap:20px;
}
.et-home__fun-egg-app-stage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(250px, 500px) minmax(0, 1fr);
    gap: 14px 28px;
    align-items: end;
}

.et-home__fun-egg-app-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    position: relative;
    z-index: 2;
	display:block;
}

.et-home__fun-egg-app-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-width: 0;
    padding-left: 24px;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    z-index: 3;
}

.et-home__fun-egg-app-character {
    display: block;
    width: auto;
    object-fit: contain;
    pointer-events: none;
}

.et-home__fun-egg-app-character--left {
    max-width: 118px;
    max-height: 132px;
    margin-top: 2px;
}

.et-home__fun-egg-app-character--right {
    max-width: 108px;
    max-height: 132px;
    margin: 0;
    padding: 0;
    transform: none;
}

.et-home__fun-egg-app-copy {
    width: 100%;
    max-width: 340px;
	margin:auto;
}

.et-home__fun-egg-app-kicker {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 8px;
    align-items: center;
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(15px, 1.55vw, 19px);
    font-weight: 800;
    line-height: 1.15;
    color: #1578b0 !important;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.et-home__fun-egg-app-kicker-text {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.et-home__fun-egg-app-kicker-line {
    display: block;
    white-space: nowrap;
}

.et-home__fun-egg-app-kicker-icon {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    color: #1578b0;
    align-self: center;
}

.et-home__fun-egg-app-kicker-icon i {
    font-size: 38px;
    line-height: 1;
}

.et-home__fun-egg-app-text {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.et-home__fun-egg-app-text-line {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: clamp(12px, 1.05vw, 14px);
    font-weight: 400;
    line-height: 1.45;
    color: #111111 !important;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
}

.et-home__fun-egg-app-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e91e8c;
    vertical-align: middle;
    margin: 0 2px;
}

.et-home__fun-egg-app-heart i {
    font-size: 11px;
    line-height: 1;
}

.et-home__fun-egg-app-games-slider-wrap {
    width: 100%;
    max-width: 934px;
    margin: 0 0 0 auto;
    min-width: 0;
    position: relative;
}

.et-home__fun-egg-app-games:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 220px));
    gap: 18px;
    justify-content: end;
    align-content: end;
    margin: 0;
    padding: 0 0 4px 10px;
    list-style: none;
    align-self: end;
    position: relative;
    z-index: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.et-home__fun-egg-app-games.slick-initialized {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__fun-egg-app-games.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -6px;
}

.et-home__fun-egg-app-games.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__fun-egg-app-games.slick-initialized .slick-slide {
    height: auto;
    padding: 0 6px;
}

.et-home__fun-egg-app-games.slick-initialized .slick-slide > div {
    height: 100%;
}

.et-home__fun-egg-app-games-slider-wrap .slick-arrow {
    display: none;
}

.et-home__fun-egg-app-game-item {
    min-width: 0;
}

.et-home__fun-egg-app-game {
    display: block;
    width: 100%;
    max-width: none;
    padding: 8px;
    border-radius: 22px;
    background: #ffffff;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__fun-egg-app-game:hover,
.et-home__fun-egg-app-game:focus,
.et-home__fun-egg-app-game:active {
    text-decoration: none !important;
}

.et-home__fun-egg-app-game:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(30, 58, 95, 0.12);
}

.et-home__fun-egg-app-game-media {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    border: 2px solid rgba(32, 77, 136, 0.12);
    line-height: 0;
    background: #ffffff;
}

.et-home__fun-egg-app-game-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.et-home__fun-egg-app-game-label {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
}

.et-home__fun-egg-app-game--blue .et-home__fun-egg-app-game-media {
    border-color: rgba(26, 159, 224, 0.42);
}

.et-home__fun-egg-app-game--blue .et-home__fun-egg-app-game-label {
    color: #1a9fe0 !important;
}

.et-home__fun-egg-app-game--pink .et-home__fun-egg-app-game-media {
    border-color: rgba(233, 30, 140, 0.38);
}

.et-home__fun-egg-app-game--pink .et-home__fun-egg-app-game-label {
    color: #e91e8c !important;
}

.et-home__fun-egg-app-game--green .et-home__fun-egg-app-game-media {
    border-color: rgba(39, 174, 96, 0.42);
}

.et-home__fun-egg-app-game--green .et-home__fun-egg-app-game-label {
    color: #27ae60 !important;
}

.et-home__fun-egg-app-game--purple .et-home__fun-egg-app-game-media {
    border-color: rgba(142, 68, 173, 0.4);
}

.et-home__fun-egg-app-game--purple .et-home__fun-egg-app-game-label {
    color: #8e44ad !important;
}

.et-home__fun-egg-app-stores {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 16px 28px;
    margin-top: 22px;
}

.et-home__fun-egg-store-link {
    display: block;
    line-height: 0;
}

.et-home__fun-egg-store-link img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 100%;
}

.et-home__fun-egg-store-link--play img {
    width: 148px;
}

.et-home__fun-egg-store-link--app img {
    width: 124px;
}

.et-home__fun-egg-ratings {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 12px;
    margin-top: 18px;
    font-size: 0;
}

.et-home__fun-egg-ratings-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 28px;
}

.et-home__fun-egg-ratings-badge img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .et-home__fun-egg-panel-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        justify-content: center;
        grid-template-areas:
            "hero hero"
            "games games"
            "mascot mascot";
        gap: 22px 24px;
        margin: 0;
    }

    .et-home__fun-egg-games {
        width: 100%;
        margin-inline: auto;
    }

    .et-home__fun-egg-games {
        grid-area: games;
    }

    .et-home__fun-egg-hero {
        grid-area: hero;
        order: 0;
        min-height: 0;
        padding: 2px 0 6px;
    }

    .et-home__fun-egg-mascot {
        grid-area: mascot;
        justify-content: flex-end;
        align-items: center;
        min-height: 0;
    }

    .et-home__fun-egg-app-stage {
        grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
        gap: 16px 20px;
        align-items: end;
    }

    .et-home__fun-egg-app-left {
        align-items: flex-start;
        text-align: left;
        width: auto;
    }

    .et-home__fun-egg-app-copy {
        margin: 0;
        max-width: 250px;
    }

    .et-home__fun-egg-app-right {
        display: none;
    }

    .et-home__fun-egg-app-games-slider-wrap {
        max-width: min(100%, 395px);
        margin: 0 0 0 auto;
    }

    .et-home__fun-egg-app-games:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        margin: 0;
        padding: 0;
        justify-content: end;
    }
}

@media screen and (max-width: 991px) {
    .et-home__fun-egg-app-stage {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
    }

    .et-home__fun-egg-app-left {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .et-home__fun-egg-app-copy {
        margin: 0 auto;
        max-width: 360px;
    }

    .et-home__fun-egg-app-games-slider-wrap {
        max-width: min(100%, 460px);
        margin: 0 auto;
    }

    .et-home__fun-egg-app-games:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
        gap: 14px;
        margin: 0;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .et-home__fun-egg {
        --et-fun-egg-box-x: 20px;
        --et-fun-egg-box-y-top: 22px;
        --et-fun-egg-box-y-bottom: 20px;
        --et-fun-egg-box-radius: 18px;
        --et-fun-egg-box-gap: 14px;
        --et-fun-egg-app-gap: 18px;
        --et-fun-egg-app-y-top: 30px;
        --et-fun-egg-app-y-bottom: 28px;
    }
	.et-home__fun-egg-game-card-desc{
padding-left: 5px !important;
}
	.et-home__fun-egg-game-card {
    height: auto;
}
	.et-home__fun-egg-game-card-body a{
		margin:0 auto;
        margin-top:20px;
}
.et-home__fun-egg-game-card-media.main img {
	height:auto !important;}
.et-home__fun-egg-game-card-body {
    padding-bottom: 45px !important;
}
	.et-home__fun-egg-games-cards-slider-wrap .et-home__fun-egg-games-cards-arrow{
width:32px !important;
height:32px !important;
}
    .et-home__fun-egg-head {
        margin-bottom: 28px;
    }

    .et-home__fun-egg-panel {
        padding: var(--et-fun-egg-box-y-top) var(--et-fun-egg-box-x) var(--et-fun-egg-box-y-bottom);
        border-radius: var(--et-fun-egg-box-radius);
    }

    .et-home__fun-egg-panel-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "hero"
            "games"
            "mascot";
        justify-items: stretch;
        gap: 20px;
        margin: 0;
    }

    .et-home__fun-egg-games {
        max-width: none;
        text-align: center;
    }

    .et-home__fun-egg-games-intro {
        justify-content: center;
    }

    .et-home__fun-egg-games-copy {
        text-align: left;
        min-width: 0;
    }

    .et-home__fun-egg-games-title {
        white-space: normal;
    }

    .et-home__fun-egg-games-desc {
        white-space: normal;
    }

    .et-home__fun-egg-hero {
        order: 0;
        padding: 0;
    }

    .et-home__fun-egg-mascot {
        justify-content: center;
    }

    .et-home__fun-egg-mascot-img {
        max-width: 120px;
        max-height: 180px;
    }

    .et-home__fun-egg-app-panel {
        padding: var(--et-fun-egg-app-y-top) var(--et-fun-egg-box-x) var(--et-fun-egg-app-y-bottom);
        border-radius: var(--et-fun-egg-box-radius);
    }

    .et-home__fun-egg-app-copy {
        max-width: 100%;
    }

    .et-home__fun-egg-app-games-slider-wrap {
        max-width: min(100%, 320px);
        margin: 0 auto;
        padding: 0 var(--et-home-slider-inset-md);
    }

    .et-home__fun-egg-app-games:not(.slick-initialized) {
        max-width: 100%;
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0 !important;
        margin: 0;
        border: 2px solid var(--et-home-blue) !important;
        border-radius: 50%;
        background: #ffffff !important;
        color: var(--et-home-blue);
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        box-sizing: border-box;
        transform: translateY(-50%);
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow::before {
        content: '' !important;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        box-sizing: border-box;
        opacity: 1;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-prev {
        left: -10px;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-prev::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-prev:hover::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-prev:focus::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-prev:active::before {
        transform: translateX(1.5px) rotate(135deg);
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-next {
        right: -10px;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-next::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-next:hover::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-next:focus::before,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-next:active::before {
        transform: translateX(-1.5px) rotate(-45deg);
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow:hover,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow:focus,
    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow:active {
        background: var(--et-home-blue) !important;
        border-color: var(--et-home-blue) !important;
        color: #ffffff;
        transform: translateY(-50%);
        outline: none;
    }

    .et-home__fun-egg-app-kicker-line,
    .et-home__fun-egg-app-text-line {
        white-space: normal;
    }

    .et-home__fun-egg-app-kicker {
        font-size: 14px;
        column-gap: 10px;
    }

    .et-home__fun-egg-app-kicker-icon i {
        font-size: 32px;
    }

    .et-home__fun-egg-store-link,
    .et-home__games-extra-market-link {
        height: 38px;
		width:100%;
    }

    .et-home__fun-egg-store-link--play,
    .et-home__games-extra-market-link--play {
        width: 134px;
    }

    .et-home__fun-egg-store-link--app,
    .et-home__games-extra-market-link--app {
        width: 112px;
    }
}

.et-home__fun-egg-mobile-footer,
.et-home__fun-egg-app-summary {
    display: none;
}

.et-home__fun-egg-details-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    min-height: 40px;
    padding: 10px 22px !important;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: var(--et-home-blue) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.et-home__fun-egg-details-btn:hover,
.et-home__fun-egg-details-btn:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff !important;
}

@media screen and (max-width: 768px) {
    .et-home__fun-egg {
        --et-fun-egg-box-x: 14px;
        --et-fun-egg-box-y-top: 14px;
        --et-fun-egg-box-y-bottom: 14px;
        --et-fun-egg-box-radius: 16px;
        --et-fun-egg-box-gap: 12px;
        --et-fun-egg-app-gap: 12px;
        --et-fun-egg-app-y-top: 18px;
        --et-fun-egg-app-y-bottom: 18px;
    }

    .et-home__fun-egg .et-home__section-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .et-home__fun-egg-head {
        margin-bottom: 16px;
    }

    .et-home__fun-egg-kicker {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .et-home__fun-egg-title {
        margin-bottom: 8px;
        font-size: clamp(24px, 6.5vw, 30px);
    }

    .et-home__fun-egg-lead {
        font-size: 14px;
        line-height: 1.45;
    }

    .et-home__fun-egg-games-cards-slider-wrap {
        margin-bottom: 12px;
        padding: 0 28px;
    }

    .et-home__fun-egg-games-cards:not(.slick-initialized) {
        gap: 12px;
    }

    .et-home__fun-egg-game-card-body {
        gap: 10px;
        padding: 12px 12px 14px;
    }

    .et-home__fun-egg-game-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .et-home__fun-egg-game-card-icon svg {
        width: 18px;
        height: 18px;
    }

    .et-home__fun-egg-game-card-title {
        font-size: 15px;
    }

    .et-home__fun-egg-game-card-desc {
        font-size: 12px;
        line-height: 1.45;
    }

    .et-home__fun-egg-game-card-btn {
        min-height: 38px;
        padding: 8px 8px 8px 14px;
        font-size: 10px;
    }

    .et-home__fun-egg-game-card-btn-icon {
        width: 26px;
        height: 26px;
    }

    .et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
    .et-home__fun-egg-games-cards-slider-wrap .slick-prev.et-home__fun-egg-games-cards-arrow {
        left: -10px !important;
    }

    .et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__egg-carousel-arrow,
    .et-home__fun-egg-games-cards-slider-wrap .slick-next.et-home__fun-egg-games-cards-arrow {
        right: -10px !important;
    }

    .et-home__fun-egg--desktop-detail {
        display: none !important;
    }

    .et-home__fun-egg-panel {
        margin-bottom: 12px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .et-home__fun-egg-panel-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "games"
            "footer";
        gap: 12px;
    }

    .et-home__fun-egg-games {
        grid-area: games;
        padding: 14px 12px;
        border: var(--et-home-panel-border);
        border-radius: 16px;
        background: #ffffff;
        box-shadow: var(--et-home-panel-shadow);
    }

    .et-home__fun-egg-games-intro {
        margin-bottom: 12px;
        gap: 10px;
    }

    .et-home__fun-egg-games-icon {
        width: 36px;
        height: 36px;
    }

    .et-home__fun-egg-games-title {
        margin-bottom: 2px;
        font-size: 16px;
    }

    .et-home__fun-egg-games-subtitle {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .et-home__fun-egg-previews {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding-top: 0;
    }

    .et-home__fun-egg-previews-slider-wrap.is-slider-active {
        padding: 0 24px;
    }

    .et-home__fun-egg-previews.slick-initialized .slick-list {
        margin: 0 -2px;
        padding: 0 0 4px;
    }

    .et-home__fun-egg-previews.slick-initialized .slick-slide {
        padding: 0 2px;
    }

    .et-home__fun-egg-previews-slider-wrap .slick-prev.et-home__egg-carousel-arrow {
        left: 0;
    }

    .et-home__fun-egg-previews-slider-wrap .slick-next.et-home__egg-carousel-arrow {
        right: 0;
    }

    .et-home__fun-egg-previews-slider-wrap .et-home__egg-carousel-arrow {
        width: 28px;
        height: 28px;
    }

    .et-home__fun-egg-preview {
        padding: 4px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(30, 58, 95, 0.1);
    }

    .et-home__fun-egg-preview-media {
        border-radius: 8px;
    }

    .et-home__fun-egg-preview-item:first-child .et-home__fun-egg-preview,
    .et-home__fun-egg-preview-item:last-child .et-home__fun-egg-preview {
        transform: none;
    }

    .et-home__fun-egg-hero,
    .et-home__fun-egg-mascot {
        display: none !important;
    }

    .et-home__fun-egg-mobile-footer {
        display: flex;
        justify-content: center;
        grid-area: footer;
        margin-top: 0;
    }

    .et-home__fun-egg-mobile-footer .et-home__fun-egg-details-btn {
        width: auto !important;
        max-width: min(100%, 240px);
        min-height: 36px;
        padding: 7px 12px !important;
        font-size: 8px !important;
        letter-spacing: 0.06em;
        line-height: 1.25 !important;
        text-align: center;
        white-space: normal;
    }

    .et-home__fun-egg-app {
        padding-top: 0;
        padding-bottom: 0;
    }

    .et-home__fun-egg-app-panel {
        padding: 12px 12px 10px;
        border-radius: 16px;
    }

    .et-home__fun-egg-app-stage {
        gap: 8px;
        align-items: center;
    }

    .et-home__fun-egg-app-left {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 6px;
        width: 100%;
    }

    .et-home__fun-egg-app-copy {
        flex: 1 1 auto;
        min-width: 0;
        max-width: none;
        margin: 0;
    }

    .et-home__fun-egg-app-kicker {
        font-size: 12px;
        column-gap: 6px;
        row-gap: 4px;
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .et-home__fun-egg-app-kicker-icon {
        width: 28px;
        height: 28px;
    }

    .et-home__fun-egg-app-kicker-icon i {
        font-size: 20px;
    }

    .et-home__fun-egg-app-kicker-line {
        white-space: normal;
        line-height: 1.2;
		text-align:left;
    }

    .et-home__fun-egg-app-text {
        gap: 0;
        align-items: flex-start;
        text-align: left;
    }

    .et-home__fun-egg-app-summary {
        display: block;
        margin: 4px 0 0;
        font-size: 12px;
        line-height: 1.35;
        text-align: left;
        color: var(--et-home-text) !important;
    }

    .et-home__fun-egg-app-character--left {
        flex: 0 0 auto;
        max-width: 56px;
        max-height: 64px;
        margin: auto;
        align-self: flex-end;
    }

    .et-home__fun-egg-app-games-slider-wrap {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0 24px;
    }

    .et-home__fun-egg-app-games:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 8px;
        grid-template-columns: none;
        max-width: 100%;
        margin: 0;
        padding: 0;
        justify-content: stretch;
    }

    .et-home__fun-egg-app-games:not(.slick-initialized) .et-home__fun-egg-app-game-item {
        flex: 0 0 calc((100% - 16px) / 3);
        min-width: 0;
    }

    .et-home__fun-egg-app-games.slick-initialized .slick-list {
        margin: 0 -2px;
    }

    .et-home__fun-egg-app-games.slick-initialized .slick-slide {
        padding: 0 2px;
    }

    .et-home__fun-egg-app-game {
        padding: 4px;
        border-radius: 10px;
    }

    .et-home__fun-egg-app-game-media {
        border-radius: 8px;
    }

    .et-home__fun-egg-app-games-slider-wrap.is-slider-active .slick-arrow {
        width: 28px;
        height: 28px;
    }

    .et-home__fun-egg-app-stores {
        gap: 8px;
        margin-top: 6px;
    }

    .et-home__fun-egg-store-link img {
        height: 34px;
    }

    .et-home__fun-egg-store-link--play img {
        width: 118px;
    }

    .et-home__fun-egg-store-link--app img {
        width: 100px;
    }

    .et-home__fun-egg-ratings {
        margin-top: 6px;
        gap: 0 6px;
    }

    .et-home__fun-egg-ratings-badge {
        width: 20px;
        height: 21px;
    }
}

/* ----- Social Community ----- */
.et-home__social {
    position: relative;
    background: transparent;
    overflow: hidden;
}

.et-home__social-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 24%, rgba(255, 255, 255, 0.85) 0, transparent 34%),
        radial-gradient(circle at 92% 18%, rgba(255, 204, 0, 0.12) 0, transparent 28%),
        radial-gradient(circle at 18% 88%, rgba(39, 174, 96, 0.08) 0, transparent 24%),
        radial-gradient(circle at 82% 90%, rgba(233, 30, 140, 0.06) 0, transparent 24%);
}

.et-home__social .et-home__section-inner {
    position: relative;
    z-index: 1;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__social .et-home__section-kicker {
    margin-bottom: 16px;
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--et-home-heading) !important;
}

.et-home__social .et-home__section-star {
    font-size: 14px;
    color: #ffcc00;
}

.et-home__social-intro {
    margin-bottom: 22px;
    text-align: center;
}

.et-home__social-logo {
    display: block;
    width: auto;
    height: 72px;
    max-width: 220px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.et-home__social-title {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(32px, 4.2vw, 48px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
    paint-order: initial;
    text-align: center;
}

.et-home__social-title-accent {
    color: #1a9fe0 !important;
    -webkit-text-stroke: 0;
}

.et-home__social-lead {
    margin: 16px auto 0;
    max-width: 720px;
    font-size: clamp(17px, 1.75vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    color: var(--et-home-text) !important;
}

.et-home__social-slider-wrap {
    position: relative;
    width: 100%;
}

.et-home__social-grid:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__social-grid.slick-initialized {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__social-grid.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -8px;
}

.et-home__social-grid.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__social-grid.slick-initialized .slick-slide {
    height: auto;
    padding: 0 8px;
}

.et-home__social-grid.slick-initialized .slick-slide > div {
    height: 100%;
}

.et-home__social-slider-wrap .slick-arrow {
    display: none;
}

.et-home__social-item {
    margin: 0;
    padding: 0;
    min-width: 0;
    display: flex;
}

.et-home__social-card {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    width: 100%;
    min-height: 490px;
    height: 100%;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__social-card:hover {
    transform: translateY(-3px);
}

.et-home__social-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px 8px;
    text-decoration: none !important;
}

.et-home__social-type {
    margin: 0;
    padding: 0 18px 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--et-social-type-color, var(--et-home-blue)) !important;
}

.et-home__social-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f4f7fa;
}

.et-home__social-brand svg {
    width: 28px;
    height: 28px;
}

.et-home__social-brand svg[fill="none"] {
    fill: none;
}

.et-home__social-brand svg[fill="none"] [fill="currentColor"] {
    fill: currentColor;
}

.et-home__social-card--instagram .et-home__social-brand {
    color: #e1306c;
    background: #fdeef4;
}

.et-home__social-card--tiktok .et-home__social-brand {
    color: #00b8b8;
    background: #e6faf9;
}

.et-home__social-card--facebook .et-home__social-brand {
    color: #1877f2;
    background: #e8f2fe;
}

.et-home__social-card--youtube .et-home__social-brand {
    color: #ff0000;
    background: #ffe8e8;
}

.et-home__social-card--world .et-home__social-brand {
    color: #f39c12;
    background: #fff8e1;
}

.et-home__social-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-content: start;
    padding: 16px 14px 16px;
    text-align: center;
}

.et-home__social-copy {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 4px;
    text-align: center;
}

.et-home__social-desc {
    display: block;
    margin: 0;
    padding: 10px 14px;
    width: 100%;
    font-size: clamp(14px, 1.25vw, 16px);
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    color: var(--et-home-text) !important;
}

.et-home__social-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.et-home__social-name {
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(17px, 1.4vw, 19px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--et-home-heading) !important;
}

.et-home__social-handle {
    font-size: clamp(14px, 1.15vw, 15px);
    font-weight: 500;
    line-height: 1.2;
    color: #6b7f9a !important;
}

.et-home__social-media {
    display: flex;
    align-self: stretch;
    height: 190px;
    padding: 0 14px;
}

.et-home__social-grid-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    height: 100%;
    min-height: 300px;
}

.et-home__social-media-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none !important;
    height: 100%;
    min-height: 220px;
}

.et-home__social-grid-images .et-home__social-media-link {
    height: 100%;
    min-height: 0;
}

.et-home__social-media-link--single {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.et-home__social-media-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s ease;
}

.et-home__social-media-link::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 35, 60, 0) 45%, rgba(15, 35, 60, 0.28) 100%);
    pointer-events: none;
}

.et-home__social-media-link:hover .et-home__social-media-image,
.et-home__social-media-link:focus .et-home__social-media-image {
    transform: scale(1.05);
}

.et-home__social-play {
    position: absolute;
    z-index: 2;
    color: var(--et-home-blue);
}

.et-home__social-card--instagram .et-home__social-play {
    color: #e1306c;
}

.et-home__social-card--tiktok .et-home__social-play {
    color: #00b8b8;
}

.et-home__social-card--facebook .et-home__social-play {
    color: #1877f2;
}

.et-home__social-card--youtube .et-home__social-play {
    color: #ff0000;
}

.et-home__social-card--world .et-home__social-play {
    color: #f39c12;
}

.et-home__social-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 8px 8px 8px 18px !important;
    border: none !important;
    border-radius: 50px;
    background: var(--et-home-blue);
    color: #ffffff !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.et-home__social-card--instagram .et-home__social-cta {
    background: #e1306c;
}

.et-home__social-card--tiktok .et-home__social-cta {
    background: #00b8b8;
}

.et-home__social-card--facebook .et-home__social-cta {
    background: #1877f2;
}

.et-home__social-card--youtube .et-home__social-cta {
    background: #ff0000;
}

.et-home__social-card--world .et-home__social-cta {
    background: #f39c12;
    color: #ffffff !important;
}

.et-home__social-cta:hover,
.et-home__social-cta:focus {
    filter: brightness(0.94);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.et-home__social-card--world .et-home__social-cta:hover,
.et-home__social-card--world .et-home__social-cta:focus {
    color: #ffffff !important;
}

.et-home__social-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: inherit !important;
}

.et-home__social-cta-icon svg {
    width: 15px;
    height: 15px;
}

.et-home__social-card--instagram .et-home__social-cta-icon {
    color: #e1306c;
}

.et-home__social-card--tiktok .et-home__social-cta-icon {
    color: #00b8b8;
}

.et-home__social-card--facebook .et-home__social-cta-icon {
    color: #1877f2;
}

.et-home__social-card--youtube .et-home__social-cta-icon {
    color: #ff0000;
}

.et-home__social-card--world .et-home__social-cta-icon {
    color: #f39c12;
}

@media screen and (min-width: 992px) {
    .et-home__social-card {
        min-height: 430px;
    }

    .et-home__social-head {
        padding: 14px 14px 6px;
        gap: 10px;
    }

    .et-home__social-brand {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .et-home__social-brand svg {
        width: 24px;
        height: 24px;
    }

    .et-home__social-type {
        padding: 0 14px 8px;
        font-size: 11px;
    }

    .et-home__social-foot {
        gap: 14px;
        padding: 14px 12px 14px;
    }

    .et-home__social-copy {
        padding: 0 2px;
    }

    .et-home__social-desc {
        padding: 10px 14px;
        font-size: 16px;
        line-height: 1.45;
        text-align: center;
    }

    .et-home__social-media {
        padding: 0 12px;
    }

    .et-home__social-media-link,
    .et-home__social-media-link--single {
        min-height: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .et-home__social-grid:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media screen and (max-width: 991px) {
    .et-home__social-grid:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .et-home__social-intro {
        margin-bottom: 16px;
    }
	

.et-home__fun-egg-app {
    padding: 0;
}

.mosnter-section {
    flex-direction: column !important;
    display: block;
}
    .et-home__social-slider-wrap {
        max-width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .et-home__social-grid:not(.slick-initialized) {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0 !important;
        margin: 0;
        border: 2px solid var(--et-home-blue) !important;
        border-radius: 50%;
        background: #ffffff !important;
        color: var(--et-home-blue);
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        box-sizing: border-box;
        transform: translateY(-50%);
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-arrow::before {
        content: '' !important;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        box-sizing: border-box;
        opacity: 1;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-prev {
        left: -15px;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-prev::before,
    .et-home__social-slider-wrap.is-slider-active .slick-prev:hover::before,
    .et-home__social-slider-wrap.is-slider-active .slick-prev:focus::before,
    .et-home__social-slider-wrap.is-slider-active .slick-prev:active::before {
        transform: translateX(1.5px) rotate(135deg);
    }

    .et-home__social-slider-wrap.is-slider-active .slick-next {
        right: -15px;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-next::before,
    .et-home__social-slider-wrap.is-slider-active .slick-next:hover::before,
    .et-home__social-slider-wrap.is-slider-active .slick-next:focus::before,
    .et-home__social-slider-wrap.is-slider-active .slick-next:active::before {
        transform: translateX(-1.5px) rotate(-45deg);
    }

    .et-home__social-slider-wrap.is-slider-active .slick-arrow:hover,
    .et-home__social-slider-wrap.is-slider-active .slick-arrow:focus,
    .et-home__social-slider-wrap.is-slider-active .slick-arrow:active {
        background: var(--et-home-blue) !important;
        border-color: var(--et-home-blue) !important;
        color: #ffffff;
        transform: translateY(-50%);
        outline: none;
    }

    .et-home__social-card {
        min-height: 0;
    }

    .et-home__social-logo {
        height: 56px;
        margin-bottom: 14px;
    }

    .et-home__social-title {
        font-size: clamp(26px, 7vw, 34px);
    }

    .et-home__social-lead {
        font-size: clamp(15px, 4vw, 17px);
    }
}

@media screen and (max-width: 768px) {
    .et-home__social-slider-wrap {
        max-width: 100%;
        margin: 0;
        padding: 0 20px;
    }

    .et-home__social-grid:not(.slick-initialized) {
        gap: 10px;
    }

    .et-home__social-grid.slick-initialized .slick-list {
        margin: 0 -4px;
    }

    .et-home__social-grid.slick-initialized .slick-slide {
        padding: 0 4px;
    }

    .et-home__social-card {
        min-height: 0;
        border-radius: 16px;
    }

    .et-home__social-head {
        gap: 10px;
        padding: 10px 10px 4px;
    }

    .et-home__social-brand {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .et-home__social-brand svg {
        width: 20px;
        height: 20px;
    }

    .et-home__social-name {
        font-size: 14px;
    }

    .et-home__social-handle {
        font-size: 12px;
    }

    .et-home__social-type {
        padding: 0 10px 6px;
        font-size: 10px;
    }

    .et-home__social-media {
        height: 120px;
        padding: 0 8px;
		
    }

    .et-home__social-media-link,
    .et-home__social-media-link--single {
        min-height: 140px;
        border-radius: 10px;
    }

    .et-home__social-play {
        width: 44px;
        height: 44px;
    }

    .et-home__social-play svg {
        width: 18px;
        height: 18px;
    }

    .et-home__social-foot {
        gap: 10px;
        padding: 10px 8px 10px;
    }

    .et-home__social-copy {
        padding: 0;
    }

    .et-home__social-slider-wrap.is-slider-active .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .et-home__social-desc {
        padding: 6px 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    .et-home__social-cta {
        min-height: 36px;
        gap: 8px;
        padding: 6px 6px 6px 14px !important;
        font-size: 10px !important;
    }

    .et-home__social-cta-icon {
        width: 24px;
        height: 24px;
    }

    .et-home__social-cta-icon svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 479px) {
    .et-home__social-grid:not(.slick-initialized) {
        grid-template-columns: 1fr;
    }

    .et-home__social-card {
        min-height: 0;
    }

    .et-home__social-media-link,
    .et-home__social-media-link--single {
        min-height: 132px;
    }
}

/* ----- Why Parents Love Eggs Time ----- */
.et-home__parent-benefits {
    position: relative;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.et-home__parent-benefits-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.85) 0, transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.75) 0, transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(39, 174, 96, 0.08) 0, transparent 42%);
}

.et-home__parent-benefits .et-home__section-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--et-home-max);
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__parent-benefits-intro {
    max-width: var(--et-home-narrow);
    margin: 0 auto 28px;
    text-align: center;
}

.et-home__parent-benefits-intro .et-home__section-kicker {
    margin-bottom: 10px;
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--et-home-blue) !important;
}

.et-home__parent-benefits-trust-line {
    margin: 10px 0 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--et-home-heading) !important;
    -webkit-text-stroke: 0;
}

.et-home__parent-benefits-trust-line--hearts {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.et-home__parent-benefits-heart {
    color: #e91e8c;
    font-size: 0.82em;
    line-height: 1;
}

.et-home__parent-benefits-certs {
    margin-top: 16px;
    padding-top: 0;
    text-align: center;
}

.et-home__parent-benefits-certs-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.6vw, 16px);
    width: 100%;
    max-width: 920px;
    margin: 0 auto 24px;
}

.et-home__parent-benefits-certs-heading-side {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    max-width: 220px;
    gap: 10px;
}

.et-home__parent-benefits-certs-heading-side--right {
    justify-content: flex-end;
}

.et-home__parent-benefits-certs-heading-line {
    flex: 1 1 auto;
    min-width: 36px;
    height: 2px;
    border-radius: 999px;
    background: #27ae60;
}

.et-home__parent-benefits-certs-heading-dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27ae60;
}

.et-home__parent-benefits-certs-heading-text {
    margin: 0;
    flex: 0 1 auto;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #27ae60 !important;
    -webkit-text-stroke: 0;
}

@media screen and (max-width: 575px) {
    .et-home__parent-benefits-certs-heading {
        gap: 8px;
    }

    .et-home__parent-benefits-certs-heading-side {
        max-width: 72px;
    }

    .et-home__parent-benefits-certs-heading-text {
        font-size: clamp(18px, 5vw, 22px);
    }
}

.et-home__parent-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 24px);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__parent-benefits-item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.et-home__parent-benefits-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    height: 100%;
    min-height: 100%;
    padding: clamp(24px, 2.4vw, 32px) clamp(18px, 2vw, 28px);
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.08);
    text-align: center;
}

.et-home__parent-benefits-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #e8f4fc;
    color: var(--et-home-blue);
}

.et-home__parent-benefits-icon i {
    display: block;
    font-size: 36px;
    line-height: 1;
}

.et-home__parent-benefits-icon--purple {
    background: #f3ebf9;
    color: #9b59b6;
}

.et-home__parent-benefits-icon--pink {
    background: #fde8f2;
    color: #e91e8c;
}

.et-home__parent-benefits-icon--yellow {
    background: #fff8e1;
    color: #f39c12;
}

.et-home__parent-benefits-icon--green {
    background: #e8f9ef;
    color: #1f8f4f;
}

.et-home__parent-benefits-title {
    margin: 0 0 10px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 800;
    line-height: 1.3;
    color: var(--et-home-heading) !important;
}

.et-home__parent-benefits-desc {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--et-home-text) !important;
}

@media screen and (min-width: 1200px) {
    .et-home__parent-benefits-grid {
        gap: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .et-home__parent-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .et-home__parent-benefits-intro {
        margin-bottom: 18px;
    }

    .et-home__parent-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .et-home__parent-benefits-card {
        gap: 8px;
        padding: 12px 10px;
        border-radius: 14px;
    }

    .et-home__parent-benefits-icon {
        width: 48px;
        height: 48px;
    }

    .et-home__parent-benefits-icon i {
        font-size: 20px;
    }

    .et-home__parent-benefits-title {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 1.25;
    }

    .et-home__parent-benefits-desc {
        font-size: 11px;
        line-height: 1.4;
    }

    .et-home__parent-benefits-certs {
        margin-top: 10px;
    }

    .et-home__parent-benefits-certs-heading {
        gap: 8px;
        margin-bottom: 12px;
    }

    .et-home__parent-benefits-certs-heading-text {
        font-size: clamp(17px, 4.8vw, 20px);
    }

    .et-home__parent-benefits-certs-heading-side {
        max-width: 56px;
        gap: 6px;
    }

    .et-home__parent-benefits-certs-heading-dot {
        width: 6px;
        height: 6px;
    }

    .et-home__parent-trust-certs-slider:not(.slick-initialized) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .et-home__parent-trust-certs-slider-wrap {
        padding: 0 24px;
    }

    .et-home__parent-trust-certs-slider .slick-list {
        margin: 0 -2px;
    }

    .et-home__parent-trust-certs-slider .slick-slide {
        padding: 0 2px;
    }

    .et-home__parent-trust-cert {
        height: 56px;
        padding: 6px 8px;
        border-radius: 10px;
    }

    .et-home__parent-trust-cert-img {
        height: 32px;
        max-width: 64px;
    }

    .et-home__parent-trust-certs-slider-wrap .slick-arrow {
        width: 28px !important;
        height: 28px !important;
    }
}

/* ----- Trusted by Families Worldwide (certifications only) ----- */
.et-home__parent-trust {
    background: #ffffff;
    width: 100%;
}

/* Hide legacy benefit message cards if an older template is still cached */
.et-home__parent-trust-messages,
.et-home__parent-trust-messages-slider-wrap {
    display: none !important;
}

.et-home__parent-trust .et-home__section-kicker {
    margin-bottom: 14px;
    font-size: clamp(17px, 2.3vw, 23px);
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--et-home-heading) !important;
}

.et-home__parent-trust-intro {
    margin: 0 0 28px;
    text-align: center;
}

.et-home__parent-trust-certs {
    margin: 0;
    padding: 0;
}

.et-home__parent-trust-certs-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__parent-trust-certs-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}

.et-home__parent-trust-certs-slider:not(.slick-initialized) .et-home__parent-trust-cert-item {
    min-width: 0;
}

.et-home__parent-trust-certs-slider.slick-initialized {
    display: block;
    width: 100%;
}

.et-home__parent-trust-certs-slider-wrap {
    position: relative;
    padding: 0;
    overflow: visible;
}

@media screen and (max-width: 1199px) {
    .et-home__parent-trust-certs-slider-wrap {
        padding: 0 var(--et-home-slider-inset);
    }
}

.et-home__parent-trust-certs-slider .slick-list {
    overflow: hidden;
    margin: 0 -8px;
}

.et-home__parent-trust-certs-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__parent-trust-certs-slider .slick-slide {
    height: auto;
    padding: 0 8px;
}

.et-home__parent-trust-certs-slider .slick-slide > div {
    height: 100%;
}

.et-home__parent-trust-certs-slider .et-home__parent-trust-cert-item {
    height: 100%;
}

.et-home__parent-trust-certs-slider-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid var(--et-home-blue) !important;
    border-radius: 50%;
    background: #ffffff !important;
    color: var(--et-home-blue);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.et-home__parent-trust-certs-slider-wrap .slick-arrow::before {
    display: none !important;
    content: none !important;
}

.et-home__parent-trust-certs-slider-wrap .slick-prev {
    left: 0;
}

.et-home__parent-trust-certs-slider-wrap .slick-next {
    right: 0;
}

.et-home__parent-trust-certs-slider-wrap .slick-prev::after,
.et-home__parent-trust-certs-slider-wrap .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    box-sizing: border-box;
    pointer-events: none;
}

.et-home__parent-trust-certs-slider-wrap .slick-prev::after {
    transform: translate(-40%, -50%) rotate(-135deg);
}

.et-home__parent-trust-certs-slider-wrap .slick-next::after {
    transform: translate(-60%, -50%) rotate(45deg);
}

.et-home__parent-trust-certs-slider-wrap .slick-arrow:hover,
.et-home__parent-trust-certs-slider-wrap .slick-arrow:focus {
    background: var(--et-home-blue) !important;
    border-color: var(--et-home-blue) !important;
    color: #ffffff;
    transform: translateY(-50%) scale(1.05);
    outline: none;
}

.et-home__parent-trust-certs-slider-wrap .slick-arrow.slick-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
    .et-home__parent-trust-certs-slider-wrap .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .et-home__parent-trust-certs-slider:not(.slick-initialized) {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        max-width: none;
    }

    .et-home__parent-trust-certs-slider:not(.slick-initialized) .et-home__parent-trust-cert-item {
        min-width: 0;
    }
}

.et-home__parent-trust-cert-item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.et-home__parent-trust-cert {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 104px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.08);
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.et-home__parent-trust-cert:hover,
.et-home__parent-trust-cert:focus {
    border-color: #d5e3f0;
    box-shadow: 0 10px 24px rgba(30, 58, 95, 0.1);
    transform: translateY(-2px);
}

.et-home__parent-trust-cert-img {
    display: block;
    width: 100%;
    height: 64px;
    max-width: 132px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

/* ----- Distributor Partnerships ----- */
.et-home__distributor {
    position: relative;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.et-home__distributor-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 204, 0, 0.12) 0, transparent 28%),
        radial-gradient(circle at 90% 16%, rgba(44, 181, 232, 0.1) 0, transparent 30%);
}

.et-home__distributor .et-home__section-inner {
    position: relative;
    z-index: 1;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

.et-home__distributor-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #27ae60 !important;
}

.et-home__distributor-kicker-icon,
.et-home__distributor-kicker-chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1f8f4f;
    line-height: 1;
}

.et-home__distributor-kicker-icon {
    font-size: 15px;
}

.et-home__distributor-kicker-chevron {
    font-size: 22px;
    font-weight: 700;
    margin-top: -1px;
}

.et-home__distributor-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 16px 8px;
    padding: var(--et-home-panel-y) var(--et-home-panel-x);
    border-radius: var(--et-home-panel-radius);
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border: var(--et-home-panel-border);
    box-shadow: var(--et-home-panel-shadow);
    overflow: hidden;
}

.et-home__distributor-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.et-home__distributor-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0 0 16px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(34px, 4.2vw, 52px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.et-home__distributor-title-line {
    display: block;
}

.et-home__distributor-title-line--navy {
    color: var(--et-home-navy) !important;
}

.et-home__distributor-title-line--green {
    color: #27ae60 !important;
}

.et-home__distributor-text {
    margin: 0 0 12px;
    max-width: 100%;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 500;
    line-height: 1.65;
    color: var(--et-home-text) !important;
}

.et-home__distributor-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #27ae60 !important;
}

.et-home__distributor-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 1;
    color: #1f8f4f;
}

.et-home__distributor-btn-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 2px;
}

.et-home__distributor-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 40%;
    max-width: 40%;
    min-height: 50px;
    margin: 0;
    padding: 8px 8px 8px 18px !important;
    border: none !important;
    border-radius: 50px !important;
    background: #1f8f4f !important;
    color: #ffffff !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.et-home__distributor-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: inherit;
    line-height: 1;
}

.et-home__distributor-btn-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}

.et-home__distributor-btn:hover,
.et-home__distributor-btn:focus {
    background: #1f8f4f !important;
    border-color: transparent !important;
    color: #ffffff !important;
    filter: brightness(0.94);
    transform: translateY(-1px);
}

.et-home__distributor-btn:hover .et-home__distributor-btn-icon,
.et-home__distributor-btn:focus .et-home__distributor-btn-icon {
    color: inherit;
}

.et-home__distributor-visual {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    min-height: 0;
}

.et-home__distributor-showcase {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 22px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
    border: 1px solid rgba(32, 77, 136, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(30, 58, 95, 0.08);
}

.et-home__distributor-showcase-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    padding-bottom: 0;
    border-bottom: none;
}

.et-home__distributor-showcase-logo {
    display: block;
    width: auto;
    height: 56px;
    max-width: 220px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.et-home__distributor-showcase-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 12px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #27ae60 !important;
    white-space: nowrap;
}

.et-home__distributor-showcase-line {
    display: block;
    flex: 1 1 auto;
    min-width: 36px;
    max-width: 110px;
    height: 2px;
    border-radius: 2px;
    background: rgba(39, 174, 96, 0.55);
}

.et-home__distributor-showcase-ornament {
    flex-shrink: 0;
    color: #1f8f4f;
    font-size: 9px;
    line-height: 1;
}

.et-home__distributor-showcase-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.et-home__distributor-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.et-home__distributor-arrow {
    display: none;
}

.et-home__distributor-showcase-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 138px;
    min-width: 0;
    padding: 14px 10px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(32, 77, 136, 0.06);
    box-shadow: 0 4px 14px rgba(30, 58, 95, 0.05);
    box-sizing: border-box;
}

.et-home__distributor-showcase-product {
    display: block;
    width: auto;
    max-width: 100%;
    height: 85px;
    max-height: 100px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
}

.et-home__distributor-image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 36px rgba(30, 58, 95, 0.18));
}

.et-home__distributor-text--mobile {
    display: none;
}

@media screen and (min-width: 992px) {
    .et-home__distributor-panel {
        gap: 16px 6px;
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
    }
}

@media screen and (max-width: 991px) {
    .et-home__distributor-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
    }

    .et-home__distributor-visual {
        order: -1;
        min-height: 0;
    }

    .et-home__distributor-showcase {
        max-width: none;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .et-home__distributor {
        overflow-x: hidden;
    }

    .et-home__distributor .et-home__section-inner {
        overflow-x: hidden;
        max-width: 100%;
    }

    .et-home__distributor-panel {
        overflow: hidden;
        max-width: 100%;
    }

    .et-home__distributor-content,
    .et-home__distributor-visual,
    .et-home__distributor-showcase {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .et-home__distributor-title,
    .et-home__distributor-text,
    .et-home__distributor-note {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .et-home__distributor-title-line {
        white-space: normal;
    }

    .et-home__distributor-showcase-label {
        white-space: normal;
        flex-wrap: wrap;
    }

    .et-home__distributor-showcase-slider-wrap {
        padding: 0 var(--et-home-slider-inset-md);
        overflow: hidden;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-grid {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        padding: 4px 2px 10px;
        margin: 0;
        list-style: none;
        scrollbar-width: none;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-grid::-webkit-scrollbar {
        display: none;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-item {
        flex: 0 0 calc((100% - 24px) / 3);
        width: calc((100% - 24px) / 3);
        max-width: none;
        min-height: 96px;
        scroll-snap-align: start;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-product {
        max-width: 85%;
        max-height: 100px;
        width: auto;
        height: auto;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow {
        position: absolute;
        top: 50%;
        z-index: 6;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        border: 2px solid var(--et-home-blue);
        border-radius: 50%;
        background: #ffffff;
        color: var(--et-home-blue);
        cursor: pointer;
        box-sizing: border-box;
        transform: translateY(-50%);
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        box-sizing: border-box;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow--prev {
        left: 0;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow--prev::before {
        transform: translateX(1.5px) rotate(135deg);
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow--next {
        right: 0;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow--next::before {
        transform: translateX(-1.5px) rotate(-45deg);
    }

    .et-home__distributor-showcase-item {
        min-height: 120px;
        padding: 12px 8px;
    }

    .et-home__distributor-showcase-product {
        max-height: 96px;
    }

    .et-home__distributor-btn-wrap {
        justify-content: center;
    }

    .et-home__distributor-btn-wrap,
    .et-home__distributor-btn {
        width: auto !important;
        max-width: min(100%, 200px) !important;
    }
}

@media screen and (max-width: 575px) {
    .et-home__distributor-panel {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .et-home__distributor-showcase {
        max-width: none;
        padding: 14px 12px 12px;
    }

    .et-home__distributor-showcase-item {
        min-height: 120px;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-item {
        flex: 0 0 82%;
        width: 82%;
    }

    .et-home__distributor-btn-wrap {
        justify-content: center;
    }

    .et-home__distributor-btn-wrap,
    .et-home__distributor-btn {
        width: auto !important;
        max-width: min(100%, 200px) !important;
    }
}

@media screen and (max-width: 768px) {
    .et-home__distributor-showcase {
        padding: 10px 8px 8px;
        border-radius: 16px;
    }

    .et-home__distributor-showcase-head {
        margin-bottom: 4px;
    }

    .et-home__distributor-showcase-logo {
        height: 44px;
    }

    .et-home__distributor-showcase-label {
        margin-bottom: 6px;
        gap: 6px;
        font-size: 11px;
    }

    .et-home__distributor-showcase-line {
        min-width: 24px;
        max-width: 72px;
    }

    .et-home__distributor-showcase-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm);
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-grid {
        gap: 8px;
        padding: 0 0 2px;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-item {
        flex: 0 0 calc((100% - 16px) / 3);
        width: calc((100% - 16px) / 3);
        min-height: 88px;
        padding: 4px 2px;
        border-radius: 12px;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-product {
        width: 100%;
        max-width: 100%;
        max-height: 88px;
        height: auto;
    }

    .et-home__distributor-showcase-item {
        min-height: 96px;
        padding: 4px 2px;
        border-radius: 12px;
    }

    .et-home__distributor-showcase-product {
        width: 100%;
        max-width: 100%;
        max-height: 88px;
    }

    .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-arrow {
        width: 32px;
        height: 32px;
    }

    .et-home__distributor--desktop-detail {
        display: none !important;
    }

    .et-home__distributor-text--mobile {
        display: block;
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 1.45;
    }

    .et-home__distributor .et-home__section-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .et-home__distributor-panel {
        gap: 12px;
        padding: 16px 14px;
        border-radius: 18px;
    }

    .et-home__distributor-kicker {
        margin-bottom: 6px;
        font-size: 12px;
        gap: 6px;
    }

    .et-home__distributor-kicker-icon {
        font-size: 13px;
    }

    .et-home__distributor-kicker-chevron {
        font-size: 18px;
    }

    .et-home__distributor-title {
        margin-bottom: 8px;
        font-size: clamp(24px, 6.5vw, 30px);
        gap: 0;
    }

    .et-home__distributor-note {
        margin-bottom: 10px;
        font-size: 12px;
        gap: 6px;
    }

    .et-home__distributor-globe {
        width: 18px;
        height: 18px;
        font-size: 13px;
    }

    .et-home__distributor-btn-wrap {
        justify-content: center;
        margin-top: 0;
    }

    .et-home__distributor-btn {
        width: auto !important;
        max-width: min(100%, 200px) !important;
        min-height: 36px;
        gap: 8px;
        padding: 6px 10px 6px 14px !important;
        font-size: 10px !important;
    }

    .et-home__distributor-btn-icon svg {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 479px) {
    .et-home__parent-trust-certs-slider-wrap {
        padding: 0 var(--et-home-slider-inset-xs);
    }

    .et-home__parent-trust-certs-slider-wrap .slick-arrow::before {
        font-size: 20px;
    }
}

/* ----- Partner CTA ----- */
.et-home__cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.et-home__cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.72) 0, transparent 38%),
        radial-gradient(circle at 86% 18%, rgba(44, 181, 232, 0.1) 0, transparent 34%),
        radial-gradient(circle at 72% 82%, rgba(255, 204, 0, 0.08) 0, transparent 30%);
    pointer-events: none;
}

.et-home__cta-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--et-home-max);
    margin: 0 auto;
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
}

.et-home__cta-content {
    max-width: none;
    margin: 0 auto;
}

.et-home__cta-logo {
    display: block;
    width: auto;
    height: 72px;
    max-width: 220px;
    margin: 0 auto 20px;
    object-fit: contain;
}

.et-home__cta-title {
    margin: 0 0 12px;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(32px, 4.2vw, 46px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--et-home-heading) !important;
    text-align: center;
}

.et-home__cta-text {
    margin: 0 auto 40px;
    max-width: 720px;
    font-size: clamp(17px, 1.8vw, 20px);
    font-weight: 500;
    line-height: 1.55;
    color: var(--et-home-text) !important;
    text-align: center;
}

.et-home__cta-cards-slider-wrap {
    position: relative;
    width: 100%;
}

.et-home__cta-cards:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.et-home__cta-cards.slick-initialized {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.et-home__cta-cards.slick-initialized .slick-list {
    overflow: hidden;
    margin: 0 -8px;
}

.et-home__cta-cards.slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
}

.et-home__cta-cards.slick-initialized .slick-slide {
    height: auto;
    padding: 0 8px;
}

.et-home__cta-cards.slick-initialized .slick-slide > div {
    height: 100%;
}

.et-home__cta-cards-slider-wrap .slick-arrow {
    display: none;
}

.et-home__cta-card-item {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.et-home__cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 34px 28px 28px;
    border-radius: 24px;
    border: 1px solid rgba(32, 77, 136, 0.08);
    background: #ffffff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.et-home__cta-card:hover {
    transform: translateY(-4px);
    border-color: rgba(32, 77, 136, 0.14);
}

.et-home__cta-card-head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.et-home__cta-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #e8f3fc;
    color: #1a9fe0;
}

.et-home__cta-card-icon i {
    font-size: 40px;
    line-height: 1;
}

.et-home__cta-card--yellow .et-home__cta-card-icon {
    background: #fff8e1;
    color: #f39c12;
}

.et-home__cta-card--pink .et-home__cta-card-icon {
    background: #fde8f2;
    color: #e91e8c;
}

.et-home__cta-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
}

.et-home__cta-card-title {
    margin: 0;
    font-family: 'Quicksand', 'Ubuntu', sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    color: var(--et-home-heading) !important;
    text-align: center;
}

.et-home__cta-card-desc {
    margin: 0;
    font-size: clamp(16px, 1.55vw, 19px);
    font-weight: 500;
    line-height: 1.5;
    color: var(--et-home-text) !important;
    text-align: center;
}

.et-home__cta-card-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.et-home__cta-card-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
}

.et-home__cta-card-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 159, 224, 0.12);
    color: #1a9fe0;
}

.et-home__cta-card-benefit-icon i {
    font-size: 18px;
    line-height: 1;
}

.et-home__cta-card-benefit-icon--yellow {
    background: rgba(243, 156, 18, 0.14);
    color: #f39c12;
}

.et-home__cta-card-benefit-icon--pink {
    background: rgba(233, 30, 140, 0.12);
    color: #e91e8c;
}

.et-home__cta-card-benefit-text {
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 1.45;
    color: var(--et-home-text) !important;
}

.et-home__cta-card-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    padding: 14px 24px !important;
    border: 2px solid var(--et-home-btn) !important;
    border-radius: 50px !important;
    background: var(--et-home-btn) !important;
    font-family: 'Quicksand', 'Ubuntu', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.et-home__cta-card-action svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.et-home__cta-card-action:hover,
.et-home__cta-card-action:focus {
    background: var(--et-home-btn-hover) !important;
    border-color: var(--et-home-btn-hover) !important;
    transform: translateY(-1px);
}

.et-home__cta-card-action:hover svg,
.et-home__cta-card-action:focus svg {
    transform: translateX(3px);
}

.et-home__cta-card--blue {
    border-top: 5px solid #1a9fe0;
}

.et-home__cta-card--yellow {
    border-top: 5px solid #ffcc00;
}

.et-home__cta-card--pink {
    border-top: 5px solid #e91e8c;
}

@media screen and (min-width: 1200px) {
    .et-home__cta-card {
        padding: 36px 30px 30px;
    }
}

@media screen and (max-width: 991px) {
    .et-home__cta-cards:not(.slick-initialized) {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin: 0 auto;
    }

    .et-home__cta-card {
        min-height: 0;
    }
}

@media screen and (max-width: 767px) {
    .et-home__cta-text {
        margin-bottom: 24px;
    }

    .et-home__cta-cards-slider-wrap {
        max-width: min(100%, 420px);
        margin: 0 auto;
        padding: 0 var(--et-home-slider-inset-md);
    }

    .et-home__cta-cards:not(.slick-initialized) {
        max-width: none;
        gap: 18px;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0 !important;
        margin: 0;
        border: 2px solid var(--et-home-blue) !important;
        border-radius: 50%;
        background: #ffffff !important;
        color: var(--et-home-blue);
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        box-sizing: border-box;
        transform: translateY(-50%);
        transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow::before {
        content: '' !important;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        border: solid currentColor;
        border-width: 0 2px 2px 0;
        box-sizing: border-box;
        opacity: 1;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-prev {
        left: -10px;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-prev::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-prev:hover::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-prev:focus::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-prev:active::before {
        transform: translateX(1.5px) rotate(135deg);
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-next {
        right: -10px;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-next::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-next:hover::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-next:focus::before,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-next:active::before {
        transform: translateX(-1.5px) rotate(-45deg);
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow:hover,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow:focus,
    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow:active {
        background: var(--et-home-blue) !important;
        border-color: var(--et-home-blue) !important;
        color: #ffffff;
        transform: translateY(-50%);
        outline: none;
    }

    .et-home__cta-card {
        padding: 26px 20px 22px;
    }

    .et-home__cta-title {
        font-size: clamp(28px, 7vw, 36px);
    }

    .et-home__cta-card-title {
        font-size: clamp(20px, 5vw, 24px);
    }
}

@media screen and (max-width: 768px) {
    .et-home__cta-inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .et-home__cta-logo {
        height: 52px;
        margin-bottom: 12px;
    }

    .et-home__cta-title {
        margin-bottom: 8px;
        font-size: clamp(24px, 6.5vw, 30px);
    }

    .et-home__cta-text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.45;
    }

    .et-home__cta-cards-slider-wrap {
        max-width: min(100%, 320px);
        margin: 0 auto;
        padding: 0 var(--et-home-slider-inset-sm);
    }

    .et-home__cta-cards.slick-initialized .slick-list {
        margin: 0 -4px;
    }

    .et-home__cta-cards.slick-initialized .slick-slide {
        padding: 0 4px;
    }

    .et-home__cta-cards-slider-wrap.is-slider-active .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .et-home__cta-card {
        gap: 6px;
        padding: 12px 10px 10px;
        border-radius: 16px;
    }

    .et-home__cta-card--blue,
    .et-home__cta-card--yellow,
    .et-home__cta-card--pink {
        border-top-width: 4px;
    }

    .et-home__cta-card-icon {
        width: 44px;
        height: 44px;
    }

    .et-home__cta-card-icon i {
        font-size: 20px;
    }

    .et-home__cta-card-body {
        gap: 5px;
    }

    .et-home__cta-card-title {
        font-size: 16px;
        line-height: 1.15;
    }

    .et-home__cta-card-desc {
        font-size: 12px;
        line-height: 1.35;
    }

    .et-home__cta-card-benefits {
        gap: 4px;
        margin-top: 2px;
    }

    .et-home__cta-card-benefit {
        gap: 6px;
    }

    .et-home__cta-card-benefit-icon {
        width: 24px;
        height: 24px;
    }

    .et-home__cta-card-benefit-icon i {
        font-size: 11px;
    }

    .et-home__cta-card-benefit-text {
        font-size: 11px;
        line-height: 1.3;
    }

    .et-home__cta-card-action {
        min-height: 32px;
        gap: 6px;
        padding: 6px 12px !important;
        font-size: 9px !important;
        letter-spacing: 0.08em;
    }

    .et-home__cta-card-action svg {
        width: 11px;
        height: 11px;
    }
}

/* ----- Visual branding enhancements (vibrancy + playful decor) ----- */
.et-home__hero {
    background: linear-gradient(135deg, #eef8ff 0%, #fff5fb 48%, #fff9e8 100%);
}

.et-home__hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.96) 0%,
        rgba(255, 248, 252, 0.9) 34%,
        rgba(232, 246, 255, 0.62) 58%,
        rgba(255, 255, 255, 0.12) 100%
    );
}

.et-home__hero-badge {
    background: linear-gradient(135deg, #ffe566 0%, #ffd400 52%, #ffb800 100%);
    box-shadow: 0 4px 14px rgba(255, 184, 0, 0.35);
}

.et-home__hero-btn--primary {
    background: linear-gradient(135deg, #22b8ff 0%, #0d8fe8 55%, #0a75c4 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 8px 22px rgba(13, 143, 232, 0.35);
}

.et-home__characters .et-home__section-inner,
.et-home__best-sellers .et-home__section-inner,
.et-home__stories .et-home__section-inner,
.et-home__youtube .et-home__section-inner,
.et-home__products .et-home__section-inner,
.et-home__fun-egg .et-home__section-inner {
    position: relative;
}

.et-home__characters .et-home__section-inner::before,
.et-home__best-sellers .et-home__section-inner::before,
.et-home__stories .et-home__section-inner::before,
.et-home__youtube .et-home__section-inner::before,
.et-home__products .et-home__section-inner::before,
.et-home__fun-egg .et-home__section-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        radial-gradient(circle at 6% 14%, var(--et-home-sparkle-gold) 0 3.5px, transparent 4.5px),
        radial-gradient(circle at 14% 72%, var(--et-home-sparkle-pink) 0 2.5px, transparent 3.5px),
        radial-gradient(circle at 92% 20%, var(--et-home-sparkle-blue) 0 3px, transparent 4px),
        radial-gradient(circle at 84% 68%, var(--et-home-sparkle-purple) 0 2.5px, transparent 3.5px),
        radial-gradient(circle at 50% 8%, var(--et-home-sparkle-gold) 0 2px, transparent 3px),
        radial-gradient(circle at 38% 46%, var(--et-home-sparkle-blue) 0 2px, transparent 3px);
    background-repeat: no-repeat;
    opacity: 0.75;
}

.et-home__characters .et-home__section-inner > *,
.et-home__best-sellers .et-home__section-inner > *,
.et-home__stories .et-home__section-inner > *,
.et-home__youtube .et-home__section-inner > *,
.et-home__products .et-home__section-inner > *,
.et-home__fun-egg .et-home__section-inner > * {
    position: relative;
    z-index: 1;
}

.et-home__stories {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.et-home__stories-bg {
    background:
        radial-gradient(circle at 8% 18%, rgba(24, 195, 255, 0.16) 0, transparent 34%),
        radial-gradient(circle at 92% 12%, rgba(255, 212, 0, 0.2) 0, transparent 28%),
        radial-gradient(circle at 78% 82%, rgba(255, 61, 165, 0.12) 0, transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(155, 77, 202, 0.1) 0, transparent 26%),
        linear-gradient(180deg, rgba(238, 247, 252, 0.55) 0%, rgba(255, 255, 255, 0) 42%);
}

.et-home__stories::after,
.et-home__products::after,
.et-home__youtube::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0.55;
}

.et-home__stories::after {
    top: 12%;
    right: 5%;
    background: #ffd400;
    box-shadow:
        -64px 28px 0 -4px #ff3da5,
        -110px -18px 0 -5px #18c3ff,
        24px 52px 0 -6px #9b4dca;
}

.et-home__products::after {
    top: 10%;
    left: 4%;
    background: #18c3ff;
    box-shadow:
        48px 36px 0 -5px #ffd400,
        96px -12px 0 -6px #ff3da5,
        140px 44px 0 -5px #2ecc71;
}

.et-home__youtube::after {
    top: 8%;
    right: 7%;
    background: #ff3da5;
    box-shadow:
        -52px 32px 0 -5px #ffd400,
        -98px -8px 0 -6px #18c3ff;
}

.et-home__youtube-panel {
    background: linear-gradient(145deg, #dff4ff 0%, #c8ebff 42%, #e8f7ff 100%);
    border: var(--et-home-panel-border);
    box-shadow: var(--et-home-panel-shadow);
}

.et-home__youtube-bg {
    background-image:
        radial-gradient(circle at 10% 16%, rgba(255, 212, 0, 0.55) 0 5px, transparent 6px),
        radial-gradient(circle at 18% 72%, rgba(24, 195, 255, 0.45) 0 4px, transparent 5px),
        radial-gradient(circle at 88% 22%, rgba(255, 212, 0, 0.5) 0 6px, transparent 7px),
        radial-gradient(circle at 72% 78%, rgba(255, 61, 165, 0.35) 0 4px, transparent 5px),
        radial-gradient(circle at 42% 38%, rgba(155, 77, 202, 0.28) 0 3px, transparent 4px);
}

.et-home__products {
    background: linear-gradient(180deg, #ffffff 0%, #fff8fd 55%, #f2faff 100%);
}

.et-home__product-card {
    box-shadow:
       inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.et-home__product-card--pink .et-home__product-btn {
    background: linear-gradient(135deg, #ff8ec4 0%, #ff3da5 55%, #e91e8c 100%) !important;
}

.et-home__product-card--blue .et-home__product-btn {
    background: linear-gradient(135deg, #4dd4ff 0%, #12a8f0 55%, #0d7fd4 100%) !important;
}

.et-home__product-card--purple .et-home__product-btn {
    background: linear-gradient(135deg, #c896df 0%, #9b4dca 55%, #8e44ad 100%) !important;
}

.et-home__product-card--green .et-home__product-btn {
    background: linear-gradient(135deg, #6ee7a8 0%, #2ecc71 55%, #27ae60 100%) !important;
}

.et-home__product-card--orange .et-home__product-btn,
.et-home__product-card--yellow .et-home__product-btn {
    background: linear-gradient(135deg, #ffc766 0%, #ff9800 55%, #f39c12 100%) !important;
}

.et-home__fun-egg-panel {
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.85) 0, transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 248, 252, 0.88) 100%);
    border: var(--et-home-panel-border);
    box-shadow: var(--et-home-panel-shadow);
}

.et-home__fun-egg-app-panel {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.75) 0, transparent 34%),
        radial-gradient(circle at 88% 14%, rgba(255, 212, 0, 0.22) 0, transparent 28%),
        radial-gradient(circle at 72% 88%, rgba(255, 61, 165, 0.14) 0, transparent 32%),
        linear-gradient(180deg, #e5f6ff 0%, #f0faff 62%, #d4f5d9 62%, #b8ecc0 100%);
    box-shadow:
        0 16px 40px rgba(18, 168, 240, 0.14),
        0 8px 24px rgba(46, 204, 113, 0.12);
}

.et-home__fun-egg-app-panel::before {
    opacity: 0.95;
    box-shadow:
        120px -8px 0 #ff8ecf,
        240px 4px 0 #4dd4ff,
        360px -4px 0 #ffd400,
        480px 8px 0 #ff8ecf,
        600px 0 0 #4dd4ff,
        720px 6px 0 #c896df;
}

.et-home__parent-benefits-bg {
    background:
        radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.92) 0, transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(255, 212, 0, 0.16) 0, transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(46, 204, 113, 0.14) 0, transparent 42%),
        radial-gradient(circle at 24% 68%, rgba(255, 61, 165, 0.1) 0, transparent 28%);
}

.et-home__social-bg,
.et-home__distributor-bg,
.et-home__cta-bg {
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 212, 0, 0.14) 0, transparent 28%),
        radial-gradient(circle at 84% 24%, rgba(24, 195, 255, 0.12) 0, transparent 30%),
        radial-gradient(circle at 72% 78%, rgba(255, 61, 165, 0.1) 0, transparent 26%);
}

.et-home__games-extra-inside {
    background: linear-gradient(135deg, #7b3fa8 0%, #9b4dca 45%, #e91e8c 100%);
}

.et-home__games-extra-main {
    background: linear-gradient(135deg, #ff5a7a 0%, #ff1849 52%, #d81040 100%);
}

.et-home__card-btn {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}



@media (prefers-reduced-motion: no-preference) {
    .et-home__playful-section::before,
    .et-home__bg-band--playful::before {
        animation: et-home-sparkle-drift 18s ease-in-out infinite alternate;
    }

    .et-home__stories::after,
    .et-home__products::after,
    .et-home__youtube::after {
        animation: et-home-float-shapes 14s ease-in-out infinite alternate;
    }
}

@keyframes et-home-sparkle-drift {
    0% { opacity: 0.82; transform: translateY(0); }
    100% { opacity: 0.96; transform: translateY(-6px); }
}

@keyframes et-home-float-shapes {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-8px) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
    .et-home__playful-section::before,
    .et-home__bg-band--playful::before,
    .et-home__stories::after,
    .et-home__products::after,
    .et-home__youtube::after {
        animation: none;
    }
}

/* ----- Final sizing & spacing polish ----- */
@media screen and (max-width: 767px) {
    .et-home__fun-egg-games-icon {
        width: 42px;
        height: 42px;
    }

    .et-home__fun-egg-ratings-badge,
    .et-home__games-extra-ratings-badge {
        width: 24px;
        height: 25px;
    }

    .et-home__product-icon {
        width: 36px;
        height: 36px;
    }

    .et-home__games-extra-market {
        gap: 10px 20px;
        margin-bottom: 28px;
    }

    .et-home__best-sellers-character {
        width: 56px;
        height: 56px;
        right: 8px;
        bottom: 8px;
        padding: 6px;
    }

    .et-home__best-sellers-character-img {
        max-height: 40px;
    }

    .et-home__youtube-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x);
        border-radius: var(--et-home-panel-radius);
    }

    .et-home__hero-btn--shop {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
}

@media screen and (max-width: 768px) {
    .et-home {
        --et-home-panel-x: 14px;
        --et-home-panel-y: 16px;
        --et-home-panel-radius: 18px;
        --et-home-section-x: 18px;
        --et-home-section-gap: 36px;
        --et-home-section-top-spacing: 18px;
        --et-home-section-spacing: 18px;
        --et-home-kicker-gap: 12px;
        --et-home-head-to-content: 16px;
    }
}

@media screen and (max-width: 479px) {
    .et-home {
        --et-home-section-x: 18px;
        --et-home-panel-x: 12px;
        --et-home-panel-y: 14px;
    }

    .et-home__best-sellers-character {
        display: none;
    }

    .et-home__games-extra-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm);
    }
}


/* ----- Responsive breakpoint tokens (10 homepage sections) ----- */
.main--home-v2 .et-home__hero.et-home__hero--split-video .et-home__hero-inner {
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
    padding-top: var(--et-home-hero-padding-top);
    padding-bottom: var(--et-home-hero-padding-bottom);
}

.main--home-v2 .et-home__bg-band--playful .et-home__characters .et-home__section-inner,
.main--home-v2 .et-home__bg-band--playful .et-home__best-sellers .et-home__section-inner,
.main--home-v2 #et-home-stories .et-home__section-inner,
.main--home-v2 #et-home-youtube .et-home__section-inner,
.main--home-v2 #et-home-products .et-home__section-inner,
.main--home-v2 .et-home__fun-egg .et-home__section-inner,
.main--home-v2 .et-home__parent-benefits .et-home__section-inner,
.main--home-v2 #et-home-social .et-home__section-inner,
.main--home-v2 .et-home__distributor .et-home__section-inner,
.main--home-v2 .et-home__cta .et-home__cta-inner {
    padding-left: var(--et-home-section-x);
    padding-right: var(--et-home-section-x);
    padding-top: var(--et-home-section-padding-y);
    padding-bottom: var(--et-home-section-padding-y);
}

/* ----- Tight heading junctions (final cascade wins) ----- */
@media screen and (max-width: 1199px) {
    .main--home-v2 .et-home__hero--split-video .et-home__hero-inner {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-grid {
    align-items: center !important;
    justify-content: flex-start;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-media {
    align-self: center !important;
}

.main--home-v2 .et-home__bg-band--playful {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.main--home-v2 .et-home__bg-band--playful .et-home__characters .et-home__section-inner,
.main--home-v2 .et-home__characters .et-home__section-inner,
.main--home-v2 .et-home__characters .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: 0 !important;
}

.main--home-v2 .et-home__bg-band--playful .et-home__best-sellers .et-home__section-inner,
.main--home-v2 .et-home__best-sellers .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
}

.main--home-v2 .et-home__stories,
.main--home-v2 .et-home__youtube,
.main--home-v2 .et-home__youtube-subscribe-band,
.main--home-v2 .et-home__products,
.main--home-v2 .et-home__fun-egg,
.main--home-v2 .et-home__parent-benefits,
.main--home-v2 .et-home__social,
.main--home-v2 .et-home__distributor,
.main--home-v2 .et-home__cta {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.main--home-v2 .et-home__stories .et-home__section-inner,
.main--home-v2 .et-home__stories .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__youtube .et-home__section-inner,
.main--home-v2 .et-home__youtube .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__products .et-home__section-inner,
.main--home-v2 .et-home__products .et-home__section-inner.center {
    padding-top: 0 !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__fun-egg .et-home__section-inner,
.main--home-v2 .et-home__fun-egg .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__parent-benefits .et-home__section-inner,
.main--home-v2 .et-home__parent-benefits .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__social .et-home__section-inner,
.main--home-v2 .et-home__social .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__distributor .et-home__section-inner,
.main--home-v2 .et-home__distributor .et-home__section-inner.center {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
    margin-top: 0 !important;
}

.main--home-v2 .et-home__cta-inner {
    padding-top: var(--et-home-section-padding-y) !important;
    padding-bottom: var(--et-home-section-padding-y) !important;
}

.main--home-v2 .et-home__stories .et-home__stories-head,
.main--home-v2 .et-home__youtube-intro,
.main--home-v2 .et-home__stories .et-home__section-kicker,
.main--home-v2 .et-home__youtube-intro .et-home__section-kicker {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .et-home {
        --et-home-section-gap: 36px;
        --et-home-section-top-spacing: 18px;
        --et-home-section-spacing: 18px;
        --et-home-kicker-gap: 12px;
        --et-home-head-to-content: 16px;
        --et-home-panel-x: 14px;
        --et-home-panel-y: 16px;
        --et-home-panel-radius: 18px;
        --et-home-section-x: 18px;
    }

    .main--home-v2 .et-home__bg-band--playful .et-home__characters .et-home__section-inner,
    .main--home-v2 .et-home__characters .et-home__section-inner,
    .main--home-v2 .et-home__characters .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: 0 !important;
    }

    .main--home-v2 .et-home__bg-band--playful .et-home__best-sellers .et-home__section-inner,
    .main--home-v2 .et-home__best-sellers .et-home__section-inner,
    .main--home-v2 .et-home__best-sellers .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-inner {
        padding-top: 16px !important;
        padding-bottom: 24px !important;
        text-align: center !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-content {
        align-items: center !important;
        text-align: center !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-actions {
        align-items: center !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-btn {
        width: min(100%, 280px) !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-btn--primary {
        width: min(100%, 210px) !important;
    }

    .main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap {
        max-width: 100% !important;
        border-radius: 18px !important;
    }

    .main--home-v2 .et-home__youtube .et-home__section-inner,
    .main--home-v2 .et-home__youtube .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: 10px !important;
    }

    .main--home-v2 .et-home__stories .et-home__section-inner,
    .main--home-v2 .et-home__stories .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__products .et-home__section-inner,
    .main--home-v2 .et-home__products .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__parent-benefits .et-home__section-inner,
    .main--home-v2 .et-home__parent-benefits .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__social .et-home__section-inner,
    .main--home-v2 .et-home__social .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__youtube-subscribe-band .et-home__section-inner,
    .main--home-v2 .et-home__youtube-subscribe-band .et-home__section-inner.center {
        padding-top: 0 !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__youtube-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x) !important;
        border-radius: var(--et-home-panel-radius) !important;
        border: var(--et-home-panel-border) !important;
    }

    .main--home-v2 .et-home__fun-egg .et-home__section-inner,
    .main--home-v2 .et-home__fun-egg .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__fun-egg-panel {
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .main--home-v2 .et-home__fun-egg-app-panel {
        padding: var(--et-home-panel-y) var(--et-home-panel-x) !important;
        border: var(--et-home-panel-border) !important;
        border-radius: var(--et-home-panel-radius) !important;
    }

    .main--home-v2 .et-home__fun-egg-app-stores {
        margin-top: 6px !important;
    }

    .main--home-v2 .et-home__parent-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .main--home-v2 .et-home__parent-benefits-card {
        padding: 12px 10px !important;
    }

    .main--home-v2 .et-home__parent-benefits-certs {
        margin-top: 10px !important;
    }

    .main--home-v2 .et-home__parent-benefits-certs-heading {
        margin-bottom: 12px !important;
    }

    .main--home-v2 .et-home__parent-trust-cert {
        height: 72px !important;
        padding: 8px 10px !important;
    }

    .main--home-v2 .et-home__parent-trust-cert-img {
        height: 44px !important;
        max-width: 88px !important;
    }

    .main--home-v2 .et-home__social-media-link,
    .main--home-v2 .et-home__social-media-link--single {
        min-height: 120px !important;
    }

    .main--home-v2 .et-home__social-card {
        min-height: 0 !important;
    }

    .main--home-v2 .et-home__social-cta {
        min-height: 36px !important;
        font-size: 10px !important;
    }

    .main--home-v2 .et-home__distributor-showcase {
        padding: 10px 8px 8px !important;
    }

    .main--home-v2 .et-home__distributor-showcase-slider-wrap {
        padding: 0 var(--et-home-slider-inset-sm) !important;
    }

    .main--home-v2 .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-item,
    .main--home-v2 .et-home__distributor-showcase-item {
        min-height: 96px !important;
        padding: 4px 2px !important;
    }

    .main--home-v2 .et-home__distributor-showcase-slider-wrap.is-scroll-carousel .et-home__distributor-showcase-product,
    .main--home-v2 .et-home__distributor-showcase-product {
        max-width: 100% !important;
        max-height: 88px !important;
    }

    .main--home-v2 .et-home__distributor .et-home__section-inner,
    .main--home-v2 .et-home__distributor .et-home__section-inner.center {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__distributor-panel {
        gap: 12px !important;
        padding: var(--et-home-panel-y) var(--et-home-panel-x) !important;
        border: var(--et-home-panel-border) !important;
        border-radius: var(--et-home-panel-radius) !important;
    }

    .main--home-v2 .et-home__distributor-btn-wrap {
        justify-content: center !important;
    }

    .main--home-v2 .et-home__distributor-btn {
        width: auto !important;
        max-width: min(100%, 200px) !important;
        min-height: 36px !important;
        font-size: 10px !important;
    }

    .main--home-v2 .et-home__cta-inner {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: var(--et-home-section-padding-y) !important;
    }

    .main--home-v2 .et-home__cta-cards-slider-wrap {
        max-width: 100%!important;
		padding: 0 20px;
    }

    .main--home-v2 .et-home__cta-card {
        padding: 12px 10px 10px !important;
    }

    .main--home-v2 .et-home__cta-card-icon {
        width: 44px !important;
        height: 44px !important;
    }

    .main--home-v2 .et-home__cta-card-benefits {
        gap: 4px !important;
    }

    .main--home-v2 .et-home__cta-card-action {
        min-height: 32px !important;
        font-size: 9px !important;
    }

    /* Tight badge/kicker → heading/content rhythm */
    .main--home-v2 .et-home__section-kicker,
    .main--home-v2 .et-home__stories .et-home__section-kicker,
    .main--home-v2 .et-home__youtube .et-home__section-kicker,
    .main--home-v2 .et-home__youtube-intro .et-home__section-kicker,
    .main--home-v2 .et-home__fun-egg-kicker,
    .main--home-v2 .et-home__parent-benefits-intro .et-home__section-kicker,
    .main--home-v2 .et-home__parent-trust .et-home__section-kicker,
    .main--home-v2 .et-home__social .et-home__section-kicker,
    .main--home-v2 .et-home__distributor-kicker {
        margin-bottom: var(--et-home-kicker-gap) !important;
    }

    .main--home-v2 .et-home__stories-head,
    .main--home-v2 .et-home__stories--mobile-card .et-home__stories-head,
    .main--home-v2 .et-home__youtube-intro,
    .main--home-v2 .et-home__fun-egg-head,
    .main--home-v2 .et-home__parent-benefits-intro,
    .main--home-v2 .et-home__social-intro {
        margin-bottom: var(--et-home-head-to-content) !important;
    }
}

/* ----- Unified section edge + panel alignment (final cascade) ----- */
.main--home-v2 .et-home__hero-inner,
.main--home-v2 .et-home__section-inner,
.main--home-v2 .et-home__section-inner.center,
.main--home-v2 .et-home__cta-inner {
    max-width: var(--et-home-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--et-home-section-x) !important;
    padding-right: var(--et-home-section-x) !important;
}

.main--home-v2 .et-home__youtube-panel,
.main--home-v2 .et-home__distributor-panel {
    border: var(--et-home-panel-border) !important;
    border-radius: var(--et-home-panel-radius) !important;
    box-shadow: var(--et-home-panel-shadow) !important;
}

/* Mobile final: Egg World + Best Sellers arrows — in-flow, no negative inset */
@media screen and (max-width: 768px) {
    .main--home-v2 .et-home__bg-band--playful {
        padding-left: max(8px, env(safe-area-inset-left, 0px)) !important;
        padding-right: max(8px, env(safe-area-inset-right, 0px)) !important;
        box-sizing: border-box !important;
    }

    .main--home-v2 .et-home__characters-slider-wrap,
    .main--home-v2 .et-home__best-sellers-slider-wrap {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible !important;
    }

    .main--home-v2 .et-home__characters-slider .slick-list,
    .main--home-v2 .et-home__best-sellers-slider .slick-list {
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .main--home-v2 .et-home__characters-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
    .main--home-v2 .et-home__characters-slider-wrap .slick-next.et-home__egg-carousel-arrow,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-next.et-home__egg-carousel-arrow {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        width: 28px !important;
        height: 28px !important;
        flex: 0 0 28px !important;
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
        box-shadow: 0 3px 8px rgba(255, 77, 141, 0.28) !important;
    }

    .main--home-v2 .et-home__characters-slider-wrap .slick-prev.et-home__egg-carousel-arrow,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-prev.et-home__egg-carousel-arrow {
        order: 1 !important;
    }

    .main--home-v2 .et-home__characters-slider.slick-initialized,
    .main--home-v2 .et-home__best-sellers-slider.slick-initialized {
        order: 2 !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .main--home-v2 .et-home__characters-slider-wrap .slick-next.et-home__egg-carousel-arrow,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-next.et-home__egg-carousel-arrow {
        order: 3 !important;
    }

    .main--home-v2 .et-home__characters-slider-wrap .slick-prev,
    .main--home-v2 .et-home__characters-slider-wrap .slick-next,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-prev,
    .main--home-v2 .et-home__best-sellers-slider-wrap .slick-next {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.main--home-v2 .et-home__hero.et-home__hero--split-video,
.main--home-v2 .et-home__hero--split-video {
    overflow: visible !important;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-media,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-frame,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-stack {
    overflow: visible;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap {
    max-width: min(100%, calc(var(--et-home-hero-media-max-h, 80vh) * var(--et-home-hero-video-ar-w, 1920) / var(--et-home-hero-video-ar-h, 1600))) !important;
    overflow: hidden;
    height: auto !important;
    max-height: none !important;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-video {
    display: block !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-video-fallback {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
}

@media screen and (max-width: 768px) {
    .main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap {
        max-width: 100% !important;
    }
}

/* ----- Hero: 100px bottom only on laptop/desktop — final cascade ----- */
@media screen and (min-width: 1200px) {
    .et-home__hero.et-home__hero--split-video .et-home__hero-inner,
    .et-home__hero.et-home__hero--split-video.et-home__playful-section .et-home__hero-inner,
    .main--home-v2 .et-home__hero.et-home__hero--split-video .et-home__hero-inner,
    .main--home-v2 .et-home__hero--split-video .et-home__hero-inner {
        padding-top: var(--et-home-section-padding-y) !important;
        padding-bottom: 150px !important;
    }
}

/* ----- Hero video + poster: no object-fit contain (must be last) ----- */
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-fallback,
.et-home__hero--split-video .et-home__hero-video-fallback {
    position: static !important;
    inset: auto !important;
    width: 800px !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: initial !important;
}

.main--home-v2 .et-home__hero--split-video .et-home__hero-video,
.et-home__hero--split-video .et-home__hero-video {
    position: static !important;
    inset: auto !important;
    display: block !important;
    
    max-width: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: initial !important;
}

/* One poster only: hide <img> fallback when video is ready (video uses poster attr) */
.et-home__hero--split-video .et-home__hero-video-wrap:not(.is-loading):not(.has-video-error) .et-home__hero-video-fallback,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap:not(.is-loading):not(.has-video-error) .et-home__hero-video-fallback {
    display: none !important;
}

.et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video-fallback,
.et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video-fallback,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video-fallback,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video-fallback {
    display: block !important;
}

.et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video,
.et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap.is-loading .et-home__hero-video,
.main--home-v2 .et-home__hero--split-video .et-home__hero-video-wrap.has-video-error .et-home__hero-video {
    display: none !important;
}

/* ----- Character / best-seller cards: no outer box-shadow bleed ----- */
.et-home__character-card,
.et-home__best-sellers-card,
.main--home-v2 .et-home__character-card,
.main--home-v2 .et-home__best-sellers-card {
    overflow: hidden !important;
    
}



.et-home__character-body,
.et-home__best-sellers-body,
.main--home-v2 .et-home__character-body,
.main--home-v2 .et-home__best-sellers-body {
    overflow: hidden;
}



.et-home__characters-slider .slick-list,
.main--home-v2 .et-home__characters-slider .slick-list {
    padding-bottom: 4px !important;
}

/* ----- Mobile: 2 character / best-seller cards per view ----- */
@media screen and (max-width: 767px) {
    .et-home__characters-slider:not(.slick-initialized),
    .et-home__best-sellers-slider:not(.slick-initialized),
    .main--home-v2 .et-home__characters-slider:not(.slick-initialized),
    .main--home-v2 .et-home__best-sellers-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .et-home__characters-slider .slick-slide,
    .et-home__best-sellers-slider .slick-slide,
    .main--home-v2 .et-home__characters-slider .slick-slide,
    .main--home-v2 .et-home__best-sellers-slider .slick-slide {
        padding: 0 4px !important;
    }

    .et-home__character-body,
    .main--home-v2 .et-home__character-body {
        padding: 10px 8px 12px !important;
        gap: 8px !important;
    }

    .et-home__character-name,
    .main--home-v2 .et-home__character-name {
        font-size: 13px !important;
    }

    .et-home__character-card .et-home__card-btn,
    .main--home-v2 .et-home__character-card .et-home__card-btn {
        min-height: 34px !important;
        padding: 4px 4px 4px 10px !important;
        font-size: 9px !important;
    }
}
@media screen and (max-width: 768px) {

    /* Playful band: safe-area only */
    .main--home-v2 .et-home__bg-band--playful {
        padding-left: env(safe-area-inset-left, 0px) !important;
        padding-right: env(safe-area-inset-right, 0px) !important;
    }

    /* Section inner: no horizontal padding */
    .main--home-v2 .et-home__characters .et-home__section-inner,
    .main--home-v2 .et-home__best-sellers .et-home__section-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Headings only: 12px inset */
    .main--home-v2 .et-home__characters .et-home__section-inner > :not(.et-home__characters-slider-wrap),
    .main--home-v2 .et-home__best-sellers .et-home__section-inner > :not(.et-home__best-sellers-slider-wrap) {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* Slider: flush, no side padding */
    .main--home-v2 .et-home__characters-slider-wrap,
    .main--home-v2 .et-home__best-sellers-slider-wrap {
        padding-left: 5px !important;
        padding-right: 5px !important;
        gap: 4px !important;
    }
.et-home__stories-intro p.et-home__section-kicker {
    text-align: center;
}
}
/* Laptop/desktop: inline buttons, one label per button */
@media screen and (min-width: 769px) {
    .et-home__hero--split-video .et-home__hero-text--mobile {
        display: none !important;
    }

    .et-home__hero--split-video .et-home__hero-btn-label--mobile {
        display: none !important;
    }

    .et-home__hero--split-video .et-home__hero-btn-label--desktop {
        display: inline !important;
    }

    .et-home__hero--split-video .et-home__hero-btn-icon {
        display: inline-flex !important;
    }

    .et-home__hero--split-video .et-home__hero-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: auto;
        max-width: 100%;
    }

    .et-home__hero--split-video .et-home__hero-btn {
        width: auto;
        max-width: none;
        flex: 0 1 auto;
    }
}

/* License page hero (same markup) */
@media screen and (min-width: 768px) {
    .et-license__hero-wrap .et-home__hero--split-video .et-home__hero-actions {
        flex-direction: row !important;
        align-items: center !important;
        width: auto !important;
    }

    .et-license__hero-wrap .et-home__hero--split-video .et-home__hero-btn {
        width: auto !important;
        max-width: none !important;
    }

    .et-license__hero-wrap .et-home__hero--split-video .et-home__hero-btn-label--mobile {
        display: none !important;
    }

    .et-license__hero-wrap .et-home__hero--split-video .et-home__hero-btn-label--desktop {
        display: inline !important;
    }

    .et-license__hero-wrap .et-home__hero--split-video .et-home__hero-btn-icon {
        display: inline-flex !important;
    }
}

@media (max-width:767px){
#cookie-law-info-bar .cli-bar-btn_container {
    grid-template-columns: repeat(3,1fr) !important;
}

#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-button {
    font-size: 10px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: unset !important;
    min-height: unset !important;
    border-radius: 8px !important;
}

#cookie-law-info-bar a::before {
    display: none !important;
}

div#cookie-law-info-bar {
    max-width: 95% !important;
    width: 100% !important;
    left: 11px !important;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    padding-right: 12px !important;
}
}
@media (max-width: 767px) {

  .et-home__fun-egg-app-stage {
    display: flex;
    flex-direction: column;
  }

  .et-home__fun-egg-app-left {
    display: contents;
  }

  .et-home__fun-egg-app-games-slider-wrap {
    order: 2;
  }

  .mosnter-section {
    order: 3;
  }

}