/* Lend-Premier — longhand-only, BEM, single-class selectors. */

html { box-sizing: border-box; }
body {
  margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
  padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #1a2a22;
  background-color: #fbf9f4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html { overflow-x: hidden; }
* { box-sizing: border-box; }

img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

.main-wrapper { width: 100%; min-height: 100vh; display: flex; flex-direction: column; }
.main { flex-grow: 1; flex-shrink: 1; flex-basis: auto; }

/* ===== LAYOUT ===== */
.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.container--narrow-text { max-width: 760px; text-align: center; }
.container--medium { max-width: 880px; }

.section { padding-top: 60px; padding-bottom: 60px; }
.section--muted { background-color: #f3eee3; }
.section--dark { background-color: #0d3b2e; color: #f5efe1; }

.section__title { font-family: Georgia, 'Times New Roman', serif; font-size: 36px; font-weight: 500; color: #0d3b2e; margin-top: 16px; margin-bottom: 0; line-height: 1.15; }
.section__title--light { color: #f5efe1; }
.section__title--center { text-align: center; }
.section__lead { color: #5a6660; font-size: 16px; margin-top: 16px; margin-bottom: 0; line-height: 1.6; }
.section__cta-wrap { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.page { width: 100%; }
.page__title { font-family: Georgia, 'Times New Roman', serif; font-size: 44px; font-weight: 500; color: #0d3b2e; margin-top: 16px; margin-bottom: 0; line-height: 1.1; }
.page__title-accent { color: #c4953a; font-style: normal; }
.page__lead { color: #5a6660; font-size: 16px; margin-top: 20px; margin-bottom: 0; line-height: 1.65; max-width: 720px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #c4953a; }
.eyebrow--on-dark { color: #c4953a; }
.eyebrow__line { display: inline-block; width: 28px; height: 1px; background-color: #c4953a; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; padding-top: 13px; padding-right: 24px; padding-bottom: 13px; padding-left: 24px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 14px; font-weight: 500; transition-property: background-color, color, border-color, transform; transition-duration: 200ms; transition-timing-function: ease; }
.btn--primary { background-color: #0d3b2e; color: #f5efe1; }
.btn--gold { background-color: #c4953a; color: #0d3b2e; font-weight: 600; }
.btn--ghost { background-color: transparent; color: #0d3b2e; border-top-color: rgba(13,59,46,0.2); border-right-color: rgba(13,59,46,0.2); border-bottom-color: rgba(13,59,46,0.2); border-left-color: rgba(13,59,46,0.2); }
.btn--ghost-on-dark { background-color: transparent; color: #f5efe1; border-top-color: rgba(245,239,225,0.3); border-right-color: rgba(245,239,225,0.3); border-bottom-color: rgba(245,239,225,0.3); border-left-color: rgba(245,239,225,0.3); }
.btn--full { width: 100%; }

/* ===== HEADER ===== */
.header { position: sticky; top: 0; z-index: 40; background-color: rgba(251,249,244,0.92); backdrop-filter: blur(8px); border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(0,0,0,0.08); }
.header__inner { max-width: 1280px; margin-left: auto; margin-right: auto; padding-top: 14px; padding-right: 20px; padding-bottom: 14px; padding-left: 20px; display: flex; align-items: center; gap: 12px; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; flex-shrink: 1; }
.brand__text { min-width: 0; }
.brand__name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; background-color: #0d3b2e; color: #c4953a; font-size: 18px; }
.brand__text { display: flex; flex-direction: column; }
.brand__name { font-family: Georgia, serif; font-size: 18px; color: #0d3b2e; font-weight: 600; }
.brand__sub { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #5a6660; }

.nav { display: none; align-items: center; gap: 14px; flex-wrap: nowrap; }
.nav__link { font-size: 12px; white-space: nowrap; color: rgba(26,42,34,0.75); transition-property: color; transition-duration: 200ms; transition-timing-function: ease; }
.nav__link--hover { color: #0d3b2e; }

.header__phone { display: none; white-space: nowrap; color: #0d3b2e; font-size: 13px; font-weight: 500; }
.header__callback { display: none; white-space: nowrap; background-color: rgba(196,149,58,0.15); color: #0d3b2e; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgba(196,149,58,0.4); border-right-color: rgba(196,149,58,0.4); border-bottom-color: rgba(196,149,58,0.4); border-left-color: rgba(196,149,58,0.4); border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; font-size: 12px; font-weight: 500; }
.header__burger { display: inline-flex; flex-shrink: 0; background-color: transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; font-size: 22px; color: #0d3b2e; padding-top: 6px; padding-right: 10px; padding-bottom: 6px; padding-left: 10px; }
.header__mobile { display: block; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); padding-top: 12px; padding-right: 20px; padding-bottom: 16px; padding-left: 20px; background-color: #fbf9f4; }
.header__callback--mobile { display: inline-flex; margin-top: 10px; }
.mobile__link { display: block; padding-top: 10px; padding-bottom: 10px; color: #0d3b2e; font-size: 15px; }
.mobile__divider { height: 1px; background-color: rgba(0,0,0,0.08); margin-top: 10px; margin-bottom: 10px; }
.mobile__contact { display: flex; align-items: center; gap: 6px; padding-top: 8px; padding-bottom: 8px; color: #0d3b2e; font-size: 13px; }

/* ===== HERO ===== */
.hero { position: relative; overflow: hidden; background-color: #f8f3e8; padding-top: 40px; padding-bottom: 60px; }
.hero__inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.hero__text { text-align: center; }
.hero__title { font-family: Georgia, serif; font-size: 38px; font-weight: 500; line-height: 1.1; color: #0d3b2e; margin-top: 18px; margin-bottom: 0; }
.hero__title-accent { color: #c4953a; font-style: normal; }
.hero__lead { color: #5a6660; font-size: 16px; line-height: 1.65; margin-top: 18px; margin-bottom: 0; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero__ctas { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
.stat__value { font-family: Georgia, serif; font-size: 26px; color: #0d3b2e; margin-top: 0; margin-bottom: 4px; }
.stat__label { font-size: 11px; color: #5a6660; margin-top: 0; margin-bottom: 0; margin-left: 0; }

.hero__image { position: relative; max-width: 460px; margin-left: auto; margin-right: auto; width: 100%; }
.hero__photo { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; box-shadow: 0 30px 80px rgba(13,59,46,0.18); object-fit: cover; aspect-ratio: 4/5; width: 100%; }
.hero__badge { position: absolute; bottom: -20px; left: -10px; background-color: #fbf9f4; padding-top: 12px; padding-right: 16px; padding-bottom: 12px; padding-left: 16px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,0.12); max-width: 220px; }
.hero__badge-title { color: #c4953a; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.hero__badge-text { font-size: 12px; color: #5a6660; margin-top: 4px; margin-bottom: 0; }

/* ===== VALUES ===== */
.values { display: grid; grid-template-columns: 1fr; gap: 1px; background-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; overflow: hidden; }
.value-card { background-color: #ffffff; padding-top: 32px; padding-right: 28px; padding-bottom: 32px; padding-left: 28px; }
.value-card__icon { font-size: 24px; color: #c4953a; margin-bottom: 14px; }
.value-card__title { font-family: Georgia, serif; font-size: 22px; color: #0d3b2e; margin-top: 0; margin-bottom: 8px; }
.value-card__text { color: #5a6660; font-size: 14px; margin-top: 0; margin-bottom: 0; line-height: 1.65; }

/* ===== PROCESS ===== */
.process { list-style-type: none; padding-left: 0; margin-top: 40px; margin-bottom: 0; display: grid; grid-template-columns: 1fr; gap: 28px; }
.process__step { padding-top: 0; }
.process__num { font-family: Georgia, serif; font-size: 40px; color: #c4953a; }
.process__title { font-family: Georgia, serif; font-size: 22px; color: #f5efe1; margin-top: 10px; margin-bottom: 8px; }
.process__text { color: rgba(245,239,225,0.7); font-size: 14px; margin-top: 0; margin-bottom: 0; line-height: 1.6; }

/* ===== REVIEWS ===== */
.reviews { margin-top: 36px; display: grid; grid-template-columns: 1fr; gap: 18px; }
.review { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; display: flex; flex-direction: column; }
.review__quote-icon { font-size: 22px; color: #c4953a; }
.review__text { font-size: 15px; color: rgba(26,42,34,0.85); margin-top: 14px; margin-bottom: 0; margin-left: 0; margin-right: 0; line-height: 1.6; flex-grow: 1; flex-shrink: 1; flex-basis: auto; }
.review__author { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 18px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); }
.review__avatar { width: 44px; height: 44px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; object-fit: cover; }
.review__name { font-size: 14px; color: #0d3b2e; font-weight: 500; }
.review__role { font-size: 12px; color: #5a6660; }

/* ===== SECTORS ===== */
.sectors { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.sectors__intro { text-align: center; }
.sectors__list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
.sectors__item { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-top: 12px; padding-right: 16px; padding-bottom: 12px; padding-left: 16px; font-size: 14px; }

/* ===== CTA ===== */
.cta { background-color: #0d3b2e; color: #f5efe1; padding-top: 40px; padding-right: 28px; padding-bottom: 40px; padding-left: 28px; border-top-left-radius: 24px; border-top-right-radius: 24px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; text-align: center; }
.cta__title { font-family: Georgia, serif; font-size: 30px; margin-top: 0; margin-bottom: 0; }
.cta__text { color: rgba(245,239,225,0.8); margin-top: 14px; margin-bottom: 22px; }

/* ===== SERVICES ===== */
.services { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-card { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 28px; padding-right: 28px; padding-bottom: 28px; padding-left: 28px; transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color; transition-duration: 200ms; transition-timing-function: ease; }
.service-card--hover { border-top-color: #c4953a; border-right-color: #c4953a; border-bottom-color: #c4953a; border-left-color: #c4953a; }
.service-card__icon { font-size: 26px; color: #c4953a; margin-bottom: 14px; }
.service-card__title { font-family: Georgia, serif; font-size: 22px; color: #0d3b2e; margin-top: 0; margin-bottom: 8px; }
.service-card__text { color: #5a6660; font-size: 14px; line-height: 1.6; margin-top: 0; margin-bottom: 18px; }
.service-card__price-row { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); }
.service-card__price-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5a6660; }
.service-card__price { font-family: Georgia, serif; font-size: 16px; color: #0d3b2e; }

/* ===== VACANCIES ===== */
.search { position: relative; margin-top: 24px; max-width: 640px; }
.search__icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #5a6660; }
.search__input { width: 100%; padding-top: 13px; padding-right: 18px; padding-bottom: 13px; padding-left: 40px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.12); border-right-color: rgba(0,0,0,0.12); border-bottom-color: rgba(0,0,0,0.12); border-left-color: rgba(0,0,0,0.12); border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 14px; background-color: #ffffff; outline-style: none; }

.chips { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.12); border-right-color: rgba(0,0,0,0.12); border-bottom-color: rgba(0,0,0,0.12); border-left-color: rgba(0,0,0,0.12); border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; font-size: 12px; color: rgba(26,42,34,0.75); }
.chip--active { background-color: #0d3b2e; color: #f5efe1; border-top-color: #0d3b2e; border-right-color: #0d3b2e; border-bottom-color: #0d3b2e; border-left-color: #0d3b2e; }

.filters { margin-top: 18px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.filter { display: block; }
.filter__label { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5a6660; margin-bottom: 6px; }
.filter__select { width: 100%; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.12); border-right-color: rgba(0,0,0,0.12); border-bottom-color: rgba(0,0,0,0.12); border-left-color: rgba(0,0,0,0.12); border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; background-color: #ffffff; font-size: 14px; }

.vac-counter { margin-top: 12px; font-size: 13px; color: #5a6660; }
.vac-counter__value { color: #0d3b2e; font-weight: 600; margin-left: 6px; }

.vacancies { display: flex; flex-direction: column; gap: 14px; }
.vacancies__empty { text-align: center; color: #5a6660; padding-top: 60px; padding-bottom: 60px; }
.vacancy { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; overflow: hidden; }
.vacancy__header { display: flex; align-items: flex-start; gap: 14px; width: 100%; text-align: left; background-color: transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; padding-top: 22px; padding-right: 22px; padding-bottom: 22px; padding-left: 22px; }
.vacancy__header--hover { background-color: #f3eee3; }
.vacancy__head-content { flex-grow: 1; flex-shrink: 1; flex-basis: 0; min-width: 0; }
.vacancy__badge { display: inline-block; background-color: rgba(196,149,58,0.18); color: #0d3b2e; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding-top: 4px; padding-right: 12px; padding-bottom: 4px; padding-left: 12px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; margin-bottom: 12px; }
.vacancy__title { font-family: Georgia, serif; font-size: 20px; color: #0d3b2e; margin-top: 0; margin-bottom: 0; line-height: 1.25; }
.vacancy__meta { margin-top: 12px; display: grid; grid-template-columns: 1fr; gap: 6px; font-size: 13px; color: rgba(26,42,34,0.85); }
.vacancy__meta-item { display: flex; gap: 6px; align-items: center; }
.vacancy__chevron { color: #c4953a; font-size: 20px; transition-property: transform; transition-duration: 200ms; transition-timing-function: ease; }
.vacancy__chevron--open { transform: rotate(180deg); }
.vacancy__body { padding-top: 0; padding-right: 22px; padding-bottom: 22px; padding-left: 22px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); }
.vacancy__about { font-size: 14px; color: #5a6660; line-height: 1.65; margin-top: 18px; margin-bottom: 0; }
.vacancy__grid { margin-top: 22px; display: grid; grid-template-columns: 1fr; gap: 22px; }
.vacancy__block { margin-top: 22px; }
.vacancy__block--full { margin-top: 22px; }
.vacancy__block-title { font-family: Georgia, serif; font-size: 17px; color: #0d3b2e; margin-top: 0; margin-bottom: 10px; }
.vacancy__list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; display: flex; flex-direction: column; gap: 6px; }
.vacancy__list-item { font-size: 14px; color: rgba(26,42,34,0.85); }
.vacancy__actions { margin-top: 26px; padding-top: 20px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); display: flex; flex-wrap: wrap; gap: 12px; }

/* ===== CASES ===== */
.case-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.case-stat { background-color: #0d3b2e; color: #f5efe1; padding-top: 22px; padding-right: 18px; padding-bottom: 22px; padding-left: 18px; text-align: center; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.case-stat__value { font-family: Georgia, serif; font-size: 30px; color: #c4953a; }
.case-stat__label { font-size: 12px; color: rgba(245,239,225,0.8); margin-top: 6px; }

.cases { display: flex; flex-direction: column; gap: 22px; }
.case { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; overflow: hidden; display: grid; grid-template-columns: 1fr; }
.case__metrics { background-color: #0d3b2e; color: #f5efe1; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.case__industry { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #c4953a; }
.case__metric { margin-top: 14px; }
.case__metric-label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: rgba(245,239,225,0.6); }
.case__metric-value { font-family: Georgia, serif; font-size: 18px; color: #c4953a; margin-top: 2px; }
.case__body { padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.case__title { font-family: Georgia, serif; font-size: 22px; color: #0d3b2e; margin-top: 0; margin-bottom: 0; line-height: 1.25; }
.case__desc { font-size: 14px; color: #5a6660; line-height: 1.65; margin-top: 12px; margin-bottom: 16px; }
.case__result { background-color: #f3eee3; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 14px; }
.case__result-label { color: #0d3b2e; }
.case__quote { margin-top: 18px; margin-left: 0; margin-right: 0; padding-left: 16px; border-left-width: 2px; border-left-style: solid; border-left-color: #c4953a; }
.case__quote-icon { color: #c4953a; }
.case__quote-text { font-style: italic; font-size: 14px; color: rgba(26,42,34,0.8); margin-top: 4px; margin-bottom: 6px; }
.case__quote-author { font-size: 12px; color: #5a6660; }

/* ===== CANDIDATES / STEPS ===== */
.steps { margin-top: 30px; display: grid; grid-template-columns: 1fr; gap: 16px; }
.step { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 22px; padding-right: 22px; padding-bottom: 22px; padding-left: 22px; }
.step__head { display: flex; align-items: center; gap: 12px; }
.step__icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: #0d3b2e; color: #c4953a; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 16px; }
.step__num { font-family: Georgia, serif; color: #c4953a; font-size: 14px; }
.step__title { font-family: Georgia, serif; font-size: 18px; color: #0d3b2e; margin-top: 14px; margin-bottom: 8px; }
.step__text { color: #5a6660; font-size: 14px; line-height: 1.6; margin-top: 0; margin-bottom: 0; }

.two-col { display: grid; grid-template-columns: 1fr; gap: 30px; }
.two-col__col { width: 100%; }
.check-list { list-style-type: none; padding-left: 0; margin-top: 18px; margin-bottom: 0; display: flex; flex-direction: column; gap: 8px; }
.check-list__item { font-size: 14px; color: rgba(26,42,34,0.85); }

/* ===== FAQ ===== */
.faq { margin-top: 30px; display: flex; flex-direction: column; gap: 12px; }
.faq__item { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background-color: transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; padding-top: 18px; padding-right: 22px; padding-bottom: 18px; padding-left: 22px; font-family: Georgia, serif; font-size: 16px; color: #0d3b2e; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq__q--hover { background-color: rgba(243,238,227,0.6); }
.faq__plus { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; background-color: rgba(196,149,58,0.18); color: #c4953a; font-size: 16px; }
.faq__a { padding-top: 0; padding-right: 22px; padding-bottom: 20px; padding-left: 22px; font-size: 14px; color: #5a6660; line-height: 1.65; }

/* ===== GUARANTEES ===== */
.gu-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.gu-card { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 24px; padding-right: 24px; padding-bottom: 24px; padding-left: 24px; }
.gu-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background-color: #0d3b2e; color: #c4953a; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 18px; }
.gu-card__title { font-family: Georgia, serif; font-size: 18px; color: #0d3b2e; margin-top: 16px; margin-bottom: 6px; }
.gu-card__text { color: #5a6660; font-size: 14px; line-height: 1.6; margin-top: 0; margin-bottom: 0; }

.gu-steps { list-style-type: none; padding-left: 0; margin-top: 30px; margin-bottom: 0; display: flex; flex-direction: column; gap: 14px; }
.gu-step { display: flex; gap: 14px; background-color: #ffffff; padding-top: 16px; padding-right: 18px; padding-bottom: 16px; padding-left: 18px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; }
.gu-step__num { flex-shrink: 0; flex-grow: 0; flex-basis: auto; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background-color: #0d3b2e; color: #c4953a; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-family: Georgia, serif; }
.gu-step__text { font-size: 14px; color: rgba(26,42,34,0.85); line-height: 1.6; }
.gu-refund { margin-top: 36px; background-color: #0d3b2e; color: #f5efe1; padding-top: 30px; padding-right: 28px; padding-bottom: 30px; padding-left: 28px; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; text-align: center; }
.gu-refund__title { font-family: Georgia, serif; color: #c4953a; font-size: 22px; margin-top: 0; margin-bottom: 12px; }
.gu-refund__text { font-size: 14px; color: rgba(245,239,225,0.85); margin-top: 0; margin-bottom: 18px; line-height: 1.65; }
.gu-refund__ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 0; margin-bottom: 0; }

/* ===== ABOUT ===== */
.about { margin-top: 36px; display: grid; grid-template-columns: 1fr; gap: 36px; }
.about__text { color: #5a6660; line-height: 1.7; }
.about__p { margin-top: 0; margin-bottom: 16px; }
.about__strong { color: #0d3b2e; font-weight: 600; }
.about__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.about-card { background-color: #f3eee3; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.about-card__title { font-family: Georgia, serif; font-size: 18px; color: #0d3b2e; margin-top: 0; margin-bottom: 6px; }
.about-card__text { font-size: 13px; color: #5a6660; margin-top: 0; margin-bottom: 0; }

.req__title { font-family: Georgia, serif; font-size: 32px; color: #c4953a; margin-top: 0; margin-bottom: 4px; }
.req__sub { font-size: 13px; color: rgba(245,239,225,0.7); margin-top: 0; margin-bottom: 30px; }
.req { margin-top: 0; margin-bottom: 0; padding-left: 0; }
.req__row { display: grid; grid-template-columns: 1fr; gap: 4px; padding-top: 14px; padding-bottom: 14px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgba(245,239,225,0.1); }
.req__key { font-size: 13px; color: rgba(245,239,225,0.6); }
.req__value { color: #f5efe1; font-size: 14px; }

/* ===== REQUEST FORM ===== */
.form { margin-top: 30px; background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 28px; padding-right: 24px; padding-bottom: 28px; padding-left: 24px; display: grid; grid-template-columns: 1fr; gap: 18px; }
.form__row { display: flex; flex-direction: column; }
.form__row--full { grid-column-start: 1; grid-column-end: -1; }
.form__label { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5a6660; margin-bottom: 8px; }
.form__input { width: 100%; padding-top: 12px; padding-right: 14px; padding-bottom: 12px; padding-left: 14px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.12); border-right-color: rgba(0,0,0,0.12); border-bottom-color: rgba(0,0,0,0.12); border-left-color: rgba(0,0,0,0.12); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #fbf9f4; font-size: 14px; font-family: inherit; outline-style: none; }
.form__textarea { width: 100%; padding-top: 12px; padding-right: 14px; padding-bottom: 12px; padding-left: 14px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.12); border-right-color: rgba(0,0,0,0.12); border-bottom-color: rgba(0,0,0,0.12); border-left-color: rgba(0,0,0,0.12); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; background-color: #fbf9f4; font-size: 14px; font-family: inherit; outline-style: none; }
.form__footer { grid-column-start: 1; grid-column-end: -1; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.form__notice { font-size: 12px; color: #5a6660; max-width: 480px; margin-top: 0; margin-bottom: 0; }
.form__notice--center { text-align: center; }
.form__sent { margin-top: 30px; background-color: #f3eee3; padding-top: 36px; padding-right: 24px; padding-bottom: 36px; padding-left: 24px; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; text-align: center; }
.form__sent-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; background-color: #c4953a; color: #0d3b2e; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 22px; }
.form__sent-title { font-family: Georgia, serif; font-size: 24px; color: #0d3b2e; margin-top: 14px; margin-bottom: 6px; }
.form__sent-text { color: #5a6660; margin-top: 0; margin-bottom: 0; }

/* ===== CONTACT ===== */
.contact { margin-top: 30px; display: grid; grid-template-columns: 1fr; gap: 24px; }
.contact__col { display: flex; flex-direction: column; gap: 12px; }
.contact-card { display: flex; align-items: flex-start; gap: 16px; background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color; transition-duration: 200ms; transition-timing-function: ease; }
.contact-card--hover { border-top-color: #c4953a; border-right-color: #c4953a; border-bottom-color: #c4953a; border-left-color: #c4953a; }
.contact-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; background-color: #0d3b2e; color: #c4953a; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 18px; }
.contact-card__label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #5a6660; }
.contact-card__value { font-size: 16px; color: #0d3b2e; margin-top: 4px; }

.contact__map { position: relative; min-height: 360px; background-color: #f3eee3; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; overflow: hidden; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(0,0,0,0.08); border-right-color: rgba(0,0,0,0.08); border-bottom-color: rgba(0,0,0,0.08); border-left-color: rgba(0,0,0,0.08); }
.contact__iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; }
.contact__pin { position: absolute; top: 16px; left: 16px; right: 16px; background-color: #0d3b2e; color: #f5efe1; padding-top: 14px; padding-right: 16px; padding-bottom: 14px; padding-left: 16px; border-top-left-radius: 12px; border-top-right-radius: 12px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.18); max-width: 280px; }
.contact__pin-eyebrow { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #c4953a; }
.contact__pin-title { font-family: Georgia, serif; font-size: 15px; margin-top: 4px; }
.contact__pin-text { font-size: 12px; color: rgba(245,239,225,0.85); margin-top: 4px; line-height: 1.55; }
.contact__map-btn { position: absolute; bottom: 16px; right: 16px; background-color: #fbf9f4; color: #0d3b2e; padding-top: 8px; padding-right: 14px; padding-bottom: 8px; padding-left: 14px; font-size: 12px; font-weight: 500; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

/* ===== DOC (legal pages) ===== */
.doc { max-width: 760px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.doc__title { font-family: Georgia, serif; font-size: 34px; color: #0d3b2e; margin-top: 14px; margin-bottom: 10px; line-height: 1.15; }
.doc__date { font-size: 13px; color: #5a6660; margin-top: 0; margin-bottom: 30px; }
.doc__body { display: flex; flex-direction: column; gap: 22px; color: rgba(26,42,34,0.88); line-height: 1.7; }
.doc__section { margin-top: 0; }
.doc__h2 { font-family: Georgia, serif; font-size: 20px; color: #0d3b2e; margin-top: 12px; margin-bottom: 10px; }
.doc__p { font-size: 15px; margin-top: 0; margin-bottom: 0; }
.doc__ul { padding-left: 22px; margin-top: 0; margin-bottom: 0; }
.doc__li { font-size: 15px; margin-top: 4px; margin-bottom: 4px; }

/* ===== FOOTER ===== */
.footer { margin-top: 60px; background-color: #0d3b2e; color: rgba(245,239,225,0.9); }
.footer__inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding-top: 48px; padding-right: 20px; padding-bottom: 36px; padding-left: 20px; display: grid; grid-template-columns: 1fr; gap: 32px; text-align: center; }
.footer__col { width: 100%; }
.footer__col--brand { width: 100%; }
.footer__brand { display: flex; align-items: center; gap: 12px; justify-content: center; margin-bottom: 14px; }
.footer__brand-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(196,149,58,0.18); color: #c4953a; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 18px; }
.footer__brand-name { font-family: Georgia, serif; font-size: 22px; color: #f5efe1; }
.footer__about { color: rgba(245,239,225,0.7); font-size: 14px; line-height: 1.65; max-width: 440px; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 18px; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; font-size: 12px; }
.footer__legal-link { color: rgba(245,239,225,0.7); }
.footer__legal-link--hover { color: #c4953a; }
.footer__h4 { font-family: Georgia, serif; color: #c4953a; font-size: 18px; margin-top: 0; margin-bottom: 12px; }
.footer__list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer__list-item { display: block; }
.footer__link { color: rgba(245,239,225,0.9); }
.footer__link--hover { color: #c4953a; }
.footer__bottom { border-top-width: 1px; border-top-style: solid; border-top-color: rgba(245,239,225,0.1); padding-top: 16px; padding-right: 20px; padding-bottom: 16px; padding-left: 20px; max-width: 1200px; margin-left: auto; margin-right: auto; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; font-size: 12px; color: rgba(245,239,225,0.5); text-align: center; }

/* ===== COOKIE BANNER ===== */
.cookie { position: fixed; left: 16px; right: 90px; bottom: 16px; max-width: 420px; z-index: 60; background-color: #0d3b2e; color: #f5efe1; padding-top: 18px; padding-right: 18px; padding-bottom: 18px; padding-left: 18px; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,0.3); display: flex; gap: 12px; align-items: flex-start; }
.cookie__icon { font-size: 22px; }
.cookie__body { flex-grow: 1; flex-shrink: 1; flex-basis: 0; }
.cookie__title { font-family: Georgia, serif; font-size: 16px; margin-top: 0; margin-bottom: 6px; }
.cookie__text { font-size: 12px; color: rgba(245,239,225,0.78); line-height: 1.55; margin-top: 0; margin-bottom: 12px; }
.cookie__link { color: #c4953a; text-decoration: underline; }
.cookie__buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie__close { background-color: transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; color: rgba(245,239,225,0.6); font-size: 22px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }

/* ===== CHAT ===== */
.chat-btn { position: fixed; right: 20px; bottom: 20px; width: 60px; height: 60px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; background-color: #0d3b2e; color: #c4953a; border-top-color: rgba(196,149,58,0.4); border-right-color: rgba(196,149,58,0.4); border-bottom-color: rgba(196,149,58,0.4); border-left-color: rgba(196,149,58,0.4); border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; box-shadow: 0 16px 40px rgba(13,59,46,0.35); font-size: 22px; z-index: 55; display: flex; align-items: center; justify-content: center; }

.chat { position: fixed; right: 16px; bottom: 92px; left: 16px; top: 16px; max-width: 380px; z-index: 60; background-color: #ffffff; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,0.28); display: flex; flex-direction: column; overflow: hidden; margin-left: auto; }
.chat__header { background-color: #0d3b2e; color: #f5efe1; padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 14px; display: flex; align-items: center; gap: 12px; }
.chat__avatar { width: 44px; height: 44px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; object-fit: cover; }
.chat__head-text { flex-grow: 1; flex-shrink: 1; flex-basis: 0; }
.chat__name { font-family: Georgia, serif; font-size: 16px; }
.chat__status { font-size: 11px; color: rgba(245,239,225,0.7); }
.chat__close { background-color: transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; color: rgba(245,239,225,0.7); font-size: 22px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }
.chat__messages { flex-grow: 1; flex-shrink: 1; flex-basis: 0; overflow-y: auto; padding-top: 14px; padding-right: 14px; padding-bottom: 14px; padding-left: 14px; background-color: #f3eee3; display: flex; flex-direction: column; gap: 10px; }
.chat__msg { max-width: 80%; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px; font-size: 13px; line-height: 1.5; border-top-left-radius: 16px; border-top-right-radius: 16px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; }
.chat__msg--bot { background-color: #ffffff; color: #1a2a22; align-self: flex-start; border-bottom-left-radius: 4px; }
.chat__msg--user { background-color: #0d3b2e; color: #f5efe1; align-self: flex-end; border-bottom-right-radius: 4px; }
.chat__quick { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.chat__chip { background-color: #ffffff; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgba(196,149,58,0.4); border-right-color: rgba(196,149,58,0.4); border-bottom-color: rgba(196,149,58,0.4); border-left-color: rgba(196,149,58,0.4); padding-top: 6px; padding-right: 12px; padding-bottom: 6px; padding-left: 12px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 12px; color: #0d3b2e; }
.chat__form { display: flex; gap: 8px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0,0,0,0.08); background-color: #ffffff; }
.chat__input { flex-grow: 1; flex-shrink: 1; flex-basis: 0; padding-top: 10px; padding-right: 14px; padding-bottom: 10px; padding-left: 14px; background-color: #f3eee3; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 13px; outline-style: none; font-family: inherit; }
.chat__send { width: 40px; height: 40px; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; background-color: #0d3b2e; color: #c4953a; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; display: flex; align-items: center; justify-content: center; }
.chat__phone { display: flex; align-items: center; justify-content: center; gap: 6px; padding-top: 8px; padding-bottom: 8px; background-color: #f3eee3; color: #0d3b2e; font-size: 12px; }

/* ===== MODAL (callback) ===== */
[hidden] { display: none !important; }
.modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 70; background-color: rgba(13,59,46,0.6); display: flex; align-items: center; justify-content: center; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; }
.modal__card { position: relative; background-color: #ffffff; max-width: 440px; width: 100%; border-top-left-radius: 18px; border-top-right-radius: 18px; border-bottom-left-radius: 18px; border-bottom-right-radius: 18px; padding-top: 28px; padding-right: 24px; padding-bottom: 28px; padding-left: 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.35); }
.modal__close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; background-color: #f3eee3; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-top-left-radius: 999px; border-top-right-radius: 999px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; font-size: 18px; color: #5a6660; }
.modal__title { font-family: Georgia, serif; font-size: 22px; color: #0d3b2e; margin-top: 8px; margin-bottom: 6px; }
.modal__text { font-size: 14px; color: #5a6660; margin-top: 0; margin-bottom: 20px; }
.modal__form { display: flex; flex-direction: column; gap: 10px; }
.modal__sent { margin-top: 20px; background-color: rgba(13,59,46,0.05); padding-top: 24px; padding-right: 18px; padding-bottom: 24px; padding-left: 18px; border-top-left-radius: 14px; border-top-right-radius: 14px; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; text-align: center; }
.modal__sent-emoji { font-size: 28px; }
.modal__sent-title { font-family: Georgia, serif; font-size: 18px; color: #0d3b2e; margin-top: 8px; }
.modal__sent-text { font-size: 13px; color: #5a6660; margin-top: 4px; }

/* ===== TABLET ≥ 720 ===== */
@media (min-width: 720px) {
  .header__phone { display: inline-flex; }
  .hero { padding-top: 60px; padding-bottom: 80px; }
  .hero__title { font-size: 50px; }
  .hero__inner { grid-template-columns: 7fr 5fr; gap: 48px; }
  .hero__text { text-align: left; }
  .hero__lead { margin-left: 0; margin-right: 0; }
  .hero__ctas { justify-content: flex-start; }
  .hero__stats { margin-left: 0; margin-right: 0; }
  .page__title { font-size: 56px; }
  .section__title { font-size: 42px; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .sectors { grid-template-columns: 1fr 1fr; text-align: left; }
  .sectors__intro { text-align: left; }
  .sectors__list { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .filters { grid-template-columns: repeat(3, 1fr); }
  .vacancy__meta { grid-template-columns: repeat(2, 1fr); }
  .vacancy__grid { grid-template-columns: repeat(2, 1fr); }
  .case-stats { grid-template-columns: repeat(4, 1fr); }
  .case { grid-template-columns: 260px 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr 1fr; }
  .gu-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr 1fr; }
  .form { grid-template-columns: 1fr 1fr; padding-top: 36px; padding-right: 32px; padding-bottom: 36px; padding-left: 32px; }
  .form__footer { flex-direction: row; align-items: center; justify-content: space-between; }
  .contact { grid-template-columns: 1fr 1fr; }
  .req__row { grid-template-columns: 1fr 2fr; }
  .footer__inner { grid-template-columns: 2fr 1fr 1fr; text-align: left; }
  .footer__brand { justify-content: flex-start; }
  .footer__about { margin-left: 0; margin-right: 0; }
  .footer__legal { justify-content: flex-start; }
  .footer__bottom { justify-content: space-between; text-align: left; }
  .header__callback { display: inline-flex; }
}

/* ===== DESKTOP ≥ 1024 ===== */
@media (min-width: 1024px) {
  .header__phone { display: inline-flex; }
  .values { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: repeat(4, 1fr); }
  .reviews { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .gu-grid { grid-template-columns: repeat(3, 1fr); }
  .hero__title { font-size: 62px; }
  .page__title { font-size: 64px; }
}
