:root {
  --ink: #101820;
  --muted: #667078;
  --orange: #ff5b13;
  --orange-dark: #eb3f00;
  --cream: #fff8f2;
  --paper: #fffdfb;
  --line: rgba(16, 24, 32, .09);
  --shadow: 0 24px 70px rgba(98, 49, 20, .11);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 126, 40, .13), transparent 22rem),
    linear-gradient(180deg, #fffaf6 0, #fff 42rem);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.7; }

.section-shell { width: min(1376px, calc(100% - 28px)); margin-inline: auto; }
.header {
  position: sticky;
  z-index: 20;
  top: 14px;
  width: min(1366px, calc(100% - 46px));
  min-height: 74px;
  margin: 15px auto 0;
  padding: 10px 20px 10px 34px;
  display: flex;
  align-items: center;
  gap: 36px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 15px 45px rgba(70, 40, 20, .08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; flex: 0 0 32px; object-fit: cover; border-radius: 9px; }
.nav { display: flex; align-items: center; gap: 52px; margin-left: auto; font-size: 14px; font-weight: 600; }
.nav a { transition: color .2s; }
.nav a:hover { color: var(--orange); }
.socials { display: flex; gap: 12px; margin-left: 66px; }
.social { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); font-size: 22px; font-weight: 800; }
.social svg, .social img { width: 29px; height: 29px; display: block; }
.telegram svg circle, .telegram-icon circle { fill: #2aabee; }
.telegram svg path, .telegram-icon path { fill: white; }
.max img { width: 30px; height: 30px; image-rendering: auto; }

.hero {
  position: relative;
  min-height: 586px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 24px;
  padding: 26px 50px 18px 78px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 82px;
  left: 46%;
  width: 62px;
  height: 62px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, white 0 8%, transparent 24%),
    radial-gradient(circle at 58% 62%, rgba(255,128,65,.5), rgba(255,255,255,.48) 58%, rgba(255,111,47,.3));
  box-shadow: inset 0 0 15px rgba(255,255,255,.8), 0 8px 18px rgba(232,88,25,.16);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(68px, 6.45vw, 96px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.07em;
}
.hero h1 span {
  display: inline-block;
  margin-top: .1em;
  color: var(--orange);
}
.hero h2 { max-width: 530px; margin: 25px 0 12px; font-size: clamp(22px, 2vw, 30px); line-height: 1.18; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { max-width: 535px; margin: 9px 0; color: #3e474e; font-size: 13px; line-height: 1.55; }
.hero-actions { display: flex; gap: 20px; margin: 23px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 0 39px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #ff7a17, #ff3d08); box-shadow: 0 15px 30px rgba(255, 79, 13, .22); }
.button-secondary { border-color: rgba(255, 91, 19, .45); background: rgba(255,255,255,.6); }
.tags { display: flex; flex-wrap: wrap; gap: 10px; max-width: 570px; }
.tags span { min-width: 108px; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #4e575e; font-size: 12px; text-align: center; }
.tags span:nth-child(1),
.tags span:nth-child(3),
.tags span:nth-child(6) { min-width: 142px; }
.tags span:first-child::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--orange); }

.hero-visual { position: relative; align-self: stretch; min-height: 570px; }
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -5% -4% -2% 2%;
  border-radius: 48% 38% 31% 45% / 32% 38% 45% 42%;
  background: linear-gradient(135deg, #ffb35f, #ff7226 68%, #f44e0f);
  box-shadow: 0 36px 80px rgba(237, 84, 10, .22);
  transform: rotate(1deg);
}
.hero-visual::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -10%;
  width: 190px;
  height: 190px;
  border: 2px solid rgba(255, 91, 19, .2);
  border-radius: 50%;
  box-shadow: inset 0 0 0 24px rgba(255,255,255,.45), inset 0 0 0 25px rgba(255,91,19,.12);
}
.photo-frame { position: absolute; z-index: 2; inset: -5% -3% -2% 2%; overflow: hidden; border: 2px solid rgba(255,255,255,.82); border-radius: 48% 38% 31% 45% / 32% 38% 45% 42%; }
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(1.2) saturate(.92) contrast(.93);
}
.stat-card {
  position: absolute;
  z-index: 3;
  top: 21%;
  right: -7%;
  width: 160px;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  background: rgba(255,248,242,.82);
  box-shadow: 0 24px 45px rgba(92, 43, 15, .18);
  backdrop-filter: blur(14px);
}
.stat-card strong { display: block; font-size: 39px; line-height: 1; }
.stat-card span { display: block; margin-top: 7px; font-size: 13px; line-height: 1.45; }
.stat-card svg { width: 100%; margin-top: 10px; overflow: visible; }
.stat-card path { fill: none; stroke: white; stroke-width: 2; }
.stat-card circle { fill: var(--orange); }
.spark-card { position: absolute; z-index: 3; right: -1%; bottom: 13%; width: 108px; height: 108px; display: grid; place-items: center; border: 1px solid white; border-radius: 20px; background: rgba(255,245,237,.85); color: white; font-size: 54px; box-shadow: 0 20px 40px rgba(70,35,15,.12); backdrop-filter: blur(12px); }

.section { padding-block: 100px; }
.section-heading { max-width: 750px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .about h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 15px 0 0; color: var(--muted); }
.problem-section { position: relative; z-index: 5; width: calc(100% - 28px); max-width: none; padding: 22px 68px 24px; border: 1px solid rgba(255,255,255,.9); border-radius: 32px; background: rgba(255,255,255,.78); box-shadow: 0 20px 60px rgba(69,38,18,.08); backdrop-filter: blur(12px); }
.problem-section .section-heading { margin-bottom: 18px; }
.problem-section .section-heading .eyebrow { display: none; }
.problem-section .section-heading h2 { font-size: 46px; }
.problem-section .section-heading h2::before,
.problem-section .section-heading h2::after { content: "✦"; display: inline-block; margin: 0 20px; color: var(--orange); font-size: 30px; font-weight: 400; vertical-align: 8px; }
.problem-section .section-heading > p:last-child { margin-top: 7px; font-size: 14px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card {
  position: relative;
  min-height: 297px;
  overflow: hidden;
  padding: 18px 21px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 25px;
  background-size: 165% auto;
  background-repeat: no-repeat;
  box-shadow: 0 16px 45px rgba(56,44,38,.08);
}
.problem-card::after { display: none; }
.problem-card h3 {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 14px 0 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.27;
  font-weight: 800;
  letter-spacing: -.025em;
}
.problem-card p {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 0;
  color: #4c5358;
  font-size: 11px;
  line-height: 1.6;
}
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: color-mix(in srgb, currentColor 10%, rgba(255,255,255,.88)); color: currentColor; }
.card-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  color: currentColor;
  font-size: 11.5px;
  font-weight: 700;
}
.card-link span { font-size: 20px; font-weight: 400; }
.coral { color: #ff542d; background-image: url("problem-coral.png"); background-position: 4% center; }
.mint { color: #08a77a; background-image: url("problem-mint.png"); background-position: 34% center; }
.amber { color: #f08212; background-image: url("problem-amber.png"); background-position: 34% center; }
.lilac { color: #864eea; background-image: url("problem-lilac.png"); background-position: 30% center; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 340px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 50px rgba(70,45,28,.06); }
.service-card.featured { color: white; background: linear-gradient(145deg, #ff7218, #f0440b); box-shadow: 0 26px 55px rgba(232,67,5,.22); }
.service-number { position: absolute; top: 28px; right: 32px; color: rgba(16,24,32,.12); font-size: 62px; font-weight: 800; letter-spacing: -.08em; }
.featured .service-number { color: rgba(255,255,255,.22); }
.service-card h3 { max-width: 75%; margin: 12px 0 8px; font-size: 30px; letter-spacing: -.04em; }
.service-price { margin-bottom: 20px; color: var(--orange); font-size: 21px; font-weight: 800; letter-spacing: -.025em; }
.featured .service-price { color: white; }
.service-card > p { max-width: 650px; color: var(--muted); }
.featured > p { color: rgba(255,255,255,.78); }
.service-result { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); line-height: 1.65; }
.featured .service-result { border-color: rgba(255,255,255,.22); }
.service-result b { display: block; margin-bottom: 5px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.trust-section { color: white; background: var(--ink); }
.section-heading.light .eyebrow { color: #ff8c48; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-card { padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(255,255,255,.055); }
.trust-card strong { color: #ff7b2b; font-size: 48px; letter-spacing: -.05em; }
.trust-card h3 { min-height: 52px; margin: 16px 0 10px; font-size: 18px; }
.trust-card p { color: rgba(255,255,255,.62); font-size: 13px; }
.trust-action { display: flex; justify-content: center; margin-top: 34px; }
.trust-button { min-width: 210px; color: white; background: linear-gradient(135deg, #ff7620, #f34308); box-shadow: 0 15px 32px rgba(243,67,8,.28); }

.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); box-shadow: 0 16px 45px rgba(70,45,28,.055); }
.case-title { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.case-title span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--orange); font-weight: 800; }
.case-title h3 { margin: 0; font-size: 24px; }
.case-card p { color: #525d64; font-size: 14px; }
.case-result { margin-top: 22px; padding: 18px; border-radius: 16px; background: #fff0e7; color: #373d41 !important; }
.case-button {
  align-self: flex-start;
  margin-top: auto;
  min-width: 138px;
  padding: 13px 28px;
  border: 1.5px solid #ff7546;
  border-radius: 14px;
  color: #ff4e20;
  background: rgba(255,255,255,.72);
  box-shadow: 0 5px 14px rgba(243,67,8,.06);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.case-button:hover { transform: translateY(-2px); background: #fff7f2; box-shadow: 0 9px 20px rgba(243,67,8,.13); }

.case-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.case-modal.open { visibility: visible; opacity: 1; }
.case-modal-backdrop { position: absolute; inset: 0; background: rgba(16,24,32,.58); backdrop-filter: blur(7px); }
.case-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  background: #fffdfb;
  box-shadow: 0 35px 90px rgba(16,24,32,.28);
  transform: translateY(18px) scale(.98);
  transition: transform .25s;
}
.case-modal.open .case-modal-dialog { transform: none; }
.case-modal-close { position: absolute; top: 17px; right: 19px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
.case-modal-heading { display: flex; align-items: center; gap: 18px; padding-right: 42px; }
.case-modal-number { width: 56px; height: 56px; flex: 0 0 56px; display: grid; place-items: center; border-radius: 16px; color: white; background: var(--orange); font-size: 17px; font-weight: 800; }
.case-modal-heading .eyebrow { margin-bottom: 5px; }
.case-modal-heading h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.case-modal-content { margin: 28px 0; }
.case-modal-content p { margin: 0 0 14px; padding: 18px 20px; border-radius: 16px; color: #4f5960; background: #fff7f1; }
.case-modal-content p:last-child { margin-bottom: 0; background: #ffeadc; }
.case-details { display: grid; gap: 14px; margin-top: 24px; }
.case-details section { padding: 20px; border-radius: 17px; background: #fff7f1; }
.case-details section h3 { margin: 0 0 9px; font-size: 18px; }
.case-details section p { margin: 0 0 10px; padding: 0; background: transparent; }
.case-details section p:last-child { margin-bottom: 0; background: transparent; }
.case-details .case-details-result { background: #ffeadc; }
.prototype-preview { margin-top: 26px; }
.prototype-preview > p { margin: 0 0 14px; padding: 0; background: transparent; color: #303940; font-weight: 700; }
.prototype-image { width: 100%; grid-template-rows: minmax(300px, 520px) auto; }
.prototype-image img { object-fit: contain; background: #26313a; }
.case-gallery { margin: 28px 0; }
.case-modal-content > .case-gallery:first-child,
.case-modal-content > .prototype-preview:first-child { margin-top: 0; }
.case-gallery-empty { text-align: center; }
.case-gallery h3 { margin: 0 0 14px; font-size: 20px; }
.case-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.case-gallery-item {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 190px auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: white;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: zoom-in;
  box-shadow: 0 10px 26px rgba(50,35,25,.07);
  transition: transform .2s, box-shadow .2s;
}
.case-gallery-item:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(50,35,25,.12); }
.case-gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.case-gallery-item span { padding: 12px 13px; color: #4f5960; font-size: 12px; font-weight: 700; }
.image-lightbox { position: fixed; z-index: 150; inset: 0; padding: 24px; display: grid; place-items: center; visibility: hidden; opacity: 0; background: rgba(10,15,20,.82); backdrop-filter: blur(8px); transition: opacity .2s, visibility .2s; cursor: zoom-out; }
.image-lightbox.open { visibility: visible; opacity: 1; }
.image-lightbox img { max-width: min(920px, 94vw); max-height: 90vh; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.45); object-fit: contain; }
.image-lightbox-close { position: absolute; z-index: 1; top: 18px; right: 22px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.12); font-size: 30px; cursor: pointer; }
.case-modal-contact { width: auto; }
body.modal-open { overflow: hidden; }

.process-section { background: var(--cream); }
.process { max-width: 920px; margin: 0 auto; padding: 0; list-style: none; }
.process li { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding-bottom: 35px; }
.process li:not(:last-child)::before { content: ""; position: absolute; top: 58px; bottom: 8px; left: 28px; width: 2px; background: linear-gradient(var(--orange), rgba(255,91,19,.08)); }
.process li > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; color: white; background: var(--orange); font-size: 21px; font-weight: 800; box-shadow: 0 12px 26px rgba(255,91,19,.22); }
.process h3 { margin: 3px 0 7px; font-size: 22px; }
.process p { margin: 0; color: var(--muted); }

.about { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.about-photo { height: 590px; overflow: hidden; border-radius: 38% 38% 28px 28px; background: #ff7a22; box-shadow: var(--shadow); }
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(1.1) saturate(.92) contrast(.94);
}
.about-copy p:not(.eyebrow) { color: #505b62; font-size: 16px; }

.contact { margin-bottom: 40px; padding: 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; border-radius: 36px; color: white; background: linear-gradient(135deg, #ff7620, #f34308); box-shadow: 0 25px 70px rgba(224,61,4,.24); }
.contact .eyebrow { color: #2f1b12; }
.contact-copy > p:last-child { max-width: 720px; color: rgba(255,255,255,.79); }
.contact-actions { display: grid; gap: 12px; }
.contact-actions .button { justify-content: space-between; background: white; color: var(--ink); }
.contact-actions .button span { font-size: 22px; }
.contact-actions .button-label { display: inline-flex; align-items: center; gap: 12px; font-size: inherit; }
.button-app-icon { width: 31px; height: 31px; flex: 0 0 31px; object-fit: contain; }
.button-app-icon.telegram-icon { display: block; }
.contact-actions > p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 11px; text-align: center; }
.footer { min-height: 100px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .socials { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; }
  .problem-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .cases { grid-template-columns: 1fr; }
  .about { gap: 40px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 24px); }
  .header { top: 6px; width: calc(100% - 12px); min-height: 58px; margin-top: 6px; padding: 8px 10px 8px 13px; gap: 8px; border-radius: 17px; }
  .brand { min-width: 0; font-size: 14px; gap: 7px; }
  .brand-mark { width: 25px; height: 25px; flex-basis: 25px; border-radius: 7px; }
  .socials { gap: 6px; }
  .social { width: 36px; height: 36px; flex: 0 0 36px; font-size: 16px; }
  .social svg, .social img, .max img { width: 24px; height: 24px; }
  .hero { min-height: 0; gap: 28px; padding: 52px 8px 42px; }
  .hero::before { top: 22px; left: auto; right: 12px; width: 46px; height: 46px; opacity: .7; }
  .hero h1 { max-width: 100%; font-size: clamp(52px, 16.2vw, 69px); line-height: .82; letter-spacing: -.075em; }
  .hero h1 span { margin-top: .12em; }
  .hero h2 { max-width: 100%; margin-top: 25px; font-size: 23px; line-height: 1.22; }
  .hero-copy > p:not(.eyebrow) { max-width: none; font-size: 13px; line-height: 1.62; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 54px; padding-inline: 20px; }
  .tags { gap: 6px; }
  .tags span, .tags span:nth-child(1), .tags span:nth-child(3), .tags span:nth-child(6) { min-width: 0; padding: 9px 12px; font-size: 10px; }
  .hero-visual { width: 100%; min-height: 410px; }
  .hero-visual::before { inset: 0; border-radius: 38px; transform: none; }
  .hero-visual::after { right: -45px; bottom: -52px; width: 135px; height: 135px; }
  .photo-frame { inset: 0; border-radius: 38px; }
  .photo-frame img { object-position: center 28%; }
  .stat-card { top: 16px; right: 10px; width: 112px; padding: 13px; border-radius: 18px; }
  .stat-card strong { font-size: 31px; }
  .stat-card span { font-size: 11px; }
  .stat-card svg { margin-top: 4px; }
  .spark-card { width: 58px; height: 58px; right: 10px; bottom: 12px; border-radius: 15px; font-size: 34px; }
  .section { padding-block: 64px; }
  .section-heading { margin-bottom: 30px; text-align: left; }
  .section-heading h2, .about h2, .contact h2 { font-size: clamp(34px, 10vw, 42px); line-height: 1.08; }
  .problem-grid, .services-grid, .trust-grid { grid-template-columns: 1fr; }
  .problem-section { width: calc(100% - 12px); padding: 42px 12px 12px; border-radius: 25px; }
  .problem-section .section-heading { padding-inline: 8px; }
  .problem-section .section-heading h2 { font-size: 36px; line-height: 1.08; }
  .problem-section .section-heading h2::before,
  .problem-section .section-heading h2::after { display: none; }
  .problem-card { min-height: 310px; padding: 20px; background-size: 155% auto; }
  .problem-card h3 { width: 76%; font-size: 18px; }
  .problem-card p { width: 74%; font-size: 11.5px; }
  .coral { background-position: 0 center; }
  .mint, .amber { background-position: 27% center; }
  .lilac { background-position: 24% center; }
  .service-card { min-height: 0; padding: 26px 22px; border-radius: 22px; }
  .service-card h3 { max-width: 72%; font-size: 25px; }
  .service-number { top: 20px; right: 22px; font-size: 45px; }
  .service-price { font-size: 19px; }
  .service-result { font-size: 14px; }
  .trust-card { padding: 23px; }
  .trust-card strong { font-size: 38px; overflow-wrap: anywhere; }
  .trust-card h3 { min-height: 0; }
  .trust-action { margin-top: 24px; }
  .trust-button { width: 100%; }
  .case-card { padding: 22px; border-radius: 21px; }
  .case-title { align-items: flex-start; }
  .case-title h3 { font-size: 22px; line-height: 1.2; }
  .case-modal { padding: 10px; }
  .case-modal-dialog { max-height: calc(100vh - 20px); padding: 64px 18px 22px; border-radius: 20px; }
  .case-modal-close { top: 13px; right: 13px; }
  .case-modal-heading { align-items: flex-start; gap: 12px; padding-right: 0; }
  .case-modal-heading h2 { font-size: 25px; line-height: 1.15; }
  .case-modal-number { width: 48px; height: 48px; flex-basis: 48px; }
  .case-modal-content { margin-block: 22px; }
  .case-modal-content p { padding: 15px; font-size: 13px; }
  .case-gallery-grid { grid-template-columns: 1fr; }
  .case-gallery-item { grid-template-rows: 250px auto; }
  .prototype-image { grid-template-rows: 360px auto; }
  .image-lightbox { padding: 12px; }
  .image-lightbox img { max-width: 96vw; max-height: 86vh; border-radius: 12px; }
  .case-modal-contact { width: 100%; }
  .process li { grid-template-columns: 56px 1fr; gap: 15px; }
  .process li > span { width: 48px; height: 48px; border-radius: 15px; }
  .process li:not(:last-child)::before { top: 48px; left: 23px; }
  .process h3 { font-size: 19px; }
  .process p { font-size: 13px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { height: 450px; border-radius: 30px; }
  .about-copy p:not(.eyebrow) { font-size: 14px; }
  .contact { width: calc(100% - 24px); margin-bottom: 18px; padding: 34px 20px; gap: 28px; border-radius: 25px; }
  .contact-actions .button { padding-inline: 16px; font-size: 13px; }
  .contact-actions .button-label { gap: 8px; }
  .button-app-icon { width: 27px; height: 27px; flex-basis: 27px; }
  .footer { flex-direction: column; justify-content: center; gap: 8px; }
}

@media (max-width: 370px) {
  .brand { font-size: 12px; }
  .brand-mark { width: 22px; height: 22px; flex-basis: 22px; }
  .social { width: 33px; height: 33px; flex-basis: 33px; }
  .hero { padding-inline: 3px; }
  .hero h1 { font-size: 49px; }
  .hero h2 { font-size: 21px; }
  .hero-visual { min-height: 370px; }
  .problem-section .section-heading h2 { font-size: 32px; }
  .problem-card h3, .problem-card p { width: 70%; }
  .trust-card strong { font-size: 34px; }
  .contact-actions .button { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
