:root {
  --bg: #0b121a;
  --bg-deep: #0a1017;
  --bg-soft: #111927;

  --surface: rgba(19, 29, 42, 0.72);
  --surface-2: rgba(16, 24, 36, 0.82);
  --surface-3: rgba(21, 32, 46, 0.62);

  --text: #e7edf5;
  --text-strong: #f5f8fc;
  --muted: #9aacbf;
  --muted-2: #7f91a5;

  --accent: #ff6d45;
  --accent-soft: #ff8b67;
  --cool: #87a7d2;

  --border-soft: rgba(177, 193, 214, 0.12);
  --border-card: rgba(177, 193, 214, 0.1);
  --border-strong: rgba(177, 193, 214, 0.16);

  --shadow-sm: 0 10px 24px rgba(4, 8, 14, 0.16);
  --shadow-md: 0 20px 46px rgba(4, 8, 14, 0.22);

  --radius-section: 22px;
  --radius-card: 16px;
  --radius-pill: 12px;
  --radius-btn: 12px;
  --container: min(1180px, 92vw);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(1200px 640px at 10% -10%, rgba(135, 167, 210, 0.12), transparent 60%),
    radial-gradient(980px 560px at 88% -12%, rgba(255, 109, 69, 0.1), transparent 56%),
    radial-gradient(720px 420px at 50% 0%, rgba(255, 255, 255, 0.035), transparent 68%),
    linear-gradient(180deg, #0d141d 0%, #0b1118 52%, #0a1017 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image:
    linear-gradient(rgba(177, 193, 214, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(177, 193, 214, 0.2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 26%, rgba(0, 0, 0, 0.6), transparent 84%);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Exo 2", "Inter", sans-serif;
}

h2,
h3 {
  letter-spacing: -0.018em;
}

p,
.section-text,
.hero-text,
.trust-strip,
.faq-list p,
.footer,
.contact-links {
  font-family: "Inter", system-ui, sans-serif;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 100;
  padding: 8px 12px;
  border-radius: 10px;
  background: #ffffff;
  color: #09121c;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  top: 12px;
}

.wrapper {
  width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.hero {
  padding: 36px 0 12px;
}

.hero-content {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-section);
  padding: clamp(24px, 3vw, 42px);
  background: linear-gradient(160deg, rgba(18, 27, 39, 0.76), rgba(13, 20, 30, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 20px 46px rgba(4, 8, 14, 0.22);
}

.hero-topline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-brand-wrap {
  display: inline-flex;
  align-items: center;
}

.hero-logo {
  display: block;
  width: clamp(56px, 6.2vw, 84px);
  height: auto;
}

.lang-switcher {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 5px 10px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(18, 28, 41, 0.68);
  color: #d5e0ec;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lang-btn:hover {
  border-color: rgba(177, 193, 214, 0.24);
  background: rgba(22, 33, 47, 0.78);
  transform: translateY(-1px);
}

.lang-btn.active {
  border-color: rgba(177, 193, 214, 0.34);
  background: rgba(24, 36, 50, 0.86);
  color: #f3f8fc;
}

.lang-flag {
  display: inline-flex;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(8, 13, 20, 0.5) inset;
}

.lang-flag img {
  display: block;
  width: 24px;
  height: 18px;
}

.hero-kicker {
  margin-top: 18px;
  color: #9db2c7;
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-title {
  margin-top: 12px;
  max-width: 17ch;
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: clamp(1.95rem, 5.8vw, 3.45rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero-copy {
  width: 100%;
  max-width: 760px;
}

.hero-text {
  margin-top: 18px;
  max-width: 68ch;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.74;
  color: var(--muted);
}

.hero-tags {
  width: 100%;
  max-width: 760px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-tags li {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(177, 193, 214, 0.12);
  background: rgba(22, 33, 47, 0.62);
  color: #d3deea;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: linear-gradient(145deg, #ff7a52 0%, #ff6a3d 100%);
  color: #ffffff;
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(255, 109, 69, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(255, 109, 69, 0.2);
}

.btn-ghost {
  background: rgba(21, 31, 44, 0.56);
  border: 1px solid rgba(177, 193, 214, 0.16);
  color: #d8e4ef;
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(24, 35, 49, 0.72);
  border-color: rgba(177, 193, 214, 0.24);
  box-shadow: none;
}

.btn:focus-visible,
.tile:focus-visible,
.contact-links a:focus-visible,
.lang-btn:focus-visible,
.faq-list summary:focus-visible {
  outline: 2px solid var(--cool);
  outline-offset: 2px;
}

.trust-section {
  padding: 14px 0 0;
}

.trust-strip {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.trust-strip li {
  border-radius: 14px;
  border: 1px solid rgba(177, 193, 214, 0.1);
  background: rgba(20, 30, 42, 0.52);
  color: #cedae7;
  font-family: "Inter", sans-serif;
  font-size: 0.87rem;
  line-height: 1.45;
  padding: 12px 14px;
}

main {
  padding: 42px 0 82px;
}

.section {
  margin-top: 48px;
  border-radius: 22px;
  border: 1px solid rgba(177, 193, 214, 0.1);
  background: linear-gradient(160deg, rgba(17, 27, 39, 0.74), rgba(12, 19, 29, 0.68));
  box-shadow: 0 10px 24px rgba(4, 8, 14, 0.14);
  padding: clamp(24px, 3vw, 38px);
}

.section-head h2 {
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: clamp(1.34rem, 4.1vw, 2.08rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.section-text {
  margin-top: 12px;
  max-width: 72ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.benefits-grid,
.services-grid,
.process-grid,
.tile-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.benefit-card,
.service-card,
.process-step {
  border-radius: var(--radius-card);
  border: 1px solid rgba(177, 193, 214, 0.1);
  background: rgba(21, 32, 45, 0.54);
  padding: 18px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.benefit-card:hover,
.service-card:hover,
.process-step:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 193, 214, 0.18);
}

.benefit-card h3,
.service-card h3,
.process-step h3 {
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.34;
}

.benefit-card p,
.service-card p,
.process-step p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.process-index {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--muted-2);
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-group + .case-group {
  margin-top: 34px;
}

.case-group h3 {
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: clamp(1.1rem, 2.7vw, 1.42rem);
  line-height: 1.24;
}

.tile {
  display: flex;
  flex-direction: column;
  min-height: 282px;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid rgba(177, 193, 214, 0.1);
  background: linear-gradient(180deg, rgba(21, 33, 47, 0.86), rgba(14, 22, 33, 0.88));
  color: var(--text);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tile:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 193, 214, 0.18);
  box-shadow: 0 8px 18px rgba(4, 8, 14, 0.14);
}

.tile-static {
  cursor: default;
}

.tile-static:hover {
  transform: none;
  border-color: rgba(177, 193, 214, 0.1);
  box-shadow: none;
}

.tile-media {
  position: relative;
  height: 164px;
  overflow: hidden;
}

.tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.tile:hover .tile-media img {
  transform: scale(1.015);
}

.tile-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 8px;
  border: 1px solid rgba(177, 193, 214, 0.18);
  background: rgba(10, 18, 27, 0.62);
  color: #d0ddeb;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.tile-body {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.tile-body h3 {
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.32;
}

.tile-body p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.tile-link {
  margin-top: auto;
  color: #dce8f4;
  font-size: 0.9rem;
  font-weight: 600;
}

.faq-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.faq-list details {
  border-radius: 14px;
  border: 1px solid rgba(177, 193, 214, 0.1);
  background: rgba(21, 32, 45, 0.54);
  padding: 12px 14px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.faq-list details:hover {
  transform: translateY(-1px);
  border-color: rgba(177, 193, 214, 0.18);
}

.faq-list details[open] {
  border-color: rgba(177, 193, 214, 0.2);
  background: rgba(23, 35, 49, 0.58);
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  line-height: 1.45;
  color: #e3ebf4;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::marker {
  display: none;
}

.faq-list p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.contact-card {
  border-radius: var(--radius-section);
  border: 1px solid rgba(255, 109, 69, 0.14);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 109, 69, 0.06), transparent 34%),
    linear-gradient(155deg, rgba(20, 31, 45, 0.84), rgba(14, 23, 35, 0.82));
  padding: clamp(20px, 2.7vw, 32px);
  box-shadow: 0 18px 38px rgba(4, 8, 14, 0.18);
}

.contact-kicker {
  color: #a5b8cc;
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card h2 {
  margin-top: 10px;
  font-family: "Exo 2", "Inter", sans-serif;
  font-size: clamp(1.35rem, 4.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.18;
}

.contact-text {
  margin-top: 12px;
  max-width: 68ch;
}

.contact-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.contact-links a {
  color: #d2dfeb;
  text-decoration: none;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-links a:hover {
  color: #f0f6fc;
}

.footer {
  padding: 22px 0 38px;
  color: var(--muted-2);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.89rem;
}

.footer-legal {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(177, 193, 214, 0.1);
  line-height: 1.62;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 560px) {
  .wrapper {
    padding: 0 16px;
  }

  .hero-content {
    padding: 22px;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .hero-tags {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@media (min-width: 1024px) {
  .hero {
    padding-top: 44px;
  }

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

  .section {
    margin-top: 52px;
  }

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

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

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

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

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

  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }
}
