/* ============================================================
   Дизайн-система донора annapaliivets.ru — токены 1:1
   Шрифт PT Root UI · текст #000 / вторичный #aaa / карточки #fafafa
   акцент #B19C88 · статус #19c401 · радиусы 30/24/16/8 · сетка 1200
   ============================================================ */
@font-face {
  font-family: 'PTRootUI';
  src: url('../fonts/ptrootui-500.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PTRootUI';
  src: url('../fonts/ptrootui-700.woff') format('woff');
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  --font: 'PTRootUI', Arial, sans-serif;
  --c-text: #000000;
  --c-sec: #aaaaaa;
  --c-card: #fafafa;
  --c-blue: #B19C88;
  --c-blue-dark: #9A8570;
  --c-blue-bg: #F2ECE6;
  --c-blue-bg-h: #E9E0D7;
  --c-green: #19c401;
  --c-chip: #e3e3e3;
  --shadow-photo: 0px 0px 20px 5px rgba(34, 34, 34, 0.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  overflow-x: clip;
  font-family: var(--font);
  color: var(--c-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--c-blue); text-decoration: none; }
img { display: block; }


/* ---------- типографика (кегли донора) ---------- */
.eyebrow { font-size: 28px; line-height: 1; font-weight: 700; letter-spacing: -0.8px; color: var(--c-sec); text-align: center; white-space: nowrap; }
.h1 { font-size: 50px; line-height: 1; font-weight: 700; letter-spacing: -1.5px; text-align: center; }
.h2 { font-size: 40px; line-height: 1.1; font-weight: 700; letter-spacing: -1px; }
.sub28 { font-size: 28px; line-height: 1.1; font-weight: 700; letter-spacing: -0.8px; }
.sub20 { font-size: 20px; line-height: 1.2; font-weight: 500; letter-spacing: -0.6px; text-align: center; }
.p20 { font-size: 20px; line-height: 1.3; font-weight: 500; letter-spacing: -0.6px; }
.meta16 { font-size: 16px; line-height: 1.55; font-weight: 500; letter-spacing: -0.3px; color: var(--c-sec); }
.white { color: #ffffff; }
.tr { text-align: right; }

/* зазоры ритма донора */
.mt16 { margin-top: 16px; }
.mt24 { margin-top: 24px; }
.mt29 { margin-top: 29px; }
.mt32 { margin-top: 32px; }
.mt40 { margin-top: 40px; }
.mt70 { margin-top: 70px; }
.mt86 { margin-top: 86px; }

/* ---------- секции ---------- */
main { display: block; padding-top: 96px; }
.sec { position: relative; width: 100%; }

/* ---------- HERO (поток по центру, зазоры донора) ---------- */
.hero {
  padding: 56px 0 34px;
  display: flex; flex-direction: column; align-items: center;
}
.hero-photo {
  width: 200px; height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 38px;
  flex-shrink: 0;
  background: var(--c-card);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero .eyebrow { margin-bottom: 16px; }
.hero .h1 { width: 662px; max-width: 100%; margin-bottom: 40px; }
.hero .sub20 { width: 662px; max-width: 100%; margin-bottom: 36px; }
.hero-btns {
  display: flex; gap: 8px; margin-bottom: 32px;
}
.hero .clients { text-align: center; width: 760px; max-width: 100%; }

/* ---------- кнопки (радиус 30, ховер донора) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; background: none;
  border-radius: 30px; cursor: pointer; text-align: center;
  font-family: var(--font); font-size: 20px; line-height: 1.55; font-weight: 500;
  letter-spacing: -0.6px; white-space: nowrap;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn.solid { background: var(--c-blue); color: #ffffff; padding: 0 24px; height: 54px; }
.btn.solid:hover { background: var(--c-blue-dark); }
.btn.ghost { background: var(--c-blue-bg); color: var(--c-blue); padding: 0 24px; height: 54px; }
.btn.ghost:hover { background: var(--c-blue-bg-h); }
.btn.white-btn { background: #ffffff; color: var(--c-blue); height: 54px; padding: 0 24px; }
.btn.white-btn:hover { background: var(--c-blue-bg); }

/* ---------- карточки «Резюме»/«Навыки» ---------- */
.card-sec { padding-top: 0; }
.card-sec .card {
  width: 761px; max-width: calc(100% - 32px);
  margin-left: calc(50% - 600px + 220px);
  margin-right: 0;
  background: var(--c-card); border-radius: 30px;
  padding: 40px 56px 38px 40px;
}
.card-sec .card > .h2 { width: 655px; max-width: 100%; }
.card-sec .card > .sub28, .card-sec .card > .p20 { width: 665px; max-width: 100%; }
.card-sec--title .card { width: 760px; margin-left: calc(50% - 600px + 220px); }
.card-sec--title .card { padding-bottom: 42px; }

/* чипы («Стек»/«Резюме» донора) */
.chip {
  display: inline-flex; align-items: center; height: 30px; padding: 0 14px;
  background: var(--c-chip); border-radius: 30px;
  font-size: 16px; line-height: 1; font-weight: 500; letter-spacing: -0.3px;
  color: var(--c-text); white-space: nowrap;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; max-width: 665px; }

/* ---------- тире-списки (стиль кейсов) ---------- */
.dash-list { display: grid; gap: 14px; padding-left: 0; list-style: none; width: 665px; max-width: 100%; }
.dash-list.mt16 { margin-top: 16px; }
.dash-list li { position: relative; padding-left: 28px; font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -0.6px; color: rgba(17, 17, 17, 0.85); }
.dash-list li::before { content: ""; position: absolute; top: 0.62em; left: 0; width: 14px; height: 3px; border-radius: 2px; background: var(--c-blue); }

/* ---------- кейсы ---------- */
.case-head { padding: 80px 0 44px; }
.case-in { width: 760px; max-width: calc(100% - 32px); margin-left: calc(50% - 600px + 220px); }
.case-in .meta16 { line-height: 1; }
.case-in .h2 { margin-top: 16px; }
.case-in .p20 { margin-top: 16px; }

.case-img { padding: 0; }
.case-link { color: inherit; text-decoration: none; }
.case-link:hover { color: var(--c-blue); }
.case-cover-link { display: block; position: relative; }
/* бэйдж NDA по центру превью (по просьбе владельца) */
.case-cover-link.nda .case-cover { filter: grayscale(35%); }
.nda-cover-badge {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex; align-items: center; justify-content: center;
  height: 54px; padding: 0 28px;
  background: #111111; color: #f4f2ec;
  border-radius: 999px;
  font-size: 20px; font-weight: 700; line-height: 1;
  letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.30);
  pointer-events: none;
}
.case-cover {
  display: block; width: 1360px; max-width: none;
  height: 800px; object-fit: cover; border-radius: 30px;
  margin-left: calc(50% - 680px);
}

/* межкарточные отступы: ритм спейсера донора 80px */
section.card-sec + section.card-sec { margin-top: 80px; }
section.card-sec + section.cta-sec { margin-top: 80px; }
section.cta-sec { margin-bottom: 80px; }

/* ---------- «Показать ещё» (кейсы) ---------- */
.case-hidden { display: none; }
.more-wrap {
  padding: 44px 0 40px;
  display: flex; justify-content: center;
}
.more-btn { height: 54px; padding: 0 44px; }
.case-reveal { animation: caseReveal var(--d-norm, 320ms) var(--ease-out-quart, ease) both; }
@keyframes caseReveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* ---------- CTA ---------- */
.cta-sec { padding: 2px 0 0; }
.cta-sec .card.blue {
  width: 760px; max-width: calc(100% - 32px);
  margin-left: calc(50% - 600px + 220px);
  background: var(--c-blue); border-radius: 30px;
  padding: 40px 56px 40px 40px;
}
.cta-sec .card.blue > .h2 { width: 655px; max-width: 100%; }
.cta-sec .card.blue > .p20 { width: 685px; max-width: 100%; }

/* ---------- футер ---------- */
.foot-links { display: flex; gap: 28px; align-items: center; }
.cta-tg { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); }
.cta-tg:hover { border-bottom-color: #ffffff; }
.foot-tg { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(170,170,170,0.5); }
.foot-tg:hover { color: var(--c-blue); border-bottom-color: transparent; }
.footer { padding: 23px 0; }
.foot-in {
  width: 760px; max-width: calc(100% - 32px);
  margin-left: calc(50% - 600px + 220px);
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
}
.foot-in .meta16 { line-height: 1; }

/* ============================================================
   ХЕДЕР + ПЛАВАЮЩАЯ НАВИГАЦИЯ КЕЙСОВ — компоненты old-site
   (Desktop/vlad-site: Header.tsx + case/[slug] floatingNav)
   ============================================================ */
:root {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --d-fast: 180ms;
  --d-norm: 320ms;
}

/* --- плавающая пилюля хедера --- */
.vheader {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 760px;
  justify-content: space-between;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: rgba(11, 11, 12, 0.18);
  color: #fff;
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
  will-change: backdrop-filter;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  transition: background var(--d-norm) var(--ease-out-quart),
              color var(--d-norm) var(--ease-out-quart),
              border-color var(--d-norm) var(--ease-out-quart),
              box-shadow var(--d-norm) var(--ease-out-quart),
              opacity 450ms var(--ease-out-quart);
  max-width: calc(100vw - 32px);
}
.vheader--light {
  background: rgba(255, 255, 255, 0.55);
  color: #0B0B0C;
  border-color: rgba(11, 11, 12, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.60);
}

.vlogo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 2px 6px 2px 2px;
  margin-right: 4px;
  color: inherit;
  border-radius: 999px;
  text-decoration: none;
  transition: background var(--d-fast), transform var(--d-fast) var(--ease-out-quart);
}
.vlogo:hover { background: rgba(255, 255, 255, 0.07); }
.vheader--light .vlogo:hover { background: rgba(11, 11, 12, 0.06); }

.vavatar {
  width: 42px; height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 4px 14px rgba(0, 0, 0, 0.20);
}
.vlogo span {
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.vnav { display: flex; gap: 2px; }
.vnav:empty { display: none; }
.vnav a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: rgba(255, 255, 255, 0.62);
  padding: 8px 6px;
  border-radius: 999px;
  transition: color var(--d-fast), background var(--d-fast);
  white-space: nowrap;
  text-decoration: none;
}
.vnav a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.vheader--light .vnav a { color: rgba(11, 11, 12, 0.62); }
.vheader--light .vnav a:hover { color: #0B0B0C; background: rgba(11, 11, 12, 0.06); }

.vcta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
  padding: 0 14px;
  height: 42px;
  background: var(--c-blue);
  color: #fff;
  border-radius: 30px;
  margin-left: 8px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}
.vcta:hover { background: var(--c-blue-dark); color: #fff; }
.vheader--light .vcta:hover { background: var(--c-blue-dark); color: #fff; }
.vcta-icon {
  display: inline-block;
  width: 14px; height: 14px;
  flex-shrink: 0;
  transform: translateY(-0.5px);
}
.vdrawer-cta .vcta-icon { width: 16px; height: 16px; margin-right: 8px; }

/* --- бургер --- */
.vburger {
  display: none;
  width: 38px; height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  position: relative;
  margin-left: 4px;
  transition: background var(--d-fast);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.vburger:hover { background: rgba(255, 255, 255, 0.10); }
.vheader--light .vburger {
  background: rgba(11, 11, 12, 0.06);
  border-color: rgba(11, 11, 12, 0.10);
}
.vheader--light .vburger:hover { background: rgba(11, 11, 12, 0.10); }
.vburger span {
  position: absolute;
  left: 50%;
  width: 16px; height: 1.5px;
  background: currentColor;
  border-radius: 1px;
  transform: translateX(-50%);
  transition: transform var(--d-norm) var(--ease-out-quart),
              opacity var(--d-fast),
              top var(--d-norm) var(--ease-out-quart);
}
.vburger span:nth-child(1) { top: 13px; }
.vburger span:nth-child(2) { top: 50%; transform: translate(-50%, -50%); }
.vburger span:nth-child(3) { top: 23px; }
.vburger--open span:nth-child(1) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.vburger--open span:nth-child(2) { opacity: 0; }
.vburger--open span:nth-child(3) { top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }

/* --- мобильный drawer --- */
.vdrawer {
  position: fixed;
  top: 80px;
  left: 16px; right: 16px;
  z-index: 95;
  padding: 24px;
  background: rgba(11, 11, 12, 0.78);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.50);
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--d-norm) var(--ease-out-quart),
              transform var(--d-norm) var(--ease-out-quart),
              visibility 0s linear var(--d-norm);
}
.vdrawer--open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: opacity var(--d-norm) var(--ease-out-quart),
              transform var(--d-norm) var(--ease-out-quart),
              visibility 0s linear 0s;
}
.vdrawer-nav { display: flex; flex-direction: column; gap: 4px; }
.vdrawer-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.17px;
  transition: background var(--d-fast), color var(--d-fast);
  text-decoration: none;
}
.vdrawer-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.vdrawer-cta {
  margin-top: 12px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #f2efe8;
  color: #0B0B0C;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: background var(--d-fast), color var(--d-fast);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vdrawer-cta:hover { background: #5853FF; color: #fff; }
.vbackdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--d-norm), visibility 0s linear var(--d-norm);
}
.vbackdrop--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity var(--d-norm), visibility 0s linear 0s;
}
@media (min-width: 681px) {
  .vdrawer, .vbackdrop { display: none !important; }
}

