:root {
  --blue: #064fb0;
  --blue-dark: #003565;
  --navy: #061936;
  --red: #f11212;
  --text: #071a36;
  --muted: #516178;
  --line: #dbe4ef;
  --soft: #f5f8fc;
  --white: #ffffff;
  --surface: rgba(246, 250, 255, 0.94);
  --surface-strong: #eef4fb;
  --surface-border: rgba(6, 79, 176, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  background-color: #f5f8fc;
  background-image:
    linear-gradient(rgba(6, 79, 176, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 79, 176, 0.045) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 74px, rgba(6, 79, 176, 0.035) 75px 76px, transparent 77px 148px),
    radial-gradient(circle at 12% 18%, rgba(6, 79, 176, 0.1), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(241, 18, 18, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f1f6fc 42%, #f8fafd 100%);
  background-size: 44px 44px, 44px 44px, 220px 220px, 980px 620px, 760px 520px, 100% 100%;
  background-position: center top, center top, 0 0, left top, right top, center top;
  background-attachment: fixed;
  animation: blueprintBackdrop 42s linear infinite;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    linear-gradient(90deg, rgba(238, 244, 251, 0.9) 0%, rgba(230, 239, 249, 0.74) 48%, rgba(230, 239, 249, 0.62) 100%),
    url("./assets/hero-setracom.png") center top / cover no-repeat;
  opacity: 0.44;
}

body::after {
  top: auto;
  height: 210px;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='210' viewBox='0 0 900 210' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23064fb0' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' opacity='.18'%3E%3Cpath d='M32 172h826'/%3E%3Cpath d='M105 168h150l-28-47h-78z'/%3E%3Cpath d='M142 121l25-39h63l-5 39'/%3E%3Ccircle cx='146' cy='174' r='18'/%3E%3Ccircle cx='223' cy='174' r='18'/%3E%3Cpath d='M338 169h112l18-58h-73l-31 31h-26z'/%3E%3Cpath d='M393 111l64-45 70 30'/%3E%3Cpath d='M527 96l26 10-32 19'/%3E%3Ccircle cx='367' cy='174' r='17'/%3E%3Ccircle cx='438' cy='174' r='17'/%3E%3Cpath d='M625 169V47h36v122'/%3E%3Cpath d='M555 47h220'/%3E%3Cpath d='M643 47l92 122'/%3E%3Cpath d='M643 47l-88 122'/%3E%3Cpath d='M742 47v46'/%3E%3Cpath d='M729 95h27l-5 23h-17z'/%3E%3Cpath d='M812 169h46l-20-36h-26z'/%3E%3Ccircle cx='819' cy='174' r='13'/%3E%3Ccircle cx='851' cy='174' r='13'/%3E%3C/g%3E%3Cg fill='%23f11212' opacity='.12'%3E%3Ccircle cx='742' cy='132' r='7'/%3E%3Ccircle cx='527' cy='96' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 900px 210px;
  background-position: 0 bottom;
  animation: machineryDrift 34s linear infinite;
  opacity: 0.95;
}

body > * {
  position: relative;
  z-index: 1;
}

body > header {
  z-index: 200;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

.service-card,
.project-card,
.deliverable,
.sidebar-box {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.deliverable:hover,
.sidebar-box:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 79, 176, 0.28);
  box-shadow: 0 22px 52px rgba(8, 28, 62, 0.1);
}

.project-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 50px rgba(8, 28, 62, 0.18);
}

.project-card::after,
.project-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.18) 44%, transparent 58%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
}

.project-card:hover::after,
.project-item:hover::after {
  transform: translateX(120%);
}

.hero__copy {
  animation: heroCopy 0.9s ease both;
}

.brand img {
  transition: transform 0.25s ease;
}

.brand:hover img {
  transform: scale(1.03);
}

