* {
    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: #2c2c2c;
    background: #ffffff;
}

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

.floating-nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
}

.nav-menu {
    display: flex;
    gap: 35px;
}

.nav-menu a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.3s;
}

.nav-menu a:hover {
    opacity: 0.6;
}

.hero-visual {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 10;
    width: 90%;
    max-width: 800px;
}

.hero-overlay h1 {
    font-size: 68px;
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 1.1;
}

.hero-overlay p {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.9;
}

.intro-story {
    padding: 120px 20px;
    background: #ffffff;
}

.story-narrow {
    max-width: 650px;
    margin: 0 auto;
}

.story-narrow p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.visual-break {
    width: 100%;
    background-color: #2a2a2a;
}

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

.problem-reveal {
    display: flex;
    align-items: center;
    padding: 100px 60px;
    gap: 80px;
    background: #f9f9f9;
}

.reveal-content {
    flex: 1;
}

.reveal-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #2c2c2c;
}

.reveal-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.reveal-image {
    flex: 1;
    background-color: #3a3a3a;
}

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

.insight-section {
    padding: 140px 80px;
    background: #2c2c2c;
    color: #ffffff;
}

.insight-text {
    max-width: 800px;
    margin: 0 auto;
}

.insight-text h2 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 300;
}

.insight-text p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.92;
}

.visual-testimonial {
    position: relative;
    height: 70vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

.visual-testimonial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.testimonial-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    max-width: 600px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.6;
    font-style: italic;
    z-index: 10;
}

.testimonial-overlay cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    opacity: 0.8;
}

.service-intro {
    padding: 100px 60px 60px;
    text-align: center;
    background: #ffffff;
}

.service-intro h2 {
    font-size: 44px;
    margin-bottom: 25px;
    font-weight: 400;
}

.service-intro p {
    font-size: 19px;
    max-width: 700px;
    margin: 0 auto;
    color: #4a4a4a;
}

.services-visual {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px 100px;
    gap: 40px;
    background: #ffffff;
}

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 400px;
    background-color: #f5f5f5;
}

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

.service-info {
    padding: 35px;
}

.service-info h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-info p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-price {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 15px;
}

.trust-element {
    padding: 120px 80px;
    background: #fafafa;
}

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

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: 400;
}

.trust-content p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.inline-testimonials {
    padding: 80px 60px;
    display: flex;
    gap: 60px;
    background: #ffffff;
}

.testimonial-inline {
    flex: 1;
    padding: 40px;
    background: #f8f8f8;
    border-left: 4px solid #2c2c2c;
}

.testimonial-inline p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #666;
    font-style: normal;
}

.cta-visual {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

.cta-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.cta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    z-index: 10;
}

.cta-overlay h2 {
    font-size: 52px;
    margin-bottom: 20px;
    font-weight: 300;
}

.cta-overlay p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-button {
    padding: 18px 45px;
    font-size: 17px;
    background: #ffffff;
    color: #2c2c2c;
    border: none;
    cursor: pointer;
    transition: transform 0.3s;
    font-weight: 500;
}

.cta-button:hover {
    transform: scale(1.05);
}

.form-section {
    padding: 100px 60px;
    background: #f5f5f5;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 500;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #fafafa;
}

.form-group input:focus,
.form-group select:focus {
    outline: 2px solid #2c2c2c;
    background: #ffffff;
}

.submit-button {
    width: 100%;
    padding: 16px;
    font-size: 17px;
    background: #2c2c2c;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s;
    font-weight: 500;
}

.submit-button:hover {
    background: #1a1a1a;
}

.disclaimer-section {
    padding: 60px 80px;
    background: #fafafa;
}

.disclaimer {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

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

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

.footer-section h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.footer-section a {
    display: block;
    color: #d0d0d0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: color 0.3s;
}

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

.footer-section p {
    font-size: 15px;
    color: #d0d0d0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.cookie-banner p {
    flex: 1;
    margin-right: 30px;
    font-size: 15px;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: opacity 0.3s;
}

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

.cookie-reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .floating-nav {
        padding: 15px 20px;
    }

    .nav-menu {
        gap: 20px;
        font-size: 14px;
    }

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

    .problem-reveal {
        flex-direction: column;
        padding: 60px 20px;
    }

    .services-visual {
        padding: 40px 20px;
    }

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

    .inline-testimonials {
        flex-direction: column;
        padding: 60px 20px;
    }

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

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

    .cookie-banner p {
        margin-bottom: 15px;
    }
}