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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.header-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.header-right {
    display: flex;
    gap: 30px;
}

.header-right a {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.header-right a:hover {
    color: #2c3e50;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background-color: #f8f9fa;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a252f;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 32px;
    max-width: 540px;
}

.hero-visual {
    flex: 1;
    background-color: #e9ecef;
    position: relative;
    overflow: hidden;
}

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

.cta-primary {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #1a252f;
}

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2c3e50;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

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

.intro-text {
    padding: 80px 20px;
    background-color: #ffffff;
}

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

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

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

.lead-text {
    font-size: 20px;
    line-height: 1.8;
    color: #495057;
    text-align: center;
}

.split-section {
    display: flex;
    align-items: center;
    padding: 80px 40px;
}

.split-section.reverse {
    flex-direction: row-reverse;
}

.split-image {
    flex: 1;
    background-color: #f8f9fa;
}

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

.split-content {
    flex: 1;
    padding: 0 60px;
}

.split-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a252f;
    line-height: 1.3;
}

.split-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
}

.expertise-showcase {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

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

.expertise-grid {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.expertise-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

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

.expertise-card h3 {
    font-size: 22px;
    margin: 24px 24px 16px 24px;
    color: #1a252f;
}

.expertise-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0 24px 24px 24px;
}

.services-main {
    padding: 100px 20px;
    background-color: #ffffff;
}

.services-main h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #1a252f;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 60px;
}

.services-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.service-item {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

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

.service-item h3 {
    font-size: 24px;
    color: #1a252f;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.service-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 24px;
}

.select-service {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #1a252f;
}

.form-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.form-wrapper {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 8px;
}

.form-wrapper h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a252f;
}

.form-intro {
    font-size: 17px;
    color: #6c757d;
    margin-bottom: 40px;
}

.form-section-notice {
    background-color: #e7f3ff;
    border-left: 4px solid #2c3e50;
    padding: 20px;
    margin-bottom: 32px;
}

.form-section-notice p {
    margin: 4px 0;
    color: #495057;
}

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

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
}

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

.cta-submit {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.cta-submit:hover {
    background-color: #1a252f;
}

.testimonial-section {
    padding: 80px 20px;
    background-color: #2c3e50;
    color: #ffffff;
}

.testimonial {
    text-align: center;
}

.testimonial p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial cite {
    font-size: 16px;
    font-style: normal;
    color: #adb5bd;
}

.references-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.references-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a252f;
}

.references-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.references-section a {
    color: #2c3e50;
    text-decoration: underline;
}

.footer {
    background-color: #1a252f;
    color: #adb5bd;
    padding: 60px 20px 20px 20px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-column ul li a {
    color: #adb5bd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.references-list {
    font-size: 13px;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 8px;
}

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

.references-list a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    background-color: #15202b;
    padding: 30px;
    margin: 0 -20px 30px -20px;
}

.footer-disclaimer p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
}

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

.footer-bottom p {
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #dee2e6;
    padding: 24px;
    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 {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #495057;
}

.cookie-content a {
    color: #2c3e50;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
}

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

.btn-reject {
    background-color: transparent;
    color: #495057;
    border: 1px solid #ced4da;
}

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

.page-hero {
    background-color: #f8f9fa;
    padding: 100px 20px 60px 20px;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
}

.page-subtitle {
    font-size: 20px;
    color: #6c757d;
}

.about-split {
    display: flex;
    align-items: center;
    padding: 80px 40px;
    gap: 60px;
}

.split-content-large {
    flex: 1.2;
}

.split-content-large h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a252f;
}

.split-content-large p {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 20px;
}

.split-image-large {
    flex: 1;
    background-color: #f8f9fa;
}

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

.philosophy-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.philosophy-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #1a252f;
}

.philosophy-points {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.philosophy-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
}

.approach-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.approach-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a252f;
}

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

.approach-card {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

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

.approach-card h3 {
    font-size: 22px;
    margin: 24px 24px 16px 24px;
    color: #1a252f;
}

.approach-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0 24px 24px 24px;
}

.results-section {
    padding: 80px 20px;
    background-color: #2c3e50;
    color: #ffffff;
}

.results-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}

.results-list {
    list-style: none;
    font-size: 18px;
    line-height: 2;
}

.results-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.results-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #adb5bd;
}

.cta-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a252f;
}

.cta-section p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 32px;
}

.services-detailed {
    padding: 80px 20px;
    background-color: #ffffff;
}

.service-detail-item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    padding: 40px 0;
    border-bottom: 1px solid #e9ecef;
}

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

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a252f;
}

.service-price-large {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 24px;
}

.service-detail-content h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 32px;
}

.service-detail-content ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.service-detail-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2c3e50;
    font-weight: 700;
}

.service-detail-image {
    flex: 1;
    background-color: #f8f9fa;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.contact-page-content {
    padding: 80px 20px;
    background-color: #ffffff;
}

.contact-split {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a252f;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2c3e50;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.hours-note {
    font-size: 14px;
    color: #6c757d;
    margin-top: 8px;
}

.contact-visual {
    flex: 1;
    background-color: #f8f9fa;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.location-section {
    padding: 80px 20px;
    background-color: #f8f9fa;
}

.location-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #1a252f;
    text-align: center;
}

.location-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
    text-align: center;
    margin-bottom: 16px;
}

.faq-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.faq-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a252f;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.thanks-section {
    padding: 120px 20px;
    background-color: #f8f9fa;
    min-height: 70vh;
}

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

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a252f;
}

.thanks-message {
    font-size: 20px;
    color: #495057;
    margin-bottom: 40px;
}

.thanks-details {
    background-color: #e7f3ff;
    border-left: 4px solid #2c3e50;
    padding: 24px;
    margin-bottom: 60px;
    text-align: left;
}

.thanks-details p {
    margin: 8px 0;
    font-size: 16px;
    color: #495057;
}

.thanks-next-steps {
    margin-bottom: 60px;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a252f;
}

.steps-list {
    padding-left: 24px;
}

.steps-list li {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 16px;
}

.thanks-resources {
    margin-bottom: 60px;
    text-align: left;
}

.thanks-resources h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a252f;
}

.thanks-resources p {
    font-size: 17px;
    color: #495057;
    margin-bottom: 24px;
}

.resource-links {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.resource-link {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.resource-link:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

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

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

.legal-page h1 {
    font-size: 40px;
    margin-bottom: 12px;
    color: #1a252f;
}

.legal-date {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-page h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #495057;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
}

.legal-page ul,
.legal-page ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-page ul li,
.legal-page ol li {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 8px;
}

.legal-page a {
    color: #2c3e50;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
    }

    .hero-split,
    .split-section,
    .about-split,
    .expertise-grid,
    .approach-grid,
    .service-detail-item,
    .contact-split {
        flex-direction: column;
    }

    .hero-content,
    .split-content,
    .split-content-large,
    .service-detail-content {
        padding: 40px 20px;
    }

    .hero-content h1,
    .page-hero h1,
    .thanks-content h1 {
        font-size: 32px;
    }

    .section-title,
    .services-main h2,
    .approach-section h2 {
        font-size: 28px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .faq-item {
        flex: 1 1 100%;
    }
}
