body {
    font-family: 'Inter', sans-serif;
    background: #f7fcf5;
}

.hero-bg {
    background:
        radial-gradient(circle at 12% 18%, rgba(11, 105, 0, 0.08), transparent 30%),
        radial-gradient(circle at 85% 8%, rgba(70, 148, 57, 0.12), transparent 32%),
        linear-gradient(135deg, #f7fcf5 0%, #eff9ef 52%, #ffffff 100%);
}

.hero-video {
    filter: saturate(1.25) contrast(1.08);
}

.store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: auto;
}

.web-app-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 192px;
    white-space: nowrap;
}

.store-badge {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.store-badge.app-store,
.store-badge.google-play {
    height: 56px;
}

.phone-card {
    filter: drop-shadow(0 24px 28px rgba(42, 42, 42, 0.18));
}

.phone-crop {
    display: block;
    aspect-ratio: 1290 / 2656;
    overflow: hidden;
}

.phone-crop-image {
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(-5%);
}

.phone-rail {
    scrollbar-width: none;
}

.phone-rail::-webkit-scrollbar {
    display: none;
}

.mdi-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    object-fit: contain;
}

.mdi-icon-sm {
    width: 1rem;
    height: 1rem;
}

.mdi-icon-md {
    width: 1.75rem;
    height: 1.75rem;
}

.mdi-icon-green {
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(1258%) hue-rotate(93deg) brightness(90%) contrast(101%);
}

.mdi-icon-gray {
    filter: brightness(0) saturate(100%) invert(35%) sepia(8%) saturate(785%) hue-rotate(176deg) brightness(92%) contrast(85%);
}

.mdi-icon-white {
    filter: brightness(0) invert(1);
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

@media (max-width: 380px) {
    .store-badge {
        max-width: 100%;
    }

    .store-link {
        width: auto;
    }

    .web-app-link {
        width: 192px;
    }
}
