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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #ffffff;
}

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

.top-nav {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    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;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.hero-editorial {
    max-width: 800px;
    margin: 60px auto 80px;
    padding: 0 30px;
}

.hero-content-narrow {
    margin-bottom: 50px;
}

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

.hero-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
}

.hero-image-editorial {
    margin: 50px 0;
}

.hero-image-editorial img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.content-flow {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 80px;
}

.text-section {
    margin: 60px auto;
}

.text-section.narrow {
    max-width: 700px;
}

.text-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.text-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.inline-image-block {
    max-width: 900px;
    margin: 70px auto;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.image-caption {
    margin-top: 12px;
    font-size: 15px;
    color: #777;
    text-align: center;
    font-style: italic;
}

.services-inline {
    margin: 80px auto;
}

.services-inline h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
}

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

.service-card-inline.reverse {
    flex-direction: row-reverse;
}

.service-info {
    flex: 1;
}

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

.service-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.service-price {
    font-size: 20px;
    font-weight: 700;
    color: #2a6496;
    margin-top: 20px;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.cta-inline-block {
    max-width: 700px;
    margin: 80px auto;
    background: #f9f9f9;
    padding: 50px 40px;
    border-radius: 6px;
    text-align: center;
}

.cta-inline-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.cta-inline-block p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #2a6496;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #1e4a6b;
}

.testimonial-inline {
    max-width: 700px;
    margin: 70px auto;
    padding: 40px;
    background: #f4f7fa;
    border-left: 4px solid #2a6496;
}

.testimonial-inline blockquote {
    font-size: 19px;
    line-height: 1.7;
    color: #2c2c2c;
    font-style: italic;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.form-section {
    background: #fafafa;
    padding: 80px 30px;
    margin-top: 80px;
}

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

.form-section h2 {
    font-size: 34px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-align: center;
}

.form-section > p {
    text-align: center;
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.consultation-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.submit-button {
    width: 100%;
    padding: 16px;
    background: #2a6496;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.site-footer {
    background: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 30px 30px;
}

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

.disclaimer-footer {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    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 {
    font-size: 15px;
    margin: 0;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.cookie-accept:hover {
    background: #1e4a6b;
}

.cookie-reject {
    background: #555555;
    color: #ffffff;
}

.cookie-reject:hover {
    background: #444444;
}

.page-content {
    min-height: 60vh;
}

.page-header {
    padding: 60px 30px 40px;
    text-align: center;
}

.page-header.narrow {
    max-width: 800px;
    margin: 0 auto;
}

.page-header h1 {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.page-header .lead {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
}

.services-list-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 30px 80px;
}

.service-item-full {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.service-item-full.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.service-details ul {
    margin: 20px 0 20px 20px;
    list-style: disc;
}

.service-details ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 8px;
}

.price-display {
    font-size: 22px;
    font-weight: 700;
    color: #2a6496;
    margin-top: 20px;
}

.service-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #2a6496;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
}

.service-cta:hover {
    background: #1e4a6b;
}

.comparison-note {
    margin: 60px auto;
    padding: 0 30px;
}

.comparison-note.narrow {
    max-width: 800px;
}

.comparison-note h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.comparison-note p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 80px;
}

.about-block {
    margin: 60px auto;
}

.about-block.narrow {
    max-width: 800px;
}

.about-block h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.about-image-section {
    margin: 70px auto;
}

.about-image-section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.about-principles {
    margin: 60px auto;
}

.about-principles.narrow {
    max-width: 800px;
}

.about-principles h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.principles-list {
    list-style: none;
}

.principles-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.principles-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2a6496;
    font-size: 24px;
    line-height: 1;
}

.about-team {
    margin: 60px auto;
}

.about-team.narrow {
    max-width: 800px;
}

.about-team h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-team p {
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.contact-info-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 80px;
}

.contact-details {
    margin: 60px auto;
}

.contact-details.narrow {
    max-width: 800px;
}

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

.contact-item h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.email-display {
    color: #2a6496;
    font-weight: 600;
}

.note-small {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
}

.contact-map-placeholder {
    margin: 70px auto;
}

.contact-map-placeholder img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.contact-additional {
    margin: 60px auto;
}

.contact-additional.narrow {
    max-width: 800px;
}

.contact-additional h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.contact-additional p {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.thanks-page {
    min-height: 60vh;
    padding: 80px 30px;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

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

.thanks-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 40px;
}

.thanks-details {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.thanks-details p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.thanks-details p:last-child {
    margin-bottom: 0;
}

.thanks-next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-next-steps ol {
    margin-left: 25px;
}

.thanks-next-steps li {
    font-size: 17px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.back-home-button {
    display: inline-block;
    padding: 14px 35px;
    background: #2a6496;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
}

.back-home-button:hover {
    background: #1e4a6b;
}

.legal-page {
    padding: 0 30px 80px;
}

.legal-content {
    max-width: 900px;
    margin: 60px auto;
}

.legal-content h1 {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 15px 0 20px 25px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.legal-content a {
    color: #2a6496;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1e4a6b;
}

.legal-update {
    margin-top: 50px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

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

    .nav-menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-editorial h1 {
        font-size: 34px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .service-card-inline,
    .service-card-inline.reverse,
    .service-item-full,
    .service-item-full.reverse {
        flex-direction: column;
    }

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

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

    .page-header h1 {
        font-size: 32px;
    }

    .thanks-content h1 {
        font-size: 32px;
    }

    .legal-content h1 {
        font-size: 32px;
    }
}