/* =========================================================
   DjimanBo - Home commercial hero polish
   File: Skanweb/wwwroot/css/skan-home-commercial-polish.css
   Load after skan-home-final-polish.css
   ========================================================= */

.sk-hero-commercial {
    padding: 64px 0 72px !important;
    border-radius: 0 0 42px 42px !important;
}

.sk-hero-grid-commercial {
    grid-template-columns: minmax(0, 1.12fr) 420px !important;
    gap: 48px !important;
    align-items: center !important;
}

.sk-hero-commercial .sk-hero-copy h1 {
    max-width: 740px !important;
}

.sk-hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
    margin-top: 22px;
}

.sk-hero-trust-card {
    min-height: 82px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
    backdrop-filter: blur(14px);
}

.sk-hero-trust-card strong {
    color: #ffffff;
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.04em;
}

.sk-hero-trust-card span {
    color: rgba(255, 255, 255, .82);
    font-size: .76rem;
    font-weight: 850;
}

.sk-hero-app-card {
    min-height: 360px;
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .28), transparent 30%),
        linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.sk-hero-app-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.sk-hero-app-copy,
.sk-hero-phone-mini,
.sk-hero-store-row {
    position: relative;
    z-index: 1;
}

.sk-hero-app-copy h2 {
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.035em;
}

.sk-hero-app-copy p {
    max-width: 320px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .9rem;
    line-height: 1.62;
}

.sk-hero-phone-mini {
    width: 190px;
    min-height: 220px;
    justify-self: center;
    align-self: center;
    padding: 13px;
    border: 1px solid rgba(15, 84, 140, .10);
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 70px rgba(0, 23, 45, .20);
    transform: rotate(-1.8deg);
}

.sk-hero-phone-title {
    color: #102033;
    font-size: 1rem;
    font-weight: 950;
    margin-bottom: 13px;
}

.sk-hero-phone-screen {
    height: 74px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f548c, #006e64);
    margin-bottom: 12px;
}

.sk-phone-card-mini.compact {
    margin-top: 10px !important;
    padding: 10px !important;
}

.sk-hero-store-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sk-store.compact {
    min-width: 0 !important;
    min-height: 52px !important;
    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 0 12px !important;
    border-radius: 16px !important;
    background: rgba(0, 61, 89, .92) !important;
    box-shadow: 0 16px 34px rgba(0, 23, 45, .18) !important;
}

.sk-store.compact .sk-store-icon {
    font-size: 1.25rem !important;
}

.sk-store.compact small {
    display: block;
    opacity: .82;
    font-size: .62rem;
    line-height: 1;
    white-space: nowrap;
}

.sk-store.compact strong {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    font-size: .78rem;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Old mobile app section is no longer needed on the homepage. */
.sk-mobile-app {
    display: none !important;
}

@media (max-width: 1100px) {
    .sk-hero-grid-commercial {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .sk-hero-app-card {
        max-width: 720px;
        grid-template-columns: minmax(0, 1fr) 210px;
        grid-template-rows: auto auto;
        align-items: center;
    }

    .sk-hero-phone-mini {
        grid-row: 1 / 3;
        grid-column: 2;
    }

    .sk-hero-store-row {
        max-width: 360px;
    }
}

@media (max-width: 760px) {
    .sk-hero-commercial {
        padding: 46px 0 54px !important;
    }

    .sk-hero-trust-row {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .sk-hero-trust-card {
        min-height: 68px;
    }

    .sk-hero-app-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        padding: 20px;
        border-radius: 28px;
    }

    .sk-hero-phone-mini {
        grid-row: auto;
        grid-column: auto;
        width: 170px;
        min-height: 198px;
    }

    .sk-hero-store-row {
        grid-template-columns: 1fr;
    }
}
