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

.ad-disclosure {
    background: #f8f8f8;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

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

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d32f2f;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

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

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

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

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-text {
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 1rem;
}

.hero-subtext {
    font-size: 1.4rem;
    font-weight: 600;
    color: #d32f2f;
    margin-top: 1rem;
}

.hero-image {
    flex: 1;
    background: #f5f5f5;
}

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

.story-section {
    background: #f9f9f9;
    padding: 5rem 2rem;
}

.story-container {
    max-width: 800px;
    margin: 0 auto;
}

.story-container h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.story-container p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.insight-box {
    background: #fff3e0;
    border-left: 4px solid #ff6f00;
    padding: 2rem;
    margin: 2rem 0;
}

.insight-box p {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
}

.image-text-offset {
    padding: 5rem 2rem;
    background: #ffffff;
}

.offset-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.offset-image {
    flex: 1;
    background: #f5f5f5;
}

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

.offset-text {
    flex: 1;
}

.offset-text h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.offset-text p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #444;
}

.problem-amplification {
    background: #1a1a1a;
    padding: 5rem 2rem;
    color: #ffffff;
}

.problem-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.problem-card {
    flex: 1;
    background: #2a2a2a;
    padding: 2.5rem;
}

.problem-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ff6f00;
}

.problem-card p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.trust-building {
    padding: 5rem 2rem;
    background: #fafafa;
}

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

.trust-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.trust-columns {
    display: flex;
    gap: 3rem;
}

.trust-column {
    flex: 1;
    text-align: center;
}

.trust-number {
    width: 60px;
    height: 60px;
    background: #d32f2f;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.trust-column h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.trust-column p {
    font-size: 1.05rem;
    color: #555;
}

.testimonial-flow {
    background: #ffffff;
    padding: 5rem 2rem;
}

.testimonial-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.testimonial {
    background: #f5f5f5;
    padding: 2rem;
    border-left: 3px solid #d32f2f;
}

.testimonial p {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
}

.benefits-reveal {
    background: #fafafa;
    padding: 5rem 2rem;
}

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

.benefits-container h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.benefits-asymmetric {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.benefit-large {
    flex: 2;
    min-width: 600px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.benefit-large img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.benefit-content {
    padding: 2rem;
}

.benefit-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.benefit-content p {
    font-size: 1.05rem;
    color: #555;
}

.benefit-small {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.benefit-small h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.benefit-small p {
    font-size: 1.05rem;
    color: #555;
}

.science-backing {
    background: #e3f2fd;
    padding: 4rem 2rem;
}

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

.science-container h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.science-container p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #333;
}

.science-container a {
    color: #1565c0;
    text-decoration: none;
}

.science-container a:hover {
    text-decoration: underline;
}

.services-pricing {
    background: #ffffff;
    padding: 5rem 2rem;
}

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

.pricing-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.pricing-intro {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 3rem;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card {
    flex: 1;
    min-width: 300px;
    background: #fafafa;
    padding: 2rem;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
}

.service-card:hover {
    border-color: #d32f2f;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.service-card h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
    min-height: 60px;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 1.5rem;
}

.select-service {
    width: 100%;
    padding: 0.9rem;
    background: #d32f2f;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #b71c1c;
}

.form-section {
    background: #f5f5f5;
    padding: 5rem 2rem;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-intro {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
}

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

.form-privacy {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.form-privacy input[type="checkbox"] {
    width: auto;
    margin-top: 0.3rem;
}

.form-privacy label {
    font-size: 0.95rem;
    color: #555;
}

.form-privacy a {
    color: #d32f2f;
    text-decoration: none;
}

.form-privacy a:hover {
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    padding: 1.1rem;
    background: #d32f2f;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #b71c1c;
}

.disclaimer-section {
    background: #fff3e0;
    padding: 3rem 2rem;
}

.disclaimer-container {
    max-width: 1000px;
    margin: 0 auto;
}

.disclaimer-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
}

.references {
    background: #fafafa;
    padding: 3rem 2rem;
}

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

.references-container h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.reference-list {
    list-style-position: inside;
    padding-left: 0;
}

.reference-list li {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.reference-list a {
    color: #1565c0;
    text-decoration: none;
}

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

.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1.5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-column {
    flex: 1;
}

.footer-column h6 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #d32f2f;
}

.footer-column p {
    font-size: 0.95rem;
    color: #ccc;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 -4px 12px 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: 2rem;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    margin: 0;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-accept,
.cookie-reject {
    padding: 0.8rem 1.5rem;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-accept {
    background: #d32f2f;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #b71c1c;
}

.cookie-reject {
    background: #555;
    color: #ffffff;
}

.cookie-reject:hover {
    background: #666;
}

.page-hero {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
    padding: 5rem 2rem;
    text-align: center;
    color: #ffffff;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero-content p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.about-content {
    padding: 5rem 2rem;
    background: #ffffff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.about-text p {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: #444;
}

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

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

.values-section {
    background: #fafafa;
    padding: 5rem 2rem;
}

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

.values-container h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #1a1a1a;
}

.value-item {
    margin-bottom: 3rem;
}

.value-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #d32f2f;
}

.value-item p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

.team-approach {
    background: #ffffff;
    padding: 5rem 2rem;
}

.team-container {
    max-width: 1000px;
    margin: 0 auto;
}

.team-container h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.team-container p {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.approach-image {
    margin-top: 2rem;
    background: #f5f5f5;
}

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

.mission-statement {
    background: #1a1a1a;
    color: #ffffff;
    padding: 5rem 2rem;
}

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

.mission-container h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #d32f2f;
}

.mission-text {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.services-detail {
    padding: 4rem 2rem;
    background: #fafafa;
}

.services-detail-container {
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-card {
    background: #ffffff;
    margin-bottom: 3rem;
    display: flex;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

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

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

.service-detail-content {
    flex: 1;
    padding: 3rem;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-description {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #444;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: 700;
}

.service-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #d32f2f;
    margin-bottom: 1.5rem;
}

.service-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background: #d32f2f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.service-cta:hover {
    background: #b71c1c;
}

.service-guarantee {
    background: #e8f5e9;
    padding: 4rem 2rem;
}

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

.guarantee-container h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.guarantee-container p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
}

.contact-page {
    padding: 4rem 2rem;
    background: #ffffff;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-grid {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.contact-info {
    flex: 1;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.info-item {
    margin-bottom: 2rem;
}

.info-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #d32f2f;
}

.info-item p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    background: #f5f5f5;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.legal-page {
    padding: 4rem 2rem;
    background: #ffffff;
}

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

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.legal-container h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #444;
}

.legal-container p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.legal-container ul,
.legal-container ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.legal-container li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.thanks-page {
    padding: 5rem 2rem;
    background: #fafafa;
    min-height: 60vh;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 4rem;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.thanks-icon {
    font-size: 4rem;
    color: #4caf50;
    margin-bottom: 1.5rem;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.thanks-details {
    background: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #d32f2f;
}

.thanks-details p {
    text-align: left;
    margin-bottom: 0.5rem;
}

.thanks-cta {
    display: inline-block;
    padding: 1rem 2rem;
    background: #d32f2f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: background 0.3s;
}

.thanks-cta:hover {
    background: #b71c1c;
}

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

    .offset-container {
        flex-direction: column;
    }

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

    .trust-columns {
        flex-direction: column;
    }

    .benefits-asymmetric {
        flex-direction: column;
    }

    .benefit-large {
        min-width: auto;
    }

    .footer-content {
        flex-direction: column;
    }

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

    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }

    .about-container {
        flex-direction: column;
    }

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

    .service-detail-card {
        flex-direction: column;
    }
}