.g4sf-panel {
    background: radial-gradient(circle at top, #141726 0, #05070c 45%, #03040a 100%);
    border-radius: 24px;
    border: 1px solid rgba(245,196,83,0.16);
    box-shadow: 0 26px 60px rgba(0,0,0,0.75);
    color: #f5f7ff;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* HEADER */

.g4sf-header {
    position: relative;
    padding: 28px 24px 24px;
    background-size: cover;
    background-position: center;
}

.g4sf-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(5,7,12,0.4));
    backdrop-filter: blur(8px);
}

.g4sf-header-content {
    position: relative;
    z-index: 1;
}

.g4sf-title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #f5c453;
}

.g4sf-subtitle {
    font-size: 13px;
    color: #c7cadb;
    margin-bottom: 16px;
}

.g4sf-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 10px 14px;
    margin-bottom: 18px;
}

.g4sf-meta-item {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(5,7,12,0.7);
    border: 1px solid rgba(255,255,255,0.04);
}

.g4sf-meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9ca1bf;
    margin-bottom: 2px;
}

.g4sf-meta-value {
    font-size: 13px;
    font-weight: 600;
    color: #f5f7ff;
}

/* RELIABILITY */

.g4sf-reliability {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px 16px;
}

.g4sf-reliability-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.g4sf-reliability-item span:first-child {
    font-size: 11px;
    text-transform: uppercase;
    color: #d1d5f6;
    letter-spacing: 0.08em;
}

.g4sf-bar {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    overflow: hidden;
}

.g4sf-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f5c453, #ffeb9a);
    width: 0;
    transition: width 0.7s ease-out;
}

.g4sf-bar-value {
    font-size: 11px;
    color: #f5c453;
}

/* SECTIONS */

.g4sf-section {
    padding: 20px 22px 18px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.g4sf-section-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #f5c453;
    letter-spacing: 0.04em;
    text-transform: uppercase;
	text-align: center;
}

/* SYSTEMS */

.g4sf-systems-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}

/* Containerul cardului - aliniere la varf */
.g4sf-system-card {
    display: flex;
    gap: 15px;
    align-items: flex-start !important; /* Aliniaza continutul la nivelul pozei */
    padding: 15px;
}

.g4sf-system-media-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 70px; /* Latime fixa pentru coloana de media */
    flex-shrink: 0;
    align-items: center;
}

/* Imaginea ramane curata */
.g4sf-system-image-link {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid rgba(245,196,83,0.3);
    transition: transform 0.2s;
}

.g4sf-system-image-link:hover {
    transform: scale(1.05);
    border-color: #f5c453;
}

.g4sf-system-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Butonul de Play de sub imagine */
.g4sf-video-play-inline {
    background: linear-gradient(135deg, #f5c453 0%, #b88a2e 100%);
    color: #000 !important;
    font-size: 9px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.g4sf-video-play-inline i {
    font-size: 10px;
}

.g4sf-video-play-inline:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(245,196,83,0.3);
}

.g4sf-system-card.g4sf-system-status-optional {
    border-style: dashed;
    opacity: 0.9;
}

.g4sf-system-card.g4sf-system-status-not_included {
    border-color: rgba(255,255,255,0.14);
    background: rgba(3,4,10,0.9);
    opacity: 0.6;
}

.g4sf-system-image {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(245,196,83,0.4);
    background: rgba(0,0,0,0.6);
}

.g4sf-system-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g4sf-system-content {
    flex: 1;
}

.g4sf-system-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fef7dd;
}

.g4sf-system-status {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #f5c453;
    margin-bottom: 5px;
}

.g4sf-system-desc {
    font-size: 12px;
    color: #d8d9eb;
    margin-bottom: 6px;
}

.g4sf-system-bugfixes {
    font-size: 11px;
    color: #a7abc9;
    border-top: 1px dashed rgba(255,255,255,0.12);
    padding-top: 4px;
}

/* DUNGEONS */

.g4sf-dungeons-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}

.g4sf-dungeon-card {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(5,7,14,0.95);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
}

.g4sf-dungeon-image {
    height: 90px;
    overflow: hidden;
}

.g4sf-dungeon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.2);
}

.g4sf-dungeon-content {
    padding: 10px 11px 9px;
}

.g4sf-dungeon-name {
    font-size: 13px;
    font-weight: 600;
    color: #fef7dd;
    margin-bottom: 4px;
}

.g4sf-dungeon-meta {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #c4c7dc;
    margin-bottom: 4px;
}

.g4sf-dungeon-type {
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(245,196,83,0.5);
    font-size: 10px;
    text-transform: uppercase;
}

.g4sf-dungeon-boss {
    font-size: 11px;
    color: #f3dca1;
    margin-bottom: 4px;
}