/* --- плавающая навигация кейсов (fnav, из case.module.css) --- */
.fnav {
  position: fixed;
  left: 50%;
  bottom: clamp(14px, 2vw, 30px);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.16);
  opacity: 0;
  transform: translate(-50%, 12px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--d-norm) var(--ease-out-quart),
              transform var(--d-norm) var(--ease-out-quart),
              visibility 0s linear var(--d-norm);
}
.fnav--visible {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  pointer-events: auto;
  transition: opacity var(--d-norm) var(--ease-out-quart),
              transform var(--d-norm) var(--ease-out-quart),
              visibility 0s linear 0s;
}
.fnav-up,
.fnav-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  height: 44px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-family: var(--font);
}
.fnav-up {
  width: 44px;
  background: var(--c-blue-bg);
  color: var(--c-blue);
}
.fnav-up:hover { background: var(--c-blue-bg-h); }
.fnav-next {
  gap: 10px;
  padding: 0 20px;
  background: var(--c-blue);
  color: #ffffff;
  font-size: 16px; font-weight: 500; letter-spacing: -0.3px;
}
.fnav-next:hover { background: var(--c-blue-dark); }
.fnav-up svg, .fnav-next svg { width: 21px; height: 21px; flex: 0 0 auto; }
.fnav-up path, .fnav-next path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* брейкпоинты хедера (из old-site) */
@media (max-width: 980px) {
  .vheader { padding: 4px; gap: 6px; }
  .vlogo { margin-right: 6px; }
  .vavatar { width: 36px; height: 36px; }
  .vlogo span { font-size: 14px; }
  .vnav a { padding: 7px 10px; font-size: 12px; }
  .vcta { padding: 0 14px; font-size: 16px; letter-spacing: -0.3px; height: 36px; }
}
@media (max-width: 680px) {
  .vheader {
    top: 12px; left: 12px; right: 12px;
    transform: none;
    justify-content: space-between;
    width: auto;
    max-width: none;
    padding: 4px;
  }
  .vnav { display: none; }
  .vcta { display: none; }
  .vburger { display: inline-flex; align-items: center; justify-content: center; }
  .vlogo { min-width: 0; margin-right: 8px; padding-right: 10px; }
  .vavatar { width: 36px; height: 36px; }
  .vlogo span { min-width: 0; overflow: hidden; text-overflow: ellipsis; font-size: 15px; }
}

