/* Page transition overlay */
@font-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/BebasNeue-Regular.ttf') format('truetype'); }

.pt-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0.55s;
}

.pt-overlay.pt-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0s;
}

.pt-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.pt-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  width: 0;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.pt-overlay.pt-active .pt-line {
  width: min(320px, 40vw);
}

.pt-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  width: min(920px, calc(100vw - 36px));
  max-width: 100%;
  font-size: clamp(2rem, 5.2vw, 4.6rem);
  font-weight: 300;
  letter-spacing: clamp(0.04em, 0.75vw, 0.16em);
  line-height: 1.08;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  overflow-wrap: anywhere;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.45s ease 0.15s,
              transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.pt-overlay.pt-active .pt-title {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .pt-overlay-inner {
    gap: 16px;
    padding: 0 18px;
  }

  .pt-overlay.pt-active .pt-line,
  .pt-loading .pt-overlay .pt-line {
    width: min(280px, 68vw) !important;
  }

  .pt-title {
    width: min(360px, calc(100vw - 32px));
    font-size: clamp(2.15rem, 11vw, 3.4rem);
    letter-spacing: 0.045em;
    line-height: 1.04;
  }
}

@media (max-width: 420px) {
  .pt-title {
    font-size: clamp(1.9rem, 9.6vw, 3rem);
    letter-spacing: 0.025em;
  }
}

/* в”Ђв”Ђ Anti-flash в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ
   Inline script in <head> adds .pt-loading to <html>
   when sessionStorage signals a pending transition.
   This makes the overlay instantly opaque before JS runs,
   preventing any flash of page content on load.
в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.pt-loading .pt-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transition: none !important;
}

.pt-loading .pt-overlay .pt-line {
  width: min(320px, 40vw) !important;
  transition: none !important;
}

.pt-loading .pt-overlay .pt-title {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}

body > nav {
  height: 100px !important;
  padding: 0 80px !important;
}

.pt-loading body > nav {
  opacity: 0 !important;
  transform: translateY(-100%) !important;
  animation: none !important;
}

html:not(.pt-loading) body > nav {
  opacity: 1;
  transform: translateY(0);
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-logo {
  font-size: 18px;
  letter-spacing: 0px;
}

.nav-links {
  gap: 32px;
}

.nav-links a {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.22s ease,
              transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block; 
}

.nav-links a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.nav-links a.nav-active {
  color: #ffffff;
}

.nav-cta {
  padding: 11px 32px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  letter-spacing: 0.6px !important;
  transition: opacity 0.22s ease,
              transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  display: inline-block !important;
}

.nav-cta:hover {
  opacity: 0.88;
  transform: translateY(-4px);
}

.lang-switcher {
  gap: 0;
}

.lang-btn {
  font-size: 12px;
  letter-spacing: 0.7px;
  min-width: 42px !important;
  min-height: 34px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

@media (max-width: 768px) {
  body > nav {
    height: 100px !important;
    padding: 0 24px !important;
  }
}

.about-section {
  padding: 100px 5vw;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

.about-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}

.about-heading {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  text-transform: none;
}

.about-marquee {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: 0;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .about-marquee {
    margin-bottom: 36px;
  }
}

.about-intro {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  max-width: 680px;
  margin-bottom: 48px;
}

.about-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  margin-bottom: 56px;
}

.about-quote-block {
  padding: 44px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-services-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-service-item {
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}

.about-service-item:first-child {
  padding-top: 0;
}

.about-service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-service-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}

.about-service-text {
  font-size: clamp(14px, 1.35vw, 16px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin: 0;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
  counter-reset: stat-counter;
}

.about-stat-item {
  padding: 40px 40px 44px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  position: relative;
  counter-increment: stat-counter;
}

.about-stat-item::before {
  content: "0" counter(stat-counter);
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.18);
  margin-bottom: 28px;
}

.about-stat-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3.2rem, 5vw, 6rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1;
}

.about-stat-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-dim);
  line-height: 1.65;
  max-width: 200px;
}

/* Services section */

.services-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 112px max(24px, 5vw);
  scroll-margin-top: 96px;
  overflow: hidden;
  box-sizing: border-box;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 32px max(16px, 3vw);
  z-index: -2;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  pointer-events: none;
}

.sv-bg-mark {
  position: absolute;
  top: 34px;
  right: max(24px, 5vw);
  z-index: -1;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.028);
  pointer-events: none;
  user-select: none;
}

.sv-bento {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.35fr);
  gap: 16px;
  max-width: 1520px;
  margin: 0 auto;
  align-items: stretch;
}

.sv-left,
.sv-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sv-header {
  display: flex;
  flex-direction: column;
  padding: 6px 4px 14px;
}

.sv-eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.36);
}

.sv-heading {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--white);
}

.sv-lead {
  max-width: 500px;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
}

.sv-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 520px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sv-proof span {
  min-width: 0;
  padding: 12px 12px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.sv-proof span + span {
  padding-left: 14px;
}

.sv-proof span:last-child {
  border-right: 0;
}

.sv-card {
  --sv-accent: #ffffff;
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026) 46%, rgba(255, 255, 255, 0.04)),
    #101010;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 60px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.32s ease,
    box-shadow 0.32s ease,
    background 0.32s ease;
}

.sv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid color-mix(in srgb, var(--sv-accent) 68%, transparent);
  opacity: 0.68;
  pointer-events: none;
}

.sv-card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--sv-accent) 18%, transparent), transparent 34%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px);
  opacity: 0.42;
  pointer-events: none;
}

.sv-card > *:not(.sv-card-bg) {
  position: relative;
  z-index: 1;
}

.sv-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--sv-accent) 38%, rgba(255, 255, 255, 0.14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 28px 78px rgba(0, 0, 0, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.036) 48%, rgba(255, 255, 255, 0.05)),
    #111111;
}

.sv-card--photo {
  --sv-accent: #f2b36d;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 440px;
}

.sv-card--landing {
  --sv-accent: #74c7ff;
  flex: 1.16;
}

.sv-card--multi {
  --sv-accent: #8bd6a3;
  flex: 0.92;
}

.sv-card--landing,
.sv-card--multi {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
  grid-template-rows: auto auto 1fr auto;
  column-gap: 28px;
  row-gap: 16px;
  align-items: start;
}

.sv-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sv-card--landing .sv-head,
.sv-card--multi .sv-head {
  grid-column: 1;
  margin-bottom: 0;
}

.sv-title-row {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
}

.sv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--sv-accent) 25%, rgba(255, 255, 255, 0.1));
  background: color-mix(in srgb, var(--sv-accent) 10%, rgba(255, 255, 255, 0.045));
  color: color-mix(in srgb, var(--sv-accent) 72%, #ffffff);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sv-card:hover .sv-icon {
  border-color: color-mix(in srgb, var(--sv-accent) 52%, rgba(255, 255, 255, 0.18));
  background: color-mix(in srgb, var(--sv-accent) 18%, rgba(255, 255, 255, 0.06));
  color: #ffffff;
}

.sv-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  color: #ffffff;
}

.sv-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sv-card:hover .sv-arrow {
  transform: translate(2px, -2px);
  border-color: color-mix(in srgb, var(--sv-accent) 58%, #ffffff);
  background: color-mix(in srgb, var(--sv-accent) 84%, #ffffff);
  color: #090909;
}

.sv-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.72;
}

.sv-card--photo .sv-desc {
  max-width: 680px;
}

.sv-card--landing .sv-desc,
.sv-card--multi .sv-desc {
  grid-column: 1;
}

.sv-visual {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
}

.sv-visual--photo {
  display: grid;
  grid-template-columns: 1.12fr 0.92fr 1fr;
  gap: 8px;
  height: 154px;
  margin: 24px 0 22px;
  border: 0;
  background: transparent;
}

.sv-visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: saturate(0.86) contrast(1.04);
}

