/* ==========================================================
   ourteam.css — Plaza Tropical Join Our Team Page
   Supplement to styles.css (shared tokens apply here too)
   ========================================================== */

/* ── HERO ─────────────────────────────────────────────────── */

.jt-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--green-dark);
  padding-bottom: 5.5rem;
}

.jt-hero-bg {
  position: absolute;
  inset: 0;
  
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.06);
  animation: jt-hero-drift 20s ease-in-out infinite alternate;
  will-change: transform;
}

.jt-hero-bgREAL {
  position: absolute;
  inset: 0;
  background-image: url('../img/join2.png');
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.06);
  animation: jt-hero-drift 20s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes jt-hero-drift {
  from { transform: scale(1.06) translateY(0); }
  to   { transform: scale(1.1)  translateY(-2.5%); }
}

@media (prefers-reduced-motion: reduce) {
  .jt-hero-bg { animation: none; transform: scale(1.06); }
}

.jt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    170deg,
    rgba(10, 28, 18, 0.55) 0%,
    rgba(10, 28, 18, 0.78) 60%,
    rgba(10, 28, 18, 0.95) 100%
  );
  z-index: 1;
}

.jt-hero-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: var(--grain, url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"));

  opacity: 0.4;
  pointer-events: none;
}

/* Floating stat badges */
.jt-hero-stat {
  position: absolute;
  z-index: 5;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 0.9rem 1.3rem;
  text-align: center;
  pointer-events: none;
}

.jt-hero-stat--1 {
  top: 28%;
  right: 10%;
}

.jt-hero-stat--2 {
  top: 47%;
  right: 6.5%;
}

.jt-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
  color: var(--amber);
  letter-spacing: -0.02em;
}

.jt-stat-lbl {
  display: block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-top: 0.25rem;
  white-space: nowrap;
}

/* Hero content */
.jt-hero-content {
  position: relative;
  z-index: 3;
  padding-top: 7rem;
}

/* ── HERO ANIMATIONS (data-hero-anim) ─────────────────────── */

[data-hero-anim] {
  opacity: 0;
  will-change: opacity, transform;
}

[data-hero-anim="fade"].anim-reset {
  opacity: 0;
  transform: none;
  transition: none;
}

[data-hero-anim="up"].anim-reset {
  opacity: 0;
  transform: translateY(28px);
  transition: none;
}

[data-hero-anim="fade"].anim-play {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-hero-anim="up"].anim-play {
  opacity: 1;
  transform: none;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  [data-hero-anim].anim-play {
    transition: opacity 0.3s ease;
    transform: none !important;
  }
}

/* Hero eyebrow */
.jt-hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1.2rem;
}

/* Hero title */
.jt-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 8.5vw, 7rem);
  font-weight: 900;
  line-height: 1.0;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.jt-hero-title em {
  font-style: italic;
  color: var(--orange);
  font-family: var(--font-script, 'Satisfy', cursive);
  font-size: 0.88em;
  letter-spacing: -0.01em;
}

/* Hero subtext */
.jt-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 400;
  color: rgba(255,255,255,0.70);
  margin-bottom: 2.25rem;
  max-width: 500px;
  line-height: 1.65;
}

/* Hero actions */
.jt-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.jt-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.82rem 1.9rem;
  box-shadow: 0 8px 28px rgba(232,98,10,0.38);
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.jt-hero-cta-primary:hover {
  background: #c9520a;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(232,98,10,0.45);
  color: #fff;
}

.jt-hero-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.68);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  padding-bottom: 2px;
  transition: color 0.25s, border-color 0.25s;
}

.jt-hero-cta-ghost:hover {
  color: var(--amber);
  border-color: var(--amber);
}

.jt-hero-cta-ghost i {
  font-size: 1rem;
  transition: transform 0.25s;
}

.jt-hero-cta-ghost:hover i {
  transform: translateY(3px);
}

/* Vertical rotated tag */
.jt-hero-tag {
  position: absolute;
  bottom: 2.5rem;
  right: -2rem;
  z-index: 4;
  transform: rotate(90deg);
  transform-origin: bottom right;
  pointer-events: none;
}

.jt-hero-tag-inner {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

/* ── MARQUEE DIVIDER ──────────────────────────────────────── */

.jt-marquee-wrap {
  background: var(--orange);
  overflow: hidden;
  padding: 0.65rem 0;
  white-space: nowrap;
}

.jt-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  animation: jt-marquee 24s linear infinite;
  will-change: transform;
}

@keyframes jt-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .jt-marquee-track { animation: none; }
}

