.apply-work.shell {
  width: min(1180px, calc(100% - 40px)); margin: 68px auto 24px; padding: 64px;
  border: 1px solid #352942; border-radius: 30px; color: #f8f2fb;
  background: radial-gradient(circle at 12% 0%, #5b245548, transparent 38%), linear-gradient(145deg,#110d17,#181020 62%,#10141b);
  box-shadow: 0 28px 90px #05030766; overflow: hidden;
}
.apply-work-copy { max-width: 900px; }
.apply-work .section-kicker { color: #f49ac5; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.apply-work h2 { margin: 14px 0 22px; font-size: clamp(40px,5vw,70px); line-height: 1.03; letter-spacing: -.055em; }
.apply-work h2 span { color: #caa6f5; }
.apply-work-copy > p:not(.section-kicker) { max-width: 770px; color: #c9bdcf; font-size: 18px; line-height: 1.65; }
.apply-work-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.apply-work-actions > span { color: #8f8197; font-size: 13px; }
.apply-work-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.12fr; align-items: stretch; gap: 14px; margin-top: 48px; }
.apply-input,.apply-output { padding: 24px; border-radius: 18px; border: 1px solid #40334b; background: #110d17cc; }
.apply-input > span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #2c2035; color: #e4b5f5; font-size: 11px; }
.apply-input small,.apply-output small { display: block; margin: 18px 0 8px; color: #8f8197; font-size: 10px; letter-spacing: .13em; }
.apply-input strong,.apply-output strong { display: block; font-size: 18px; line-height: 1.3; }
.apply-input p { color: #978b9d; font-size: 13px; line-height: 1.5; }
.apply-output { border-color: #955f9f; background: linear-gradient(145deg,#2b172d,#171222); }
.apply-output ul { list-style: none; padding: 0; margin: 18px 0 0; color: #d8cddd; font-size: 13px; line-height: 1.9; }
.apply-output li::before { content: '✓'; color: #ef79ad; margin-right: 8px; }
.apply-plus,.apply-arrow { align-self: center; color: #806e88; font-size: 24px; }
.apply-work-note { margin: 22px 0 0; color: #766a7d; font-size: 12px; text-align: center; }
@media (max-width: 850px) {
  .apply-work.shell { padding: 44px 32px; }
  .apply-work-flow { grid-template-columns: 1fr; }
  .apply-plus,.apply-arrow { transform: rotate(90deg); text-align: center; }
}
@media (max-width: 560px) {
  .apply-work.shell { width: calc(100% - 24px); padding: 34px 20px; margin-top: 30px; border-radius: 22px; }
  .apply-work-actions { align-items: stretch; flex-direction: column; }
  .apply-work-actions .button { width: 100%; }
}

.project-intro.shell {
  --project-muted: #aca0bb;
  position: relative;
  isolation: isolate;
  width: min(1280px, calc(100% - 40px));
  margin-top: 32px;
  margin-bottom: 65px;
  padding: 66px 62px 27px;
  border: 1px solid #65506c70;
  border-radius: 32px;
  background: linear-gradient(155deg, #1c1225 0%, #100f1a 48%, #161222 100%);
  overflow: hidden;
  box-shadow: 0 35px 100px #00000036, inset 0 1px 0 #ffffff08;
}
.project-intro-glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: 0;
  background: radial-gradient(ellipse at 48% -22%, #db427d32, transparent 52%), radial-gradient(ellipse at 108% 60%, #714bbb23, transparent 46%);
}
.project-feature-heading { text-align: center; position: relative; }
.project-feature-label { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 30px; color: #d2c3df; font-size: 14px; }
.project-feature-label img { border-radius: 6px; width: 22px; height: 22px; }
.project-feature-label strong { color: #f6eafa; font-weight: 650; }
.project-new-label { margin-left: 4px; padding: 5px 8px; border: 1px solid #81577570; border-radius: 5px; color: #eeb1d1; background: #53263b25; font-size: 9px; text-transform: uppercase; letter-spacing: .075em; }
.project-intro h2 { max-width: 1030px; margin: 0 auto 25px; font-size: clamp(42px, 5.3vw, 74px); line-height: 1.045; letter-spacing: -.055em; font-weight: 650; color: #fbf2fd; }
.project-intro h2 > span { color: #dba4f3; background: linear-gradient(100deg, #fa9eca, #c997ef 60%, #95d9ed); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.project-feature-copy { max-width: 655px; margin: 0 auto; color: #b7a8c5; font-size: 16px; line-height: 1.85; }
.project-feature-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 29px 0 15px; }
.project-intro .project-start-button, .project-intro .project-example-button { min-height: 56px; gap: 23px; padding: 15px 23px; border-radius: 12px; font-size: 14px; }
.project-intro .project-start-button { background: linear-gradient(100deg, #ed6a83, #dc418f 40%, #9868e9); box-shadow: 0 8px 32px #e83e8625, inset 0 1px 0 #ffcfe338; }
.project-intro .project-start-button:hover { filter: brightness(1.12); }
.project-intro .project-start-button span { font-size: 20px; line-height: 1; }
.project-intro .project-example-button { background: #19131f; border: 1px solid #57415e; color: #dfd1e8; }
.project-intro .project-example-button:hover { background: #291b31; border-color: #936eaa; }
.project-free-details { display: flex; justify-content: center; gap: 5px; align-items: center; flex-wrap: wrap; color: #ac98b8; font-size: 11px; margin: 0; }
.project-free-details strong { font-weight: 450; color: #c6b2d2; }
.project-unlock-teaser { color: #b39abe; font-size: 11px; margin: 7px 0 0; line-height: 1.8; }
.project-unlock-teaser strong { color: #c9a8d1; font-weight: 550; }
.project-free-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #a5debb; margin-right: 3px; box-shadow: 0 0 11px #93d8a922; }
.project-transformation { display: grid; grid-template-columns: minmax(0, .7fr) 64px minmax(0, 1fr); align-items: center; margin-top: 65px; padding: 0 5px; }
.project-stage-label { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .105em; font-size: 9px; font-weight: 650; color: #b39bbb; margin: 0 0 19px; }
.project-stage-label > span { font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; color: #df93bf; }
.project-question { display: flex; gap: 12px; padding: 5px 0 19px; }
.project-quote-mark { font-family: Georgia, serif; font-size: 46px; line-height: 1; color: #cc7fab; }
.project-question p { color: #ead6ed; font-size: 23px; line-height: 1.4; letter-spacing: -.025em; margin: 0; font-weight: 450; }
.project-source-stack { padding: 0 12px 0 0; }
.project-import-sheet { position: relative; border: 1px solid #65446580; border-radius: 13px; padding: 18px 20px 20px; background: linear-gradient(140deg, #3120369c, #21182b); box-shadow: 0 12px 22px #00000015; }
.project-import-top { display: flex; gap: 8px; align-items: center; margin-bottom: 19px; color: #a98bb4; font-size: 9px; }
.project-file-symbol { color: #c68be5; font-size: 15px; line-height: 1; }
.project-file-tag { margin-left: auto; border: 1px solid #74507d70; padding: 2px 4px; border-radius: 3px; font: 7px ui-monospace, monospace; letter-spacing: .04em; color: #ae92b6; }
.project-import-sheet .project-import-title { font-size: 13px; color: #decae5; font-weight: 550; line-height: 1.5; margin: 0 0 9px; }
.project-import-sheet > p:not(.project-import-title) { color: #a38aac; font-size: 11px; line-height: 1.85; margin: 0; }
.project-import-line { height: 3px; width: 78%; background: #65536e48; border-radius: 5px; margin-top: 17px; }
.project-import-line.short { width: 54%; margin-top: 7px; }
.project-second-sheet { width: calc(100% - 10px); margin: -8px 0 0 21px; transform: rotate(-2deg); border-color: #514765; background: linear-gradient(130deg, #251e32, #1b1726); padding-bottom: 19px; }
.project-second-sheet .project-import-top { margin-bottom: 12px; }
.project-import-caption { color: #887692; font-size: 10px; line-height: 1.9; margin: 24px 0 0 4px; }
.project-connection { color: #cb99d2; display: flex; align-items: center; justify-content: center; gap: 2px; margin-top: 25px; }
.project-connection > span { height: 1px; width: 10px; background: #a568b070; }
.project-connection svg { display: block; width: 44px; height: 44px; flex-shrink: 0; }
.project-document-preview { background: #f2edf5; color: #302537; border: 1px solid #ffffffa1; border-radius: 15px; overflow: hidden; transform: rotate(.65deg); box-shadow: 0 25px 70px #00000046, 0 0 100px #ba71da0d; }
.project-preview-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; border-bottom: 1px solid #d2c6db; background: #e8dff0; padding: 12px 22px; color: #756280; font-size: 9px; }
.project-preview-top > span:first-child { display: flex; gap: 6px; align-items: center; color: #674a7a; font-weight: 600; }
.project-preview-top i { width: 5px; height: 5px; background: #b571b8; border-radius: 50%; }
.project-preview-body { padding: 28px 28px 20px; }
.project-document-kind { font-size: 8px; color: #8d668f; letter-spacing: .11em; text-transform: uppercase; margin: 0 0 13px; font-weight: 650; }
.project-document-preview h3 { color: #392440; font-size: clamp(29px, 3vw, 40px); font-weight: 600; line-height: 1.035; letter-spacing: -.04em; margin: 0 0 17px; }
.project-document-summary { color: #7e6b87; font-size: 11px; line-height: 1.9; max-width: 390px; margin: 0; }
.project-comparison { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 20px; }
.project-comparison > div { border-top: 1px solid #cab6d2; padding-top: 12px; }
.project-comparison > div + div { margin-left: 20px; }
.project-comparison-label { color: #9f6a98; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 7px; }
.project-comparison strong { font-weight: 600; font-size: 12px; color: #594061; }
.project-comparison p { margin: 7px 0 0; color: #887190; font-size: 10px; line-height: 1.8; }
.project-next-step { padding: 14px; background: #e6deea; border: 1px solid #d9cbe0; border-radius: 8px; display: flex; align-items: flex-start; gap: 10px; }
.project-step-check { display: flex; align-items: center; justify-content: center; height: 18px; width: 18px; flex-shrink: 0; background: #ddd0e5; color: #9a58a7; font-size: 12px; border-radius: 5px; margin-top: 1px; }
.project-next-step p { color: #7d538a; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 5px; font-weight: 650; }
.project-next-step strong { display: block; color: #674f72; font-size: 10px; font-weight: 500; line-height: 1.85; }
.project-evidence-line { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 18px; color: #9b879f; font-size: 8px; }
.project-evidence-line > span:first-child { width: 100%; margin-bottom: 2px; }
.project-evidence-reference { padding: 3px 6px; background: #e5dce9; border: 1px solid #d2c3d7; border-radius: 4px; color: #8a6c93; font-size: 7px; }
.project-preview-bottom { border-top: 1px solid #d4c6dc; padding: 11px 19px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; color: #9f8ba6; font-size: 8px; }
.project-preview-bottom > span { display: flex; align-items: center; gap: 6px; }
.project-preview-bottom i { width: 4px; height: 4px; background: #aaa0b7; border-radius: 50%; }
.project-preview-bottom a { color: #916099; font-size: 9px; font-weight: 600; }
.project-preview-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }
.project-continuation { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 44px 4px 35px; border-top: 1px solid #57405e; padding-top: 23px; }
.project-continuation > div { display: flex; gap: 13px; align-items: flex-start; }
.project-continuation-icon { color: #d499c9; font-size: 21px; line-height: 1.2; }
.project-continuation p { margin: 0; }
.project-continuation strong { display: block; color: #d4bddf; font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.project-continuation p > span { display: block; color: #9e85ac; font-size: 11px; line-height: 1.8; }
.project-offer { margin: 0 -34px; padding: 27px 32px; border: 1px solid #67465f; border-radius: 15px; display: grid; grid-template-columns: 1fr auto 1.45fr; gap: 32px; align-items: center; background: linear-gradient(110deg, #392034a3, #271c339c 62%, #25213b8a); }
.project-offer-heading > p { margin: 0 0 9px; color: #c291b0; text-transform: uppercase; font-size: 8px; letter-spacing: .1em; }
.project-offer h3 { color: #f2dcee; font-size: 25px; font-weight: 550; letter-spacing: -.025em; line-height: 1.12; margin: 0; }
.project-offer-price { padding: 0 28px 0 6px; border-right: 1px solid #725068; }
.project-offer-price > p { display: flex; gap: 11px; align-items: center; margin: 0; }
.project-offer-price strong { font-size: 54px; font-weight: 550; letter-spacing: -.055em; line-height: 1; color: #f4d4ea; }
.project-offer-price p > span { font-size: 9px; color: #bda1c2; line-height: 1.7; }
.project-no-subscription { display: block; margin-top: 8px; color: #b38fb7; font-size: 9px; }
.project-offer-includes p { color: #ae96bb; font-size: 11px; line-height: 1.8; margin: 0 0 3px; }
.project-offer-includes p strong { color: #e2c9e5; font-size: 12px; font-weight: 550; }
.project-offer-includes p > span { margin: 0 7px; color: #795b85; }
.project-offer-includes a { display: inline-flex; align-items: center; gap: 14px; color: #f0b7da; font-size: 12px; margin-top: 12px; font-weight: 550; }
.project-offer-includes a:hover { color: #ffffff; }
.project-feature-footnote { text-align: center; color: #a08bab; margin: 22px auto 0; max-width: 850px; font-size: 11px; line-height: 1.9; }
@media (max-width: 1150px) {
  .project-intro.shell { padding: 52px 40px 25px; }
  .project-transformation { grid-template-columns: minmax(0, .72fr) 45px minmax(0, 1fr); }
  .project-connection > span { display: none; }
  .project-question p { font-size: 20px; }
  .project-import-sheet { padding-inline: 16px; }
  .project-preview-body { padding: 24px 23px 19px; }
  .project-offer { margin-inline: -17px; padding: 25px 22px; gap: 22px; }
  .project-offer-price { padding-right: 20px; }
  .project-offer h3 { font-size: 23px; }
  .project-offer-includes p strong { font-size: 12px; }
}
@media (max-width: 850px) {
  .project-intro.shell { padding: 45px 31px 24px; border-radius: 25px; }
  .project-intro h2 { font-size: clamp(37px, 6.2vw, 52px); }
  .project-feature-copy { font-size: 14px; max-width: 540px; }
  .project-transformation { grid-template-columns: minmax(0, .65fr) 35px minmax(0, 1fr); margin-top: 48px; padding: 0; }
  .project-stage-label { font-size: 7px; gap: 7px; letter-spacing: .08em; }
  .project-question { gap: 8px; }
  .project-quote-mark { font-size: 34px; }
  .project-question p { font-size: 17px; }
  .project-source-stack { padding-right: 7px; }
  .project-import-sheet { padding: 14px 12px; }
  .project-import-top { font-size: 7px; gap: 5px; }
  .project-file-tag { font-size: 6px; }
  .project-import-sheet .project-import-title { font-size: 10px; }
  .project-import-sheet > p:not(.project-import-title) { font-size: 9px; }
  .project-second-sheet { margin-left: 10px; }
  .project-import-caption { font-size: 8px; }
  .project-preview-body { padding: 23px 18px 17px; }
  .project-preview-top { padding-inline: 17px; font-size: 8px; }
  .project-document-kind { font-size: 6px; }
  .project-document-preview h3 { font-size: 29px; }
  .project-document-summary { font-size: 10px; }
  .project-comparison > div + div { margin-left: 12px; }
  .project-comparison strong { font-size: 10px; }
  .project-comparison-label { font-size: 7px; }
  .project-comparison p { font-size: 8px; }
  .project-next-step { padding: 11px; }
  .project-preview-bottom { padding-inline: 14px; }
  .project-continuation { gap: 23px; margin-top: 36px; }
  .project-continuation strong { font-size: 11px; }
  .project-continuation p > span { font-size: 10px; }
  .project-offer { grid-template-columns: 1fr auto; gap: 18px 25px; padding: 23px; }
  .project-offer-price { border: 0; padding: 0; }
  .project-offer-includes { grid-column: 1 / -1; border-top: 1px solid #66475f; padding-top: 16px; }
  .project-offer-heading > p { font-size: 8px; }
}
@media (max-width: 600px) {
  .project-intro.shell { width: calc(100% - 24px); margin-top: 24px; margin-bottom: 42px; padding: 35px 22px 22px; border-radius: 22px; }
  .project-feature-label { gap: 7px; margin-bottom: 24px; font-size: 12px; }
  .project-feature-label img { width: 19px; height: 19px; }
  .project-new-label { font-size: 7px; padding: 4px 6px; margin-left: 2px; letter-spacing: .04em; }
  .project-intro h2 { font-size: clamp(35px, 9.1vw, 52px); letter-spacing: -.055em; line-height: 1.045; margin-bottom: 21px; }
  .project-heading-break { display: none; }
  .project-feature-copy { font-size: 14px; line-height: 1.8; }
  .project-feature-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 24px; margin-bottom: 15px; }
  .project-intro .project-start-button, .project-intro .project-example-button { width: 100%; min-height: 50px; font-size: 12px; padding: 12px 16px; }
  .project-free-details { gap: 3px 4px; font-size: 11px; line-height: 1.7; }
  .project-free-details strong { width: 100%; }
  .project-transformation { display: flex; flex-direction: column; align-items: stretch; margin-top: 38px; gap: 0; }
  .project-stage-label { font-size: 8px; gap: 8px; margin-bottom: 15px; }
  .project-stage-label > span { font-size: 9px; }
  .project-starting-point { padding-inline: 5px; }
  .project-question { padding-top: 1px; padding-bottom: 15px; gap: 11px; }
  .project-quote-mark { font-size: 39px; }
  .project-question p { font-size: 21px; }
  .project-source-stack { padding-right: 9px; }
  .project-import-sheet { padding: 15px 18px 17px; }
  .project-import-top { font-size: 8px; margin-bottom: 13px; }
  .project-file-symbol { font-size: 13px; }
  .project-file-tag { font-size: 6px; }
  .project-import-sheet .project-import-title { font-size: 12px; margin-bottom: 7px; }
  .project-import-sheet > p:not(.project-import-title) { font-size: 10px; }
  .project-import-line { margin-top: 12px; }
  .project-second-sheet { margin-left: 13px; width: calc(100% - 6px); }
  .project-import-caption { font-size: 9px; line-height: 1.8; margin-top: 20px; }
  .project-connection { transform: rotate(90deg); margin: 14px auto 18px; height: 36px; width: 36px; }
  .project-document-preview { transform: none; border-radius: 12px; }
  .project-preview-top { padding: 11px 15px; font-size: 8px; }
  .project-preview-body { padding: 24px 20px 19px; }
  .project-document-kind { font-size: 7px; }
  .project-document-preview h3 { font-size: 36px; }
  .project-document-summary { font-size: 10px; line-height: 1.9; }
  .project-comparison { margin-block: 21px 18px; }
  .project-comparison-label { font-size: 7px; }
  .project-comparison strong { font-size: 11px; }
  .project-comparison p { font-size: 9px; }
  .project-next-step { padding: 12px; }
  .project-next-step strong { font-size: 10px; }
  .project-evidence-line { font-size: 8px; }
  .project-preview-bottom { gap: 9px; padding: 13px 16px; font-size: 8px; }
  .project-preview-bottom a { font-size: 10px; }
  .project-continuation { grid-template-columns: 1fr; gap: 22px; margin: 29px 1px 27px; padding-top: 24px; }
  .project-continuation strong { font-size: 12px; line-height: 1.6; }
  .project-continuation p > span { font-size: 12px; line-height: 1.8; }
  .project-offer { margin-inline: -10px; padding: 20px 17px; border-radius: 12px; gap: 21px 15px; }
  .project-offer-heading > p { font-size: 7px; line-height: 1.8; max-width: 145px; margin-bottom: 7px; }
  .project-offer h3 { font-size: 23px; }
  .project-offer-price > p { gap: 8px; }
  .project-offer-price strong { font-size: 46px; }
  .project-offer-price p > span { font-size: 9px; }
  .project-no-subscription { font-size: 10px; margin-top: 6px; }
  .project-offer-includes p { font-size: 12px; }
  .project-offer-includes p strong { font-size: 12px; }
  .project-offer-includes p > span { margin-inline: 3px; }
  .project-offer-includes a { font-size: 11px; margin-top: 13px; }
  .project-feature-footnote { font-size: 11px; line-height: 1.8; margin-top: 19px; }
}
@media (prefers-reduced-motion: reduce) { .project-intro *, .project-intro *::before, .project-intro *::after { transition: none !important; } }