.sv-visual--photo img:nth-child(2) {
  transform: translateY(18px);
}

.sv-visual--browser,
.sv-visual--map {
  grid-column: 2;
  grid-row: 1 / 5;
  align-self: stretch;
  min-height: 210px;
}

.sv-visual--browser {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(116, 199, 255, 0.18), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.22);
}

.sv-browser-top {
  display: flex;
  gap: 6px;
  padding-bottom: 12px;
}

.sv-browser-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
}

.sv-browser-body {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 12px;
  padding: 14px;
  border-radius: 7px;
  background: rgba(5, 8, 10, 0.62);
}

.sv-browser-hero {
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(116, 199, 255, 0.66), rgba(255, 255, 255, 0.11)),
    url("../images/slide2.webp") center/cover;
  background-blend-mode: screen, normal;
}

.sv-browser-lines {
  display: grid;
  gap: 7px;
}

.sv-browser-lines i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.sv-browser-lines i:nth-child(2) {
  width: 74%;
}

.sv-browser-lines i:nth-child(3) {
  width: 54%;
}

.sv-browser-cta {
  width: 82px;
  height: 24px;
  border-radius: 6px;
  background: #ffffff;
}

.sv-visual--map {
  position: relative;
  display: block;
  background:
    linear-gradient(145deg, rgba(139, 214, 163, 0.16), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.22);
}

.sv-visual--map::before,
.sv-visual--map::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.sv-visual--map::before {
  top: 45%;
}

.sv-visual--map::after {
  top: 66%;
}

.sv-visual--map span {
  position: absolute;
  width: 52px;
  height: 36px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.sv-visual--map span:nth-child(1) {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: color-mix(in srgb, var(--sv-accent) 26%, rgba(255, 255, 255, 0.07));
}

.sv-visual--map span:nth-child(2) {
  top: 44%;
  left: 22px;
}

.sv-visual--map span:nth-child(3) {
  top: 44%;
  right: 22px;
}

.sv-visual--map span:nth-child(4) {
  bottom: 24px;
  left: 48px;
}

.sv-visual--map span:nth-child(5) {
  bottom: 24px;
  right: 48px;
}

.sv-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sv-card--landing .sv-list,
.sv-card--multi .sv-list {
  grid-column: 1;
}

.sv-list li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.sv-list li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sv-accent) 82%, #ffffff);
  transform: translateY(-50%);
}

.sv-card-foot {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.sv-card--landing .sv-card-foot,
.sv-card--multi .sv-card-foot {
  grid-column: 1;
  margin-top: 0;
}

.sv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid color-mix(in srgb, var(--sv-accent) 34%, rgba(255, 255, 255, 0.18));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.sv-btn::after {
  content: "в†—";
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

.sv-btn:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--sv-accent) 72%, #ffffff);
  background: color-mix(in srgb, var(--sv-accent) 82%, #ffffff);
  color: #0a0a0a;
}

.sv-note {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
}

@media (max-width: 1160px) {
  .sv-bento {
    grid-template-columns: 1fr;
  }

  .sv-header {
    max-width: 760px;
  }

  .sv-heading {
    font-size: 58px;
  }
}

@media (max-width: 820px) {
  .services-section {
    padding: 84px max(18px, 5vw);
  }

  .sv-bg-mark {
    display: none;
  }

  .sv-heading {
    font-size: 44px;
    line-height: 1.04;
  }

  .sv-proof {
    grid-template-columns: 1fr;
  }

  .sv-proof span,
  .sv-proof span + span {
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sv-proof span:last-child {
    border-bottom: 0;
  }

  .sv-card,
  .sv-card--landing,
  .sv-card--multi {
    display: flex;
    flex: none;
    flex-direction: column;
    min-height: auto;
    padding: 22px;
  }

  .sv-head {
    margin-bottom: 16px;
  }

  .sv-visual--browser,
  .sv-visual--map {
    min-height: 190px;
    margin: 20px 0 0;
  }

  .sv-card--landing .sv-list,
  .sv-card--multi .sv-list {
    align-self: stretch;
    margin-top: 18px;
  }

  .sv-card--landing .sv-card-foot,
  .sv-card--multi .sv-card-foot {
    align-self: stretch;
    margin-top: 22px;
  }
}

@media (max-width: 520px) {
  .sv-heading {
    font-size: 36px;
  }

  .sv-lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .sv-card {
    padding: 20px;
  }

  .sv-title-row {
    align-items: flex-start;
  }

  .sv-title {
    font-size: 16px;
  }

  .sv-arrow {
    display: none;
  }

  .sv-visual--photo {
    height: 120px;
    grid-template-columns: repeat(3, 1fr);
  }

  .sv-card-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .sv-btn {
    width: 100%;
  }
}

/* Services section: cleaner fit with the site's main visual system */
.services-section {
  padding: clamp(96px, 7vw, 140px) max(32px, 3.5vw);
}

.services-section::before {
  inset: 24px max(18px, 2.2vw);
  background-size: 112px 112px;
  opacity: 0.7;
}

.sv-bg-mark {
  top: 36px;
  right: max(36px, 4vw);
  font-size: 156px;
  color: rgba(255, 255, 255, 0.018);
}

.sv-bento {
  grid-template-columns: minmax(560px, 0.92fr) minmax(760px, 1.38fr);
  gap: 14px;
  width: min(1880px, calc(100vw - 72px));
  max-width: none;
}

.sv-left {
  display: contents;
}

.sv-header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(560px, 0.92fr) minmax(520px, 1.38fr);
  column-gap: clamp(56px, 7vw, 150px);
  align-items: end;
  padding: 0 4px 30px;
}

.sv-header-title,
.sv-header-copy {
  min-width: 0;
}

.sv-header-copy {
  max-width: 760px;
  padding-bottom: 12px;
}

.sv-eyebrow {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
}

.sv-heading {
  max-width: 760px;
  font-size: clamp(56px, 4.7vw, 92px);
  line-height: 0.96;
}

.sv-lead {
  max-width: none;
  margin: 0;
  font-size: clamp(17px, 1.05vw, 22px);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.62);
}

.sv-proof {
  max-width: none;
  margin-top: 34px;
}

.sv-proof span {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.sv-card {
  min-height: 0;
  padding: clamp(28px, 2vw, 40px);
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #111111;
  box-shadow: none;
}

.sv-card::before {
  border-top-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
}

.sv-card-bg {
  display: none;
}

.sv-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.022)),
    #111111;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.sv-card--photo {
  --sv-accent: #ffffff;
  grid-column: 1;
  grid-row: 2;
}

.sv-right {
  grid-column: 2;
  grid-row: 2;
}

.sv-card--landing,
.sv-card--multi {
  --sv-accent: #ffffff;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.75fr);
  column-gap: clamp(32px, 3vw, 64px);
}

.sv-card--landing {
  flex: 1;
}

.sv-card--multi {
  flex: 1;
}

.sv-icon {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.66);
}

.sv-card:hover .sv-icon {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
}

.sv-title {
  font-size: clamp(20px, 1.1vw, 24px);
}

.sv-arrow {
  border-color: rgba(255, 255, 255, 0.12);
}

.sv-card:hover .sv-arrow {
  border-color: rgba(255, 255, 255, 0.8);
  background: #ffffff;
  color: #0b0b0b;
}