@keyframes heroCopy {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blueprintBackdrop {
  0% {
    background-position: center top, center top, 0 0, left top, right top, center top;
  }
  50% {
    background-position: calc(50% + 22px) 22px, calc(50% + 22px) 22px, 90px 70px, 26px 18px, calc(100% - 28px) 12px, center top;
  }
  100% {
    background-position: calc(50% + 44px) 44px, calc(50% + 44px) 44px, 180px 140px, 52px 36px, calc(100% - 56px) 24px, center top;
  }
}

@keyframes machineryDrift {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -900px bottom;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

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

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  height: 46px;
  background: linear-gradient(180deg, #f8fafc, #eef3f8);
  border-bottom: 1px solid #e4ebf3;
  font-size: 13px;
}

.topbar__inner,
.topbar__links,
.social,
.navbar__inner,
.nav-menu,
.hero__actions,
.footer__social,
.footer__bottom {
  display: flex;
  align-items: center;
}

.topbar__inner {
  justify-content: space-between;
  height: 100%;
}

.topbar__links {
  gap: 28px;
  color: #121d2c;
}

.topbar span,
.footer__contact p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.topbar svg {
  width: 15px;
  height: 15px;
}

.social {
  gap: 22px;
}

.social .fa-brands {
  font-size: 17px;
}

.navbar {
  height: 104px;
  background: rgba(255, 255, 255, 0.96);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 8px 24px rgba(9, 34, 71, 0.06);
}

.navbar__inner {
  height: 100%;
  justify-content: space-between;
}

.brand img {
  width: 238px;
  height: 76px;
  object-fit: contain;
}

.nav-menu {
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 54px;
  position: relative;
}

.nav-dropdown {
  position: relative;
  z-index: 110;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 120;
  width: 330px;
  padding: 10px;
  background: rgba(246, 250, 255, 0.98);
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 54px rgba(7, 26, 54, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown__menu a {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  color: var(--text);
  border-radius: 4px;
}

.nav-dropdown__menu a:hover {
  background: #edf4ff;
  color: var(--blue);
}

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

.nav-menu a.active {
  color: var(--blue);
}

.nav-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 4px;
  background: var(--blue);
}

.nav-menu svg {
  width: 14px;
  height: 14px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 28px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(6, 79, 176, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, border 0.2s ease;
}

.btn:hover {
  background: #003f94;
  transform: translateY(-1px);
}

.btn svg {
  width: 17px;
  height: 17px;
}

.btn--small {
  min-height: 42px;
  padding: 0 22px;
}

.btn--outline {
  background: var(--white);
  color: var(--blue);
  box-shadow: none;
}

.btn--outline:hover {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 485px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.2) 58%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 72%, #fff 100%),
    url("./assets/hero-setracom.png") center right / cover no-repeat;
}

.hero__bg::after {
  content: none;
}

.hero__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 485px;
}

.hero__copy {
  width: min(560px, 100%);
  padding: 42px 0 64px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(37px, 4.1vw, 55px);
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--navy);
  font-weight: 800;
}

.hero p {
  margin: 24px 0 32px;
  max-width: 560px;
  color: #26334a;
  font-size: 18px;
  line-height: 1.8;
}

.hero__actions {
  gap: 16px;
  flex-wrap: wrap;
}

.section {
  padding: 72px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title span,
.projects__intro span {
  color: var(--red);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.seo-local {
  background: rgba(241, 247, 253, 0.78);
}

.section-title h2,
.projects__intro h2,
.cta h2 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: clamp(29px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--blue);
}

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

.service-card {
  min-height: 292px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
  padding: 28px 18px 24px;
  box-shadow: 0 16px 34px rgba(8, 28, 62, 0.05);
}

.service-card > svg {
  width: 54px;
  height: 54px;
  color: var(--blue);
  stroke-width: 2.1;
  margin-bottom: 20px;
}

.service-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 18px;
  overflow-wrap: anywhere;
}

.service-card p {
  margin: 0 0 22px;
  color: #35435a;
  font-size: 13px;
  line-height: 1.8;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.service-card a svg {
  width: 15px;
}

.projects {
  background: linear-gradient(180deg, #f7f9fc, #ffffff);
}

.projects__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  align-items: center;
}

.projects__intro h2 {
  margin-top: 16px;
}

.projects__intro p {
  color: #34435b;
  line-height: 1.8;
  margin: 20px 0 28px;
}

.home-project-slider {
  min-width: 0;
}

.home-project-empty {
  min-height: 310px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 34px;
  border: 1px dashed rgba(6, 79, 176, 0.3);
  background: rgba(246, 250, 255, 0.9);
  color: #31435d;
  text-align: center;
  box-shadow: 0 18px 46px rgba(8, 28, 62, 0.07);
  backdrop-filter: blur(10px);
}

.home-project-empty svg {
  width: 52px;
  height: 52px;
  color: var(--blue);
}

.home-project-empty h3 {
  margin: 0;
  color: var(--navy);
  font-size: 25px;
}

.home-project-empty p {
  max-width: 520px;
  margin: 0;
  line-height: 1.7;
}

.home-project-slider__viewport {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(8, 28, 62, 0.12);
}

.home-project-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  opacity: 0;
  transform: translateX(28px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.home-project-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.home-project-slide__image {
  min-height: 430px;
  background: var(--img) center / cover no-repeat;
}

.home-project-slide__image--placeholder {
  display: grid;
  place-items: center;
  gap: 12px;
  color: #52647d;
  background: linear-gradient(135deg, #eef4fb 0%, #dfeaf6 100%);
  font-weight: 800;
}

.home-project-slide__image--placeholder svg {
  width: 46px;
  height: 46px;
  color: var(--blue);
}

.home-project-slide__body {
  display: grid;
  align-content: center;
  padding: 34px;
}

.home-project-slide__body span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-project-slide__body h3 {
  margin: 12px 0;
  color: var(--navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.home-project-slide__body p {
  margin: 0;
  color: #33435a;
  line-height: 1.75;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}

.slider-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(6, 79, 176, 0.22);
  border-radius: 4px;
  color: var(--blue);
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(8, 28, 62, 0.08);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.slider-button:hover {
  color: var(--white);
  background: var(--blue);
  transform: translateY(-2px);
}

.slider-button svg {
  width: 20px;
  height: 20px;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d6ea;
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.slider-dot.is-active {
  width: 28px;
  background: var(--blue);
}

.stats {
  background: linear-gradient(100deg, #00335f 0%, #064c8c 48%, #001d3c 100%);
  color: var(--white);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 110px;
}

.stat {
  display: grid;
  grid-template-columns: 70px auto;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.stat:last-child {
  border-right: 0;
}

.stat svg {
  grid-row: 1 / 3;
  width: 52px;
  height: 52px;
  stroke-width: 1.9;
}

.stat strong {
  font-size: 34px;
  line-height: 1;
}

.stat span {
  font-size: 13px;
}

.cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 239, 253, 0.93), rgba(226, 239, 253, 0.72)),
    url("https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?auto=format&fit=crop&w=1800&q=85") center / cover no-repeat;
}

.cta__inner {
  min-height: 162px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 28px 0;
}

.cta h2 {
  margin: 0;
}

.cta p {
  margin: 10px 0 18px;
}

.footer {
  background: linear-gradient(105deg, #003052, #002348 64%, #001a35);
  color: var(--white);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 1.25fr;
  gap: 42px;
  padding: 42px 0 26px;
}

.footer__brand img {
  width: 210px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(1.2);
  margin-bottom: 18px;
}

.footer p {
  color: #dbe8f8;
  line-height: 1.65;
  margin: 0 0 14px;
  font-size: 14px;
}

.footer h3 {
  margin: 0 0 16px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.4px;
}

.footer a {
  display: block;
  color: #f4f8ff;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer__social {
  gap: 12px;
}

.footer__social a {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border-radius: 6px;
  background: #0a66c2;
}

.footer__social .fa-brands {
  font-size: 16px;
}

.footer__contact svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.map {
  display: block;
  position: relative;
  height: 78px;
  overflow: hidden;
  margin-top: 12px;
  background:
    linear-gradient(30deg, transparent 0 44%, rgba(255,255,255,0.8) 45% 48%, transparent 49%),
    linear-gradient(150deg, transparent 0 45%, rgba(255,255,255,0.8) 46% 49%, transparent 50%),
    repeating-linear-gradient(0deg, #f3f0ea 0 17px, #ded9d1 18px 20px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(0,0,0,0.08) 39px 41px);
  border-radius: 4px;
}

.map svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -65%);
  color: var(--red);
  fill: var(--red);
}

.map--embed {
  height: 120px;
  background: #eef3f8;
}

.map--embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.footer__bottom {
  min-height: 46px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
}

.footer__bottom p {
  margin: 0;
  font-size: 12px;
}

.footer__bottom div {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer__bottom a {
  margin: 0;
  font-size: 12px;
}

.clients-section {
  background: #f7f9fc;
  overflow: hidden;
}

.clients-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 18px;
}

.clients-marquee::before,
.clients-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  pointer-events: none;
}

.clients-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f7f9fc, rgba(247, 249, 252, 0));
}

.clients-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f7f9fc, rgba(247, 249, 252, 0));
}

.clients-track {
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: clientsScroll 70s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

.clients-track img {
  width: 132px;
  height: 82px;
  object-fit: contain;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 28, 62, 0.06);
  flex: 0 0 auto;
}

@keyframes clientsScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.service-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--service-img) center / cover no-repeat;
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.18) 100%);
}

