/* ============================================
   CF LEGAL - Sections Stylesheet
   Extracted inline styles organized by section
   ============================================ */

/* ==================
   HERO SECTION
   ================== */
.hero {
    background-image: url('assets/img/warsaw-hero.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.hero {
    min-height: 80vh;
}

.hero__content {
    max-width: 900px;
}

.hero__title {
    font-size: 49px;
    font-weight: 700;
    line-height: 125%;
}

.hero__subtitle {
    font-size: 23px;
    font-weight: 400;
    line-height: 150%;
}

.hero__divider {
    margin-bottom: 24px;
}

.hero__divider img {
    margin: 0 auto;
}

.hero__barrier-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 12px;
}

.hero__barrier-text {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
}

.hero__barrier-line {
    width: 3px;
    height: 32px;
    background: #E3E316;
    display: inline-block;
    animation: barrier-fade 3s ease-in-out infinite;
}

@keyframes barrier-fade {
    0%, 100% { opacity: 1; height: 32px; }
    50% { opacity: 0; height: 0; }
}

.hero__label-ru {
    font-size: 19px;
    font-weight: 400;
    color: #E3E316;
    line-height: 150%;
    margin-bottom: 40px;
}

.btn--phone {
    display: inline-block;
    background: #6A6AEE;
    color: #fff;
    padding: 16px 48px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

/* ==================
   ABOUT SECTION
   ================== */
.about__intro {
    font-size: 23px;
    font-weight: 600;
    line-height: 135%;
    color: rgba(255, 255, 255, 0.9);
}

.about__feature span {
    font-size: 19px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.85);
}

.about__sidebar-label {
    color: #6A6AEE;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.about__sidebar-card h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 24px;
}

/* ==================
   WHY CHOOSE SECTION
   ================== */
.why-choose {
    background: #052D2D;
    padding: 80px 0;
}

.why-choose__container {
    max-width: 1360px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 80px 116px;
    overflow: hidden;
}

.why-choose__container .section-title {
    font-size: 49px;
    font-weight: 700;
    line-height: 125%;
    color: #1D1D1B;
    text-align: center;
    margin-bottom: 48px;
}

.why-choose__main {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 64px;
    align-items: start;
}

.why-choose__text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

.why-choose__text .wc-text-heading {
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1B;
    margin-bottom: 16px;
    line-height: 1.3;
}

.why-choose__text .wc-text-paragraph {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.why-choose__text .wc-text-paragraph--last {
    margin-bottom: 32px;
}

.why-choose__divider {
    width: 241px;
    height: 1px;
    background: #D1D1D6;
    margin-bottom: 24px;
}

.why-choose__award {
    height: 80px;
    width: auto;
}

.why-choose__photo {
    position: relative;
    width: 554px;
    height: 569px;
    margin-left: -95px;
    flex-shrink: 0;
}

.why-choose__photo-main {
    width: 554px;
    height: 569px;
    object-fit: cover;
    object-position: top center;
}

.why-choose__photo-signature {
    height: 60px;
    width: auto;
    position: absolute;
    bottom: 20px;
    left: -60px;
}

/* ==================
   FEATURES GRID SECTION
   ================== */
.features-grid__container {
    max-width: 1360px;
    margin: -80px auto 0;
    background: #F8F8F8;
    border-radius: 32px;
    padding: 64px 116px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.features-grid__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.features-grid__texts .fg-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    color: #1D1D1B;
    margin-bottom: 16px;
}

.features-grid__texts .fg-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
    margin-bottom: 12px;
}

.features-grid__texts .fg-paragraph--last {
    margin-bottom: 40px;
}

.features-grid__texts .fg-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
    margin-bottom: 12px;
    padding-left: 24px;
}

.features-grid__texts .fg-paragraph--end {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
}

.features-grid__icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-content: start;
    padding-left: 120px;
}

.features-grid__icon-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    border: 1.5px solid #6A6AEE;
}

.features-grid__icon-card img {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
}

.features-grid__icon-card p {
    font-size: 14px;
    font-weight: 700;
    color: #1D1D1B;
    line-height: 1.4;
}

/* Features Grid CTA */
.features-grid__cta {
    text-align: center;
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #E0E0E0;
}

.features-grid__cta h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #1D1D1B;
    margin-bottom: 12px;
}

.features-grid__cta p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
    margin-bottom: 24px;
}

.btn--outline-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border: 2px solid #6A6AEE;
    color: #6A6AEE;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.btn--outline-arrow:hover {
    background: #6A6AEE;
    color: #fff;
}

.btn--outline-arrow .arrow {
    font-size: 20px;
}