.sv-desc {
  max-width: none;
  font-size: clamp(15px, 0.9vw, 18px);
  color: rgba(255, 255, 255, 0.58);
}

.sv-visual {
  opacity: 0.44;
  filter: grayscale(1);
  transition: opacity 0.28s ease, filter 0.28s ease;
}

.sv-card:hover .sv-visual {
  opacity: 0.66;
  filter: grayscale(0.25);
}

.sv-visual--photo {
  height: clamp(150px, 9.5vw, 205px);
}

.sv-visual--browser,
.sv-visual--map {
  min-height: clamp(220px, 16vw, 310px);
}

.sv-list {
  gap: 11px;
}

.sv-list li {
  font-size: clamp(13px, 0.78vw, 16px);
  color: rgba(255, 255, 255, 0.48);
}

.sv-list li::before {
  background: rgba(255, 255, 255, 0.7);
}

.sv-btn {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.sv-btn:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #0b0b0b;
}

.sv-note {
  color: rgba(255, 255, 255, 0.34);
}

@media (min-width: 1900px) {
  .sv-bento {
    width: min(1960px, calc(100vw - 96px));
    grid-template-columns: minmax(640px, 0.92fr) minmax(900px, 1.42fr);
  }

  .sv-header {
    grid-template-columns: minmax(640px, 0.92fr) minmax(760px, 1.42fr);
  }
}

@media (max-width: 1320px) {
  .sv-bento,
  .sv-header {
    grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.25fr);
  }

  .sv-card--landing,
  .sv-card--multi {
    grid-template-columns: minmax(0, 1fr);
  }

  .sv-visual--browser,
  .sv-visual--map {
    display: none;
  }
}