.g4sf-dungeon-loot {
    font-size: 11px;
    color: #aeb3d6;
    margin-bottom: 4px;
}

.g4sf-dungeon-difficulty .g4sf-diff-star {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
}

.g4sf-dungeon-difficulty .g4sf-diff-star.active {
    color: #f5c453;
}

/* VIDEO */

.g4sf-video-inner {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.3fr);
    gap: 16px;
    align-items: flex-start;
}

.g4sf-video-frame iframe,
.g4sf-video-frame video {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(245,196,83,0.4);
    box-shadow: 0 18px 40px rgba(0,0,0,0.8);
    overflow: hidden;
}

.g4sf-video-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.g4sf-video-desc {
    font-size: 12px;
    color: #c7c9e0;
}

/* PATCHLOG */

.g4sf-patchlog-timeline {
    position: relative;
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,0.14);
}

.g4sf-patchlog-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px;
}

.g4sf-patch-marker {
    position: absolute;
    left: -5px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f5c453;
    box-shadow: 0 0 10px rgba(245,196,83,0.7);
}

.g4sf-patch-content {
    background: rgba(5,7,14,0.9);
    border-radius: 10px;
    padding: 8px 9px;
    border: 1px solid rgba(255,255,255,0.08);
}

.g4sf-patch-top {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 3px;
}

.g4sf-patch-date {
    color: #bfc3df;
}

.g4sf-patch-type {
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(245,196,83,0.6);
    color: #f5c453;
}

.g4sf-patch-title {
    font-size: 12px;
    font-weight: 600;
    color: #fef7dd;
    margin-bottom: 2px;
}

.g4sf-patch-desc {
    font-size: 11px;
    color: #b4b7d3;
}

/* DOWNLOAD & SUPPORT */

.g4sf-download-support {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 18px;
}

.g4sf-download-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: 10px;
}

.g4sf-download-file {
    min-width: 140px;
}

.g4sf-download-label {
    font-size: 11px;
    color: #9fa5c8;
}

.g4sf-download-value {
    font-size: 12px;
    color: #f5f7ff;
}

.g4sf-md5 {
    font-family: "SF Mono", Menlo, Consolas, monospace;
    font-size: 10px;
}

.g4sf-download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.g4sf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.g4sf-btn-primary {
    background: linear-gradient(135deg, #f5c453, #ffe6a3);
    color: #221200;
    box-shadow: 0 10px 22px rgba(0,0,0,0.7);
}

.g4sf-btn-primary:hover {
    filter: brightness(1.05);
}

.g4sf-btn-secondary {
    background: rgba(5,7,14,0.9);
    border-color: rgba(245,196,83,0.6);
    color: #f5c453;
}

.g4sf-btn-secondary:hover {
    background: rgba(12,15,25,0.95);
}

.g4sf-support-box {
    padding: 10px 12px;
    border-radius: 16px;
    background: radial-gradient(circle at top left, rgba(245,196,83,0.16), rgba(5,7,12,0.96));
    border: 1px solid rgba(245,196,83,0.4);
    box-shadow: 0 16px 30px rgba(0,0,0,0.7);
}

.g4sf-support-text {
    font-size: 12px;
    color: #f4f5ff;
    margin-bottom: 6px;
}

.g4sf-support-note {
    font-size: 11px;
    color: #c4c7da;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .g4sf-meta-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .g4sf-video-inner {
        grid-template-columns: minmax(0,1fr);
    }

    .g4sf-download-support {
        grid-template-columns: minmax(0,1fr);
    }
}

@media (max-width: 600px) {
    .g4sf-header {
        padding: 20px 16px 16px;
    }

    .g4sf-section {
        padding: 16px 14px 14px;
    }

    .g4sf-meta-grid {
        grid-template-columns: minmax(0,1fr);
    }

    .g4sf-systems-grid,
    .g4sf-dungeons-grid {
        grid-template-columns: minmax(0,1fr);
    }
}


/* PRICE BOX */

.g4sf-pricebox {
    padding: 20px 22px 26px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.g4sf-price-card {
    margin-top: 10px;
    background: radial-gradient(circle at top left, rgba(245,196,83,0.18), rgba(5,7,12,0.95));
    border: 1px solid rgba(245,196,83,0.35);
    border-radius: 20px;
    padding: 22px 20px;
    box-shadow: 0 22px 48px rgba(0,0,0,0.75);
    text-align: center;
}

.g4sf-price-value {
    font-size: 32px;
    font-weight: 700;
    color: #f5c453;
    text-shadow: 0 0 10px rgba(245,196,83,0.8);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

/* WHATSAPP BUTTON */

.g4sf-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 999px;
    background: rgba(5,7,14,0.9);
    border: 2px solid rgba(245,196,83,0.65);
    color: #f5c453;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(0,0,0,0.7);
    transition: 0.25s ease;
}

.g4sf-btn-whatsapp:hover {
    background: rgba(14,18,28,0.95);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 22px 48px rgba(0,0,0,0.9);
}

.g4sf-wa-icon {
    font-size: 20px;
}

/* GALLERY / PORTOFOLIO */

.g4sf-gallery {
    padding-bottom: 22px;
}

.g4sf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--g4sf-gap, 12px);
}