/* ==================
   SCOPE OF SERVICES SECTION
   ================== */
.scope__container {
    max-width: 1360px;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 32px;
    padding: 140px 116px 64px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.scope__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.scope__container .scope-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    color: #1D1D1B;
    margin-bottom: 20px;
}

.scope__container .scope-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
}

/* Accordion buttons */
.scope-accordion__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 20px;
    border: 1.5px solid #eee;
    border-radius: 10px;
    background: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.scope-accordion__item--open .scope-accordion__btn,
.scope-accordion__item:first-child .scope-accordion__btn {
    border-color: #6A6AEE;
}

.scope-accordion__btn h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1D1D1B;
    margin: 0;
}

.scope-accordion__item + .scope-accordion__item {
    margin-top: 12px;
}

.scope-accordion__content ul {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    color: #555;
    padding: 12px 20px 4px 44px;
}

/* ==================
   CASE STUDIES SECTION
   ================== */
.case-studies {
    background: #052D2D;
    padding: 80px 0 80px;
}

.case-studies__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 116px;
    text-align: center;
}

.case-studies__label {
    font-size: 16px;
    font-weight: 700;
    color: #E3E316;
    margin-bottom: 12px;
    line-height: 150%;
}

.case-studies__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
    margin-bottom: 32px;
}

.case-studies__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
}

.case-studies__desc--second {
    margin-bottom: 24px;
}

.case-studies__desc--highlight {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 48px;
}

/* Case Studies Feature Cards */
.case-studies__features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 56px;
}

.case-studies__feature-card {
    border-left: 2px solid #E3E316;
    padding: 20px 24px;
    text-align: left;
}

.case-studies__feature-card img {
    width: 28px;
    height: 28px;
    margin-bottom: 16px;
}

.case-studies__feature-card p {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.85);
}

.case-studies__goal {
    font-size: 23px;
    font-weight: 600;
    line-height: 135%;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

/* ==================
   SUCCESS STORIES SECTION
   ================== */
.success-stories {
    background: #052D2D;
    padding: 80px 0;
}

.success-stories__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 116px;
}

.success-stories__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* Left sticky column */
.success-stories__left {
    position: sticky;
    top: 40px;
}

.success-stories__left h2 {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
    margin-bottom: 24px;
}

.success-stories__left .ss-subtitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-bottom: 20px;
}

.success-stories__left .ss-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 32px;
}

.success-stories__left .ss-cta-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    margin-bottom: 24px;
}

.success-stories__phone-btn {
    display: inline-block;
    background: #6A6AEE;
    color: #fff;
    padding: 16px 48px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.success-stories__phone-btn:hover {
    background: #5555d4;
}

/* Right projects column */
.success-stories__project {
    margin-bottom: 32px;
}

.success-stories__project:last-child {
    margin-bottom: 0;
}

.success-stories__project-label {
    font-size: 14px;
    font-weight: 700;
    color: #E3E316;
    margin-bottom: 8px;
}

.success-stories__project h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-bottom: 12px;
}

.success-stories__project p:last-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
}

/* Success Stories - project expand/collapse */
.ss-project__details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.success-stories__project--open .ss-project__details {
    max-height: 400px;
}

.ss-project__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #E3E316;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0 0;
    transition: color 0.3s;
}

.ss-project__toggle:hover {
    color: #fff;
}

.ss-project__toggle svg {
    transition: transform 0.3s;
}

.success-stories__project--open .ss-project__toggle svg {
    transform: rotate(180deg);
}

.success-stories__project--open .ss-project__toggle {
    color: rgba(255, 255, 255, 0.5);
}

/* ==================
   REAL CASES GALLERY SECTION
   ================== */
.real-cases-gallery {
    background: #052D2D;
    padding: 80px 0;
}

.real-cases-gallery__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 116px;
}

.real-cases-gallery__title {
    font-size: 34px;
    font-weight: 600;
    line-height: 130%;
    color: #E3E316;
    text-align: center;
    margin-bottom: 48px;
}

.real-cases-gallery__slider-wrap {
    position: relative;
}

#docs-slider {
    display: flex;
    gap: 20px;
    overflow: hidden;
    justify-content: center;
}

.doc-slide {
    flex: 0 0 auto;
    cursor: pointer;
}

.doc-slide img {
    width: 210px;
    height: 283px;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}

.doc-slide--hidden {
    display: none;
}

.docs-nav {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

.docs-nav__btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.docs-nav__btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* ==================
   LIGHTBOX
   ================== */
#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.lightbox__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
}

.lightbox__nav-btn--prev {
    left: 20px;
}

.lightbox__nav-btn--next {
    right: 20px;
}

