*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --navy: #0b2034;
  --navy-deep: #06121f;
  --navy-soft: #17354d;
  --blue: #1687e8;
  --blue-dark: #0969c4;
  --blue-pale: #eaf5ff;
  --orange: #ff7048;
  --orange-dark: #e9512e;
  --ink: #122235;
  --muted: #617184;
  --line: #dce5ee;
  --surface: #ffffff;
  --surface-soft: #f3f7fb;
  --shadow: 0 1.4rem 3.5rem rgba(19, 47, 72, 0.12);
  --shadow-hover: 0 1.7rem 4rem rgba(19, 47, 72, 0.18);
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.container {
  width: min(82rem, calc(100% - 3rem));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  color: #fff;
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(11, 32, 52, 0.1);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.45rem 1.6rem rgba(16, 42, 64, 0.06);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  width: min(84rem, calc(100% - 2rem));
  min-height: 4.5rem;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.nav-links a {
  position: relative;
  padding: 0.7rem 0.75rem;
  color: #526477;
  font-size: 0.86rem;
  font-weight: 700;
  transition: color 160ms ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.42rem;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a.is-current {
  color: var(--navy);
}

.nav-links a:hover::after,
.nav-links a.is-current::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.82rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.header-cta {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 0.7rem 1.5rem rgba(22, 135, 232, 0.2);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.header-cta:hover {
  background: var(--blue-dark);
  box-shadow: 0 0.95rem 2rem rgba(22, 135, 232, 0.28);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.68rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  background: var(--navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 43rem;
  height: min(52rem, calc(100svh - 4.5rem));
  max-height: 52rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(6, 18, 31, 0.98) 0%, rgba(11, 32, 52, 0.95) 52%, rgba(15, 54, 79, 0.92) 100%),
    var(--navy);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.18));
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -55% 32%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(108deg, transparent 28%, rgba(22, 135, 232, 0.19) 52%, rgba(255, 112, 72, 0.08) 70%, transparent 78%);
  transform: skewY(-8deg);
}

.hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 49.9%, rgba(255, 255, 255, 0.04) 50%, transparent 50.1%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(31rem, 1.08fr);
  align-items: center;
  gap: 3rem;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 1.2rem;
  max-width: 45rem;
}

.hero-copy > * {
  opacity: 0;
  transform: translateY(0.9rem);
  transition: opacity 560ms ease, transform 560ms ease;
}

.hero-copy > *:nth-child(2) {
  transition-delay: 70ms;
}

.hero-copy > *:nth-child(3) {
  transition-delay: 140ms;
}

.hero-copy > *:nth-child(4) {
  transition-delay: 210ms;
}

.hero-copy > *:nth-child(5) {
  transition-delay: 280ms;
}

.is-ready .hero-copy > * {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #7dd3fc;
}

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

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 45rem;
  font-size: clamp(3.1rem, 3.7vw, 3.65rem);
  line-height: 1.03;
  text-wrap: balance;
  overflow-wrap: normal;
}

