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

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.main-header {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 30px;
}

.brand a {
    font-size: 24px;
    font-weight: 700;
    color: #1a4d7c;
    text-decoration: none;
}

.ad-notice {
    font-size: 11px;
    color: #888;
    background: #f9f9f9;
    padding: 6px 12px;
    border-radius: 4px;
}

.main-nav {
    display: flex;
    gap: 30px;
}

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

.main-nav a:hover {
    color: #1a4d7c;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.hero-text .lead {
    font-size: 20px;
    margin-bottom: 32px;
    color: #495057;
}

.hero-right {
    flex: 1;
    background: #dee2e6;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #1a4d7c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.2s;
}

.cta-primary:hover {
    background: #143a5e;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 32px;
    background: #e9ecef;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.2s;
}

.cta-secondary:hover {
    background: #dee2e6;
}

.intro-section {
    padding: 80px 20px;
    background: #ffffff;
}

.intro-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.intro-section p {
    font-size: 18px;
    color: #495057;
}

.services-split {
    display: flex;
    align-items: stretch;
}

.split-image-left {
    flex: 1;
    background: #dee2e6;
}

.split-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-content-right {
    flex: 1;
    padding: 60px;
    background: #f8f9fa;
}

.split-content-right h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a4d7c;
}

.service-compact {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
}

.service-compact:last-of-type {
    border-bottom: none;
}

.service-compact h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-compact p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #495057;
}

.price-tag {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #1a4d7c;
}

.link-arrow {
    display: inline-block;
    margin-top: 16px;
    color: #1a4d7c;
    text-decoration: none;
    font-weight: 600;
}

.link-arrow:hover {
    text-decoration: underline;
}

.how-it-works {
    padding: 80px 20px;
    background: #ffffff;
}

.how-it-works h2 {
    font-size: 36px;
    margin-bottom: 48px;
    text-align: center;
    color: #1a4d7c;
}

.process-flex {
    display: flex;
    gap: 40px;
}

.process-card {
    flex: 1;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 8px;
}

.card-icon {
    font-size: 32px;
    font-weight: 700;
    color: #1a4d7c;
    margin-bottom: 16px;
}

.process-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.process-card p {
    font-size: 16px;
    color: #495057;
}

.benefits-asymmetric {
    padding: 80px 20px;
    background: #f8f9fa;
}

.benefit-row {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: center;
}

.benefit-row.reverse {
    flex-direction: row-reverse;
}

.benefit-text {
    flex: 1;
}

.benefit-text h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a4d7c;
}

.benefit-text p {
    font-size: 18px;
    color: #495057;
}

.benefit-visual {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.benefit-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-inline {
    padding: 80px 20px;
    background: #1a4d7c;
    color: #ffffff;
}

.testimonial-inline blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-size: 16px;
    font-style: normal;
    opacity: 0.9;
}

.cta-section-split {
    display: flex;
}

.cta-left-bg {
    flex: 1;
    background: #dee2e6;
}

.cta-left-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-right-form {
    flex: 1;
    padding: 60px;
    background: #f8f9fa;
}

.cta-right-form h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a4d7c;
}

.cta-right-form p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #495057;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #1a4d7c;
}

.btn-submit {
    padding: 16px;
    background: #1a4d7c;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-submit:hover {
    background: #143a5e;
}

.main-footer {
    background: #2c3e50;
    color: #ffffff;
    padding: 60px 20px 20px;
}

