* {
    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;
}

.ad-notice {
    background: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 6%;
    background: #ffffff;
    border-bottom: 1px solid #e8eced;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

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

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

.hero-offset {
    display: flex;
    min-height: 580px;
    padding: 0;
    background: #f8f9fa;
}

.hero-content-left {
    width: 42%;
    padding: 80px 6% 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #1a252f;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 36px;
}

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

.cta-primary:hover {
    background: #229954;
}

.hero-image-right {
    width: 58%;
    background: #d5dbdb;
    overflow: hidden;
}

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

.intro-diagonal {
    display: flex;
    padding: 100px 0;
    background: #ffffff;
    align-items: center;
}

.diagonal-block {
    width: 55%;
    padding: 0 10% 0 8%;
}

.diagonal-block h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a252f;
    font-weight: 700;
}

.diagonal-block p {
    font-size: 18px;
    line-height: 1.75;
    color: #5d6d7e;
    margin-bottom: 20px;
}

.diagonal-image {
    width: 45%;
    padding-right: 8%;
    background: #ecf0f1;
}

.diagonal-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 2px;
}

.problem-stack {
    padding: 80px 8%;
    background: #fafbfc;
}

.problem-card {
    background: #ffffff;
    padding: 48px 52px;
    margin-bottom: 32px;
    border-left: 4px solid #e74c3c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.problem-card.offset-left {
    margin-left: 0;
    margin-right: 18%;
}

.problem-card.offset-right {
    margin-left: 22%;
    margin-right: 0;
}

.problem-card.offset-center {
    margin-left: 12%;
    margin-right: 12%;
}

.problem-card h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #e74c3c;
    font-weight: 700;
}

.problem-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #5d6d7e;
}

.insight-wide {
    padding: 100px 8%;
    background: #2c3e50;
    color: #ecf0f1;
}

.insight-container h2 {
    font-size: 44px;
    margin-bottom: 56px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

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

.insight-item {
    background: #34495e;
    padding: 32px;
    border-radius: 3px;
    flex: 1 1 calc(50% - 12px);
}

.insight-item.span-large {
    flex: 1 1 100%;
}

.insight-item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 2px;
}

.insight-item h4 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #27ae60;
    font-weight: 600;
}

.insight-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #bdc3c7;
}

.services-asymmetric {
    padding: 100px 8%;
    background: #ffffff;
}

.services-header-offset {
    margin-left: 0;
    margin-bottom: 60px;
    max-width: 600px;
}

.services-header-offset h2 {
    font-size: 46px;
    margin-bottom: 18px;
    color: #1a252f;
    font-weight: 700;
}

.services-header-offset p {
    font-size: 18px;
    color: #5d6d7e;
    line-height: 1.7;
}

.services-cards-stagger {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.service-card {
    background: #f8f9fa;
    padding: 42px 48px;
    border-radius: 3px;
    border: 1px solid #e8eced;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.service-card.float-left {
    margin-right: 25%;
}

.service-card.float-right {
    margin-left: 25%;
}

.service-card.float-center {
    margin-left: 12%;
    margin-right: 12%;
}

.service-card.float-left-low {
    margin-right: 35%;
}

.service-card.float-right-low {
    margin-left: 35%;
}

.service-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a252f;
    font-weight: 700;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5d6d7e;
    margin-bottom: 24px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 24px;
}

.cta-service {
    padding: 14px 32px;
    background: #27ae60;
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-service:hover {
    background: #229954;
}

.testimonials-overlap {
    padding: 100px 8%;
    background: #ecf0f1;
}

.testimonial-container h2 {
    font-size: 44px;
    margin-bottom: 56px;
    text-align: center;
    color: #1a252f;
    font-weight: 700;
}

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

.testimonial {
    background: #ffffff;
    padding: 38px 44px;
    border-left: 4px solid #27ae60;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.testimonial.offset-1 {
    margin-left: 0;
    margin-right: 20%;
}

.testimonial.offset-2 {
    margin-left: 18%;
    margin-right: 0;
}

.testimonial.offset-3 {
    margin-left: 8%;
    margin-right: 8%;
}

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

.testimonial cite {
    font-size: 15px;
    color: #7f8c8d;
    font-style: normal;
    font-weight: 600;
}

.form-section-diagonal {
    display: flex;
    padding: 100px 8%;
    background: #f8f9fa;
    gap: 60px;
    align-items: center;
}

.form-wrapper {
    flex: 1;
}

.form-wrapper h2 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #1a252f;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #5d6d7e;
    margin-bottom: 36px;
    line-height: 1.7;
}

.contact-form {
    background: #ffffff;
    padding: 44px;
    border-radius: 3px;
    border: 1px solid #e8eced;
}

.form-notice {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 14px 18px;
    margin-bottom: 24px;
    border-radius: 3px;
    font-size: 15px;
    color: #856404;
    display: none;
}

.form-notice.active {
    display: block;
}

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

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

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

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

