* {
    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: #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;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.hero-story {
    background-color: #fafbfc;
    padding: 80px 30px;
}

.hero-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 25px;
}

.lead-text {
    font-size: 22px;
    color: #546e7a;
    line-height: 1.6;
}

.hero-image-block {
    background-color: #e9ecef;
}

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

.intro-curiosity {
    padding: 100px 30px;
    background-color: #ffffff;
}

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

.narrow-content p {
    font-size: 20px;
    margin-bottom: 28px;
    color: #37474f;
}

.opening-question {
    font-size: 24px;
    font-weight: 500;
    color: #1a252f;
}

.problem-section {
    padding: 90px 30px;
    background-color: #f5f7f9;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a252f;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #455a64;
}

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

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

.insight-reveal {
    padding: 100px 30px;
    background-color: #263238;
    color: #ffffff;
}

.centered-insight {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.centered-insight h2 {
    font-size: 42px;
    margin-bottom: 30px;
}

.insight-text {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.centered-insight p {
    font-size: 20px;
    color: #cfd8dc;
}

.trust-building {
    padding: 90px 30px;
    background-color: #ffffff;
}

.trust-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.trust-text-primary {
    flex: 1;
}

.trust-text-primary h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a252f;
}

.trust-text-primary p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #455a64;
}

.trust-image-grid {
    flex: 1;
    background-color: #e0e0e0;
}

.trust-image-grid img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonials-inline {
    padding: 90px 30px;
    background-color: #eceff1;
}

.testimonial-flow {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}

.testimonial-card {
    flex: 1;
    background-color: #ffffff;
    padding: 35px;
    border-left: 4px solid #3498db;
}

.testimonial-text {
    font-size: 17px;
    font-style: italic;
    color: #37474f;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 15px;
    color: #78909c;
    font-weight: 500;
}

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

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

.benefits-layout h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a252f;
}

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

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

.benefit-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.benefit-item p {
    font-size: 17px;
    color: #546e7a;
}

.services-pricing {
    padding: 100px 30px;
    background-color: #f9fafb;
}

.pricing-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-wrapper h2 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a252f;
}

.pricing-intro {
    font-size: 19px;
    text-align: center;
    margin-bottom: 60px;
    color: #546e7a;
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

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

.service-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 15px;
    flex-grow: 1;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service-btn:hover {
    background-color: #2980b9;
}

.form-section {
    padding: 100px 30px;
    background-color: #ffffff;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a252f;
}

.form-intro {
    font-size: 17px;
    text-align: center;
    margin-bottom: 40px;
    color: #546e7a;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #37474f;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cfd8dc;
    background-color: #ffffff;
    font-family: inherit;
}

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

.submit-btn {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

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

.final-cta {
    padding: 90px 30px;
    background-color: #2c3e50;
    text-align: center;
    color: #ffffff;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 22px;
    margin-bottom: 30px;
}

.cta-link {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-link:hover {
    background-color: #2980b9;
}

.disclaimer-section {
    padding: 60px 30px;
    background-color: #f8f9fa;
}

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

.disclaimer-text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.8;
}

.main-footer {
    background-color: #1a252f;
    color: #cfd8dc;
    padding: 60px 30px 30px;
}

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

.footer-column {
    flex: 1;
}

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

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

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

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

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #37474f;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #78909c;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #263238;
    color: #ffffff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

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

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

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

.cookie-content a {
    color: #81d4fa;
}

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

.cookie-btn {
    padding: 10px 24px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

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

.page-hero {
    background-color: #eceff1;
    padding: 80px 30px;
    text-align: center;
}

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

.hero-subtitle {
    font-size: 20px;
    color: #546e7a;
}

.about-story {
    padding: 90px 30px;
    background-color: #ffffff;
}

.story-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
}

.story-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #455a64;
}

.story-image {
    flex: 1;
    background-color: #e0e0e0;
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.philosophy {
    padding: 100px 30px;
    background-color: #f9fafb;
}

.philosophy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-wrapper h2 {
    font-size: 40px;
    margin-bottom: 25px;
    text-align: center;
    color: #1a252f;
}

.philosophy-intro {
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: #546e7a;
}

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

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

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

.philosophy-item p {
    font-size: 17px;
    color: #546e7a;
}

.team-approach {
    padding: 90px 30px;
    background-color: #ffffff;
}

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

.team-container h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a252f;
}

.team-container p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #455a64;
}

.approach-image {
    background-color: #e0e0e0;
}

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

.values-section {
    padding: 90px 30px;
    background-color: #eceff1;
}

.values-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.values-wrapper h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a252f;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.value-block p {
    font-size: 17px;
    color: #546e7a;
}

.cta-about {
    padding: 80px 30px;
    background-color: #2c3e50;
    text-align: center;
}

.cta-about-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-about-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-about-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #cfd8dc;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #3498db;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2980b9;
}

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

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

.services-detailed {
    padding: 60px 30px;
    background-color: #ffffff;
}

.services-intro-text {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro-text p {
    font-size: 19px;
    color: #546e7a;
}

.services-list {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

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

.service-image-left,
.service-image-right {
    flex: 1;
    background-color: #e0e0e0;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: auto;
    display: block;
}

.service-content-right,
.service-content-left {
    flex: 1;
}

.service-content-right h2,
.service-content-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a252f;
}

.service-content-right p,
.service-content-left p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #455a64;
}

.service-price-display {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin: 25px 0;
}

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

.services-cta-content h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #1a252f;
}

.services-cta-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #546e7a;
}

.cta-button {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 36px;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #2980b9;
}

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

.contact-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.contact-info-block {
    flex: 1;
}

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

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

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

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

.contact-image-block {
    flex: 1;
    background-color: #e0e0e0;
}

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

.location-info {
    padding: 80px 30px;
    background-color: #f5f7f9;
}

.location-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.location-wrapper h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #1a252f;
}

.location-wrapper p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #455a64;
}

.thanks-section {
    padding: 100px 30px;
    background-color: #ffffff;
}

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

.thanks-icon {
    font-size: 80px;
    color: #27ae60;
    margin-bottom: 30px;
}

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

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

.thanks-details {
    background-color: #f8f9fa;
    padding: 30px;
    margin-bottom: 50px;
    text-align: left;
}

.thanks-details p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #37474f;
}

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

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.steps-list {
    list-style: none;
    padding-left: 0;
}

.steps-list li {
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #455a64;
}

.steps-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

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

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

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

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a252f;
}

.last-updated {
    font-size: 15px;
    color: #78909c;
    margin-bottom: 40px;
}

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

.legal-container h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #37474f;
}

.legal-container p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #455a64;
    line-height: 1.8;
}

.legal-container ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

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

.legal-container a {
    color: #3498db;
    text-decoration: none;
}

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

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

.cookies-table th {
    background-color: #f5f7f9;
    font-weight: 600;
    color: #2c3e50;
}

.cookies-table td {
    font-size: 16px;
    color: #455a64;
}

@media (max-width: 1024px) {
    .split-layout,
    .trust-container,
    .story-container,
    .service-detailed,
    .contact-wrapper {
        flex-direction: column;
    }

    .testimonial-flow {
        flex-direction: column;
    }

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

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

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

    .nav-toggle {
        display: block;
    }

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

    .lead-text {
        font-size: 18px;
    }

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

    .services-cards {
        flex-direction: column;
    }

    .cta-buttons {
        flex-direction: column;
    }
}