h2 {
  color: var(--navy);
  font-size: 2.45rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h3 {
  color: var(--navy);
  font-size: 1.15rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 36rem;
  color: rgba(235, 245, 252, 0.8);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button-accent {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 0.9rem 2rem rgba(255, 112, 72, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button-accent:hover {
  background: var(--orange-dark);
  box-shadow: 0 1.1rem 2.5rem rgba(255, 112, 72, 0.34);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 0.8rem 1.8rem rgba(22, 135, 232, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 1rem 2.2rem rgba(22, 135, 232, 0.28);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.13);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-metric {
  display: grid;
  gap: 0.2rem;
  padding-right: 0.85rem;
}

.hero-metric + .hero-metric {
  padding-left: 0.85rem;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metric strong {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-metric small {
  color: rgba(235, 245, 252, 0.62);
  font-size: 0.71rem;
  line-height: 1.35;
}

.hero-showcase {
  position: relative;
  min-height: 34rem;
  margin: 0;
  overflow: visible;
  opacity: 0;
  transform: translateY(1.25rem) scale(0.985);
  transition: opacity 650ms ease 140ms, transform 650ms ease 140ms;
}

.is-ready .hero-showcase {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-monitor,
.hero-laptop,
.hero-tablet,
.hero-phone {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #071c2d;
  box-shadow: 0 2rem 4.8rem rgba(0, 0, 0, 0.4);
}

.hero-monitor {
  top: 1rem;
  right: 0;
  width: 82%;
  aspect-ratio: 16 / 10;
  border-radius: 0.7rem;
}

.device-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.32rem;
  height: 1.45rem;
  padding: 0 0.62rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #dfe8ef;
}

.device-bar i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #ff7048;
}

.device-bar i:nth-child(2) {
  background: #f4b942;
}

.device-bar i:nth-child(3) {
  background: #31b77a;
}

.prototype-screen {
  position: relative;
  height: calc(100% - 1.45rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(22, 135, 232, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(22, 135, 232, 0.045) 1px, transparent 1px),
    #f6f9fc;
  background-size: 2.2rem 2.2rem;
}

.prototype-screen span {
  position: absolute;
  display: block;
  border-radius: 0.28rem;
  background: #d7e3ed;
}

.prototype-nav {
  top: 8%;
  left: 8%;
  width: 84%;
  height: 8%;
  border: 1px solid #b8cad8;
  background: #fff !important;
}

.prototype-title {
  top: 25%;
  left: 9%;
  width: 46%;
  height: 12%;
  background: #183b58 !important;
}

.prototype-line {
  top: 48%;
  left: 9%;
  width: 34%;
  height: 3.5%;
}

.prototype-line--wide {
  top: 41%;
  width: 46%;
}

.prototype-button {
  top: 58%;
  left: 9%;
  width: 24%;
  height: 11%;
  background: #1687e8 !important;
}

.prototype-card {
  bottom: 8%;
  width: 23%;
  height: 17%;
  border: 1px solid #c7d6e2;
  background: #fff !important;
}

.prototype-card--one {
  left: 9%;
}

.prototype-card--two {
  left: 38.5%;
}

.prototype-card--three {
  right: 9%;
}

.device-stand {
  position: absolute;
  left: 42%;
  bottom: -2.3rem;
  width: 16%;
  height: 2.4rem;
  background: linear-gradient(90deg, #93a7b6, #dce5ec 48%, #8fa3b3);
  clip-path: polygon(38% 0, 62% 0, 76% 100%, 24% 100%);
}

.hero-laptop {
  left: 0;
  bottom: 0.7rem;
  z-index: 4;
  width: 58%;
  aspect-ratio: 16 / 10;
  border-radius: 0.55rem;
}

.hero-laptop img {
  height: calc(100% - 1.45rem);
  object-position: top center;
}

.hero-laptop::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -0.55rem;
  left: -4%;
  height: 0.7rem;
  border-radius: 0 0 1rem 1rem;
  background: linear-gradient(180deg, #a8bac8, #61788a);
}

.hero-tablet {
  right: 1%;
  bottom: 0.2rem;
  z-index: 3;
  width: 46%;
  aspect-ratio: 4 / 3;
  border-radius: 0.75rem;
}

.hero-tablet img {
  object-position: top left;
}

.hero-phone {
  right: 33%;
  bottom: -0.25rem;
  z-index: 5;
  width: 16%;
  aspect-ratio: 9 / 17;
  border: 0.28rem solid #111c27;
  border-radius: 1.2rem;
  background: #0e1621;
  box-shadow: 0 1.4rem 3.2rem rgba(0, 0, 0, 0.48);
}

.hero-phone img {
  object-fit: cover;
  object-position: center 18%;
}

.proof-strip {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.proof-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
  overflow: hidden;
  color: #536678;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.proof-strip-inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.proof-strip-inner span:not(:last-child)::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--orange);
}

.quick-brief {
  position: relative;
  z-index: 2;
  padding: 4.2rem 0;
  scroll-margin-top: 5.5rem;
  background:
    linear-gradient(135deg, rgba(234, 245, 255, 0.92), rgba(255, 255, 255, 0.98) 48%, rgba(255, 241, 235, 0.8)),
    #fff;
}

.quick-brief-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(32rem, 1.28fr);
  align-items: center;
  gap: 2.5rem;
}

.quick-brief-copy {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-width: 0;
}

.quick-brief-copy h2 {
  font-size: 2.15rem;
}

.quick-brief-copy p:last-child {
  color: var(--muted);
  line-height: 1.65;
}

.quick-brief-form {
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.quick-brief-form {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
  padding: 1.25rem;
}

.quick-brief-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.quick-brief-option {
  min-height: 2.55rem;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(22, 135, 232, 0.2);
  border-radius: 0.45rem;
  color: #2b4258;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.quick-brief-option:hover {
  transform: translateY(-1px);
  border-color: rgba(22, 135, 232, 0.62);
  box-shadow: 0 0.7rem 1.4rem rgba(22, 135, 232, 0.1);
}

.quick-brief-option.is-selected {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0.8rem 1.7rem rgba(22, 135, 232, 0.16);
}

.quick-brief-form label {
  display: grid;
  gap: 0.4rem;
}

.quick-brief-form label > span {
  color: #536678;
  font-size: 0.76rem;
  font-weight: 800;
}

.quick-brief-form select,
.quick-brief-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  outline: 0;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.quick-brief-form select {
  min-height: 3rem;
  padding: 0 0.8rem;
}

.quick-brief-form textarea {
  min-height: 6.8rem;
  padding: 0.78rem 0.8rem;
  resize: vertical;
}

.quick-brief-form select:focus,
.quick-brief-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(22, 135, 232, 0.15);
}

.quick-brief-form .form-note {
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.section {
  padding: 6.2rem 0;
  scroll-margin-top: 5.5rem;
}

.section-light {
  background: #fff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.65fr);
  align-items: end;
  gap: 2.5rem;
  margin-bottom: 2.6rem;
}

.section-heading > div {
  display: grid;
  gap: 0.55rem;
}

.section-heading > p,
.price-note {
  color: var(--muted);
  line-height: 1.65;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.advantage-item {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  min-width: 0;
  padding-top: 1.15rem;
  border-top: 2px solid var(--line);
}

.advantage-number {
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
}

.advantage-item p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.projects-section {
  background:
    linear-gradient(180deg, rgba(227, 239, 249, 0.55), rgba(243, 247, 251, 0) 28%),
    var(--surface-soft);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  transition: opacity 140ms ease, transform 140ms ease;
}

.project-grid.is-switching {
  opacity: 0.35;
  transform: translateY(0.25rem);
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: -0.8rem 0 1.5rem;
}

.project-filter {
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  border: 1px solid #bfd0de;
  border-radius: 0.45rem;
  color: #40566b;
  background: rgba(255, 255, 255, 0.74);
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 170ms ease, color 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.project-filter:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
  background: #fff;
}

.project-filter.is-active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0.7rem 1.5rem rgba(22, 135, 232, 0.18);
}

.project-card[hidden] {
  display: none;
}

.project-card--enter {
  animation: project-enter 320ms ease both;
}

@keyframes project-enter {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  color: inherit;
  background: #fff;
  box-shadow: 0 0.8rem 2.3rem rgba(21, 49, 72, 0.08);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.project-card:hover {
  transform: translateY(-0.35rem);
  border-color: rgba(22, 135, 232, 0.62);
  box-shadow: var(--shadow-hover);
}

.project-preview {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce8f1;
}

.project-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease;
}

.project-card:hover .project-preview img {
  transform: scale(1.025);
}

.project-preview--telegram {
  background:
    radial-gradient(circle at 50% 34%, rgba(42, 171, 238, 0.2), transparent 42%),
    linear-gradient(135deg, #0e1621, #172b3c);
}

.project-preview--telegram img {
  object-fit: contain;
  object-position: center 32%;
}

.project-preview--shop img {
  object-fit: cover;
  object-position: center 47%;
}

.project-copy {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 0;
  min-height: 8.9rem;
  padding: 1rem 1.1rem 1.15rem;
}

.project-category {
  color: var(--blue-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-copy h3 {
  font-size: 1.35rem;
}

.project-copy p {
  color: var(--muted);
  line-height: 1.55;
}

.trust-section {
  position: relative;
  overflow: hidden;
  padding: 4.8rem 0;
  scroll-margin-top: 5.5rem;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(255, 112, 72, 0.1), transparent 34%),
    var(--navy);
}

.trust-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(90deg, transparent, #000 36%, transparent);
}

.trust-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(24rem, 0.88fr);
  align-items: center;
  gap: 2.5rem;
}

.trust-number {
  color: var(--orange);
  font-family: "Manrope", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.trust-copy {
  display: grid;
  gap: 0.65rem;
}

.trust-copy h2 {
  color: #fff;
  font-size: 1.85rem;
}

.trust-copy > p:last-child {
  color: rgba(235, 245, 252, 0.7);
  line-height: 1.6;
}

.trust-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.trust-link {
  display: grid;
  align-content: center;
  gap: 0.25rem;
  min-height: 5.5rem;
  padding: 1rem;
  border: 1px solid rgba(125, 211, 252, 0.48);
  border-radius: 0.5rem;
  background: rgba(22, 135, 232, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.trust-link:hover {
  transform: translateY(-0.2rem);
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(22, 135, 232, 0.24);
}

.trust-link strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
}

.trust-link span {
  color: rgba(235, 245, 252, 0.62);
  font-size: 0.72rem;
  line-height: 1.35;
}

.review-gallery {
  position: relative;
  z-index: 2;
  margin-top: 2.4rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.review-gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.review-gallery-head > div:first-child {
  display: grid;
  gap: 0.25rem;
}

.review-gallery-kicker {
  color: #7dd3fc;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-gallery h3 {
  color: #fff;
  font-size: 1.05rem;
}

.review-controls {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.review-arrow,
.review-modal-arrow,
.review-modal-close {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, opacity 170ms ease;
}

.review-arrow {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0;
  border-radius: 50%;
  font-size: 1.1rem;
}

.review-arrow:hover:not(:disabled),
.review-modal-arrow:hover,
.review-modal-close:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.18);
}

.review-arrow:disabled {
  cursor: default;
  opacity: 0.3;
}

.review-position {
  min-width: 4.8rem;
  color: rgba(235, 245, 252, 0.65);
  font-size: 0.68rem;
  text-align: center;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  transition: transform 440ms cubic-bezier(0.2, 0.72, 0.2, 1);
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 2.55rem) / 4);
  display: grid;
  grid-template-rows: 11rem auto;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  color: #fff;
  background: rgba(6, 18, 31, 0.62);
  text-align: left;
  cursor: zoom-in;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.review-card:hover {
  transform: translateY(-0.22rem);
  border-color: rgba(125, 211, 252, 0.68);
  background: rgba(13, 42, 65, 0.9);
}

.review-card-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e8eef3;
}

.review-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 360ms ease;
}

.review-card--contain .review-card-image img {
  object-fit: contain;
}

.review-card:hover .review-card-image img {
  transform: scale(1.025);
}

.review-card-copy {
  display: grid;
  align-content: start;
  gap: 0.3rem;
  min-height: 5.2rem;
  padding: 0.75rem;
}

.review-card-copy small {
  color: #7dd3fc;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-card-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
}

.review-modal[hidden] {
  display: none;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 220ms ease;
}

.review-modal.is-open {
  opacity: 1;
}

.review-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(4, 13, 22, 0.82);
  backdrop-filter: blur(12px);
  cursor: zoom-out;
}

.review-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) 3.2rem;
  align-items: center;
  gap: 0.8rem;
  width: min(68rem, calc(100vw - 3rem));
  max-height: calc(100svh - 3rem);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  color: #fff;
  background: #0b2034;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.5);
  transform: translateY(1rem) scale(0.98);
  transition: transform 220ms ease;
}

.review-modal.is-open .review-dialog {
  transform: translateY(0) scale(1);
}

.review-modal-content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  max-height: calc(100svh - 5rem);
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #fff;
}

.review-modal-image-wrap {
  display: grid;
  place-items: center;
  min-height: 12rem;
  overflow: auto;
  background: #eaf0f5;
}

.review-modal-image-wrap img {
  display: block;
  max-width: 100%;
  max-height: calc(100svh - 11rem);
  object-fit: contain;
}

.review-modal-content figcaption {
  display: grid;
  gap: 0.22rem;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: #fff;
}

.review-modal-content figcaption span {
  color: var(--blue-dark);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-modal-content figcaption strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  line-height: 1.35;
}

.review-modal-content figcaption small {
  color: var(--muted);
  font-size: 0.68rem;
}

.review-modal-arrow {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}

.review-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(6, 18, 31, 0.82);
}

.review-modal-close::before,
.review-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}

.review-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.review-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.tariff-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--surface-soft);
}

