@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,600;1,700&display=swap');

:root {
    --ec-orange: #EC662B;
    --ec-orange-light: #FA9264;
    --ec-blue: #51B2E3;
    --ec-dark: #282828;
    --ec-muted: #9F9F9F;
    --ec-radius: 20px;
    --ec-radius-sm: 12px;
    --ec-container: 1200px;
}

.econom-page, .econom-page * { box-sizing: border-box; }
.econom-page {
    font-family: 'Raleway', sans-serif;
    color: var(--ec-dark);
    background: #fff;
    overflow-x: hidden;
}
.econom-page img { max-width: 100%; height: auto; display: block; }
.ec-container {
    max-width: var(--ec-container);
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== BLOCK 1: HERO ===== */
.ec-hero {
    padding: 30px 20px 0;
    max-width: var(--ec-container);
    margin: 0 auto;
}
.ec-hero__main {
    position: relative;
    border-radius: var(--ec-radius);
    overflow: hidden;
    min-height: 500px;
}
.ec-hero__main img.ec-hero__bg {
    width: 100%; height: 100%;
    object-fit: cover;
    position: absolute; inset: 0;
}
.ec-hero__card {
    position: relative; z-index: 2;
    background: rgba(255,255,255,0.95);
    border-radius: var(--ec-radius);
    padding: 35px 40px 30px;
    margin: 60px 0 60px 50px;
    max-width: 460px;
}
.ec-hero__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 4px;
}
.ec-hero__price {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 14px;
}
.ec-hero__price span {
    color: var(--ec-blue);
}
.ec-hero__price small {
    font-size: 28px;
    font-weight: 500;
}
.ec-hero__desc {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 24px;
}
.ec-hero__desc b { font-weight: 700; }
.ec-hero__badge {
    position: absolute;
    top: 15px; right: -55px;
}
.ec-hero__badge img { width: 130px; height: auto; }
.ec-btn-orange {
    display: inline-block;
    background: linear-gradient(135deg, var(--ec-orange-light), var(--ec-orange));
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 36px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s, transform 0.2s;
}
.ec-btn-orange:hover { opacity: 0.9; transform: translateY(-1px); }

.ec-hero__features {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 35px 20px;
    background: #fff;
    border-radius: 0 0 var(--ec-radius) var(--ec-radius);
    max-width: var(--ec-container);
    margin: -40px auto 0;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.ec-hero__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}
.ec-hero__feature-icon { width: 55px; height: 55px; }
.ec-hero__feature-icon img { width: 100%; height: 100%; object-fit: contain; }
.ec-hero__feature-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}
.ec-hero__feature-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

/* ===== BLOCK 2: CATALOG ===== */
.ec-catalog {
    padding: 70px 0 50px;
}
.ec-catalog__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 35px;
}
.ec-catalog__title span { color: var(--ec-blue); font-style: italic; }
.ec-catalog__wrapper {
    background: #F7F7F7;
    border-radius: var(--ec-radius);
    padding: 30px;
}
.ec-catalog__row-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.ec-catalog__card-img {
    border-radius: var(--ec-radius-sm);
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    margin-bottom: 14px;
}
.ec-catalog__card-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 6px;
}
.ec-catalog__card-desc {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 14px;
}
.ec-catalog__card-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ec-btn-blue {
    display: inline-block;
    background: linear-gradient(135deg, #6BC4EF, var(--ec-blue));
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 11px 22px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
}
.ec-btn-blue:hover { opacity: 0.9; }
.ec-catalog__card-price {
    font-weight: 700;
    font-size: 24px;
}
.ec-catalog__card-wide-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}
.ec-catalog__card-wide-images img {
    border-radius: var(--ec-radius-sm);
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* ===== BLOCK 3: QUALITY ===== */
.ec-quality { padding: 70px 0; }
.ec-quality__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 50px;
}
.ec-quality__title span { color: var(--ec-blue); font-style: italic; }
.ec-quality__item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}
.ec-quality__item--reverse { flex-direction: row-reverse; }
.ec-quality__item-content { flex: 1; }
.ec-quality__item-image {
    flex: 1;
    display: flex;
    justify-content: center;
}
.ec-quality__item-image img { max-height: 380px; }
.ec-quality__item-label {
    font-weight: 500;
    font-size: 18px;
    color: var(--ec-muted);
    margin-bottom: 8px;
}
.ec-quality__item-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 18px;
}
.ec-quality__item-list {
    list-style: none; padding: 0; margin: 0;
}
.ec-quality__item-list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}
.ec-quality__item-list li::before {
    content: '•'; position: absolute; left: 0;
    color: var(--ec-orange); font-size: 22px; line-height: 1;
}
.ec-quality__item-list li b { font-weight: 700; }

