/* ================================================
   321SPEED – ESHOP / DÁRKOVÉ POUKAZY
   styles/eshop.css
   ================================================ */

/* ── HERO ── */
.eshop-hero {
    position: relative;
    height: 60vh;
    min-height: 460px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.eshop-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.eshop-hero-bg video {
    width: 100%;
    height: 120%;
    object-fit: cover;
    opacity: 0.28;
}

.eshop-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(17,17,17,1) 0%, rgba(17,17,17,0.55) 45%, rgba(0,0,0,0.2) 100%),
        linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 65%);
    z-index: 1;
}

.eshop-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 64px;
    width: 100%;
}

.eshop-hero-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.35);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.25s;
}
.eshop-hero-back:hover { color: #fff; }
.eshop-hero-back:hover svg { transform: translateX(-3px); }
.eshop-hero-back svg { transition: transform 0.25s; }

.eshop-hero-eyebrow {
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.eshop-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.0;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.eshop-hero-title span { color: var(--primary-color); font-style: italic; }

.eshop-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.42);
    max-width: 500px;
    line-height: 1.65;
}

/* ── SHARED LABEL ── */
.eshop-label {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.72rem;
    display: block;
    margin-bottom: 12px;
}

/* ── VOUCHERS SECTION ── */
.eshop-vouchers {
    padding: 90px 0 100px;
    background: var(--dark-bg);
}

.eshop-vouchers-head {
    text-align: center;
    margin-bottom: 56px;
}

.eshop-vouchers-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.eshop-vouchers-title span { color: var(--primary-color); }

.eshop-vouchers-sub {
    color: var(--text-gray);
    font-size: 0.95rem;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── MAIN LAYOUT ── */
.eshop-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── VOUCHER CARDS GRID ── */
.eshop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.eshop-voucher-card {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: border-color 0.25s, transform 0.3s;
    cursor: default;
}

.eshop-voucher-card:hover {
    border-color: rgba(255,45,45,0.4);
    transform: translateY(-4px);
}

/* decorative top bar gradient */
.eshop-voucher-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), rgba(255,45,45,0.4));
}

.eshop-voucher-visual {
    background: linear-gradient(135deg, #1a1a1a 0%, #111 100%);
    padding: 28px 24px 20px;
    position: relative;
    overflow: hidden;
}

/* background watermark */
.eshop-voucher-visual::after {
    content: '321';
    position: absolute;
    right: -10px;
    bottom: -16px;
    font-family: var(--font-heading);
    font-size: 5rem;
    font-weight: 800;
    color: rgba(255,255,255,0.03);
    letter-spacing: -4px;
    pointer-events: none;
    user-select: none;
}

.eshop-voucher-logo {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.25);
    text-transform: uppercase;
    margin-bottom: 18px;
}

.eshop-voucher-logo span { color: var(--primary-color); }

.eshop-voucher-amount {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.eshop-voucher-currency {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.28);
    margin-bottom: 20px;
}

.eshop-voucher-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,45,45,0.12);
    border: 1px solid rgba(255,45,45,0.25);
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--primary-color);
}

.eshop-voucher-body {
    padding: 18px 24px 22px;
}

.eshop-voucher-desc {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.55;
    margin-bottom: 16px;
}

.eshop-voucher-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 11px 18px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.eshop-voucher-cta:hover { background: var(--primary-hover); transform: translateY(-1px); color: #fff; }

/* ── CUSTOM AMOUNT BANNER ── */
.eshop-custom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    background: rgba(255,45,45,0.06);
    border: 1px solid rgba(255,45,45,0.2);
    border-radius: 8px;
}

.eshop-custom-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,45,45,0.12);
    border: 1px solid rgba(255,45,45,0.25);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary-color);
}

.eshop-custom-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-color);
    margin-bottom: 4px;
}

.eshop-custom-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}

.eshop-custom-text strong { color: #fff; }

/* ── SIDEBAR PANEL ── */
.eshop-side-panel {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* How to card */
.eshop-howto-card {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.eshop-howto-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--primary-color);
}

.eshop-howto-head {
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.eshop-howto-title {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.eshop-steps {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.eshop-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.eshop-step-num {
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    margin-top: 1px;
}

.eshop-step-text {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.65;
}

.eshop-step-text strong { color: rgba(255,255,255,0.85); }

/* Info notes */
.eshop-notes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 24px 22px;
}

.eshop-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.76rem;
    color: rgba(255,255,255,0.3);
}

.eshop-note svg { color: #10B981; flex-shrink: 0; }

/* Contact card */
.eshop-contact-card {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eshop-contact-label {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.2);
}

.eshop-btn-sms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 18px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    text-align: center;
}
.eshop-btn-sms:hover { background: var(--primary-hover); transform: translateY(-1px); color: #fff; }

.eshop-btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: transparent;
    color: rgba(255,255,255,0.55);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 18px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.82rem;
    transition: border-color 0.2s, color 0.2s;
    text-align: center;
}
.eshop-btn-call:hover { border-color: #fff; color: #fff; }

.eshop-contact-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.18);
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .eshop-layout { grid-template-columns: 1fr; }
    .eshop-side-panel { position: static; }
    .eshop-howto-card,
    .eshop-contact-card { max-width: 600px; }
}

@media (max-width: 640px) {
    .eshop-grid { grid-template-columns: 1fr; }
    .eshop-custom { flex-direction: column; align-items: flex-start; gap: 12px; }
    .eshop-hero-title { font-size: 2.6rem; }
    .eshop-hero { height: 55vh; min-height: 400px; }
    .eshop-vouchers { padding: 60px 0 80px; }
}