* {
    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;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-header {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

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

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 0.3s;
}

.main-nav a:hover {
    opacity: 0.7;
}

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

.hero-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding: 30px;
}

.hero-main {
    flex: 2;
    position: relative;
    background-color: #e8e8e8;
}

.hero-main img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #fff;
    padding: 50px 40px;
}

.hero-overlay h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.hero-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card {
    background-color: #f5f5f5;
    padding: 30px;
    border-left: 4px solid #1a1a1a;
}

.sidebar-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.sidebar-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.intro-section {
    background-color: #fff;
    padding: 80px 30px;
}

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

.magazine-columns {
    display: flex;
    gap: 60px;
}

.column-main {
    flex: 2;
}

.column-main h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.column-main p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.column-aside {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-box {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 30px;
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.85;
}

.services-preview {
    background-color: #f9f9f9;
    padding: 80px 30px;
}

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

.section-title-center {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: #1a1a1a;
}

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

.service-card-magazine {
    flex: 1;
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.service-card-magazine img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background-color: #e8e8e8;
}

.service-card-magazine h3 {
    font-size: 1.5rem;
    padding: 25px 25px 15px;
    color: #1a1a1a;
}

.service-card-magazine p {
    padding: 0 25px 20px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.price-tag {
    padding: 0 25px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #c62828;
}

.cta-select {
    margin: 0 25px 25px;
    padding: 15px 30px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    width: calc(100% - 50px);
    transition: background-color 0.3s;
}

.cta-select:hover {
    background-color: #333;
}

.insights-section {
    background-color: #fff;
    padding: 80px 30px;
}

.insights-layout {
    display: flex;
    gap: 50px;
    align-items: center;
}

.insight-main-content {
    flex: 1.2;
}

.insight-main-content h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.insight-main-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.reference-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 15px;
    font-style: italic;
}

.insight-image-panel {
    flex: 1;
    background-color: #e8e8e8;
}

.insight-image-panel img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.additional-services {
    background-color: #f5f5f5;
    padding: 80px 30px;
}

.services-two-column {
    display: flex;
    gap: 40px;
}

.service-inline {
    flex: 1;
    background-color: #fff;
    padding: 40px;
    border-top: 3px solid #1a1a1a;
}

.service-inline h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-inline p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.price-inline {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c62828;
    margin-bottom: 20px;
}

.cta-inline {
    padding: 12px 30px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-inline:hover {
    background-color: #333;
}

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

.trust-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.testimonial-magazine {
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 30px;
    border-left: 5px solid #1a1a1a;
}

.testimonial-magazine blockquote {
    font-size: 1.1rem;
    line-height: 1.7;
    font-style: italic;
    color: #2c2c2c;
}

.testimonial-magazine cite {
    display: block;
    margin-top: 20px;
    font-size: 0.9rem;
    font-style: normal;
    color: #666;
}

.form-section {
    background-color: #1a1a1a;
    padding: 80px 30px;
    color: #fff;
}

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

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    text-align: center;
}

.form-section p {
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.9;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #2c2c2c;
    font-family: inherit;
}

.btn-submit {
    padding: 15px 40px;
    background-color: #c62828;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #8b1c1c;
}

.disclaimer-section {
    background-color: #f5f5f5;
    padding: 50px 30px;
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 30px 30px;
}

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

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #fff;
}

.footer-column p {
    font-size: 0.9rem;
    color: #ccc;
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer-references h4 {
    font-size: 1rem;
    margin-bottom: 15px;
}

.footer-references p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #ccc;
}

.footer-references a {
    color: #ccc;
    text-decoration: underline;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 30px;
    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 {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-accept {
    background-color: #4caf50;
    color: #fff;
}

.btn-reject {
    background-color: #666;
    color: #fff;
}

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.85;
}

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

    .magazine-columns {
        flex-direction: column;
        gap: 40px;
    }

    .insights-layout {
        flex-direction: column;
    }

    .services-two-column {
        flex-direction: column;
    }

    .footer-content {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-column {
        flex: 1 1 40%;
    }
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 2rem;
    }

    .main-nav {
        gap: 20px;
    }

    .services-magazine-grid {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}