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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f8f9fa;
    color: #495057;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

/* Header Split Style */
.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: #2c5f7a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

/* Hero Split Layout */
.hero-split {
    display: flex;
    min-height: 600px;
}

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

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

.hero-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #495057;
}

.hero-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

/* CTA Buttons */
.cta-primary {
    display: inline-block;
    background-color: #2c5f7a;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #234a5f;
}

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2c5f7a;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #2c5f7a;
    border-radius: 4px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

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

.cta-text {
    color: #2c5f7a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #2c5f7a;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.cta-text:hover {
    color: #234a5f;
}

/* Split Intro Section */
.split-intro {
    display: flex;
    min-height: 500px;
}

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

.split-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.split-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.split-content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

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

/* Principles Grid */
.principles-grid {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.principles-header {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.principles-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.principles-header p {
    font-size: 20px;
    color: #495057;
}

/* Service Card Split */
.service-card-split {
    display: flex;
    margin-bottom: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card-split.reverse {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f7a;
    margin-bottom: 20px;
}

.service-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.service-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

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

.select-service:hover {
    background-color: #234a5f;
}

/* Insight Section */
.insight-section {
    padding: 80px 60px;
    background-color: #e9ecef;
}

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

.insight-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.insight-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #495057;
}

/* Testimonials Split */
.testimonials-split {
    display: flex;
    gap: 30px;
    padding: 80px 60px;
    background-color: #ffffff;
}

.testimonial-card {
    flex: 1;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    border-left: 4px solid #2c5f7a;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 600;
    color: #2c5f7a;
}

/* Form Section */
.form-section {
    padding: 80px 60px;
    background-color: #2c5f7a;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.form-container > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #e9ecef;
    text-align: center;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    width: 100%;
    background-color: #2c5f7a;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #e9ecef;
    padding: 60px 60px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #adb5bd;
}

.footer-section a {
    display: block;
    color: #adb5bd;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-section .disclaimer {
    font-size: 12px;
    line-height: 1.6;
    color: #6c757d;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #343a40;
}

.footer-bottom p {
    font-size: 14px;
    color: #6c757d;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 40px;
    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;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.cookie-btn.accept:hover {
    background-color: #234a5f;
}

.cookie-btn.reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

/* About Page Styles */
.about-hero-split {
    display: flex;
    min-height: 500px;
}

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

.about-hero-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-hero-content p {
    font-size: 19px;
    line-height: 1.7;
    color: #495057;
}

.about-hero-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.about-hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.split-story {
    display: flex;
    min-height: 500px;
}

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

.split-content-block {
    flex: 1;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.split-content-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.split-visual-block {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.split-visual-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.values-section {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.approach-split {
    display: flex;
    min-height: 500px;
}

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

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.approach-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.approach-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-section-about {
    padding: 80px 60px;
    background-color: #2c5f7a;
    text-align: center;
}

.cta-section-about h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
}

/* Services Page Styles */
.services-hero {
    padding: 80px 60px;
    background-color: #f8f9fa;
    text-align: center;
}

.services-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-hero p {
    font-size: 20px;
    color: #495057;
    max-width: 800px;
    margin: 0 auto;
}

.services-detail-split {
    padding: 60px;
}

.service-detail-card {
    display: flex;
    margin-bottom: 60px;
    min-height: 500px;
}

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

.service-detail-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.service-detail-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-detail-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f8f9fa;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.service-detail-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #495057;
}

.service-pricing-box {
    margin-top: 30px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #2c5f7a;
}

.price-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 600;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f7a;
    margin-bottom: 20px;
}

/* Contact Page Styles */
.contact-hero {
    padding: 80px 60px;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-hero p {
    font-size: 19px;
    color: #495057;
}

.contact-split {
    display: flex;
    min-height: 500px;
}

.contact-info-block {
    flex: 1;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.info-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.email-display {
    font-weight: 600;
    color: #1a1a1a;
}

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

.contact-visual-block {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.contact-visual-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-approach {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.contact-approach h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.approach-steps {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.step-item {
    flex: 1;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #2c5f7a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.contact-faq-split {
    display: flex;
    min-height: 500px;
}

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

.faq-content h2 {
    font-size: 36px;
    margin-bottom: 35px;
    color: #1a1a1a;
    font-weight: 700;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.faq-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.faq-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.contact-cta {
    padding: 80px 60px;
    background-color: #2c5f7a;
    text-align: center;
}

.contact-cta h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}

.contact-cta-email {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.contact-cta-note {
    font-size: 17px;
    color: #e9ecef;
}

.contact-cta-note a {
    color: #ffffff;
    text-decoration: underline;
}

/* Thanks Page Styles */
.thanks-section {
    padding: 80px 60px;
    min-height: 60vh;
}

.thanks-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.thanks-details {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    font-size: 17px;
    color: #495057;
}

.thanks-next h2 {
    font-size: 34px;
    margin-bottom: 35px;
    color: #1a1a1a;
    font-weight: 700;
}

.next-steps {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.next-step {
    flex: 1;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.next-step h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.thanks-cta p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #495057;
}

/* Legal Pages Styles */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
}

.legal-content h1 {
    font-size: 44px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c5f7a;
    font-weight: 700;
}

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

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.legal-content ul li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #495057;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

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

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #1a1a1a;
}

.cookie-table td {
    font-size: 15px;
    color: #495057;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-split,
    .split-intro,
    .service-card-split,
    .split-story,
    .approach-split,
    .service-detail-card,
    .contact-split,
    .contact-faq-split,
    .about-hero-split {
        flex-direction: column;
    }

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

    .hero-content,
    .split-content,
    .service-content,
    .split-content-block,
    .approach-content,
    .service-detail-content,
    .contact-info-block,
    .faq-content,
    .about-hero-content {
        padding: 50px 40px;
    }

    .hero-visual,
    .split-visual,
    .service-visual,
    .split-visual-block,
    .approach-visual,
    .service-detail-visual,
    .contact-visual-block,
    .faq-visual,
    .about-hero-visual {
        min-height: 400px;
    }

    .testimonials-split,
    .next-steps,
    .approach-steps {
        flex-direction: column;
    }

    .footer-content {
        flex-wrap: wrap;
    }

    .footer-section {
        flex-basis: calc(50% - 20px);
    }
}

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

    .header-right {
        gap: 20px;
    }

    .hero-content h1,
    .about-hero-content h1,
    .thanks-content h1 {
        font-size: 36px;
    }

    .split-content h2,
    .split-content-block h2,
    .approach-content h2,
    .contact-info-block h2,
    .faq-content h2 {
        font-size: 30px;
    }

    .principles-header h2,
    .values-section h2,
    .contact-approach h2,
    .thanks-next h2 {
        font-size: 34px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .footer-section {
        flex-basis: 100%;
    }

    .values-grid {
        flex-direction: column;
    }
}