/* Reset i podstawowe style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #000;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Sekcja hero */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #000;
    overflow: hidden;
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='smallGrid' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 20 0 L 0 0 0 20' fill='none' stroke='rgba(255, 255, 255, 0.03)' stroke-width='0.5'/%3E%3C/pattern%3E%3Cpattern id='grid' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Crect width='100' height='100' fill='url(%23smallGrid)'/%3E%3Cpath d='M 100 0 L 0 0 0 100' fill='none' stroke='rgba(255, 255, 255, 0.05)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grid)' /%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 1;
}

.hero-graphics {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(247, 223, 30, 0.1) 0%, rgba(247, 223, 30, 0) 70%);
}

.hero-circle-1 {
    width: 500px;
    height: 500px;
    top: -250px;
    left: -100px;
    opacity: 0.4;
}

.hero-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: 40%;
    opacity: 0.3;
}

.hero-line {
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, rgba(247, 223, 30, 0.2), rgba(247, 223, 30, 0));
}

.hero-line-1 {
    height: 70%;
    top: 0;
    left: 15%;
}

.hero-line-2 {
    height: 50%;
    bottom: 0;
    left: 75%;
}

.hero-dots {
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(rgba(247, 223, 30, 0.2) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.3;
}

.hero-dots-1 {
    top: 15%;
    right: 15%;
    transform: rotate(15deg);
}

.hero-dots-2 {
    bottom: 10%;
    left: 10%;
    transform: rotate(-10deg);
}

.hero-content {
    width: 55%;
    padding: 80px 0;
    position: relative;
    z-index: 3;
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center left;
    clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    background-color: #111;
    /* Placeholder z gradientem i grafiką SVG */
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='900' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23222222' /%3E%3Cstop offset='100%25' stop-color='%23111111' /%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23grad)' /%3E%3Ccircle cx='300' cy='280' r='180' fill='none' stroke='rgba(247, 223, 30, 0.1)' stroke-width='2' /%3E%3Ccircle cx='300' cy='280' r='150' fill='none' stroke='rgba(247, 223, 30, 0.1)' stroke-width='1.5' /%3E%3Cpath d='M300,430 C360,430 420,400 420,280 C420,180 360,130 300,130 C240,130 180,180 180,280 C180,400 240,430 300,430 Z' fill='none' stroke='rgba(247, 223, 30, 0.15)' stroke-width='2' /%3E%3Ccircle cx='300' cy='240' r='50' fill='none' stroke='rgba(247, 223, 30, 0.2)' stroke-width='1' /%3E%3Ccircle cx='300' cy='240' r='20' fill='none' stroke='rgba(247, 223, 30, 0.3)' stroke-width='1' /%3E%3Ctext x='230' y='550' font-family='Montserrat, sans-serif' font-size='16' fill='rgba(255, 255, 255, 0.5)'%3ETWOJE ZDJĘCIE%3C/text%3E%3Ctext x='200' y='580' font-family='Montserrat, sans-serif' font-size='12' fill='rgba(255, 255, 255, 0.3)'%3E(zastąp własnym plikiem graficznym)%3C/text%3E%3C/svg%3E");
}

/* Typografia */
.subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 15px;
}

.subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background-color: #f7df1e;
}

.title {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* Przycisk CTA */
.cta-button {
    display: inline-block;
    background-color: #f7df1e;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    padding: 18px 35px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(247, 223, 30, 0.3);
}

.cta-button:hover:before {
    left: 100%;
}

.time-info {
    font-size: 16px;
    margin-bottom: 50px;
    opacity: 0.85;
    font-weight: 500;
}

/* Sekcja testimonial */
.testimonial {
    margin-top: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 8px;
    position: relative;
    border-left: 3px solid #f7df1e;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.testimonial:before {
    content: '"';
    font-size: 80px;
    position: absolute;
    top: -30px;
    left: 15px;
    color: rgba(247, 223, 30, 0.2);
    font-family: Georgia, serif;
}

.stars {
    color: #f7df1e;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 3px;
}

.testimonial p {
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

/* Footer - przeprojektowany */
.footer {
    background-color: #0a0a0a;
    padding: 40px 0;
    border-top: 1px solid #222;
}

.footer-bio {
    font-size: 14px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
    opacity: 0.9;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f7df1e;
}

.footer-credits {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-credits a {
    color: #f7df1e;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-credits a:hover {
    opacity: 0.8;
}

.heart {
    color: #ff4d4d;
    animation: pulse 1.3s infinite;
    display: inline-block;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    backdrop-filter: blur(5px);
}

.popup {
    background-color: #0c1229;
    width: 90%;
    max-width: 600px;
    padding: 50px 40px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.4s ease-out;
    border-top: 4px solid #f7df1e;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.popup-title {
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 35px;
    color: white;
    letter-spacing: -0.5px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background-color: #f7f7f7;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(247, 223, 30, 0.3);
    background-color: white;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form-checkbox input {
    margin-right: 12px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* Reset wszystkich stylów */
    appearance: none;
    -webkit-appearance: none;
    /* Podstawowe style */
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0; /* Całkowicie usunięte zaokrąglenie */
    background-color: transparent;
    position: relative;
    box-shadow: none;
}

.form-checkbox input:checked {
    background-color: #f7df1e;
    border-color: #f7df1e;
}

.form-checkbox input:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-checkbox label {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}

.form-checkbox label a {
    color: #f7df1e;
    text-decoration: none;
    transition: opacity 0.3s;
}

.form-checkbox label a:hover {
    opacity: 0.8;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 18px;
    background-color: #f7df1e;
    color: #000;
    font-size: 22px;
    font-weight: 900;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.submit-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(247, 223, 30, 0.3);
}

.submit-button:hover:before {
    left: 100%;
}

.submit-button:active {
    transform: translateY(0);
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
    transition: transform 0.3s;
    font-size: 0;
}

.close-popup:before,
.close-popup:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

.close-popup:before {
    transform: rotate(45deg);
}

.close-popup:after {
    transform: rotate(-45deg);
}

.close-popup:hover {
    transform: rotate(90deg);
}

/* Success message */
.success-message {
    text-align: center;
    padding: 30px 0;
}

.success-message h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #f7df1e;
}

.success-message p {
    font-size: 16px;
    opacity: 0.9;
}

.success-icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #f7df1e;
}

/* Style dla podstron */
.page-header {
    padding: 60px 0 30px;
    background-color: #0c1229;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(247, 223, 30, 0.5), transparent);
}

.page-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.page-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.page-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    line-height: 1.8;
}

.page-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #f7df1e;
}