.tariff-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.55rem;
  margin-top: 0.25rem;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(22, 135, 232, 0.26);
  border-radius: 0.45rem;
  color: var(--blue-dark);
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.tariff-action:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 135, 232, 0.7);
  box-shadow: 0 0.75rem 1.6rem rgba(22, 135, 232, 0.12);
}

.tariff-action:focus-visible {
  outline: 3px solid rgba(255, 112, 72, 0.72);
  outline-offset: 0.2rem;
}

.tariff-card--featured {
  border-color: rgba(22, 135, 232, 0.62);
  background: var(--blue-pale);
  box-shadow: 0 1rem 2.7rem rgba(22, 135, 232, 0.12);
}

.tariff-card--featured .tariff-action {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0.75rem 1.7rem rgba(22, 135, 232, 0.17);
}

.tariff-card--featured::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 0.3rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--blue);
}

.tariff-card--featured::after {
  content: "Популярный формат";
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  padding: 0.35rem 0.5rem;
  border-radius: 0.35rem;
  color: #fff;
  background: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
}

.tariff-price {
  color: var(--orange-dark);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.tariff-card p {
  color: var(--muted);
  line-height: 1.55;
}

.tariff-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.tariff-card li {
  position: relative;
  padding-left: 1.15rem;
  color: #405367;
  font-size: 0.9rem;
  line-height: 1.45;
}

.tariff-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--blue);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

