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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
}

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

.main-nav {
    background-color: #2c2c2c;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
    font-family: 'Arial', sans-serif;
}

.nav-links a:hover {
    color: #4a90e2;
}

.hero-magazine {
    background-color: #fafafa;
    padding: 60px 30px;
}

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

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

.hero-text-column h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 32px;
    line-height: 1.8;
}

.cta-primary {
    display: inline-block;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #4a90e2;
}

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

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

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

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

.text-block-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.text-block-narrow h2 {
    font-size: 2.2rem;
    margin-bottom: 28px;
    line-height: 1.3;
    color: #1a1a1a;
}

.text-block-narrow p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #333;
}

.featured-insight {
    padding: 60px 30px;
    background-color: #f9f9f9;
}

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

.insight-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.insight-image {
    flex: 1;
}

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

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.insight-text p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #444;
}

.services-magazine {
    padding: 80px 30px;
    background-color: #ffffff;
}

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

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

.service-card-large {
    flex: 1 1 calc(60% - 15px);
    background-color: #fafafa;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.service-card-large img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-card-large h3,
.service-card-large p {
    padding: 0 30px;
}

.service-card-large h3 {
    font-size: 1.6rem;
    margin: 24px 30px 16px 30px;
    color: #1a1a1a;
}

.service-card-large p {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #444;
}

.service-card-large .service-price {
    font-weight: bold;
    color: #2c2c2c;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.service-card-large .service-select {
    margin: 0 30px 30px 30px;
}

.service-card-medium {
    flex: 1 1 calc(40% - 15px);
    background-color: #fafafa;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.service-card-medium img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-card-medium h3,
.service-card-medium p {
    padding: 0 24px;
}

.service-card-medium h3 {
    font-size: 1.4rem;
    margin: 20px 24px 14px 24px;
    color: #1a1a1a;
}

.service-card-medium p {
    font-size: 0.95rem;
    margin-bottom: 14px;
    color: #444;
}

.service-card-medium .service-price {
    font-weight: bold;
    color: #2c2c2c;
    font-size: 1.1rem;
    margin-bottom: 18px;
}

.service-card-medium .service-select {
    margin: 0 24px 24px 24px;
}

.service-card-small {
    flex: 1 1 calc(33.333% - 20px);
    background-color: #fafafa;
    padding: 30px;
}

.service-card-small h3 {
    font-size: 1.3rem;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.service-card-small p {
    font-size: 0.95rem;
    margin-bottom: 14px;
    color: #444;
}

.service-card-small .service-price {
    font-weight: bold;
    color: #2c2c2c;
    font-size: 1.1rem;
    margin-bottom: 18px;
}

.service-select {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 0.95rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
    width: 100%;
}

.service-select:hover {
    background-color: #4a90e2;
}

.testimonials-inline {
    padding: 60px 30px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.testimonial-quote {
    margin-bottom: 40px;
    padding-left: 30px;
    border-left: 4px solid #4a90e2;
}

.testimonial-quote p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-quote cite {
    font-size: 0.95rem;
    color: #aaa;
    font-style: normal;
}

.approach-section {
    padding: 80px 30px;
    background-color: #ffffff;
}

.two-column-text {
    display: flex;
    gap: 60px;
}

.column-text {
    flex: 1;
}

.column-text h2 {
    font-size: 2rem;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.column-text h3 {
    font-size: 1.5rem;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.column-text p {
    font-size: 1rem;
    margin-bottom: 18px;
    color: #444;
}

.cta-section-inline {
    padding: 60px 30px;
    background-color: #f4f4f4;
}

.cta-box {
    text-align: center;
}

.cta-box h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-box p {
    font-size: 1.1rem;
    margin-bottom: 28px;
    color: #444;
}

.cta-secondary {
    display: inline-block;
    background-color: #4a90e2;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.cta-secondary:hover {
    background-color: #2c2c2c;
}

.form-section {
    padding: 80px 30px;
    background-color: #ffffff;
}

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

.form-intro {
    text-align: center;
    font-size: 1.05rem;
    margin-bottom: 40px;
    color: #666;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: 'Georgia', serif;
}

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

.btn-submit {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    width: 100%;
    transition: background-color 0.3s;
}

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

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

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

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

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

.footer-column ul li a:hover {
    color: #4a90e2;
}

.disclaimer-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #999;
    margin-top: 20px;
    font-style: italic;
}

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

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

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

.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: 0.95rem;
    line-height: 1.5;
    flex: 1;
    font-family: 'Arial', sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #357abd;
}

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

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

.about-hero {
    background-color: #fafafa;
    padding: 80px 30px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-content h1 {
    font-size: 3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.about-content p {
    font-size: 1.15rem;
    margin-bottom: 22px;
    color: #444;
}

.team-section {
    padding: 80px 30px;
    background-color: #ffffff;
}

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

.team-member {
    flex: 1 1 calc(33.333% - 27px);
    min-width: 280px;
}

.team-member img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 20px;
}

.team-member h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.team-member p {
    font-size: 0.95rem;
    color: #666;
}

.contact-hero {
    background-color: #fafafa;
    padding: 60px 30px;
}

.contact-details {
    padding: 60px 30px;
    background-color: #ffffff;
}

.details-grid {
    display: flex;
    gap: 50px;
}

.detail-block {
    flex: 1;
}

.detail-block h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.detail-block p {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #444;
}

.services-list-page {
    padding: 80px 30px;
    background-color: #ffffff;
}

.service-detail {
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 40px;
    background-color: #fafafa;
}

.service-detail h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-detail p {
    font-size: 1.05rem;
    margin-bottom: 16px;
    color: #444;
}

.service-detail .price-tag {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c2c2c;
    margin: 24px 0;
}

.legal-page {
    padding: 80px 30px;
    background-color: #ffffff;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-content p {
    font-size: 1rem;
    margin-bottom: 18px;
    color: #444;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 40px;
}

.legal-content ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #444;
}

.thanks-page {
    padding: 120px 30px;
    background-color: #fafafa;
    text-align: center;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #444;
}

.thanks-content .selected-service-display {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2c2c2c;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .hero-content-split,
    .insight-grid,
    .two-column-text,
    .details-grid,
    .footer-content {
        flex-direction: column;
    }

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

    .service-card-large,
    .service-card-medium,
    .service-card-small {
        flex: 1 1 100%;
    }

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

    .nav-links {
        gap: 15px;
        font-size: 0.85rem;
    }

    .hero-text-column h1 {
        font-size: 2rem;
    }

    .section-title-center {
        font-size: 2rem;
    }
}