/**
 * Стили страницы «Доработка сайта» (slug: dorabotka-sajta).
 */

.lsi-dor-page {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
  color: #1b1b1b;
  line-height: 1.7;
  overflow-x: hidden;
}

.lsi-dor-page .container {
  width: min(1140px, 100% - 32px);
  margin: 0 auto;
}

/* ---- Hero ---- */
.dor-hero {
    padding: 80px 0 80px;
    background: linear-gradient(135deg, #f0f6fd 0%, #e8f0fb 100%);
}

.dor-hero__inner {
    display: flex;
    align-items: center;
    gap: 100px;
}

.dor-hero__content { flex: 1; }

.dor-hero__title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    color: #11172D;
    margin-bottom: 14px;
}

.dor-hero__subtitle {
    font-size: 16px;
    line-height: 1.65;
    color: #5D6584;
    max-width: 580px;
    margin-bottom: 20px;
}

.dor-hero__subtitle span { color: #005DAC; font-weight: 700; }

.dor-hero__badges { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }

.dor-hero__badge {
    display: flex; align-items: center; gap: 8px;
    background: #fff; border-radius: 10px; padding: 10px 16px;
    box-shadow: 0 4px 20px rgba(0,93,172,0.08);
    font-size: 14px; font-weight: 600; color: #11172D;
}

.dor-hero__badge svg { flex-shrink: 0; }

.dor-hero__badge-number { font-size: 20px; font-weight: 800; color: #005DAC; margin-right: 2px; }

.dor-hero__cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: #005DAC; color: #fff !important;
    font-weight: 700; font-size: 16px;
    padding: 16px 36px; border-radius: 12px;
    transition: all 0.3s; text-decoration: none;
}

.dor-hero__cta:hover {
    background: #004a8a; transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,93,172,0.25);
    text-decoration: none; color: #fff !important;
}

.dor-hero__img { flex: 0 0 340px; position: relative; margin-right: 40px; }

.dor-hero__img-wrap {
    background: rgba(255,255,255,0.65);
    border-radius: 28px;
    padding: 30px 35px 20px;
    box-shadow: 0 20px 60px rgba(0,93,172,0.10);
    max-width: 320px;
    margin: 0 auto;
}

.dor-hero__img img {
    width: 100%; max-width: 260px; margin: 0 auto;
    border-radius: 20px;
    object-fit: contain; display: block;
}

.dor-hero__img-caption {
    text-align: center; margin-top: 12px;
    font-size: 16px; font-weight: 700; color: #11172D; line-height: 1.4;
}

.dor-hero__img-caption span { font-size: 13px; font-weight: 500; color: #005DAC; }

/* ---- Блок-ссылка на аудит ---- */
.dor-audit-link { padding: 60px 0; }

.dor-audit-link__box {
    background: linear-gradient(135deg, #005DAC 0%, #003f7a 100%);
    border-radius: 20px; padding: 48px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 40px; color: #fff;
}

.dor-audit-link h2 {
    font-size: clamp(22px, 2.5vw, 30px); font-weight: 800;
    color: #fff; margin-bottom: 12px;
}

.dor-audit-link__text p {
    font-size: 16px; line-height: 1.65; color: rgba(255,255,255,0.85); max-width: 560px;
}

.dor-audit-link__btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #005DAC !important;
    font-weight: 700; font-size: 16px;
    padding: 16px 36px; border-radius: 12px;
    transition: all 0.3s; text-decoration: none;
    flex-shrink: 0; white-space: nowrap;
}

.dor-audit-link__btn:hover {
    background: #f0f6fd; transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2); text-decoration: none;
}

/* ---- Калькулятор ---- */
.dor-calc { padding: 80px 0; background: #f5f7fb; }

.dor-calc__box {
    background: linear-gradient(135deg, #EBF4FF, #f0f7ff);
    border: 2px solid #005DAC; border-radius: 20px;
    padding: 48px;
}

.dor-calc h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #005DAC; margin-bottom: 8px;
}

.dor-calc__desc {
    font-size: 16px; color: #5D6584; margin-bottom: 32px;
}

.dor-calc__steps { display: flex; flex-direction: column; gap: 24px; }

.dor-calc__step-label {
    font-size: 16px; font-weight: 700; color: #11172D;
    margin-bottom: 12px; display: flex; align-items: center; gap: 10px;
}

.dor-calc__step-num {
    width: 32px; height: 32px; flex-shrink: 0;
    background: #005DAC; color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 800;
}

.dor-calc__step--disabled { opacity: 0.4; pointer-events: none; transition: opacity 0.3s; }

.dor-calc__options { display: flex; flex-wrap: wrap; gap: 8px; }

.dor-calc__opt {
    padding: 10px 20px;
    border: 2px solid #DFE2EC; border-radius: 24px;
    font-size: 15px; font-weight: 600; color: #5D6584;
    background: #fff; cursor: pointer;
    transition: all 0.15s; font-family: inherit;
}

.dor-calc__opt:hover { border-color: #005DAC; color: #005DAC; }

.dor-calc__opt.active {
    border-color: #005DAC; background: #005DAC; color: #fff;
}

/* Результат калькулятора */
.dor-calc__result {
    margin-top: 32px; background: #fff; border-radius: 16px;
    padding: 28px 32px; border: 2px solid #005DAC;
    display: none; align-items: center; gap: 32px; flex-wrap: wrap;
}

.dor-calc__result.show { display: flex; }

.dor-calc__result-left { flex: 1; }

.dor-calc__result-badge {
    display: inline-block; background: #005DAC; color: #fff;
    font-size: 12px; font-weight: 700; padding: 4px 14px;
    border-radius: 20px; margin-bottom: 8px; letter-spacing: 0.3px;
}

.dor-calc__result-pkg { font-size: 28px; font-weight: 800; color: #11172D; margin-bottom: 4px; }

.dor-calc__result-desc { font-size: 15px; color: #5D6584; margin-bottom: 8px; }

.dor-calc__result-includes { font-size: 15px; color: #11172D; }
.dor-calc__result-includes span { color: #005DAC; font-weight: 600; }

.dor-calc__result-right { text-align: center; flex-shrink: 0; }

.dor-calc__result-price { font-size: 36px; font-weight: 800; color: #005DAC; line-height: 1; }

.dor-calc__result-price-sub { font-size: 14px; color: #5D6584; margin-top: 4px; }

.dor-calc__result-deadline {
    display: inline-block; background: #f5f7fb; border-radius: 20px;
    padding: 6px 16px; font-size: 14px; color: #5D6584; margin-top: 12px;
}

/* ---- Пакеты / Тарифы (аккордеон) ---- */
.dor-packages { padding: 80px 0; }

.dor-packages h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 12px; text-align: center;
}

.tariffs-section { max-width: 860px; margin: 0 auto; }

.tariffs-section__sub {
    font-size: 14px; color: #5D6584; margin-bottom: 28px; text-align: center;
}

/* Карточка тарифа */
.tariff-card {
    background: #fff; border: 1.5px solid #DFE2EC; border-radius: 14px;
    margin-bottom: 12px; overflow: hidden; transition: box-shadow 0.2s;
}
.tariff-card:hover { box-shadow: 0 4px 20px rgba(0,93,172,0.10); }
.tariff-card.popular { border-color: #005DAC; }
.tariff-card--active { border-color: #005DAC !important; box-shadow: 0 0 0 3px rgba(0,93,172,0.15); }

/* Шапка карточки */
.tariff-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 24px; cursor: pointer; gap: 16px; flex-wrap: wrap;
    user-select: none; -webkit-user-select: none;
}
.tariff-head-left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }

.tariff-index {
    width: 40px; height: 40px; border-radius: 50%; background: #EBF4FF;
    color: #005DAC; font-size: 15px; font-weight: 800;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tariff-card.popular .tariff-index { background: #005DAC; color: #fff; }

.tariff-info { min-width: 0; }
.tariff-name-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tariff-name { font-size: 18px; font-weight: 800; color: #11172D; }

.popular-badge {
    display: none; background: #005DAC; color: #fff; font-size: 10px; font-weight: 700;
    padding: 2px 10px; border-radius: 20px; letter-spacing: 0.4px; text-transform: uppercase;
}
.tariff-card.popular .popular-badge { display: inline-block; }

.tariff-for { font-size: 13px; color: #5D6584; margin-top: 2px; }

.tariff-head-right { display: flex; align-items: center; gap: 24px; flex-shrink: 0; }
.tariff-meta { text-align: right; }
.tariff-price { font-size: 22px; font-weight: 800; color: #005DAC; white-space: nowrap; }
.tariff-deadline { font-size: 12px; color: #5D6584; margin-top: 2px; }

.tariff-toggle {
    width: 32px; height: 32px; border-radius: 50%; background: #EBF4FF;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    transition: background 0.2s, transform 0.3s;
}
.tariff-toggle svg { width: 16px; height: 16px; transition: transform 0.3s; }
.tariff-card.open .tariff-toggle svg { transform: rotate(180deg); }
.tariff-card.open .tariff-toggle { background: #005DAC; }
.tariff-card.open .tariff-toggle svg path { stroke: #fff; }

/* Аккордеон тело */
.tariff-body { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
.tariff-body-inner { padding: 0 24px 24px; border-top: 1px solid #EBF4FF; }

/* Блоки внутри аккордеона */
.acc-blocks { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }

.acc-block-title {
    font-size: 13px; font-weight: 800; color: #005DAC; text-transform: uppercase;
    letter-spacing: 0.5px; margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.acc-block-title::before {
    content: ''; display: inline-block; width: 4px; height: 16px;
    background: #005DAC; border-radius: 2px; flex-shrink: 0;
}

.acc-list {
    list-style: none; display: grid; grid-template-columns: 1fr 1fr;
    gap: 6px 20px; padding: 0; margin: 0;
}
.acc-list.single { grid-template-columns: 1fr; }

.acc-list li {
    font-size: 13.5px; color: #11172D; padding-left: 18px;
    position: relative; line-height: 1.5;
}
.acc-list li::before {
    content: '\2713'; position: absolute; left: 0;
    color: #005DAC; font-weight: 700; font-size: 13px;
}

.acc-result {
    margin-top: 16px; background: #EBF4FF; border-radius: 8px;
    padding: 12px 16px; font-size: 13.5px; color: #11172D;
}
.acc-result strong { color: #005DAC; }

.acc-note {
    margin-top: 14px; background: #FFF8E1; border-left: 4px solid #FFB300;
    border-radius: 0 8px 8px 0; padding: 10px 14px; font-size: 13px; color: #5D4037;
}

.acc-divider { height: 1px; background: #EBF4FF; margin: 14px 0; }

/* CTA внутри аккордеона */
.tariff-cta { margin-top: 20px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.btn-order {
    display: inline-block; background: #005DAC; color: #fff; font-family: inherit;
    font-size: 14px; font-weight: 700; padding: 10px 24px; border-radius: 24px;
    border: none; cursor: pointer; text-decoration: none; transition: background 0.2s;
}
.btn-order:hover { background: #004A8A; }
.tariff-card.popular .btn-order { background: #FFE066; color: #11172D; }
.tariff-card.popular .btn-order:hover { background: #ffd700; }

.btn-audit {
    font-size: 13px; color: #5D6584; text-decoration: underline; cursor: pointer;
    background: none; border: none; font-family: inherit;
}
.btn-audit:hover { color: #005DAC; }

/* Пояснение под тарифами */
.tariffs-note {
    margin-top: 20px; background: #fff; border: 1.5px solid #DFE2EC;
    border-radius: 12px; padding: 16px 20px; font-size: 13.5px;
    color: #5D6584; line-height: 1.6;
}
.tariffs-note strong { color: #11172D; }

/* ---- Блоки работ ---- */
.dor-blocks { padding: 80px 0; background: #f5f7fb; }

.dor-blocks h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 12px; text-align: center;
}

.dor-blocks__subtitle {
    text-align: center; font-size: 16px; color: #5D6584; margin-bottom: 48px;
}

.dor-blocks__card {
    border-radius: 16px; overflow: hidden; margin-bottom: 16px;
    box-shadow: 0 4px 24px rgba(0,93,172,0.06);
}

.dor-blocks__card-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 28px; color: #fff; gap: 16px;
}

.dor-blocks__card-head-left { display: flex; align-items: center; gap: 14px; }

.dor-blocks__card-num {
    width: 40px; height: 40px; background: rgba(255,255,255,0.25);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 18px; flex-shrink: 0;
}

.dor-blocks__card-title { font-size: 18px; font-weight: 700; }

.dor-blocks__card-sub { font-size: 14px; opacity: 0.8; margin-top: 2px; }

.dor-blocks__card-price-tag {
    background: rgba(255,255,255,0.2); padding: 8px 20px;
    border-radius: 24px; font-size: 18px; font-weight: 800; white-space: nowrap;
}

.dor-blocks__card-body { padding: 20px 28px; background: #fff; }

.dor-blocks__task-list {
    list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px;
    padding: 0; margin: 0;
}

.dor-blocks__task-list li {
    font-size: 15px; color: #11172D; padding-left: 20px;
    position: relative; line-height: 1.6;
}

.dor-blocks__task-list li::before {
    content: "\2713"; position: absolute; left: 0; color: #005DAC; font-weight: 700;
}

/* Цвета блоков */
.dor-blocks__card--red .dor-blocks__card-head { background: linear-gradient(135deg, #C0392B, #E74C3C); }
.dor-blocks__card--orange .dor-blocks__card-head { background: linear-gradient(135deg, #D35400, #E67E22); }
.dor-blocks__card--gold .dor-blocks__card-head { background: linear-gradient(135deg, #9A7D0A, #D4AC0D); }
.dor-blocks__card--blue .dor-blocks__card-head { background: linear-gradient(135deg, #1558A8, #2980B9); }
.dor-blocks__card--purple .dor-blocks__card-head { background: linear-gradient(135deg, #6C3483, #9B59B6); }

/* ---- Дополнительные услуги ---- */
.dor-extras { padding: 80px 0; }

.dor-extras h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 12px; text-align: center;
}

.dor-extras__subtitle {
    text-align: center; font-size: 16px; color: #5D6584; margin-bottom: 48px;
}

.dor-extras__grid { display: flex; flex-direction: column; gap: 12px; }

.dor-extras__card {
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; background: #fff; border-radius: 16px; padding: 24px 28px;
    border: 2px solid rgba(0,93,172,0.06);
    box-shadow: 0 4px 24px rgba(0,93,172,0.06);
}

.dor-extras__card--highlight {
    border-color: #005DAC; background: #EBF4FF;
}

.dor-extras__card h4 { font-size: 18px; font-weight: 700; color: #11172D; margin-bottom: 4px; }

.dor-extras__card p { font-size: 15px; color: #5D6584; line-height: 1.5; }

.dor-extras__card-price {
    font-size: 20px; font-weight: 800; color: #005DAC; white-space: nowrap;
}

/* ---- Process (этапы работы) ---- */
.dor-process { padding: 80px 0; background: #f5f7fb; }

.dor-process h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 12px; text-align: center;
}

.dor-process__subtitle {
    text-align: center; font-size: 16px; color: #5D6584; margin-bottom: 48px;
}

.dor-process__steps {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}

.dor-process__step {
    background: #fff; border-radius: 16px; padding: 32px 24px;
    text-align: center; box-shadow: 0 4px 20px rgba(0,93,172,0.06);
}

.dor-process__step-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: #005DAC; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 800; margin: 0 auto 16px;
}

.dor-process__step h4 { font-size: 16px; font-weight: 700; color: #11172D; margin-bottom: 8px; }

.dor-process__step p { font-size: 14px; line-height: 1.6; color: #5D6584; }

/* ---- Гарантии ---- */
.dor-guarantees { padding: 80px 0; }

.dor-guarantees h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 48px; text-align: center;
}

.dor-guarantees__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}

.dor-guarantees__card {
    background: #f5f7fb; border-radius: 16px; padding: 32px 24px;
    text-align: center; border: 2px solid rgba(0,93,172,0.06);
}

.dor-guarantees__icon {
    width: 64px; height: 64px; border-radius: 16px;
    background: rgba(0,93,172,0.08);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}

.dor-guarantees__card h4 { font-size: 16px; font-weight: 700; color: #11172D; margin-bottom: 8px; }

.dor-guarantees__card p { font-size: 14px; line-height: 1.6; color: #5D6584; }

/* ---- Expert ---- */
.dor-expert { padding: 80px 0; background: #f5f7fb; }

.dor-expert__inner { display: flex; align-items: center; gap: 60px; }

.dor-expert__photo { flex: 0 0 300px; }

.dor-expert__photo-wrap {
    background: rgba(255,255,255,0.7);
    border-radius: 24px;
    padding: 28px 30px 18px;
    box-shadow: 0 20px 60px rgba(0,93,172,0.12);
    max-width: 300px;
    margin: 0 auto;
}

.dor-expert__photo img {
    width: 100%; max-width: 240px; margin: 0 auto;
    border-radius: 18px;
    object-fit: contain; display: block;
}

.dor-expert__info { flex: 1; }

.dor-expert h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 16px; text-align: left;
}

.dor-expert__text { font-size: 16px; line-height: 1.75; color: #5D6584; margin-bottom: 24px; }

.dor-expert__text a { color: #005DAC; font-weight: 600; text-decoration: underline; }

.dor-expert__stats { display: flex; gap: 32px; margin-bottom: 24px; }

.dor-expert__stat { text-align: center; }

.dor-expert__stat-num { font-size: 32px; font-weight: 800; color: #005DAC; display: block; }

.dor-expert__stat-label { font-size: 13px; color: #5D6584; }

/* ---- Contact ---- */
.dor-contact { padding: 80px 0; }

.dor-contact h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 16px; text-align: center;
}

.dor-contact__subtitle {
    text-align: center; font-size: 16px; color: #5D6584; margin-bottom: 48px;
}

.dor-contact__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.dor-contact__card {
    display: flex; flex-direction: column; align-items: center;
    background: #fff; border-radius: 16px; padding: 32px 24px;
    box-shadow: 0 4px 24px rgba(0,93,172,0.06);
    border: 1px solid rgba(0,93,172,0.06);
    text-align: center; text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.dor-contact__card:hover {
    box-shadow: 0 12px 40px rgba(0,93,172,0.14); transform: translateY(-4px);
    text-decoration: none;
}

.dor-contact__card-icon {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}

.dor-contact__card--phone .dor-contact__card-icon { background: rgba(0,93,172,0.08); }
.dor-contact__card--whatsapp .dor-contact__card-icon { background: rgba(37,211,102,0.1); }
.dor-contact__card--telegram .dor-contact__card-icon { background: rgba(0,136,204,0.1); }
.dor-contact__card--email .dor-contact__card-icon { background: rgba(234,88,12,0.1); }

.dor-contact__card-label { font-size: 13px; color: #5D6584; margin-bottom: 4px; }

.dor-contact__card-value { font-size: 16px; font-weight: 700; color: #11172D; margin-bottom: 12px; }

.dor-contact__card-action {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(0,93,172,0.06); color: #005DAC;
    font-weight: 600; font-size: 14px; padding: 8px 20px;
    border-radius: 8px; transition: all 0.3s;
}

.dor-contact__card:hover .dor-contact__card-action { background: #005DAC; color: #fff; }

/* ---- FAQ ---- */
.dor-faq-section { padding: 80px 0; background: #f5f7fb; }

.dor-faq-section h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #11172D;
    margin-bottom: 48px; text-align: center;
}

.dor-faq__items { max-width: 800px; margin: 0 auto; }

.dor-faq__item {
    background: #fff; border-radius: 12px; margin-bottom: 12px;
    overflow: hidden; box-shadow: 0 2px 12px rgba(0,93,172,0.04);
}

.dor-faq__q {
    padding: 20px 28px; font-size: 16px; font-weight: 700; color: #11172D;
    cursor: pointer; display: flex; justify-content: space-between;
    align-items: center; user-select: none;
}

.dor-faq__q::after {
    content: '+'; font-size: 24px; font-weight: 400; color: #005DAC;
    transition: transform 0.3s; flex-shrink: 0; margin-left: 16px;
}

.dor-faq__item.active .dor-faq__q::after { transform: rotate(45deg); }

.dor-faq__a {
    padding: 0 28px; max-height: 0; overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.dor-faq__item.active .dor-faq__a { padding: 0 28px 20px; max-height: 400px; }

.dor-faq__a p { font-size: 15px; line-height: 1.65; color: #5D6584; }

.dor-faq__a a { color: #005DAC; font-weight: 600; text-decoration: underline; }

/* ---- Final CTA ---- */
.dor-final-cta { padding: 80px 0; text-align: center; }

.dor-final-cta__box {
    background: linear-gradient(135deg, #005DAC 0%, #003f7a 100%);
    border-radius: 24px; padding: 60px 40px; color: #fff;
}

.dor-final-cta__box h2 {
    font-size: clamp(24px, 3vw, 36px); font-weight: 800;
    color: #fff; margin-bottom: 16px;
}

.dor-final-cta__box p {
    font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 32px;
    max-width: 600px; margin-left: auto; margin-right: auto;
}

.dor-final-cta__buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.dor-final-cta__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 16px 32px; border-radius: 12px;
    font-weight: 700; font-size: 16px; transition: all 0.3s; text-decoration: none;
}

.dor-final-cta__btn--primary { background: #fff; color: #005DAC !important; }

.dor-final-cta__btn--primary:hover { background: #f0f6fd; transform: translateY(-2px); text-decoration: none; }

.dor-final-cta__btn--secondary {
    background: rgba(255,255,255,0.15); color: #fff !important;
    border: 2px solid rgba(255,255,255,0.3);
}

.dor-final-cta__btn--secondary:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); text-decoration: none; }

/* ---- Responsive ---- */
@media (max-width: 1200px) {
    .dor-process__steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
    .dor-hero { padding: 60px 0 50px; }
    .dor-hero__inner { flex-direction: column; gap: 32px; }
    .dor-hero__img { flex: none; max-width: 280px; margin: 0 auto; }
    .dor-hero__img-wrap { padding: 16px 16px 10px; max-width: 280px; border-radius: 22px; }
    .dor-hero__img img { max-width: 100%; }
    .dor-expert__photo-wrap { padding: 16px 16px 10px; max-width: 260px; border-radius: 22px; }
    .dor-expert__photo img { max-width: 100%; }
    .dor-audit-link__box { flex-direction: column; text-align: center; padding: 36px 28px; }
    .dor-process__steps { grid-template-columns: repeat(2, 1fr); }
    .dor-expert__inner { flex-direction: column; text-align: center; }
    .dor-expert__photo { flex: none; max-width: 260px; }
    .dor-expert h2 { text-align: center; }
    .dor-expert__stats { justify-content: center; }
    .dor-guarantees__grid { grid-template-columns: repeat(2, 1fr); }
    .dor-contact__grid { grid-template-columns: repeat(2, 1fr); }
    .dor-calc__box { padding: 32px 24px; }
    .dor-blocks__card-head { flex-direction: column; align-items: flex-start; gap: 12px; }
    .dor-blocks__task-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .dor-hero { padding: 40px 0 40px; }
    .dor-hero__img { max-width: 100%; }
    .dor-hero__img-wrap { max-width: 100%; padding: 12px 12px 8px; border-radius: 20px; }
    .dor-hero__img img { max-width: 100%; border-radius: 16px; }
    .dor-hero__cta { width: 100%; justify-content: center; font-size: 15px; padding: 14px 24px; }
    .dor-hero__badges { flex-direction: column; gap: 12px; }
    .dor-expert__photo { max-width: 100%; }
    .dor-expert__photo-wrap { max-width: 100%; padding: 12px 12px 8px; border-radius: 20px; }
    .dor-expert__photo img { max-width: 100%; border-radius: 16px; }
    .tariff-head { padding: 14px 16px; }
    .tariff-body-inner { padding: 0 16px 20px; }
    .acc-list { grid-template-columns: 1fr; }
    .tariff-head-right { gap: 12px; }
    .tariff-price { font-size: 18px; }
    .tariff-name { font-size: 16px; }
    .dor-process__steps { grid-template-columns: 1fr; }
    .dor-contact__grid { grid-template-columns: 1fr; }
    .dor-guarantees__grid { grid-template-columns: 1fr; }
    .dor-extras__card { flex-direction: column; text-align: center; }
    .dor-calc__result { flex-direction: column; text-align: center; }
}
