html:has(.home-page),
html:has(.home-page) body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #16182a;
    color: #fff;
}

.home-page #web-container {
    max-width: none;
    margin: 0;
    padding: 0;
}

.home-page {
    --home-gold: #ffcc00;
    --home-orange: #ff8a00;
    --home-red: #ef3b20;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
}

.home-page a {
    color: var(--home-gold);
}

.home-page a:hover {
    color: #ffe066;
}

.home-shell {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(ellipse 95% 70% at -8% -18%, #e04a32 0%, transparent 52%),
        radial-gradient(ellipse 85% 62% at 108% -12%, #ffc107 0%, transparent 50%),
        radial-gradient(ellipse 80% 58% at 112% 112%, #ff2f78 0%, transparent 52%),
        radial-gradient(ellipse 75% 55% at -12% 114%, #6b4dff 0%, transparent 50%),
        linear-gradient(180deg, #4a2240 0%, #1c1f3a 52%, #16182a 100%);
}

@media (max-width: 767px) {
    .home-shell {
        background:
            radial-gradient(ellipse 150% 65% at 15% -12%, #ff4d6d 0%, transparent 48%),
            radial-gradient(ellipse 115% 55% at 105% 8%, #ffcc00 0%, transparent 46%),
            radial-gradient(ellipse 95% 50% at -8% 88%, #5b4dff 0%, transparent 50%),
            radial-gradient(ellipse 90% 48% at 108% 108%, #ff2f78 0%, transparent 50%),
            linear-gradient(180deg, #3d1a40 0%, #1c1f3a 52%, #16182a 100%);
    }
}

.home-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 100% 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 42%);
}

.home-inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.25rem 0 2.5rem;
}

.home-brand {
    text-align: center;
    margin-bottom: 1.1rem;
}

.home-wordmark {
    display: block;
    width: min(560px, 94vw);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.home-alias {
    margin-top: 0.2rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.95rem;
    font-weight: 600;
}

.home-stores {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin: 1.15rem 0 0.35rem;
}

.home-store-link {
    display: block;
    line-height: 0;
    transition: transform 0.18s ease, filter 0.18s ease;
}

.home-store-link:hover,
.home-store-link:focus-visible {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.home-store-badge {
    height: 48px;
    width: auto;
    display: block;
}

.home-store-note {
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.home-hero {
    display: grid;
    gap: 1.35rem;
    align-items: start;
    margin-bottom: 2.4rem;
}

.home-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 204, 0, 0.08);
    border: 1px solid rgba(255, 204, 0, 0.32);
    color: var(--home-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-headline {
    margin: 0 0 0.75rem;
    font-size: clamp(1.55rem, 4.4vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.home-lead,
.home-copy {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.55;
}

.home-copy {
    margin-bottom: 0;
}

.home-phone-wrap {
    display: flex;
    justify-content: center;
}

.home-phone {
    width: min(280px, 78vw);
    border-radius: 28px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.14);
    background: #000;
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.48),
        0 0 36px rgba(255, 138, 0, 0.12);
}

.home-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.home-section-title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    font-weight: 800;
}

.home-section-intro {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.68);
    max-width: 42rem;
    line-height: 1.5;
}

.home-features {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.home-feature {
    padding: 1rem 1rem 1.05rem;
    border-radius: 18px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    background: linear-gradient(135deg, #ffcc00, #ff8a00);
    color: #171717;
    font-size: 1.2rem;
}

.home-feature h3 {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.home-feature p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.45;
}

.home-hint {
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
    line-height: 1.45;
    margin-bottom: 1.75rem;
}

.home-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.85rem;
    flex-wrap: wrap;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.9rem;
}

.home-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

.home-footer-logo {
    display: block;
    width: 72px;
    height: auto;
    mix-blend-mode: screen;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4));
}

.home-footer a {
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 767px) {
    .home-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home-footer-brand {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .home-shell {
        background:
            radial-gradient(ellipse 62% 52% at -2% 0%, #e04a32 0%, transparent 56%),
            radial-gradient(ellipse 55% 48% at 102% 2%, #ffc107 0%, transparent 54%),
            radial-gradient(ellipse 50% 46% at 102% 100%, #ff2f78 0%, transparent 55%),
            radial-gradient(ellipse 48% 44% at -2% 100%, #6b4dff 0%, transparent 54%),
            linear-gradient(180deg, #4a2240 0%, #1c1f3a 52%, #16182a 100%);
    }

    .home-inner {
        padding: 1.75rem 0 3rem;
    }

    .home-hero {
        grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr);
        gap: 0.85rem 2.5rem;
        align-items: start;
    }

    .home-hero-text {
        grid-column: 1;
        grid-row: 1;
    }

    .home-phone-wrap {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .home-copy {
        grid-column: 1;
        grid-row: 2;
    }

    .home-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-phone {
        width: min(320px, 100%);
    }
}

@media (min-width: 992px) {
    .home-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-brand {
        margin-bottom: 1.4rem;
    }

    .home-store-badge {
        height: 52px;
    }
}