.process-section {
  background: var(--surface-soft);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-width: 0;
  padding: 1.1rem 0.85rem 0 0;
  border-top: 2px solid #cfdce7;
}

.process-item::after {
  content: "";
  position: absolute;
  top: -0.32rem;
  right: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--blue);
}

.process-number {
  color: var(--orange-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.process-item > div {
  display: grid;
  gap: 0.4rem;
}

.process-item p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 4rem;
}

.faq-intro {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 0.75rem;
}

.faq-intro > p:last-of-type {
  color: var(--muted);
  line-height: 1.6;
}

.text-link {
  width: fit-content;
  color: var(--blue-dark);
  border-bottom: 1px solid var(--blue-dark);
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: var(--surface-soft);
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.faq-item.is-open {
  border-color: rgba(22, 135, 232, 0.48);
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(21, 49, 72, 0.07);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-height: 4.2rem;
  padding: 1rem 1.1rem;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.faq-question i {
  position: relative;
  flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
}

.faq-question i::before,
.faq-question i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.86rem;
  height: 2px;
  background: var(--blue-dark);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-question i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 300ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 220ms ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  padding: 0 1.1rem 1.15rem;
  color: var(--muted);
  line-height: 1.6;
}

.faq-question:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(22, 135, 232, 0.72);
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 6.2rem 0;
  scroll-margin-top: 5.5rem;
  color: #fff;
  background: var(--navy-deep);
}

.contact-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(22, 135, 232, 0.16), transparent 36%),
    linear-gradient(65deg, transparent 62%, rgba(255, 112, 72, 0.1));
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4rem;
}

