/* ==========================================================================
   WEBHOSTING.CSS - Editorial / Tech / "Human" Dizajn
   ========================================================================== */

.main-content-wrapper {
    margin-top: 60px !important;
    width: 100%;
}

/* HERO: Čistejší, menej box-shadow, viac white-space */
.hosting-hero {
    max-width: 1250px; 
    margin: 0 auto 60px auto; 
    padding: 80px 20px; 
    text-align: center;
    border-bottom: 1px solid var(--border);
}
.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text-muted);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.hosting-hero h1 { 
    font-family: 'Oswald', sans-serif; 
    font-size: clamp(40px, 6vw, 64px); 
    font-weight: 800; 
    line-height: 1.1; 
    letter-spacing: -1px; 
    margin-bottom: 20px; 
    color: white; 
    text-transform: uppercase; 
}
.hosting-hero h1 span { color: var(--accent); }
.hosting-hero p { 
    color: #a1a1aa; 
    font-size: 18px; 
    margin: 0 auto; 
    max-width: 750px; 
    line-height: 1.6;
}

.page-container { max-width: 1250px; margin: 0 auto 50px auto; }
.hosting-section { margin-bottom: 100px; }

/* UPOZORNENIE */
.preview-banner { 
    background-color: transparent; 
    border-left: 4px solid var(--accent); 
    color: #e4e4e7; 
    padding: 20px; 
    margin-bottom: 60px; 
    font-size: 14px; 
    background: rgba(249, 115, 22, 0.05);
}

/* KROKY (Veľká typografia namiesto klasických ikoniek) */
.steps-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.step-ed-card {
    padding: 40px 30px;
    position: relative;
    border-right: 1px solid var(--border);
    overflow: hidden;
}
.step-ed-card:last-child { border-right: none; }
.step-bg-number {
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
    font-weight: 800;
    color: rgba(255,255,255,0.03);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}
.step-content {
    position: relative;
    z-index: 1;
}
.step-ed-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;
    margin-top: 20px;
}
.step-ed-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.step-ed-card code {
    background: transparent;
    color: var(--accent);
    font-weight: bold;
}