@media (max-width: 980px) {
  .services-section {
    padding: 84px max(20px, 5vw);
  }

  .sv-bento {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .sv-header {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sv-card--photo,
  .sv-right {
    grid-column: auto;
    grid-row: auto;
  }

  .sv-right {
    display: flex;
  }
}

/* Services suite layout inspired by compact agency bento blocks */
.services-section--suite {
  padding: clamp(64px, 5.2vw, 96px) max(42px, 5vw);
  overflow-x: clip;
}

.services-section--suite::before {
  inset: 18px max(28px, 4vw);
  opacity: 0.48;
  background-size: 112px 112px;
}

.services-section--suite .sv-bg-mark {
  top: 24px;
  right: max(58px, 6vw);
  font-size: clamp(96px, 11vw, 210px);
  color: rgba(255, 255, 255, 0.024);
}

.sv-suite {
  display: grid;
  grid-template-columns: minmax(430px, 0.72fr) repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "intro wide wide"
    "photo site bundle";
  gap: clamp(12px, 0.85vw, 18px);
  width: min(1940px, calc(100vw - 108px));
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
}

.sv-intro {
  grid-area: intro;
  min-width: 0;
  align-self: start;
  padding: clamp(4px, 0.4vw, 8px) 0 0;
}

.sv-micro {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(13px, 0.76vw, 15px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.sv-suite-title {
  width: 100%;
  max-width: min(100%, 470px);
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.sv-suite-title span {
  display: block;
  white-space: normal;
}

@media (min-width: 821px) {
  .sv-suite-title span {
    white-space: nowrap;
  }
}

.sv-suite-copy {
  max-width: min(100%, 560px);
  margin: clamp(18px, 1.65vw, 30px) 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(13px, 0.76vw, 15px);
  font-weight: 400;
  line-height: 1.42;
}

/* в”Ђв”Ђ Service card base в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 1.6vw, 32px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(13, 13, 13, 0.86);
  box-shadow: none;
  transition: transform 0.34s cubic-bezier(0.34,1.56,0.64,1),
              border-color 0.26s ease,
              background 0.26s ease,
              box-shadow 0.26s ease;
}

.sv-service-card::before { border-top: 0; }

.sv-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(15, 15, 15, 0.9);
  box-shadow: 0 20px 48px rgba(0,0,0,0.28);
}

/* в”Ђв”Ђ Grid areas в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card--photo  { grid-area: photo;  min-height: 390px; align-self: stretch; }
.sv-service-card--wide   { grid-area: wide;   min-height: 250px; align-self: stretch; }
.sv-service-card--site   { grid-area: site;   align-self: stretch; }
.sv-service-card--bundle { grid-area: bundle; align-self: stretch; }

/* в”Ђв”Ђ Card top row в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

/* в”Ђв”Ђ Icon в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card .sv-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.78);
  transition: background 0.22s ease, color 0.22s ease;
}

.sv-service-card:hover .sv-icon {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* в”Ђв”Ђ Arrow link в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card .sv-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  position: relative;
  transition: color 0.22s ease,
              transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
}

.sv-service-card .sv-arrow svg {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1);
}

.sv-service-card .sv-arrow::before {
  display: none;
}

.sv-service-card:hover .sv-arrow {
  color: #fff;
  transform: none;
}

.services-section--suite .sv-service-card.sv-card .sv-arrow,
.services-section--suite .sv-service-card.sv-card:hover .sv-arrow {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sv-service-card:hover .sv-arrow::before {
  opacity: 0;
}

.sv-service-card:hover .sv-arrow svg {
  transform: none;
}

/* в”Ђв”Ђ Title в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card .sv-title {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(22px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

/* в”Ђв”Ђ Description в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card .sv-desc {
  max-width: 1040px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(13px, 0.76vw, 15px);
  font-weight: 400;
  line-height: 1.65;
}

.sv-service-card--site .sv-title,
.sv-service-card--bundle .sv-title,
.sv-service-card--site .sv-desc,
.sv-service-card--bundle .sv-desc,
.sv-service-card--photo .sv-title,
.sv-service-card--photo .sv-desc { max-width: 560px; }

/* в”Ђв”Ђ Mini gallery в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 16px;
  border-radius: 8px;
  overflow: hidden;
}

.sv-mini-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  border-radius: 6px;
  filter: grayscale(0.8) contrast(1.04);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.sv-service-card:hover .sv-mini-gallery img {
  filter: grayscale(0.1) contrast(1.04);
  opacity: 0.92;
}

/* в”Ђв”Ђ Tag chips в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.sv-service-points li {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(11px, 0.62vw, 12.5px);
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1;
}

/* в”Ђв”Ђ Details table в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-details {
  display: grid;
  gap: 0;
  margin: 4px 0 20px;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.sv-service-details div {
  display: grid;
  grid-template-columns: 30px minmax(90px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  transition: background 0.18s ease;
}

.sv-service-details div:last-child { border-bottom: 0; }

.sv-service-details div:hover { background: rgba(255,255,255,0.045); }

.sv-service-details span {
  color: rgba(255, 255, 255, 0.22);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.sv-service-details strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(12px, 0.68vw, 13.5px);
  font-weight: 700;
}

.sv-service-details em {
  color: rgba(255, 255, 255, 0.38);
  font-size: clamp(11.5px, 0.64vw, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

/* в”Ђв”Ђ Button в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.sv-service-card .sv-btn {
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 0.72vw, 15px);
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.sv-service-card .sv-btn::after { content: ""; margin: 0; }

.sv-service-card .sv-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #0b0b0b;
}

@media (min-width: 1900px) {
  .sv-suite {
    width: min(1940px, calc(100vw - 108px));
    grid-template-columns: minmax(500px, 0.72fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 1280px) {
  .services-section--suite {
    padding-left: max(28px, 4vw);
    padding-right: max(28px, 4vw);
  }

  .sv-suite {
    width: 100%;
    grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1fr);
    grid-template-areas:
      "intro wide"
      "photo wide"
      "photo site"
      "bundle bundle";
    column-gap: clamp(16px, 2vw, 26px);
    row-gap: clamp(16px, 1.7vw, 22px);
  }

  .sv-service-card--wide,
  .sv-service-card--site {
    align-self: start;
  }

  .sv-suite-copy {
    max-width: 560px;
  }

  .sv-suite-title {
    max-width: 520px;
    font-size: clamp(42px, 4.55vw, 56px);
    line-height: 1.02;
  }
}

@media (max-width: 820px) {
  .services-section--suite {
    padding: 84px max(24px, 5vw);
  }

  .sv-suite {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "wide"
      "photo"
      "site"
      "bundle";
    gap: 12px;
  }

  .sv-micro {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .sv-suite-title {
    max-width: 680px;
    font-size: clamp(36px, 8.4vw, 58px);
    line-height: 1.02;
  }

  .sv-suite-copy {
    max-width: 620px;
    margin-top: clamp(14px, 3vw, 22px);
    font-size: clamp(15px, 2.5vw, 17px);
    line-height: 1.42;
  }

  .sv-service-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
  }

  .sv-service-card .sv-title {
    font-size: 26px;
  }

  .sv-service-card .sv-desc {
    font-size: 15px;
  }

  .sv-service-card .sv-arrow {
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .sv-suite-title {
    font-size: clamp(28px, 8vw, 34px);
  }

  .sv-service-card .sv-icon {
    width: 46px;
    height: 46px;
  }

  .sv-service-card .sv-arrow {
    width: 32px;
    height: 32px;
  }

  .sv-service-card .sv-arrow svg {
    width: 20px;
    height: 20px;
  }

  .sv-mini-gallery {
    gap: 7px;
  }
}

@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 80px 5vw;
  }
  .about-quote-block {
    padding: 32px;
  }
  .about-stats {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 32px;
  }
  .about-stat-item {
    min-height: 0;
    padding: 30px 28px 34px;
  }
}

/* в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ
   AGENCY FOOTER
в•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђв•ђ */

.agency-footer {
  display: block;
  padding: 0 max(32px, 5vw);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse 60% 40% at 8% 0%, rgba(255,255,255,0.055) 0%, transparent 70%),
    #0c0c0c;
}

.agency-footer-top,
.agency-footer-bottom {
  width: min(1680px, 100%);
  margin: 0 auto;
}

/* в”Ђв”Ђ Top grid в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.agency-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: clamp(32px, 5vw, 96px);
  padding: clamp(56px, 6vw, 96px) 0 clamp(44px, 4.5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* в”Ђв”Ђ Brand column в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.agency-footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-footer-logo {
  display: block;
  color: #ffffff;
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -1.5px;
  text-decoration: none;
  text-align: center;
  margin: 0;
}

/* в”Ђв”Ђ Nav columns в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.agency-footer .agency-footer-nav {
  position: static;
  inset: auto;
  z-index: auto;
  display: block;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  animation: none;
}

.agency-footer-title {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.agency-footer-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agency-footer-list a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.agency-footer-list a:hover {
  color: rgba(255, 255, 255, 0.35);
}

/* в”Ђв”Ђ Contacts column в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.agency-footer-contacts {
  font-style: normal;
}

.agency-footer-kicker {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.agency-footer-contacts .agency-footer-list {
  gap: 20px;
}

.agency-footer-contacts .agency-footer-list a {
  font-size: 14px;
  font-weight: 600;
}

.agency-footer-socials-inline {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  list-style: none;
  padding: 0;
}

.agency-footer-ai-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.15px;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 22px rgba(255, 255, 255, 0.035);
}

.agency-footer-ai-note::before {
  content: "AI";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.55px;
}

.agency-footer-social--tg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: background 0.22s ease;
}

.agency-footer-social--tg:hover {
  background: rgba(255, 255, 255, 0.04);
}

.agency-footer-social--tg:focus:not(:focus-visible),
.agency-footer-social--tg:visited {
  outline: none !important;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.75);
}

@media (hover: none) {
  .agency-footer-social--tg:hover {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.75);
  }

  .agency-footer-social--tg:active {
    background: rgba(255, 255, 255, 0.11);
    transform: scale(0.97);
  }
}

/* в”Ђв”Ђ Bottom bar в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.agency-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0 32px;
}

.agency-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.agency-footer-copy br + span {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

.agency-footer-policy {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}

.agency-footer-policy:hover {
  color: rgba(255, 255, 255, 0.8);
}

.agency-footer-top-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.agency-footer-top-label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.agency-footer-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease,
              color 0.22s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
}

.agency-footer-top-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: translateY(-3px);
}

/* в”Ђв”Ђ Responsive в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
@media (max-width: 1100px) {
  .agency-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 56px);
  }
}

@media (max-width: 640px) {
  .agency-footer {
    padding: 0 22px;
  }
  .agency-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 0 36px;
  }
  .agency-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .agency-footer-bottom {
    gap: 12px;
    padding-bottom: 32px;
  }
  .agency-footer-logo {
    font-size: clamp(40px, 12vw, 60px);
  }
}

@keyframes sv-fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hidden until triggered. The .sv-go state sets the final values directly,
   so the entrance animation does not keep owning transform after it ends. */
.sv-reveal-title,
.sv-reveal-copy,
.sv-reveal-card {
  opacity: 0;
  transform: translateY(24px);
}

.sv-reveal-title.sv-go,
.sv-reveal-copy.sv-go,
.sv-reveal-card.sv-go {
  opacity: 1;
  transform: none;
  animation: sv-fade-up 0.65s ease-out backwards;
}

/* FINAL SERVICES HOVER ANIMATION
   Local, scoped to the current services cards so generic .sv-card rules cannot
   replace the dark card hover with the old bright arrow/background treatment. */
.services-section--suite .sv-service-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  background: rgba(13, 13, 13, 0.86);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow: none;
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 900ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 900ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-section--suite .sv-service-card::before,
.services-section--suite .sv-service-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-section--suite .sv-service-card::before {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.13), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.012) 58%, transparent);
  transform: translate3d(-18px, 18px, 0) scale(0.96);
}

.services-section--suite .sv-service-card::after {
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.06) 46%, transparent 74%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 92px);
  transform: translate3d(16px, -14px, 0) scale(1.02);
}

.services-section--suite .sv-service-card > * {
  position: relative;
  z-index: 1;
}

.services-section--suite .sv-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  background-color: rgba(15, 15, 15, 0.92);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
}

.services-section--suite .sv-service-card:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.04);
}

.services-section--suite .sv-service-card:hover::after {
  opacity: 0.76;
  transform: translate3d(0, 0, 0) scale(1.08);
}

.services-section--suite .sv-service-card .sv-title,
.services-section--suite .sv-service-card .sv-desc,
.services-section--suite .sv-service-card .sv-icon,
.services-section--suite .sv-service-card .sv-service-points li,
.services-section--suite .sv-service-card .sv-service-details strong,
.services-section--suite .sv-service-card .sv-service-details em,
.services-section--suite .sv-service-card .sv-arrow,
.services-section--suite .sv-service-card .sv-btn {
  transition:
    color 900ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 900ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-section--suite .sv-service-card:hover .sv-title {
  color: #ffffff;
}

.services-section--suite .sv-service-card:hover .sv-desc {
  color: rgba(255, 255, 255, 0.68);
}

.services-section--suite .sv-service-card:hover .sv-icon {
  background-color: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.92);
}