#lightbox-img {
    max-height: 90vh;
    max-width: 90vw;
    border-radius: 8px;
}

.lightbox__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
}

/* ==================
   FULL LEGAL SERVICES SECTION
   ================== */
.full-legal {
    background: #052D2D;
    padding: 80px 0 120px;
}

.full-legal__container {
    max-width: 1360px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 80px 116px;
    overflow: hidden;
}

.full-legal__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #1D1D1B;
    text-align: center;
    margin-bottom: 48px;
}

.full-legal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 48px;
}

.full-legal__grid .fl-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    color: #052D2D;
    margin-bottom: 16px;
}

.full-legal__grid .fl-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
    margin-bottom: 16px;
}

.full-legal__grid .fl-subheading {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #1D1D1B;
}

.full-legal__services-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.full-legal__service-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.full-legal__service-item img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
}

.full-legal__service-item span {
    font-size: 16px;
    font-weight: 700;
    color: #1D1D1B;
    line-height: 150%;
}

.full-legal__bottom-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: #1D1D1B;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

/* ==================
   HOW COOPERATION WORKS SECTION
   ================== */
.cooperation__container {
    max-width: 1360px;
    margin: -80px auto 0;
    background: #F8F8F8;
    border-radius: 32px;
    padding: 80px 116px 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cooperation__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #1D1D1B;
    text-align: center;
    margin-bottom: 16px;
}

.cooperation__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
}

.cooperation__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 56px;
}

.cooperation__step {
    text-align: center;
}

.cooperation__step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
}

.cooperation__step h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1D1D1B;
    margin-bottom: 12px;
}

.cooperation__step p {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    color: #555;
}

.cooperation__highlight {
    font-size: 23px;
    font-weight: 700;
    line-height: 140%;
    color: #6A6AEE;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* ==================
   CONTACT SECTION
   ================== */
.contact-section {
    background: #052D2D;
    padding: 20px 0;
}

.contact-section__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 116px;
}

.contact-section__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}

.contact-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.contact-section__left h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-bottom: 20px;
}

.contact-section__left .cs-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}

.contact-section__left .cs-paragraph--last {
    margin-bottom: 32px;
}

.contact-section__left .cs-cta-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    margin-bottom: 20px;
}