.jt-marquee-track span {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

.jt-marquee-dot {
  font-size: 0.58rem !important;
  opacity: 0.6;
  letter-spacing: 0 !important;
}

/* ── BENEFITS SECTION ─────────────────────────────────────── */

.jt-benefits {
  padding: 6.5rem 0 7rem;
  background: var(--cream);
  overflow: hidden;
}

.jt-benefits-header {
  max-width: 620px;
  margin: 0 auto 1rem;
}

.jt-benefits-sub {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.jt-benefits-lead {
  font-family: var(--font-body);
  font-size: 1.04rem;
  line-height: 1.85;
  color: var(--text-dark, #2a2a2a);
  margin-bottom: 1.1rem;
}

.jt-benefits-sub2 {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted, #6b7280);
  margin: 0;
  padding-left: 1.25rem;
  border-left: 3px solid var(--orange);
}

/* Benefit cards */
.jt-benefit-card {
  background: #fff;
  border-radius: 20px;
  height: 251px;
  border: 1.5px solid rgba(26,74,46,0.07);
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.jt-benefit-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.jt-benefit-card:hover img,
.jt-benefit-card:focus img {
  transform: scale(1.05);
}

.jt-benefit-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.jt-benefit-card:hover,
.jt-benefit-card:focus {
  transform: translateY(-8px);
  box-shadow: 0 20px 52px rgba(26,74,46,0.13);
  border-color: rgba(232,98,10,0.18);
  outline: none;
}

.jt-benefit-card:hover::before,
.jt-benefit-card:focus::before {
  transform: scaleX(1);
}

.jt-benefit-card:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* Featured benefit card */
.jt-benefit-card--featured {

  box-shadow: 0 12px 48px rgba(26,74,46,0.28);
}

.jt-benefit-card--featured::before {
  background: linear-gradient(90deg, var(--amber), var(--orange));
}

.jt-benefit-card--featured:hover,
.jt-benefit-card--featured:focus {
  box-shadow: 0 24px 64px rgba(26,74,46,0.38);
  border-color: transparent;
}

/* Benefit icon */
.jt-benefit-icon {
  width: 60px;
  height: 60px;
  background: rgba(26,74,46,0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  transition: background 0.3s;
}

.jt-benefit-card:hover .jt-benefit-icon,
.jt-benefit-card:focus .jt-benefit-icon {
  background: rgba(232,98,10,0.12);
}

.jt-benefit-card--featured .jt-benefit-icon {
  background: rgba(255,255,255,0.1);
}

.jt-benefit-card--featured:hover .jt-benefit-icon,
.jt-benefit-card--featured:focus .jt-benefit-icon {
  background: rgba(255,255,255,0.18);
}

.jt-benefit-icon i {
  font-size: 1.5rem;
  color: var(--orange);
  transition: color 0.3s;
}

.jt-benefit-card--featured .jt-benefit-icon i {
  color: var(--amber);
}

/* Benefit title */
.jt-benefit-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}

.jt-benefit-card--featured .jt-benefit-title {
  color: #fff;
}

/* Benefit description */
.jt-benefit-desc {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.68;
  color: #666;
  margin: 0 0 1.25rem;
}

.jt-benefit-card--featured .jt-benefit-desc {
  color: rgba(255,255,255,0.65);
}

/* Benefit tag pill */
.jt-benefit-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  background: rgba(232,98,10,0.09);
  border-radius: 100px;
  padding: 0.28rem 0.8rem;
}

.jt-benefit-card--featured .jt-benefit-tag {
  color: var(--amber);
  background: rgba(245,166,35,0.15);
}

/* ── OPEN POSITIONS STRIP ─────────────────────────────────── */

.jt-positions-strip {
  padding: 2.25rem 0;
  background: var(--green-dark);
  overflow: hidden;
}

.jt-positions-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.jt-positions-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  flex-shrink: 0;
}

.jt-positions-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
}

.jt-pos-tag {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.78);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 0.32rem 0.9rem;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
}

.jt-pos-tag:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
  color: #fff;
}

.jt-pos-tag--featured {
  background: rgba(232,98,10,0.22);
  border-color: rgba(232,98,10,0.45);
  color: var(--amber);
}

.jt-pos-tag--featured:hover {
  background: rgba(232,98,10,0.32);
  border-color: rgba(232,98,10,0.6);
  color: #fff;
}

.jt-positions-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,98,10,0.4);
  padding-bottom: 1px;
  flex-shrink: 0;
  transition: color 0.22s, border-color 0.22s;
}

.jt-positions-cta:hover {
  color: var(--amber);
  border-color: var(--amber);
}

.jt-positions-cta i {
  transition: transform 0.22s;
}

.jt-positions-cta:hover i {
  transform: translateX(3px);
}

/* ── APPLICATION FORM SECTION ─────────────────────────────── */

.jt-apply {
  padding: 7rem 0 8rem;
  background: #f0ece5;
  position: relative;
  overflow: hidden;
}