.contact-copy {
  display: grid;
  gap: 0.8rem;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy > p:last-of-type {
  color: rgba(235, 245, 252, 0.7);
  line-height: 1.65;
}

.contact-action {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  min-width: 18rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.contact-action .button {
  width: 100%;
}

.contact-action span {
  color: rgba(235, 245, 252, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
}

.site-footer {
  padding: 2rem 0;
  color: #536678;
  background: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-inner > div {
  display: grid;
  gap: 0.25rem;
}

.footer-inner strong {
  color: var(--navy);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.footer-inner span {
  font-size: 0.78rem;
}

.site-footer nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.site-footer nav a {
  font-size: 0.8rem;
  font-weight: 700;
}

.site-footer nav a:hover {
  color: var(--blue-dark);
}

.reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 560ms ease var(--reveal-delay, 0ms), transform 560ms ease var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.button:focus-visible,
.header-cta:focus-visible,
.menu-toggle:focus-visible,
.nav-links a:focus-visible,
.project-card:focus-visible,
.trust-link:focus-visible,
.quick-brief-option:focus-visible,
.text-link:focus-visible,
.review-arrow:focus-visible,
.review-card:focus-visible,
.review-modal-arrow:focus-visible,
.review-modal-close:focus-visible,
.site-footer a:focus-visible,
.contact-action .button:focus-visible {
  outline: 3px solid rgba(255, 112, 72, 0.72);
  outline-offset: 0.2rem;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }

  .nav-links a {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    font-size: 0.8rem;
  }

  .hero {
    height: auto;
    max-height: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    min-height: 46rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .hero-copy {
    max-width: 45rem;
  }

  .hero-showcase {
    width: min(46rem, 100%);
    margin-left: auto;
  }

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

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

  .quick-brief-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(27rem, 1.15fr);
  }

  .trust-inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .trust-links {
    grid-column: 1 / -1;
  }

  .review-card {
    flex-basis: calc((100% - 0.85rem) / 2);
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 820px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 4.5rem;
    left: 0;
    right: 0;
    display: grid;
    align-content: start;
    justify-content: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1.2rem 2rem rgba(11, 32, 52, 0.12);
    opacity: 0;
    transition: max-height 240ms ease, opacity 180ms ease;
  }

  .nav-links.is-open {
    max-height: calc(100svh - 4.5rem);
    padding: 0.6rem 1rem 1rem;
    opacity: 1;
  }

  .nav-links a {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.9rem 0.5rem;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
  }

  .nav-links a::after {
    display: none;
  }

  .section {
    padding: 4.7rem 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .quick-brief-grid {
    grid-template-columns: 1fr;
  }

  .tariff-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .review-card {
    flex-basis: 100%;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100vw - 1.5rem), calc(100% - 1.5rem));
  }

  .header-inner {
    width: calc(100vw - 1.5rem);
  }

  .hero-inner {
    min-height: auto;
    gap: 2.2rem;
    padding-top: 3.3rem;
    padding-bottom: 2.4rem;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hero-metric,
  .hero-metric + .hero-metric {
    grid-template-columns: 5.3rem 1fr;
    align-items: center;
    gap: 0.6rem;
    padding: 0;
    border: 0;
  }

  .hero-showcase {
    width: 100%;
    max-width: calc(100vw - 1.5rem);
    min-height: 23rem;
  }

  .hero-monitor {
    top: 0;
    width: 88%;
  }

  .hero-laptop {
    bottom: 0.4rem;
    width: 62%;
  }

  .hero-tablet {
    right: 0;
    bottom: 0.15rem;
    width: 49%;
  }

  .hero-phone {
    right: 34%;
    bottom: 0;
    width: 18%;
  }

  .proof-strip-inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .proof-strip-inner::-webkit-scrollbar {
    display: none;
  }

  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .quick-brief {
    padding: 4rem 0;
  }

  .quick-brief-copy h2 {
    font-size: 1.9rem;
  }

  .quick-brief-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .quick-brief-option {
    width: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .project-filter {
    width: 100%;
  }

  .project-copy {
    padding: 1rem;
  }

  .project-copy h3 {
    font-size: 1.2rem;
  }

  .trust-section {
    padding: 4rem 0;
  }

  .trust-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .trust-number {
    font-size: 3.3rem;
  }

  .trust-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .review-gallery {
    padding: 0.85rem;
  }

  .review-gallery-head {
    align-items: start;
    flex-direction: column;
  }

  .review-controls {
    width: 100%;
    justify-content: space-between;
  }

  .review-card {
    flex-basis: 100%;
    grid-template-rows: 13rem auto;
  }

  .review-dialog {
    grid-template-columns: 1fr;
    width: calc(100vw - 1.5rem);
    max-height: calc(100svh - 1.5rem);
    padding: 0.75rem 0.75rem 4.4rem;
  }

  .review-modal-content {
    max-height: calc(100svh - 6.65rem);
  }

  .review-modal-image-wrap img {
    max-height: calc(100svh - 12rem);
  }

  .review-modal-arrow {
    position: absolute;
    bottom: 0.75rem;
  }

  .review-modal-arrow--prev {
    left: calc(50% - 4rem);
  }

  .review-modal-arrow--next {
    right: calc(50% - 4rem);
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process-item {
    grid-template-columns: 2.3rem minmax(0, 1fr);
    gap: 0.7rem;
    padding: 1rem 0 0;
  }

  .process-item::after {
    display: none;
  }

  .contact-section {
    padding: 4.7rem 0;
  }

  .contact-grid {
    gap: 1.5rem;
  }

  .contact-action {
    width: 100%;
    min-width: 0;
    padding: 1rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .hero-copy {
    gap: 1rem;
  }

}

@media (max-width: 340px) {
  .project-filters {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .hero-showcase,
  .hero-copy > * {
    opacity: 1 !important;
    transform: none !important;
  }
}
