.ygda-app,
.ygda-app * { box-sizing: border-box; }

.ygda-app {
  --ygda-blue: #004e72;
  --ygda-blue-dark: #00364f;
  --ygda-lime: #9df856;
  --ygda-aqua: #1fd9a8;
  --ygda-ink: #1d1d1b;
  --ygda-muted: #66727a;
  --ygda-soft: #f6f6f6;
  --ygda-line: #dce4e7;
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: clamp(22px, 4vw, 64px) 16px;
  overflow: hidden;
  color: var(--ygda-ink);
  font-family: SatoshiRegular, Satoshi, Inter, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(135deg, #f6f6f6 0%, #ffffff 48%, #edf8f5 100%);
}

.ygda-shell { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(300px, .84fr) minmax(480px, 1.16fr); max-width: 1240px; min-height: 760px; margin: 0 auto; overflow: hidden; border: 1px solid rgba(0,78,114,.12); border-radius: 36px; background: #fff; box-shadow: 0 28px 80px rgba(0,54,79,.13); }
.ygda-orb { position: absolute; z-index: 1; width: 280px; height: 280px; border-radius: 50%; filter: blur(5px); opacity: .5; animation: ygda-float 9s ease-in-out infinite; }
.ygda-orb-one { top: -120px; left: -80px; background: rgba(157,248,86,.42); }
.ygda-orb-two { right: -110px; bottom: -130px; background: rgba(31,217,168,.22); animation-delay: -3s; }

.ygda-vacancy { position: relative; display: flex; flex-direction: column; gap: 30px; padding: clamp(28px, 4vw, 56px); overflow: hidden; color: #fff; background: var(--ygda-blue); }
.ygda-vacancy::after { content: ""; position: absolute; right: -130px; bottom: -140px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.04), 0 0 0 84px rgba(255,255,255,.04); pointer-events: none; }
.ygda-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 1; }
.ygda-logo img { width: auto; max-width: 138px; max-height: 58px; filter: brightness(0) invert(1); }
.ygda-wordmark { display: inline-flex; align-items: baseline; color: #fff; font-size: 31px; font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.ygda-wordmark > span { color: var(--ygda-lime); }
.ygda-wordmark small { display: block; margin-left: 7px; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.ygda-status { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.ygda-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--ygda-lime); box-shadow: 0 0 0 5px rgba(157,248,86,.12); animation: ygda-pulse 2s infinite; }

.ygda-hero-copy { position: relative; z-index: 1; margin-top: auto; }
.ygda-kicker { display: inline-flex; padding: 8px 13px; border-radius: 999px; color: var(--ygda-ink); background: var(--ygda-lime); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ygda-hero-copy h2 { margin: 18px 0 20px; color: #fff; font-size: clamp(38px, 4.1vw, 64px); line-height: .98; letter-spacing: -.055em; font-weight: 700; }
.ygda-hero-copy h2 em { color: var(--ygda-lime); font-style: normal; }
.ygda-hero-copy p { max-width: 530px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.ygda-hero-copy p strong { color: #fff; }
.ygda-job-meta { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.ygda-job-meta span { padding: 13px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.07); font-size: 13px; }
.ygda-job-meta b { display: block; margin-bottom: 4px; color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.ygda-details { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.18); }
.ygda-details summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 0; cursor: pointer; list-style: none; color: #fff; font-size: 14px; font-weight: 700; }
.ygda-details summary::-webkit-details-marker { display: none; }
.ygda-details summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ygda-blue); background: var(--ygda-lime); font-size: 20px; transition: transform .25s ease; }
.ygda-details[open] summary span { transform: rotate(45deg); }
.ygda-details-body { padding-top: 18px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.6; animation: ygda-reveal .35s ease both; }
.ygda-details-body h3 { margin: 0 0 8px; color: #fff; font-size: 14px; }
.ygda-details-body ul { margin: 0 0 16px; padding-left: 18px; }

.ygda-form-card { position: relative; padding: clamp(28px, 4vw, 58px); background: #fff; }
.ygda-progress-wrap { margin-bottom: 44px; }
.ygda-progress-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--ygda-muted); font-size: 12px; font-weight: 700; }
.ygda-progress-top strong { color: var(--ygda-blue); }
.ygda-progress-track { height: 5px; overflow: hidden; border-radius: 99px; background: #e8edef; }
.ygda-progress-track span { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--ygda-blue), var(--ygda-aqua), var(--ygda-lime)); transition: width .45s cubic-bezier(.22,.9,.35,1); }
.ygda-step-dots { display: grid; grid-template-columns: repeat(4,1fr); margin: 17px 0 0; padding: 0; list-style: none; }
.ygda-step-dots li { position: relative; display: flex; align-items: center; gap: 7px; color: #9aa5aa; font-size: 11px; font-weight: 700; transition: color .25s ease; }
.ygda-step-dots li b { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #d8e0e3; border-radius: 50%; background: #fff; font-size: 10px; }
.ygda-step-dots li.is-active, .ygda-step-dots li.is-complete { color: var(--ygda-blue); }
.ygda-step-dots li.is-active b { color: #fff; border-color: var(--ygda-blue); background: var(--ygda-blue); box-shadow: 0 0 0 5px rgba(0,78,114,.08); }
.ygda-step-dots li.is-complete b { color: var(--ygda-ink); border-color: var(--ygda-lime); background: var(--ygda-lime); }

.ygda-step { min-height: 445px; animation: ygda-step-in .42s cubic-bezier(.2,.8,.2,1) both; }
.ygda-step[hidden] { display: none; }
.ygda-step-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.ygda-mini-icon { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border-radius: 15px; color: var(--ygda-blue); background: var(--ygda-lime); font-size: 12px; font-weight: 900; transform: rotate(-4deg); }
.ygda-step-heading p { margin: 0 0 2px; color: var(--ygda-aqua); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.ygda-step-heading h3 { margin: 0; color: var(--ygda-blue); font-size: clamp(25px, 3vw, 34px); line-height: 1.1; letter-spacing: -.035em; font-weight: 750; }
.ygda-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ygda-wide { grid-column: 1 / -1; }
.ygda-field { display: block; margin-bottom: 18px; }
.ygda-field > span, .ygda-choice-group legend { display: block; margin: 0 0 8px; color: var(--ygda-ink); font-size: 13px; font-weight: 750; }
.ygda-field i, .ygda-choice-group i, .ygda-consent i { color: #e14d42; font-style: normal; }
.ygda-field input, .ygda-field select, .ygda-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ygda-ink); border: 1px solid var(--ygda-line); border-radius: 14px; outline: none; background: #fbfcfc; font: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s, background .2s; }
.ygda-field textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.ygda-field input:focus, .ygda-field select:focus, .ygda-field textarea:focus { border-color: var(--ygda-blue); background: #fff; box-shadow: 0 0 0 4px rgba(0,78,114,.08); }
.ygda-field small { display: block; margin-top: 6px; color: #99a2a7; font-size: 11px; text-align: right; }
.ygda-choice-group { margin: 0 0 22px; padding: 0; border: 0; }
.ygda-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.ygda-chips label { cursor: pointer; }
.ygda-chips input { position: absolute; opacity: 0; pointer-events: none; }
.ygda-chips span { display: inline-flex; align-items: center; min-height: 38px; padding: 9px 13px; border: 1px solid var(--ygda-line); border-radius: 999px; background: #fff; color: #58636a; font-size: 12px; font-weight: 700; transition: .2s ease; }
.ygda-chips input:checked + span { color: var(--ygda-blue-dark); border-color: var(--ygda-lime); background: var(--ygda-lime); transform: translateY(-2px); box-shadow: 0 6px 14px rgba(157,248,86,.25); }
.ygda-chips input:focus-visible + span { outline: 3px solid rgba(0,78,114,.25); }
.ygda-group-error { display: none; margin-top: 7px; color: #c93c32; font-size: 11px; }
.ygda-choice-group.has-error .ygda-group-error { display: block; }

.ygda-portfolio-note { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 18px; padding: 13px 15px; border-radius: 14px; color: var(--ygda-blue-dark); background: rgba(157,248,86,.19); font-size: 12px; line-height: 1.55; }
.ygda-portfolio-note span { color: var(--ygda-blue); font-size: 18px; }
.ygda-portfolio-note p { margin: 0; }
.ygda-upload { position: relative; min-height: 158px; border: 1.5px dashed #aebfc6; border-radius: 20px; background: #fbfcfc; transition: .25s ease; }
.ygda-upload.is-dragging { border-color: var(--ygda-blue); background: rgba(157,248,86,.1); transform: scale(1.01); }
.ygda-upload input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ygda-upload > label { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 158px; padding: 20px; cursor: pointer; text-align: center; }
.ygda-upload-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 9px; border-radius: 14px; color: #fff; background: var(--ygda-blue); font-size: 23px; box-shadow: 0 8px 20px rgba(0,78,114,.2); }
.ygda-upload strong { color: var(--ygda-blue); font-size: 15px; }
.ygda-upload em { margin-top: 2px; color: #6f7b81; font-size: 12px; font-style: normal; }
.ygda-upload small { margin-top: 7px; color: #9aa4a9; font-size: 10px; }
.ygda-file-selected { position: absolute; inset: 0; display: flex; align-items: center; gap: 12px; padding: 22px; border-radius: inherit; background: #f0fbe9; }
.ygda-file-selected[hidden] { display: none; }
.ygda-file-selected > span { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border-radius: 50%; background: var(--ygda-lime); font-weight: 900; }
.ygda-file-selected div { min-width: 0; flex: 1; }
.ygda-file-selected strong, .ygda-file-selected small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ygda-file-selected strong { color: var(--ygda-blue); font-size: 13px; }
.ygda-file-selected small { margin-top: 3px; color: #7b878c; font-size: 11px; }
.ygda-file-selected button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; cursor: pointer; color: #fff; background: var(--ygda-blue); font-size: 20px; }
.ygda-or { display: flex; align-items: center; gap: 12px; margin: 15px 0; color: #a0aaaf; font-size: 10px; font-weight: 800; }
.ygda-or::before, .ygda-or::after { content: ""; flex: 1; height: 1px; background: #e8edef; }
.ygda-input-icon { position: relative; }
.ygda-input-icon i { position: absolute; z-index: 1; left: 15px; top: 50%; color: var(--ygda-blue); transform: translateY(-50%); font-style: normal; font-weight: 800; }
.ygda-input-icon input { padding-left: 42px; }
.ygda-portfolio-error { min-height: 17px; margin: 0; color: #c93c32; font-size: 12px; font-weight: 700; }

.ygda-review { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin-bottom: 22px; }
.ygda-review-item { min-width: 0; padding: 14px; border-radius: 14px; background: var(--ygda-soft); }
.ygda-review-item.wide { grid-column: 1 / -1; }
.ygda-review-item span { display: block; margin-bottom: 4px; color: #8a969b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.ygda-review-item strong { display: block; overflow-wrap: anywhere; color: var(--ygda-blue); font-size: 13px; line-height: 1.45; }
.ygda-consent { display: flex; align-items: flex-start; gap: 11px; padding: 15px; border: 1px solid var(--ygda-line); border-radius: 14px; cursor: pointer; color: #59656b; font-size: 12px; line-height: 1.55; }
.ygda-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--ygda-blue); }
.ygda-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; }
.ygda-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 20px; border: 0; border-radius: 999px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ygda-btn:hover { transform: translateY(-2px); }
.ygda-btn-next, .ygda-btn-submit { min-width: 150px; color: #fff; background: var(--ygda-blue); box-shadow: 0 10px 24px rgba(0,78,114,.18); }
.ygda-btn-next:hover, .ygda-btn-submit:hover { color: var(--ygda-blue-dark); background: var(--ygda-lime); box-shadow: 0 12px 25px rgba(157,248,86,.28); }
.ygda-btn-back { margin-right: auto; color: var(--ygda-blue); background: #edf2f3; }
.ygda-btn[hidden] { display: none; }
.ygda-btn:disabled { cursor: wait; opacity: .65; transform: none; }
.ygda-form-alert { margin-top: 18px; padding: 13px 15px; border-radius: 12px; color: #8e2e27; background: #fff0ef; font-size: 12px; font-weight: 700; }
.ygda-honeypot { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.ygda-success { position: relative; min-height: 600px; padding: 90px 20px 30px; text-align: center; animation: ygda-step-in .55s ease both; }
.ygda-success[hidden] { display: none; }
.ygda-success-mark { display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 28px; border-radius: 31px; color: var(--ygda-blue); background: var(--ygda-lime); font-size: 42px; font-weight: 900; transform: rotate(-7deg); box-shadow: 0 18px 40px rgba(157,248,86,.35); animation: ygda-pop .65s cubic-bezier(.2,1.6,.3,1) both; }
.ygda-success h3 { max-width: 480px; margin: 19px auto 13px; color: var(--ygda-blue); font-size: clamp(30px,4vw,46px); line-height: 1; letter-spacing: -.045em; }
.ygda-success p { max-width: 470px; margin: 0 auto 27px; color: var(--ygda-muted); font-size: 15px; line-height: 1.65; }
.ygda-confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ygda-confetti i { position: absolute; top: 38%; width: 9px; height: 15px; border-radius: 2px; animation: ygda-confetti 1.5s ease-out forwards; }
.ygda-closed { display: flex; flex-direction: column; gap: 8px; max-width: 760px; margin: 30px auto; padding: 45px; border-radius: 28px; color: #fff; background: #004e72; text-align: center; font-family: SatoshiRegular, Satoshi, Inter, sans-serif; }
.ygda-closed strong { font-size: 28px; }

@keyframes ygda-step-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
@keyframes ygda-reveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes ygda-float { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(18px,-22px,0) scale(1.08); } }
@keyframes ygda-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(157,248,86,.12); } 50% { box-shadow: 0 0 0 8px rgba(157,248,86,0); } }
@keyframes ygda-pop { from { opacity: 0; transform: rotate(-7deg) scale(.45); } to { opacity: 1; transform: rotate(-7deg) scale(1); } }
@keyframes ygda-confetti { 0% { opacity: 1; transform: translate3d(0,0,0) rotate(0); } 100% { opacity: 0; transform: translate3d(var(--x), 280px, 0) rotate(520deg); } }

@media (max-width: 980px) {
  .ygda-shell { grid-template-columns: 1fr; }
  .ygda-vacancy { min-height: auto; }
  .ygda-hero-copy { margin-top: 35px; }
  .ygda-hero-copy h2 { font-size: clamp(42px,9vw,68px); }
  .ygda-step { min-height: auto; }
}

@media (max-width: 620px) {
  .ygda-app { padding: 10px; }
  .ygda-shell { border-radius: 25px; }
  .ygda-vacancy, .ygda-form-card { padding: 26px 20px; }
  .ygda-brand-row { align-items: flex-start; flex-direction: column; }
  .ygda-hero-copy { margin-top: 16px; }
  .ygda-hero-copy h2 { font-size: 42px; }
  .ygda-job-meta, .ygda-grid, .ygda-review { grid-template-columns: 1fr; }
  .ygda-wide, .ygda-review-item.wide { grid-column: auto; }
  .ygda-progress-wrap { margin-bottom: 30px; }
  .ygda-step-dots li { justify-content: center; }
  .ygda-step-dots li span { display: none; }
  .ygda-step { min-height: 470px; }
  .ygda-actions { position: sticky; bottom: 8px; z-index: 8; padding: 9px; border: 1px solid rgba(0,78,114,.08); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(0,54,79,.12); backdrop-filter: blur(10px); }
  .ygda-btn { min-width: 0; flex: 1; padding-inline: 14px; }
  .ygda-btn-back { max-width: 110px; }
}

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

