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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.8rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2.2rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5a7f;
}

.container-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-magazine {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
}

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

.main-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e4e8;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

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

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #1a5a7f;
    letter-spacing: -0.01em;
}

.main-nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.main-nav a {
    color: #2c3e50;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #2980b9;
}

.ad-disclosure {
    font-size: 0.8rem;
    color: #7f8c8d;
    padding: 4px 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #2c3e50;
}

.mobile-nav {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e1e4e8;
    padding: 16px 24px;
}

.mobile-nav a {
    display: block;
    padding: 12px 0;
    color: #2c3e50;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-bottom: 1px solid #f0f0f0;
}

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

.hero-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.hero-text {
    flex: 1 1 45%;
    min-width: 320px;
    padding-top: 40px;
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.8rem;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
}

.hero-image {
    flex: 1 1 50%;
    min-width: 320px;
    background-color: #d4e3ed;
}

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

.intro-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.two-column-split {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.col-narrow {
    flex: 1 1 35%;
    min-width: 280px;
}

.col-wide {
    flex: 1 1 60%;
    min-width: 320px;
    background-color: #fff;
    padding: 28px;
}

.col-wide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 16px;
}

.caption {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
}

.featured-content {
    padding: 100px 0;
    background-color: #fff;
}

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

.feature-card {
    flex: 1 1 calc(33.333% - 28px);
    min-width: 280px;
    background-color: #fafafa;
    overflow: hidden;
}

.card-image {
    background-color: #d4e3ed;
    height: 240px;
}

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

.card-content {
    padding: 28px;
}

.card-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

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

.section-title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-align: left;
}

.section-intro {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 3rem;
    max-width: 720px;
}

.service-showcase {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.service-block {
    background-color: #fff;
    padding: 40px;
    border-left: 4px solid #2980b9;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 16px;
}

.service-header h3 {
    font-size: 1.6rem;
    margin: 0;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #27ae60;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-select {
    margin-top: 1rem;
    padding: 12px 28px;
    background-color: #2980b9;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.btn-select:hover {
    background-color: #1a5a7f;
}

.btn-select-large {
    margin-top: 1.5rem;
    padding: 14px 32px;
    background-color: #2980b9;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.btn-select-large:hover {
    background-color: #1a5a7f;
}

.cta-inline {
    margin-top: 48px;
    text-align: center;
    font-size: 1.1rem;
}

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

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

.form-notice {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 16px;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    font-size: 0.95rem;
    display: none;
}

.form-notice.show {
    display: block;
}

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

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2980b9;
}

.btn-submit {
    padding: 14px 36px;
    background-color: #27ae60;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

.insight-section {
    padding: 100px 0;
    background-color: #fafafa;
}

.insight-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    align-items: center;
}

.insight-image {
    flex: 1 1 48%;
    min-width: 320px;
    background-color: #d4e3ed;
}

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

.insight-text {
    flex: 1 1 45%;
    min-width: 320px;
}

.testimonials-inline {
    padding: 100px 0;
    background-color: #fff;
}

.testimonial {
    margin: 2.5rem 0;
    padding-left: 32px;
    border-left: 4px solid #2980b9;
}

.testimonial p {
    font-size: 1.15rem;
    font-style: italic;
    color: #34495e;
    margin-bottom: 0.8rem;
}

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

.page-hero {
    background-color: #1a5a7f;
    color: #fff;
    padding: 80px 0 60px;
    text-align: center;
}

.page-hero h1 {
    color: #fff;
    margin-bottom: 0.8rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #d4e3ed;
}

.about-content,
.services-full,
.contact-content {
    padding: 80px 0;
}

.story-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    margin-bottom: 80px;
}

.story-text {
    flex: 1 1 48%;
    min-width: 320px;
}

.story-image {
    flex: 1 1 45%;
    min-width: 320px;
    background-color: #d4e3ed;
}

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

.philosophy-section {
    margin: 80px 0;
}

.three-column {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-top: 2rem;
}

.philosophy-card {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 260px;
    background-color: #f8f9fa;
    padding: 32px;
}

.expertise-timeline {
    margin: 80px 0;
}

.timeline-item {
    display: flex;
    gap: 32px;
    margin-bottom: 2.5rem;
}

.timeline-year {
    flex-shrink: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2980b9;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    min-width: 100px;
}

.timeline-content {
    flex: 1;
}

.timeline-content h3 {
    margin-bottom: 0.5rem;
}

.team-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 3rem;
}

.team-member {
    flex: 1 1 calc(33.333% - 28px);
    min-width: 280px;
    background-color: #fff;
    padding: 0 0 28px;
}

.member-image {
    background-color: #d4e3ed;
    height: 300px;
    margin-bottom: 20px;
}

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