/* ============================================================
   АДАПТИВ (мобильные кегли донора: 50→30→24, 40→24, 28→18, 20→15/14, 16→12)
   ============================================================ */
@media screen and (max-width: 1240px) {
  /* карточки и тексты — по центру окна, ширина с полями */
  .card-sec .card, .card-sec--title .card, .case-in, .cta-sec .card.blue, .foot-in {
    margin-left: auto; margin-right: auto;
  }
  .case-cover { width: calc(100% - 32px); height: auto; aspect-ratio: 1360 / 800; margin-left: auto; margin-right: auto; }
}

@media screen and (max-width: 980px) {
  .h-menu { display: none; }
  .h-cta { display: none; }
  .h-burger { display: block; }
  .h-logo { left: 20px; }
}

@media screen and (max-width: 960px) {
  .eyebrow { font-size: 20px; white-space: normal; }
  .h1 { font-size: 30px; }
  .sub20, .p20 { font-size: 15px; }
  .h2 { font-size: 24px; }
  .sub28 { font-size: 18px; }
  .chip { font-size: 12px; line-height: 1; letter-spacing: -0.1px; white-space: normal; text-align: center; height: auto; min-height: 24px; padding: 5px 12px; }

  .hero { padding-top: 32px; }
  .hero-photo { width: 160px; height: 160px; margin-bottom: 28px; }
  .hero .h1, .hero .sub20 { padding: 0 20px; }
  .hero-btns { flex-direction: column; align-items: stretch; width: calc(100% - 40px); }
  .hero-btns .btn { width: 100%; }
  .hero .clients { width: calc(100% - 40px); }

  .card-sec .card, .card-sec--title .card, .cta-sec .card.blue {
    width: calc(100% - 32px); padding: 28px 20px;
  }
  .case-head { padding: 40px 0 24px; }
  .case-in { width: calc(100% - 32px); }
  .foot-in { flex-direction: column; gap: 8px; }
  .foot-in .meta16 { text-align: center; }
  .tr { text-align: center; }
  .mt86 { margin-top: 40px; }
  .mt70 { margin-top: 40px; }
}

