* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fefefe;
}

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

.floating-nav {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-brand {
    font-weight: bold;
    font-size: 1.1rem;
    color: #2c2c2c;
}

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

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
    transition: color 0.3s;
}

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

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

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    color: white;
    max-width: 600px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-overlay h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
}

.hero-overlay p {
    font-size: 1.3rem;
    font-style: italic;
}

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

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

.opening-line {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #444;
}

.narrow-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
}

.offset-image-section {
    display: flex;
    align-items: center;
    padding: 80px 0;
    background-color: #fff;
}

.image-left {
    width: 55%;
    padding-left: 60px;
    background-color: #f0ebe5;
}

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

.content-right {
    width: 45%;
    padding: 60px 80px 60px 60px;
}

.content-right h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-weight: normal;
}

.content-right p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #555;
}

.problem-awareness {
    padding: 100px 20px;
    background-color: #2c2c2c;
    color: white;
}

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

.problem-awareness h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: normal;
}

.problem-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.problem-card {
    flex: 1;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #d4779b;
}

.problem-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #d4779b;
}

.problem-card p {
    font-size: 1rem;
    line-height: 1.6;
}

.solution-reveal {
    padding: 100px 60px;
    background-color: #faf9f7;
}

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

.solution-text {
    flex: 1;
}

.solution-text h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    font-weight: normal;
}

.solution-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #555;
}

.solution-image {
    flex: 1;
    background-color: #e8e3dc;
}

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

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

.centered-content {
    max-width: 900px;
    margin: 0 auto;
}

.centered-content h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
    font-weight: normal;
}

.testimonial-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-flow blockquote {
    padding: 30px 40px;
    border-left: 4px solid #d4779b;
    background-color: #faf9f7;
    font-style: italic;
}

.testimonial-flow p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-flow cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #777;
}

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

.services-preview h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: normal;
}

.service-cards-visual {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(50% - 15px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
    background-color: #e0dbd5;
}

.service-card:hover {
    transform: scale(1.02);
}

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

.card-overlay {
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.card-overlay h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.card-overlay p {
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.card-overlay .price {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #d4779b;
}

.select-service-btn {
    background-color: #d4779b;
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

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

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

.form-container h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.form-container > p {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

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

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

.form-group label {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #555;
}

.form-group input,
.form-group select {
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
    border-radius: 4px;
}

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

.submit-btn {
    background-color: #2c2c2c;
    color: white;
    border: none;
    padding: 16px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.main-footer {
    background-color: #2c2c2c;
    color: white;
    padding: 60px 40px 30px;
}

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

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: normal;
}

.footer-column a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

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

.footer-column p {
    color: #bbb;
    font-size: 0.9rem;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 30px;
    text-align: center;
}

.disclaimer {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 44, 44, 0.98);
    color: white;
    padding: 25px;
    z-index: 2000;
    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;
}

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #d4779b;
    color: white;
}

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

.cookie-btn.reject {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.cookie-btn.reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .offset-image-section {
        flex-direction: column;
    }

    .image-left,
    .content-right {
        width: 100%;
        padding: 30px;
    }

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

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

    .service-cards-visual {
        flex-direction: column;
    }

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

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

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