* {
    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.7;
    color: #1f2937;
    background: #ffffff;
}

.ad-disclosure {
    background: #fef3c7;
    color: #92400e;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #fbbf24;
}

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
}

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

.nav-menu a {
    text-decoration: none;
    color: #4b5563;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #2563eb;
}

.hero-split {
    display: flex;
    min-height: 600px;
    max-width: 1400px;
    margin: 0 auto;
}

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

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

.hero-left p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #4b5563;
}

.hero-right {
    flex: 1;
    background: #e5e7eb;
}

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

.cta-primary {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
    cursor: pointer;
}

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

.insight-split {
    display: flex;
    max-width: 1400px;
    margin: 80px auto;
}

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

.insight-image {
    flex: 1;
    background: #e5e7eb;
}

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

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

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
    font-weight: 700;
}

.insight-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4b5563;
}

.problem-amplification {
    background: #1f2937;
    color: #ffffff;
    padding: 100px 40px;
}

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

.problem-container h2 {
    font-size: 42px;
    margin-bottom: 48px;
    text-align: center;
    color: #ffffff;
}

.split-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

.problem-side {
    flex: 1;
}

.problem-side h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #fbbf24;
}

.problem-side p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #d1d5db;
}

.problem-visual {
    flex: 1;
    background: #374151;
}

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

.approach-split {
    display: flex;
    max-width: 1400px;
    margin: 80px auto;
}

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

.approach-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
}

.approach-content > p {
    font-size: 17px;
    margin-bottom: 36px;
    color: #4b5563;
}

.approach-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.step {
    padding: 24px;
    border-left: 4px solid #2563eb;
    background: #f9fafb;
}

.step-number {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 8px;
}

.step h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111827;
}

.step p {
    font-size: 16px;
    color: #4b5563;
}

.approach-visual {
    flex: 1;
    background: #e5e7eb;
}

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

.trust-building {
    background: #f9fafb;
    padding: 100px 40px;
    text-align: center;
}

.trust-building h2 {
    font-size: 36px;
    margin-bottom: 60px;
    color: #111827;
}

.testimonials-split {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.testimonial p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: block;
    font-size: 15px;
    color: #6b7280;
    font-weight: 600;
}

.services-preview {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.services-preview h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 24px;
    color: #111827;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto 60px;
}

.services-grid-split {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.service-card {
    display: flex;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 0 0 45%;
    background: #e5e7eb;
}

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

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

.service-info h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #111827;
}

.service-info p {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 24px;
    flex-grow: 1;
}

.price {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
}

.form-section {
    background: #f3f4f6;
    padding: 100px 40px;
}

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

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #111827;
}

.form-intro p {
    font-size: 17px;
    color: #4b5563;
}

.form-container {
    flex: 1;
    background: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    background: #2563eb;
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.references {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px;
    background: #f9fafb;
    border-radius: 8px;
}

.references h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #111827;
}

.reference-item {
    font-size: 15px;
    margin-bottom: 12px;
    color: #4b5563;
}

.reference-item a {
    color: #2563eb;
    text-decoration: none;
}

.reference-item a:hover {
    text-decoration: underline;
}

.main-footer {
    background: #111827;
    color: #d1d5db;
    padding: 60px 40px 24px;
}

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

.footer-section {
    flex: 1;
}

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

.footer-section p,
.footer-section ul {
    font-size: 15px;
    line-height: 1.8;
}

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

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

.footer-section a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #374151;
    text-align: center;
    font-size: 14px;
    color: #9ca3af;
}

.disclaimer-footer {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: #ffffff;
    padding: 24px 40px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
}

.cookie-content a {
    color: #93c5fd;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background: #2563eb;
    color: #ffffff;
}

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

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #6b7280;
}

.btn-reject:hover {
    background: #374151;
}

.page-hero {
    background: #1f2937;
    color: #ffffff;
    padding: 100px 40px;
    text-align: center;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.page-hero-content p {
    font-size: 20px;
    color: #d1d5db;
}

.about-split {
    display: flex;
    max-width: 1400px;
    margin: 80px auto;
}

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

.about-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
}