.service-hero__content {
  position: relative;
  max-width: 650px;
  padding: 54px 0;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.service-hero h1 {
  margin: 16px 0 18px;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.service-hero p {
  margin: 0;
  color: #26334a;
  font-size: 18px;
  line-height: 1.75;
}

.service-page {
  background: transparent;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 46px;
  align-items: start;
}

.service-content h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.18;
}

.service-content p {
  color: #33435a;
  line-height: 1.85;
  margin: 0 0 22px;
}

.feature-list,
.steps-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 36px;
  padding: 0;
  list-style: none;
}

.feature-list li,
.steps-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  color: #20324c;
  line-height: 1.65;
}

.feature-list svg,
.steps-list svg {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  color: var(--blue);
}

.steps-list strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}

.service-reference {
  overflow: hidden;
  margin: 8px 0 38px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(8, 28, 62, 0.06);
}

.service-reference img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.service-reference div {
  padding: 24px;
}

.service-reference span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-reference h2 {
  margin-bottom: 12px;
}

.service-reference p {
  margin-bottom: 0;
}

.service-sidebar {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

.sidebar-box {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 24px;
  box-shadow: 0 18px 42px rgba(8, 28, 62, 0.06);
}

.sidebar-box h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 18px;
}

.sidebar-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  color: #273650;
  border-bottom: 1px solid #edf1f6;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-box a:last-child {
  border-bottom: 0;
}

