* {
    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;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

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

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

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

.hero-section {
    display: flex;
    flex-direction: column;
    min-height: 600px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding: 80px 20px 40px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.hero-section h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    opacity: 0.95;
}

.hero-image-container {
    width: 100%;
    margin-top: 40px;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #667eea;
}

.story-section {
    padding: 100px 20px;
    background-color: #f9fafb;
}

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

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

.story-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1f2937;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4b5563;
}

.insight-box {
    background-color: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 32px;
    margin: 48px 0;
}

.insight-box h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #92400e;
}

.insight-box p {
    color: #78350f;
    font-size: 17px;
}

.problem-amplification {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

.split-text {
    flex: 1;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e5e7eb;
}

.problem-list {
    list-style: none;
    margin: 28px 0;
}

.problem-list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 17px;
    color: #4b5563;
}

.problem-list li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-size: 24px;
    font-weight: 700;
}

.trust-building {
    padding: 100px 20px;
    background-color: #f3f4f6;
}

.trust-building h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.trust-building > .content-wide > p {
    text-align: center;
    font-size: 19px;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #6b7280;
}

.values-grid {
    display: flex;
    gap: 32px;
    margin-top: 48px;
}

.value-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1f2937;
}

.value-card p {
    color: #6b7280;
    font-size: 16px;
}

.testimonials-inline {
    padding: 100px 20px;
    background-color: #1f2937;
    color: #ffffff;
}

.testimonial {
    background-color: rgba(255,255,255,0.1);
    padding: 36px 40px;
    margin: 32px 0;
    border-left: 4px solid #3b82f6;
    border-radius: 4px;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 16px;
    color: #f3f4f6;
}

.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #9ca3af;
}

.benefits-reveal {
    padding: 100px 20px;
    background-color: #ffffff;
}

.benefits-reveal h2 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px;
}

.benefits-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefit-item {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    gap: 24px;
}

.benefit-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.benefit-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1f2937;
}

.benefit-item p {
    color: #6b7280;
    font-size: 16px;
}

.services-preview {
    padding: 100px 20px;
    background-color: #f9fafb;
}

.services-preview h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto 60px;
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.service-card {
    flex: 1 1 calc(33.333% - 22px);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
}

.service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 24px 12px;
    color: #1f2937;
}

.service-card p {
    margin: 0 24px 16px;
    color: #6b7280;
    font-size: 15px;
}

.service-card .price {
    margin: 0 24px 24px;
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
}

.cta-primary {
    padding: 100px 20px;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
}

.cta-primary h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.cta-primary > .content-narrow > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 48px;
    opacity: 0.95;
}

.contact-form {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

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

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

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

.btn-secondary {
    background-color: transparent;
    color: #2563eb;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2563eb;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

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

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f3f4f6;
}

.disclaimer {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
    font-style: italic;
}

.main-footer {
    background-color: #1f2937;
    color: #d1d5db;
    padding: 60px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #374151;
}

.footer-section {
    flex: 1;
}

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

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

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #9ca3af;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2937;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 16px 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;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

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

.cookie-content a {
    color: #60a5fa;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #10b981;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #6b7280;
    color: #ffffff;
}

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

.page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 80px 20px 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.page-intro {
    font-size: 20px;
    opacity: 0.95;
}

.services-detailed {
    padding: 80px 20px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

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

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

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

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

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

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

.service-features {
    list-style: none;
    margin: 24px 0;
}

.service-features li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: #4b5563;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2563eb;
    margin: 24px 0;
}

.services-cta {
    padding: 80px 20px;
    background-color: #f3f4f6;
    text-align: center;
}

.services-cta h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

.about-story {
    padding: 80px 20px;
}

.about-story h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1f2937;
}

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

.about-image-section {
    padding: 0 20px;
}

.about-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e5e7eb;
}

.about-values {
    padding: 80px 20px;
    background-color: #f9fafb;
}

.about-values h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}

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

.value-block {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.value-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2563eb;
}

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

.about-approach {
    padding: 80px 20px;
}

.about-approach .split-content {
    gap: 80px;
}

.about-approach h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #1f2937;
}

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

.process-list {
    list-style: none;
    margin: 24px 0;
}

.process-list li {
    padding: 16px 0;
    font-size: 16px;
    color: #4b5563;
}

.process-list strong {
    color: #1f2937;
}

.about-cta {
    padding: 80px 20px;
    background-color: #f3f4f6;
    text-align: center;
}

.about-cta h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

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

.contact-info {
    padding: 80px 20px;
}

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

.contact-details {
    flex: 1;
}

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

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

.contact-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2563eb;
}

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

.contact-map {
    flex: 1;
}

.map-placeholder {
    background-color: #f3f4f6;
    padding: 40px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.contact-extra {
    padding: 80px 20px;
    background-color: #f9fafb;
}

.contact-extra h2 {
    font-size: 32px;
    margin-bottom: 28px;
    color: #1f2937;
}

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

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

.tips-list {
    list-style: none;
    margin: 24px 0;
}

.tips-list li {
    padding: 12px 0 12px 32px;
    position: relative;
    font-size: 16px;
    color: #4b5563;
}

.tips-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: 700;
}

.thanks-section {
    padding: 120px 20px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #10b981;
}

.thanks-message {
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 60px;
}

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

.thanks-details h2 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1f2937;
}

.next-steps {
    list-style: decimal;
    margin-left: 24px;
}

.next-steps li {
    padding: 8px 0;
    font-size: 16px;
    color: #4b5563;
}

.thanks-info {
    margin-bottom: 40px;
}

.thanks-info p {
    font-size: 16px;
    color: #6b7280;
}

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

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

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

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

.legal-page h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 48px 0 20px;
    color: #1f2937;
}

.legal-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 32px 0 16px;
    color: #374151;
}

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

.legal-page ul {
    margin: 16px 0 16px 24px;
    list-style: disc;
}

.legal-page ul li {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 8px;
    line-height: 1.6;
}

.legal-page ol {
    margin: 16px 0 16px 24px;
    list-style: decimal;
}

.legal-page ol li {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 8px;
    line-height: 1.6;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

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

.legal-table th {
    background-color: #f3f4f6;
    font-weight: 600;
    color: #1f2937;
}

.legal-table td {
    color: #4b5563;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

    .hero-section h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .split-content {
        flex-direction: column;
        gap: 40px;
    }

    .service-detail-card,
    .service-detail-card.reverse {
        flex-direction: column;
        gap: 32px;
    }

    .values-grid,
    .benefits-layout {
        flex-direction: column;
    }

    .services-cards .service-card {
        flex: 1 1 100%;
    }

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

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

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

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

    .about-approach .split-content {
        flex-direction: column;
    }
}
