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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.header-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a73e8;
}

.header-right {
    display: flex;
    gap: 30px;
}

.header-right a {
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    transition: color 0.3s;
}

.header-right a:hover {
    color: #1a73e8;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background-color: #f8f9fa;
}

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

.hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
    opacity: 0.95;
}

.hero-image {
    flex: 1;
    background-color: #dee2e6;
    overflow: hidden;
}

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

.cta-primary {
    display: inline-block;
    background-color: #ffffff;
    color: #1a73e8;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.intro-asymmetric {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    background-color: #ffffff;
}

.intro-visual {
    flex: 0.8;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

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

.intro-text {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #212529;
}

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

.features-alternating {
    background-color: #f8f9fa;
    padding: 80px 60px;
}

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

.feature-block.reverse {
    flex-direction: row-reverse;
}

.feature-text {
    flex: 1;
}

.feature-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #212529;
}

.feature-text p {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
}

.feature-image {
    flex: 1;
    background-color: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
}

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

.services-form-section {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    background-color: #ffffff;
}

.form-container {
    flex: 1.2;
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #212529;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #495057;
    font-size: 15px;
}

.form-group input,
.form-group select {
    padding: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #1a73e8;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.pricing-overview {
    flex: 0.8;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    align-self: flex-start;
}

.pricing-overview h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #212529;
}

.price-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

.price-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #212529;
}

.price-card .price {
    font-size: 24px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 12px;
}

.price-card p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.5;
}

.trust-indicators {
    display: flex;
    padding: 100px 60px;
    gap: 70px;
    background-color: #e9ecef;
    align-items: center;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #212529;
}

.trust-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.trust-visual {
    flex: 1;
    background-color: #ced4da;
    border-radius: 8px;
    overflow: hidden;
    height: 450px;
}

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

.disclaimer-section {
    padding: 60px 80px;
    background-color: #fff3cd;
    border-top: 3px solid #ffc107;
}

.disclaimer-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #856404;
}

.disclaimer-content p {
    font-size: 15px;
    color: #856404;
    line-height: 1.7;
}

.footer-split {
    display: flex;
    padding: 60px;
    background-color: #212529;
    color: #ffffff;
    gap: 60px;
}

.footer-left {
    flex: 1;
}

.footer-brand {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a73e8;
}

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

.footer-center,
.footer-right {
    flex: 0.8;
}

.footer-center h4,
.footer-right h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-center ul,
.footer-right ul {
    list-style: none;
}

.footer-center ul li,
.footer-right ul li {
    margin-bottom: 12px;
}

.footer-center ul li a,
.footer-right ul li a {
    color: #adb5bd;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-center ul li a:hover,
.footer-right ul li a:hover {
    color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #343a40;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

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

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

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

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

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

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

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

.btn-accept:hover {
    opacity: 0.9;
}

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

.btn-reject:hover {
    opacity: 0.9;
}

.page-hero {
    background-color: #1a73e8;
    color: #ffffff;
    padding: 100px 60px 80px;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.page-hero p {
    font-size: 20px;
    opacity: 0.9;
}

.services-detail-grid {
    padding: 80px 60px;
    background-color: #ffffff;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: flex-start;
}

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

.service-detail-image {
    flex: 1;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #212529;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 25px;
}

.service-detail-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #495057;
    line-height: 1.8;
}

.service-features {
    list-style: none;
    margin-top: 30px;
}

.service-features li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    color: #495057;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: 700;
    font-size: 18px;
}

.service-cta {
    background-color: #f8f9fa;
    padding: 80px 60px;
    text-align: center;
}

.cta-content-center h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #212529;
}

.cta-content-center p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 35px;
}

.cta-large {
    display: inline-block;
    background-color: #1a73e8;
    color: #ffffff;
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-large:hover {
    background-color: #1557b0;
}

.about-hero-offset {
    display: flex;
    min-height: 500px;
    background-color: #ffffff;
    padding: 80px 60px;
    gap: 80px;
    align-items: center;
}

.about-hero-text {
    flex: 1;
}

.about-hero-text h1 {
    font-size: 44px;
    margin-bottom: 25px;
    color: #212529;
}

.about-hero-text p {
    font-size: 18px;
    color: #495057;
    line-height: 1.7;
}

.about-hero-image {
    flex: 1;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    height: 450px;
}

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

.about-story {
    display: flex;
    padding: 100px 60px;
    gap: 70px;
    background-color: #f8f9fa;
    align-items: center;
}

.story-content {
    flex: 1.3;
}

.story-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #212529;
}

.story-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.story-image {
    flex: 0.7;
    background-color: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    height: 380px;
}

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

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

.methodology-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #212529;
}

.methodology-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.method-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    border-left: 4px solid #1a73e8;
}

.method-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #212529;
}

.method-card p {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
}

.technology-focus {
    display: flex;
    padding: 100px 60px;
    gap: 70px;
    background-color: #e9ecef;
}

.tech-visual {
    flex: 0.9;
    background-color: #ced4da;
    border-radius: 8px;
    overflow: hidden;
    height: 500px;
}

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

.tech-description {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tech-description h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #212529;
}

.tech-description p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.values-section {
    padding: 100px 80px;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #212529;
}

.values-blocks {
    display: flex;
    gap: 50px;
}

.value-item {
    flex: 1;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1a73e8;
}

.value-item p {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
}

.contact-hero {
    background-color: #212529;
    color: #ffffff;
    padding: 80px 60px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.contact-hero p {
    font-size: 20px;
    opacity: 0.9;
}

.contact-layout {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    background-color: #ffffff;
}

.contact-info-primary {
    flex: 1.2;
}

.contact-info-primary h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #212529;
}

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

.contact-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a73e8;
}

.contact-block p {
    font-size: 16px;
    color: #495057;
    line-height: 1.7;
}

.contact-visual {
    flex: 0.8;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    height: 500px;
    align-self: flex-start;
}

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

.contact-additional {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.contact-additional h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    color: #212529;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.faq-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #212529;
}

.faq-item p {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
}

.thanks-section {
    display: flex;
    padding: 100px 60px;
    gap: 70px;
    background-color: #ffffff;
    align-items: center;
}

.thanks-content {
    flex: 1.2;
}

.thanks-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a73e8;
}

.thanks-content > p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #495057;
}

.thanks-next-steps {
    margin-top: 50px;
    margin-bottom: 40px;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #212529;
}

.step-block {
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 3px solid #1a73e8;
}

.step-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #212529;
}

.step-block p {
    font-size: 15px;
    color: #495057;
    line-height: 1.7;
}

.thanks-cta {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #1a73e8;
    color: #ffffff;
}

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

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

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

.thanks-visual {
    flex: 0.8;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    height: 450px;
}

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

.legal-page {
    padding: 80px 60px;
    background-color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #212529;
    text-align: center;
}

.legal-content h2 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #212529;
}

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

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

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 15px;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-content em {
    display: block;
    margin-top: 40px;
    color: #6c757d;
    font-size: 14px;
}

@media (max-width: 968px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
    }

    .hero-split,
    .intro-asymmetric,
    .feature-block,
    .services-form-section,
    .trust-indicators,
    .about-hero-offset,
    .about-story,
    .technology-focus,
    .contact-layout,
    .thanks-section,
    .service-detail-card {
        flex-direction: column;
    }

    .feature-block.reverse,
    .service-detail-card.reverse {
        flex-direction: column;
    }

    .values-blocks,
    .methodology-grid,
    .faq-grid {
        flex-direction: column;
    }

    .footer-split {
        flex-direction: column;
        gap: 40px;
    }

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

    .cookie-buttons {
        justify-content: center;
    }
}