@font-face {
  font-family: "a_AvanteInt Book";
  src: local("a_AvanteInt Book"), local("AAvanteIntBook"), local("a_AvanteInt");
  font-display: swap;
}

.ma-selection-page {
  --blue: #315f76;
  --blue-dark: #254b5f;
  --blue-deep: #173b50;
  --ink: #111;
  --line: #dbe3e7;
  --soft: #f6f8f9;
  --container: 1280px;
}

.ma-selection-page * { box-sizing: border-box; }
.ma-selection-page { scroll-behavior: smooth; }
.ma-selection-page { margin: 0; color: var(--ink); background: #fff; font-family: "a_AvanteInt Book", "Avenir Next", Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 1.5; -webkit-font-smoothing: antialiased; }
.ma-selection-page.menu-open { overflow: hidden; }
.ma-selection-page img { display: block; max-width: 100%; }
.ma-selection-page a { color: inherit; text-decoration: none; }
.ma-selection-page button, .ma-selection-page input, .ma-selection-page textarea { font: inherit; }
.ma-selection-page button { color: inherit; }
.ma-selection-page h3 { color: #111 !important; }
.ma-selection-page .container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.ma-selection-page .visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.ma-selection-page .section-pad { padding: 34px 0; }
.ma-selection-page .section-title { margin: 0 0 24px; color: var(--blue-deep); font-size: 24px; font-weight: 700; line-height: 1.2; text-align: center; text-transform: uppercase; }
.ma-selection-page .button { min-height: 44px; padding: 0 31px; border: 1px solid var(--blue); border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.ma-selection-page .button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.ma-selection-page .button--outline { color: var(--blue); background: #fff; }
.ma-selection-page .button--outline:hover { color: #fff; }
.ma-selection-page .button--light { color: #fff; background: #4f87a3; border-color: #4f87a3; }

/* Header */
.ma-selection-page .site-header { position: relative; z-index: 30; background: #fff; }
.ma-selection-page .header-top { height: 42px; border-bottom: 1px solid #e8ecee; font-size: 13px; font-weight: 600; }
.ma-selection-page .header-top__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.ma-selection-page .header-top__nav, .ma-selection-page .header-top__actions { display: flex; align-items: center; gap: 38px; }
.ma-selection-page .header-top a { display: inline-flex; align-items: center; gap: 6px; }
.ma-selection-page .header-top a:hover { color: var(--blue); }
.ma-selection-page .header-top__actions { gap: 25px; }
.ma-selection-page .header-top__actions img { width: 16px; height: 16px; object-fit: contain; }
.ma-selection-page .header-main__inner { min-height: 110px; display: grid; grid-template-columns: 220px minmax(155px, 1fr) minmax(155px, 1fr) 180px auto 48px 58px; gap: 18px; align-items: center; }
.ma-selection-page .logo img { width: 194px; height: auto; }
.ma-selection-page .header-contact { min-width: 0; display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; line-height: 1.55; }
.ma-selection-page .header-contact + .header-contact { padding-left: 21px; border-left: 1px solid var(--line); }
.ma-selection-page .header-contact img { width: 25px; height: 25px; object-fit: contain; flex: 0 0 auto; }
.ma-selection-page .header-phone { display: flex; flex-direction: column; gap: 4px; font-size: 12px; font-weight: 600; }
.ma-selection-page .header-phone a { font-size: 15px; font-weight: 700; }
.ma-selection-page .header-main .button { min-height: 44px; padding-inline: 23px; white-space: nowrap; }
.ma-selection-page .header-action { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; }
.ma-selection-page .header-action img { width: 25px; height: 25px; margin: 0 auto; object-fit: contain; }
.ma-selection-page .menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid var(--blue); background: #fff; }
.ma-selection-page .menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--blue); }
.ma-selection-page .main-nav { min-height: 54px; background: var(--blue-dark); color: #fff; }
.ma-selection-page .main-nav__inner { min-height: 54px; display: grid; grid-template-columns: 1fr 340px; gap: 35px; align-items: center; }
.ma-selection-page .main-nav__links { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.ma-selection-page .main-nav__links a { font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; white-space: nowrap; }
.ma-selection-page .main-nav__links a:hover { color: #d7ebf4; }
.ma-selection-page .main-nav__links span { margin-left: 3px; font-size: 12px; }
.ma-selection-page .search-form { height: 34px; display: grid; grid-template-columns: 1fr 38px; border: 1px solid rgba(255,255,255,.45); }
.ma-selection-page .search-form input { min-width: 0; padding: 0 13px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 12px; font-weight: 600; }
.ma-selection-page .search-form input::placeholder { color: rgba(255,255,255,.67); }
.ma-selection-page .search-form button { border: 0; background: transparent; cursor: pointer; }
.ma-selection-page .search-form img { width: 17px; height: 17px; margin: auto; filter: brightness(0) invert(1); }

/* Hero */
.ma-selection-page .selection-hero { min-height: 490px; position: relative; background: #f8fafb url("assets/images/hero.jpg") center/cover no-repeat; overflow: hidden; }
.ma-selection-page .selection-hero::before { content: ""; position: absolute; inset: 0 42% 0 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.92) 62%, rgba(255,255,255,0) 100%); }
.ma-selection-page .selection-hero > .container { position: relative; z-index: 1; }
.ma-selection-page .breadcrumbs { padding-top: 20px; display: flex; gap: 9px; align-items: center; color: #374149; font-size: 12px; font-weight: 600; }
.ma-selection-page .breadcrumbs a:hover { color: var(--blue); }
.ma-selection-page .selection-hero__content { min-height: 445px; display: flex; align-items: center; }
.ma-selection-page .hero-copy { width: 610px; padding: 30px 0 45px; }
.ma-selection-page .hero-copy h1 { margin: 0 0 22px; color: #111; font-size: 36px; font-weight: 700; line-height: 1.14; }
.ma-selection-page .hero-copy h1 span { color: var(--blue); }
.ma-selection-page .hero-copy > p { max-width: 560px; margin: 0 0 30px; font-size: 16px; font-weight: 600; line-height: 1.65; }
.ma-selection-page .hero-benefits { max-width: 585px; margin-bottom: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ma-selection-page .hero-benefits > div { min-width: 0; }
.ma-selection-page .hero-benefits img { width: 31px; height: 31px; margin-bottom: 8px; object-fit: contain; }
.ma-selection-page .hero-benefits div:nth-child(2) img, .ma-selection-page .hero-benefits div:nth-child(3) img, .ma-selection-page .hero-benefits div:nth-child(4) img { transform: scale(1.55); clip-path: inset(12%); }
.ma-selection-page .hero-benefits span { display: block; font-size: 12px; font-weight: 600; line-height: 1.35; }
.ma-selection-page .hero-benefits strong { font-weight: 700; }

/* Process */
.ma-selection-page .process { background: #fff; }
.ma-selection-page .process-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.ma-selection-page .process-step { min-width: 0; position: relative; text-align: center; }
.ma-selection-page .process-step:not(:last-child)::after { content: ""; position: absolute; top: 26px; left: calc(50% + 32px); width: calc(100% - 64px); border-top: 1px dashed #aabcc5; }
.ma-selection-page .step-number { width: 46px; height: 46px; margin: 0 auto 9px; border: 1px solid var(--blue); border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: #fff; font-size: 16px; }
.ma-selection-page .process-step > img { width: 46px; height: 42px; margin: 0 auto 8px; object-fit: cover; transform: scale(1.25); }
.ma-selection-page .process-step p { margin: 0; font-size: 13px; font-weight: 600; line-height: 1.45; }
.ma-selection-page .process-step strong { font-weight: 700; }

/* Why */
.ma-selection-page .why { background: linear-gradient(120deg, #f5f7f8, #fff 42%, #f4f6f7); }
.ma-selection-page .why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ma-selection-page .why-grid article { min-height: 112px; padding: 15px 9px 12px; background: rgba(255,255,255,.88); text-align: center; box-shadow: 0 5px 24px rgba(41,69,83,.03); }
.ma-selection-page .why-grid img { width: 43px; height: 43px; margin: 0 auto 7px; object-fit: cover; transform: scale(1.25); }
.ma-selection-page .why-grid p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.4; }
.ma-selection-page .why-grid strong { font-weight: 700; }

/* Projects */
.ma-selection-page .projects { background: #fff; }
.ma-selection-page .projects-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.ma-selection-page .projects-grid article { min-width: 0; }
.ma-selection-page .projects-grid img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 3px; }
.ma-selection-page .projects-grid h3 { margin: 8px 0 2px; font-size: 13px; font-weight: 700; }
.ma-selection-page .projects-grid p { margin: 0; font-size: 11px; font-weight: 600; }

/* Comparison */
.ma-selection-page .comparison { border-top: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; }
.ma-selection-page .comparison-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "good bad"; gap: 28px; }
.ma-selection-page .comparison-card { min-height: 225px; padding: 21px 34px 19px; }
.ma-selection-page .comparison-card--good { grid-area: good; background: #fff; }
.ma-selection-page .comparison-card--bad { grid-area: bad; border-radius: 5px; background: linear-gradient(135deg, #fbfbfb, #f1f1f1); }
.ma-selection-page .comparison-card h2 { margin: 0 0 17px; color: var(--blue-deep); font-size: 20px; font-weight: 700; line-height: 1.25; text-align: center; text-transform: uppercase; }
.ma-selection-page .comparison-card ul { margin: 0; padding: 0; list-style: none; }
.ma-selection-page .comparison-card li { position: relative; margin: 0 0 9px; padding-left: 28px; font-size: 14px; font-weight: 600; line-height: 1.4; }
.ma-selection-page .comparison-card li::before { position: absolute; left: 0; top: -2px; color: var(--blue); font-size: 20px; line-height: 1; }
.ma-selection-page .comparison-card--good li::before { content: "✓"; }
.ma-selection-page .comparison-card--bad li::before { content: "×"; }
.ma-selection-page .vs { width: 48px; height: 48px; position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; display: grid; place-items: center; color: #fff; background: #b4a596; font-size: 13px; font-weight: 700; }

/* Product directions */
.ma-selection-page .products-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.ma-selection-page .products-grid article { min-height: 128px; padding: 14px 10px 10px; border: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; text-align: center; }
.ma-selection-page .products-grid img { width: 58px; height: 58px; object-fit: cover; transform: scale(1.3); }
.ma-selection-page .products-grid h3 { margin: 6px 0 0; font-size: 14px; font-weight: 700; line-height: 1.25; }

/* Styles */
.ma-selection-page .styles { padding-top: 12px; }
.ma-selection-page .styles-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 16px; }
.ma-selection-page .styles-grid article { min-width: 0; text-align: center; }
.ma-selection-page .styles-grid img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 3px; }
.ma-selection-page .styles-grid h3 { margin: 7px 0 0; font-size: 12px; font-weight: 700; }

/* Designers + FAQ */
.ma-selection-page .experts { background: #f7f9fa; }
.ma-selection-page .experts-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); grid-template-areas: "designers faq"; gap: 50px; }
.ma-selection-page .designers { min-width: 0; grid-area: designers; }
.ma-selection-page .faq { min-width: 0; grid-area: faq; }
.ma-selection-page .experts .section-title { text-align: left; }
.ma-selection-page .designers-grid { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ma-selection-page .designer-card { min-width: 0; display: grid; grid-template-columns: 135px minmax(0, 1fr); gap: 15px; align-items: stretch; }
.ma-selection-page .designer-card > div { min-width: 0; }
.ma-selection-page .designer-card > img { width: 135px; height: 174px; border-radius: 5px; object-fit: cover; object-position: center 25%; }
.ma-selection-page .designer-card h3 { margin: 6px 0 4px; font-size: 17px; font-weight: 700; white-space: nowrap; }
.ma-selection-page .designer-card p { margin: 0 0 25px; font-size: 13px; font-weight: 600; }
.ma-selection-page .designer-card dl { margin: 0; display: grid; grid-template-columns: max-content minmax(0, 1fr); align-items: flex-start; gap: 14px; }
.ma-selection-page .designer-card dl div { min-width: 52px; }
.ma-selection-page .designer-card dt { font-size: 15px; font-weight: 700; }
.ma-selection-page .designer-card dl div:nth-child(2) dt { white-space: nowrap; font-size: 14px; }
.ma-selection-page .designer-card dd { margin: 2px 0 0; font-size: 11px; font-weight: 600; line-height: 1.3; }
.ma-selection-page .designer-card dl div:first-child { display: flex; align-items: baseline; gap: 4px; white-space: nowrap; }
.ma-selection-page .designer-card dl div:first-child dd { margin: 0; font-size: 13px; font-weight: 700; }
.ma-selection-page .designer-card dl div:first-child dd br { display: none; }
.ma-selection-page .faq-list { border-top: 1px solid #e2e7ea; }
.ma-selection-page .faq-item { border-bottom: 1px solid #e2e7ea; background: #fff; }
.ma-selection-page .faq-item button { width: 100%; min-height: 43px; padding: 10px 13px; border: 0; display: flex; align-items: center; justify-content: space-between; text-align: left; background: #fff; font-size: 13px; font-weight: 700; cursor: pointer; }
.ma-selection-page .faq-item button span { color: var(--blue); font-size: 18px; font-weight: 400; transition: transform .2s; }
.ma-selection-page .faq-item.is-open button span { transform: rotate(45deg); }
.ma-selection-page .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.ma-selection-page .faq-answer p { min-height: 0; margin: 0; overflow: hidden; padding: 0 13px; font-size: 13px; font-weight: 600; line-height: 1.55; }
.ma-selection-page .faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.ma-selection-page .faq-item.is-open .faq-answer p { padding-bottom: 12px; }

/* Lead form + reviews */
.ma-selection-page .lead-section { background: #fff; }
.ma-selection-page .lead-panel { padding: 32px 35px; border-radius: 7px; display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-template-areas: "form perks reviews"; gap: 34px; color: #fff; background: linear-gradient(120deg, #2c5971, #315f76 56%, #284f64); }
.ma-selection-page .lead-panel h2 { margin: 0 0 6px; color: #fff !important; font-size: 22px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.ma-selection-page .lead-form-wrap { min-width: 0; grid-area: form; }
.ma-selection-page .lead-form-wrap > p { margin: 0 0 20px; font-size: 14px; font-weight: 600; }
.ma-selection-page .lead-form { display: flex; flex-direction: column; gap: 10px; }
.ma-selection-page .lead-form__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.ma-selection-page .lead-form input, .ma-selection-page .lead-form textarea { width: 100%; border: 0; border-radius: 2px; outline: 0; background: #fff; font-size: 13px; font-weight: 600; }
.ma-selection-page .lead-form input { height: 38px; padding: 0 13px; }
.ma-selection-page .lead-form textarea { height: 70px; padding: 11px 13px; resize: vertical; }
.ma-selection-page .upload-field { min-height: 87px; padding: 13px 16px; border: 1px dashed rgba(255,255,255,.76); border-radius: 3px; display: flex; align-items: center; gap: 14px; cursor: pointer; }
.ma-selection-page .upload-field input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.ma-selection-page .upload-icon { width: 58px; height: 48px; flex: 0 0 auto; object-fit: contain; opacity: .9; }
.ma-selection-page .upload-field span:last-child { display: flex; flex-direction: column; }
.ma-selection-page .upload-field strong { font-size: 14px; font-weight: 700; }
.ma-selection-page .upload-field small { margin-top: 3px; font-size: 12px; font-weight: 600; }
.ma-selection-page .upload-field em { margin-top: 9px; color: #d5e8f0; font-size: 12px; font-weight: 600; font-style: normal; text-decoration: underline; }
.ma-selection-page .lead-form .button { width: 230px; margin-top: 2px; }
.ma-selection-page .form-status { min-height: 18px; margin: 0; font-size: 13px; font-weight: 600; }
.ma-selection-page .lead-perks { min-width: 0; grid-area: perks; align-self: center; margin: 0; padding: 0; list-style: none; }
.ma-selection-page .lead-perks li { position: relative; margin: 0 0 25px; padding-left: 35px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.ma-selection-page .lead-perks li::before { content: "✓"; width: 21px; height: 21px; position: absolute; left: 0; top: -2px; border: 1px solid rgba(255,255,255,.7); display: grid; place-items: center; color: #bfe2f1; font-size: 13px; }
.ma-selection-page .reviews { min-width: 0; grid-area: reviews; }
.ma-selection-page .reviews h2 { margin-bottom: 15px; }
.ma-selection-page .review-card { min-height: 105px; margin-bottom: 11px; padding: 13px; border-radius: 5px; display: grid; grid-template-columns: 1fr 116px; gap: 14px; color: #111; background: #fff; }
.ma-selection-page .review-card h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; }
.ma-selection-page .review-card p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.5; }
.ma-selection-page .review-card img { width: 116px; height: 82px; border-radius: 4px; object-fit: cover; }
.ma-selection-page .reviews-link { display: flex; align-items: center; justify-content: flex-end; gap: 10px; font-size: 12px; font-weight: 700; }
.ma-selection-page .reviews-link span { font-size: 18px; }

/* Footer */
.ma-selection-page .site-footer { color: #fff; background: linear-gradient(115deg, #244c61, #315e74); }
.ma-selection-page .footer-grid { min-height: 255px; padding: 37px 0; display: grid; grid-template-columns: 145px 175px 190px 1fr 245px; gap: 45px; align-items: start; }
.ma-selection-page .footer-column { display: flex; flex-direction: column; gap: 5px; }
.ma-selection-page .footer-column h2, .ma-selection-page .footer-contacts h2 { margin: 0 0 11px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ma-selection-page .footer-column a, .ma-selection-page .footer-contacts a, .ma-selection-page .footer-contacts p { color: #fff; font-size: 12px; font-weight: 600; }
.ma-selection-page .footer-column a:hover, .ma-selection-page .footer-contacts a:hover { text-decoration: underline; }
.ma-selection-page .footer-brand { align-self: center; text-align: center; }
.ma-selection-page .footer-brand img { width: 210px; margin: 0 auto 10px; filter: grayscale(1) brightness(4); }
.ma-selection-page .footer-brand p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.5; }
.ma-selection-page .footer-contacts { display: flex; flex-direction: column; align-items: flex-start; }
.ma-selection-page .footer-contacts a, .ma-selection-page .footer-contacts p { margin: 0 0 8px; display: flex; align-items: flex-start; gap: 7px; line-height: 1.5; }
.ma-selection-page .footer-contacts > a img, .ma-selection-page .footer-contacts > p img { width: 14px; height: 14px; margin-top: 1px; filter: brightness(0) invert(1); }
.ma-selection-page .socials { margin-top: 5px; display: flex; gap: 12px; }
.ma-selection-page .socials a { width: 20px; height: 20px; }
.ma-selection-page .socials img { width: 20px; height: 20px; filter: brightness(0) invert(1); }

@media (max-width: 1180px) {
  .ma-selection-page .header-top__nav { gap: 22px; }
  .ma-selection-page .header-main__inner { grid-template-columns: 190px 1fr 1fr 155px auto 40px 48px; gap: 11px; }
  .ma-selection-page .header-contact { font-size: 9px; }
  .ma-selection-page .header-contact + .header-contact { padding-left: 10px; }
  .ma-selection-page .header-main .button { padding-inline: 14px; font-size: 9px; }
  .ma-selection-page .main-nav__inner { grid-template-columns: 1fr 260px; gap: 18px; }
  .ma-selection-page .main-nav__links { gap: 12px; }
  .ma-selection-page .main-nav__links a { font-size: 9px; }
  .ma-selection-page .why-grid { grid-template-columns: repeat(3, 1fr); }
  .ma-selection-page .projects-grid { grid-template-columns: repeat(3, 1fr); row-gap: 25px; }
  .ma-selection-page .styles-grid { grid-template-columns: repeat(4, 1fr); row-gap: 22px; }
  .ma-selection-page .experts-grid { grid-template-columns: 1fr; grid-template-areas: "designers" "faq"; gap: 38px; }
  .ma-selection-page .lead-panel { grid-template-columns: 1.2fr .8fr; grid-template-areas: "form perks" "reviews reviews"; }
  .ma-selection-page .reviews { grid-column: 1 / -1; }
  .ma-selection-page .reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .ma-selection-page .reviews h2, .ma-selection-page .reviews-link { grid-column: 1 / -1; }
  .ma-selection-page .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .ma-selection-page .footer-brand, .ma-selection-page .footer-contacts { align-self: start; }
}

@media (max-width: 900px) {
  .ma-selection-page .container { width: min(calc(100% - 34px), var(--container)); }
  .ma-selection-page .header-main__inner { min-height: 82px; display: flex; justify-content: space-between; }
  .ma-selection-page .header-main .header-contact, .ma-selection-page .header-main .header-phone, .ma-selection-page .header-main .button, .ma-selection-page .header-main .header-action { display: none; }
  .ma-selection-page .menu-toggle { display: block; }
  .ma-selection-page .main-nav { width: min(360px, 88vw); height: calc(100vh - 120px); position: fixed; right: 0; top: 120px; transform: translateX(105%); transition: transform .25s; overflow-y: auto; }
  .ma-selection-page .main-nav.is-open { transform: translateX(0); }
  .ma-selection-page .main-nav__inner { min-height: auto; padding: 28px; display: block; }
  .ma-selection-page .main-nav__links { align-items: stretch; flex-direction: column; }
  .ma-selection-page .main-nav__links a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 12px; }
  .ma-selection-page .search-form { margin-top: 25px; }
  .ma-selection-page .selection-hero::before { inset: 0 20% 0 0; }
  .ma-selection-page .hero-copy { width: 70%; }
  .ma-selection-page .hero-copy h1 { font-size: 30px; }
  .ma-selection-page .hero-benefits { grid-template-columns: repeat(2, 1fr); }
  .ma-selection-page .process-grid { grid-template-columns: repeat(5, 210px); padding-bottom: 10px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .ma-selection-page .process-step { scroll-snap-align: center; }
  .ma-selection-page .comparison-card { padding-inline: 24px; }
  .ma-selection-page .comparison-card h2 { font-size: 15px; }
  .ma-selection-page .products-grid { grid-template-columns: repeat(3, 1fr); }
  .ma-selection-page .designers-grid { grid-template-columns: 1fr; }
  .ma-selection-page .designer-card { grid-template-columns: 160px 1fr; }
  .ma-selection-page .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .ma-selection-page .container { width: min(calc(100% - 28px), var(--container)); }
  .ma-selection-page .section-pad { padding: 28px 0; }
  .ma-selection-page .section-title { margin-bottom: 20px; font-size: 18px; }
  .ma-selection-page .header-top { height: 38px; }
  .ma-selection-page .header-top__nav a:nth-child(n+3), .ma-selection-page .header-top__actions a:first-child { display: none; }
  .ma-selection-page .header-top__nav, .ma-selection-page .header-top__actions { gap: 14px; }
  .ma-selection-page .header-main__inner { min-height: 72px; }
  .ma-selection-page .logo img { width: 158px; }
  .ma-selection-page .main-nav { top: 110px; height: calc(100vh - 110px); }
  .ma-selection-page .selection-hero { min-height: 620px; background-position: 63% center; }
  .ma-selection-page .selection-hero::before { inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.84) 62%, rgba(255,255,255,.42)); }
  .ma-selection-page .breadcrumbs { padding-top: 14px; font-size: 9px; }
  .ma-selection-page .selection-hero__content { min-height: 575px; align-items: flex-start; }
  .ma-selection-page .hero-copy { width: 100%; padding-top: 45px; }
  .ma-selection-page .hero-copy h1 { font-size: 28px; }
  .ma-selection-page .hero-copy > p { font-size: 13px; }
  .ma-selection-page .hero-benefits { gap: 18px 10px; }
  .ma-selection-page .why-grid, .ma-selection-page .projects-grid, .ma-selection-page .products-grid { grid-template-columns: repeat(2, 1fr); }
  .ma-selection-page .comparison-grid { grid-template-columns: 1fr; grid-template-areas: "good" "bad"; gap: 18px; }
  .ma-selection-page .comparison-card { min-height: auto; }
  .ma-selection-page .vs { top: 50%; }
  .ma-selection-page .styles-grid { grid-template-columns: repeat(2, 1fr); }
  .ma-selection-page .experts-grid { gap: 32px; }
  .ma-selection-page .experts .section-title { text-align: center; }
  .ma-selection-page .designer-card { grid-template-columns: 120px 1fr; }
  .ma-selection-page .designer-card > img { width: 120px; height: 155px; }
  .ma-selection-page .designer-card p { margin-bottom: 17px; }
  .ma-selection-page .lead-panel { padding: 25px 18px; grid-template-columns: 1fr; grid-template-areas: "form" "perks" "reviews"; gap: 28px; }
  .ma-selection-page .lead-form__row { grid-template-columns: 1fr; }
  .ma-selection-page .lead-form input { height: 42px; }
  .ma-selection-page .lead-form .button { width: 100%; }
  .ma-selection-page .lead-perks { align-self: start; }
  .ma-selection-page .reviews { display: block; }
  .ma-selection-page .review-card { grid-template-columns: 1fr 92px; }
  .ma-selection-page .review-card img { width: 92px; }
  .ma-selection-page .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .ma-selection-page .footer-brand, .ma-selection-page .footer-contacts { grid-column: 1 / -1; }
  .ma-selection-page .footer-brand { justify-self: start; text-align: left; }
  .ma-selection-page .footer-brand img { width: 185px; margin-left: 0; }
}

@media (max-width: 390px) {
  .ma-selection-page .why-grid, .ma-selection-page .projects-grid, .ma-selection-page .products-grid { grid-template-columns: 1fr; }
  .ma-selection-page .hero-copy h1 { font-size: 25px; }
  .ma-selection-page .review-card { grid-template-columns: 1fr; }
  .ma-selection-page .review-card img { width: 100%; height: 120px; }
}
