/* =========================================================
   SHOWSHANK™ — FINAL PREMIUM SUBTLE
   Styl A: Apple/Tesla vibe — elegancko, spokojnie, premium.
   Ten plik zostaje osobno, żeby nie niszczyć głównego style.css.
   ========================================================= */

:root {
    --final-soft-orange: rgba(255, 122, 0, .12);
    --final-soft-border: rgba(255, 255, 255, .085);
}

/* Delikatniejsze sekcje i lepszy oddech */
.hero-section {
    padding-top: 72px;
}

.section-heading {
    margin-bottom: 46px;
}

/* Hero: spokojniejszy, bardziej premium */
.hero-title {
    letter-spacing: -.062em;
}

.hero-title span {
    max-width: 760px;
}

.hero-text {
    max-width: 690px;
}

.hero-actions {
    align-items: center;
}

.hero-actions .btn-primary {
    min-width: 236px;
}

/* Mały pasek zaufania pod CTA */
.final-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-top: 22px;
    padding: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    border-color: rgba(255,255,255,.075);
}

.final-trust-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
    font-size: .84rem;
    font-weight: 750;
}

.final-trust-strip span::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 999px;
    background: #ff7a00;
    box-shadow: 0 0 13px rgba(255,122,0,.44);
}

/* Karty: subtelniej, bez przesytu */
.glass-card:hover {
    border-color: rgba(255,122,0,.20);
}

.services-grid .service-card:hover,
.home-sales-card:hover,
.practice-step-card:hover,
.mobile-practice-steps article:hover,
.delivery-point:hover {
    transform: translateY(-5px);
}

/* Ikony: lepiej wtopione */
.ss-icon {
    background:
        radial-gradient(circle at 50% 50%, rgba(255,122,0,.10), transparent 62%),
        linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.020)),
        rgba(255,255,255,.012);
    border-color: rgba(255,122,0,.18);
}

/* Przyciski: elegancki, nie agresywny efekt */
.btn-primary {
    box-shadow: 0 12px 30px rgba(255,122,0,.22), 0 0 22px rgba(255,122,0,.10);
}

.btn-primary:hover {
    box-shadow: 0 16px 38px rgba(255,122,0,.28), 0 0 28px rgba(255,122,0,.14);
}

/* Usunięcie zbyt krzykliwych etykiet z etapu konwersji */
.btn-primary::after {
    content: none !important;
}

.hero-text::after {
    content: none !important;
}

/* Home sales: bardziej ekskluzywny wygląd */
.home-sales-card {
    min-height: 210px;
    justify-content: flex-start;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,122,0,.095), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.060), rgba(255,255,255,.024)),
        rgba(255,255,255,.010);
}

.home-sales-card strong {
    margin-top: auto;
}

/* Mobilny panel — spokojniejszy telefon */
.status-device,
.mobile-practice-phone {
    transform: rotate(-.55deg);
    animation-duration: 8s;
}

/* Header: bardziej clean */
.site-header.is-scrolled .header-bar {
    transform: scale(.975);
}

.main-nav a:hover {
    background: rgba(255,122,0,.055);
}

/* Sticky CTA: premium, nie nachalne */
.mobile-sticky-cta {
    bottom: 12px;
}

.mobile-sticky-cta a:first-child {
    animation: none !important;
}

/* Realne mobile polish */
@media (max-width: 720px) {
    .hero-section {
        padding-top: 42px;
    }

    .final-trust-strip {
        width: 100%;
        border-radius: 22px;
    }

    .final-trust-strip span {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        font-size: .78rem;
    }

    .hero-actions .btn-primary {
        min-width: 0;
    }

    .home-sales-card strong {
        margin-top: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .status-device,
    .mobile-practice-phone {
        animation: none !important;
    }
}