/* Coloane dinamice */

.g4sf-gallery-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g4sf-gallery-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.g4sf-gallery-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.g4sf-gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(5,7,14,0.95);
    border: 1px solid rgba(245,196,83,0.28);
    box-shadow: 0 16px 34px rgba(0,0,0,0.75);
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s ease-out;
}

.g4sf-gallery-item:hover {
    transform: translateY(-2px);
    border-color: rgba(245,196,83,0.7);
    box-shadow: 0 22px 48px rgba(0,0,0,0.9);
}

.g4sf-gallery-image {
    position: relative;
    overflow: hidden;
    max-height: 180px;
}

.g4sf-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease-out, filter 0.25s ease-out;
}

.g4sf-gallery-item:hover .g4sf-gallery-image img {
    transform: scale(1.05);
    filter: saturate(1.1);
}

.g4sf-gallery-meta {
    padding: 8px 10px 4px;
}

.g4sf-gallery-title {
    font-size: 13px;
    font-weight: 600;
    color: #fef7dd;
    margin-bottom: 2px;
}

.g4sf-gallery-subtitle {
    font-size: 11px;
    color: #c7cadf;
}

.g4sf-gallery-desc {
    padding: 0 10px 8px;
    font-size: 11px;
    color: #adb1d2;
}

/* Responsive */

@media (max-width: 900px) {
    .g4sf-gallery-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .g4sf-gallery-grid,
    .g4sf-gallery-cols-2,
    .g4sf-gallery-cols-3,
    .g4sf-gallery-cols-4 {
        grid-template-columns: minmax(0, 1fr);
    }

    .g4sf-gallery-image {
        max-height: 200px;
    }
}



/* =======================================================
   GO4METIN – LIGHT DELUXE FROSTED + DEEP GOLD (C3)
   ======================================================= */

.g4sf-panel.g4sf-light-deluxe {
    background: radial-gradient(circle at top, #fdfdfb 0, #f7f3ea 40%, #f3eee3 100%);
    border-radius: 24px;
    border: 1px solid rgba(184,138,46,0.55); /* deep gold */
    box-shadow:
        0 6px 12px rgba(0,0,0,0.06),
        0 22px 55px rgba(0,0,0,0.18);
    color: #1d1f27;
    overflow: hidden;
}

/* ---------------- HEADER FROSTED ---------------- */

.g4sf-light-deluxe .g4sf-header {
    position: relative;
    padding: 26px 24px 22px;
    background-size: cover;
    background-position: center;
}

.g4sf-light-deluxe .g4sf-header-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg,
            rgba(255,255,255,0.92),
            rgba(243,237,220,0.9));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(184,138,46,0.25);
}

.g4sf-light-deluxe .g4sf-header-content {
    position: relative;
    z-index: 1;
}

.g4sf-light-deluxe .g4sf-title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #b88a2e; /* deep gold */
    text-shadow: 0 0 10px rgba(255,255,255,0.7);
}

.g4sf-light-deluxe .g4sf-subtitle {
    font-size: 13px;
    color: #6f7284;
    margin-bottom: 16px;
}

/* META + PROGRESS */

.g4sf-light-deluxe .g4sf-meta-grid {
    margin-bottom: 16px;
}

.g4sf-light-deluxe .g4sf-meta-item {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow:
        0 3px 6px rgba(0,0,0,0.04),
        0 10px 24px rgba(0,0,0,0.08);
}

.g4sf-light-deluxe .g4sf-meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8d90a2;
    margin-bottom: 2px;
}

.g4sf-light-deluxe .g4sf-meta-value {
    font-size: 13px;
    font-weight: 600;
    color: #23242e;
}

.g4sf-light-deluxe .g4sf-reliability-item span:first-child {
    color: #696d82;
}

.g4sf-light-deluxe .g4sf-bar {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e2e4ee;
}

.g4sf-light-deluxe .g4sf-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #b88a2e, #e2c27f, #f2dfb7);
    box-shadow: 0 0 8px rgba(184,138,46,0.6);
}

.g4sf-light-deluxe .g4sf-bar-value {
    font-size: 11px;
    color: #b88a2e;
}

/* ---------------- SECTIONS ---------------- */

