/* Generated by tools/css_module_split.py from the current verified layout. */
@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/open-sauce-one-500.woff2") format("woff2"),
       url("https://framerusercontent.com/assets/VLbJ2l4cAnezt7ivj9U98RLcUdA.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("../fonts/inter-display-500.woff2") format("woff2"),
       url("https://framerusercontent.com/assets/iwWTDc49ENF2tCHbqlNARXw6Ug.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter Display";
  src: url("../fonts/inter-display-700.woff2") format("woff2"),
       url("https://framerusercontent.com/assets/qITWJ2WdG0wrgQPDb8lvnYnTXDg.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --home-shell: 1190px;
  --home-aside: 357px;
  --home-black: #000;
  --home-white: #fff;
  --home-line: #d9d9d9;
  --home-muted: #686868;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.home-hero ::selection,
.home-services ::selection,
.home-pricing ::selection,
.contact-section ::selection,
.site-modal ::selection,
.nav--hero ::selection {
  background: #fff;
  color: #000;
}

.home-hero ::-moz-selection,
.home-services ::-moz-selection,
.home-pricing ::-moz-selection,
.contact-section ::-moz-selection,
.site-modal ::-moz-selection,
.nav--hero ::-moz-selection {
  background: #fff;
  color: #000;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, .home-lead, .home-topline, .section-label, .home-pricing__lead, .home-process__lead {
  font-family: "Inter Display", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.home-page { background: var(--home-white); color: var(--home-black); }

.home-shell { width: min(var(--home-shell, 1190px), calc(100% - 48px)); max-width: 1190px; margin-inline: auto; }

.home-section { position: relative; overflow: hidden; }

.section-label { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.4; text-transform: capitalize; font-weight: 500; letter-spacing: -0.01em; }

.section-label::before { content: "↳"; width: auto; height: auto; border-radius: 0; background: transparent; font-size: 16px; line-height: 1; }

.home-aside > a, .home-topline > a { font-size: 14px; text-decoration: underline; text-underline-offset: 4px; font-weight: 500; letter-spacing: -0.01em; }

.home-lead { font-family: "Inter Display", "Inter", sans-serif; font-size: clamp(22px, 2.3vw, 28px); line-height: 1.42; letter-spacing: -.025em; max-width: 808px; font-weight: 500; }

.home-topline { display: flex; align-items: center; justify-content: space-between; }

.nav {
  position: fixed; z-index: 100; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1240px, calc(100% - 40px)); height: 76px; padding: 0;
  display: flex; align-items: center; justify-content: space-between;
  border: 0; background: transparent;
  color: #fff; mix-blend-mode: normal;
}

.nav__logo {
  display: inline-flex; align-items: flex-start; font-family: "Open Sauce One", sans-serif; font-size: 28px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }

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

.nav__lang { display: inline-flex; align-items: center; justify-content: center; height: 26px; padding: 0 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 11.5px; font-weight: 500; letter-spacing: .06em; color: #fff; text-decoration: none; transition: all .2s ease; font-family: "Inter", sans-serif; }

.nav__lang:hover { background: #fff; color: #000; border-color: #fff; }

.nav__menu-btn { display: inline-flex; align-items: center; gap: 10px; padding: 0; border: 0; border-radius: 0; font-size: 18px; line-height: 1; text-transform: uppercase; font-family: "Inter Display", sans-serif; font-weight: 500; letter-spacing: .02em; }

.nav__menu-btn::before { display: none; }

.nav__menu-icon { width: 15px; height: 12px; background: linear-gradient(currentColor,currentColor) 0 0/100% 1px no-repeat,linear-gradient(currentColor,currentColor) 0 50%/100% 1px no-repeat,linear-gradient(currentColor,currentColor) 0 100%/100% 1px no-repeat; }

.nav::before { content: ""; position: absolute; z-index: -1; top: 0; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); background: rgba(12,12,12,.34); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px) saturate(135%); -webkit-backdrop-filter: blur(18px) saturate(135%); }

.menu { padding: 24px max(20px, calc((100vw - 1240px)/2)); }

.menu .nav__logo {
  display: inline-flex; align-items: flex-start; font-size: 28px; }

.home-hero {
  min-height: 760px;
  height: clamp(780px, 94vh, 940px);
  overflow: hidden;
  background: #000;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: auto;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%), linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
  z-index: 1;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 40px;
  text-align: center;
  pointer-events: none;
}

.home-hero__intro {
  max-width: 1080px;
  margin-inline: auto;
  pointer-events: auto;
}

.home-hero__intro--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-hero__intro--centered h1,
.home-hero__intro--centered h2 {
  max-width: 1080px;
  font-family: "Inter Display", "Inter", sans-serif;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.14;
  letter-spacing: -.035em;
  font-weight: 500;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.home-hero__intro--centered p {
  margin: 22px auto 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.6;
  font-weight: 400;
  max-width: 720px;
  color: rgba(255,255,255,.82);
  text-align: center;
}

.home-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.home-hero__btn,
.home-hero__btn--rect {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  background: #fff;
  color: #000;
  font-family: "Inter Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #fff;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.home-hero__btn:hover,
.home-hero__btn--rect:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.home-hero__ghost,
.home-hero__ghost--rect {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  background: transparent;
  color: rgba(255,255,255,.85);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.25);
  transition: all .2s ease;
}

.home-hero__ghost:hover,
.home-hero__ghost--rect:hover {
  color: #fff;
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.06);
  transform: translateY(-2px);
}

.home-about { height: 730px; padding: 80px 0 64px; }

.home-about__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-about__body { width: calc(100% - var(--home-aside)); margin-left: var(--home-aside); padding-top: 113px; }

.home-about__body .home-lead { max-width: 800px; font-family: "Inter Display", "Inter", sans-serif; font-size: clamp(22px, 2.3vw, 28px); line-height: 1.42; letter-spacing: -.025em; font-weight: 500; }

.home-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; }

.home-stats > div { display: flex; flex-direction: column; min-height: 92px; padding-left: 22px; border-left: 1px solid var(--home-line); }

.home-stats strong { font-family: "Inter Display", "Inter", sans-serif; font-size: clamp(40px, 4vw, 50px); line-height: .95; letter-spacing: -.055em; font-weight: 500; }

.home-stats span { margin-top: 14px; font-family: "Inter", sans-serif; font-weight: 400; color: var(--home-muted); font-size: 14px; }

.home-work { height: auto; min-height: 982px; padding: 64px 0; background: #f7f7f8; }

.home-work__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-work-grid { width: calc(100% - var(--home-aside)); margin: 60px 0 0 var(--home-aside); display: grid; grid-template-columns: repeat(2,1fr); align-content: start; gap: 40px 24px; }

.home-work-card { display: block; overflow: hidden; color: #000; transition: transform .35s var(--ease); }

.home-work-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s var(--ease); will-change: transform; }

.home-work-card:hover, .home-work-card:focus-visible { transform: translateY(-6px); }

.home-work-card:hover img, .home-work-card:focus-visible img { transform: scale(1.055); }

.home-work-card:focus-visible { outline: 2px solid #000; outline-offset: 5px; }

.home-work-card__meta { display: flex; flex-direction: column; gap: 6px; padding-top: 16px; font-size: 13px; }

.home-work-card__meta strong { font-size: 19px; font-weight: 500; line-height: 1.25; color: #000; }

.home-work-card__meta span { color: #666; line-height: 1.4; }

.home-features { height: auto; min-height: 820px; padding: 64px 0; }

.home-features__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-features__list { margin-top: 28px; }

.home-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; min-height: 140px; padding: 36px 0; border-top: 1px solid var(--home-line); align-items: start; }

.home-feature:first-child { border-top: 0; }

.home-feature:last-child { border-bottom: 1px solid var(--home-line); }

.home-feature__title { display: flex; align-items: center; gap: 14px; font-size: 20px; line-height: 1.3; font-weight: 500; color: #000; }

.home-feature__title img { width: 22px; height: 22px; flex: 0 0 22px; object-fit: contain; filter: invert(1); }

.home-feature p { font-size: 14.5px; line-height: 1.75; color: #555; max-width: 620px; margin: 0; }

.home-services {
  position: relative;
  height: auto;
  min-height: 1060px;
  padding: 104px 0 72px;
  background: #08090c;
  color: #fff;
  overflow: hidden;
}

.home-services__dotgrid-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.home-services__dotgrid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home-services .home-shell {
  position: relative;
  z-index: 2;
}

.home-services__header { display: grid; grid-template-columns: var(--home-aside) 1fr; align-items: start; }

.home-services h2 { max-width: 790px; font-size: 28px; line-height: 1.42; letter-spacing: -.02em; font-weight: 500; }

.home-pricing h2 { font-size: 28px; line-height: 1.42; letter-spacing: -.02em; font-weight: 500; }

.home-services__rule { height: 1px; margin-top: 28px; background: rgba(255,255,255,.14); }

.home-cases-grid { width: calc(100% - var(--home-aside)); margin: 60px 0 0 var(--home-aside); display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }

.home-case-card {
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255,255,255,.09);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: rgba(12, 13, 18, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background .35s ease, border-color .35s ease, transform .35s var(--ease, ease), box-shadow .35s ease;
}

.home-case-card:hover {
  background: rgba(18, 20, 28, 0.88);
  border-color: rgba(255,255,255,.28);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.45);
}

.home-case-card__thumb { width: 100%; height: 228px; overflow: hidden; background: #111; position: relative; }

.home-case-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.06) brightness(.92);
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1), filter .5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, filter;
}

.home-case-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%) contrast(1.02) brightness(1.04);
}

.home-case-card__content { padding: 22px 24px 24px; display: flex; flex-direction: column; flex-grow: 1; }

.home-case-card span { color: #a5a5a5; font-size: 12px; letter-spacing: .02em; }

.home-case-card h3 { margin-top: 8px; font-size: 21px; font-weight: 500; line-height: 1.15; color: #fff; }

.home-case-card__row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 8px; }

.home-case-card__row h3 { margin-top: 0; }

.home-case-card em { flex: 0 0 auto; color: rgba(255,255,255,.85); font-size: 12px; font-style: normal; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; transition: transform .25s ease, color .2s ease; display: inline-flex; align-items: center; }

.home-case-card:hover em { transform: translate(3px, -2px); color: #fff; }

.home-process { height: auto; min-height: 600px; padding: 64px 0; }

.home-process__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-process__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 40px 64px; margin-top: 56px; align-items: start; }

.home-process__intro { max-width: 520px; }

.home-process__lead { font-size: 28px; line-height: 1.42; letter-spacing: -.02em; font-weight: 500; color: #000; }

.home-process-list { display: flex; flex-direction: column; }

.home-process-row { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--home-line); align-items: start; }

.home-process-row:last-child { border-bottom: 1px solid var(--home-line); }

.home-process-row__num { width: 28px; height: 28px; border: 1px solid #b7b7b7; border-radius: 50%; display: grid; place-items: center; font-size: 11px; color: #444; margin-top: 2px; }

.home-process-row__body strong { display: block; font-size: 19px; font-weight: 500; color: #000; margin-bottom: 6px; line-height: 1.3; }

.home-process-row__body p { font-size: 14px; line-height: 1.65; color: #555; margin: 0; }

.home-why { min-height: 640px; padding: 64px 0; background: #f7f7f8; }

.home-why__topline, .home-news__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 58px; }

.why-card { position: relative; height: 383px; overflow: hidden; display: flex; flex-direction: column; padding: 20px; background: #fff; }

.why-card--image { position: relative; padding: 0; background: #cbd6d6; overflow: hidden; }

.why-card--image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }

.why-card--image:hover img { transform: scale(1.05); }

.why-card--image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.42); pointer-events: none; }

.why-card--image h3 { position: absolute; z-index: 2; top: 50%; left: 50%; color: #fff; font-family: "Open Sauce One", sans-serif; font-size: 26px; font-weight: 500; letter-spacing: -.02em; transform: translate(-50%, -50%); white-space: nowrap; text-shadow: 0 2px 14px rgba(0,0,0,.5); }

.why-card--quote { background: #fff; padding: 24px 22px 22px; }

.why-card__stars { font-size: 13px; letter-spacing: 2px; color: #000; line-height: 1; }

.why-card--quote blockquote,
.why-card__statement { margin-top: 16px; color: #2a2a2a; font-size: 14px; line-height: 1.62; font-style: normal; }

.why-card__author { margin-top: auto; padding: 2px 0 2px 10px; border-left: 2px solid #000; display: flex; flex-direction: column; gap: 4px; }

.why-card__author strong { font-size: 13px; font-weight: 600; color: #000; line-height: 1.2; }

.why-card__author span { font-size: 11px; color: #777; line-height: 1.3; }

.why-card--search {
  position: relative;
  padding: 24px 20px 20px;
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0;
}

.why-card--search:hover { transform: none; }

.why-search__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.why-search__top h3 {
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #fff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-search__top span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  color: #a0a0a0;
}

.why-search__simulator {
  position: relative;
  z-index: 2;
  margin: 14px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-search__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  font-size: 11px;
  color: #ccc;
  transition: border-color .3s, background .3s;
}

.why-search__bar svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #aaa;
  stroke-width: 2;
  flex-shrink: 0;
}

.why-search__input-text {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #fff;
  animation: searchTyping 4.5s steps(22) infinite, searchBlink .8s infinite;
  max-width: 220px;
  font-family: monospace;
}

.why-search__result {
  position: relative;
  padding: 12px 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
  overflow: hidden;
}

.why-search__result-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #888;
}

.why-search__result-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 8.5px;
  color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  padding: 1px 5px;
  border-radius: 2px;
  letter-spacing: .02em;
  font-weight: 500;
  transition: background .3s ease, color .3s ease;
}

.why-search__result-title {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-search__result-desc {
  font-size: 11px;
  line-height: 1.4;
  color: #a1a1aa;
}

.why-search__result-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  font-size: 10px;
  color: #71717a;
}

.why-search__result-stars {
  color: #fff;
  letter-spacing: 1px;
}

.why-card--search:hover .why-search__bar {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.3);
}

.why-card--search:hover .why-search__result {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.35);
  transform: translateY(-2px);
}

.why-card--search:hover .why-search__result-tag {
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(255,255,255,.6);
}

.why-search__scanbeam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.04) 50%, transparent 100%);
  pointer-events: none;
  transform: translateY(-100%);
}

.why-card--search:hover .why-search__scanbeam {
  animation: searchScanBeam 2s ease-in-out infinite;
}

@keyframes searchDotPulse { 0%,100% { opacity: .4; } 50% { opacity: 1; } }

@keyframes searchTyping {
  0%, 15% { width: 0; }
  60%, 85% { width: 100%; }
  95%, 100% { width: 0; }
}

@keyframes searchBlink {
  50% { border-color: transparent; }
}

@keyframes searchScanBeam {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(100%); }
}

.why-card--roles { background: #fff; padding: 0; }

.why-card--roles > div:first-child { padding: 22px 20px; }

.why-card--roles h3 { display: block; font-size: 44px; line-height: .95; font-weight: 500; letter-spacing: -.05em; color: #000; }

.why-card--roles span { display: block; margin-top: 7px; font-size: 13px; color: #686868; }

.why-avatar-orbit { position: absolute; width: 360px; height: 360px; right: -110px; bottom: -110px; pointer-events: none; }

.why-avatar-orbit img { position: absolute; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(0,0,0,.15); offset-path: circle(148px at 180px 180px); offset-rotate: 0deg; animation: whyAvatarSlide 24s linear infinite; }

.why-avatar-orbit img:nth-child(1) { animation-delay: 0s; }

.why-avatar-orbit img:nth-child(2) { animation-delay: -1.5s; }

.why-avatar-orbit img:nth-child(3) { animation-delay: -3s; }

.why-avatar-orbit img:nth-child(4) { animation-delay: -4.5s; }

.why-avatar-orbit img:nth-child(5) { animation-delay: -6s; }

.why-avatar-orbit img:nth-child(6) { animation-delay: -7.5s; }

.why-avatar-orbit img:nth-child(7) { animation-delay: -9s; }

.why-avatar-orbit img:nth-child(8) { animation-delay: -10.5s; }

.why-avatar-orbit img:nth-child(9) { animation-delay: -12s; }

.why-avatar-orbit img:nth-child(10) { animation-delay: -13.5s; }

.why-avatar-orbit img:nth-child(11) { animation-delay: -15s; }

.why-avatar-orbit img:nth-child(12) { animation-delay: -16.5s; }

.why-avatar-orbit img:nth-child(13) { animation-delay: -18s; }

.why-avatar-orbit img:nth-child(14) { animation-delay: -19.5s; }

.why-avatar-orbit img:nth-child(15) { animation-delay: -21s; }

.why-avatar-orbit img:nth-child(16) { animation-delay: -22.5s; }

@keyframes whyFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

@keyframes whyAvatarSlide { from { offset-distance: 0%; } to { offset-distance: 100%; } }

.home-pricing { position: relative; min-height: 860px; padding: 80px 0 72px; background: #08090c; color: #fff; overflow: hidden; }

.home-pricing__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .82; filter: contrast(1.05) brightness(.9); pointer-events: none; }

.home-pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,9,12,0.78) 0%, rgba(8,9,12,0.45) 28%, rgba(8,9,12,0.15) 50%, rgba(8,9,12,0.85) 85%, rgba(8,9,12,1) 100%),
    linear-gradient(90deg, rgba(8,9,12,0.6) 0%, rgba(8,9,12,0.2) 60%, transparent 100%);
  pointer-events: none;
}

.home-pricing .home-shell { position: relative; z-index: 2; }

.home-pricing__header { display: grid; grid-template-columns: var(--home-aside) 1fr; align-items: start; }

.home-pricing__lead { max-width: 800px; font-size: 28px; line-height: 1.42; letter-spacing: -.02em; font-weight: 500; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.6); }

.home-pricing__rule { height: 1px; margin-top: 28px; background: rgba(255,255,255,.18); }

.home-pricing .pricing-toggle { width: calc(100% - var(--home-aside)); margin: 44px 0 24px var(--home-aside); display: flex; align-items: center; gap: 14px; font-size: 13px; color: #fff; }

.home-pricing .pricing-toggle button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 500; cursor: pointer; transition: color .2s ease; }

.home-pricing .pricing-toggle button.is-active { color: #fff; font-weight: 600; }

.home-pricing .pricing-toggle__switch { position: relative; width: 44px; height: 24px; border-radius: 12px; background: rgba(255,255,255,.2); cursor: pointer; transition: background .2s ease; }

.home-pricing .pricing-toggle__switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .25s var(--ease, ease); }

.home-price-card { width: calc(100% - var(--home-aside)); margin-left: var(--home-aside); display: flex; flex-direction: column; gap: 32px; padding: 42px 46px 32px; background: #fff; color: #000; box-shadow: 0 16px 48px rgba(0,0,0,.45); }

.home-price-card__main { display: grid; grid-template-columns: 1fr 1.25fr; gap: 44px; align-items: start; }

.home-price-card__intro { display: flex; flex-direction: column; align-items: flex-start; }

.home-price-card__intro .pricing-card__price { display: flex; align-items: baseline; gap: 10px; }

.home-price-card__intro .pricing-card__price span { font-size: 36px; font-weight: 600; letter-spacing: -.03em; color: #000; line-height: 1; }

.home-price-card__intro .pricing-card__price small { font-size: 14px; color: #666; font-weight: 500; }

.home-price-card__badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 4px 10px; background: #f4f4f5; border-radius: 4px; font-size: 12px; font-weight: 500; color: #3f3f46; letter-spacing: .01em; }

.home-price-card__intro p { margin-top: 16px; color: #52525b; font-size: 14px; line-height: 1.65; max-width: 330px; }

.home-price-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 290px; height: 48px; margin-top: 26px; background: #000; color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .2s ease, transform .2s ease; }

.home-price-btn:hover { background: #222; transform: translateY(-1px); }

.home-price-card__lists { position: relative; }

.home-price-card .pricing-list { display: flex; flex-direction: column; justify-content: space-between; list-style: none; padding: 0; margin: 0; min-height: 250px; }

.home-price-card .pricing-list[hidden] { display: none; }

.home-price-card .pricing-list li { display: flex; align-items: center; gap: 10px; padding: 12.5px 0; border-bottom: 1px solid #f0f0f0; font-size: 13.5px; color: #27272a; }

.home-price-card .pricing-list li:last-child { border-bottom: 0; }

.home-price-card .pricing-list li::before { content: "↳"; color: #000; font-weight: 600; font-size: 14px; }

.home-price-trust { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid #f0f0f0; }

.trust-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: #52525b; white-space: nowrap; }

.trust-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: #52525b; }

.trust-item svg { width: 15px; height: 15px; flex-shrink: 0; stroke: #000; fill: none; stroke-width: 2; }

.home-news { height: auto; min-height: 560px; padding: 72px 0 84px; background: #fff; }

.home-faq { height: auto; min-height: 720px; padding: 80px 0 112px; background: #f7f7f8; }

.home-faq__topline { padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }

.home-faq-grid { display: grid; grid-template-columns: 320px 1fr; gap: 64px; margin-top: 56px; align-items: start; }

.home-faq-side { display: flex; flex-direction: column; }

.home-faq-img { width: 100%; aspect-ratio: 1/1; border-radius: 0; background-size: cover; background-position: center; background-color: #e4e4e7; }

.home-faq-side p { margin-top: 24px; color: #666; font-size: 14px; line-height: 1.6; max-width: 300px; }

.home-faq-list { display: flex; flex-direction: column; gap: 10px; }

.home-faq-card { background: #ffffff; border: 1px solid #e4e4e7; border-radius: 0; transition: background .2s ease, border-color .2s ease; }

.home-faq-card:hover { border-color: #000; }

.home-faq-card__q { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; padding: 22px 26px; border: 0; background: transparent; color: #000; font-size: 16px; font-weight: 500; text-align: left; cursor: pointer; }

.home-faq-card__icon { position: relative; flex: 0 0 16px; width: 16px; height: 16px; }

.home-faq-card__icon::before, .home-faq-card__icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: #000; transform: translate(-50%, -50%); transition: transform .25s ease; }

.home-faq-card__icon::before { width: 14px; height: 1.5px; }

.home-faq-card__icon::after { width: 1.5px; height: 14px; }

.home-faq-card.is-open .home-faq-card__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.home-faq-card.is-open .home-faq-card__icon::before { transform: translate(-50%, -50%) rotate(45deg); }

.home-faq-card__a { padding: 0 26px 22px; color: #555; font-size: 14px; line-height: 1.65; }

.home-faq-card__a p { margin: 0; }

.contact-section { height: auto; min-height: 600px; padding: 80px 0 84px; background: #000; color: #fff; }

.contact-section__inner { width: min(var(--home-shell), calc(100% - 40px)); margin-inline: auto; }

.contact-section__header { display: flex; justify-content: space-between; align-items: baseline; gap: 40px; }

.contact-section__title-wrap { text-align: right; margin-left: auto; }

.contact-section__title-wrap h2 { font-size: 28px; line-height: 1.42; font-weight: 500; letter-spacing: -.02em; color: #fff; text-align: right; margin: 0; }

.contact-section__rule { height: 1px; margin: 32px 0 48px; background: rgba(255,255,255,.18); }

.footer { height: auto; min-height: 480px; padding: 64px max(20px, calc((100vw - 1190px)/2)) 0; background: #fff; color: #000; }

.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 58px; border-bottom: 1px solid #d8d8d8; }

.footer__about { max-width: 320px; color: #666; font-size: 14px; }

.footer__about .nav__logo {
  display: inline-flex; align-items: flex-start; color: #000; font-size: 20px; font-weight: 600; }

.footer__credit { margin-top: 18px; font-size: 12.5px; color: #888; line-height: 1.65; }

.footer__credit a { color: #888; text-decoration: none; transition: color .2s ease; }

.footer__credit a:hover { color: #000; }

.footer__col h5 { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: #888; margin-bottom: 18px; }

.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }

.footer__col a { color: #333; font-size: 13.5px; text-decoration: none; transition: color .2s; }

.footer__col a:hover { color: #000; }

.footer__logo { padding: 52px 0 0; font-family: "Open Sauce One", sans-serif; font-size: 147px; line-height: .8; font-weight: 500; letter-spacing: -.055em; white-space: nowrap; }

.float-contact {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  background: rgba(12, 12, 12, 0.35);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 28px -4px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.1);
  user-select: none;
  transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), background .25s ease, box-shadow .25s ease;
}

.float-contact:hover {
  background: rgba(12, 12, 12, 0.60);
  box-shadow: 0 14px 34px -4px rgba(0, 0, 0, 0.32), 0 4px 10px rgba(0, 0, 0, 0.15);
}

.float-contact__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #e4e4e7;
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.float-contact__icon {
  display: block;
  flex-shrink: 0;
  transition: transform .2s ease, color .2s ease;
}

.float-contact__btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.float-contact__btn--wa:hover .float-contact__icon {
  color: #27965c;
  transform: scale(1.1);
}

.float-contact__btn--mail:hover .float-contact__icon {
  color: #ffffff;
  transform: scale(1.1);
}

.float-contact__sep {
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 1px 0;
}

.float-contact__btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(15, 15, 18, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.float-contact__btn:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 640px) {
.float-contact {
    right: 16px;
    bottom: 20px;
    padding: 3px;
  }

.float-contact__btn {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 900px) {
:root { --home-aside: auto; }

.home-shell, .contact-section__inner { width: calc(100% - 40px); }

.home-split, .contact-section__inner { grid-template-columns: 1fr; }

.home-section { height: auto; }

.nav { width: calc(100% - 40px); height: 72px; }

.nav__logo, .menu .nav__logo { display: inline-flex; align-items: flex-start; font-size: 28px; }

.nav__menu-btn { font-size: 14px; }

.home-hero { min-height: 680px; height: clamp(680px, 90svh, 820px); }

.home-hero__content { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 80px 0 40px; }

.home-hero__intro { width: 100%; margin: 0 auto; }

.home-hero__intro--centered h1,
  .home-hero__intro--centered h2 { font-size: clamp(30px, 7.8vw, 42px); line-height: 1.15; max-width: 100%; }

.home-hero__intro--centered p { font-size: 14px; line-height: 1.6; max-width: 90%; margin: 16px auto 0; }

.home-about, .home-work, .home-features, .home-process, .home-why, .home-pricing, .home-news, .home-faq { padding: 52px 0; }

.home-work { min-height: 0; }

.home-services { min-height: auto; padding: 72px 0 52px; }

.home-about__body .home-lead,
  .home-process__lead,
  .home-pricing__lead { font-size: 20px; line-height: 1.6; letter-spacing: 0; }

.home-about__body { width: 100%; margin-left: 0; padding-top: 42px; }

.home-stats { grid-template-columns: 1fr; gap: 0; margin-top: 48px; }

.home-stats > div { padding: 20px 0; border-left: 0; border-top: 1px solid var(--home-line); }

.home-stats strong { font-size: 60px; }

.home-work-grid, .home-cases-grid {
    display: flex;
    width: calc(100% + 20px);
    margin-left: 0;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    padding: 0 20px 14px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

.home-work-grid::-webkit-scrollbar, .home-cases-grid::-webkit-scrollbar { display: none; }

.home-work-card, .home-case-card { flex: 0 0 min(82vw, 360px); scroll-snap-align: start; }

.home-work-card img { aspect-ratio: 4 / 3; }

.home-work-card__meta { grid-template-columns: 1fr; gap: 6px; align-items: start; }

.home-feature { grid-template-columns: 1fr; gap: 18px; padding: 24px 0; }

.home-services__header { grid-template-columns: 1fr; gap: 36px; }

.home-services h2, .home-pricing h2, .contact-section__content h2 { font-size: 24px; }

.home-services__rule { margin-top: 24px; }

.home-case-card { min-height: auto; }

.home-case-card__thumb { height: auto; aspect-ratio: 4 / 3; }

.home-process__grid { grid-template-columns: 1fr; gap: 32px; margin-top: 36px; }

.home-process__lead { font-size: 20px; max-width: 100%; }

.home-process-row { grid-template-columns: 36px 1fr; gap: 12px; padding: 18px 0; }

.home-process-row__body strong { font-size: 17px; margin-bottom: 6px; }

.home-process-row__body p { font-size: 13px; line-height: 1.55; }

.home-pricing { padding: 64px 0 56px; min-height: auto; }

.home-pricing__bg { object-position: center 36%; opacity: .48; }

.home-pricing__header { grid-template-columns: 1fr; gap: 18px; }

.home-pricing__lead { font-size: 20px; max-width: 100%; }

.home-pricing__rule { margin-top: 22px; }

.home-pricing .pricing-toggle { width: 100%; margin-left: 0; margin-top: 24px; margin-bottom: 18px; gap: 12px; }

.home-price-card { width: 100%; margin-left: 0; gap: 24px; padding: 26px 20px; }

.home-price-card__main { grid-template-columns: 1fr; gap: 26px; }

.home-price-card__intro .pricing-card__price span { font-size: 30px; }

.home-price-card__intro p { max-width: 100%; font-size: 13.5px; line-height: 1.6; }

.home-price-btn { margin-top: 20px; }

.home-price-card .pricing-list { min-height: 0; }

.home-price-card .pricing-list li { align-items: flex-start; padding: 11px 0; font-size: 13px; line-height: 1.45; }

.home-price-card .pricing-list li::before { flex: 0 0 auto; margin-top: 1px; }

.home-price-trust { flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 16px; }

.trust-item { padding: 12px 0; border-top: 1px solid #f0f0f0; }

.trust-item:first-child { border-top: 0; }

.home-price-btn { max-width: 100%; }

.home-faq { padding: 52px 0 72px; }

.home-faq-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }

.home-faq-side { width: 100%; max-width: none; margin-inline: 0; }

.home-faq-img { display: none; }

.home-faq-side p { max-width: 100%; margin-top: 0; }

.home-faq-card__q { align-items: flex-start; padding: 18px 20px; font-size: 15px; line-height: 1.4; }

.home-faq-card__icon { margin-top: 2px; }

.home-faq-card__a { padding: 0 20px 18px; font-size: 13.5px; }

.home-why-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }

.why-card { width: 100%; height: auto; min-height: 0; aspect-ratio: 1 / 1; }

.why-card--quote { padding: 20px 18px 18px; }

.why-card--quote blockquote,
  .why-card__statement { margin-top: 14px; font-size: 13px; line-height: 1.55; }

.why-card--search { padding: 20px 18px 18px; }

.why-card--roles > div:first-child { padding: 20px 18px; }

.contact-section { padding: 52px 0; min-height: auto; }

.contact-section__header { flex-direction: column; align-items: flex-start; gap: 16px; }

.contact-section__title-wrap { text-align: left; margin-left: 0; width: 100%; }

.contact-section__title-wrap h2 { font-size: 24px; text-align: left; line-height: 1.35; }

.contact-section__rule { margin: 24px 0 32px; }

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

.footer__logo { padding: 38px 0; font-size: 66px; overflow: hidden; text-align: left; }
}

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

.nav__logo sup {
  font-family: "Inter Display", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 3px;
  opacity: 0.85;
}

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

.contact-section__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-section__lead {
  font-family: "Inter Display", sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.45;
  color: rgba(255,255,255,.9);
  margin: 0;
  font-weight: 400;
}

.contact-section__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.5);
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.contact-info-val {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: "Inter Display", sans-serif;
  transition: color .2s;
}

.contact-info-val:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-section__trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  font-family: "Inter", sans-serif;
}

.contact-section__form-wrap {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.12);
  padding: 36px 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(255,255,255,.8);
  font-family: "Inter", sans-serif;
}

.form-group label .required {
  color: #71717a;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  font-family: "Inter", sans-serif;
  transition: all .2s ease;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #fff;
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 0 1px #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255,255,255,.3);
}

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

.form-chip {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.form-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-chip span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  padding: 0 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
  font-family: "Inter", sans-serif;
  transition: all .2s ease;
}

.form-chip input:checked + span {
  background: #fff;
  color: #000;
  border-color: #fff;
  font-weight: 500;
}

.form-chip:hover span {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.contact-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: "Inter Display", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all .2s ease;
}

.contact-form-btn:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.form-disclaimer {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  text-align: center;
  font-family: "Inter", sans-serif;
}

@media (max-width: 900px) {
.contact-section__grid { grid-template-columns: 1fr; gap: 40px; }

.form-group-row { grid-template-columns: 1fr; }

.contact-section__form-wrap { padding: 26px 20px; }

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

.form-chip span { min-height: 44px; height: auto; padding: 8px; text-align: center; line-height: 1.3; }
}

.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.home-article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #09090b;
  transition: transform .25s ease;
}

.home-article-card:hover {
  transform: translateY(-4px);
}

.home-article-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f4f4f5;
  overflow: hidden;
}

.home-article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.home-article-card:hover .home-article-card__thumb img {
  transform: scale(1.04);
}

.home-article-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #ffffff;
  color: #09090b;
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 5px 12px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  z-index: 1;
}

.home-article-card__body {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}

.home-article-card__body h3 {
  font-family: "Inter Display", sans-serif;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -.025em;
  color: #09090b;
  margin: 0;
  transition: color .2s ease;
}

.home-article-card:hover .home-article-card__body h3 {
  color: #52525b;
}

.home-article-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #71717a;
}

.home-article-card__meta .dot {
  font-size: 8px;
  color: #a1a1aa;
}

@media (max-width: 900px) {
.home-article-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 640px) {
.home-hero__cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
    gap: 12px;
    margin-top: 28px;
    margin-inline: auto;
  }

.home-hero__btn,
  .home-hero__btn--rect,
  .home-hero__ghost,
  .home-hero__ghost--rect {
    width: 100%;
    justify-content: center;
    height: 48px;
    font-size: 14.5px;
    text-align: center;
    box-sizing: border-box;
  }
}

.home-case-card__desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