.jt-apply::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
}

.jt-apply-header {
  max-width: 580px;
  margin: 0 auto 3rem;
  position: relative;
}

.jt-apply-sub {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #666;
  line-height: 1.65;
  margin-top: 0.75rem;
}

.jt-apply-body {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-dark, #2a2a2a);
  line-height: 1.8;
  margin-top: 1rem;
}

.jt-apply-cta-line {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--orange);
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.jt-apply-cta-line i {
  font-size: 1.1rem;
}

/* Form card */
.jt-form-card {
  background: var(--warm-white);
  border-radius: 24px;
  padding: 3.5rem 3.5rem 3rem;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 8px 32px rgba(0,0,0,0.08),
    0 32px 80px rgba(0,0,0,0.10);
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

/* ── FORM SECTIONS ────────────────────────────────────────── */

.jt-form-section {
  padding: 2.5rem 0;
  border-bottom: 1.5px solid rgba(26,74,46,0.08);
}

.jt-form-section:first-child {
  padding-top: 0;
}

.jt-form-section:last-of-type {
  border-bottom: none;
}

.jt-form-section--auth {
  background: rgba(26,74,46,0.03);
  margin: 0 -3.5rem;
  padding: 2.5rem 3.5rem;
  border-bottom: none;
  border-radius: 0 0 16px 16px;
}

.jt-section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.jt-section-num {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--orange);
  background: rgba(232,98,10,0.09);
  border-radius: 8px;
  padding: 0.25rem 0.55rem;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.jt-section-title {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: -0.02em;
  margin: 0;
}

.jt-section-hint {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: #888;
  margin: -1rem 0 1.5rem;
  line-height: 1.55;
}

/* ── FORM FIELDS ──────────────────────────────────────────── */

.jt-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.jt-label {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.02em;
}

.jt-required {
  color: var(--orange);
  font-size: 0.85em;
  margin-left: 1px;
}

.jt-field-hint {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: #999;
  margin: 0 0 0.35rem;
  line-height: 1.5;
}

.jt-input {
  width: 100%;
  background: #fff;
  border: 1.5px solid rgba(26,74,46,0.15);
  border-radius: 10px;
  padding: 0.72rem 1rem;
  font-family: var(--font-body);
  font-size: 0.93rem;
  color: #222;
  outline: none;
  transition: border-color 0.22s, box-shadow 0.22s;
  -webkit-appearance: none;
  appearance: none;
}

.jt-input::placeholder {
  color: rgba(0,0,0,0.3);
}

.jt-input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,98,10,0.12);
}

.jt-input:hover:not(:focus) {
  border-color: rgba(26,74,46,0.28);
}

.jt-input--error {
  border-color: #d63031 !important;
  box-shadow: 0 0 0 3px rgba(214,48,49,0.1) !important;
}

/* Select custom arrow */
.jt-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a4a2e' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

/* Textarea */
.jt-textarea {
  resize: vertical;
  min-height: 108px;
  line-height: 1.6;
}

/* Error message */
.jt-error {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: #d63031;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease, margin-top 0.2s ease;
}

.jt-error--visible {
  height: auto;
  margin-top: 0.15rem;
}

/* ── AUTHORIZATION SECTION ────────────────────────────────── */

.jt-auth-statement {
  background: rgba(26,74,46,0.05);
  border-left: 3px solid var(--orange);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.4rem;
  margin-bottom: 1.5rem;
}

.jt-auth-statement p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

.jt-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.jt-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(26,74,46,0.3);
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  accent-color: var(--green-dark);
  transition: border-color 0.22s;
}

.jt-checkbox:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.jt-checkbox-label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: #444;
  line-height: 1.55;
  cursor: pointer;
}

/* Signature field: slightly Satisfy-style */
.jt-input--signature {
  font-family: var(--font-script, 'Satisfy', cursive);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--green-dark);
}

.jt-input--signature::placeholder {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-style: italic;
  color: rgba(0,0,0,0.3);
}

/* ── SUBMIT AREA ──────────────────────────────────────────── */

.jt-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2.5rem;
  border-top: 1.5px solid rgba(26,74,46,0.08);
  margin-top: 2.5rem;
}

.btapply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: var(--green-dark);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  border-radius: 12px;
  padding: 1rem 2.8rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26,74,46,0.30);
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.btapply::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,98,10,0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.btapply:hover {
  background: #0f3420;
  transform: translateY(-2px);
  box-shadow: 0 14px 44px rgba(26,74,46,0.38);
}

.btapply:hover::before {
  opacity: 1;
}

.btapply:active {
  transform: translateY(0);
}

.btapply:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.jt-btn-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.22s;
}

.btapply:hover .jt-btn-arrow {
  transform: translateX(4px);
}