.g4sf-light-deluxe .g4sf-section {
    padding: 20px 22px 18px;
    border-top: 1px solid rgba(0,0,0,0.04);
    background: transparent;
}

.g4sf-light-deluxe .g4sf-section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: #252733;
}

.g4sf-light-deluxe .g4sf-section-title::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    border-radius: 999px;
    margin: 7px auto 0;
    background: linear-gradient(90deg, #b88a2e, #e2c27f, #f2dfb7);
}

/* ---------------- SYSTEMS (CARDURI) ---------------- */

.g4sf-light-deluxe .g4sf-systems-grid {
    gap: 14px;
}

.g4sf-light-deluxe .g4sf-system-card {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,244,233,0.96));
    border: 1px solid rgba(184,138,46,0.35);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.05),
        0 16px 36px rgba(0,0,0,0.12);
}

.g4sf-light-deluxe .g4sf-system-card.g4sf-system-status-optional {
    background: linear-gradient(135deg, #ffffff, #f8f2e4);
    border-style: dashed;
}

.g4sf-light-deluxe .g4sf-system-card.g4sf-system-status-not_included {
    background: linear-gradient(135deg, #f6f6f8, #ece9e2);
    border-style: dashed;
    border-color: rgba(0,0,0,0.12);
    opacity: 0.85;
}

.g4sf-light-deluxe .g4sf-system-image {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(184,138,46,0.5);
    background: radial-gradient(circle at top, #f4e3b3, #f2dfb7, #f0e6d1);
}

.g4sf-light-deluxe .g4sf-system-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g4sf-light-deluxe .g4sf-system-title {
    font-size: 14px;
    font-weight: 600;
    color: #252733;
    margin-bottom: 2px;
}

.g4sf-light-deluxe .g4sf-system-status {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b88a2e;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-system-desc {
    font-size: 12px;
    color: #676a7b;
    margin-bottom: 6px;
}

.g4sf-light-deluxe .g4sf-system-bugfixes {
    font-size: 11px;
    color: #7d8194;
    border-top: 1px dashed rgba(0,0,0,0.08);
    padding-top: 4px;
}

/* ---------------- DUNGEONS ---------------- */

.g4sf-light-deluxe .g4sf-dungeon-card {
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff, #f7f2e7);
    border: 1px solid rgba(184,138,46,0.35);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.04),
        0 18px 36px rgba(0,0,0,0.12);
}

.g4sf-light-deluxe .g4sf-dungeon-image {
    height: 90px;
    overflow: hidden;
}

.g4sf-light-deluxe .g4sf-dungeon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.02);
}

.g4sf-light-deluxe .g4sf-dungeon-content {
    padding: 10px 11px 9px;
}

.g4sf-light-deluxe .g4sf-dungeon-name {
    font-size: 13px;
    font-weight: 600;
    color: #252733;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-dungeon-meta {
    font-size: 11px;
    color: #737687;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-dungeon-type {
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(184,138,46,0.6);
    font-size: 10px;
    text-transform: uppercase;
    color: #b88a2e;
    background: rgba(255,255,255,0.9);
}

.g4sf-light-deluxe .g4sf-dungeon-boss {
    font-size: 11px;
    color: #b88a2e;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-dungeon-loot {
    font-size: 11px;
    color: #6a6d80;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-dungeon-difficulty .g4sf-diff-star {
    font-size: 11px;
    color: rgba(0,0,0,0.18);
}

.g4sf-light-deluxe .g4sf-dungeon-difficulty .g4sf-diff-star.active {
    color: #b88a2e;
}

/* ---------------- VIDEO ---------------- */

.g4sf-light-deluxe .g4sf-video-inner {
    gap: 16px;
}

.g4sf-light-deluxe .g4sf-video-frame iframe,
.g4sf-light-deluxe .g4sf-video-frame video {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(184,138,46,0.3);
    box-shadow:
        0 4px 12px rgba(0,0,0,0.05),
        0 22px 44px rgba(0,0,0,0.18);
    background: #ffffff;
}

.g4sf-light-deluxe .g4sf-video-title {
    font-size: 14px;
    font-weight: 600;
    color: #252733;
    margin-bottom: 4px;
}

.g4sf-light-deluxe .g4sf-video-desc {
    font-size: 12px;
    color: #6c7082;
}

/* ---------------- PATCHLOG ---------------- */

.g4sf-light-deluxe .g4sf-patchlog-timeline {
    position: relative;
    padding-left: 14px;
    border-left: 1px solid rgba(0,0,0,0.08);
}

.g4sf-light-deluxe .g4sf-patch-marker {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #b88a2e;
    box-shadow: 0 0 10px rgba(184,138,46,0.8);
}

.g4sf-light-deluxe .g4sf-patch-content {
    background: rgba(255,255,255,0.96);
    border-radius: 10px;
    padding: 8px 9px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow:
        0 3px 8px rgba(0,0,0,0.04),
        0 14px 28px rgba(0,0,0,0.12);
}

.g4sf-light-deluxe .g4sf-patch-top {
    font-size: 11px;
    margin-bottom: 3px;
}

.g4sf-light-deluxe .g4sf-patch-date {
    color: #8589a0;
}

.g4sf-light-deluxe .g4sf-patch-type {
    border: 1px solid rgba(184,138,46,0.7);
    color: #b88a2e;
    background: rgba(255,255,255,0.9);
}

.g4sf-light-deluxe .g4sf-patch-title {
    font-size: 12px;
    font-weight: 600;
    color: #252733;
    margin-bottom: 2px;
}

.g4sf-light-deluxe .g4sf-patch-desc {
    font-size: 11px;
    color: #666a7c;
}

/* ---------------- DOWNLOAD & SUPPORT ---------------- */

.g4sf-light-deluxe .g4sf-download-label {
    font-size: 11px;
    color: #7d8093;
}

.g4sf-light-deluxe .g4sf-download-value {
    font-size: 12px;
    color: #252733;
}

.g4sf-light-deluxe .g4sf-md5 {
    color: #8b8fa3;
}

.g4sf-light-deluxe .g4sf-download-file {
    min-width: 140px;
}

.g4sf-light-deluxe .g4sf-support-box {
    padding: 10px 12px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(246,238,222,0.96));
    border: 1px solid rgba(184,138,46,0.55);
    box-shadow:
        0 4px 10px rgba(0,0,0,0.04),
        0 20px 42px rgba(0,0,0,0.16);
}

