* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.header-magazine {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-magazine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.nav-left .logo {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 1px;
}

.nav-center {
    display: flex;
    gap: 30px;
}

.nav-center a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-center a:hover {
    color: #8b7355;
}

.nav-right .nav-cta {
    background-color: #8b7355;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.nav-right .nav-cta:hover {
    background-color: #6d5a43;
}

.magazine-layout {
    max-width: 1400px;
    margin: 0 auto;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-wrap {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text-block {
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-text-block h1 {
    font-size: 52px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 20px;
    font-style: italic;
    opacity: 0.95;
}

.intro-columns {
    display: flex;
    gap: 40px;
    padding: 60px 40px;
    background-color: #fff;
    margin-bottom: 40px;
}

.col-narrow {
    flex: 0 0 320px;
    border-right: 2px solid #8b7355;
    padding-right: 40px;
}

.col-narrow h2 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #2c2c2c;
}

.col-narrow p {
    font-size: 15px;
    color: #555;
}

.col-wide {
    flex: 1;
}

.intro-lead {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 24px;
    color: #3a3a3a;
    line-height: 1.6;
}

.col-wide p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.image-break {
    width: 100%;
    margin: 60px 0;
    background-color: #f5f5f5;
}

.image-break img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.content-zigzag {
    padding: 60px 40px;
    background-color: #fafafa;
}

.zigzag-block {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: center;
}

.left-heavy .zigzag-text {
    flex: 0 0 60%;
}

.left-heavy .zigzag-image {
    flex: 0 0 35%;
}

.right-heavy .zigzag-image {
    flex: 0 0 40%;
}

.right-heavy .zigzag-text {
    flex: 0 0 55%;
}

.zigzag-text h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.zigzag-text p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.zigzag-image {
    background-color: #e8e8e8;
}

.zigzag-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trust-section {
    padding: 80px 40px;
    background-color: #fff;
}

.trust-container h2 {
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
    color: #2c2c2c;
}

.testimonial-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background-color: #f9f9f9;
    padding: 30px;
    border-left: 3px solid #8b7355;
}

.testimonial-text {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 16px;
    color: #3a3a3a;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.services-reveal {
    padding: 80px 40px;
    background-color: #fafafa;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro h2 {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.services-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.services-magazine-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background-color: #fff;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
}

.service-card.featured {
    width: 100%;
    flex-direction: row;
}

.service-card.featured .service-image {
    flex: 0 0 45%;
}

.service-card.featured .service-content {
    flex: 1;
    padding: 40px;
}

.service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.service-content > p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    margin-bottom: 20px;
}

.service-features li {
    font-size: 14px;
    padding: 8px 0;
    color: #555;
    padding-left: 24px;
    position: relative;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-size: 20px;
}

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #8b7355;
    margin-bottom: 20px;
}

.btn-select-service {
    background-color: #2c2c2c;
    color: #fff;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s;
    width: 100%;
}

.btn-select-service:hover {
    background-color: #8b7355;
}

.form-section-magazine {
    padding: 80px 40px;
    background-color: #fff;
}

.form-container-editorial {
    max-width: 700px;
    margin: 0 auto;
}

.form-intro {
    margin-bottom: 40px;
    text-align: center;
}

.form-intro h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.form-intro p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.registration-form {
    background-color: #f9f9f9;
    padding: 40px;
    border-left: 4px solid #8b7355;
}

.form-field {
    margin-bottom: 24px;
}

.form-field label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: inherit;
    background-color: #fff;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #8b7355;
}

.btn-submit-form {
    background-color: #8b7355;
    color: #fff;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

.btn-submit-form:hover {
    background-color: #6d5a43;
}

.info-disclaimer {
    padding: 60px 40px;
    background-color: #f5f5f5;
}

.disclaimer-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff9e6;
    border: 1px solid #e6d5a0;
}

.disclaimer-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.disclaimer-box p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.7;
}

.footer-magazine {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 40px 30px;
}

.footer-columns {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: normal;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #8b7355;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    z-index: 2000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

.cookie-content a {
    color: #8b7355;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #8b7355;
    color: #fff;
}

.btn-accept:hover {
    background-color: #6d5a43;
}

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 1024px) {
    .intro-columns {
        flex-direction: column;
    }

    .col-narrow {
        border-right: none;
        border-bottom: 2px solid #8b7355;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .zigzag-block {
        flex-direction: column;
    }

    .left-heavy .zigzag-text,
    .left-heavy .zigzag-image,
    .right-heavy .zigzag-text,
    .right-heavy .zigzag-image {
        flex: 1;
        width: 100%;
    }

    .service-card {
        width: 100%;
    }

    .service-card.featured {
        flex-direction: column;
    }

    .service-card.featured .service-image {
        flex: none;
        width: 100%;
        height: 350px;
    }

    .testimonial-card {
        flex: 0 0 100%;
    }

    .footer-columns {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .nav-magazine {
        flex-direction: column;
        gap: 20px;
        padding: 15px 20px;
    }

    .nav-center {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .hero-text-block h1 {
        font-size: 36px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}