/* ===== BLOCK 4: GUARANTEE ===== */
.ec-guarantee {
    background: linear-gradient(135deg, var(--ec-orange-light), var(--ec-orange));
    padding: 22px 20px;
    text-align: center;
}
.ec-guarantee__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.ec-guarantee__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

/* ===== BLOCK 5: QUIZ ===== */
.ec-quiz { padding: 70px 0; }
.ec-quiz__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 8px;
}
.ec-quiz__title span { color: var(--ec-blue); font-style: italic; font-weight: 500; }
.ec-quiz__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 30px;
}
.ec-quiz__benefits {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.ec-quiz__benefit {
    background: #fff;
    border-radius: var(--ec-radius);
    padding: 25px 30px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    min-width: 200px;
}
.ec-quiz__benefit-icon { width: 52px; height: 52px; margin: 0 auto 12px; }
.ec-quiz__benefit-icon img { width: 100%; height: 100%; object-fit: contain; }
.ec-quiz__benefit-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}
.ec-quiz__benefit-text b { font-weight: 700; }
.ec-quiz__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.ec-quiz__step {
    font-weight: 500;
    font-size: 36px;
    color: var(--ec-muted);
    font-style: italic;
}
.ec-quiz__question {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    flex: 1;
}
.ec-quiz__nav {
    display: flex; gap: 8px; margin-left: auto;
}
.ec-quiz__nav-btn {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: var(--ec-dark);
    transition: all 0.3s;
}
.ec-quiz__nav-btn--active {
    background: var(--ec-orange);
    border-color: var(--ec-orange);
    color: #fff;
}
.ec-quiz__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ec-quiz__option {
    position: relative;
    border-radius: var(--ec-radius);
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: border-color 0.3s;
    background: #fff;
}
.ec-quiz__option:hover { border-color: var(--ec-blue); }
.ec-quiz__option.active { border-color: var(--ec-orange); }
.ec-quiz__option img {
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
}
.ec-quiz__option-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.3));
}
.ec-quiz__option-label {
    background: rgba(255,255,255,0.9);
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
}
.ec-quiz__option-radio {
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.3);
    transition: all 0.3s;
}
.ec-quiz__option.active .ec-quiz__option-radio {
    border-color: var(--ec-orange);
    background: var(--ec-orange);
}