.g4sf-light-deluxe .g4sf-support-text {
    font-size: 12px;
    color: #3b3e4d;
    margin-bottom: 6px;
}

.g4sf-light-deluxe .g4sf-support-note {
    font-size: 11px;
    color: #707488;
}

/* ---------------- BUTTONS ---------------- */

.g4sf-light-deluxe .g4sf-btn {
    border-radius: 999px;
}

.g4sf-light-deluxe .g4sf-btn-primary {
    background: linear-gradient(135deg, #d3b35d, #f2dfb7);
    color: #2d1f06;
    border-color: transparent;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.12),
        0 15px 34px rgba(0,0,0,0.18);
}

.g4sf-light-deluxe .g4sf-btn-primary:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.g4sf-light-deluxe .g4sf-btn-secondary {
    background: #ffffff;
    border-color: #b88a2e;
    color: #b88a2e;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.g4sf-light-deluxe .g4sf-btn-secondary:hover {
    background: #fff7ea;
}

/* ---------------- PRICE BOX ---------------- */

.g4sf-light-deluxe .g4sf-pricebox {
    border-top: 1px solid rgba(0,0,0,0.04);
}

.g4sf-light-deluxe .g4sf-price-card {
    margin-top: 10px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.97), rgba(246,237,220,0.97));
    border: 1px solid rgba(184,138,46,0.65);
    border-radius: 20px;
    padding: 22px 20px;
    text-align: center;
    box-shadow:
        0 5px 14px rgba(0,0,0,0.06),
        0 24px 50px rgba(0,0,0,0.18);
}

.g4sf-light-deluxe .g4sf-price-value {
    font-size: 32px;
    font-weight: 700;
    color: #b88a2e;
    text-shadow: 0 0 8px rgba(255,255,255,0.9);
    margin-bottom: 16px;
}

/* WhatsApp Button – Light Deluxe */

.g4sf-light-deluxe .g4sf-btn-whatsapp {
    background: #ffffff;
    color: #1f2129;
    border: 2px solid #25D366;
    box-shadow:
        0 6px 16px rgba(0,0,0,0.08),
        0 18px 40px rgba(0,0,0,0.16);
}

.g4sf-light-deluxe .g4sf-btn-whatsapp:hover {
    background: #eefef5;
    transform: translateY(-2px) scale(1.02);
}

/* ---------------- GALLERY ---------------- */

