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

.navbar {
    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;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #8b4367;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 30px;
}

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

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

.hero-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: #e8d5dc;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 67, 103, 0.7) 0%, rgba(44, 62, 80, 0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 900px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 22px;
    color: #ffffff;
    max-width: 700px;
    font-weight: 300;
}

.story-intro {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

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

.opening-line {
    font-size: 28px;
    font-weight: 600;
    color: #8b4367;
    margin-bottom: 30px;
    line-height: 1.4;
}

.story-intro p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #495057;
}

.visual-break {
    padding: 80px 20px;
    background-color: #ffffff;
}

.image-left-text-right {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.image-side {
    flex: 1;
    background-color: #e8d5dc;
}

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

.text-side {
    flex: 1;
}

.text-side h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
    line-height: 1.3;
}

.text-side p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #495057;
}

.problem-section {
    padding: 100px 20px;
    background-color: #2c3e50;
    color: #ffffff;
}

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

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

.problem-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.problem-item {
    flex: 1;
    min-width: 250px;
    max-width: 500px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 4px solid #8b4367;
}

.problem-item p {
    font-size: 18px;
    line-height: 1.6;
}

.insight-reveal {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.insight-reveal h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #8b4367;
}

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

.visual-testimonial {
    padding: 80px 20px;
    background-color: #8b4367;
}

.testimonial-card {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: #ffffff;
    padding: 40px;
}

.testimonial-card img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    background-color: #e8d5dc;
}

.testimonial-card blockquote {
    flex: 1;
}

.testimonial-card blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.7;
}

.testimonial-card cite {
    font-size: 16px;
    color: #8b4367;
    font-style: normal;
    font-weight: 600;
}

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

.trust-building h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.trust-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-col {
    flex: 1;
    min-width: 280px;
    padding: 30px;
}

.trust-col h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #8b4367;
}

.trust-col p {
    font-size: 17px;
    color: #495057;
    line-height: 1.6;
}

.visual-inline {
    padding: 0;
    background-color: #e8d5dc;
}

.visual-inline img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

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

.benefits-reveal h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    color: #495057;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b4367;
    font-size: 24px;
    font-weight: bold;
}

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

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

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

.service-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #e8d5dc;
}

.service-card h3 {
    font-size: 22px;
    margin: 20px 20px 10px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    margin: 0 20px 15px;
    color: #495057;
    flex-grow: 1;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #8b4367;
    margin: 0 20px 20px;
}

.cta-button {
    background-color: #8b4367;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 20px 20px;
    text-align: center;
}

.cta-button:hover {
    background-color: #6d3451;
}

.form-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.form-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
}

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

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

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

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

.submit-button {
    background-color: #8b4367;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #6d3451;
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #fff8dc;
    border-top: 2px solid #f0e68c;
    border-bottom: 2px solid #f0e68c;
}

.disclaimer {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    text-align: center;
}

.footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 60px 20px 20px;
}

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

.footer-col {
    flex: 1;
    min-width: 200px;
}

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

.footer-col p,
.footer-col ul {
    font-size: 15px;
    color: #adb5bd;
}

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

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

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

.footer-col ul li a:hover {
    color: #ffffff;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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;
    flex-wrap: wrap;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

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

.cookie-accept:hover {
    opacity: 0.9;
}

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

.cookie-reject:hover {
    opacity: 0.9;
}

.page-hero .hero-image-container {
    height: 500px;
}

.page-hero .hero-overlay h1 {
    font-size: 48px;
}

.about-content {
    padding: 100px 20px;
    background-color: #ffffff;
}

.about-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #8b4367;
}

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

.values-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.value-item {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #8b4367;
}

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

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

.team-approach {
    padding: 100px 20px;
    background-color: #ffffff;
}

.team-approach h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #8b4367;
}

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

.commitment-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.commitment-section .content-wide {
    display: flex;
    gap: 60px;
    align-items: center;
}

.commitment-section img {
    flex: 1;
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    background-color: #e8d5dc;
}

.commitment-text {
    flex: 1;
}

.commitment-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.commitment-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #495057;
}

.services-intro {
    padding: 60px 20px;
    background-color: #f8f9fa;
    text-align: center;
}

.services-intro p {
    font-size: 20px;
    color: #495057;
}

.services-detailed {
    padding: 40px 20px 100px;
    background-color: #ffffff;
}

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

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

.service-image {
    flex: 1;
    background-color: #e8d5dc;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-price {
    font-size: 36px;
    font-weight: 700;
    color: #8b4367;
    margin-bottom: 20px;
}

.service-info p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #495057;
}

.service-info ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.service-info ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #495057;
}

.contact-content {
    padding: 100px 20px;
    background-color: #ffffff;
}

.contact-info-section {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

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

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #8b4367;
}

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

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

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

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

.contact-cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.cta-link {
    display: inline-block;
    background-color: #8b4367;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #6d3451;
}

.thanks-section {
    padding: 100px 20px;
    background-color: #f8f9fa;
}

.thanks-section .content-narrow {
    display: flex;
    gap: 60px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #8b4367;
}

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

.thanks-actions {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.thanks-image {
    flex: 1;
    background-color: #e8d5dc;
}

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

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.last-updated {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #8b4367;
}

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

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

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

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

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

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

.cookies-table td {
    color: #495057;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 15px;
        font-size: 14px;
    }

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

    .hero-overlay p {
        font-size: 18px;
    }

    .image-left-text-right,
    .testimonial-card,
    .contact-info-section,
    .commitment-section .content-wide,
    .service-detail,
    .thanks-section .content-narrow {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }
}