.footer-flex {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

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

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

.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom .disclaimer {
    font-size: 12px;
    opacity: 0.7;
    margin-bottom: 12px;
    line-height: 1.5;
}

.footer-bottom p {
    font-size: 14px;
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-accept {
    background: #1a4d7c;
    color: #ffffff;
}

.btn-accept:hover {
    background: #143a5e;
}

.btn-reject {
    background: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background: #5a6268;
}

.page-hero-services {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.page-hero-services h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.hero-intro {
    font-size: 20px;
    color: #495057;
}

.services-detail {
    padding: 80px 20px;
}

.service-split {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

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

.service-content-left,
.service-content-right {
    flex: 1;
}

.service-content-left h2,
.service-content-right h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a4d7c;
}

.service-content-left p,
.service-content-right p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #495057;
}

.feature-list {
    list-style: none;
    margin-bottom: 24px;
}

.feature-list li {
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    color: #495057;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a4d7c;
    font-weight: 700;
}

.price-display {
    font-size: 32px;
    font-weight: 700;
    color: #1a4d7c;
}

.service-image-left,
.service-image-right {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comparison-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.comparison-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a4d7c;
}

.comparison-section p {
    font-size: 18px;
    color: #495057;
}

.cta-services {
    padding: 80px 20px;
    background: #1a4d7c;
    color: #ffffff;
    text-align: center;
}

.cta-services h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.cta-services p {
    font-size: 18px;
    margin-bottom: 32px;
}

.about-hero {
    padding: 80px 20px;
}

.about-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.large-text {
    font-size: 20px;
    color: #495057;
}

.about-image {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

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

.mission-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.mission-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.mission-section p {
    font-size: 18px;
    color: #495057;
}

.values-grid {
    padding: 80px 20px;
}

.values-grid h2 {
    font-size: 36px;
    margin-bottom: 48px;
    text-align: center;
    color: #1a4d7c;
}

.values-flex {
    display: flex;
    gap: 40px;
}

.value-card {
    flex: 1;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a4d7c;
}

.value-card p {
    font-size: 16px;
    color: #495057;
}

.team-approach {
    padding: 80px 20px;
    background: #f8f9fa;
}

.approach-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.approach-split.reverse {
    flex-direction: row-reverse;
}

.approach-image {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

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

.approach-text {
    flex: 1;
}

.approach-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.approach-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #495057;
}

.experience-section {
    padding: 80px 20px;
}

.experience-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.experience-section p {
    font-size: 18px;
    color: #495057;
}

.network-info {
    padding: 80px 20px;
    background: #f8f9fa;
}

.network-split {
    display: flex;
    gap: 60px;
    align-items: center;
}

.network-content {
    flex: 1;
}

.network-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.network-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #495057;
}

.network-visual {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.network-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-about {
    padding: 80px 20px;
    text-align: center;
    background: #1a4d7c;
    color: #ffffff;
}

.cta-about h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.cta-about p {
    font-size: 18px;
    margin-bottom: 32px;
}

.contact-hero {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

.contact-info-section {
    padding: 80px 20px;
}

.contact-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a4d7c;
}

.info-block {
    margin-bottom: 32px;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a4d7c;
}

.info-block p {
    font-size: 16px;
    color: #495057;
}

.contact-visual {
    flex: 1;
    background: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.response-time {
    padding: 80px 20px;
    background: #f8f9fa;
}

.response-time h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a4d7c;
}

.response-time p {
    font-size: 18px;
    color: #495057;
}

.thanks-section {
    padding: 120px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a4d7c;
}

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

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a4d7c;
}

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

.steps-list li {
    padding-left: 32px;
    margin-bottom: 16px;
    position: relative;
    font-size: 18px;
    color: #495057;
}

.steps-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a4d7c;
    font-weight: 700;
}

.thanks-service-info {
    margin: 40px 0;
}

.service-selected {
    font-size: 18px;
    color: #495057;
}

.service-selected strong {
    color: #1a4d7c;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

.legal-page {
    padding: 80px 20px;
}

.legal-page h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a4d7c;
}

.updated {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a4d7c;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-page p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #495057;
    line-height: 1.7;
}

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-page ul li {
    margin-bottom: 8px;
    color: #495057;
    line-height: 1.7;
}

.legal-page a {
    color: #1a4d7c;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.cookie-table thead {
    background: #f8f9fa;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #dee2e6;
}

.cookie-table th {
    font-weight: 600;
    color: #1a4d7c;
}

.cookie-table td {
    color: #495057;
}

@media (max-width: 768px) {
    .header-flex {
        flex-wrap: wrap;
    }

    .main-nav {
        flex-basis: 100%;
        justify-content: center;
    }

    .hero-split,
    .services-split,
    .service-split,
    .benefit-row,
    .cta-section-split,
    .about-split,
    .approach-split,
    .network-split,
    .contact-grid {
        flex-direction: column;
    }

    .process-flex,
    .values-flex,
    .footer-flex {
        flex-direction: column;
    }

    .hero-text h1,
    .page-hero-services h1,
    .about-text h1,
    .thanks-content h1,
    .legal-page h1 {
        font-size: 36px;
    }

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