.page-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content ul, .page-content ol {
    margin: 0 0 20px 20px;
}

.page-content li {
    margin-bottom: 10px;
}

.back-to-home {
    display: inline-block;
    margin-top: 40px;
    color: #f7df1e;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.back-to-home:before {
    content: '← ';
}

.back-to-home:hover {
    opacity: 0.8;
}

/* Lista książek - specyficzne style */
.book-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.book-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.book-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(247, 223, 30, 0.3);
}

.book-placeholder {
    height: 300px;
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: rgba(247, 223, 30, 0.3);
}

.book-info {
    padding: 20px;
}

.book-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.book-author {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.book-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.book-link {
    display: inline-block;
    background-color: rgba(247, 223, 30, 0.15);
    color: #f7df1e;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s;
}

.book-link:hover {
    background-color: rgba(247, 223, 30, 0.3);
}

/* ========================================
   STYLES FOR ARTICLES/BLOG
======================================== */

/* Articles CSS - dedykowane style dla artykułów */
.article-main {
    padding: 40px 0;
    background-color: #111;
    min-height: 80vh;
}

.expert-article {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
}

/* Expert byline */
.expert-byline {
    background: linear-gradient(135deg, rgba(247, 223, 30, 0.1) 0%, rgba(247, 223, 30, 0.05) 100%);
    border-left: 4px solid #f7df1e;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Key insights and highlights */
.key-insight {
    background: linear-gradient(135deg, rgba(247, 223, 30, 0.08) 0%, rgba(247, 223, 30, 0.03) 100%);
    border: 1px solid rgba(247, 223, 30, 0.3);
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    font-size: 16px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.key-insight:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #f7df1e, rgba(247, 223, 30, 0.3));
    border-radius: 8px 8px 0 0;
}

.key-insight strong {
    color: #f7df1e;
    font-weight: 700;
}

.critical-insight {
    background-color: rgba(255, 77, 77, 0.1);
    border-left: 4px solid #ff4d4d;
    padding: 15px 20px;
    margin: 20px 0;
    font-weight: 600;
    color: #ff4d4d;
}

/* Article intro */
.article-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    border-left: 3px solid #f7df1e;
    padding: 20px 20px 20px 23px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Expert Q&A sections */
.expert-qa {
    margin: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
}

.expert-qa:last-of-type {
    border-bottom: none;
}

.expert-qa h2 {
    font-size: 24px;
    font-weight: 800;
    color: #f7df1e;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.expert-qa h2:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #f7df1e;
}

.expert-answer {
    margin-left: 0;
}

.expert-answer p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.expert-answer strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

/* Practical tips */
.practical-tip {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
    border-left: 3px solid #f7df1e;
}

.practical-tip strong {
    color: #f7df1e;
}

/* Goals examples */
.goals-examples {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.goals-examples li {
    margin-bottom: 10px;
    font-weight: 500;
}

/* Final thoughts */
.final-thoughts {
    background: linear-gradient(135deg, rgba(247, 223, 30, 0.1) 0%, rgba(247, 223, 30, 0.05) 100%);
    border-radius: 12px;
    padding: 35px;
    margin: 50px 0;
    text-align: center;
    border: 2px solid rgba(247, 223, 30, 0.2);
    position: relative;
    overflow: hidden;
}

.final-thoughts:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(247, 223, 30, 0.1) 0%, transparent 50%);
    animation: pulse-bg 4s ease-in-out infinite;
}

@keyframes pulse-bg {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.final-thoughts h2 {
    color: #f7df1e;
    margin-bottom: 15px;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.final-thoughts p {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.6;
}

/* Related articles */
.related-articles {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 10px;
    padding: 30px;
    margin: 50px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.related-articles:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #f7df1e, rgba(247, 223, 30, 0.3), #f7df1e);
    border-radius: 10px 10px 0 0;
}

.related-articles h3 {
    color: #f7df1e;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.related-articles ul {
    list-style: none;
    padding: 0;
}

.related-articles li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.related-articles li:before {
    content: '→';
    color: #f7df1e;
    position: absolute;
    left: 0;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.related-articles li:hover:before {
    transform: translateX(5px);
}

.related-articles a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.related-articles a:hover {
    color: #f7df1e;
    border-bottom-color: rgba(247, 223, 30, 0.3);
}

/* Newsletter signup block */
.newsletter-signup-block {
    background: linear-gradient(135deg, #0c1229 0%, #1a1a2e 100%);
    border-radius: 12px;
    padding: 50px 40px;
    margin: 60px 0;
    text-align: center;
    border: 1px solid rgba(247, 223, 30, 0.2);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.newsletter-signup-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, #f7df1e, transparent);
}

.newsletter-signup-block:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(247, 223, 30, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.signup-content {
    position: relative;
    z-index: 2;
}

.signup-content h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.signup-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.signup-frequency {
    font-size: 14px !important;
    margin-top: 15px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-style: italic;
}

/* Quote blocks for personal stories */
.personal-quote {
    font-style: italic;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    border-left: 3px solid #f7df1e;
    padding-left: 20px;
    margin: 25px 0;
}

/* Step by step guides */
.step-by-step {
    counter-reset: step-counter;
}

.step-by-step .step {
    counter-increment: step-counter;
    margin: 25px 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    position: relative;
    padding-left: 60px;
}

.step-by-step .step:before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #f7df1e;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
}

/* Tools and assistants grid */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.tool-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tool-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #f7df1e, rgba(247, 223, 30, 0.3));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.tool-card:hover {
    border-color: rgba(247, 223, 30, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.tool-card:hover:before {
    transform: scaleX(1);
}

.tool-card h4 {
    color: #f7df1e;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
}

.tool-card p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.tool-card p:last-child {
    margin-bottom: 0;
}

/* Articles listing page */
.articles-section {
    margin: 60px 0;
}

.articles-section h2 {
    font-size: 32px;
    font-weight: 800;
    color: #f7df1e;
    margin-bottom: 30px;
    border-bottom: 3px solid rgba(247, 223, 30, 0.3);
    padding-bottom: 15px;
    position: relative;
}

.articles-section h2:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #f7df1e;
}

.articles-grid {
    display: grid;
    gap: 30px;
}

.article-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.article-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #f7df1e, rgba(247, 223, 30, 0.3), #f7df1e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.article-card:hover {
    border-color: rgba(247, 223, 30, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.article-card:hover:before {
    transform: scaleX(1);
}

.article-card h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.article-card h3 a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-card h3 a:hover {
    color: #f7df1e;
}

.article-card p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 15px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category {
    background: linear-gradient(135deg, rgba(247, 223, 30, 0.2) 0%, rgba(247, 223, 30, 0.1) 100%);
    color: #f7df1e;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid rgba(247, 223, 30, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Responsywność */
@media (max-width: 992px) {
    .hero-content {
        width: 65%;
    }
    
    .hero-image {
        width: 35%;
    }
    
    .title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
    }
    
    .hero-content {
        width: 100%;
        padding: 60px 0 40px;
    }
    
    .hero-image {
        position: relative;
        width: 100%;
        height: 400px;
        clip-path: none;
    }
    
    .title {
        font-size: 32px;
    }
    
    .popup {
        padding: 30px 25px;
    }
    
    .popup-title {
        font-size: 26px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .book-list {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .footer-bottom {
        gap: 15px;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    /* Articles responsive */
    .expert-article, .expert-byline, .article-intro {
        padding: 20px 15px;
        margin: 0 15px 30px;
    }
    
    .newsletter-signup-block {
        padding: 40px 25px;
        margin: 40px 15px;
    }
    
    .articles-section h2 {
        font-size: 26px;
    }
    
    .article-card {
        padding: 25px 20px;
        margin: 0 15px;
    }
    
    .tools-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .final-thoughts, .related-articles {
        padding: 25px 20px;
        margin: 40px 15px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .cta-button {
        width: 100%;
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .testimonial {
        padding: 20px;
    }
    
    .footer-credits {
        text-align: center;
        font-size: 13px;
    }
    
    .book-list {
        grid-template-columns: 1fr;
    }
    
    /* Articles mobile */
    .key-insight {
        padding: 15px;
        font-size: 14px;
    }
    
    .article-intro {
        font-size: 15px;
        padding: 15px 15px 15px 18px;
    }
    
    .expert-qa h2 {
        font-size: 18px;
    }
    
    .newsletter-signup-block {
        padding: 30px 20px;
    }
    
    .signup-content h3 {
        font-size: 22px;
    }
    
    .tool-card {
        padding: 20px;
    }
    
    .articles-section h2 {
        font-size: 24px;
    }
    
    .article-card h3 {
        font-size: 18px;
    }
}