﻿:root {
  --bg: #0b0f19;
  --panel: #121828;
  --text: #eef2ff;
  --muted: #a9b1c7;
  --brand: #56f0c4;
  --brand-2: #ffcf6e;
  --line: rgba(255, 255, 255, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Segoe UI", "Montserrat", sans-serif;
  background: radial-gradient(1200px 700px at 10% -20%, #1a2442 0%, transparent 60%), var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: clip;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: -20%;
  pointer-events: none;
  z-index: -3;
  filter: blur(60px);
  opacity: 0.24;
}

body::before {
  background: radial-gradient(circle at 25% 25%, rgba(86, 240, 196, 0.38), transparent 40%);
  animation: ambientFlow 26s ease-in-out infinite alternate;
}

body::after {
  background: radial-gradient(circle at 70% 65%, rgba(255, 207, 110, 0.36), transparent 42%);
  animation: ambientFlow 30s ease-in-out infinite alternate-reverse;
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  width: 0%;
  z-index: 999;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 18px rgba(86, 240, 196, 0.6);
}

.wrap {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(55px);
  opacity: 0.22;
  pointer-events: none;
  z-index: -1;
  animation: drift 14s ease-in-out infinite alternate;
}
.orb-1 { background: #40dcb1; top: -120px; left: -80px; }
.orb-2 { background: #ffc35c; right: -130px; bottom: -120px; }

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
  animation: gridDrift 36s linear infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  backdrop-filter: blur(10px);
  background: rgba(11, 15, 25, 0.72);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 20px;
}

.logo {
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 1.1rem;
}

nav {
  display: flex;
  gap: 24px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: visible;
}

.nav-item {
  position: relative;
}

.nav-services {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.nav-trigger {
  background: transparent;
  border: 0;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-trigger::after {
  content: "▾";
  font-size: 0.75em;
  transform: translateY(-1px);
  opacity: 0.8;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-trigger:hover,
.nav-trigger[aria-expanded="true"] {
  color: var(--text);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  background: rgba(10, 14, 25, 0.96);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px;
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  z-index: 1300;
}

.nav-dropdown a {
  padding: 9px 10px;
  border-radius: 8px;
}

.nav-dropdown a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav-services.open .nav-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-services.open .nav-trigger::after,
.nav-services:hover .nav-trigger::after,
.nav-services:focus-within .nav-trigger::after {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-services:hover .nav-dropdown,
.nav-services:focus-within .nav-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

nav a, .site-footer a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s ease;
}

nav a:hover, .site-footer a:hover { color: var(--text); }

.hero {
  padding: 92px 0 52px;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 28px;
  align-items: center;
}

.hero-copy { position: relative; z-index: 2; }

.eyebrow {
  color: var(--brand);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

h1, h2, h3 { line-height: 1.15; margin: 0 0 14px; }
h1 { font-size: clamp(2rem, 5vw, 4rem); max-width: 930px; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.4rem); max-width: 820px; }
h3 { font-size: 1.2rem; }

.hero-text {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero h1 {
  color: #f3f6ff;
  text-shadow: 0 2px 24px rgba(86, 240, 196, 0.2);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero h1 {
    background: linear-gradient(110deg, #ffffff 0%, #b8fff0 38%, #ffe2a2 72%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .hero h1.split-chars {
    background: none;
    color: #f3f6ff;
    -webkit-text-fill-color: currentColor;
    text-shadow: 0 2px 24px rgba(86, 240, 196, 0.2);
  }
}
.split-chars .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px) rotateX(45deg);
  animation: charIn 0.66s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
  animation-delay: calc(var(--i) * 26ms);
}

.split-chars {
  word-break: normal;
  overflow-wrap: normal;
}

.split-chars .word {
  display: inline-block;
  white-space: nowrap;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #0f1522;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn::after {
  content: "";
  position: absolute;
  inset: -140% auto -140% -50%;
  width: 45%;
  transform: rotate(20deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: transform 0.55s ease;
}
.btn:hover::after { transform: translateX(280%) rotate(20deg); }
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn-small { padding: 9px 16px; font-size: 0.9rem; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  margin-right: 4px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.lang-switch a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease;
}

.lang-switch a:hover {
  color: var(--text);
}

.lang-switch a.active {
  color: var(--brand);
}

.lang-switch span {
  color: rgba(255, 255, 255, 0.42);
}

.hero-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.hero-badges span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.8rem;
  color: #d8def2;
}

.hero-metrics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics li {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
}

.hero-metrics strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 2px;
}

.hero-metrics span { color: var(--muted); font-size: 0.9rem; }

.hero-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(240px 180px at 80% 20%, rgba(255, 207, 110, 0.45), transparent 70%),
    radial-gradient(260px 200px at 20% 78%, rgba(86, 240, 196, 0.45), transparent 75%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.01));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.hero-robot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  opacity: 0.4;
  filter: saturate(0.9) contrast(1.05);
  transform: scale(1.02);
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.hero-visual:hover .hero-robot {
  transform: scale(1.08) translateY(-4px);
  opacity: 0.52;
  filter: saturate(1) contrast(1.1);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(2px);
}

.hero-visual::before {
  inset: 14% 12% 16% 10%;
  background:
    linear-gradient(140deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02)),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(255,255,255,0.05) 30px 31px);
}

.hero-visual::after {
  width: 36%;
  height: 38%;
  right: 7%;
  top: 7%;
  background: linear-gradient(135deg, rgba(86, 240, 196, 0.22), rgba(255, 207, 110, 0.3));
}

.hero-note {
  position: absolute;
  background: rgba(9, 14, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px 14px;
  backdrop-filter: blur(8px);
}

.hero-note strong {
  display: block;
  color: var(--brand-2);
  font-size: 1.05rem;
}

.hero-note span {
  color: #d8def2;
  font-size: 0.83rem;
}

.note-one { left: 12px; top: 10px; }
.note-two { left: 8px; bottom: 14px; }

.marquee-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 24px 0 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.marquee-track {
  --marquee-gap: 30px;
  display: flex;
  gap: var(--marquee-gap);
  width: max-content;
  padding: 13px 0;
  animation: marquee 24s linear infinite;
}

.marquee-track span {
  white-space: nowrap;
  color: #d8def2;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.marquee-track span::before {
  content: "✶";
  color: var(--brand-2);
  margin-right: 10px;
}

.section { padding: 70px 0; }
.section-head { margin-bottom: 28px; }
.section-head h2 + p { color: var(--muted); }

.grid {
  display: grid;
  gap: 16px;
}

.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .project, .timeline article, .contact-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.card::before, .project::before, .timeline article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(280px 80px at var(--mx, 50%) -30%, rgba(255, 255, 255, 0.22), transparent 72%);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.card:hover, .project:hover, .timeline article:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.card:hover::before, .project:hover::before, .timeline article:hover::before { opacity: 1; }

.card p, .project p, .timeline p, .contact p { color: var(--muted); }

.card-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
}

.card-link:hover { color: #fff; }

.timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.timeline span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--brand-2);
  margin-bottom: 10px;
  font-weight: 700;
}

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

.quote {
  text-align: center;
  padding-top: 24px;
}
.quote blockquote {
  margin: 0;
  font-size: clamp(1.2rem, 2.8vw, 2rem);
  font-weight: 600;
}
.quote p { color: var(--muted); margin-top: 10px; }

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  color: #d8def2;
  font-size: 0.95rem;
}

