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

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

.ad-disclosure {
    background: #f4e5d3;
    color: #7a5c3d;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #d4c5b3;
}

.header-magazine {
    background: #fff;
    border-bottom: 2px solid #2c2c2c;
    padding: 20px 0;
}

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

.logo {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Georgia', serif;
    color: #8b4513;
    letter-spacing: -1px;
}

.nav-split {
    display: flex;
    gap: 35px;
}

.nav-split a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    transition: color 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

.nav-split a:hover {
    color: #8b4513;
    border-bottom-color: #8b4513;
}

.hero-magazine {
    background: #fff;
    padding: 80px 0;
}

.hero-content-split {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.hero-text-col {
    flex: 1;
}

.hero-text-col h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: normal;
}

.hero-text-col p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #444;
}

.hero-image-col {
    flex: 1;
}

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

.cta-primary {
    display: inline-block;
    background: #8b4513;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #6d3410;
}

.cta-secondary {
    display: inline-block;
    background: #e8e8e8;
    color: #2c2c2c;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
    margin-left: 15px;
}

.cta-secondary:hover {
    background: #d4d4d4;
}

.intro-magazine {
    background: #f5f5f5;
    padding: 100px 0;
}

.container-magazine {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.intro-grid {
    display: flex;
    gap: 80px;
}

.intro-main {
    flex: 2;
}

.intro-main h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #1a1a1a;
}

.intro-main p {
    margin-bottom: 25px;
    font-size: 19px;
    line-height: 1.8;
}

.intro-sidebar {
    flex: 1;
    background: #fff;
    padding: 30px;
}

.intro-sidebar img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    object-fit: cover;
}

.sidebar-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.sidebar-text ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-text ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 17px;
}

.sidebar-text ul li:last-child {
    border-bottom: none;
}

.services-preview {
    background: #fff;
    padding: 100px 0;
}

.services-preview h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: normal;
    color: #1a1a1a;
}

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

.service-card-mag {
    flex: 0 0 calc(50% - 20px);
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

.service-card-mag img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 35px;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: normal;
    color: #1a1a1a;
}

.service-content p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.price-tag {
    font-size: 32px;
    color: #8b4513;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.select-service {
    background: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
    width: 100%;
}

.select-service:hover {
    background: #1a1a1a;
}

.testimonials-editorial {
    background: #f9f6f2;
    padding: 100px 0;
}

.testimonials-editorial h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}

.testimonial-flow blockquote {
    margin-bottom: 50px;
    padding: 40px;
    background: #fff;
    border-left: 4px solid #8b4513;
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
}

.testimonial-flow blockquote p {
    margin-bottom: 20px;
}

.testimonial-flow cite {
    display: block;
    text-align: right;
    font-style: normal;
    font-size: 17px;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.form-section {
    background: #fff;
    padding: 100px 0;
}

.form-layout-split {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: normal;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.7;
}

.form-container {
    flex: 1;
    background: #f5f5f5;
    padding: 45px;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: 'Georgia', serif;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #8b4513;
}

.btn-submit {
    background: #8b4513;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    width: 100%;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #6d3410;
}

.benefits-magazine {
    background: #f5f5f5;
    padding: 100px 0;
}

.benefits-magazine h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}

.benefits-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefit-item {
    flex: 0 0 calc(50% - 20px);
    padding: 40px;
    background: #fff;
}

.benefit-item h3 {
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: normal;
    color: #8b4513;
}

.benefit-item p {
    font-size: 17px;
    line-height: 1.7;
}

.cta-inline {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.cta-inline p {
    font-size: 22px;
    line-height: 1.6;
}

.cta-link {
    color: #8b4513;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s;
}

.cta-link:hover {
    color: #6d3410;
}

.footer-magazine {
    background: #2c2c2c;
    color: #ddd;
    padding: 60px 0 20px 0;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 40px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #aaa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #8b4513;
    padding: 25px;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    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: 30px;
}

.cookie-content p {
    font-size: 16px;
    margin: 0;
    flex: 1;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
}

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

.btn-cookie-accept:hover {
    background: #6d3410;
}

.btn-cookie-reject {
    background: #e8e8e8;
    color: #2c2c2c;
}

.btn-cookie-reject:hover {
    background: #d4d4d4;
}

.about-hero,
.services-hero,
.contact-hero {
    background: #f5f5f5;
    padding: 80px 0;
    text-align: center;
}

.about-hero h1,
.services-hero h1,
.contact-hero h1 {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: normal;
}

.lead-text {
    font-size: 22px;
    color: #555;
    font-style: italic;
}

.about-story {
    background: #fff;
    padding: 100px 0;
}

.story-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.story-text {
    flex: 2;
}

.story-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: normal;
}

.story-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.story-image {
    flex: 1;
}

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

.values-section {
    background: #f9f6f2;
    padding: 100px 0;
}

.values-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: normal;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 0 0 calc(50% - 20px);
    background: #fff;
    padding: 40px;
    border-left: 4px solid #8b4513;
}

.value-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #8b4513;
}