.contact-section__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-section__phone-btn {
    display: inline-block;
    background: #6A6AEE;
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.contact-section__phone-btn:hover {
    background: #5555d4;
}

.contact-section__meeting-btn {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
}

.contact-section__meeting-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.contact-section__photo {
    display: flex;
    justify-content: center;
}

.contact-section__photo img {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

/* ==================
   FAQ SECTION
   ================== */
.faq-section {
    background: #052D2D;
    padding: 80px 0;
}

.faq-section__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.faq-section__title {
    font-size: 41px;
    font-weight: 700;
    line-height: 125%;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}

/* ==================
   FOOTER
   ================== */
.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copy {
    text-align: center;
}

/* ============================================
   RESPONSIVE - TABLET (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
    /* Hero */
    .hero__title {
        font-size: 38px;
    }

    .hero__subtitle {
        font-size: 20px;
    }

    /* Why Choose */
    .why-choose__container {
        padding: 60px 40px;
    }

    .why-choose__main {
        grid-template-columns: 1fr;
    }

    .why-choose__photo {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .why-choose__photo-main {
        width: 100%;
        height: auto;
    }

    .why-choose__photo-signature {
        left: 20px;
    }

    .why-choose__container .section-title {
        font-size: 36px;
    }

    /* Features Grid */
    .features-grid__container {
        padding: 48px 40px;
    }

    .features-grid__layout {
        grid-template-columns: 1fr;
    }

    .features-grid__icons {
        padding-left: 0;
    }

    /* Scope */
    .scope__container {
        padding: 100px 40px 48px;
    }

    .scope__grid {
        grid-template-columns: 1fr;
    }

    /* Case Studies */
    .case-studies__inner {
        padding: 0 40px;
    }

    .case-studies__features {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-studies__title {
        font-size: 32px;
    }

    /* Success Stories */
    .success-stories__inner {
        padding: 0 40px;
    }

    .success-stories__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .success-stories__left {
        position: static;
    }

    /* Real Cases Gallery */
    .real-cases-gallery__inner {
        padding: 0 40px;
    }

    /* Full Legal */
    .full-legal__container {
        padding: 60px 40px;
    }

    .full-legal__grid {
        grid-template-columns: 1fr;
    }

    /* Cooperation */
    .cooperation__container {
        padding: 60px 40px 80px;
    }

    .cooperation__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* Contact */
    .contact-section__inner {
        padding: 0 40px;
    }

    .contact-section__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-section__photo {
        order: -1;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    /* Why Choose */
    .why-choose {
        padding: 40px 0;
    }

    .why-choose__container {
        padding: 40px 24px;
        border-radius: 20px;
    }

    .why-choose__container .section-title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .why-choose__main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-choose__photo {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .why-choose__photo-main {
        width: 100%;
        height: auto;
    }

    .why-choose__photo-signature {
        left: 10px;
        bottom: 10px;
        height: 40px;
    }

    /* Features Grid */
    .features-grid__container {
        padding: 40px 24px;
        margin-top: -40px;
        border-radius: 20px;
    }

    .features-grid__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .features-grid__icons {
        padding-left: 0;
        grid-template-columns: 1fr 1fr;
    }

    .features-grid__texts .fg-heading {
        font-size: 22px;
    }

    .features-grid__cta h3 {
        font-size: 20px;
    }

    .features-grid__icon-card {
        padding: 24px 12px;
    }

    /* Scope */
    .scope__container {
        padding: 80px 24px 40px;
        border-radius: 20px;
    }

    .scope__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .scope__container .scope-heading {
        font-size: 24px;
    }

    .scope-accordion__btn {
        width: 100%;
    }

    /* Case Studies */
    .case-studies {
        padding: 40px 0;
    }

    .case-studies__inner {
        padding: 0 24px;
    }

    .case-studies__title {
        font-size: 28px;
    }

    .case-studies__features {
        grid-template-columns: 1fr;
    }

    .case-studies__goal {
        font-size: 18px;
    }

    /* Success Stories */
    .success-stories {
        padding: 40px 0;
    }

    .success-stories__inner {
        padding: 0 24px;
    }

    .success-stories__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .success-stories__left {
        position: static;
    }

    .success-stories__left h2 {
        font-size: 28px;
    }

    /* Real Cases Gallery */
    .real-cases-gallery {
        padding: 40px 0;
    }

    .real-cases-gallery__inner {
        padding: 0 24px;
    }

    .real-cases-gallery__title {
        font-size: 24px;
    }

    #docs-slider {
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .doc-slide {
        scroll-snap-align: start;
    }

    .doc-slide img {
        width: 160px;
        height: 215px;
    }

    .docs-nav__btn {
        width: 44px;
        height: 44px;
    }

    /* Lightbox */
    #lightbox-img {
        max-width: 95vw;
        max-height: 80vh;
    }

    .lightbox__nav-btn--prev {
        left: 8px;
    }

    .lightbox__nav-btn--next {
        right: 8px;
    }

    .lightbox__close-btn {
        top: 12px;
        right: 12px;
    }

    /* Full Legal */
    .full-legal {
        padding: 40px 0 80px;
    }

    .full-legal__container {
        padding: 40px 24px;
        border-radius: 20px;
    }

    .full-legal__title {
        font-size: 28px;
    }

    .full-legal__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .full-legal__bottom-text {
        font-size: 16px;
        margin-bottom: 40px;
    }

    /* Cooperation */
    .cooperation__container {
        padding: 40px 24px 60px;
        border-radius: 20px;
        margin-top: -40px;
    }

    .cooperation__title {
        font-size: 28px;
    }

    .cooperation__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cooperation__highlight {
        font-size: 18px;
    }

    /* Contact */
    .contact-section {
        padding: 40px 0;
    }

    .contact-section__inner {
        padding: 0 24px;
    }

    .contact-section__title {
        font-size: 28px;
    }

    .contact-section__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-section__left h3 {
        font-size: 22px;
    }

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

    .contact-section__phone-btn,
    .contact-section__meeting-btn {
        text-align: center;
        width: 100%;
    }

    /* FAQ */
    .faq-section {
        padding: 40px 0;
    }

    .faq-section__inner {
        padding: 0 24px;
    }

    .faq-section__title {
        font-size: 28px;
    }

    /* Footer */
    .footer .container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    /* Fixed Logo */
    .fixed-logo img {
        width: 70px;
        height: 55px;
    }

    .fixed-logo {
        left: 16px;
        top: 16px;
    }

    /* Hero adjustments */
    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__title {
        font-size: 28px;
    }

    .hero__subtitle {
        font-size: 17px;
    }

    .hero__label {
        font-size: 18px;
    }

    .hero__label-ru {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .btn--phone {
        padding: 14px 32px;
        font-size: 16px;
    }

    /* About */
    .about__intro {
        font-size: 18px;
    }

    /* General border-radius override */
    .why-choose__container,
    .features-grid__container,
    .scope__container,
    .full-legal__container,
    .cooperation__container {
        border-radius: 20px;
    }
}