input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(4, 8, 16, 0.66);
  color: var(--text);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(86, 240, 196, 0.16);
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 40px;
}

.foot {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

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

.cards .card,
.projects .project,
.timeline article {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--d, 0ms);
}

.reveal.visible .card,
.reveal.visible .project,
.reveal.visible .timeline article {
  opacity: 1;
  transform: translateY(0);
}

.service-page .site-header {
  position: sticky;
  top: 0;
  z-index: 1300;
  background: rgba(11, 15, 25, 0.88);
}

.service-main { padding: 30px 0 70px; }

.crumb {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.service-hero {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.service-art {
  position: relative;
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    radial-gradient(200px 140px at 78% 22%, rgba(255, 207, 110, 0.4), transparent 70%),
    radial-gradient(220px 150px at 18% 78%, rgba(86, 240, 196, 0.35), transparent 74%),
    linear-gradient(140deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.service-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.68;
  filter: saturate(0.85) contrast(1.08) brightness(0.78);
  transform: scale(1.02);
  transition: transform 0.38s ease, opacity 0.38s ease, filter 0.38s ease;
}

.service-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(9, 14, 23, 0.28), rgba(9, 14, 23, 0.62)),
    radial-gradient(180px 120px at 84% 18%, rgba(255, 207, 110, 0.24), transparent 72%),
    radial-gradient(200px 140px at 14% 82%, rgba(86, 240, 196, 0.2), transparent 74%);
  pointer-events: none;
}

.service-art:hover .service-cover {
  transform: scale(1.07);
  opacity: 0.78;
  filter: saturate(0.95) contrast(1.12) brightness(0.84);
}

.service-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.service-pillars div {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.service-pillars div:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 240, 196, 0.55);
  background: rgba(86, 240, 196, 0.09);
}