.value-card p {
    font-size: 17px;
    line-height: 1.7;
}

.team-section {
    background: #fff;
    padding: 100px 0;
}

.team-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.section-intro {
    text-align: center;
    font-size: 19px;
    color: #666;
    margin-bottom: 60px;
}

.team-editorial article {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.team-editorial article:last-child {
    border-bottom: none;
}

.team-member h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.team-role {
    font-size: 18px;
    color: #8b4513;
    font-style: italic;
    margin-bottom: 20px;
}

.team-member p {
    font-size: 18px;
    line-height: 1.8;
}

.mission-statement {
    background: #f5f5f5;
    padding: 100px 0;
}

.mission-statement h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: normal;
}

.mission-statement p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.cta-about {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.cta-about h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: normal;
}

.cta-about p {
    font-size: 20px;
    margin-bottom: 35px;
}

.services-detailed {
    padding: 80px 0;
}

.service-detail {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 2px solid #e8e8e8;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.service-detail-content h2 {
    font-size: 36px;
    font-weight: normal;
    flex: 1;
}

.price-large {
    font-size: 42px;
    color: #8b4513;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
}

.service-detail-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #8b4513;
}

.service-detail-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    font-size: 17px;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b4513;
    font-size: 24px;
}

.service-detail-image {
    flex: 1;
}

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

.btn-service {
    display: inline-block;
    background: #8b4513;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background 0.3s;
    border: none;
    cursor: pointer;
}

.btn-service:hover {
    background: #6d3410;
}

.services-info {
    background: #f5f5f5;
    padding: 80px 0;
}

.services-info h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.info-blocks {
    display: flex;
    gap: 40px;
}

.info-block {
    flex: 1;
    background: #fff;
    padding: 35px;
}

.info-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #8b4513;
}

.info-block p {
    font-size: 17px;
    line-height: 1.7;
}

.contact-info-section {
    background: #fff;
    padding: 80px 0;
}

.contact-layout {
    display: flex;
    gap: 60px;
}

.contact-details {
    flex: 2;
}

.contact-block {
    margin-bottom: 50px;
}

.contact-block h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: normal;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #8b4513;
}

.contact-item p {
    font-size: 18px;
    line-height: 1.7;
}

.contact-block ul {
    list-style: none;
    padding-left: 0;
}

.contact-block ul li {
    padding: 8px 0;
    font-size: 17px;
}

.contact-image-side {
    flex: 1;
}

.contact-image-side img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 25px;
}

.contact-note {
    background: #f5f5f5;
    padding: 30px;
}

.contact-note h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
}

.contact-note p {
    font-size: 17px;
    line-height: 1.7;
}

.faq-section {
    background: #f9f6f2;
    padding: 80px 0;
}

.faq-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: normal;
    color: #2c2c2c;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.contact-cta {
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.contact-cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: normal;
}

.contact-cta p {
    font-size: 20px;
    margin-bottom: 35px;
}

.thanks-hero {
    background: #f9f6f2;
    padding: 100px 0;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: normal;
    color: #8b4513;
}

.thanks-message {
    font-size: 22px;
    margin-bottom: 60px;
    color: #555;
}

.thanks-info {
    text-align: left;
    margin-bottom: 50px;
}

.thanks-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: center;
}

.next-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.step {
    flex: 0 0 calc(50% - 15px);
    background: #fff;
    padding: 30px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #8b4513;
}

.step p {
    font-size: 17px;
    line-height: 1.7;
}

.thanks-note {
    background: #fff3cd;
    border: 1px solid #ffd966;
    padding: 25px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-note p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.thanks-benefits {
    background: #fff;
    padding: 80px 0;
}

.thanks-benefits h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.benefits-grid-thanks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefit-card {
    flex: 0 0 calc(50% - 20px);
    background: #f5f5f5;
    padding: 35px;
}

.benefit-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #8b4513;
}

.benefit-card p {
    font-size: 17px;
    line-height: 1.7;
}

.legal-content {
    background: #fff;
    padding: 80px 0;
}

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: normal;
}

.legal-intro {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
    color: #555;
}

.legal-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #8b4513;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.legal-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-content ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

.legal-content ul li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-content a {
    color: #8b4513;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #6d3410;
}

.legal-date {
    margin-top: 60px;
    font-size: 15px;
    color: #888;
    font-style: italic;
}

@media (max-width: 1024px) {
    .hero-content-split,
    .intro-grid,
    .story-layout,
    .form-layout-split,
    .contact-layout {
        flex-direction: column;
    }

    .service-card-mag {
        flex: 0 0 100%;
    }

    .benefit-item,
    .value-card,
    .info-block {
        flex: 0 0 100%;
    }

    .service-detail,
    .service-detail.reverse {
        flex-direction: column;
    }

    .benefits-columns,
    .info-blocks {
        flex-direction: column;
    }

    .step,
    .benefit-card {
        flex: 0 0 100%;
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .nav-split {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

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

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

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

    .cookie-buttons {
        justify-content: center;
    }
}