@media screen and (max-width: 640px) {
  .h1 { font-size: 24px; }
  .sub20, .p20 { font-size: 14px; }
  .meta16 { font-size: 12px; }
  .hero .h1, .hero .sub20 { width: calc(100% - 40px); }
}


/* ============================================================
   NDA-поп-ап на главной (стиль гейта old-site: тёмный #181818)
   ============================================================ */
.nda-modal {
  position: fixed; inset: 0; z-index: 1100;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  visibility: hidden; opacity: 0;
  transition: opacity var(--d-norm, 320ms) var(--ease-out-quart, ease), visibility 0s linear var(--d-norm, 320ms);
}
.nda-modal--open {
  visibility: visible; opacity: 1;
  transition: opacity var(--d-norm, 320ms) var(--ease-out-quart, ease), visibility 0s linear 0s;
}
.nda-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.nda-modal__dialog {
  position: relative; z-index: 1;
  width: 100%; max-width: 460px;
  padding: 36px 36px 34px;
  background: #ffffff;
  color: var(--c-text);
  border-radius: 30px;
  box-shadow: 0 22px 62px rgba(17, 17, 17, 0.16);
  transform: translateY(12px);
  transition: transform var(--d-norm, 320ms) var(--ease-out-quart, ease);
}
.nda-modal--open .nda-modal__dialog { transform: translateY(0); }
.nda-modal__tag {
  display: inline-block; margin-bottom: 14px;
  padding: 0 14px; height: 30px; line-height: 30px;
  background: #111111; color: #f4f2ec;
  border-radius: 30px;
  font-size: 16px; font-weight: 500; letter-spacing: -0.3px; text-transform: uppercase;
}
.nda-modal__title {
  margin: 0 0 10px;
  font-family: var(--font);
  font-size: 28px; font-weight: 700; line-height: 1.1; letter-spacing: -0.8px; color: #000;
}
.nda-modal__text {
  margin: 0 0 22px;
  font-family: var(--font);
  font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -0.6px; color: #000;
}
.nda-modal__form { display: grid; gap: 10px; }
.nda-modal__form label {
  font-family: var(--font);
  font-size: 16px; font-weight: 500; letter-spacing: -0.3px; color: var(--c-sec);
}
.nda-modal__row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px;
}
.nda-modal__row input {
  min-width: 0; height: 54px; padding: 0 20px;
  font-family: var(--font); font-size: 20px; font-weight: 500; letter-spacing: -0.6px;
  color: #000; background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 30px; outline: none;
  transition: border-color 0.2s ease-in-out;
}
.nda-modal__row input:focus { border-color: var(--c-blue); }
.nda-modal__row button {
  height: 54px; padding: 0 24px;
  font-family: var(--font); font-size: 20px; font-weight: 500; letter-spacing: -0.6px;
  color: #ffffff; background: var(--c-blue);
  border: 0; border-radius: 30px; cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.nda-modal__row button:hover { background: var(--c-blue-dark); }
.nda-modal__row button:disabled { opacity: 0.7; }
.nda-modal__error { color: #e02d2d; font-family: var(--font); font-size: 16px; font-weight: 500; margin: 0; }
@media (max-width: 520px) {
  .nda-modal__row { grid-template-columns: 1fr; }
}