.selected-service-display {
    background: #e8f5e9;
    border: 1px solid #27ae60;
    padding: 16px 20px;
    margin-bottom: 24px;
    border-radius: 3px;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.selected-service-display p {
    margin: 0;
    font-size: 15px;
    color: #1b5e20;
}

.selected-service-display strong {
    color: #27ae60;
}

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

.cta-submit:hover {
    background: #229954;
}

.cta-submit:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}

.form-image-offset {
    flex: 1;
    background: #d5dbdb;
}

.form-image-offset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.benefits-cascade {
    padding: 100px 8%;
    background: #ffffff;
}

.benefits-cascade h2 {
    font-size: 44px;
    margin-bottom: 56px;
    text-align: center;
    color: #1a252f;
    font-weight: 700;
}

.benefits-offset-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.benefit-item {
    background: #f8f9fa;
    padding: 36px 42px;
    border-left: 4px solid #27ae60;
}

.benefit-item.pos-1 {
    margin-left: 0;
    margin-right: 30%;
}

.benefit-item.pos-2 {
    margin-left: 25%;
    margin-right: 0;
}

.benefit-item.pos-3 {
    margin-left: 15%;
    margin-right: 15%;
}

.benefit-item.pos-4 {
    margin-left: 5%;
    margin-right: 35%;
}

.benefit-item h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a252f;
    font-weight: 700;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #5d6d7e;
}

.footer-asymmetric {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 8% 24px 8%;
}

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 48px;
}

.footer-col {
    flex: 1;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #27ae60;
    font-weight: 700;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ecf0f1;
    font-weight: 600;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
    color: #bdc3c7;
}

.footer-col a {
    display: block;
    margin-bottom: 10px;
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #27ae60;
}

.footer-disclaimer {
    background: #34495e;
    padding: 24px 28px;
    border-radius: 3px;
    margin-bottom: 32px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #bdc3c7;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #34495e;
    padding: 24px 8%;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    color: #ecf0f1;
    font-size: 15px;
    line-height: 1.6;
}

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

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

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

.cookie-accept {
    background: #27ae60;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #229954;
}

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

.cookie-reject:hover {
    background: #6c7a89;
}

.thanks-container {
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 8%;
    text-align: center;
    background: #f8f9fa;
}

.thanks-icon {
    font-size: 80px;
    margin-bottom: 32px;
}

.thanks-container h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #27ae60;
    font-weight: 700;
}

.thanks-container p {
    font-size: 19px;
    line-height: 1.7;
    color: #5d6d7e;
    max-width: 600px;
    margin-bottom: 16px;
}

.thanks-service-info {
    background: #ffffff;
    padding: 24px 32px;
    border-radius: 3px;
    margin: 32px 0;
    border: 1px solid #e8eced;
}

.thanks-service-info p {
    margin: 0;
    font-size: 17px;
    color: #2c3e50;
}

.thanks-back {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: #27ae60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.thanks-back:hover {
    background: #229954;
}

.page-header {
    background: #2c3e50;
    color: #ffffff;
    padding: 80px 8%;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 19px;
    color: #bdc3c7;
}

.content-section {
    padding: 80px 8%;
    background: #ffffff;
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.content-wrapper h2 {
    font-size: 36px;
    margin: 48px 0 24px 0;
    color: #1a252f;
    font-weight: 700;
}

.content-wrapper h3 {
    font-size: 26px;
    margin: 36px 0 18px 0;
    color: #2c3e50;
    font-weight: 600;
}

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

.content-wrapper ul,
.content-wrapper ol {
    margin: 20px 0 20px 24px;
}

.content-wrapper li {
    font-size: 17px;
    line-height: 1.8;
    color: #5d6d7e;
    margin-bottom: 12px;
}

.contact-info-section {
    padding: 80px 8%;
    background: #f8f9fa;
}

.contact-grid {
    display: flex;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-box {
    flex: 1;
    background: #ffffff;
    padding: 42px;
    border-radius: 3px;
    border: 1px solid #e8eced;
}

.contact-box h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1a252f;
    font-weight: 700;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #5d6d7e;
    margin-bottom: 12px;
}

.contact-box strong {
    color: #2c3e50;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left,
    .hero-image-right {
        width: 100%;
    }

    .intro-diagonal {
        flex-direction: column;
    }

    .diagonal-block,
    .diagonal-image {
        width: 100%;
        padding: 0 6%;
    }

    .problem-card.offset-left,
    .problem-card.offset-right,
    .problem-card.offset-center {
        margin-left: 0;
        margin-right: 0;
    }

    .service-card.float-left,
    .service-card.float-right,
    .service-card.float-center,
    .service-card.float-left-low,
    .service-card.float-right-low {
        margin-left: 0;
        margin-right: 0;
    }

    .testimonial.offset-1,
    .testimonial.offset-2,
    .testimonial.offset-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .form-section-diagonal {
        flex-direction: column;
    }

    .benefit-item.pos-1,
    .benefit-item.pos-2,
    .benefit-item.pos-3,
    .benefit-item.pos-4 {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-main {
        flex-direction: column;
        gap: 36px;
    }

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

    .nav-links {
        gap: 16px;
        font-size: 14px;
    }
}