/* Page specific styles for Energetikai Audit aloldal */

/* 10 TJ Consumption Grid */
.tj-grid-section {
    position: relative;
    padding: 4rem 0;
}

/* Notes & Lightbulb Section */
.tj-notes-container {
    display: block;
    position: absolute;
    right: 0;
    width: 200px;
    background-color: #fbf0d2;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    margin-top: -11rem;
    margin-right: -3rem;
    z-index: 2;
    padding: 1.2em;
    border-radius: 1em;
    box-shadow: var(--shadow-default);
}
.tj-note-item {
    font-size: 0.85rem;
    line-height: 1.1;
    font-style: italic;
    color: #3f3f46;
    margin-top: 0;
}
.tj-note-item:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .tj-notes-container {
        position: relative !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-left: auto;
        /* width: 100%; */
    }
}


.floating-lightbulb {
    max-width: 100px;
    max-height: 70px;
    height: auto;
    margin-top: -30px;
    animation: floatLightbulb 5s ease-in-out infinite;
}
@keyframes floatLightbulb {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/*  */
.circles-4 .circle-icon {
    width: 42px;
    height: 42px;
    opacity: 0.6;
}
.circles-4 .circle-item > * {
    max-width: 60%;
}

/*  */
.warning-box {
    
}
.warning-headline {
    width: fit-content;
    margin: auto;
}
.warning-bullet-list {
    width: fit-content;
    margin: auto;
}


/* Audit Diagram Section */
/* .audit-diagram-flex {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 4rem auto;
    gap: 3rem;
}
.audit-diagram-left {
    background-image: url('img/circle-6.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    min-height: 250px;
}
.audit-diagram-circle {
    background: #ffffff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--nrise-orange);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-transform: uppercase;
    line-height: 1.3;
}
.audit-diagram-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.audit-list-item {
    background: var(--nrise-orange);
    color: #ffffff;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(230, 110, 0, 0.2);
}
.audit-list-num {
    background: #ffffff;
    color: var(--nrise-orange);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 1rem;
    flex-shrink: 0;
}
.audit-list-text {
    flex: 1;
}

@media (min-width: 900px) {
    .audit-diagram-flex {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
    .audit-diagram-left {
        flex: 1;
        justify-content: flex-end;
        background-position: right center;
        padding-right: 4rem;
    }
    .audit-diagram-right {
        flex: 1;
    }
}
@media (max-width: 899px) {
    .audit-diagram-left {
        transform: rotate(90deg);
        padding: 4rem 0;
    }
    .audit-diagram-circle {
        transform: rotate(-90deg);
    }
} */

.diagram-hub {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.hub-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3.5%;
    background-image: url('img/circle-6.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50%;
    height: 403px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--nrise-orange);
    text-align: center;
    padding-right: 15%;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
}
.hub-items-wrapper {
    width: 50%;
    display: flex;
}
.hub-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 0.75em;
    margin-top: -1.5em;
}
.diagram-hub .sphere {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    white-space: nowrap;
    background-color: var(--nrise-orange);
    padding: 0.5em 1em;
    border-radius: 0.5em;
    color: #ffffff;
    font-size: 1.25rem;
}
.diagram-hub .sphere-num {
    font-size: 1.5rem;
    ;
}

@media (max-width: 899px) {
    .diagram-hub {
        flex-direction: column;
    }
    .hub-circle {
        width: 320px;
        height: 403px;
        margin: 0 auto 15px auto ;
        transform: rotate(90deg);
        padding-bottom: 1.75rem;
    }
    .hub-circle > span {
        transform: rotate(-90deg);
        padding-bottom: 2rem;
    }
    .hub-items-wrapper {
        width: 100%;
    }
    .diagram-hub .sphere {
        white-space: unset;
    }
}


/* Background graphics decoration */
.dekor-01 {
    position: relative;
}

@media (max-width: 768px) {
    .countdown-timer {
        gap: 0.6rem;
    }
    .timer-value {
        width: 44px;
        height: 70px;
        font-size: 2rem;
    }
    .timer-label {
        font-size: 0.9rem;
    }
    .deadline-image-container {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-top: 2rem;
    }
    .deadline-content {
        padding-right: 0;
    }
    .deadline-box {
        padding: 2rem 1rem;
    }
}