.services-section--suite .sv-service-card:hover .sv-service-points li {
  background-color: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
}

.services-section--suite .sv-service-card--photo .sv-service-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.services-section--suite .sv-service-card--photo .sv-service-points li {
  justify-content: center;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.services-section--suite .sv-service-card:hover .sv-service-details strong {
  color: rgba(255, 255, 255, 0.9);
}

.services-section--suite .sv-service-card:hover .sv-service-details em {
  color: rgba(255, 255, 255, 0.52);
}

.services-section--suite .sv-service-card .sv-arrow,
.services-section--suite .sv-service-card:hover .sv-arrow {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.services-section--suite .sv-service-card .sv-arrow {
  transform: translate3d(0, 0, 0);
  transform-origin: center;
}

.services-section--suite .sv-service-card .sv-arrow svg {
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-section--suite .sv-service-card:hover .sv-arrow {
  color: rgba(255, 255, 255, 0.92);
  transform: translate3d(5px, -5px, 0);
}

.services-section--suite .sv-service-card:hover .sv-arrow svg {
  transform: translate3d(2px, -2px, 0) scale(1.08);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
}

.services-section--suite .sv-service-card .sv-arrow:hover {
  color: #ffffff;
  transform: translate3d(8px, -8px, 0);
}

.services-section--suite .sv-service-card .sv-arrow:hover svg {
  transform: translate3d(4px, -4px, 0) scale(1.14);
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.32));
}

.services-section--suite .sv-service-card .sv-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0b0b0b;
}

/* FINAL NAV RULES */
body > nav {
  height: 100px !important;
  padding: 0 80px !important;
}

body.home-page > nav {
  height: 115px !important;
}

body > nav .nav-logo {
  font-size: 18px !important;
  letter-spacing: -0.3px !important;
}

body.home-page > nav .nav-logo {
  font-size: 22px !important;
}

.pt-loading body > nav {
  opacity: 0 !important;
  transform: translateY(-100%) !important;
  animation: none !important;
}

html:not(.pt-loading) body > nav {
  opacity: 1;
  transform: translateY(0);
}

body > nav .lang-switcher,
.mobile-nav-lang .lang-switcher {
  --lang-pill-x: 3px;
  --lang-pill-y: 3px;
  --lang-pill-width: 42px;
  --lang-pill-height: 34px;
  position: relative;
  gap: 2px !important;
  padding: 3px !important;
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.09) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  overflow: hidden;
}

body > nav .lang-switcher::before,
.mobile-nav-lang .lang-switcher::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--lang-pill-width);
  height: var(--lang-pill-height);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transform: translate3d(var(--lang-pill-x), var(--lang-pill-y), 0);
  pointer-events: none;
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background 260ms ease;
}

body > nav .lang-btn,
.mobile-nav-lang .lang-btn {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 42px !important;
  min-height: 34px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.34);
  line-height: 1 !important;
  transition:
    color 260ms ease,
    background 260ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

body > nav .lang-btn.active,
.mobile-nav-lang .lang-btn.active {
  background: transparent !important;
  color: #0b0b0b !important;
}

body > nav .lang-btn:hover:not(.active),
.mobile-nav-lang .lang-btn:hover:not(.active) {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06) !important;
}

@media (max-width: 768px) {
  body > nav {
    height: 100px !important;
    padding: 0 24px !important;
  }

  body.home-page > nav {
    height: 115px !important;
  }
}

/* RESPONSIVE STABILIZATION */
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

body > nav {
  gap: clamp(18px, 2vw, 40px) !important;
}

@media (min-width: 2200px) {
  body > nav {
    padding-left: clamp(96px, 5vw, 180px) !important;
    padding-right: clamp(96px, 5vw, 180px) !important;
  }

  .hero,
  .about-section,
  .portfolio-section,
  .how-section,
  .advantages-section,
  .process-section,
  .pricing-section,
  .contact-section,
  .faq-section {
    max-width: min(1760px, calc(100vw - 240px));
  }

  .services-section--suite {
    padding-left: clamp(80px, 4vw, 160px);
    padding-right: clamp(80px, 4vw, 160px);
  }

  .sv-suite {
    width: min(2160px, calc(100vw - 220px));
    grid-template-columns: minmax(560px, 0.68fr) repeat(2, minmax(0, 1fr));
  }

  .sv-suite-title {
    font-size: clamp(58px, 2.65vw, 82px);
    max-width: 620px;
  }

  .sv-suite-copy {
    max-width: 680px;
    font-size: clamp(16px, 0.72vw, 20px);
  }

  .agency-footer-top,
  .agency-footer-bottom {
    width: min(1860px, calc(100vw - 240px));
  }
}