.service-block {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 22px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.service-block:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

.service-block h2,
.service-block h3 {
  color: #f5f8ff;
}

.service-block p,
.service-block li {
  color: #d7deef;
}

.service-list {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-steps {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.service-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
}

.service-steps span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-2);
  font-weight: 700;
  font-size: 0.9rem;
}

.service-steps p {
  margin: 4px 0 0;
  color: var(--muted);
}

.service-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.service-cases article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-cases article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.service-cases h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.service-cases p {
  margin: 0 0 10px;
  color: var(--muted);
}

.service-cases strong {
  color: var(--brand);
  font-size: 0.95rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.testimonials-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.testimonials-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 207, 110, 0.5);
  background: rgba(255, 207, 110, 0.07);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.testimonials-grid p {
  margin: 0 0 12px;
  color: #d8def2;
  font-style: italic;
}

.testimonials-grid strong {
  display: block;
  font-size: 0.96rem;
}

.testimonials-grid span {
  color: var(--muted);
  font-size: 0.85rem;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  padding: 12px 14px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

@keyframes drift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(0, -24px, 0); }
}

@keyframes charIn {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--marquee-gap) / 2))); }
}

@keyframes ambientFlow {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(3%, -2%, 0) scale(1.08); }
}

@keyframes gridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 38px 38px, -38px -38px; }
}

@media (prefers-reduced-motion: reduce) {
  .bg-orb { animation: none; }
  .reveal, .cards .card, .projects .project, .timeline article, .split-chars .char { transition: none; animation: none; }
  .split-chars .char { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  body::before, body::after, .bg-grid { animation: none; }
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
    padding: 12px 0;
    gap: 10px;
  }
  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }
  .lang-switch {
    margin-left: 0;
    order: 2;
  }
  .main-nav::-webkit-scrollbar { height: 6px; }
  .main-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.18); border-radius: 99px; }
  .nav-dropdown { position: fixed; left: 4vw; right: 4vw; top: 86px; min-width: 0; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; max-width: 640px; width: 100%; }
  .service-hero { grid-template-columns: 1fr; }
  .cards, .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-cases, .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero { padding-top: 62px; }
  .hero-visual { min-height: 320px; }
  .hero-note { padding: 8px 10px; }
  .service-art { min-height: 220px; }
  .service-pillars { grid-template-columns: 1fr; }
  .service-steps li { grid-template-columns: 28px 1fr; gap: 10px; }
  .service-steps span { width: 28px; height: 28px; font-size: 0.82rem; }
  .service-cases, .testimonials-grid { grid-template-columns: 1fr; }
  .hero-metrics, .cards, .timeline, .projects { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .foot { flex-direction: column; justify-content: center; text-align: center; }
}
