@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&subset=latin,cyrillic&display=swap");

:root {
  color-scheme: light;
  --ink: #1d1d1d;
  --muted: #797979;
  --paper: #f4f1ec;
  --surface: #ffffff;
  --line: rgba(29, 29, 29, 0.12);
  --wine: #6b0b0c;
  --wine-2: #841213;
  --wine-3: #a21a1b;
  --coral: #ef8b6a;
  --coffee: #3a332d;
  --shadow: 0 28px 80px rgba(107, 11, 12, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 7% 9%, rgba(239, 139, 106, 0.22), transparent 32%),
    radial-gradient(circle at 88% 6%, rgba(107, 11, 12, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 241, 236, 0.98)),
    var(--paper);
  color: var(--ink);
}

a,
button {
  color: inherit;
}

a {
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 2px 1px 24px rgba(22, 22, 22, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 86px;
  height: 42px;
  place-items: center;
  border-radius: 50px;
  background: linear-gradient(135deg, #000 0%, var(--wine) 74%, var(--coral) 140%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
}

.brand small {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 500;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
}

.main-nav a:hover,
.header-phone:hover {
  color: var(--wine);
}

.header-phone {
  min-width: max-content;
  color: #000;
  font-size: 15px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1fr);
  gap: 30px;
  width: min(1180px, calc(100% - 40px));
  margin: 14px auto 34px;
  padding: 22px 24px 28px;
  border-radius: 50px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.52)),
    linear-gradient(135deg, rgba(239, 139, 106, 0.12), rgba(107, 11, 12, 0.08));
  box-shadow: 0 30px 90px rgba(16, 16, 16, 0.08);
  backdrop-filter: blur(18px);
}

.hero-copy {
  align-self: center;
  min-width: 0;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.hero-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(107, 11, 12, 0.18);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  max-width: 560px;
  margin-bottom: 10px;
  color: #000;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -1.2px;
}

.hero-subtitle {
  max-width: 590px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--wine), var(--wine-2) 52%, var(--coral));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.7px;
}

.lead {
  max-width: 560px;
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.46;
}

.lead-form,
.final-form,
.lead-modal form {
  display: grid;
  gap: 10px;
}

.lead-form {
  max-width: 560px;
  margin: 16px 0 12px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(107, 11, 12, 0.97), rgba(132, 18, 19, 0.93) 54%, rgba(239, 139, 106, 0.9)),
    var(--wine);
  box-shadow: 0 24px 52px rgba(107, 11, 12, 0.24);
}

.lead-form label {
  display: block;
  margin: 6px 12px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(29, 29, 29, 0.12);
  border-radius: 60px;
  background: #fff;
  color: var(--ink);
  padding: 0 20px;
  font-size: 15px;
}

input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(239, 139, 106, 0.38);
}

