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

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

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

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #444;
    font-size: 16px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.hero-editorial {
    background-color: #fff;
    padding: 80px 20px 60px;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-content-narrow h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.hero-image-editorial {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

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

.story-section {
    background-color: #fff;
    padding: 70px 20px;
}

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

.narrow-content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-content h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-content p {
    margin-bottom: 22px;
}

.inline-image-block {
    margin: 45px 0;
    background-color: #f0f0f0;
}

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

.editorial-quote {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    color: #333;
    border-left: 4px solid #2c2c2c;
    padding-left: 30px;
    margin: 40px 0;
}

.insight-section {
    padding: 70px 20px;
}

.dark-bg {
    background-color: #2c2c2c;
    color: #e8e8e8;
}

.dark-bg h2,
.dark-bg h3 {
    color: #fff;
}

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

.insight-list li {
    padding-left: 30px;
    margin-bottom: 18px;
    position: relative;
}

.insight-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #999;
}

.cta-inline {
    background-color: #f9f9f9;
    padding: 35px;
    margin: 50px 0;
    border-left: 3px solid #1a1a1a;
}

.cta-inline h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cta-inline p {
    margin-bottom: 0;
}

.text-link {
    color: #1a1a1a;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.text-link:hover {
    opacity: 0.7;
}

.trust-section {
    background-color: #f7f7f7;
    padding: 70px 20px;
}

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

.testimonial-block p {
    font-size: 19px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 16px;
    color: #777;
    font-style: normal;
}

.form-section {
    padding: 70px 20px;
}

.light-bg {
    background-color: #fff;
}

.service-cards-inline {
    margin: 40px 0;
}

.service-card-inline {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s ease;
    cursor: pointer;
}

.service-card-inline:hover {
    border-color: #1a1a1a;
}

.service-card-inline.selected {
    border-color: #1a1a1a;
    background-color: #f0f0f0;
}

.service-card-inline h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card-inline p {
    margin-bottom: 12px;
    font-size: 17px;
}

.price-tag {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 15px;
    font-family: Arial, sans-serif;
}

.select-service-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

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

.contact-form-wrapper {
    margin-top: 50px;
    background-color: #f9f9f9;
    padding: 40px;
}

.contact-form-wrapper h3 {
    font-size: 26px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.form-note {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 3px solid #ddd;
    font-size: 16px;
    color: #666;
    font-family: Arial, sans-serif;
}

.form-note.active {
    border-left-color: #1a1a1a;
    color: #1a1a1a;
}

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

.form-group {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
    font-family: Arial, sans-serif;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

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

.submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

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

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

.closing-section {
    background-color: #f7f7f7;
    padding: 70px 20px;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 60px 40px 30px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

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

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

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

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

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

.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #252525;
    border-left: 3px solid #444;
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 40px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.cookie-content a {
    color: #fff;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 25px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
}

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

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

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

.page-header-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 20px 40px;
    background-color: #fff;
}

.page-header-narrow h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-date {
    font-size: 15px;
    color: #888;
    font-family: Arial, sans-serif;
}

.legal-section {
    background-color: #fff;
    padding: 40px 20px 80px;
}

.legal-page .narrow-content h2 {
    font-size: 28px;
    margin-top: 50px;
}

.legal-page .narrow-content h3 {
    font-size: 22px;
    margin-top: 30px;
}

.legal-page .narrow-content ul {
    margin: 20px 0 20px 30px;
}

.legal-page .narrow-content li {
    margin-bottom: 12px;
}

.legal-page .narrow-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.team-list,
.service-features {
    margin: 25px 0;
    padding-left: 25px;
}

.team-list li,
.service-features li {
    margin-bottom: 12px;
}

.services-section {
    padding: 40px 20px 70px;
    background-color: #fff;
}

.services-layout {
    max-width: 1100px;
    margin: 0 auto;
}

.service-detailed {
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
    align-items: center;
}

.service-detailed.reverse {
    flex-direction: row-reverse;
}

.service-icon-wrapper {
    flex: 1;
    background-color: #f0f0f0;
}

.service-icon-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-text-block {
    flex: 1;
}

.service-text-block h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-text-block p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-pricing {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
}

.price-large {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

.service-cta-btn {
    background-color: #1a1a1a;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.service-cta-btn:hover {
    background-color: #000;
}

.services-note {
    background-color: #f9f9f9;
    padding: 40px 20px;
}

.services-note .narrow-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.contact-section {
    padding: 40px 20px 70px;
    background-color: #fff;
}

.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
}

.contact-value {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
}

.contact-note {
    font-size: 15px;
    color: #777;
    margin-top: 10px;
    line-height: 1.5;
}

.contact-image-block {
    flex: 1;
    background-color: #f0f0f0;
}

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

.contact-additional {
    background-color: #f7f7f7;
    padding: 60px 20px;
}

.contact-additional .narrow-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.thanks-page .thanks-content {
    background-color: #fff;
    padding: 100px 20px;
}

.narrow-content-centered {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    font-size: 80px;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.thanks-page h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.selected-service-info {
    background-color: #f9f9f9;
    padding: 25px;
    margin: 30px 0;
    border-left: 3px solid #1a1a1a;
    text-align: left;
}

.selected-service-info p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #333;
}

.thanks-next-steps {
    margin: 50px 0;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.next-steps-list {
    padding-left: 25px;
    text-align: left;
}

.next-steps-list li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: #1a1a1a;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.btn-primary:hover {
    background-color: #000;
}

.btn-secondary {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: inline-block;
    font-family: Arial, sans-serif;
}

.btn-secondary:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.thanks-contact-note {
    background-color: #f9f9f9;
    padding: 25px;
    margin-top: 40px;
    border-left: 3px solid #ddd;
    text-align: left;
}

.thanks-contact-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hero-content-narrow h1 {
        font-size: 36px;
    }

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

    .service-detailed,
    .service-detailed.reverse {
        flex-direction: column;
    }

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

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

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