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

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

.container-fluid {
    width: 100%;
    padding: 0 24px;
}

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

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

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

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

.nav-main {
    display: flex;
    align-items: center;
    gap: 32px;
}

.ad-label {
    font-size: 11px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    background-color: #f7fafc;
    border-radius: 4px;
}

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

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

.nav-list a:hover {
    color: #2d3748;
}

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

.hero-content-left {
    flex: 1;
    padding: 80px 60px;
    background-color: #f7fafc;
}

.hero-content-left h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 24px;
}

.hero-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
}

.hero-stats {
    display: flex;
    gap: 48px;
    margin-bottom: 36px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #2b6cb0;
}

.stat-label {
    font-size: 14px;
    color: #718096;
    margin-top: 4px;
}

.hero-image-right {
    flex: 1;
    background-color: #e2e8f0;
}

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

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

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

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2b6cb0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #2b6cb0;
    border-radius: 6px;
    transition: all 0.2s;
}

.cta-secondary:hover {
    background-color: #ebf8ff;
}

.intro-section {
    padding: 100px 0;
    background-color: #ffffff;
    text-align: center;
}

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

.intro-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.approach-split {
    display: flex;
    min-height: 500px;
}

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

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

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

.split-content-right h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.split-content-right p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.link-arrow {
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 12px;
}

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

.benefits-asymmetric {
    padding: 120px 0;
    background-color: #f7fafc;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 60px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.benefit-card {
    background-color: #ffffff;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-large {
    flex: 1 1 calc(58% - 24px);
}

.card-medium {
    flex: 1 1 calc(42% - 24px);
}

.benefit-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.services-preview {
    display: flex;
    min-height: 500px;
    background-color: #ffffff;
}

.split-content-left {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.split-content-left p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
}

.split-services-right {
    flex: 1;
    padding: 80px 60px;
    background-color: #2d3748;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

.service-mini {
    padding: 24px;
    background-color: #4a5568;
    border-radius: 6px;
}

.service-mini h5 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.service-mini p {
    font-size: 16px;
    color: #cbd5e0;
}

.cta-form-section {
    padding: 120px 0;
    background-color: #f7fafc;
}

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

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.form-intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.form-container {
    flex: 1;
}

.service-form,
.service-form-inline {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #2b6cb0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.trust-indicators {
    padding: 100px 0;
    background-color: #ffffff;
}

.trust-indicators h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 60px;
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial {
    padding: 32px;
    background-color: #f7fafc;
    border-left: 4px solid #2b6cb0;
    border-radius: 6px;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial cite {
    font-size: 14px;
    color: #718096;
    font-style: normal;
}

.final-cta-split {
    display: flex;
    min-height: 500px;
}

.cta-image-left {
    flex: 1;
    background-color: #e2e8f0;
}

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

.cta-content-right {
    flex: 1;
    padding: 80px 60px;
    background-color: #2d3748;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-content-right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}

.cta-content-right p {
    font-size: 17px;
    line-height: 1.7;
    color: #cbd5e0;
    margin-bottom: 32px;
}

.footer-main {
    background-color: #1a202c;
    padding: 60px 0 30px;
    color: #cbd5e0;
}

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

.footer-col {
    flex: 1;
}

.footer-col h6 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #a0aec0;
}

.footer-links {
    list-style: none;
}

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

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

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

.footer-disclaimer {
    padding-top: 30px;
    border-top: 1px solid #2d3748;
    text-align: center;
}

.footer-disclaimer p {
    font-size: 12px;
    color: #718096;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    padding: 24px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    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: 32px;
}

.cookie-content p {
    color: #e2e8f0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

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

.btn-accept:hover {
    background-color: #2c5282;
}

.btn-reject {
    background-color: #4a5568;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #2d3748;
}

.page-hero {
    padding: 80px 0;
    background-color: #f7fafc;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
}

.lead-text {
    font-size: 20px;
    color: #4a5568;
}

.services-detailed {
    padding: 80px 0;
}

.service-block {
    margin-bottom: 80px;
}

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

.service-split-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    align-items: center;
}

.service-visual {
    flex: 1;
    background-color: #e2e8f0;
}

.service-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.service-details {
    flex: 1;
}

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

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 24px;
}

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    font-size: 15px;
    color: #4a5568;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

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

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.price-label {
    font-size: 14px;
    color: #718096;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #2b6cb0;
}

.cta-services-bottom {
    padding: 100px 0;
    background-color: #f7fafc;
    text-align: center;
}

.cta-services-bottom h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.cta-services-bottom p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 40px;
}

.about-hero-split {
    display: flex;
    min-height: 500px;
    align-items: center;
}

.about-content {
    flex: 1;
    padding: 80px 60px;
    background-color: #f7fafc;
}

.about-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.intro-large {
    font-size: 20px;
    line-height: 1.8;
    color: #4a5568;
}

.about-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.methodology-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.methodology-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 60px;
}

.method-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.method-card {
    flex: 1 1 calc(50% - 32px);
    padding: 32px;
    background-color: #f7fafc;
    border-radius: 8px;
}

.method-number {
    font-size: 48px;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 16px;
}

.method-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.method-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.values-split {
    display: flex;
    min-height: 550px;
    background-color: #f7fafc;
}

.values-image {
    flex: 1;
    background-color: #e2e8f0;
}

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

.values-content {
    flex: 1;
    padding: 80px 60px;
}

.values-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
}

.value-item {
    margin-bottom: 32px;
}

.value-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.expertise-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.expertise-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 28px;
}

.expertise-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.stats-visual {
    padding: 80px 0;
    background-color: #2d3748;
}

.stats-grid {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}

.stat-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-figure {
    font-size: 56px;
    font-weight: 700;
    color: #63b3ed;
    margin-bottom: 8px;
}

.stat-description {
    font-size: 16px;
    color: #cbd5e0;
    max-width: 200px;
}

.cta-about-bottom {
    padding: 100px 0;
    background-color: #f7fafc;
    text-align: center;
}

.cta-about-bottom h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.cta-about-bottom p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 32px;
}

.contact-hero {
    padding: 80px 0;
    background-color: #f7fafc;
    text-align: center;
}

.contact-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
}

.contact-info-split {
    display: flex;
    min-height: 500px;
}

.contact-details {
    flex: 1;
    padding: 80px 60px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detail-block {
    margin-bottom: 40px;
}

.detail-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.detail-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.contact-visual {
    flex: 1;
    background-color: #e2e8f0;
}

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

.contact-methods {
    padding: 80px 0;
    background-color: #f7fafc;
}

.contact-methods h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.contact-methods p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.thanks-section {
    padding: 120px 0;
    background-color: #f7fafc;
}

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

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.thanks-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.thanks-next-steps {
    margin: 48px 0;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: left;
}

.thanks-next-steps h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.steps-list {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    padding-left: 24px;
}

.steps-list li {
    margin-bottom: 12px;
}

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

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

.legal-intro {
    font-size: 14px;
    color: #718096;
    margin-bottom: 40px;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

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

.legal-page h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d3748;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 16px;
}

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

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 8px;
}

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

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

.cookies-table th {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    background-color: #f7fafc;
}

.cookies-table td {
    font-size: 15px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .hero-split,
    .approach-split,
    .services-preview,
    .final-cta-split,
    .about-hero-split,
    .values-split,
    .contact-info-split {
        flex-direction: column;
    }

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

    .form-split {
        flex-direction: column;
    }

    .footer-grid {
        flex-wrap: wrap;
    }

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

    .nav-main {
        flex-direction: column;
        gap: 16px;
    }

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