.sidebar-box a.is-current,
.sidebar-box a:hover {
  color: var(--blue);
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.deliverable {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--white);
}

.deliverable svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
  margin-bottom: 14px;
}

.deliverable h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 16px;
}

.deliverable p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.company-profile {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 42px;
  align-items: center;
}

.profile-panel {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(8, 28, 62, 0.06);
}

.profile-panel h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 34px;
}

.profile-panel p {
  margin: 0 0 16px;
  color: #33435a;
  line-height: 1.85;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.fact-card {
  min-height: 128px;
  padding: 22px;
  background: #f7faff;
  border: 1px solid var(--line);
}

.fact-card i,
.fact-card svg {
  width: 30px;
  height: 30px;
  color: var(--blue);
  margin-bottom: 12px;
}

.fact-card strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  margin-bottom: 6px;
}

.fact-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.project-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 34px;
  padding: 14px;
  max-width: 1120px;
  border: 1px solid rgba(6, 79, 176, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
  box-shadow: 0 18px 45px rgba(8, 28, 62, 0.08);
}

.project-filter {
  position: relative;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(6, 79, 176, 0.18);
  border-radius: 6px;
  background: #ffffff;
  color: #0b1f3f;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset 0 -2px 0 rgba(6, 79, 176, 0.08);
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.project-filter::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--blue);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.project-filter:hover,
.project-filter.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(6, 79, 176, 0.24);
  transform: translateY(-2px);
}

.project-filter:hover::before,
.project-filter.is-active::before {
  opacity: 1;
  background: var(--red);
}

.project-filter svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  stroke-width: 2.4;
}

.project-filter span {
  max-width: 270px;
}

.project-item {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(8, 28, 62, 0.05);
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
  transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.project-item.is-hidden {
  display: none;
}

.project-item[role="button"] {
  cursor: pointer;
}

.project-item:hover {
  border-color: rgba(6, 79, 176, 0.32);
  box-shadow: 0 28px 64px rgba(8, 28, 62, 0.16);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
}

.project-item__image {
  min-height: 230px;
  background:
    var(--img) center / contain no-repeat,
    linear-gradient(135deg, rgba(238, 244, 251, 0.96), rgba(218, 231, 245, 0.9)),
    #eef4fb;
  border-bottom: 1px solid rgba(6, 79, 176, 0.12);
  transition: filter 0.35s ease;
}

.project-item__image--placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #eef4fb 0%, #dfeaf6 100%);
  color: #52647d;
  text-align: center;
  font-weight: 800;
}