.g4sf-light-deluxe .g4sf-gallery-item {
    background:
        radial-gradient(circle at top, #ffffff 0, #f6efe0 100%);
    border: 1px solid rgba(184,138,46,0.4);
    box-shadow:
        0 4px 12px rgba(0,0,0,0.06),
        0 18px 38px rgba(0,0,0,0.18);
}

.g4sf-light-deluxe .g4sf-gallery-item:hover {
    transform: translateY(-2px);
    border-color: rgba(184,138,46,0.85);
    box-shadow:
        0 6px 16px rgba(0,0,0,0.08),
        0 26px 52px rgba(0,0,0,0.22);
}

.g4sf-light-deluxe .g4sf-gallery-title {
    color: #252733;
}

.g4sf-light-deluxe .g4sf-gallery-subtitle {
    color: #7a7e91;
}

.g4sf-light-deluxe .g4sf-gallery-desc {
    color: #666a7b;
}


/* ===============================================
   BUTON UNIVERSAL – FROSTED CRYSTAL + DEEP GOLD 3
   =============================================== */

.g4sf-btn-deluxe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-decoration: none;

    color: #2d1f06;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(8px);

    border: 1px solid rgba(184,138,46,0.65);
    box-shadow:
        0 4px 12px rgba(0,0,0,0.08),
        0 15px 40px rgba(0,0,0,0.12),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    
    background-image: linear-gradient(
        135deg,
        rgba(255,255,255,0.90),
        rgba(250,245,230,0.95),
        rgba(246,237,220,0.94)
    );
    transition: 0.25s cubic-bezier(.25,.1,.25,1);
}

.g4sf-btn-deluxe:hover {
    transform: translateY(-2px) scale(1.03);
    background-image: linear-gradient(
        135deg,
        #f2dfb7,
        #e2c27f,
        #b88a2e
    );
    box-shadow:
        0 6px 18px rgba(0,0,0,0.14),
        0 26px 60px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(255,255,255,0.5);
    color: #2b200b;
}
/* ===============================================
   WHATSAPP BUTTON – FROSTED CRYSTAL + DEEP GOLD
   =============================================== */

.g4sf-btn-whatsapp-deluxe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 26px;
    border-radius: 16px;

    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);

    color: #1e1e22;
    font-size: 14px;
    font-weight: 600;

    border: 2px solid #25D366;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.08),
        0 20px 44px rgba(0,0,0,0.15),
        inset 0 0 0 1px rgba(255,255,255,0.45);

    transition: 0.25s cubic-bezier(.25,.1,.25,1);
}

.g4sf-btn-whatsapp-deluxe:hover {
    transform: translateY(-2px) scale(1.03);
    background: rgba(245,255,246,0.92);
    box-shadow:
        0 6px 18px rgba(0,0,0,0.12),
        0 28px 60px rgba(0,0,0,0.22),
        inset 0 0 0 1px rgba(255,255,255,0.55);
}

.g4sf-btn-whatsapp-deluxe svg {
    width: 18px;
    height: 18px;
    fill: #25D366;
}
















/* =======================================================
   GO4METIN – AQUA TURQUOISE FULL-PAGE
   ======================================================= */

.g4sf-panel.g4sf-theme-aqua {
    /* FULL PAGE FEEL – fără card boxed */
    background:
        radial-gradient(circle at top, #072632 0, #03151e 40%, #01070b 100%);
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #e6f9ff;
    overflow: hidden;
}

/* HEADER */

.g4sf-theme-aqua .g4sf-header {
    position: relative;
    padding: 26px 24px 22px;
    background-size: cover;
    background-position: center;
}

.g4sf-theme-aqua .g4sf-header-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg,
            rgba(0, 0, 0, 0.80),
            rgba(5, 196, 197, 0.25));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(64, 224, 208, 0.25);
}

.g4sf-theme-aqua .g4sf-header-content {
    position: relative;
    z-index: 1;
}

.g4sf-theme-aqua .g4sf-title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #47f1e2;
    text-shadow:
        0 0 18px rgba(0, 255, 230, 0.70),
        0 0 28px rgba(0, 120, 255, 0.65);
}

.g4sf-theme-aqua .g4sf-subtitle {
    font-size: 13px;
    color: #a7c7d4;
    margin-bottom: 16px;
}

/* META + PROGRESS */

.g4sf-theme-aqua .g4sf-meta-grid {
    margin-bottom: 16px;
}

.g4sf-theme-aqua .g4sf-meta-item {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(3, 19, 27, 0.96);
    border: 1px solid rgba(85, 244, 230, 0.25);
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.60),
        0 0 28px rgba(0, 224, 255, 0.25);
}

.g4sf-theme-aqua .g4sf-meta-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7fc3d7;
    margin-bottom: 2px;
}

.g4sf-theme-aqua .g4sf-meta-value {
    font-size: 13px;
    font-weight: 600;
    color: #ecfbff;
}

.g4sf-theme-aqua .g4sf-reliability-item span:first-child {
    color: #8adff0;
}

.g4sf-theme-aqua .g4sf-bar {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(4, 44, 58, 0.9);
}

.g4sf-theme-aqua .g4sf-bar-fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1fe4d0, #3ddfff, #66ffdd);
    box-shadow:
        0 0 12px rgba(33, 232, 214, 0.8),
        0 0 20px rgba(61, 210, 255, 0.7);
}

