/*
Theme Name: GeneratePress Child
Template: generatepress
Description: Child theme for GeneratePress
Version: 1.0
*/

body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    text-align: left; 
}

.site-header {
    position: relative;
    z-index: 1000;
    background-color: #222222;
}

.main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.main-navigation a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
}

.main-navigation a:hover {
    color: #28a745;
}

.mini-banner {
    background-color: #222222;
    text-align: left; 
    overflow: hidden;
    box-sizing: border-box;
}

.mini-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.mini-banner .cta-button {
    display: block;
    width: fit-content; 
    margin: 10px auto; 
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.mini-banner .cta-button:hover {
    background-color: #218838;
}

@media (max-width: 768px) {
    .mini-banner {
        padding: 5px 0;
    }
    .mini-banner img {
        max-height: 100px;
    }
    .mini-banner .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

.footer-image {
    display: block;
    margin: 10px auto;
    max-width: 100px;
    height: auto;
}

.footer-text {
    margin: 5px 0;
    text-align: left; 
    font-size: 14px;
    color: #666;
}

.rabbit-image {
    border-radius: 15px;
    border: 3px solid #ff0000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.rabbit-image:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.3);
}

.hero__actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.btn--primary {
    background-color: #ff0000;
    color: white;
    border: 3px solid #ff0000;
    padding: 12px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn--primary:hover {
    background-color: #cc0000;
    border-color: #cc0000;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.3);
    color: white;
}

.btn--ghost {
    background-color: black;
    color: white;
    border: 3px solid #ff0000;
    padding: 12px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn--ghost:hover {
    background-color: #ff0000;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.3);
}

.play-button {
    cursor: pointer;
    text-align: center;
    min-width: 180px;
}

.cta-button {
    display: block;
    width: fit-content; 
    margin: 10px auto; 
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #218838;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 2rem 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.author__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}

.author__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

.author__name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

.author__role {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    display: block;
    margin: 0;
}

.author__reading-time {
    font-size: 14px;
    color: #999;
    margin-left: auto;
    white-space: nowrap;
}

.bonus-section {
    text-align: left; 
    padding: 20px;
    background-color: #2d2d2d;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bonus-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.bonus-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.bonus-image-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.bonus-image-link:hover {
    opacity: 0.8;
    cursor: pointer;
}

.bonus-section .cta-button {
    display: block;
    width: fit-content; 
    margin: 10px auto; 
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.bonus-section .cta-button:hover {
    background-color: #218838;
}

.bonus-terms {
    text-align: center; 
    color: #ccc;
    font-size: 12px;
    display: block;
    margin: 5px 0;
}

.section {
    padding: 20px;
    background-color: #2d2d2d;
    margin: 20px 0;
    border-radius: 5px;
    color: #fff;
    text-align: left; 
}

.section-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.section-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left; 
}

.section-content .cta-button {
    display: block;
    width: fit-content; 
    margin: 10px auto; 
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.section-content .cta-button:hover {
    background-color: #218838;
}

.section-content small {
    text-align: center; 
    color: #ccc;
    font-size: 12px;
    display: block;
    margin: 5px auto; 
}

.section-image {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-content p strong {
    color: #28a745;
    font-weight: bold;
}

.sub-title {
    font-size: 20px;
    color: #28a745;
    margin: 15px 0 10px;
}

.strategy-list {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

.strategy-list li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.strategy-list li:before {
    content: "🐰";
    position: absolute;
    left: 10px;
    color: #ff0000;
}

.tips-list {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-left: 0;
}

.tips-list li {
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.tips-list li:before {
    content: "💡";
    position: absolute;
    left: 10px;
    color: #ff0000;
}

.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hero-section [colonizator_col] {
    flex: 1;
    padding: 10px;
    text-align: left; 
}

.subtitle {
    font-size: 20px;
    color: #28a745;
    margin-bottom: 15px;
    font-weight: bold;
}

.content-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left; 
}

.spec-table,
.bonus-table,
.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background-color: #333;
    color: #fff;
}

.spec-table th,
.bonus-table th,
.payment-table th,
.spec-table td,
.bonus-table td,
.payment-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #444;
    vertical-align: middle;
}

.spec-table th,
.bonus-table th,
.payment-table th {
    background-color: #28a745;
    font-weight: bold;
}

.spec-table tr:nth-child(even),
.bonus-table tr:nth-child(even),
.payment-table tr:nth-child(even) {
    background-color: #2d2d2d;
}

.bonus-table .cta-button {
    display: block;
    width: fit-content;
    margin: 10px auto; 
    padding: 8px 15px;
    font-size: 14px;
    background-color: #28a745;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.bonus-table .cta-button:hover {
    background-color: #218838;
}

@media (max-width: 768px) {
    .site-header,
    .section,
    .bonus-section,
    .mini-banner {
        padding: 15px;
    }

    .section-title,
    .bonus-title {
        font-size: 20px;
    }

    .section-image,
    .bonus-image {
        max-height: 200px;
    }

    .sub-title,
    .subtitle {
        font-size: 18px;
    }

    .spec-table,
    .bonus-table,
    .payment-table {
        font-size: 12px;
    }

    .spec-table th,
    .bonus-table th,
    .payment-table th,
    .spec-table td,
    .bonus-table td,
    .payment-table td {
        padding: 6px;
    }

    .bonus-table .cta-button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .cta-button {
        font-size: 14px;
        padding: 10px 20px;
    }

    .section-content small {
        font-size: 10px;
    }

    .main-navigation {
        flex-direction: column;
        padding: 5px 0;
    }

    .main-navigation a {
        margin: 5px 0;
        font-size: 14px;
    }

    .mini-banner img {
        max-height: 100px;
    }

    .hero__actions {
        flex-direction: column;
        align-items: center;
    }

    .play-button {
        width: 100%;
        max-width: 280px;
    }

    .author {
        flex-wrap: wrap;
        gap: 8px;
    }

    .author__reading-time {
        width: 100%;
        text-align: left;
        margin-left: 52px;
        margin-top: -5px;
    }

    .author__name {
        font-size: 18px;
    }

    .hero-section {
        flex-direction: column;
        text-align: left; 
    }

    .hero-section [colonizator_col] {
        width: 100%;
        padding: 5px;
    }

    .rabbit-image {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .content-text {
        font-size: 14px;
    }
}

.psychology-section.dark-theme {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid #8c68cd;
    margin: 20px 0;
}

.psychology-section.dark-theme .psych-card {
    background: #2a2a2a;
    padding: 25px 25px 25px 25px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border: 1px solid #404040;
    position: relative;
}

.psychology-section.dark-theme .card-icon {
    font-size: 2em;
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.psychology-section.dark-theme .intro-paragraph {
    font-size: 1.1em;
    color: #adb5bd;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
}

.psychology-section.dark-theme .card-intro {
    color: #adb5bd;
    margin-bottom: 15px;
    padding-left: 45px;
}

.psychology-section.dark-theme .strategy-list,
.psychology-section.dark-theme .tips-list {
    list-style: none;
    padding: 0;
    color: #e9ecef;
    margin-left: 0;
}

.psychology-section.dark-theme .strategy-list li,
.psychology-section.dark-theme .tips-list li {
    padding: 10px 0 10px 35px;
    position: relative;
    border-bottom: 1px solid #404040;
    transition: background-color 0.3s ease;
}

.psychology-section.dark-theme .strategy-list li:before,
.psychology-section.dark-theme .tips-list li:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.psychology-section.dark-theme .strategy-list li:before {
    content: "🐰";
    color: #ff0000;
}

.psychology-section.dark-theme .tips-list li:before {
    content: "💡";
    color: #ff0000;
}

.psychology-section.dark-theme .strategy-list li:hover,
.psychology-section.dark-theme .tips-list li:hover {
    background-color: #3a3a3a;
    border-radius: 5px;
    padding-left: 40px;
}

.psychology-section.dark-theme .strategy-list li:last-child,
.psychology-section.dark-theme .tips-list li:last-child {
    border-bottom: none;
}

.psychology-section.dark-theme .psych-card h3 {
    color: #e9ecef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.3em;
    padding-left: 45px;
    margin-right: 0;
    border-bottom: 2px solid #404040;
}

.psychology-section.dark-theme .section-title {
    color: #e9ecef;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
}

.psychology-section.dark-theme p {
    color: #ced4da;
    line-height: 1.6;
}

.psychology-section.dark-theme strong {
    color: #8c68cd;
}

.site-content,
.content-area {
    width: 100%;
    max-width: 100%;
    padding: 0;
}