:root {
  --ink: #e9eef7;
  --navy: #223e72;
  --muted: #aeb8c8;
  --paper: #101827;
  --surface: #172235;
  --cyan: #477ed4;
  --magenta: #5d83c4;
  --yellow: #d9d0bd;
  --green: #357960;
  --silver: #d9d0bd;
  --line: rgba(217, 208, 189, 0.16);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 6%, rgba(71, 126, 212, 0.2), transparent 28%),
    linear-gradient(135deg, #101827 0%, #121f33 48%, #0d1421 100%),
    var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(16, 24, 39, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
}

.brand strong {
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  padding: 10px 14px;
  color: var(--muted);
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.92rem;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff;
  background: rgba(71, 126, 212, 0.34);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.language-switcher select {
  min-height: 38px;
  padding: 0 34px 0 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: clamp(90px, 12vw, 150px) clamp(18px, 5vw, 72px) 54px;
  color: #ffffff;
  background-color: #26313d;
  background-size: cover;
  background-position: center;
}

.hero-home {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 32px;
  color: #ffffff;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(71, 126, 212, 0.24), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(217, 208, 189, 0.13), transparent 36%),
    linear-gradient(135deg, #101827 0%, #162238 58%, #0d1421 100%);
}

.about-hero {
  background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=85");
}

.services-hero {
  background-image: url("https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&w=1800&q=85");
}

.portfolio-hero {
  background-image: url("https://images.unsplash.com/photo-1572044162444-ad60f128bdea?auto=format&fit=crop&w=1800&q=85");
}

.contact-hero {
  background-image: url("https://images.unsplash.com/photo-1542744095-291d1f67b221?auto=format&fit=crop&w=1800&q=85");
}

.legal-hero {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=85");
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 17, 23, 0.86), rgba(11, 17, 23, 0.48), rgba(11, 17, 23, 0.72)),
    radial-gradient(circle at 18% 92%, rgba(31, 61, 115, 0.44), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(0, 168, 200, 0.24), transparent 30%);
}

.hero-home .hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 13, 22, 0.42), rgba(8, 13, 22, 0.08)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px);
}

.hero-content,
.page-hero-content,
.hero-panel,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 860px;
}

.hero-logo {
  width: min(420px, 78vw);
  margin: 0 0 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  image-rendering: auto;
  filter: brightness(1.18) contrast(1.08) drop-shadow(0 18px 32px rgba(0, 0, 0, 0.42));
}

.page-hero {
  min-height: 500px;
}

.page-hero-content {
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--magenta);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero .eyebrow,
.page-hero .eyebrow,
.cta-strip .eyebrow,
.process-section .eyebrow {
  color: var(--silver);
}

.hero-home .eyebrow {
  color: var(--silver);
}

h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(1.85rem, 3.1vw, 3.35rem);
  font-weight: 600;
  line-height: 1.18;
}

.hero-content h1,
.page-hero-content h1 {
  color: #ffffff;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.48);
}

.page-hero h1 {
  font-size: clamp(1.7rem, 2.75vw, 2.85rem);
}

h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2vw, 2.1rem);
  line-height: 1.22;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.hero-copy,
.page-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
}