.project-item__image--placeholder svg {
  width: 38px;
  height: 38px;
  color: var(--blue);
}

.project-item:hover .project-item__image {
  filter: saturate(1.08) contrast(1.04);
}

.project-item__body {
  position: relative;
  z-index: 1;
  padding: 22px;
  background: var(--white);
}

.project-item__body span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.project-item__body h3 {
  margin: 10px 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.project-item__body p {
  margin: 0;
  color: #33435a;
  line-height: 1.65;
  font-size: 14px;
}

.project-empty {
  max-width: 620px;
  margin: 24px auto 0;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
  line-height: 1.6;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.project-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.project-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 16, 35, 0.72);
  backdrop-filter: blur(6px);
}

.project-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: rgba(246, 250, 255, 0.98);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.project-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: rgba(3, 16, 35, 0.72);
  cursor: pointer;
}

.project-modal__close svg {
  width: 20px;
  height: 20px;
}

.project-modal__gallery {
  position: relative;
  height: min(70vh, 680px);
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 22, 48, 0.92), rgba(9, 42, 83, 0.86)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 32px);
}

.project-modal__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.project-modal__slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.project-modal__slide img {
  width: 100%;
  height: 100%;
  max-height: calc(min(70vh, 680px) - 36px);
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.project-modal__controls {
  display: grid;
  grid-template-columns: 42px auto 1fr 42px;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px 20px;
  background: rgba(232, 241, 252, 0.96);
  border-bottom: 1px solid rgba(6, 79, 176, 0.14);
}

.project-modal__counter {
  min-width: 52px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.project-modal__controls .slider-dots {
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 6px;
  scrollbar-width: thin;
}

.project-modal__thumb {
  flex: 0 0 82px;
  width: 82px;
  height: 54px;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(8, 28, 62, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.project-modal__thumb:hover,
.project-modal__thumb.is-active {
  border-color: var(--blue);
  box-shadow: 0 12px 24px rgba(6, 79, 176, 0.2);
  transform: translateY(-2px);
}

.project-modal__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  background: #f3f7fc;
}

.project-modal__empty {
  display: grid;
  place-items: center;
  min-height: 320px;
  gap: 12px;
  color: #52647d;
  background: linear-gradient(135deg, #eef4fb 0%, #dfeaf6 100%);
  font-weight: 800;
}

.project-modal__empty svg {
  width: 44px;
  height: 44px;
  color: var(--blue);
}

.project-modal__content {
  padding: 28px;
}

.project-modal__category {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-modal__content h2 {
  margin: 10px 0 12px;
  color: var(--navy);
  font-size: 30px;
}

.project-modal__content p {
  margin: 0;
  color: #33435a;
  line-height: 1.8;
}

.route-references {
  display: grid;
  gap: 16px;
  margin: 12px 0 36px;
}

.route-reference {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 28, 62, 0.05);
}

.route-reference span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-reference h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.route-reference p {
  margin-bottom: 0;
}

.source-note {
  max-width: 850px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.quote-forms {
  display: grid;
  gap: 18px;
}

.quote-mode {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  background: #f7faff;
  box-shadow: 0 16px 36px rgba(8, 28, 62, 0.05);
}

.quote-mode__button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  color: #20324c;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.quote-mode__button.is-active {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(6, 79, 176, 0.22);
}

.quote-form {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 22px 54px rgba(8, 28, 62, 0.08);
}

.form-head h2 {
  margin: 12px 0 8px;
  color: var(--navy);
  font-size: 32px;
}

.form-head p {
  margin: 0 0 24px;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quote-form label,
.quote-form legend {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 14px;
  color: var(--text);
  font: inherit;
  background: #fbfdff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-form textarea {
  padding-top: 14px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(6, 79, 176, 0.11);
}

.quote-form fieldset {
  margin: 4px 0 22px;
  padding: 20px;
  border: 1px solid var(--line);
}

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

.check-grid label,
.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #273650;
  font-weight: 700;
}

.check-grid input,
.consent input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
}

.file-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}

.quote-side {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

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

.quote-tips li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  color: #33435a;
  line-height: 1.55;
  font-size: 14px;
}

.quote-tips svg {
  width: 22px;
  height: 22px;
  color: var(--blue);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.news-feature,
.news-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(8, 28, 62, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-feature:hover,
.news-card:hover {
  transform: translateY(-7px);
  border-color: rgba(6, 79, 176, 0.3);
  box-shadow: 0 28px 64px rgba(8, 28, 62, 0.14);
}

.news-feature__image,
.news-card__image {
  min-height: 300px;
  background: var(--img) center / cover no-repeat;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.news-card__image {
  min-height: 180px;
}

.news-feature:hover .news-feature__image,
.news-card:hover .news-card__image {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.news-feature__body,
.news-card__body {
  position: relative;
  z-index: 1;
  padding: 28px;
  background: var(--white);
}

.news-feature__body span,
.news-card__body span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.news-feature__body h2,
.news-card__body h3 {
  margin: 10px 0 12px;
  color: var(--navy);
  line-height: 1.2;
}

.news-feature__body h2 {
  font-size: 32px;
}

.news-card__body h3 {
  font-size: 20px;
}

.news-feature__body p,
.news-card__body p {
  color: #33435a;
  line-height: 1.75;
  margin: 0 0 22px;
}

.news-card__body p {
  margin-bottom: 0;
  font-size: 14px;
}

.news-side {
  position: sticky;
  top: 130px;
  display: grid;
  gap: 18px;
}

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

.software-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.software-card {
  min-height: 160px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(8, 28, 62, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.software-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 79, 176, 0.3);
  box-shadow: 0 24px 54px rgba(8, 28, 62, 0.12);
}

.software-card svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
  margin-bottom: 14px;
}

.software-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px;
}

.software-card p {
  margin: 0;
  color: #33435a;
  line-height: 1.6;
  font-size: 14px;
}

.navbar,
.service-card,
.project-card,
.home-project-slide__body,
.deliverable,
.profile-panel,
.fact-card,
.sidebar-box,
.project-item,
.project-item__body,
.quote-form,
.quote-side,
.software-card,
.news-feature__body,
.news-card__body,
.contact-card,
.form-card {
  background-color: var(--surface);
  border-color: var(--surface-border);
  backdrop-filter: blur(10px);
}

.project-filters,
.home-project-slider__viewport,
.quote-forms {
  background: linear-gradient(180deg, rgba(239, 246, 253, 0.96) 0%, rgba(229, 239, 249, 0.9) 100%);
  border-color: var(--surface-border);
}

.project-filter {
  background: rgba(246, 250, 255, 0.96);
}

.project-filter:hover,
.project-filter.is-active {
  background: var(--blue);
}

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

  body {
    animation: none !important;
  }
}

@media (max-width: 1020px) {
  .services__grid,
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .projects__stack {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

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

  .service-detail {
    grid-template-columns: 1fr;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .news-layout,
  .news-grid,
  .software-grid {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .quote-side {
    position: static;
  }

  .news-side {
    position: static;
  }

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

  .company-profile,
  .project-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 15px;
    background-attachment: scroll;
    background-size: 34px 34px, 34px 34px, 180px 180px, 620px 420px, 520px 360px, 100% 100%;
  }

  body::before {
    opacity: 0.22;
    background-position: center top;
  }

  body::after {
    height: 150px;
    background-size: 640px 150px;
    animation-duration: 28s;
    opacity: 0.8;
  }

  .topbar {
    display: none;
  }

  .navbar {
    height: 74px;
    top: 0;
  }

  .brand img {
    width: 164px;
    height: 56px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 6px;
  }

  .nav-menu {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    z-index: 130;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 96px);
    padding: 12px;
    overflow-y: auto;
    background: rgba(246, 250, 255, 0.98);
    border: 1px solid var(--surface-border);
    border-radius: 8px;
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 60px rgba(7, 26, 54, 0.18);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    min-height: 46px;
    padding: 0 10px;
    border-radius: 6px;
  }

  .nav-menu a:hover,
  .nav-menu a.active {
    background: #edf4ff;
  }

  .nav-dropdown {
    display: block;
    min-height: auto;
  }

  .nav-dropdown__button {
    min-height: 46px;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 6px;
  }

  .nav-dropdown__menu {
    position: static;
    width: 100%;
    display: none;
    padding: 4px 0 8px 8px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-dropdown.is-open .nav-dropdown__menu {
    display: block;
  }

  .nav-menu a.active::after {
    display: none;
  }

  .hero,
  .hero__content {
    min-height: 560px;
  }

  .hero__bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 47%, rgba(255, 255, 255, 0.62) 100%),
      url("./assets/hero-setracom.png") 62% center / cover no-repeat;
  }

  .hero__copy {
    align-self: flex-start;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .service-hero {
    min-height: 330px;
  }

  .service-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.52) 100%);
  }

  .service-hero__content {
    padding: 42px 0;
  }
}


@media (max-width: 640px) {
  .container {
    width: min(100% - 24px, 1140px);
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    text-align: center;
  }

  .btn--small {
    min-height: 44px;
  }

  .hero h1 {
    font-size: 31px;
    line-height: 1.15;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.65;
    margin: 18px 0 24px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .section {
    padding: 44px 0;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-title h2,
  .projects__intro h2,
  .cta h2,
  .service-content h2,
  .profile-panel h2,
  .form-head h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .services__grid,
  .stats__grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .home-project-slider__viewport {
    min-height: 520px;
  }

  .home-project-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 1fr;
  }

  .home-project-slide__image {
    min-height: 240px;
  }

  .home-project-slide__body {
    padding: 22px;
  }

  .service-card {
    min-height: auto;
    padding: 24px 18px;
  }

  .projects__layout {
    gap: 26px;
  }

  .projects__intro .btn {
    width: 100%;
  }

  .project-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 10px;
    margin-bottom: 22px;
    border-radius: 6px;
  }

  .project-filter {
    flex: 0 0 auto;
    min-height: 44px;
    max-width: 250px;
    padding: 0 14px;
    font-size: 13px;
    white-space: normal;
    text-align: left;
  }

  .project-filter svg {
    width: 18px;
    height: 18px;
  }

  .project-item {
    min-height: auto;
    transform: none !important;
  }

  .project-item:hover {
    transform: translateY(-4px) !important;
  }

  .project-item__image {
    min-height: 230px;
  }

  .project-item__body {
    padding: 18px;
  }

  .project-modal {
    padding: 12px;
  }

  .project-modal__gallery {
    height: 58vh;
    min-height: 300px;
  }

  .project-modal__slide img {
    max-height: calc(58vh - 28px);
  }

  .project-modal__controls {
    grid-template-columns: 38px auto 38px;
    gap: 10px;
    padding: 12px;
  }

  .project-modal__controls .slider-dots {
    grid-column: 1 / -1;
    grid-row: 2;
    order: 4;
  }

  .project-modal__counter {
    font-size: 12px;
  }

  .project-modal__thumb {
    flex-basis: 74px;
    width: 74px;
    height: 50px;
  }

  .project-modal__content {
    padding: 22px;
  }

  .project-modal__content h2 {
    font-size: 24px;
  }

  .stat {
    grid-template-columns: 58px auto;
    padding: 18px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .stat svg {
    width: 44px;
    height: 44px;
  }

  .stat strong {
    font-size: 30px;
  }

  .service-hero {
    min-height: 300px;
  }

  .service-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .service-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .service-detail {
    gap: 24px;
  }

  .profile-panel,
  .sidebar-box,
  .quote-form {
    padding: 20px;
  }

  .feature-list li,
  .steps-list li {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .deliverable {
    min-height: auto;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0;
  }

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

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

  .quote-layout {
    gap: 24px;
  }

  .news-layout {
    gap: 24px;
  }

  .news-feature__image {
    min-height: 210px;
  }

  .news-card__image {
    min-height: 170px;
  }

  .news-feature__body,
  .news-card__body {
    padding: 20px;
  }

  .news-feature__body h2 {
    font-size: 24px;
  }

  .quote-form fieldset {
    padding: 16px;
  }

  .quote-form label,
  .quote-form legend {
    font-size: 13px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .consent {
    align-items: flex-start;
    line-height: 1.45;
  }

  .footer__grid {
    gap: 28px;
  }

  .footer__brand img {
    width: 178px;
    height: 74px;
  }

  .clients-track {
    gap: 14px;
    animation-duration: 45s;
  }

  .clients-track img {
    width: 108px;
    height: 70px;
    padding: 9px;
  }

  .clients-marquee::before,
  .clients-marquee::after {
    width: 34px;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 142px;
  }

  .hero h1,
  .service-hero h1 {
    font-size: 28px;
  }

  .nav-menu {
    left: 10px;
    right: 10px;
  }

  .project-item__image {
    min-height: 210px;
  }
}