.lead-form button,
.final-form button,
.lead-modal button[type="submit"],
.mini-cta,
.text-link,
.service-card button,
.style-slide button,
.media-more button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 60px;
  background: linear-gradient(90deg, var(--wine), var(--wine-2), var(--coral));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(107, 11, 12, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

a,
button,
input {
  transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(239, 139, 106, 0.55);
  outline-offset: 3px;
}

button:hover,
.office-grid a:hover,
.media-card-bottom a:hover {
  transform: translateY(-1px);
}

.lead-form button {
  padding: 0 24px;
  background: #000;
}

.lead-form p {
  margin: 0 12px 4px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.35;
}

.form-success {
  margin: 4px 0 0;
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.lead-form .form-success,
.lead-form p.form-success {
  margin: 0 12px 4px;
  color: #fff;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 560px;
  margin-top: 12px;
}

.proof-row div {
  padding-top: 10px;
  border-top: 1px solid rgba(107, 11, 12, 0.22);
}

.proof-row strong,
.proof-row span {
  display: block;
}

.proof-row strong {
  margin-bottom: 5px;
  color: var(--wine);
  font-size: 20px;
  font-weight: 800;
}

.proof-row span {
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  align-self: center;
  min-height: 0;
  height: clamp(390px, calc(100vh - 210px), 520px);
  overflow: hidden;
  border-radius: 50px;
  background: #ddd4c9;
  box-shadow: var(--shadow);
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(310px, calc(100% - 36px));
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(34, 31, 27, 0.18);
  backdrop-filter: blur(14px);
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.hero-badge strong {
  margin-bottom: 5px;
  color: #000;
  font-size: 23px;
  font-weight: 800;
}

.hero-badge span {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.hero-note {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: min(240px, calc(100% - 360px));
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

section {
  scroll-margin-top: 90px;
}

.offers,
.styles,
.services,
.cases,
.media-proof,
.process,
.trust,
.contacts {
  padding: 82px 0;
}

.offers,
.cases,
.media-proof,
.contacts {
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: 34px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 30px;
}

.section-head.compact {
  display: block;
  max-width: 860px;
  text-align: center;
}

.section-head h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.9px;
}

.section-head p {
  align-self: end;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.compact p {
  margin-top: 16px;
}

.offer-list,
.service-grid,
.case-grid,
.media-grid,
.media-more,
.step-grid,
.office-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.offer-list {
  display: grid;
  gap: 14px;
}

.offer-row {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr) minmax(190px, auto);
  column-gap: 30px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(239, 139, 106, 0.08)),
    #f3efe8;
}

.offer-row.featured {
  background: linear-gradient(145deg, #000 0%, var(--wine) 74%, var(--coral) 140%);
  color: #fff;
  box-shadow: 0 26px 66px rgba(107, 11, 12, 0.2);
}

.offer-price {
  display: grid;
  gap: 28px;
  min-height: 132px;
  align-content: space-between;
  padding-right: 28px;
  border-right: 1px solid rgba(107, 11, 12, 0.18);
}

.featured .offer-price {
  border-right-color: rgba(255, 255, 255, 0.22);
}

.offer-price span,
.adapt-strip span,
.service-card span,
.step-card span {
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured .offer-price span {
  color: #ffb49d;
}

.offer-price strong {
  max-width: 210px;
  font-size: 25px;
  line-height: 1.15;
}

.offer-body h3,
.adapt-strip h3,
.service-card h3,
.case-card h3,
.step-card h3,
.office-grid h3,
.final-form h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.offer-body p,
.adapt-strip p,
.service-card p,
.case-card p,
.step-card p,
.office-grid p,
.trust-panel p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.featured .offer-body p {
  color: rgba(255, 255, 255, 0.74);
}

.offer-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.offer-body li {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(107, 11, 12, 0.16);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.featured .offer-body li {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

.text-link {
  justify-self: end;
  padding: 0 20px;
}

.featured .text-link {
  background: #fff;
  color: var(--wine);
}

.adapt-strip {
  display: grid;
  grid-template-columns: 0.46fr 1fr;
  gap: 30px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 18px 24px 18px 18px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 139, 106, 0.08)),
    #fff;
  box-shadow: 0 18px 52px rgba(107, 11, 12, 0.08);
}

.adapt-strip img {
  width: 100%;
  height: 230px;
  border-radius: 30px;
  object-fit: cover;
}

.adapt-strip div {
  align-self: center;
}

.adapt-strip .mini-cta {
  margin-top: 6px;
  padding: 0 22px;
}

.styles {
  background: var(--paper);
}

.style-carousel {
  display: grid;
  grid-auto-columns: minmax(680px, 82vw);
  grid-auto-flow: column;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.style-slide {
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(54, 43, 34, 0.08);
  scroll-snap-align: start;
}

.style-slide img {
  width: 100%;
  aspect-ratio: 2.05;
  object-fit: cover;
}

.style-slide div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px 22px;
}

.style-slide h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.4px;
}

.style-slide button {
  padding: 0 18px;
}

.service-grid,
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.step-card,
.office-grid article,
.final-form {
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(54, 43, 34, 0.08);
}

.service-card {
  display: grid;
  min-height: 310px;
  align-content: start;
  padding: 26px;
}

.service-card button {
  width: fit-content;
  margin-top: auto;
  padding: 0 20px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(240px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.case-card {
  min-width: 240px;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 36px;
  background: #fff;
}

.case-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.case-card div {
  padding: 20px;
}

.case-card h3 {
  font-size: 21px;
}

.media-proof {
  background:
    radial-gradient(circle at 10% 12%, rgba(239, 139, 106, 0.14), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.media-head {
  align-items: end;
}

.media-summary {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid rgba(107, 11, 12, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(107, 11, 12, 0.08);
}

.media-summary strong,
.media-summary span {
  display: block;
}

.media-summary strong {
  color: var(--wine);
  font-size: 18px;
  line-height: 1.25;
}

.media-summary span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.media-card {
  display: grid;
  min-height: 320px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(54, 43, 34, 0.08);
}

.media-card-top,
.media-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.media-wordmark,
.media-card-bottom span,
.media-more strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-wordmark {
  padding: 0 12px;
  background: #000;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.media-card time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.media-card h3 {
  margin: 24px 0 16px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.3px;
}

.media-card blockquote,
.media-insight {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.media-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.media-card .media-insight {
  margin-bottom: 14px;
}

.media-card-bottom {
  margin-top: auto;
}

.media-card-bottom span {
  padding: 0 10px;
  border: 1px solid rgba(107, 11, 12, 0.16);
  color: var(--wine);
}

.media-card-bottom a {
  border-bottom: 1px solid currentColor;
  color: #000;
  font-size: 13px;
  font-weight: 800;
}

.media-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
}

.media-more > span {
  margin-right: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.media-more strong {
  padding: 0 12px;
  border: 1px solid rgba(107, 11, 12, 0.12);
  background: rgba(107, 11, 12, 0.04);
  color: var(--wine);
}


.step-grid {
  grid-template-columns: repeat(4, 1fr);
}

.step-card {
  min-height: 240px;
  padding: 24px;
}

.trust {
  padding-top: 0;
}

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px;
  border-radius: 46px;
  background: linear-gradient(145deg, #000 0%, var(--wine) 74%, var(--coral) 140%);
  color: #fff;
  box-shadow: var(--shadow);
}

.trust-panel h2 {
  margin-bottom: 14px;
  font-size: clamp(31px, 3.4vw, 46px);
  line-height: 1.08;
}

.trust-panel p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.trust-facts {
  display: grid;
  gap: 12px;
}

.trust-facts span {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 800;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(300px, 0.9fr);
  gap: 18px;
}

.office-grid article,
.final-form {
  padding: 26px;
}

.office-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 6px;
  padding: 0 18px;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.final-form button {
  width: 100%;
}

.estimate-cover {
  display: grid;
  gap: 10px;
  min-height: 178px;
  align-content: space-between;
  padding: 20px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(239, 139, 106, 0.16)),
    linear-gradient(145deg, #111 0%, var(--wine) 72%, var(--coral) 135%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(107, 11, 12, 0.16);
}

.estimate-cover span,
.estimate-cover small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.estimate-cover strong {
  max-width: 260px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.3px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(12px);
}

.lead-modal,
.style-modal {
  position: relative;
  width: min(520px, 100%);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.lead-modal {
  padding: 32px;
}

.lead-modal h2 {
  max-width: 420px;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 1.1;
}

.lead-modal p {
  color: var(--muted);
  font-weight: 500;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.style-backdrop {
  padding: 28px;
}

.style-modal {
  width: min(1180px, 100%);
  overflow: hidden;
}

.style-modal img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  background: #fff;
}

@media (min-width: 961px) and (max-height: 850px) {
  .proof-row {
    display: none;
  }

  .hero {
    padding: 18px 20px;
  }

  .hero-visual {
    height: clamp(330px, calc(100vh - 210px), 430px);
  }
}

@media (max-width: 1060px) {
  .site-header,
  .hero,
  .section-head,
  .offer-list,
  .adapt-strip,
  .style-carousel,
  .service-grid,
  .case-grid,
  .media-grid,
  .media-more,
  .step-grid,
  .trust-panel,
  .office-grid {
    width: min(920px, calc(100% - 32px));
  }

  .hero,
  .section-head,
  .offer-row,
  .adapt-strip,
  .media-head,
  .trust-panel,
  .office-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    height: 520px;
  }

  .hero-note {
    width: min(260px, calc(100% - 36px));
    right: 18px;
    bottom: 92px;
  }

  .offer-row {
    row-gap: 18px;
  }

  .offer-price {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(107, 11, 12, 0.18);
  }

  .featured .offer-price {
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }

  .text-link {
    justify-self: start;
  }

  .service-grid,
  .media-grid,
  .step-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-header,
  .hero,
  .section-head,
  .offer-list,
  .adapt-strip,
  .style-carousel,
  .service-grid,
  .case-grid,
  .media-grid,
  .media-more,
  .step-grid,
  .trust-panel,
  .office-grid {
    width: min(390px, calc(100% - 28px));
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 12px;
    padding: 12px;
    border-radius: 34px;
  }

  .main-nav,
  .header-phone {
    display: none;
  }

  .hero {
    margin-top: 14px;
    padding: 18px;
    border-radius: 34px;
  }

  h1 {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -0.5px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .lead {
    font-size: 15px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .lead-form button {
    width: 100%;
  }

  .proof-row,
  .service-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .proof-row {
    display: none;
  }

  .hero-visual {
    order: -1;
    height: 350px;
    border-radius: 34px;
  }

  .hero-badge {
    border-radius: 26px;
  }

  .hero-note {
    display: none;
  }

  .offers,
  .styles,
  .services,
  .cases,
  .media-proof,
  .process,
  .trust,
  .contacts {
    padding: 54px 0;
  }

  .section-head h2 {
    font-size: 31px;
  }

  .section-head p {
    font-size: 16px;
  }

  .offer-row,
  .adapt-strip,
  .service-card,
  .media-card,
  .media-more,
  .step-card,
  .trust-panel,
  .office-grid article,
  .final-form {
    border-radius: 30px;
    padding: 22px;
  }

  .offer-price {
    display: grid;
    justify-content: start;
  }

  .offer-body h3,
  .adapt-strip h3,
  .service-card h3,
  .step-card h3,
  .office-grid h3,
  .final-form h3 {
    font-size: 24px;
  }

  .adapt-strip img {
    height: 210px;
    border-radius: 24px;
  }

  .style-carousel {
    grid-auto-columns: minmax(350px, 90vw);
  }

  .style-slide {
    border-radius: 30px;
  }

  .style-slide div {
    grid-template-columns: 1fr;
  }

  .style-slide h3 {
    font-size: 21px;
  }

  .case-card img {
    height: 190px;
  }

  .media-grid {
    display: grid;
    grid-auto-columns: minmax(320px, 86vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .media-card {
    min-height: 310px;
    scroll-snap-align: start;
  }

  .media-card h3 {
    font-size: 20px;
  }

  .media-card blockquote {
    font-size: 18px;
  }

  .media-more {
    display: grid;
  }

  .media-more button {
    width: 100%;
    margin-left: 0;
  }

  .lead-modal {
    padding: 26px 20px 20px;
    border-radius: 30px;
  }

  .style-backdrop {
    padding: 12px;
  }
}