.hero-home .hero-copy,
.hero-home .hero-panel p {
  color: rgba(233, 238, 247, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #ffffff;
  background: #2f5fa8;
  box-shadow: 0 16px 36px rgba(47, 95, 168, 0.28);
}

.button.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.hero-home .button.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.button.dark {
  color: #ffffff;
  background: #2f5fa8;
}

.whatsapp-link::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.35c-.28-.14-1.65-.82-1.9-.91-.26-.1-.45-.14-.64.14-.19.28-.73.91-.9 1.1-.17.19-.33.21-.61.07-.28-.14-1.18-.43-2.25-1.38-.83-.74-1.39-1.66-1.55-1.94-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.54-.87-2.11-.23-.55-.46-.47-.64-.48h-.54c-.19 0-.49.07-.75.35-.26.28-.99.96-.99 2.35 0 1.38 1.01 2.72 1.15 2.91.14.19 1.99 3.04 4.83 4.26.67.29 1.2.46 1.61.59.68.22 1.3.19 1.79.12.55-.08 1.65-.67 1.89-1.32.23-.65.23-1.2.16-1.32-.07-.12-.26-.19-.54-.33z'/%3E%3Cpath d='M16.03 3C8.86 3 3.03 8.83 3.03 16c0 2.29.6 4.52 1.74 6.48L3 29l6.69-1.75A12.93 12.93 0 0 0 16.03 29c7.17 0 13-5.83 13-13s-5.83-13-13-13zm0 23.78c-2.09 0-4.13-.6-5.88-1.74l-.42-.27-3.97 1.04 1.06-3.87-.28-.45A10.74 10.74 0 0 1 5.25 16c0-5.95 4.84-10.78 10.78-10.78S26.81 10.05 26.81 16 21.98 26.78 16.03 26.78z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.35c-.28-.14-1.65-.82-1.9-.91-.26-.1-.45-.14-.64.14-.19.28-.73.91-.9 1.1-.17.19-.33.21-.61.07-.28-.14-1.18-.43-2.25-1.38-.83-.74-1.39-1.66-1.55-1.94-.16-.28-.02-.43.12-.57.13-.13.28-.33.42-.49.14-.16.19-.28.28-.47.09-.19.05-.35-.02-.49-.07-.14-.64-1.54-.87-2.11-.23-.55-.46-.47-.64-.48h-.54c-.19 0-.49.07-.75.35-.26.28-.99.96-.99 2.35 0 1.38 1.01 2.72 1.15 2.91.14.19 1.99 3.04 4.83 4.26.67.29 1.2.46 1.61.59.68.22 1.3.19 1.79.12.55-.08 1.65-.67 1.89-1.32.23-.65.23-1.2.16-1.32-.07-.12-.26-.19-.54-.33z'/%3E%3Cpath d='M16.03 3C8.86 3 3.03 8.83 3.03 16c0 2.29.6 4.52 1.74 6.48L3 29l6.69-1.75A12.93 12.93 0 0 0 16.03 29c7.17 0 13-5.83 13-13s-5.83-13-13-13zm0 23.78c-2.09 0-4.13-.6-5.88-1.74l-.42-.27-3.97 1.04 1.06-3.87-.28-.45A10.74 10.74 0 0 1 5.25 16c0-5.95 4.84-10.78 10.78-10.78S26.81 10.05 26.81 16 21.98 26.78 16.03 26.78z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.inline-whatsapp {
  display: inline-flex;
  align-items: center;
}

.full-width {
  width: 100%;
}

.hero-panel {
  align-self: end;
  display: grid;
  gap: 12px;
}

.hero-visual {
  align-self: end;
  display: grid;
  gap: 14px;
}

.hero-visual-photo {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(217, 208, 189, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.hero-visual .hero-panel {
  align-self: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-panel > div {
  padding: 22px;
  background: rgba(16, 24, 39, 0.76);
  border: 1px solid rgba(217, 208, 189, 0.2);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}

.metric {
  display: block;
  color: var(--silver);
  font-family: "Poppins", sans-serif;
  font-size: 1.68rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-panel p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.band-light {
  background:
    linear-gradient(90deg, rgba(71, 126, 212, 0.08), transparent 38%),
    linear-gradient(180deg, #121f33, #101827);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.product-grid,
.service-grid,
.portfolio-grid,
.process-grid,
.offer-grid,
.value-grid,
.comparison-grid {
  display: grid;
  gap: 22px;
}

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

.product-card,
.service-card,
.process-step,
.contact-card,
.contact-info,
.offer-card,
.comparison-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-card {
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 1.3;
  height: auto;
  object-fit: cover;
}

.product-card div {
  padding: 24px;
}

.product-card p,
.service-card p,
.process-step p,
.split-copy p,
.contact-info p,
.offer-card p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.split-copy {
  max-width: 620px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--silver);
  font-weight: 600;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-item,
.info-block {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-item svg,
.service-card svg,
.info-block svg,
.offer-card svg {
  width: 28px;
  height: 28px;
  color: var(--silver);
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(44px, 7vw, 76px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(115deg, rgba(34, 62, 114, 0.98), rgba(29, 39, 54, 0.9)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 14px);
}

.cta-strip h2 {
  max-width: 820px;
}

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

.service-card {
  padding: 28px;
}

.service-card h2 {
  font-size: 1.28rem;
}

.service-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-card li + li {
  margin-top: 8px;
}

.pricing-note {
  margin: 22px 0 0;
  padding: 12px 14px;
  color: var(--silver);
  background: rgba(217, 208, 189, 0.08);
  border: 1px solid rgba(217, 208, 189, 0.18);
  border-radius: var(--radius);
  font-weight: 600;
}

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

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

.offer-card {
  padding: 28px;
}

.offer-card svg {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  color: var(--silver);
}

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

.comparison-card {
  padding: 30px;
}

.comparison-card h3 {
  font-size: 1.35rem;
}

.comparison-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.comparison-card li + li {
  margin-top: 10px;
}

.comparison-card.before {
  border-top: 5px solid var(--muted);
}

.comparison-card.after {
  border-top: 5px solid var(--silver);
}

.process-section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: #1d2736;
  color: #ffffff;
}

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

.process-step {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--silver);
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}

.process-step p {
  color: rgba(255, 255, 255, 0.72);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.filter-button.active,
.filter-button:hover {
  color: #ffffff;
  background: #2f5fa8;
}

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

.portfolio-item {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: var(--radius);
  background: #0d1421;
  box-shadow: var(--shadow);
}

.portfolio-item img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 400ms ease, opacity 400ms ease;
}

.portfolio-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(10, 16, 22, 0.86));
}

.portfolio-item:hover img {
  transform: scale(1.05);
  opacity: 0.88;
}

.portfolio-item div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  color: #ffffff;
}

.portfolio-item span {
  color: var(--silver);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.portfolio-item h2 {
  margin-top: 8px;
  font-size: 1.32rem;
}

.portfolio-item.hidden {
  display: none;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 28px;
  background:
    linear-gradient(90deg, rgba(71, 126, 212, 0.08), transparent 42%),
    #101827;
}

.contact-card,
.contact-info {
  padding: clamp(24px, 4vw, 38px);
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(71, 126, 212, 0.22);
  border-color: #477ed4;
}

.contact-form .consent-check {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
}

.contact-form .consent-check input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: #477ed4;
}

.consent-note {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 600;
}

.contact-info {
  display: grid;
  gap: 16px;
}

.map-frame {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.review-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(217, 208, 189, 0.08));
  border: 1px solid rgba(217, 208, 189, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.review-card svg {
  width: 30px;
  height: 30px;
  color: var(--silver);
}

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

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: 28px;
  background: #101827;
}

.legal-toc {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-toc a {
  color: var(--silver);
  font-weight: 600;
}

.legal-content {
  max-width: 920px;
}

.policy-date {
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 600;
}

.policy-section {
  padding: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scroll-margin-top: 110px;
}

.policy-section + .policy-section {
  margin-top: 22px;
}

.policy-section h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
}

.policy-section h3 {
  margin-top: 26px;
  color: var(--silver);
}

.policy-section p,
.policy-section li {
  color: var(--muted);
}

.policy-section a {
  color: var(--silver);
  font-weight: 600;
}

.legal-note {
  padding: 16px;
  background: rgba(217, 208, 189, 0.08);
  border: 1px solid rgba(217, 208, 189, 0.18);
  border-radius: var(--radius);
  font-weight: 600;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 440px) minmax(0, 1fr);
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: #162238;
}

.footer-brand {
  max-width: 440px;
}

.footer-brand img {
  width: min(280px, 70vw);
  margin-bottom: 14px;
  border-radius: 0;
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: start;
  gap: 14px;
  font-weight: 500;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (max-width: 1180px) {
  .site-header {
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .language-switcher {
    margin-left: auto;
  }

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

@media (max-width: 1024px) {
  .hero-home,
  .split-section,
  .contact-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

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

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

  .legal-toc {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    gap: 12px;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: 108px;
    right: 18px;
    left: 18px;
    max-width: calc(100vw - 36px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: #162238;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    border-radius: var(--radius);
  }

  .brand {
    min-width: 0;
    max-width: 230px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand small {
    display: none;
  }

  .language-switcher {
    order: 2;
    width: calc(100% - 56px);
    min-width: 0;
    margin-left: 0;
  }

  .language-switcher span {
    display: none;
  }

  .language-switcher select {
    width: 100%;
  }

  .nav-toggle {
    order: 3;
    margin-left: auto;
  }

  .hero,
  .page-hero {
    min-height: 620px;
    padding-top: 72px;
  }

  .hero-logo {
    width: min(218px, 64vw);
    margin-bottom: 18px;
  }

  h1 {
    font-size: 1.65rem;
    line-height: 1.22;
  }

  .hero-copy,
  .page-hero p {
    margin-top: 16px;
    font-size: 0.95rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-visual .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual-photo {
    aspect-ratio: 1.35;
  }

  .page-hero {
    min-height: 430px;
  }

  .product-grid,
  .service-grid,
  .portfolio-grid,
  .process-grid,
  .offer-grid,
  .value-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .cta-strip,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    display: flex;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