/* ===== BLOCK 6: HOW WE WORK ===== */
.ec-howwork {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.ec-howwork__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 6px;
    position: relative; z-index: 1;
}
.ec-howwork__title span { color: var(--ec-blue); font-style: italic; }
.ec-howwork__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
    position: relative; z-index: 1;
}
.ec-howwork__bg {
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    width: 45%;
    z-index: 0;
    opacity: 1;
}
.ec-howwork__bg img {
    width: 100%; height: auto;
}
.ec-howwork__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative; z-index: 1;
}
.ec-howwork__step {
    background: rgba(255,255,255,0.92);
    border-radius: var(--ec-radius);
    padding: 25px 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.ec-howwork__step-num {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 44px;
    color: var(--ec-blue);
    opacity: 0.25;
    margin-bottom: 8px;
}
.ec-howwork__step-icon {
    width: 44px; height: 44px;
    margin-bottom: 12px;
}
.ec-howwork__step-icon img { width: 100%; height: 100%; object-fit: contain; }
.ec-howwork__step-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.ec-howwork__step-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

/* ===== BLOCK 7: PROMO ===== */
.ec-promo { padding: 60px 0; }
.ec-promo__block {
    display: flex;
    border-radius: var(--ec-radius);
    overflow: hidden;
    margin-bottom: 35px;
}
.ec-promo__left {
    flex: 1;
    background: var(--ec-blue);
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ec-promo__timer {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 6px 18px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-bottom: 18px;
    align-self: flex-start;
}
.ec-promo__heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.15;
    color: #fff;
}
.ec-promo__right {
    width: 380px;
    flex-shrink: 0;
}
.ec-promo__right img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.ec-promo__benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.ec-promo__benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.ec-promo__benefit-icon {
    width: 70px; height: 70px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    align-items: center; justify-content: center;
    padding: 12px;
}
.ec-promo__benefit-icon img { width: 100%; height: 100%; object-fit: contain; }
.ec-promo__benefit-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.ec-promo__benefit-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}

/* ===== BLOCK 8: REVIEWS ===== */
.ec-reviews { padding: 70px 0; }
.ec-reviews__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 6px;
}
.ec-reviews__title span { color: var(--ec-blue); font-style: italic; font-weight: 500; }
.ec-reviews__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 35px;
}
.ec-reviews__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
    max-width: 950px;
    margin: 0 auto;
}
.ec-reviews__photo {
    border-radius: var(--ec-radius);
    overflow: hidden;
}
.ec-reviews__photo img {
    width: 100%; height: 100%;
    object-fit: cover;
    min-height: 220px;
}
.ec-reviews__yandex {
    grid-row: 1 / 3;
    grid-column: 3;
    background: #fff;
    border-radius: var(--ec-radius);
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    overflow: hidden;
}
.ec-reviews__yandex iframe {
    width: 100%; height: 100%; min-height: 460px;
    border: none;
}

/* ===== BLOCK 9: CALLBACK ===== */
.ec-callback {
    padding: 50px 0;
    position: relative;
}
.ec-callback__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;
    overflow: hidden;
}
.ec-callback__bg img {
    width: 100%; height: 100%;
    object-fit: cover;
}
.ec-callback__inner {
    position: relative; z-index: 1;
    max-width: var(--ec-container);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: var(--ec-radius);
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    overflow: visible;
}
.ec-callback__content {
    flex: 1;
    padding: 45px 40px;
}
.ec-callback__heading {
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 14px;
}
.ec-callback__heading em {
    color: var(--ec-blue);
    font-style: italic;
    font-weight: 700;
}
.ec-callback__heading span {
    font-weight: 700;
    font-style: normal;
}
.ec-callback__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    font-style: italic;
    margin-bottom: 25px;
}
.ec-callback__form-row {
    display: flex;
    gap: 12px;
    align-items: center;
}
.ec-callback__input {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
}
.ec-callback__input:focus { border-color: var(--ec-blue); }
.ec-callback__submit {
    white-space: nowrap;
    font-size: 15px;
    padding: 14px 26px;
}
.ec-callback__image {
    width: 340px;
    flex-shrink: 0;
    position: relative;
    overflow: visible;
}
.ec-callback__image img {
    position: absolute;
    bottom: 0; right: 0;
    height: 110%;
    width: auto;
    max-width: none;
}

