* {
    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;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #4a9eff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #2ecc71;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #27ae60;
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
}

.ad-disclosure {
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    border-bottom: 1px solid #ffeaa7;
    font-family: Arial, sans-serif;
}

.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

.main-nav {
    display: flex;
    gap: 2rem;
}

.main-nav a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #3498db;
}

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

.hero-magazine {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #34495e;
}

.hero-image-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem;
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    max-width: 700px;
}

.hero-subtitle {
    font-size: 1.3rem;
    max-width: 600px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.editorial-intro {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.column-layout {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.col-main {
    flex: 2;
}

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

.col-main p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.reference {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.reference:hover {
    text-decoration: underline;
}

.insight-box {
    background-color: #ecf0f1;
    padding: 2rem;
    margin-top: 2.5rem;
    border-left: 4px solid #3498db;
}

.insight-box h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.col-sidebar {
    flex: 1;
}

.highlight-card {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 2px;
    background-color: #e8f4f8;
}

.highlight-card img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    object-fit: cover;
}

.highlight-card h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

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

.split-content {
    display: flex;
    gap: 0;
    background-color: #fafafa;
}

.split-left {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #2c3e50;
    color: #ffffff;
}

.split-left h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.split-left p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
}

.inline-cta {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1rem 2rem;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

.split-right {
    flex: 1;
    background-color: #bdc3c7;
}

.split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-inline {
    padding: 4rem 2rem;
    background-color: #34495e;
    text-align: center;
}

.testimonial-inline blockquote {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

.testimonial-inline p {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.testimonial-inline cite {
    font-size: 1rem;
    font-style: normal;
    color: #bdc3c7;
    font-family: Arial, sans-serif;
}

.services-grid {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

.grid-magazine {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 300px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #ecf0f1;
}

.service-card h3 {
    font-size: 1.4rem;
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 0.95rem;
    margin: 0 1.5rem 1.5rem 1.5rem;
    line-height: 1.6;
}

.price-tag {
    font-size: 1.6rem;
    font-weight: 700;
    color: #27ae60;
    margin: 0 1.5rem 1rem 1.5rem;
    font-family: Arial, sans-serif;
}

.select-service {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding: 0.9rem;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #2980b9;
}

.trust-builder {
    padding: 5rem 2rem;
    background-color: #ecf0f1;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-align: center;
}

.trust-content > p {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.7;
}

.benefits-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.benefit-item {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background-color: #ffffff;
    border-left: 3px solid #3498db;
}

.benefit-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #555;
}

.form-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

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

.form-wrapper h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #1a1a1a;
}

.form-intro {
    text-align: center;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    color: #555;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 2px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    padding: 3rem 2rem;
    background-color: #fff3cd;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.disclaimer-content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #856404;
}

.disclaimer-content p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #856404;
}

.references-section {
    padding: 3rem 2rem;
    background-color: #fafafa;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #1a1a1a;
}

.references-list {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 2rem;
}

.references-list li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

.references-list a {
    color: #3498db;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1.5rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #bdc3c7;
}

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

.footer-column ul li {
    margin-bottom: 0.6rem;
}

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

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    font-size: 0.85rem;
    color: #7f8c8d;
    font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
    .column-layout {
        flex-direction: column;
    }

    .split-content {
        flex-direction: column;
    }

    .hero-overlay h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .benefits-list {
        flex-direction: column;
    }

    .main-nav {
        gap: 1rem;
        flex-wrap: wrap;
    }
}