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

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

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

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    margin-bottom: 60px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 42px;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,0.6);
    line-height: 1.3;
    font-weight: 400;
}

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

.intro-story {
    padding: 60px 0;
}

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.intro-story p {
    margin-bottom: 24px;
    font-size: 18px;
}

.insight-section {
    padding: 60px 0;
    background-color: #fff;
}

.insight-section h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #1a1a1a;
    font-weight: 400;
}

.inline-image-left {
    float: left;
    width: 45%;
    margin: 0 30px 20px 0;
    background-color: #f5f5f5;
}

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

.inline-image-right {
    float: right;
    width: 45%;
    margin: 0 0 20px 30px;
    background-color: #f5f5f5;
}

.inline-image-center {
    width: 100%;
    margin: 35px 0;
    background-color: #f5f5f5;
}

blockquote {
    border-left: 4px solid #1a1a1a;
    padding-left: 25px;
    margin: 40px 0;
    font-style: italic;
    color: #4a4a4a;
    clear: both;
}

.problem-amplification {
    padding: 60px 0;
}

.problem-amplification h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 400;
}

.trust-building {
    padding: 60px 0;
    background-color: #fff;
}

.trust-building h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 400;
}

.checklist {
    list-style: none;
    margin: 30px 0;
}

.checklist li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}

.checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: bold;
}

.testimonials-inline {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonial-card {
    margin: 30px 0;
    padding: 30px;
    background-color: #fff;
    border-left: 3px solid #1a1a1a;
}

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

.testimonial-card .author {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.benefits-reveal {
    padding: 60px 0;
}

.benefits-reveal h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 400;
}

.benefits-list {
    margin-top: 40px;
}

.benefit-item {
    margin-bottom: 35px;
}

.benefit-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 500;
}

.benefit-item p {
    font-size: 17px;
    color: #4a4a4a;
}

.product-introduction {
    padding: 60px 0;
    background-color: #fff;
}

.product-introduction h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

.services-overview {
    padding: 60px 0;
}

.service-card {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e0e0e0;
}

.service-card img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    background-color: #f5f5f5;
    object-fit: cover;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.service-card p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.select-service {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.select-service.selected {
    background-color: #2d5016;
}

.final-cta {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.final-cta h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

.cta-button-wrapper {
    margin-top: 35px;
    text-align: center;
}

.cta-primary {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #333;
}

.order-form-section {
    padding: 60px 0;
    background-color: #fff;
}

.order-form-section h2 {
    font-size: 32px;
    margin-bottom: 35px;
    font-weight: 400;
}

.order-form {
    margin-top: 30px;
}

.form-notice {
    padding: 15px;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    margin-bottom: 30px;
    font-size: 15px;
    color: #856404;
}

.form-notice.hidden {
    display: none;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 15px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.submit-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.disclaimer-section {
    padding: 50px 0;
    background-color: #f0f0f0;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 50px 30px 30px;
}

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

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

.footer-section h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

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

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

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #1a1a1a;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

.cookie-banner.visible {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #2c2c2c;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #1a1a1a;
    color: #fff;
}

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

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

.cookie-btn.reject:hover {
    background-color: #ccc;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 25px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 400;
}

.thanks-content p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.thanks-content .selected-service {
    font-weight: 600;
    color: #2d5016;
}

.thanks-content .back-link {
    display: inline-block;
    margin-top: 30px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    transition: color 0.3s ease;
}

.thanks-content .back-link:hover {
    color: #666;
}

.contact-page,
.about-page,
.services-page,
.legal-page {
    padding: 60px 25px;
    max-width: 800px;
    margin: 0 auto;
}

.page-title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 400;
}

.page-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.page-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 500;
}

.page-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 500;
}

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 30px;
    line-height: 1.7;
}

.page-content li {
    margin-bottom: 10px;
    font-size: 17px;
}

.contact-info {
    margin: 30px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 3px solid #1a1a1a;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-info strong {
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

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

    .nav-links {
        gap: 20px;
    }

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

    .inline-image-left,
    .inline-image-right {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

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

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