.team-member h3 {
    padding: 0 24px;
    margin-bottom: 0.5rem;
}

.team-member p {
    padding: 0 24px;
    font-size: 0.95rem;
}

.values-section {
    padding: 80px 0;
}

.value-item {
    margin: 2rem 0;
}

.value-item h3 {
    color: #2980b9;
}

.service-detail {
    margin-bottom: 60px;
}

.service-content {
    background-color: #fff;
    padding: 48px;
    border-top: 6px solid #2980b9;
}

.service-title-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.service-description ul {
    margin: 1.5rem 0 1.5rem 2rem;
    list-style-type: disc;
}

.service-description li {
    margin-bottom: 0.5rem;
}

.service-image {
    margin: 2rem 0;
    background-color: #d4e3ed;
}

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

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

.contact-info {
    flex: 1 1 48%;
    min-width: 320px;
}

.contact-image {
    flex: 1 1 45%;
    min-width: 320px;
    background-color: #d4e3ed;
}

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

.info-block {
    margin: 2rem 0;
}

.info-block h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2980b9;
}

.note {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    margin-top: 0.5rem;
}

.approach-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.step-item {
    display: flex;
    gap: 28px;
    margin: 2.5rem 0;
}

.step-number {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #2980b9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    margin-bottom: 0.5rem;
}

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

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 2rem;
}

.faq-item {
    flex: 1 1 calc(50% - 16px);
    min-width: 300px;
    background-color: #f8f9fa;
    padding: 32px;
}

.faq-item h3 {
    font-size: 1.15rem;
    margin-bottom: 0.8rem;
    color: #2980b9;
}

.faq-item p {
    font-size: 0.95rem;
}

.map-placeholder {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.map-info {
    background-color: #fff;
    padding: 40px;
    border-left: 4px solid #2980b9;
}

.thanks-hero {
    background-color: #27ae60;
    color: #fff;
    padding: 80px 0 60px;
}

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

.thanks-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
    background-color: #fff;
    color: #27ae60;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.thanks-content h1 {
    color: #fff;
}

.thanks-lead {
    font-size: 1.2rem;
    color: #d4f4e2;
}

.thanks-details {
    padding: 80px 0;
}

.confirmation-box {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.service-selected {
    font-weight: 600;
    font-size: 1.15rem;
    color: #2980b9;
    margin: 1rem 0;
}

.next-steps-intro {
    margin-top: 1.5rem;
}

.what-happens-next {
    margin: 4rem 0;
}

.next-step {
    margin: 2rem 0;
}

.next-step h3 {
    color: #2980b9;
    margin-bottom: 0.5rem;
}

.meanwhile-section {
    margin: 4rem 0;
    background-color: #f8f9fa;
    padding: 32px;
}

.additional-resources {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.resource-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 2rem;
}

.resource-card {
    flex: 1 1 calc(33.333% - 22px);
    min-width: 260px;
    background-color: #fff;
    padding: 32px;
    border-top: 4px solid #2980b9;
}

.resource-card h3 {
    margin-bottom: 0.8rem;
}

.resource-link {
    display: inline-block;
    margin-top: 1rem;
    color: #2980b9;
    font-weight: 600;
}

.legal-page {
    padding: 60px 0 100px;
}

.last-updated {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 2rem;
}

.legal-content {
    font-size: 0.95rem;
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 3rem;
    color: #2980b9;
}

.legal-content h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

.legal-content ul {
    margin: 1rem 0 1rem 2rem;
    list-style-type: disc;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.9rem;
}

.cookie-table th {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #e1e4e8;
}

.cookie-table td {
    padding: 12px;
    border: 1px solid #e1e4e8;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 0;
}

.footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.footer-column {
    flex: 1 1 calc(25% - 36px);
    min-width: 220px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fff;
}

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

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

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

.footer-column a {
    color: #bdc3c7;
}

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

.footer-disclaimer {
    background-color: #34495e;
    padding: 28px 40px;
    margin-top: 20px;
}

.footer-disclaimer p {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-bottom {
    background-color: #1a252f;
    padding: 20px 40px;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ecf0f1;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1 1 60%;
    min-width: 280px;
    margin: 0;
    font-size: 0.95rem;
}

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

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

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

.btn-accept:hover {
    background-color: #1e8449;
}

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

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

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-nav.active {
        display: block;
    }

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

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .two-column-split,
    .hero-grid,
    .story-layout,
    .insight-layout,
    .contact-layout {
        flex-direction: column;
    }

    .timeline-item {
        flex-direction: column;
        gap: 12px;
    }

    .timeline-year {
        min-width: auto;
    }

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

    .cookie-actions {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}