.g4sf-theme-aqua .g4sf-bar-value {
    font-size: 11px;
    color: #54f4e0;
}

/* SECTIONS */

.g4sf-theme-aqua .g4sf-section {
    padding: 20px 22px 18px;
    border-top: 1px solid rgba(18, 84, 103, 0.65);
    background: radial-gradient(circle at top left,
        rgba(3, 40, 53, 0.85),
        rgba(2, 15, 24, 0.98));
}

.g4sf-theme-aqua .g4sf-section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: #d9fbff;
}

.g4sf-theme-aqua .g4sf-section-title::after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    border-radius: 999px;
    margin: 7px auto 0;
    background: linear-gradient(90deg, #1fe4d0, #3ddfff, #66ffdd);
}

/* SYSTEMS */

.g4sf-theme-aqua .g4sf-system-card {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background: radial-gradient(circle at top left,
        rgba(22, 86, 105, 0.95),
        rgba(3, 25, 36, 0.98));
    border: 1px solid rgba(49, 219, 211, 0.6);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.9),
        0 0 24px rgba(31, 228, 208, 0.5);
}

.g4sf-theme-aqua .g4sf-system-card.g4sf-system-status-optional {
    border-style: dashed;
    opacity: 0.9;
}

.g4sf-theme-aqua .g4sf-system-card.g4sf-system-status-not_included {
    border-color: rgba(115, 140, 150, 0.6);
    background: rgba(4, 21, 30, 0.95);
    opacity: 0.6;
}

.g4sf-theme-aqua .g4sf-system-image {
    flex: 0 0 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(79, 236, 220, 0.8);
    background: radial-gradient(circle at top, #0af0df, #15a4c8, #021017);
}

.g4sf-theme-aqua .g4sf-system-title {
    font-size: 14px;
    font-weight: 600;
    color: #e8fbff;
    margin-bottom: 2px;
}

.g4sf-theme-aqua .g4sf-system-status {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6cf7e0;
    margin-bottom: 4px;
}

.g4sf-theme-aqua .g4sf-system-desc {
    font-size: 12px;
    color: #bcdde8;
    margin-bottom: 6px;
}

.g4sf-theme-aqua .g4sf-system-bugfixes {
    font-size: 11px;
    color: #9fcedd;
    border-top: 1px dashed rgba(133, 220, 229, 0.4);
    padding-top: 4px;
}

/* DUNGEONS */

.g4sf-theme-aqua .g4sf-dungeon-card {
    border-radius: 18px;
    overflow: hidden;
    background: radial-gradient(circle at top,
        rgba(9, 53, 72, 0.98),
        rgba(3, 18, 29, 0.98));
    border: 1px solid rgba(65, 214, 212, 0.6);
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.9),
        0 0 22px rgba(52, 210, 226, 0.4);
}

.g4sf-theme-aqua .g4sf-dungeon-name {
    font-size: 13px;
    font-weight: 600;
    color: #e6fbff;
    margin-bottom: 4px;
}

.g4sf-theme-aqua .g4sf-dungeon-meta {
    font-size: 11px;
    color: #9dd8ea;
    margin-bottom: 4px;
}

.g4sf-theme-aqua .g4sf-dungeon-type {
    padding: 1px 6px;
    border-radius: 999px;
    border: 1px solid rgba(79, 236, 220, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    color: #68f3e3;
    background: rgba(2, 23, 30, 0.95);
}

.g4sf-theme-aqua .g4sf-dungeon-boss {
    font-size: 11px;
    color: #7cf6e5;
    margin-bottom: 4px;
}

.g4sf-theme-aqua .g4sf-dungeon-loot {
    font-size: 11px;
    color: #b7e3f1;
    margin-bottom: 4px;
}

.g4sf-theme-aqua .g4sf-dungeon-difficulty .g4sf-diff-star {
    font-size: 11px;
    color: rgba(171, 225, 238, 0.35);
}

.g4sf-theme-aqua .g4sf-dungeon-difficulty .g4sf-diff-star.active {
    color: #5ff2df;
}

/* PATCHLOG */

.g4sf-theme-aqua .g4sf-patchlog-timeline {
    padding-left: 14px;
    border-left: 1px solid rgba(93, 190, 209, 0.7);
}

.g4sf-theme-aqua .g4sf-patch-marker {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #4bf0e0;
    box-shadow:
        0 0 10px rgba(112, 255, 241, 0.9),
        0 0 18px rgba(69, 199, 255, 0.8);
}

.g4sf-theme-aqua .g4sf-patch-content {
    background: radial-gradient(circle at top left,
        rgba(5, 35, 48, 0.98),
        rgba(2, 18, 27, 0.98));
    border-radius: 10px;
    padding: 8px 9px;
    border: 1px solid rgba(77, 203, 215, 0.6);
    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.85),
        0 0 20px rgba(31, 214, 221, 0.55);
}

