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

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

h1, h2, h3, h4 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #1a2332;
}

h1 {
    font-size: 2.8em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 1.2em;
}

h3 {
    font-size: 1.4em;
    margin-bottom: 0.6em;
}

p {
    margin-bottom: 1.2em;
}

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

a:hover {
    color: #1a5c85;
}

ul {
    list-style: none;
}

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

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

.container-magazine {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.container-magazine .column-left {
    flex: 2;
    min-width: 320px;
}

.container-magazine .column-right {
    flex: 1;
    min-width: 280px;
}

.container-magazine .column-wide {
    flex: 2.5;
    min-width: 320px;
}

.container-magazine .column-narrow {
    flex: 1;
    min-width: 280px;
}

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e8ed;
}

.header-top {
    border-bottom: 1px solid #f0f3f5;
    padding: 12px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: #1a2332;
}

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

.main-nav {
    padding: 15px 0;
}

.nav-menu {
    display: flex;
    gap: 35px;
    list-style: none;
    flex-wrap: wrap;
}

.nav-menu li a {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.95em;
    font-weight: 500;
    color: #34495e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

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

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

.hero-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 70%, transparent 100%);
    padding: 80px 0 40px;
}

.hero-overlay h1 {
    color: #ffffff;
    font-size: 3em;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-lead {
    color: #ecf0f1;
    font-size: 1.3em;
    line-height: 1.6;
}

.intro-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.highlight-card {
    background-color: #ffffff;
    padding: 30px;
    border-left: 4px solid #2980b9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.highlight-card h3 {
    margin-top: 0;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
}

.feature-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2980b9;
    font-weight: bold;
}

.services-preview {
    padding: 70px 0;
    background-color: #ffffff;
}

.section-title-center {
    text-align: center;
    font-size: 2.3em;
    margin-bottom: 50px;
}

.section-title-left {
    font-size: 2.2em;
    margin-bottom: 40px;
}

.services-grid-three {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border: 1px solid #e1e8ed;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.service-image {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: center;
}

.service-content {
    padding: 25px;
}

.service-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.price {
    display: block;
    margin-top: 20px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #27ae60;
}

.cta-center {
    text-align: center;
    margin-top: 40px;
}

.btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #2980b9;
    color: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1em;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #1a5c85;
    color: #ffffff;
    transform: scale(1.02);
}

.btn-secondary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ecf0f1;
    color: #2c3e50;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1em;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 15px;
}

.btn-secondary:hover {
    background-color: #bdc3c7;
    color: #2c3e50;
}

