.recruit-hero[data-astro-cid-wc53uxmd]{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;padding:6rem var(--spacing-container-pad) 5rem}.recruit-hero__bg[data-astro-cid-wc53uxmd]{position:absolute;inset:0;background:linear-gradient(160deg,#0d1b2a,#0f2235 55%,#0a3040);z-index:0}.recruit-hero__orb[data-astro-cid-wc53uxmd]{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:1}.recruit-hero__orb--1[data-astro-cid-wc53uxmd]{width:500px;height:500px;top:-120px;right:-100px;background:radial-gradient(circle,rgba(10,147,150,.22) 0%,transparent 70%)}.recruit-hero__orb--2[data-astro-cid-wc53uxmd]{width:400px;height:400px;bottom:-80px;left:-60px;background:radial-gradient(circle,rgba(82,183,136,.14) 0%,transparent 70%)}.recruit-hero__grid-overlay[data-astro-cid-wc53uxmd]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:60px 60px;z-index:1;pointer-events:none}.recruit-hero__inner[data-astro-cid-wc53uxmd]{position:relative;z-index:2;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.recruit-hero__badge[data-astro-cid-wc53uxmd]{display:inline-flex;align-items:center;gap:.5rem;background:#0a939626;border:1px solid rgba(10,147,150,.35);border-radius:var(--radius-full);padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;color:var(--color-secondary-light);letter-spacing:.04em;text-transform:uppercase}.recruit-hero__badge-dot[data-astro-cid-wc53uxmd]{width:8px;height:8px;border-radius:50%;background:var(--color-accent);animation:pulse-dot 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.recruit-hero__h1[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:clamp(3rem,9vw,6rem);font-weight:800;line-height:1.02;letter-spacing:-.04em;color:var(--color-text-inverted)}.recruit-hero__h1-accent[data-astro-cid-wc53uxmd]{background:linear-gradient(135deg,#4dcdd0,#52b788 60%,#94d2bd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recruit-hero__lead[data-astro-cid-wc53uxmd]{font-size:clamp(1.05rem,2.5vw,1.3rem);color:#ffffffb8;line-height:1.65;max-width:580px}.recruit-hero__proof[data-astro-cid-wc53uxmd]{display:flex;align-items:center;gap:2.5rem;padding:1.5rem 2.5rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-2xl);backdrop-filter:blur(12px);margin-top:.5rem}.recruit-hero__proof-stat[data-astro-cid-wc53uxmd]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.recruit-hero__proof-num[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:2rem;font-weight:800;color:var(--color-secondary-light);line-height:1;letter-spacing:-.03em}.recruit-hero__proof-label[data-astro-cid-wc53uxmd]{font-size:.75rem;font-weight:500;color:#ffffff80;white-space:nowrap;max-width:130px;text-align:center;line-height:1.3}.recruit-hero__proof-divider[data-astro-cid-wc53uxmd]{width:1px;height:44px;background:#ffffff1f;flex-shrink:0}.recruit-hero__ctas[data-astro-cid-wc53uxmd]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.recruit-hero__cta-primary[data-astro-cid-wc53uxmd]{box-shadow:var(--shadow-teal-lg)}.recruit-hero__cta-ghost[data-astro-cid-wc53uxmd]{background:transparent;border:1px solid rgba(255,255,255,.25);color:#ffffffd9;font-size:.9375rem;padding:.875rem 1.75rem;border-radius:var(--radius-btn);display:inline-flex;align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.recruit-hero__cta-ghost[data-astro-cid-wc53uxmd]:hover{background:#ffffff14;border-color:#fff6;color:#fff}.recruit-hero__scroll[data-astro-cid-wc53uxmd]{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2}.recruit-hero__scroll-line[data-astro-cid-wc53uxmd]{width:1px;height:60px;background:linear-gradient(to bottom,#fff0,#0a9396b3);animation:scrollLine 2.2s ease-in-out infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top;opacity:0}30%{opacity:1}to{transform:scaleY(1);transform-origin:top;opacity:0}}.benefits[data-astro-cid-wc53uxmd]{padding-block:var(--spacing-section-md);background:var(--color-white)}.benefits__header[data-astro-cid-wc53uxmd]{text-align:center;margin-bottom:3.5rem}.benefits__grid[data-astro-cid-wc53uxmd]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.benefit-card[data-astro-cid-wc53uxmd]{background:var(--color-surface);border-radius:var(--radius-card);padding:2rem;border:1px solid var(--color-border-light);display:flex;flex-direction:column;gap:1rem;transition:transform .3s var(--ease-spring),box-shadow .3s ease,background .25s ease;position:relative;overflow:hidden}.benefit-card[data-astro-cid-wc53uxmd]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-secondary),var(--color-accent));opacity:0;transition:opacity .25s ease}.benefit-card[data-astro-cid-wc53uxmd]:hover{transform:translateY(-5px);box-shadow:var(--shadow-card-hover);background:var(--color-white)}.benefit-card[data-astro-cid-wc53uxmd]:hover:before{opacity:1}.benefit-card__icon-wrap[data-astro-cid-wc53uxmd]{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-card__icon-wrap--teal[data-astro-cid-wc53uxmd]{background:#0a93961a;color:var(--color-secondary)}.benefit-card__icon-wrap--navy[data-astro-cid-wc53uxmd]{background:#0d1b2a14;color:var(--color-primary)}.benefit-card__icon-wrap--green[data-astro-cid-wc53uxmd]{background:#52b7881f;color:var(--color-accent)}.benefit-card__icon-wrap--gold[data-astro-cid-wc53uxmd]{background:#eab3081a;color:#b45309}.benefit-card__body[data-astro-cid-wc53uxmd]{flex:1;display:flex;flex-direction:column;gap:.5rem}.benefit-card__title[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--color-text-primary)}.benefit-card__desc[data-astro-cid-wc53uxmd]{font-size:.9375rem;line-height:1.65;color:var(--color-text-secondary)}.benefit-card__tag[data-astro-cid-wc53uxmd]{display:inline-flex;align-self:flex-start;background:#0a939614;color:var(--color-secondary-dark);font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:var(--radius-full);letter-spacing:.03em;text-transform:uppercase}.how-it-works[data-astro-cid-wc53uxmd]{position:relative;padding-block:var(--spacing-section-md);overflow:hidden}.hiw__bg[data-astro-cid-wc53uxmd]{position:absolute;inset:0;background:var(--color-surface);z-index:0}.hiw__inner[data-astro-cid-wc53uxmd]{position:relative;z-index:1}.hiw__header[data-astro-cid-wc53uxmd]{text-align:center;margin-bottom:4rem}.hiw__steps[data-astro-cid-wc53uxmd]{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative}.hiw-step[data-astro-cid-wc53uxmd]{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 2rem;position:relative}.hiw-step__number[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:4.5rem;font-weight:900;color:#0a939614;line-height:1;letter-spacing:-.04em;position:absolute;top:1.5rem;left:50%;transform:translate(-50%);pointer-events:none;user-select:none}.hiw-step__content[data-astro-cid-wc53uxmd]{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1;padding-top:2rem}.hiw-step__icon-wrap[data-astro-cid-wc53uxmd]{width:72px;height:72px;border-radius:var(--radius-xl);background:#0d1b2a12;color:var(--color-primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.hiw-step__icon-wrap--teal[data-astro-cid-wc53uxmd]{background:#0a93961a;color:var(--color-secondary)}.hiw-step__icon-wrap--green[data-astro-cid-wc53uxmd]{background:#52b7881f;color:var(--color-accent)}.hiw-step__title[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-text-primary)}.hiw-step__desc[data-astro-cid-wc53uxmd]{font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary);max-width:280px}.hiw-step__connector[data-astro-cid-wc53uxmd]{position:absolute;top:calc(3.5rem + 36px);right:0;width:50%;height:2px;background:linear-gradient(90deg,transparent,var(--color-border));z-index:0}.hiw-step[data-astro-cid-wc53uxmd]:nth-child(2) .hiw-step__connector[data-astro-cid-wc53uxmd]{background:linear-gradient(90deg,var(--color-border),transparent)}.hiw__social-proof[data-astro-cid-wc53uxmd]{margin-top:3.5rem;display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid rgba(10,147,150,.2);border-radius:var(--radius-xl);padding:1.25rem 2rem;max-width:680px;margin-inline:auto}.hiw__social-proof-icon[data-astro-cid-wc53uxmd]{width:40px;height:40px;border-radius:50%;background:#52b7881f;color:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hiw__social-proof-text[data-astro-cid-wc53uxmd]{font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary)}.apply[data-astro-cid-wc53uxmd]{padding-block:var(--spacing-section-md);background:var(--color-white)}.apply__grid[data-astro-cid-wc53uxmd]{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.apply__context[data-astro-cid-wc53uxmd]{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:calc(var(--nav-height) + 2rem)}.apply__context-lead[data-astro-cid-wc53uxmd]{font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary)}.apply__checklist[data-astro-cid-wc53uxmd]{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.apply__check-item[data-astro-cid-wc53uxmd]{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.5}.apply__check-item[data-astro-cid-wc53uxmd] svg[data-astro-cid-wc53uxmd]{flex-shrink:0;margin-top:1px}.apply__contact[data-astro-cid-wc53uxmd]{display:flex;flex-direction:column;gap:.375rem;padding:1.25rem 1.5rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-light);margin-top:.5rem}.apply__contact-label[data-astro-cid-wc53uxmd]{font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.apply__contact-link[data-astro-cid-wc53uxmd]{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--color-secondary);text-decoration:none;transition:color .2s ease}.apply__contact-link[data-astro-cid-wc53uxmd]:hover{color:var(--color-secondary-dark)}.apply__contact-hours[data-astro-cid-wc53uxmd]{font-size:.8125rem;color:var(--color-text-muted)}.apply__form-wrap[data-astro-cid-wc53uxmd]{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);border:1px solid var(--color-border-light);overflow:hidden}.apply-form[data-astro-cid-wc53uxmd]{padding:2.5rem;display:flex;flex-direction:column;gap:1.375rem}.apply-form__header[data-astro-cid-wc53uxmd]{margin-bottom:.5rem}.apply-form__title[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}.apply-form__subtitle[data-astro-cid-wc53uxmd]{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.apply-form__required[data-astro-cid-wc53uxmd]{color:var(--color-secondary);font-weight:700;margin-left:1px}.apply-form__row[data-astro-cid-wc53uxmd]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.apply-form__select-wrap[data-astro-cid-wc53uxmd]{position:relative}.apply-form__select[data-astro-cid-wc53uxmd]{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:2.75rem;background:var(--color-surface)!important}.apply-form__select-arrow[data-astro-cid-wc53uxmd]{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-text-muted)}.apply-form__gdpr-group[data-astro-cid-wc53uxmd]{background:var(--color-surface);border-radius:var(--radius-lg);padding:1.125rem 1.25rem;border:1px solid var(--color-border-light)}.apply-form__gdpr-label[data-astro-cid-wc53uxmd]{display:flex;align-items:flex-start;gap:.875rem;cursor:pointer;user-select:none}.apply-form__gdpr-checkbox[data-astro-cid-wc53uxmd]{position:absolute;opacity:0;width:0;height:0}.apply-form__gdpr-custom[data-astro-cid-wc53uxmd]{flex-shrink:0;width:20px;height:20px;border-radius:5px;border:2px solid var(--color-border);background:#fff;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:border-color .2s ease,background .2s ease}.apply-form__gdpr-checkbox[data-astro-cid-wc53uxmd]:checked+.apply-form__gdpr-custom[data-astro-cid-wc53uxmd]{background:var(--color-secondary);border-color:var(--color-secondary)}.apply-form__gdpr-checkbox[data-astro-cid-wc53uxmd]:checked+.apply-form__gdpr-custom[data-astro-cid-wc53uxmd]:after{content:"";width:11px;height:7px;border-left:2.5px solid white;border-bottom:2.5px solid white;transform:rotate(-45deg) translateY(-1px);display:block}.apply-form__gdpr-text[data-astro-cid-wc53uxmd]{font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.apply-form__gdpr-link[data-astro-cid-wc53uxmd]{color:var(--color-text-link);text-decoration:underline;text-underline-offset:2px}.apply-form__gdpr-link[data-astro-cid-wc53uxmd]:hover{color:var(--color-text-link-hover)}.apply-form__submit[data-astro-cid-wc53uxmd]{width:100%;justify-content:center;margin-top:.25rem}.apply-form__privacy-note[data-astro-cid-wc53uxmd]{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted)}.apply-form__success[data-astro-cid-wc53uxmd]{display:flex;align-items:flex-start;gap:1rem;background:#52b78814;border:1px solid rgba(82,183,136,.3);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;margin-top:.5rem}.apply-form__success[data-astro-cid-wc53uxmd][hidden]{display:none}.apply-form__success[data-astro-cid-wc53uxmd] strong[data-astro-cid-wc53uxmd]{display:block;font-family:var(--font-heading);font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem}.apply-form__success[data-astro-cid-wc53uxmd] p[data-astro-cid-wc53uxmd]{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.55}.team-proof[data-astro-cid-wc53uxmd]{position:relative;padding-block:4.5rem;overflow:hidden}.team-proof__bg[data-astro-cid-wc53uxmd]{position:absolute;inset:0;background:linear-gradient(135deg,#0d1b2a,#0a3040)}.team-proof__inner[data-astro-cid-wc53uxmd]{position:relative;z-index:1;display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.team-proof__headline[data-astro-cid-wc53uxmd]{display:flex;align-items:baseline;gap:.75rem;flex-shrink:0}.team-proof__number[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:clamp(3rem,8vw,5rem);font-weight:900;letter-spacing:-.04em;background:linear-gradient(135deg,#4dcdd0,#52b788);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.team-proof__text[data-astro-cid-wc53uxmd]{font-family:var(--font-heading);font-size:clamp(1rem,2.5vw,1.5rem);font-weight:700;color:#fffc;max-width:160px;line-height:1.3}.team-proof__divider[data-astro-cid-wc53uxmd]{width:1px;height:70px;background:#ffffff26;flex-shrink:0}.team-proof__message[data-astro-cid-wc53uxmd]{flex:1;min-width:200px;font-size:1rem;line-height:1.7;color:#ffffffa6}@media (max-width: 1100px){.benefits__grid[data-astro-cid-wc53uxmd]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.apply__grid[data-astro-cid-wc53uxmd]{grid-template-columns:1fr;gap:3rem}.apply__context[data-astro-cid-wc53uxmd]{position:static}.hiw__steps[data-astro-cid-wc53uxmd]{grid-template-columns:1fr;gap:1rem}.hiw-step__connector[data-astro-cid-wc53uxmd]{display:none}.hiw-step[data-astro-cid-wc53uxmd]{flex-direction:row;text-align:left;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-card);gap:1.5rem}.hiw-step__number[data-astro-cid-wc53uxmd]{position:static;transform:none;font-size:2.5rem;color:#0a939626;line-height:1}.hiw-step__content[data-astro-cid-wc53uxmd]{align-items:flex-start;padding-top:0}}@media (max-width: 700px){.recruit-hero__proof[data-astro-cid-wc53uxmd]{flex-direction:column;gap:1.5rem;padding:1.25rem 1.5rem}.recruit-hero__proof-divider[data-astro-cid-wc53uxmd]{width:40px;height:1px}.benefits__grid[data-astro-cid-wc53uxmd],.apply-form__row[data-astro-cid-wc53uxmd]{grid-template-columns:1fr}.apply-form[data-astro-cid-wc53uxmd]{padding:1.75rem 1.5rem}.team-proof__inner[data-astro-cid-wc53uxmd]{flex-direction:column;text-align:center;gap:1.5rem}.team-proof__divider[data-astro-cid-wc53uxmd]{width:60px;height:1px}.hiw__social-proof[data-astro-cid-wc53uxmd]{flex-direction:column;text-align:center}}
