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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #48bb78;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #38a169;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-asymmetric {
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 900;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    text-decoration: none;
}

.ad-disclosure {
    flex: 1;
    text-align: center;
}

.ad-label {
    font-size: 0.85rem;
    color: #718096;
    font-style: italic;
}

.nav-floating {
    display: flex;
    gap: 2rem;
}

.nav-link {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.asymmetric-layout {
    display: flex;
    flex-direction: column;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    position: relative;
}

.hero-text-block {
    flex: 1;
    padding: 8rem 3rem 4rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7fafc;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #4a5568;
    max-width: 600px;
    line-height: 1.7;
}

.hero-visual-block {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-visual-block img {
    width: 100%;
    height: 100%;
    display: block;
}

.intro-stacked {
    padding: 6rem 3rem;
    background-color: #ffffff;
}

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

.intro-content-wide h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2d3748;
    font-weight: 700;
}

.intro-content-wide p {
    font-size: 1.15rem;
    color: #4a5568;
    line-height: 1.8;
}

.problem-irregular {
    display: flex;
    align-items: center;
    background-color: #edf2f7;
}

.problem-text-offset {
    flex: 1.3;
    padding: 5rem 4rem 5rem 8rem;
}

.problem-text-offset h2 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    color: #2d3748;
    font-weight: 700;
}

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

.problem-list li {
    padding: 1rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
}

.problem-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e53e3e;
    font-size: 1.5rem;
}

.problem-visual {
    flex: 1;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.problem-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.solution-centered {
    padding: 7rem 3rem;
    background-color: #ffffff;
}

.solution-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.solution-wrapper h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #2d3748;
    font-weight: 700;
}

.solution-wrapper > p {
    font-size: 1.2rem;
    color: #4a5568;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.benefits-grid {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
}

.benefit-card {
    flex: 1;
    padding: 2.5rem 2rem;
    background-color: #f7fafc;
    border-left: 4px solid #4299e1;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d3748;
    font-weight: 600;
}

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

.testimonial-overlay {
    padding: 8rem 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.testimonial-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 2rem;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 2rem;
    font-weight: 300;
}

.testimonial-author {
    font-size: 1.1rem;
    color: #e6fffa;
    font-style: normal;
}

.services-preview-asymmetric {
    padding: 6rem 3rem;
    background-color: #f7fafc;
}

.services-intro {
    max-width: 700px;
    margin: 0 auto 4rem;
}

.services-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
    font-weight: 700;
}

.services-intro p {
    font-size: 1.15rem;
    color: #4a5568;
}

.services-cards-offset {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card-compact {
    flex: 1;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-card-compact h3 {
    font-size: 1.6rem;
    color: #2d3748;
    font-weight: 600;
}

.service-card-compact p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
    flex: 1;
}

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
}

.cta-link {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2d3748;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cta-link:hover {
    background-color: #1a202c;
}

.process-visual-first {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.process-visual-first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.process-overlay-text {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 4rem 3rem;
    color: #ffffff;
}

.process-overlay-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.process-steps {
    list-style: none;
    counter-reset: step-counter;
}

.process-steps li {
    counter-increment: step-counter;
    padding: 1.5rem 0;
    padding-left: 4rem;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6;
}

.process-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 1.5rem;
    background-color: #ffffff;
    color: #2c5282;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
}

.form-section-irregular {
    display: flex;
    background-color: #ffffff;
    min-height: 700px;
}

.form-container-offset {
    flex: 1.2;
    padding: 5rem 4rem 5rem 6rem;
}

.form-container-offset h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
    font-weight: 700;
}

.form-intro {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 3rem;
}

.asymmetric-form {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
}

.form-group input,
.form-group select {
    padding: 0.9rem 1rem;
    border: 2px solid #e2e8f0;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #2d3748;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #1a202c;
}

.form-visual-side {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.form-visual-side img {
    width: 100%;
    height: 100%;
    display: block;
}

.trust-section-minimal {
    padding: 6rem 3rem;
    background-color: #f7fafc;
    text-align: center;
}

.trust-section-minimal h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: #2d3748;
    font-weight: 700;
}

.trust-benefits {
    max-width: 900px;
    margin: 0 auto;
}

.trust-benefits p {
    font-size: 1.25rem;
    color: #4a5568;
    line-height: 1.9;
}

.disclaimer-full-width {
    padding: 3rem 3rem;
    background-color: #edf2f7;
}

.disclaimer-content {
    max-width: 1100px;
    margin: 0 auto;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.7;
    text-align: center;
}

.footer-asymmetric {
    background-color: #1a202c;
    color: #ffffff;
    padding: 4rem 3rem 2rem;
}

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

.footer-block h3,
.footer-block h4 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-block p {
    color: #cbd5e0;
    line-height: 1.7;
}

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

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #2d3748;
    text-align: center;
}

.footer-bottom p {
    color: #cbd5e0;
    font-size: 0.9rem;
}

.thanks-container {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
    font-weight: 700;
}

.thanks-container p {
    font-size: 1.2rem;
    color: #4a5568;
    margin-bottom: 1rem;
    max-width: 700px;
    line-height: 1.8;
}

.service-selected {
    font-weight: 600;
    color: #2d3748;
    margin-top: 1rem;
}

.back-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background-color: #2d3748;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.back-link:hover {
    background-color: #1a202c;
}

.page-header {
    padding: 4rem 3rem 2rem;
    background-color: #f7fafc;
    text-align: center;
}

.page-header h1 {
    font-size: 2.8rem;
    color: #2d3748;
    font-weight: 700;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 3rem;
}

.page-content h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
    color: #2d3748;
    font-weight: 600;
}

.page-content h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #2d3748;
    font-weight: 600;
}

.page-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.page-content ul,
.page-content ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.page-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 0.8rem;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 3rem 0;
}

.service-item {
    padding: 2.5rem;
    background-color: #f7fafc;
    border-left: 4px solid #4299e1;
}

.service-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2d3748;
    font-weight: 600;
}

.service-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    display: block;
    margin-top: 1rem;
}

.about-section {
    margin: 3rem 0;
}

.about-values {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
}

.value-item {
    flex: 1;
    padding: 2rem;
    background-color: #f7fafc;
}

.value-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.contact-info {
    background-color: #f7fafc;
    padding: 3rem;
    margin: 3rem 0;
}

.contact-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #2d3748;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

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

    .hero-text-block {
        padding: 4rem 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .problem-irregular,
    .form-section-irregular {
        flex-direction: column;
    }

    .problem-text-offset,
    .form-container-offset {
        padding: 3rem 2rem;
    }

    .services-cards-offset,
    .benefits-grid,
    .footer-main,
    .about-values {
        flex-direction: column;
    }
}

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

    .nav-floating {
        width: 100%;
        justify-content: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .testimonial-text {
        font-size: 1.5rem;
    }
}