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

.nav-floating {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 90%;
    max-width: 1200px;
}

.nav-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-brand {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a472a;
}

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

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

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #7f8c8d;
    border-left: 1px solid #bdc3c7;
    padding-left: 20px;
    font-style: italic;
}

.hero-overlay {
    margin-top: 80px;
    height: 85vh;
    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-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 40px;
    background: rgba(26, 71, 42, 0.85);
    backdrop-filter: blur(5px);
    border-radius: 12px;
}

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

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

.story-flow {
    max-width: 100%;
}

.intro-narrow {
    max-width: 700px;
    margin: 80px auto;
    padding: 0 20px;
}

.lead-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a472a;
}

.intro-narrow p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #34495e;
}

.problem-amplify {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 40px;
}

.content-block-left {
    flex: 1;
}

.content-block-left h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a472a;
}

.content-block-left p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.image-block-right {
    flex: 1;
    background: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
}

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

.insight-section {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    padding: 80px 40px;
    margin: 120px 0;
}

.insight-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.insight-card h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.insight-card p {
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.7;
}

.trust-signals {
    padding: 100px 40px;
    background: #f8f9fa;
}

.trust-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-item {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.trust-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.trust-item h4 {
    font-size: 1.4rem;
    padding: 25px 25px 15px;
    color: #1a472a;
}

.trust-item p {
    padding: 0 25px 25px;
    color: #7f8c8d;
}

.testimonial-inline {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px 40px;
    background: #ecf0f1;
    border-left: 5px solid #2ecc71;
}

.testimonial-inline blockquote {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.8;
    color: #2c3e50;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: 600;
    color: #27ae60;
}

.benefits-reveal {
    max-width: 1000px;
    margin: 120px auto;
    padding: 0 40px;
}

.benefits-reveal h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 70px;
    color: #1a472a;
}

.benefits-stacked {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.benefit-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.benefit-visual {
    flex-shrink: 0;
}

.benefit-number {
    display: block;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.benefit-text h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1a472a;
}

.benefit-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #34495e;
}

.cta-block-primary {
    background: #1a472a;
    padding: 80px 40px;
    text-align: center;
    margin: 120px 0;
}

.cta-block-primary h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-block-primary p {
    font-size: 1.2rem;
    color: #ecf0f1;
    margin-bottom: 40px;
}

.btn-primary {
    display: inline-block;
    background: #2ecc71;
    color: #ffffff;
    padding: 18px 50px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(46, 204, 113, 0.4);
}

.services-pricing {
    padding: 100px 40px;
    background: #f8f9fa;
}

.services-pricing h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 70px;
    color: #1a472a;
}

.services-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    background: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-card.featured {
    border: 3px solid #2ecc71;
}

.badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #2ecc71;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a472a;
}

.service-card > p {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 25px;
}

.service-card ul {
    list-style: none;
    margin-bottom: 30px;
}

.service-card ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #34495e;
}

.service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: 700;
}

.price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a472a;
    margin-bottom: 25px;
}

.btn-select {
    width: 100%;
    background: #2ecc71;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #27ae60;
}

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

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

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #1a472a;
}

.form-container > p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #7f8c8d;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit {
    width: 100%;
    background: #2ecc71;
    color: #ffffff;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.btn-submit:hover {
    background: #27ae60;
    transform: translateY(-2px);
}

.disclaimer-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 40px;
    background: #fff9e6;
    border-left: 4px solid #f39c12;
}

.disclaimer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5d4e37;
}

.disclaimer-text strong {
    color: #d68910;
}

.footer-main {
    background: #1a472a;
    color: #ecf0f1;
    padding: 60px 40px 20px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #2ecc71;
}

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

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

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

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

.footer-column ul li a:hover {
    color: #2ecc71;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(236, 240, 241, 0.2);
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 25px 40px;
    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: 1rem;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.btn-accept {
    background: #2ecc71;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border-radius: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .ad-disclosure {
        border-left: none;
        border-top: 1px solid #bdc3c7;
        padding-left: 0;
        padding-top: 10px;
    }

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

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

    .problem-amplify {
        flex-direction: column;
        gap: 30px;
    }

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

    .benefit-row {
        flex-direction: column;
        gap: 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

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