@media (max-width: 1180px) {
    .sg-nav {
        gap: 14px;
        margin-left: 22px;
    }

    .sg-header__phone span {
        display: none;
    }

    .sg-hero-x__bottom {
        grid-template-columns: minmax(0, 5.4fr) minmax(410px, 6.6fr);
        gap: 38px;
    }

    .sg-hero-x__consultation {
        grid-template-columns: 140px auto minmax(0, 1fr);
        gap: 16px;
    }

    .sg-process-x__step {
        width: 78%;
    }

    .sg-trust-x__manifest {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sg-trust-x__item {
        min-height: 220px;
    }
}

@media (max-width: 980px) {
    .sg-nav,
    .sg-header__actions {
        display: none;
    }

    .sg-burger {
        display: block;
    }

    .sg-logo {
        padding-right: 0;
    }

    .sg-logo::after {
        display: none;
    }

    .sg-section {
        padding: 82px 0;
    }

    .sg-split,
    .sg-wide-heading,
    .sg-cases__layout,
    .sg-expert-lead,
    .sg-office__grid {
        grid-template-columns: 1fr;
    }

    .sg-section-copy {
        position: static;
    }

    .sg-wide-heading {
        gap: 20px;
        margin-bottom: 40px;
    }

    .sg-hero-x__bottom {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .sg-hero-x__side {
        max-width: 720px;
    }

    .sg-quiz-x__head,
    .sg-offer-x__layout,
    .sg-urgency-x__head,
    .sg-scenarios-x__head,
    .sg-suitable-x__head,
    .sg-suitable-x__body,
    .sg-results-x__layout,
    .sg-process-x__head,
    .sg-pricing-x__layout,
    .sg-trust-x__title,
    .sg-final-x__copy {
        grid-template-columns: 1fr;
    }

    .sg-quiz-x__meta {
        justify-items: start;
        margin-top: 4px;
    }

    .sg-quiz-x__rail {
        width: min(100%, 460px);
    }

    .sg-quiz-x__stage {
        width: 100%;
        margin-left: 0;
    }

    .sg-urgency-x__head > p,
    .sg-scenarios-x__head p,
    .sg-process-x__head > p,
    .sg-trust-x__title p,
    .sg-final-x__aside {
        margin-top: 18px;
    }

    .sg-urgency-x__stairs,
    .sg-scenarios-x__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-suitable-x__head > span {
        grid-column: 1;
        grid-row: auto;
        order: -1;
        padding-bottom: 0;
        margin-bottom: 12px;
    }

    .sg-suitable-x__body {
        gap: 34px;
    }

    .sg-suitable-x__analysis {
        max-width: 560px;
    }

    .sg-results-x__paper,
    .sg-pricing-x__receipt {
        max-width: 620px;
    }

    .sg-process-x__step {
        width: 88%;
    }

    .sg-property-x__map {
        gap: 10px;
    }

    .sg-trust-x__title > span {
        grid-column: 1;
        margin-bottom: 0;
    }

    .sg-trust-x__manifest {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 42px;
    }

    .sg-final-x__form .sg-lead-form {
        grid-template-columns: 1fr 1fr;
    }

    .sg-final-x__form .sg-btn {
        grid-column: 1 / -1;
        width: 230px;
    }

    .sg-footer__grid {
        grid-template-columns: 1.15fr .85fr;
    }

    .sg-footer__contact {
        grid-column: 1 / -1;
        padding-top: 28px;
        padding-left: 0;
        border-top: 1px solid rgba(255,255,255,.13);
        border-left: 0;
    }

    .sg-expert-list {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 76px;
    }

    body {
        font-size: 16px;
        line-height: 1.58;
    }

    .sg-container {
        width: min(var(--sg-container), calc(100% - 30px));
    }

    .sg-header__inner {
        min-height: 68px;
    }

    .sg-logo {
        gap: 9px;
    }

    .sg-logo__mark {
        width: 31px;
        height: 31px;
    }

    .sg-logo__text strong {
        font-size: 14px;
    }

    .sg-logo__text small {
        margin-top: 5px;
        font-size: 9px;
    }

    .sg-burger {
        width: 46px;
        height: 46px;
    }

    .sg-mobile-menu {
        inset: 68px 0 0;
    }

    .sg-mobile-menu__inner {
        gap: 26px;
        padding-top: 26px;
        padding-bottom: 32px;
    }

    .sg-mobile-menu__nav a {
        font-size: 22px;
    }

    .sg-mobile-menu__phone {
        font-size: 24px;
    }

    .sg-section {
        padding: 68px 0;
    }

    .sg-section-copy h2,
    .sg-wide-heading h2 {
        font-size: 39px;
        line-height: 1;
    }

    .sg-section-copy p,
    .sg-wide-heading p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .sg-wide-heading {
        gap: 16px;
        margin-bottom: 32px;
    }

    .sg-btn {
        min-height: 56px;
        padding-inline: 22px;
        font-size: 15px;
    }

    .sg-hero-x {
        padding: 42px 0 54px;
    }

    .sg-hero-x h1 {
        font-size: clamp(43px, 13.2vw, 58px);
        line-height: .94;
        letter-spacing: -.06em;
    }

    .sg-hero-x__wordmark {
        display: none;
    }

    .sg-hero-x__bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 30px;
    }

    .sg-hero-x__lead p {
        font-size: 20px;
        line-height: 1.28;
    }

    .sg-hero-x__actions {
        display: grid;
        gap: 16px;
        justify-items: stretch;
        margin-top: 24px;
    }

    .sg-hero-x__actions .sg-btn {
        width: 100%;
    }

    .sg-hero-x__actions .sg-text-link {
        justify-content: center;
        min-height: 44px;
        font-size: 14px;
    }

    .sg-hero-x__side {
        gap: 18px;
    }

    .sg-hero-x__scope {
        padding: 0;
    }

    .sg-hero-x__scope-head {
        margin-bottom: 18px;
    }

    .sg-hero-x__scope-head > span {
        font-size: 11px;
    }

    .sg-hero-x__scope-grid {
        gap: 10px;
    }

    .sg-hero-x__scope-item {
        min-height: 62px;
        grid-template-columns: 30px 1fr;
        padding: 12px 14px;
        border-radius: 7px;
        background: var(--sg-bg-soft);
    }

    .sg-icon--scope {
        width: 27px;
        height: 27px;
    }

    .sg-hero-x__scope-item strong {
        font-size: 14px;
    }

    .sg-hero-x__consultation {
        grid-template-columns: auto 1fr auto;
        gap: 8px 12px;
        padding: 16px;
    }

    .sg-hero-x__consultation-title {
        grid-column: 1 / 3;
        gap: 9px;
    }

    .sg-hero-x__consultation-title > span {
        max-width: none;
        font-size: 11px;
    }

    .sg-icon--consultation {
        width: 26px;
        height: 26px;
    }

    .sg-hero-x__time {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .sg-hero-x__time strong {
        font-size: 38px;
    }

    .sg-hero-x__time span {
        font-size: 10px;
    }

    .sg-hero-x__consultation > p {
        grid-column: 1 / -1;
        max-width: none;
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.48;
    }

    .sg-quiz-x {
        padding: 68px 0 72px;
    }

    .sg-quiz-x__head {
        gap: 24px;
    }

    .sg-quiz-x__title > span {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .sg-quiz-x__title h2 {
        font-size: 40px;
        line-height: .98;
    }

    .sg-quiz-x__meta {
        gap: 18px;
    }

    .sg-quiz-x__meta > p {
        font-size: 15px;
        line-height: 1.55;
    }

    .sg-quiz-x__rail {
        width: 100%;
        grid-template-columns: 1fr auto;
        gap: 8px 16px;
    }

    .sg-quiz-x__rail-copy strong {
        font-size: 12px;
    }

    .sg-quiz-x__rail-copy span {
        font-size: 11px;
    }

    .sg-quiz-x__rail-number {
        font-size: 50px;
    }

    .sg-quiz-x__form {
        margin-top: 30px;
    }

    .sg-quiz-x__stage legend {
        margin-bottom: 24px;
        font-size: 31px;
        line-height: 1.08;
    }

    .sg-quiz-x__options {
        display: grid;
        gap: 10px;
    }

    .sg-quiz-x__option {
        width: 100%;
        min-height: 58px;
        padding: 0 17px;
        border-color: rgba(255,255,255,.34);
        border-radius: 7px;
        font-size: 15px;
    }

    .sg-quiz-x__option i {
        font-size: 17px;
    }

    .sg-quiz__contact {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sg-quiz__contact-copy h3,
    .sg-quiz__success h3 {
        font-size: 34px;
    }

    .sg-quiz-x .sg-field > span {
        font-size: 12px;
    }

    .sg-quiz-x .sg-field input {
        min-height: 58px;
        font-size: 16px;
    }

    .sg-offer-x,
    .sg-urgency-x,
    .sg-scenarios-x,
    .sg-suitable-x,
    .sg-results-x,
    .sg-process-x,
    .sg-property-x,
    .sg-pricing-x,
    .sg-trust-x,
    .sg-reviews-x,
    .sg-final-x {
        padding: 68px 0;
    }

    .sg-offer-x__statement h2,
    .sg-urgency-x__head h2,
    .sg-scenarios-x__head h2,
    .sg-suitable-x h2,
    .sg-results-x__copy h2,
    .sg-process-x__head h2,
    .sg-property-x__center h2,
    .sg-pricing-x__copy h2,
    .sg-trust-x__title h2,
    .sg-final-x__copy h2 {
        font-size: 40px;
        line-height: .98;
    }

    .sg-offer-x__statement p,
    .sg-urgency-x__head > p,
    .sg-scenarios-x__head p,
    .sg-process-x__head > p,
    .sg-property-x__center p,
    .sg-pricing-x__copy p,
    .sg-trust-x__title p,
    .sg-final-x__aside > p {
        font-size: 15px;
        line-height: 1.58;
    }

    .sg-offer-x__visual {
        margin-top: 34px;
        padding: 22px 0 22px 24px;
    }

    .sg-offer-x__visual-head span {
        font-size: 11px;
    }

    .sg-offer-x__words span {
        font-size: 38px;
    }

    .sg-urgency-x__head,
    .sg-scenarios-x__head,
    .sg-suitable-x__head,
    .sg-suitable-x__body,
    .sg-process-x__head,
    .sg-trust-x__title,
    .sg-final-x__copy {
        grid-template-columns: 1fr;
    }

    .sg-urgency-x__head > p,
    .sg-scenarios-x__head p,
    .sg-process-x__head > p,
    .sg-trust-x__title p,
    .sg-final-x__aside {
        margin-top: 18px;
    }

    .sg-urgency-x__stairs {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
    }

    .sg-urgency-x__step {
        min-height: 190px;
        padding: 22px;
    }

    .sg-icon--urgency {
        width: 34px;
        height: 34px;
    }

    .sg-urgency-x__step-copy strong {
        font-size: 22px;
    }

    .sg-urgency-x__step-copy p {
        font-size: 14px;
    }

    .sg-scenarios-x__stack {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
    }

    .sg-scenario-band {
        min-height: 215px;
        padding: 22px;
    }

    .sg-scenario-band__mark > span {
        font-size: 34px;
    }

    .sg-icon--scenario {
        width: 34px;
        height: 34px;
    }

    .sg-scenario-band h3 {
        font-size: 24px;
    }

    .sg-scenario-band p {
        font-size: 14px;
    }

    .sg-suitable-x__head > span {
        grid-column: 1;
        grid-row: auto;
        order: -1;
        margin-bottom: 10px;
        padding: 0;
        font-size: 11px;
    }

    .sg-suitable-x__body {
        gap: 32px;
        margin-top: 34px;
    }

    .sg-suitable-x__phrases {
        gap: 10px;
    }

    .sg-suitable-x__phrase {
        font-size: 30px;
        line-height: 1.08;
    }

    .sg-suitable-x__analysis {
        max-width: none;
        padding: 24px;
    }

    .sg-suitable-x__analysis-head > span {
        font-size: 11px;
    }

    .sg-icon--suitable {
        width: 30px;
        height: 30px;
    }

    .sg-suitable-x__analysis h3 {
        margin: 20px 0 22px;
        font-size: 30px;
    }

    .sg-suitable-x__analysis-item {
        grid-template-columns: 31px 1fr;
    }

    .sg-icon--suitable-point {
        width: 29px;
        height: 29px;
    }

    .sg-suitable-x__analysis-item span {
        font-size: 14px;
    }

    .sg-suitable-x__analysis > p {
        font-size: 13px;
    }

    .sg-suitable-x__analysis .sg-btn {
        width: 100%;
    }

    .sg-results-x__layout,
    .sg-pricing-x__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sg-results-x__paper {
        margin: 0;
        padding: 26px;
        border-radius: 8px;
        box-shadow: none;
    }

    .sg-results-x__paper::before {
        width: 34px;
        height: 34px;
    }

    .sg-results-x__paper-head {
        padding-right: 36px;
    }

    .sg-results-x__paper-head span {
        font-size: 11px;
    }

    .sg-results-x__paper li {
        margin: 14px 0;
        font-size: 15px;
    }

    .sg-process-x__route {
        gap: 9px;
        margin-top: 34px;
    }

    .sg-process-x__step,
    .sg-process-x__step--2 {
        width: 100%;
        grid-template-columns: 70px 1fr;
        gap: 16px;
        min-height: 120px;
        margin-left: 0;
        padding: 20px;
        border-radius: 8px;
        background: var(--sg-surface);
        color: var(--sg-text);
    }

    .sg-process-x__step:nth-child(even) {
        background: var(--sg-accent-soft);
    }

    .sg-process-x__step--2 .sg-icon--process {
        color: var(--sg-accent);
    }

    .sg-process-x__step--2 p {
        color: var(--sg-text-soft);
    }

    .sg-process-x__mark {
        display: grid;
        gap: 8px;
    }

    .sg-process-x__mark > span {
        font-size: 30px;
    }

    .sg-icon--process {
        width: 30px;
        height: 30px;
    }

    .sg-process-x__step h3 {
        font-size: 22px;
    }

    .sg-process-x__step p {
        font-size: 13px;
        line-height: 1.45;
    }

    .sg-property-x__center {
        max-width: none;
    }

    .sg-property-x__map {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
    }

    .sg-property-x__item,
    .sg-property-x__item--2,
    .sg-property-x__item--3,
    .sg-property-x__item--4 {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        min-height: 110px;
        padding: 20px;
        text-align: left;
    }

    .sg-icon--property {
        width: 35px;
        height: 35px;
    }

    .sg-property-x__item strong {
        font-size: 24px;
    }

    .sg-property-x__item span {
        margin-top: 5px;
        font-size: 14px;
    }

    .sg-pricing-x__receipt {
        margin: 0;
        padding: 26px;
        transform: none;
        box-shadow: none;
    }

    .sg-pricing-x__receipt-head > span {
        font-size: 11px;
    }

    .sg-pricing-x__receipt strong {
        font-size: 15px;
    }

    .sg-trust-x__title > span {
        grid-column: 1;
        margin-bottom: 0;
        font-size: 11px;
    }

    .sg-trust-x__manifest {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 34px;
    }

    .sg-trust-x__item {
        min-height: 0;
        padding: 20px;
        background: rgba(255,255,255,.6);
    }

    .sg-trust-x__item-head {
        margin-bottom: 8px;
    }

    .sg-icon--trust {
        width: 31px;
        height: 31px;
    }

    .sg-trust-x__item strong {
        font-size: 22px;
    }

    .sg-trust-x__item p {
        font-size: 14px;
    }

    .sg-reviews-x__hero {
        font-size: 34px;
        line-height: 1.12;
    }

    .sg-reviews-x__notes {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sg-final-x {
        padding: 68px 0 72px;
    }

    .sg-final-x__kicker {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .sg-final-x__copy h2 {
        font-size: 42px;
        line-height: .98;
    }

    .sg-final-x__aside {
        gap: 20px;
    }

    .sg-final-x__aside > p {
        font-size: 15px;
    }

    .sg-final-x__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .sg-final-x__steps span {
        min-height: 64px;
        padding: 9px;
        font-size: 12px;
    }

    .sg-final-x__form {
        margin-top: 30px;
        padding-top: 24px;
    }

    .sg-final-x__form .sg-lead-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sg-final-x__form .sg-field {
        grid-template-rows: auto 58px auto;
        gap: 7px;
    }

    .sg-final-x__form .sg-field__error {
        position: static;
        min-height: 17px;
    }

    .sg-final-x__form .sg-field input {
        height: 58px;
        min-height: 58px;
    }

    .sg-final-x__form .sg-btn {
        grid-column: 1;
        width: 100%;
        min-height: 58px;
        height: 58px;
    }

    .sg-final-x .sg-form-legal {
        margin-top: 2px;
        font-size: 11px;
        line-height: 1.5;
    }

    .sg-case-featured__facts {
        display: grid;
        gap: 14px;
    }

    .sg-expert-lead__photo {
        min-height: 420px;
    }

    .sg-expert-lead__meta,
    .sg-expert-list__row {
        grid-template-columns: 1fr;
    }

    .sg-expert-lead__meta > div + div {
        padding-left: 0;
        border-top: 1px solid var(--sg-line);
        border-left: 0;
    }

    .sg-faq__question {
        grid-template-columns: 32px 1fr auto;
        gap: 12px;
        min-height: 64px;
        font-size: 16px;
    }

    .sg-faq__number {
        font-size: 11px;
    }

    .sg-faq__answer {
        padding: 0 0 20px 44px;
    }

    .sg-faq__answer p {
        font-size: 14px;
        line-height: 1.55;
    }

    .sg-office__grid {
        gap: 32px;
    }

    .sg-footer {
        padding-top: 46px;
    }

    .sg-footer__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sg-footer__brand {
        padding-right: 0;
    }

    .sg-footer__brand p {
        margin-top: 22px;
        font-size: 14px;
    }

    .sg-footer__nav {
        padding-top: 24px;
        border-top: 1px solid rgba(255,255,255,.13);
    }

    .sg-footer__nav a {
        font-size: 13px;
    }

    .sg-footer__contact {
        grid-column: auto;
    }

    .sg-footer__contact small {
        font-size: 11px;
    }

    .sg-footer__contact > a:first-of-type {
        font-size: 28px;
    }

    .sg-footer__contact > a:not(:first-of-type),
    .sg-footer__contact > span {
        font-size: 13px;
    }

    .sg-footer__bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 40px;
    }
}

@media (max-width: 430px) {
    .sg-container {
        width: calc(100% - 28px);
    }

    .sg-hero-x h1 {
        font-size: 43px;
    }

    .sg-hero-x__lead p {
        font-size: 19px;
    }

    .sg-hero-x__scope-item {
        padding-inline: 12px;
    }

    .sg-hero-x__consultation {
        grid-template-columns: 1fr auto;
    }

    .sg-hero-x__consultation-title {
        grid-column: 1;
    }

    .sg-hero-x__time {
        grid-column: 2;
    }

    .sg-quiz-x__title h2,
    .sg-offer-x__statement h2,
    .sg-urgency-x__head h2,
    .sg-scenarios-x__head h2,
    .sg-suitable-x h2,
    .sg-results-x__copy h2,
    .sg-process-x__head h2,
    .sg-property-x__center h2,
    .sg-pricing-x__copy h2,
    .sg-trust-x__title h2 {
        font-size: 38px;
    }

    .sg-final-x__copy h2 {
        font-size: 40px;
    }

    .sg-suitable-x__phrase {
        font-size: 28px;
    }

    .sg-suitable-x__analysis {
        padding: 22px;
    }

    .sg-property-x__item strong {
        font-size: 22px;
    }

    .sg-final-x__steps span {
        font-size: 11px;
    }
}


/* V6.2 structural refinements */

@media (max-width: 1180px) {
    .sg-hero-x__bottom {
        grid-template-columns: minmax(0, 5.4fr) minmax(420px, 6.6fr);
        gap: 40px;
    }

    .sg-quiz-x__head {
        grid-template-columns: minmax(0, 7.4fr) minmax(350px, 4.6fr);
        gap: 48px;
    }
}

@media (max-width: 980px) {
    .sg-hero-x__bottom {
        grid-template-columns: 1fr;
    }

    .sg-hero-x__expert {
        max-width: 720px;
    }

    .sg-quiz-x__head {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .sg-quiz-x__meta {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .sg-hero-x__bottom {
        gap: 30px;
    }

    .sg-hero-x__expert {
        padding: 19px;
    }

    .sg-hero-x__expert-top {
        gap: 14px;
    }

    .sg-hero-x__expert-label > span {
        max-width: none;
        font-size: 11px;
    }

    .sg-hero-x__time strong {
        font-size: 40px;
    }

    .sg-hero-x__expert-text {
        margin-top: 18px;
        font-size: 14px;
    }

    .sg-hero-x__scope {
        margin-top: 20px;
        padding-top: 18px;
    }

    .sg-hero-x__scope-head > span {
        font-size: 11px;
    }

    .sg-hero-x__scope-item {
        min-height: 60px;
        padding: 11px 12px;
    }

    .sg-quiz-x__meta {
        gap: 16px;
    }

    .sg-quiz-x__rail {
        gap: 12px;
    }

    .sg-quiz-x__rail-number {
        font-size: 48px;
    }

    .sg-quiz-x__sequence {
        gap: 5px;
    }

    .sg-quiz-x__sequence span {
        font-size: 11px;
    }

    .sg-quiz-x__form {
        margin-top: 28px;
    }

    .sg-quiz-x__stage legend {
        font-size: 31px;
        line-height: 1.08;
    }

    .sg-quiz-x__options {
        display: grid;
    }

    .sg-quiz-x__option {
        width: 100%;
        min-height: 58px;
        font-size: 15px;
    }

    .sg-scenario-band {
        min-height: 220px;
    }

    .sg-scenario-band__context {
        font-size: 11px;
    }
}

@media (max-width: 430px) {
    .sg-hero-x__expert-top {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .sg-hero-x__time strong {
        font-size: 37px;
    }

    .sg-hero-x__scope-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-hero-x__scope-item {
        grid-template-columns: 27px 1fr;
        gap: 8px;
    }

    .sg-hero-x__scope-item strong {
        font-size: 13px;
    }

    .sg-quiz-x__rail-top {
        gap: 12px;
    }

    .sg-quiz-x__rail-number {
        font-size: 44px;
    }
}