.jt-submit-note {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: #aaa;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* ── SUCCESS MESSAGE ──────────────────────────────────────── */

.mensajeform {
  text-align: center;
  padding: 4rem 2rem;
}

.jt-success-icon {
  font-size: 3.5rem;
  color: var(--green-dark);
  margin-bottom: 1.25rem;
  display: block;
}

.jt-success-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: var(--green-dark);
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}

.jt-success-sub {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 2rem;
}

.jt-success-btn {
  display: inline-flex;
  align-items: center;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.78rem 1.75rem;
  box-shadow: 0 6px 22px rgba(232,98,10,0.32);
  transition: background 0.25s, transform 0.2s;
}

.jt-success-btn:hover {
  background: #c9520a;
  transform: translateY(-2px);
  color: #fff;
}

/* ── VENDOR SECTION ───────────────────────────────────────── */

.jt-vendor {
  padding: 7rem 0 8rem;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.jt-vendor::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
}

.jt-vendor-header {
  max-width: 600px;
  margin: 0 auto 3rem;
  position: relative;
}

.jt-vendor .jt-form-card {
  margin: 0;
}

/* ── CTA BAND ─────────────────────────────────────────────── */

.jt-cta-band {
  background: var(--green-dark);
  padding: 5.5rem 0;
  position: relative;
  overflow: hidden;
}

.jt-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 75% 50%, rgba(232,98,10,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.jt-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
  position: relative;
}

.jt-cta-text {
  flex: 1;
  min-width: 280px;
}

.jt-cta-script {
  display: block;
  font-family: var(--font-script, 'Satisfy', cursive);
  font-size: 1.3rem;
  color: var(--amber);
  margin-bottom: 0.4rem;
}

.jt-cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.025em;
  margin: 0 0 0.5rem;
}

.jt-cta-sub {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.58);
  margin: 0;
}

.jt-cta-link {
  color: var(--amber);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(245,166,35,0.4);
  transition: border-color 0.22s;
}

.jt-cta-link:hover {
  border-color: var(--amber);
}

.jt-cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.jt-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.78);
  background: transparent;
  border-radius: 10px;
  padding: 0.72rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.jt-cta-ghost:hover {
  border-color: var(--amber);
  color: var(--amber);
  background: rgba(245,166,35,0.06);
}

/* ── RESPONSIVE ───────────────────────────────────────────── */

@media (max-width: 1199px) {
  .jt-hero-stat--1 { right: 4%; }
  .jt-hero-stat--2 { right: 1%; }
}

@media (max-width: 991px) {
  .jt-hero {
    min-height: 52vw;
    padding-bottom: 4.5rem;
  }
  .jt-hero-content { padding-top: 6rem; }
  .jt-hero-stat { display: none; }
  .jt-hero-tag { display: none; }

  .jt-benefits { padding: 5rem 0 5.5rem; }

  .jt-positions-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }

  .jt-apply { padding: 5rem 0 6rem; }
  .jt-form-card { padding: 2.5rem 2.25rem 2.25rem; }
  .jt-form-section--auth {
    margin: 0 -2.25rem;
    padding: 2rem 2.25rem;
  }

  .jt-cta-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .jt-hero { min-height: auto; padding-bottom: 3.5rem; }
  .jt-hero-content {
    padding-top: 5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jt-hero-sub { max-width: 100%; }
  .jt-hero-actions { justify-content: center; }
  .jt-hero-cta-primary,
  .jt-hero-cta-ghost { margin-bottom: 24px; }
  .botones { width: 100%; }
  .botones .hero-btns { width: 100%; }
  .botones .hero-btns .btn { width: 100%; justify-content: center; }

  .jt-benefits { padding: 4rem 0 4.5rem; }
  .jt-apply { padding: 4rem 0 5rem; }

  .jt-form-card { padding: 2rem 1.5rem 1.75rem; }
  .jt-form-section--auth {
    margin: 0 -1.5rem;
    padding: 1.75rem 1.5rem;
  }

  .jt-submit-wrap { padding-top: 2rem; margin-top: 2rem; }
  .btapply { width: 100%; justify-content: center; padding: 0.95rem 1.5rem; }

  .jt-cta-band { padding: 4rem 0; }
  .jt-cta-actions { width: 100%; }
  .jt-cta-ghost { flex: 1; justify-content: center; }
}

@media (max-width: 480px) {
  .jt-hero-cta-primary,
  .jt-hero-cta-ghost { font-size: 0.85rem; }
  .jt-hero-actions { gap: 1rem; }

  .jt-form-card { padding: 1.75rem 1.25rem; border-radius: 16px; }
  .jt-form-section--auth {
    margin: 0 -1.25rem;
    padding: 1.5rem 1.25rem;
  }
}