.g4sf-theme-aqua .g4sf-patch-date {
    color: #95d8ea;
}

.g4sf-theme-aqua .g4sf-patch-type {
    border: 1px solid rgba(88, 240, 221, 0.8);
    color: #7df5e6;
    background: rgba(1, 22, 30, 0.95);
}

.g4sf-theme-aqua .g4sf-patch-title {
    font-size: 12px;
    font-weight: 600;
    color: #e6fbff;
}

.g4sf-theme-aqua .g4sf-patch-desc {
    font-size: 11px;
    color: #b5e1f0;
}

/* DOWNLOAD & SUPPORT */

.g4sf-theme-aqua .g4sf-download-label {
    font-size: 11px;
    color: #86cfe3;
}

.g4sf-theme-aqua .g4sf-download-value {
    font-size: 12px;
    color: #e6fbff;
}

.g4sf-theme-aqua .g4sf-md5 {
    color: #96dbea;
}

.g4sf-theme-aqua .g4sf-support-box {
    padding: 10px 12px;
    border-radius: 18px;
    background: radial-gradient(circle at top left,
        rgba(2, 34, 44, 0.96),
        rgba(4, 20, 29, 0.98));
    border: 1px solid rgba(87, 236, 223, 0.7);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.95),
        0 0 24px rgba(74, 227, 220, 0.6);
}

.g4sf-theme-aqua .g4sf-support-text {
    font-size: 12px;
    color: #dbfbff;
}

.g4sf-theme-aqua .g4sf-support-note {
    font-size: 11px;
    color: #a8dce9;
}

/* BUTTONS */

.g4sf-theme-aqua .g4sf-btn-primary {
    background: linear-gradient(135deg, #26f1d7, #57e1ff);
    color: #021418;
    border-color: transparent;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(69, 239, 227, 0.8);
}

.g4sf-theme-aqua .g4sf-btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.g4sf-theme-aqua .g4sf-btn-secondary {
    background: rgba(2, 25, 33, 0.98);
    border-color: rgba(90, 244, 229, 0.9);
    color: #78f2e2;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.9);
}

.g4sf-theme-aqua .g4sf-btn-secondary:hover {
    background: rgba(3, 32, 42, 0.98);
}



/* Fundal full-page pentru secțiunea cu panelul aqua */
.g4sf-aqua-page {
    /* întinde aqua pe toată lățimea secțiunii */
    background:
        radial-gradient(circle at top,
            #052029 0,
            #03141d 40%,
            #010509 100%);
    padding-top: 50px;
    padding-bottom: 60px;
}

/* Ca să se „lipească” perfect, scoatem shadow & margini la panel */
.g4sf-aqua-page .g4sf-panel.g4sf-theme-aqua {
    background: transparent;   /* folosește fundalul secțiunii */
    border-radius: 0;
    border: none;
    box-shadow: none;
}



/* Containerul pentru imaginea mica din sistem */
.g4sf-system-image-area {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.g4sf-video-play-btn {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5c453;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s;
}

.g4sf-system-image-area:hover .g4sf-video-play-btn {
    opacity: 1;
}

/* MODALUL PREMIUM */
.g4sf-modal-overlay {
    background: rgba(3, 5, 10, 0.85); /* Negru foarte închis, ușor transparent */
    backdrop-filter: blur(10px);      /* Efectul de sticlă înghețată */
    display: none; 
    position: fixed;
    inset: 0;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.g4sf-modal-container {
    position: relative;
    width: 90%;
    max-width: 960px;
    background: #000;
    border: 1px solid rgba(245, 196, 83, 0.4); /* Rama aurie discretă */
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.8), 
                0 0 20px rgba(245, 196, 83, 0.15); /* Glow auriu fin */
    border-radius: 4px; /* Metin2 merge pe colțuri mai ascuțite, nu foarte rotunde */
    transform: scale(0.9);
    opacity: 0;
    animation: g4sf_pop_in 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* Animația de "Pop" la deschidere */
@keyframes g4sf_pop_in {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Aspect Ratio 16:9 pentru Video/Iframe */
#g4sf-video-player-target {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

#g4sf-video-player-target iframe,
#g4sf-video-player-target video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Butonul de inchidere (X) */
.g4sf-modal-x {
    position: absolute;
    top: -45px;
    right: -10px;
    color: #f5c453;
    font-size: 35px;
    font-family: 'Segoe UI', Arial, sans-serif;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
    text-shadow: 0 0 10px rgba(245, 196, 83, 0.5);
}

.g4sf-modal-x:hover {
    color: #fff;
    transform: rotate(90deg) scale(1.2); /* Efect de rotație la hover */
}