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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    background: #fefefe;
}

.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.2rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

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

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #8b4789;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.ad-label {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

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

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

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

.hero-visual {
    margin-top: 5rem;
    position: relative;
    height: 85vh;
    min-height: 600px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e8d5e8;
}

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

.hero-overlay {
    position: absolute;
    bottom: 8%;
    left: 5%;
    color: #fff;
    max-width: 600px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-overlay h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 1.4rem;
    font-weight: 300;
}

.story-intro {
    padding: 6rem 2rem;
    background: #fafafa;
}

.narrow-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.8;
}

.narrow-text p {
    margin-bottom: 1.5rem;
}

.narrow-text.centered {
    text-align: center;
}

.insight-block {
    padding: 5rem 2rem;
    background: #fff;
}

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

.col-text {
    flex: 1;
}

.col-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #8b4789;
}

.col-text p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.col-image {
    flex: 1;
    background-color: #f0e0f0;
}

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

.problem-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #f5e8f5 0%, #e8d5e8 100%);
}

.problem-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #6d3a6b;
}

.visual-break {
    height: 400px;
    background-color: #e0d0e0;
}

.visual-break img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trust-block {
    padding: 6rem 2rem;
    background: #fff;
}

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

.trust-content h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #8b4789;
}

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

.trust-item {
    flex: 1;
    min-width: 280px;
}

.trust-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #444;
}

.trust-item p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
}

.testimonials-inline {
    padding: 5rem 2rem;
    background: #f9f4f9;
}

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

.testimonial {
    padding: 2rem;
    background: #fff;
    border-left: 4px solid #8b4789;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

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

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

.services-reveal {
    padding: 6rem 2rem;
    background: #fff;
}

.services-header {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.services-header h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #8b4789;
}

.services-header p {
    font-size: 1.2rem;
    color: #666;
}

.services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-card {
    flex: 1;
    min-width: 320px;
    max-width: 450px;
    background: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    cursor: pointer;
    background-color: #f5e8f5;
}

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

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

.service-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    color: #444;
}

.service-card p {
    font-size: 1rem;
    color: #666;
    margin: 0 1.5rem 1rem;
    line-height: 1.6;
}

.service-card .price {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #8b4789;
    margin: 1rem 1.5rem;
}

.service-card .btn-select {
    display: block;
    width: calc(100% - 3rem);
    margin: 1rem 1.5rem 1.5rem;
    padding: 0.9rem;
    background: #8b4789;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.service-card .btn-select:hover {
    background: #6d3a6b;
}

.form-section {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #e8d5e8 0%, #d0b8d0 100%);
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #8b4789;
}

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

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

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

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #8b4789;
}

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    background: #8b4789;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #6d3a6b;
}

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

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

.footer {
    background: #2c2c2c;
    color: #ccc;
    padding: 4rem 2rem 2rem;
}

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

.footer-col h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-col p {
    font-size: 0.95rem;
}

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

.footer-col ul li {
    margin-bottom: 0.6rem;
}

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

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 44, 44, 0.97);
    color: #fff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 0.95rem;
}

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

.btn-cookie {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
    background: #8b4789;
    color: #fff;
}

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

.btn-cookie.btn-secondary {
    background: #555;
}

.thanks-container {
    max-width: 700px;
    margin: 10rem auto 5rem;
    padding: 3rem;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.thanks-container h1 {
    font-size: 2.5rem;
    color: #8b4789;
    margin-bottom: 1.5rem;
}

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

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background: #8b4789;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
}

.thanks-container .btn-home:hover {
    background: #6d3a6b;
}

.content-page {
    padding: 8rem 2rem 4rem;
    min-height: 70vh;
}

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

.content-wrapper h1 {
    font-size: 2.8rem;
    color: #8b4789;
    margin-bottom: 2rem;
}

.content-wrapper h2 {
    font-size: 1.8rem;
    color: #444;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.content-wrapper p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.content-wrapper ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.content-wrapper ul li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.contact-info {
    background: #f9f4f9;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.contact-info h3 {
    font-size: 1.4rem;
    color: #8b4789;
    margin-bottom: 1rem;
}

.contact-info p {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.service-item {
    background: #fafafa;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #8b4789;
}

.service-item h3 {
    font-size: 1.6rem;
    color: #444;
    margin-bottom: 1rem;
}

.service-item p {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 0.8rem;
}

.service-item .service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #8b4789;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 2.2rem;
    }

    .hero-overlay p {
        font-size: 1.1rem;
    }

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

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

    .nav-links {
        gap: 1rem;
    }

    .services-grid {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        max-width: 100%;
    }

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

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