/* HERNÉ FUNKCIE ("Bento" grid, asymetrický layout) */
.gaming-bento-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}
.g-bento-card {
    background: #111113;
    padding: 40px;
    border-radius: 12px;
    transition: 0.3s;
    border-top: 2px solid #27272a;
}
.g-bento-card:hover { background: #161619; border-top-color: var(--text-muted); }
.g-bento-card.highlight {
    grid-row: span 2;
    background: rgba(249, 115, 22, 0.05);
    border-top: 2px solid var(--accent);
}
.g-bento-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.g-bento-card p { color: var(--text-muted); line-height: 1.7; font-size: 15px; }

/* INFRAŠTRUKTÚRA (Split layout) */
.why-split-layout {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 60px;
    background: #09090b;
    border: 1px solid var(--border);
}
.why-text { flex: 1; }
.why-text h2 { font-family: 'Oswald', sans-serif; font-size: 32px; color: white; text-transform: uppercase; margin-bottom: 20px; line-height: 1.2;}
.why-text p { color: var(--text-muted); font-size: 15px; margin-bottom: 15px; }
.why-features { flex: 1; display: grid; grid-template-columns: 1fr; gap: 15px; }
.w-feat {
    padding: 20px;
    background: #121214;
    border-left: 2px solid #3f3f46;
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
}
.w-icon { font-size: 20px; }

/* OSTRÉ CENNÍKOVÉ KARTY */
.hosting-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }
.h-plan-card { 
    background: #111113; 
    border-top: 3px solid #27272a; 
    padding: 40px 30px; 
    transition: 0.2s; 
    cursor: pointer; 
    display: flex; 
    flex-direction: column; 
}
.h-plan-card.featured { border-top-color: var(--accent); background: #161619; }
.h-plan-card:hover { background: #18181b; }

.h-plan-name { font-family: 'Oswald', sans-serif; font-size: 20px; text-transform: uppercase; color: white; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center;}
.tag-pro { background: var(--accent); color: white; font-size: 10px; padding: 3px 8px; border-radius: 4px; }
.h-plan-price { font-size: 40px; font-weight: 800; color: white; line-height: 1; margin-bottom: 30px;}
.h-plan-price span { font-size: 14px; color: var(--text-muted); font-weight: 400; }

.h-plan-features { border-top: 1px solid #27272a; padding-top: 20px; display: flex; flex-direction: column; gap: 12px; flex: 1; margin-bottom: 30px; }
.h-plan-features li { font-size: 14px; color: #a1a1aa; display: flex; align-items: center; gap: 10px; }
.h-plan-features li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--accent); }
.h-plan-features li strong { color: white; }

.btn-plan-select { background: transparent; color: white; border: 1px solid #3f3f46; padding: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: 0.2s; font-size: 13px; }
.btn-plan-select.primary { background: white; color: black; border-color: white; }
.h-plan-card:hover .btn-plan-select { border-color: white; }
.h-plan-card.featured:hover .btn-plan-select.primary { background: var(--accent); color: white; border-color: var(--accent); }

/* KONFIGURÁTOR (Čistý prístup) */
.configurator-framed-box {
    background-color: #09090b; 
    border-top: 1px solid var(--border);
    padding: 60px 0;
    scroll-margin-top: 100px; 
}
.configurator-title { font-family: 'Oswald', sans-serif; font-size: 24px; text-transform: uppercase; color: white; margin-bottom: 40px; }

.calc-wrapper { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.calc-group { margin-bottom: 40px; }
.calc-label { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}
.calc-radio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }

/* Skrytie krúžkov pre klikanie */
.calc-radio-card input[type="radio"], .addon-item input[type="checkbox"] { position: absolute !important; opacity: 0 !important; width: 0 !important; height: 0 !important; margin: 0 !important; pointer-events: none !important; }

.calc-radio-card { background: #121214; border: 1px solid #27272a; padding: 20px; cursor: pointer; position: relative; display: block; transition: 0.2s; }
.calc-radio-card.active { border-color: white; background: #18181b; }
.calc-radio-card.active::before { content: ''; position: absolute; top: 15px; right: 15px; background: white; width: 8px; height: 8px; border-radius: 50%; }
.radio-card-body { pointer-events: none; display: flex; flex-direction: column; gap: 5px; }
.radio-card-body .p-title { font-size: 15px; font-weight: 700; color: white; }
.radio-card-body .p-price { font-size: 13px; color: var(--text-muted); }

/* DOPLNKY */
.addons-list { display: flex; flex-direction: column; gap: 10px; }
.addon-item { background: transparent; border-bottom: 1px solid #27272a; padding: 20px 0; display: flex; align-items: center; cursor: pointer; position: relative; transition: 0.2s; }
.addon-item:hover { border-color: white; }
.addon-checkbox-custom { width: 18px; height: 18px; border: 2px solid #3f3f46; margin-right: 20px; transition: 0.2s; flex-shrink: 0; }
.addon-item input[type="checkbox"]:checked + .addon-checkbox-custom { background: white; border-color: white; }
.addon-info { display: flex; flex-direction: column; gap: 4px; flex: 1; pointer-events: none; }
.addon-name { font-size: 15px; font-weight: 700; color: white; }
.addon-desc { font-size: 13px; color: #a1a1aa; }
.addon-price { font-size: 15px; font-weight: 700; color: white; pointer-events: none; }

.addon-item.gaming-addon-highlight { padding: 20px; background: rgba(249, 115, 22, 0.05); border: 1px solid rgba(249, 115, 22, 0.2); }

/* PRAVÝ ZHRŇUJÚCI PANEL */
.calc-summary-panel { position: sticky; top: 100px; }
.c-summary-box { background: #121214; padding: 30px; }
.c-summary-header { font-family: 'Oswald', sans-serif; font-size: 20px; text-transform: uppercase; color: white; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #27272a; }
.c-sum-row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; }
.c-lbl { color: #a1a1aa; }
.c-val { color: white; font-weight: 600; text-align: right; }
.c-val.free { color: var(--accent); }
.c-val.accent { color: white; }

.c-sum-total-box { margin-top: 30px; padding-top: 20px; border-top: 1px solid #27272a; text-align: left; }
.c-sum-total-lbl { font-size: 12px; color: var(--text-muted); text-transform: uppercase; font-weight: 700; margin-bottom: 5px; }
.c-sum-total-price { font-size: 42px; font-weight: 800; color: white; line-height: 1; }
.btn-order-disabled { width: 100%; background: white; color: black; border: none; padding: 16px; font-size: 15px; font-weight: 700; text-transform: uppercase; margin-top: 25px; transition: 0.2s;}
.btn-order-disabled:hover { background: #e4e4e7; }

/* RESPONZIVITA */
@media (max-width: 992px) {
    .steps-editorial-grid, .gaming-bento-grid, .hosting-plans-grid, .calc-wrapper { grid-template-columns: 1fr; }
    .step-ed-card { border-right: none; border-bottom: 1px solid var(--border); }
    .why-split-layout { flex-direction: column; padding: 30px; }
    .g-bento-card.highlight { grid-row: auto; }
    .calc-radio-grid { grid-template-columns: 1fr; }
    .calc-summary-panel { position: static; margin-top: 20px; }
    .configurator-framed-box { padding: 40px 20px; }
}