@media (max-width: 1280px) {
  body > nav {
    padding-left: 40px !important;
    padding-right: 40px !important;
    gap: 24px !important;
  }

  body > nav .nav-links {
    gap: 22px;
  }

  body > nav .nav-links a,
  body > nav .nav-action-btn {
    font-size: 14px;
  }

  body > nav .nav-contacts {
    display: none;
  }

  .agency-footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
    row-gap: 42px;
  }

  .agency-footer-contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  body > nav .nav-links,
  body > nav > .nav-right {
    display: none !important;
  }

  body > nav .nav-burger {
    display: inline-flex !important;
    margin-left: auto;
  }

  body > nav,
  body.home-page > nav {
    height: 86px !important;
    padding-left: max(24px, 5vw) !important;
    padding-right: max(24px, 5vw) !important;
  }

  body.home-page > nav .nav-logo {
    font-size: 20px !important;
  }

  .hero {
    padding-left: max(28px, 6vw);
    padding-right: max(28px, 6vw);
  }

  .sv-suite {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "intro"
      "wide"
      "photo"
      "site"
      "bundle";
    gap: 18px;
    width: min(860px, 100%);
  }

  .sv-intro {
    padding-top: 0;
  }

  .sv-suite-title {
    max-width: 760px;
    font-size: clamp(48px, 7vw, 72px);
  }

  .sv-suite-copy {
    max-width: 720px;
  }

  .sv-service-card--photo,
  .sv-service-card--wide,
  .sv-service-card--site,
  .sv-service-card--bundle {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  body > nav,
  body.home-page > nav {
    height: 76px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body > nav .nav-logo,
  body.home-page > nav .nav-logo {
    font-size: 18px !important;
  }

  .mobile-nav-panel {
    width: min(420px, calc(100vw - 28px));
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 72px;
  }

  .hero::before {
    opacity: 0;
    background: none;
  }

  .hero .code-bg {
    opacity: 0.9 !important;
    filter: none;
  }

  .hero .code-col {
    color: rgba(255, 255, 255, 0.05) !important;
  }

  .hero h1 {
    width: min(100%, 520px);
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.8px;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .hero-sub {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.5;
  }

  .services-section--suite {
    padding: 68px max(16px, 4.8vw);
  }

  .sv-suite {
    gap: 12px;
  }

  .sv-suite-title {
    font-size: clamp(34px, 10.5vw, 52px);
    line-height: 1;
  }

  .sv-suite-copy {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.42;
  }

  .sv-service-card {
    border-radius: 12px;
    padding: 22px;
  }

  .sv-service-card .sv-title {
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.05;
    margin-bottom: 12px;
  }

  .sv-service-card .sv-desc {
    font-size: 14.5px;
    line-height: 1.62;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sv-service-points,
  .services-section--suite .sv-service-card--photo .sv-service-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 24px;
  }

  .sv-service-points li,
  .services-section--suite .sv-service-card--photo .sv-service-points li {
    min-width: 0;
    height: 34px;
    justify-content: center;
    padding: 0 8px;
    text-align: center;
    font-size: clamp(11px, 3vw, 12px);
    line-height: 1.05;
  }

  .sv-service-details div {
    grid-template-columns: 32px minmax(108px, 0.72fr) minmax(0, 1fr);
    min-height: 48px;
    column-gap: 12px;
    padding: 0 14px;
  }

  .sv-service-details strong {
    font-size: 13.5px;
    line-height: 1.2;
  }

  .sv-service-details em {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .agency-footer-top,
  .agency-footer-bottom {
    width: 100%;
  }

  .agency-footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .agency-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .btn-primary,
  .btn-ghost,
  .sv-service-card .sv-btn,
  .nav-action-btn {
    width: 100%;
  }

  .sv-service-card {
    padding: 18px;
  }

  .sv-service-details {
    margin-top: 16px;
  }

  .sv-service-details div {
    grid-template-columns: 24px 1fr;
    row-gap: 4px;
  }

  .sv-service-details em {
    grid-column: 2;
  }

  .portfolio-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .portfolio-slider {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .portfolio-slide-info {
    padding: 44px 18px 16px;
  }

  .portfolio-slide-info h4 {
    font-size: 16px;
    font-weight: 700;
  }

  .portfolio-slide-info span {
    font-size: 13px;
  }

  .slider-btn {
    width: 48px;
    height: 48px;
  }

  .slider-btn-prev {
    left: 10px;
  }

  .slider-btn-next {
    right: 10px;
  }

  .slider-dots {
    margin-top: 12px;
  }

  .portfolio-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .portfolio-thumb {
    aspect-ratio: 16 / 9;
    border-radius: 6px;
  }

  .advantages-table,
  .advantages-table tbody,
  .advantages-table tr,
  .advantages-table td {
    display: block;
    width: 100% !important;
  }

  .advantages-table td:first-child {
    padding: 22px 0 6px !important;
  }

  .advantages-table td:last-child {
    padding: 0 0 22px !important;
  }

  .order-modal__card {
    width: 100%;
    max-height: calc(100dvh - 24px);
  }
}

/* MOBILE FOOTER: left-aligned reference layout */
@media (max-width: 640px) {
  .agency-footer {
    padding: 0 18px;
    text-align: left;
  }

  .agency-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 42px 0 34px;
    justify-items: stretch;
  }

  .agency-footer-brand {
    justify-content: flex-start;
  }

  .agency-footer-logo {
    width: min-content;
    text-align: left;
    font-size: clamp(44px, 14vw, 62px);
    line-height: 0.92;
  }

  .agency-footer-title {
    margin-bottom: 18px;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
  }

  .agency-footer-list {
    gap: 16px;
    justify-items: start;
  }

  .agency-footer-list a,
  .agency-footer-contacts .agency-footer-list a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
  }

  .agency-footer-inactive {
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-weight: 700;
  }

  .agency-footer-soon {
    color: rgba(255, 255, 255, 0.36);
    font-size: 13px;
    font-weight: 500;
  }

  .agency-footer-contacts .agency-footer-list {
    gap: 18px;
  }

  .agency-footer-kicker {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  .agency-footer-socials-inline {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 8px;
  }

  .agency-footer-social--tg {
    width: 58px;
    height: 58px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.75);
  }

  .agency-footer-social--tg:hover {
    background: rgba(255, 255, 255, 0.04);
  }

  .agency-footer-social--tg,
  .agency-footer-social--tg:hover,
  .agency-footer-social--tg:focus,
  .agency-footer-social--tg:focus-visible,
  .agency-footer-social--tg:visited {
    background: rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.75) !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .agency-footer-social--tg:active {
    background: rgba(255, 255, 255, 0.11) !important;
    transform: scale(0.97) !important;
  }

  .agency-footer-ai-note {
    width: fit-content;
    margin-top: 18px;
  }

  .agency-footer-bottom {
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 24px 0 34px;
  }

  .agency-footer-top-wrap {
    align-self: flex-start;
  }
}

/* FULLSCREEN MOBILE MENU */
@media (max-width: 1080px) {
  .mobile-nav {
    z-index: 1800;
    transition:
      opacity 560ms ease,
      visibility 560ms ease;
  }

  .mobile-nav-backdrop {
    display: none;
  }

  .mobile-nav-panel {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding:
      max(18px, env(safe-area-inset-top))
      clamp(18px, 4vw, 42px)
      max(24px, env(safe-area-inset-bottom)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0) 34%),
      #0b0b0b !important;
    box-shadow: none !important;
    opacity: 0;
    overflow-y: auto;
    transform: translateY(-24px) scale(0.975) !important;
    transition:
      opacity 520ms ease,
      transform 720ms cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: opacity, transform;
  }

  .mobile-nav.open .mobile-nav-panel {
    opacity: 1;
    transform: translateY(0) scale(1) !important;
  }

  .mobile-nav.closing {
    opacity: 1;
    pointer-events: none;
  }

  .mobile-nav.closing .mobile-nav-panel {
    opacity: 0;
    transform: translateY(-18px) scale(0.982) !important;
    transition:
      opacity 620ms ease 120ms,
      transform 780ms cubic-bezier(0.4, 0, 0.2, 1) 80ms !important;
  }

  .mobile-nav-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding-bottom: clamp(18px, 3.5vh, 30px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    opacity: 0;
    transform: translateY(-12px);
    transition:
      opacity 520ms ease,
      transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav.open .mobile-nav-top {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 140ms;
  }

  .mobile-nav.closing .mobile-nav-top {
    opacity: 0;
    transform: translateY(-10px);
    transition-delay: 120ms;
  }

  .mobile-nav-top .nav-logo {
    width: min-content;
    max-width: 168px;
    color: #ffffff !important;
    font-size: clamp(30px, 7.8vw, 44px) !important;
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -1.9px !important;
    text-align: left;
  }

  .mobile-nav-lang {
    justify-self: end;
  }

  .mobile-nav-lang .lang-switcher {
    width: max-content !important;
    margin: 0 !important;
  }

  .mobile-nav-close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 0 !important;
    position: relative;
    transform: rotate(-10deg) scale(0.92);
    transition:
      color 220ms ease,
      transform 620ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .mobile-nav.open .mobile-nav-close {
    transform: rotate(0deg) scale(1);
    transition-delay: 220ms;
  }

  .mobile-nav.closing .mobile-nav-close {
    transform: rotate(10deg) scale(0.92);
    transition-delay: 80ms;
  }

  .mobile-nav-close::before,
  .mobile-nav-close::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-nav-close::before {
    transform: rotate(45deg);
  }

  .mobile-nav-close::after {
    transform: rotate(-45deg);
  }

  .mobile-nav-links {
    display: grid !important;
    gap: clamp(16px, 3vh, 24px) !important;
    margin-top: 8px !important;
  }

  .mobile-nav-links a {
    width: fit-content;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: clamp(24px, 6.4vw, 36px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.6px;
    opacity: 0;
    transform: translateY(18px);
    transition:
      color 220ms ease,
      opacity 560ms ease,
      transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav.open .mobile-nav-links a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav.open .mobile-nav-links a:nth-child(1) {
    transition-delay: 220ms;
  }

  .mobile-nav.open .mobile-nav-links a:nth-child(2) {
    transition-delay: 300ms;
  }

  .mobile-nav.open .mobile-nav-links a:nth-child(3) {
    transition-delay: 380ms;
  }

  .mobile-nav.open .mobile-nav-links a:nth-child(4) {
    transition-delay: 460ms;
  }

  .mobile-nav.closing .mobile-nav-links a {
    opacity: 0;
    transform: translateY(14px);
  }

  .mobile-nav.closing .mobile-nav-links a:nth-child(1) {
    transition-delay: 160ms;
  }

  .mobile-nav.closing .mobile-nav-links a:nth-child(2) {
    transition-delay: 120ms;
  }

  .mobile-nav.closing .mobile-nav-links a:nth-child(3) {
    transition-delay: 80ms;
  }

  .mobile-nav.closing .mobile-nav-links a:nth-child(4) {
    transition-delay: 40ms;
  }

  .mobile-nav-links a:hover,
  .mobile-nav-links a:active {
    color: rgba(255, 255, 255, 0.68) !important;
  }

  .mobile-nav-contact {
    display: grid;
    gap: 10px;
    margin-top: 18px !important;
    padding-top: 0;
    opacity: 0;
    transform: translateY(20px);
    transition:
      opacity 580ms ease,
      transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-nav.open .mobile-nav-contact {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 560ms;
  }

  .mobile-nav.closing .mobile-nav-contact {
    opacity: 0;
    transform: translateY(16px);
    transition-delay: 0ms;
  }

  .mobile-nav-socials {
    display: flex;
    gap: 10px;
    margin-bottom: 2px;
  }

  .mobile-nav-social {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition:
      background 220ms ease,
      color 220ms ease,
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-nav-social svg {
    width: 28px;
    height: 28px;
  }

  .mobile-nav-social:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
  }

  .mobile-nav-social:focus:not(:focus-visible),
  .mobile-nav-social:visited {
    outline: none !important;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.78);
    transform: none;
  }

  @media (hover: none) {
    .mobile-nav-social:hover {
      background: rgba(255, 255, 255, 0.07);
      color: rgba(255, 255, 255, 0.78);
      transform: none;
    }

    .mobile-nav-social:active {
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
      transform: scale(0.97);
    }
  }

  .mobile-nav-email {
    width: fit-content;
    color: #ffffff;
    font-size: clamp(16px, 4vw, 19px);
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
  }

  .mobile-nav-cta {
    display: inline-flex;
    width: min(100%, 520px);
    min-height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b0b0b;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition:
      background 220ms ease,
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .mobile-nav-cta:hover {
    background: rgba(255, 255, 255, 0.82);
    transform: translateY(-2px);
  }
}

@media (max-width: 420px) {
  .mobile-nav-panel {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mobile-nav-top {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mobile-nav-lang {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    margin-top: 10px;
  }

  .mobile-nav-lang .lang-btn {
    min-width: 38px !important;
    min-height: 32px !important;
  }

  .mobile-nav-links {
    margin-top: 24px;
  }

  .mobile-nav-social {
    width: 52px;
    height: 52px;
  }

  .mobile-nav-social svg {
    width: 26px;
    height: 26px;
  }

  .mobile-nav-close {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 1080px) and (prefers-reduced-motion: reduce) {
  .mobile-nav,
  .mobile-nav-panel,
  .mobile-nav-top,
  .mobile-nav-close,
  .mobile-nav-links a,
  .mobile-nav-contact {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

/* MOBILE ORDER FORM: compact dark layout */
@media (max-width: 768px) {
  .order-modal {
    align-items: center !important;
    justify-content: center;
    padding: 68px 10px 20px !important;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(18px);
    transition:
      opacity 360ms ease,
      visibility 360ms ease,
      backdrop-filter 360ms ease;
  }

  .order-modal.is-closing {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
  }

  .order-modal__card {
    width: min(560px, calc(100vw - 12px)) !important;
    min-height: 0 !important;
    max-height: min(720px, calc(100dvh - 124px)) !important;
    padding: 22px 22px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    border-radius: 20px !important;
    background: #0d0d0d !important;
    color: var(--white);
    box-shadow: none !important;
    transform: translateY(20px) scale(0.985);
    opacity: 0;
    transition:
      opacity 360ms ease,
      transform 520ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .order-modal.is-open .order-modal__card {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .order-modal.is-closing .order-modal__card {
    opacity: 0;
    transform: translateY(38px) scale(0.972);
  }

  .order-modal__close {
    top: 18px !important;
    right: 18px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
  }

  .order-modal__close svg {
    width: 14px;
    height: 14px;
  }

  .order-modal__eyebrow {
    display: none;
  }

  .order-modal__title {
    margin-bottom: 5px !important;
    color: var(--white) !important;
    font-size: clamp(25px, 6.6vw, 32px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em;
  }

  .order-modal__subtitle {
    max-width: none;
    margin-bottom: 15px !important;
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  .order-modal__fields {
    grid-template-columns: 1fr !important;
    gap: 8px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .order-field {
    gap: 0;
  }

  .order-field > span {
    display: none;
  }

  .order-field input,
  .order-service-trigger {
    min-height: 44px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    color: var(--white) !important;
    font-size: 14px !important;
    padding: 0 16px !important;
    box-shadow: none !important;
  }

  .order-field input::placeholder {
    color: rgba(255, 255, 255, 0.28) !important;
  }

  .order-field input:focus,
  .order-service-trigger:focus {
    border-color: rgba(255, 255, 255, 0.36) !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.045) !important;
  }

  .order-field--service {
    display: none !important;
    position: static;
    width: auto;
    height: auto;
    margin: 0 !important;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  .order-contact {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 8px;
    row-gap: 8px;
    margin: 0 0 18px !important;
    padding: 28px 0 0 !important;
  }

  .order-modal__fields ~ .order-contact {
    margin-top: 0 !important;
  }

  .order-contact legend,
  .order-contact-title {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.35;
    text-transform: none !important;
  }

  .order-contact span,
  .order-contact input:checked + span,
  .order-contact span:hover {
    min-height: 32px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .order-contact label,
  .order-contact label:focus,
  .order-contact label:focus-visible,
  .order-contact input,
  .order-contact input:focus,
  .order-contact input:focus-visible,
  .order-contact span,
  .order-contact span:focus,
  .order-contact span:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
  }

  .order-modal__error {
    min-height: 0;
    margin: 0 0 8px !important;
    color: #ff9a9a !important;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.35;
  }

  .order-modal__error:empty {
    display: none;
    margin: 0 !important;
  }

  .order-modal__submit {
    min-height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    background: var(--white) !important;
    color: var(--bg) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
  }

  .order-modal__agree {
    margin-top: 8px !important;
    color: rgba(255, 255, 255, 0.34) !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .order-modal__agree a {
    color: rgba(255, 255, 255, 0.78) !important;
  }
}

@media (max-width: 420px) {
  .order-contact {
    grid-template-columns: repeat(3, max-content);
  }

  .order-modal__card {
    width: min(500px, calc(100vw - 10px)) !important;
    padding: 20px 18px 18px !important;
  }

  .order-modal__title {
    font-size: clamp(24px, 6.5vw, 30px) !important;
  }
}

@media (max-width: 768px) {
  .marquee {
    animation-duration: 4s !important;
  }
}

@media (max-width: 420px) {
  .marquee {
    animation-duration: 3.5s !important;
  }
}

@media (max-width: 680px) {
  .services-section--suite .sv-service-points,
  .services-section--suite .sv-service-card--photo .sv-service-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 24px !important;
  }

  .services-section--suite .sv-service-points li,
  .services-section--suite .sv-service-card--photo .sv-service-points li {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 40px !important;
    height: auto !important;
    padding: 7px 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    font-size: clamp(10.5px, 2.75vw, 12px) !important;
    line-height: 1.14 !important;
  }

  .services-section--suite .sv-service-details {
    margin: 0 0 24px !important;
  }

  .services-section--suite .sv-service-details div {
    grid-template-columns: 28px minmax(88px, 0.68fr) minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
    min-height: 52px !important;
    padding: 0 12px !important;
    align-items: center !important;
  }

  .services-section--suite .sv-service-details span,
  .services-section--suite .sv-service-details strong,
  .services-section--suite .sv-service-details em {
    min-width: 0 !important;
    grid-column: auto !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .services-section--suite .sv-service-details strong {
    font-size: clamp(12px, 3.05vw, 13.5px) !important;
    line-height: 1.2 !important;
  }

  .services-section--suite .sv-service-details em {
    font-size: clamp(11px, 2.9vw, 12.5px) !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 380px) {
  .services-section--suite .sv-service-points,
  .services-section--suite .sv-service-card--photo .sv-service-points {
    gap: 6px !important;
  }

  .services-section--suite .sv-service-points li,
  .services-section--suite .sv-service-card--photo .sv-service-points li {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 10px !important;
  }

  .services-section--suite .sv-service-details div {
    grid-template-columns: 24px minmax(78px, 0.65fr) minmax(0, 1fr) !important;
    column-gap: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  body > nav,
  body.home-page > nav {
    height: 88px !important;
    padding-left: clamp(18px, 3vw, 30px) !important;
    padding-right: clamp(18px, 3vw, 30px) !important;
    gap: clamp(16px, 2.2vw, 24px) !important;
  }

  body > nav .nav-logo,
  body.home-page > nav .nav-logo {
    flex: 0 0 auto;
    max-width: none;
    font-size: clamp(18px, 1.95vw, 21px) !important;
    line-height: 1;
    white-space: nowrap;
  }

  body > nav .nav-links {
    display: flex !important;
    gap: clamp(15px, 1.9vw, 24px) !important;
    min-width: 0;
  }

  body > nav .nav-links a,
  body > nav .nav-dropdown-trigger {
    font-size: clamp(13.5px, 1.55vw, 16px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.2;
    white-space: nowrap;
  }

  body > nav .nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  body > nav .nav-dropdown {
    margin-right: 0 !important;
    padding-right: 2px;
  }

  body > nav .nav-dropdown-trigger > svg {
    width: 9px;
    height: 6px;
    margin-top: 1px;
  }

  body > nav .nav-dropdown.nav-dropdown-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  body > nav .nav-dropdown.nav-dropdown-open .nav-dropdown-trigger > svg {
    opacity: 0.9;
    transform: rotate(0deg);
  }

  body > nav > .nav-right {
    display: flex !important;
    gap: 8px !important;
    margin-left: auto !important;
  }

  body > nav .nav-contacts {
    display: none !important;
  }

  body > nav .lang-switcher {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 3px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 9px !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, 0.025) !important;
    box-shadow: none !important;
  }

  body > nav .lang-btn {
    display: inline-flex !important;
    width: auto !important;
    min-width: 32px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 7px !important;
    opacity: 1 !important;
    font-size: 10px !important;
  }

  body > nav .nav-action-btn {
    min-height: 38px !important;
    padding: 0 clamp(16px, 2vw, 24px) !important;
    gap: 6px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    border-color: rgba(255, 255, 255, 0.32) !important;
    font-size: clamp(12.5px, 1.35vw, 14px) !important;
    font-weight: 600 !important;
    white-space: nowrap;
  }

  body > nav .nav-action-btn svg {
    display: block !important;
    width: 12px;
    height: 12px;
  }

  body > nav .nav-burger {
    display: none !important;
  }

  .mobile-nav.open {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.mobile-nav-open {
    overflow: auto !important;
    touch-action: auto !important;
  }
}

@media (min-width: 721px) and (max-width: 860px) {
  body > nav,
  body.home-page > nav {
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 12px !important;
  }

  body > nav .nav-logo,
  body.home-page > nav .nav-logo {
    max-width: none;
    font-size: 15px !important;
  }

  body > nav .nav-links {
    gap: 10px !important;
  }

  body > nav .nav-links a,
  body > nav .nav-dropdown-trigger {
    font-size: 11.25px !important;
  }

  body > nav > .nav-right {
    gap: 8px !important;
  }

  body > nav .lang-switcher {
    padding: 2px !important;
  }

  body > nav .lang-btn {
    min-width: 28px !important;
    height: 26px !important;
    min-height: 26px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 9.5px !important;
  }

  body > nav .nav-action-btn {
    min-height: 36px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 720px) {
  body > nav .nav-links,
  body > nav > .nav-right {
    display: none !important;
  }

  body > nav .nav-burger {
    display: inline-flex !important;
    margin-left: auto;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .agency-footer {
    padding-left: clamp(28px, 4vw, 44px) !important;
    padding-right: clamp(28px, 4vw, 44px) !important;
  }

  .agency-footer-top {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr) !important;
    grid-template-areas:
      "brand services"
      "nav contacts" !important;
    column-gap: clamp(54px, 8vw, 96px) !important;
    row-gap: 44px !important;
    align-items: start !important;
    padding: 58px 0 46px !important;
  }

  .agency-footer-brand {
    grid-area: brand;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .agency-footer-logo {
    text-align: left !important;
    font-size: clamp(46px, 6.2vw, 66px) !important;
  }

  .agency-footer .agency-footer-nav:nth-of-type(1) {
    grid-area: services;
    justify-self: end;
    text-align: right;
  }

  .agency-footer .agency-footer-nav:nth-of-type(2) {
    grid-area: nav;
    justify-self: start;
    text-align: left;
  }

  .agency-footer-contacts {
    grid-area: contacts !important;
    justify-self: end;
    text-align: right;
  }

  .agency-footer-title {
    margin-bottom: 18px !important;
    font-size: 14px !important;
  }

  .agency-footer-list {
    gap: 16px !important;
  }

  .agency-footer-list a,
  .agency-footer-inactive,
  .agency-footer-contacts .agency-footer-list a {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .agency-footer-contacts .agency-footer-list {
    justify-items: end;
    gap: 18px !important;
  }

  .agency-footer-socials-inline {
    justify-content: flex-end !important;
    margin-top: 8px !important;
  }

  .agency-footer-social--tg,
  .agency-footer-social--tg:hover,
  .agency-footer-social--tg:focus,
  .agency-footer-social--tg:focus-visible,
  .agency-footer-social--tg:visited {
    background: rgba(255, 255, 255, 0.07) !important;
    color: rgba(255, 255, 255, 0.75) !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .agency-footer-social--tg:active {
    background: rgba(255, 255, 255, 0.11) !important;
    transform: scale(0.97) !important;
  }

  .agency-footer-ai-note {
    width: fit-content !important;
    max-width: none !important;
    justify-self: end;
    margin-top: 4px !important;
    white-space: nowrap !important;
    padding-right: 14px !important;
    font-size: clamp(9.5px, 1.22vw, 11px) !important;
    letter-spacing: 0.85px !important;
  }

  .agency-footer-bottom {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 28px !important;
    align-items: center !important;
    padding: 24px 0 34px !important;
  }

  .agency-footer-copy {
    text-align: left !important;
  }

  .agency-footer-policy {
    text-align: center !important;
    white-space: nowrap;
  }

  .agency-footer-top-wrap {
    justify-self: end !important;
  }

  body:not(.home-page) .portfolio-section {
    padding-top: 138px !important;
  }
}