.container-split {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.container-split-reverse {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center;
}

.split-content {
    flex: 1;
    min-width: 320px;
}

.split-image {
    flex: 1;
    min-width: 320px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.insight-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

.testimonial-inline {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonial {
    padding: 30px 0;
    border-left: 3px solid #2980b9;
    padding-left: 30px;
    margin-bottom: 30px;
}

.testimonial p {
    font-size: 1.2em;
    font-style: italic;
    color: #34495e;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95em;
    color: #7f8c8d;
    font-family: 'Helvetica Neue', sans-serif;
}

.benefits-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

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

.benefit-major {
    flex: 2;
    min-width: 320px;
    background-color: #ffffff;
    padding: 35px;
    border-top: 4px solid #2980b9;
}

.benefit-minor {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border-top: 4px solid #95a5a6;
}

.benefit-major h3,
.benefit-minor h3 {
    margin-top: 0;
}

.cta-form-section {
    padding: 70px 0;
    background-color: #ecf0f1;
}

.form-intro {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #34495e;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    font-size: 1em;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
}

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

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

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

.final-section {
    padding: 70px 0;
    background-color: #2c3e50;
    color: #ecf0f1;
}

.final-message {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.final-message h2 {
    color: #ffffff;
    margin-bottom: 25px;
}

.final-message p {
    font-size: 1.2em;
    margin-bottom: 35px;
}

.footer {
    background-color: #1a2332;
    color: #bdc3c7;
    padding: 50px 0 20px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 1.1em;
    margin-bottom: 20px;
}

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

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

.footer-col ul li a {
    color: #bdc3c7;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    border-top: 1px solid #34495e;
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 0.85em;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    font-size: 0.9em;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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;
    flex-wrap: wrap;
    gap: 20px;
}

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

.cookie-content a {
    color: #3498db;
}

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

.btn-accept {
    padding: 10px 25px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

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

.btn-reject {
    padding: 10px 25px;
    background-color: #7f8c8d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

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

.page-hero {
    padding: 80px 0 60px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e1e8ed;
}

.lead {
    font-size: 1.3em;
    color: #34495e;
}

.about-story {
    padding: 70px 0;
    background-color: #ffffff;
}

.stats-box {
    background-color: #2980b9;
    color: #ffffff;
    padding: 35px;
    border-radius: 4px;
}

.stat-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
}

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

.stat-number {
    font-size: 2.5em;
    font-weight: 700;
    font-family: 'Helvetica Neue', sans-serif;
}

.stat-label {
    font-size: 0.95em;
    margin-top: 5px;
}

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

.team-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.team-intro {
    flex: 1;
    min-width: 320px;
}

.team-image {
    flex: 1;
    min-width: 320px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.methodology-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.methodology-steps {
    margin-top: 40px;
}

.method-step {
    padding: 30px 0;
    border-bottom: 1px solid #e1e8ed;
}

.method-step:last-child {
    border-bottom: none;
}

.method-step h3 {
    margin-top: 0;
    color: #2980b9;
}

.values-section {
    padding: 70px 0;
    background-color: #ecf0f1;
}

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

.value-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-card h3 {
    margin-top: 0;
}

.recognition-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.cta-about {
    padding: 70px 0;
    text-align: center;
    background-color: #f8f9fa;
}

.services-full {
    padding: 60px 0;
}

.service-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 60px 0;
    border-bottom: 1px solid #e1e8ed;
    align-items: center;
}

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

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

.service-detail-content {
    flex: 1.5;
    min-width: 320px;
}

.service-detail-image {
    flex: 1;
    min-width: 320px;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.service-description {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2em;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

.price-note {
    font-size: 0.9em;
    color: #7f8c8d;
}

.comparison-section {
    padding: 70px 0;
    background-color: #f8f9fa;
}

.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e1e8ed;
}

.comparison-table th {
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: 600;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.services-cta {
    padding: 70px 0;
    background-color: #ecf0f1;
}

.contact-info-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

.contact-details {
    flex: 1;
    min-width: 320px;
}

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

.contact-item h3 {
    margin-bottom: 15px;
    color: #2980b9;
}

.email-text {
    font-family: 'Courier New', monospace;
    background-color: #f8f9fa;
    padding: 10px;
    display: inline-block;
}

.email-note,
.hours-note {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-top: 10px;
}

.contact-image {
    flex: 1;
    min-width: 320px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.contact-guidelines {
    padding: 70px 0;
    background-color: #f8f9fa;
}

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

.guideline-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 4px;
}

.guideline-item h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #2980b9;
}

.location-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.location-description {
    font-size: 1.1em;
    margin-bottom: 30px;
}

.map-placeholder {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e1e8ed;
    border-radius: 4px;
    font-size: 1.1em;
    color: #7f8c8d;
}

.alternative-contact {
    padding: 70px 0;
    background-color: #f8f9fa;
}

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

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

.thanks-message {
    font-size: 1.3em;
    color: #27ae60;
    margin-bottom: 30px;
}

.thanks-details {
    text-align: left;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
    border-left: 4px solid #27ae60;
}

.next-steps {
    text-align: left;
    margin: 40px 0;
}

.steps-list {
    list-style: none;
    counter-reset: steps;
}

.steps-list li {
    counter-increment: steps;
    padding: 15px 0 15px 40px;
    position: relative;
}

.steps-list li:before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #2980b9;
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9em;
}

.thanks-cta {
    margin-top: 40px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.additional-resources {
    padding: 70px 0;
    background-color: #ffffff;
}

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

.resource-card {
    flex: 1;
    min-width: 280px;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 4px;
    border-top: 4px solid #2980b9;
}

.resource-card h3 {
    margin-top: 0;
}

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

.legal-update {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-page ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.legal-page li {
    margin-bottom: 8px;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #f8f9fa;
}

.cookies-table th,
.cookies-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #e1e8ed;
}

.cookies-table th {
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: 600;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.6em;
    }

    .hero-overlay h1 {
        font-size: 2em;
    }

    .hero-lead {
        font-size: 1.1em;
    }

    .nav-menu {
        gap: 20px;
    }

    .container-magazine,
    .container-split,
    .container-split-reverse {
        flex-direction: column;
    }

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

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

    .comparison-table {
        font-size: 0.9em;
    }
}