.about-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4b5563;
}

.about-image {
    flex: 1;
    background: #e5e7eb;
}

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

.philosophy-section {
    background: #f9fafb;
    padding: 100px 40px;
}

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

.philosophy-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.philosophy-item {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.philosophy-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #111827;
}

.philosophy-item p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.7;
}

.team-split {
    display: flex;
    max-width: 1400px;
    margin: 80px auto;
}

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

.team-image {
    flex: 1;
    background: #e5e7eb;
}

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

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

.team-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
}

.team-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4b5563;
}

.approach-detail {
    padding: 100px 40px;
    background: #ffffff;
}

.approach-detail h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #111827;
}

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

.approach-text {
    flex: 1;
}

.approach-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4b5563;
}

.approach-visual-detail {
    flex: 1;
    background: #e5e7eb;
}

.approach-visual-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.values-section {
    background: #f9fafb;
    padding: 100px 40px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.values-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #111827;
}

.values-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4b5563;
    line-height: 1.8;
}

.services-detail {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px;
}

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

.service-detail-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #111827;
}

.service-detail-content > p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4b5563;
}

.service-includes {
    margin: 32px 0;
    padding: 24px;
    background: #f9fafb;
    border-radius: 8px;
}

.service-includes h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #111827;
}

.service-includes ul {
    list-style-position: inside;
    color: #4b5563;
}

.service-includes li {
    margin-bottom: 8px;
}

.service-pricing {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #2563eb;
}

.btn-service {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-service:hover {
    background: #1d4ed8;
}

.cta-section {
    background: #2563eb;
    color: #ffffff;
    padding: 100px 40px;
    text-align: center;
}

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

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

.contact-section {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

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

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #111827;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111827;
}

.contact-item p {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    background: #e5e7eb;
}

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

.contact-intro {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    text-align: center;
}

.contact-intro h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #111827;
}

.contact-intro p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4b5563;
}

.contact-intro a {
    color: #2563eb;
    text-decoration: underline;
}

.contact-expectations {
    background: #f9fafb;
    padding: 80px 40px;
}

.contact-expectations h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
    color: #111827;
}

.expectations-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.expectation-item {
    flex: 1;
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
}

.expectation-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #111827;
}

.expectation-item p {
    font-size: 16px;
    color: #4b5563;
}

.thanks-section {
    padding: 100px 40px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 800px;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 32px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #111827;
}

.thanks-message {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 48px;
}

.thanks-details {
    background: #f9fafb;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.thanks-details h2 {
    font-size: 28px;
    margin-bottom: 32px;
    color: #111827;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item p {
    flex: 1;
    font-size: 16px;
    color: #4b5563;
    padding-top: 6px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary {
    background: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.btn-secondary:hover {
    background: #2563eb;
    color: #ffffff;
}

.additional-info {
    background: #f9fafb;
    padding: 80px 40px;
}

.additional-info h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 48px;
    color: #111827;
}

.info-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.info-card {
    flex: 1;
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #111827;
}

.info-card p {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 16px;
}

.info-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.info-card a:hover {
    text-decoration: underline;
}

.legal-page {
    padding: 60px 40px;
}

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #111827;
}

.legal-intro {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 40px;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #111827;
}

.legal-container h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #374151;
}

.legal-container p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #4b5563;
    line-height: 1.7;
}

.legal-container ul {
    margin-bottom: 16px;
    padding-left: 24px;
    color: #4b5563;
}

.legal-container li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.legal-container a {
    color: #2563eb;
    text-decoration: underline;
}

.legal-date {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .hero-split,
    .insight-split,
    .approach-split,
    .about-split,
    .team-split,
    .contact-split,
    .service-detail-split,
    .approach-split-detail {
        flex-direction: column;
    }

    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .split-layout {
        flex-direction: column;
    }

    .testimonials-split {
        flex-direction: column;
    }

    .philosophy-grid,
    .expectations-grid,
    .info-grid {
        flex-direction: column;
    }

    .form-split {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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