/* ===== BLOCK 10: FAQ ===== */
.ec-faq { padding: 70px 0; }
.ec-faq__title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 35px;
}
.ec-faq__title span { color: var(--ec-blue); font-style: italic; font-weight: 500; }
.ec-faq__list {
    max-width: 850px;
    margin: 0 auto;
}
.ec-faq__item {
    border: 1px solid #e0e0e0;
    border-radius: var(--ec-radius-sm);
    margin-bottom: 10px;
    transition: border-color 0.3s;
}
.ec-faq__item:hover { border-color: var(--ec-blue); }
.ec-faq__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    color: var(--ec-dark);
    gap: 15px;
}
.ec-faq__item-arrow {
    flex-shrink: 0;
    color: var(--ec-blue);
    font-size: 18px;
    transition: transform 0.3s;
}
.ec-faq__item.active .ec-faq__item-arrow { transform: rotate(180deg); }
.ec-faq__item-body {
    display: none;
    padding: 0 22px 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.ec-faq__item.active .ec-faq__item-body { display: block; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .ec-hero__title, .ec-hero__price { font-size: 40px; }
    .ec-hero__card { margin: 40px 0 40px 30px; max-width: 400px; }
    .ec-catalog__title, .ec-quality__title, .ec-quiz__title,
    .ec-howwork__title, .ec-reviews__title, .ec-faq__title { font-size: 38px; }
    .ec-catalog__row-top { grid-template-columns: 1fr; }
    .ec-quality__item { gap: 30px; }
    .ec-quality__item-name { font-size: 28px; }
    .ec-howwork__steps { grid-template-columns: repeat(2, 1fr); }
    .ec-quiz__grid { grid-template-columns: repeat(2, 1fr); }
    .ec-quiz__question { font-size: 26px; }
    .ec-promo__heading { font-size: 34px; }
    .ec-callback__heading { font-size: 32px; }
    .ec-callback__form-row { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .ec-hero__card { margin: 20px 15px; max-width: 100%; padding: 25px 20px; }
    .ec-hero__title, .ec-hero__price { font-size: 32px; }
    .ec-hero__badge { right: 10px; top: -5px; }
    .ec-hero__badge img { width: 90px; }
    .ec-hero__features { flex-direction: column; align-items: center; gap: 20px; }
    .ec-catalog__title, .ec-quality__title, .ec-quiz__title,
    .ec-howwork__title, .ec-reviews__title, .ec-faq__title { font-size: 30px; }
    .ec-catalog__card-wide-images { grid-template-columns: 1fr; }
    .ec-quality__item, .ec-quality__item--reverse { flex-direction: column !important; gap: 20px; }
    .ec-howwork__steps { grid-template-columns: 1fr 1fr; }
    .ec-quiz__grid { grid-template-columns: 1fr 1fr; }
    .ec-quiz__header { flex-wrap: wrap; }
    .ec-promo__block { flex-direction: column; }
    .ec-promo__right { width: 100%; height: 250px; }
    .ec-promo__heading { font-size: 28px; }
    .ec-promo__benefits { flex-direction: column; align-items: center; }
    .ec-reviews__grid { grid-template-columns: 1fr 1fr; }
    .ec-reviews__yandex { grid-row: auto; grid-column: 1 / -1; }
    .ec-callback__inner { flex-direction: column; overflow: hidden; }
    .ec-callback__content { padding: 30px 20px; }
    .ec-callback__image { width: 100%; height: 200px; position: relative; }
    .ec-callback__image img { position: relative; width: 100%; height: 100%; object-fit: cover; }
    .ec-callback__heading { font-size: 26px; }
}
@media (max-width: 480px) {
    .ec-hero__title, .ec-hero__price { font-size: 26px; }
    .ec-hero__price small { font-size: 18px; }
    .ec-catalog__title, .ec-quality__title, .ec-quiz__title,
    .ec-howwork__title, .ec-reviews__title, .ec-faq__title { font-size: 24px; }
    .ec-catalog__card-title { font-size: 22px; }
    .ec-howwork__steps { grid-template-columns: 1fr; }
    .ec-quiz__grid { grid-template-columns: 1fr; }
    .ec-reviews__grid { grid-template-columns: 1fr; }
    .ec-callback__form-row { flex-direction: column; }
    .ec-callback__input { width: 100%; }
    .ec-promo__heading { font-size: 24px; }
}
