/* =========================================================
   SEE US · Work & Travel USA · demo redesign
   Concept: "Vara ta americană" · coastal summer palette
   ========================================================= */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* ---------- Tokens ---------- */
:root {
  --paper: #FCF9F3;
  --paper-2: #F4EEE3;
  --sand: #EBE3D4;
  --sand-line: #E0D5C2;
  --ink: #17181D;
  --ink-soft: #565A66;
  --ocean: #22315C;      /* brand navy */
  --ocean-2: #2C3E70;
  --sky: #3A5A9E;
  --sky-deep: #2A4680;
  --coral: #E10918;      /* brand red */
  --coral-deep: #A6182E;
  --white: #ffffff;

  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;

  --shadow-sm: 0 1px 2px rgba(26,23,18,.06), 0 4px 14px rgba(26,23,18,.05);
  --shadow-md: 0 8px 30px rgba(11,48,80,.10);
  --shadow-lg: 0 24px 60px rgba(11,48,80,.16);

  --font-display: "Bricolage Grotesque", "Instrument Sans", system-ui, sans-serif;
  --font-body: "Instrument Sans", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 128px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sky-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--coral); border-radius: 2px; }
.eyebrow.on-dark { color: #9BC4EE; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; line-height: 1.02; letter-spacing: -.02em; }
.h-sec { font-size: clamp(2rem, 4.6vw, 3.4rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-soft); line-height: 1.5; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: 100px; font-weight: 600; font-size: 1rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  will-change: transform;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 8px 22px rgba(251,81,54,.32); }
.btn-primary:hover { background: var(--coral-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(251,81,54,.38); }
.btn-dark { background: var(--ocean); color: #fff; }
.btn-dark:hover { background: var(--ocean-2); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; border: 1.5px solid var(--sand-line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn-ghost.on-dark { border-color: rgba(255,255,255,.25); color: #fff; }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn .arrow { transition: transform .25s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.site-header.scrolled { border-color: var(--sand-line); background: color-mix(in srgb, var(--paper) 94%, transparent); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.24rem; letter-spacing: -.02em; }
.brand-logo { height: 46px; width: auto; }
.mobile-menu .brand-logo { height: 52px; }
.site-footer .brand-logo { height: 58px; }
.brand-mark {
  position: relative; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
  background: var(--ocean); color: #fff; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.14); overflow: hidden;
}
.brand-mark::after { content: ""; position: absolute; top: 6px; right: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  padding: 9px 14px; border-radius: 100px; font-size: .95rem; font-weight: 500; color: var(--ink-soft);
  transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: var(--sand); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }

@media (max-width: 940px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* Mobile drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 70; background: var(--paper);
  padding: 90px var(--gutter) 40px; transform: translateY(-100%); opacity: 0;
  transition: transform .4s var(--ease), opacity .3s; pointer-events: none;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a { display: block; font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; padding: 14px 0; border-bottom: 1px solid var(--sand-line); }
.mobile-menu .btn { margin-top: 26px; width: 100%; }
.mobile-close { position: fixed; top: 20px; right: var(--gutter); width: 44px; height: 44px; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; padding-top: clamp(40px, 6vw, 70px); padding-bottom: clamp(60px, 8vw, 110px); overflow: clip; }
.hero-sky {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(120% 90% at 80% -10%, #FCE9C7 0%, rgba(252,233,199,0) 55%),
    radial-gradient(90% 70% at 8% 0%, #DCEBFA 0%, rgba(220,235,250,0) 50%),
    var(--paper);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 4vw, 60px); align-items: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 8px 7px 14px;
  background: var(--white); border: 1px solid var(--sand-line); border-radius: 100px;
  font-size: .85rem; font-weight: 500; color: var(--ink-soft); box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.hero-tag b { color: var(--ink); font-weight: 600; }
.hero-tag .pill { background: var(--coral); color: #fff; font-weight: 600; font-size: .74rem; padding: 3px 10px; border-radius: 100px; letter-spacing: .02em; }
.hero h1 {
  font-size: clamp(2.9rem, 6.6vw, 5.4rem); font-weight: 800; letter-spacing: -.035em; line-height: .96;
}
.hero h1 .accent { color: var(--coral); }
.hero h1 .stroke {
  color: transparent; -webkit-text-stroke: 2px var(--ocean); position: relative;
}
.hero-sub { margin-top: 24px; max-width: 30ch; }
.hero-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-proof { margin-top: 38px; display: flex; gap: 30px; flex-wrap: wrap; }
.hero-proof .stat b { font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; display: block; letter-spacing: -.02em; }
.hero-proof .stat span { font-size: .86rem; color: var(--ink-soft); }

/* Floating job card (hero signature) */
.hero-visual { position: relative; }
.hero-photo {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5;
  background: var(--ocean);
  box-shadow: var(--shadow-lg);
}
.hero-photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transform: scale(1.02); transition: transform 1.2s var(--ease); }
.hero-visual:hover .hero-photo-img { transform: scale(1.07); }
.hero-photo-grad { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(34,49,92,0) 42%, rgba(34,49,92,.35) 70%, rgba(23,24,29,.82) 100%); }
.hero-photo .caption { position: absolute; left: 22px; bottom: 20px; color: #fff; z-index: 2; }
.hero-photo .caption .k { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.hero-photo .caption .v { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; }

.float-card {
  position: absolute; z-index: 3; background: var(--white); border-radius: 16px; padding: 15px 17px;
  box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.7);
}
.float-job { left: -26px; top: 28px; width: 230px; }
.float-job .row { display: flex; align-items: center; gap: 11px; }
.float-job .badge { width: 42px; height: 42px; border-radius: 11px; background: var(--sand); display: grid; place-items: center; font-size: 1.2rem; }
.float-job .t { font-family: var(--font-display); font-weight: 700; font-size: 1rem; line-height: 1.1; }
.float-job .m { font-size: .8rem; color: var(--ink-soft); }
.float-job .wage { margin-top: 12px; display: flex; align-items: baseline; justify-content: space-between; padding-top: 12px; border-top: 1px dashed var(--sand-line); }
.float-job .wage b { font-family: var(--font-display); font-size: 1.5rem; color: var(--ocean); }
.float-job .wage .tag { font-size: .72rem; font-weight: 600; color: #fff; background: var(--sky); padding: 3px 9px; border-radius: 100px; }

.float-mini { right: -18px; bottom: 40px; display: flex; align-items: center; gap: 11px; width: 200px; }
.float-mini .av { display: flex; }
.float-mini .av i { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-left: -10px; background: var(--sky); display: grid; place-items: center; color: #fff; font-size: .7rem; font-weight: 700; font-style: normal; }
.float-mini .av i:first-child { margin-left: 0; }
.float-mini .av i:nth-child(2){ background: var(--coral); } .float-mini .av i:nth-child(3){ background: var(--ocean); }
.float-mini small { font-size: .78rem; line-height: 1.25; color: var(--ink-soft); }
.float-mini small b { color: var(--ink); font-family: var(--font-display); }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; margin-inline: auto; width: 100%; }
  .float-job { left: 0; }
  .float-mini { right: 0; }
}

/* ---------- Marquee (US states) ---------- */
.marquee { border-block: 1px solid var(--sand-line); background: var(--paper-2); overflow: hidden; }
.marquee-track { display: flex; gap: 42px; padding: 16px 0; width: max-content; animation: scroll 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 42px; white-space: nowrap; }
.marquee span::after { content: "★"; color: var(--coral); font-size: .7rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* =========================================================
   Programe (bento)
   ========================================================= */
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.sec-head .lead { max-width: 46ch; margin-top: 12px; }

.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prog {
  position: relative; background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius);
  padding: 26px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; overflow: hidden;
}
.prog:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.prog .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 1.4rem; background: var(--sand); margin-bottom: 40px; }
.prog h3 { font-size: 1.3rem; }
.prog p { margin-top: 8px; color: var(--ink-soft); font-size: .95rem; }
.prog .go { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .9rem; color: var(--sky-deep); }
.prog.feature { grid-column: span 1; grid-row: span 2; background: var(--ocean); color: #fff; border-color: transparent; }
.prog.feature .ic { background: rgba(255,255,255,.12); }
.prog.feature p { color: rgba(255,255,255,.72); }
.prog.feature .go { color: #9BC4EE; }
.prog.wide { grid-column: span 2; display: flex; align-items: center; gap: 20px; }
.prog.wide .ic { margin-bottom: 0; flex-shrink: 0; }

@media (max-width: 860px) { .bento { grid-template-columns: repeat(2, 1fr); } .prog.feature { grid-row: span 1; } .prog.wide { grid-column: span 2; } }
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .prog.wide, .prog.feature { grid-column: span 1; } .prog.wide { flex-direction: column; align-items: flex-start; } }

/* =========================================================
   Joburi preview
   ========================================================= */
.jobs-strip { background: var(--ocean); color: #fff; }
.jobs-strip .eyebrow { color: #9BC4EE; }
.jobs-strip .h-sec { color: #fff; }
.jobs-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.jcard {
  background: var(--ocean-2); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; padding: 22px;
  transition: transform .3s var(--ease), background .3s;
}
.jcard:hover { transform: translateY(-4px); background: #12456f; }
.jcard .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.jcard .cat { font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #9BC4EE; background: rgba(155,196,238,.12); padding: 4px 10px; border-radius: 100px; }
.jcard h3 { font-size: 1.22rem; margin-top: 16px; color: #fff; }
.jcard .emp { color: rgba(255,255,255,.66); font-size: .9rem; margin-top: 3px; }
.jcard .loc { display: flex; align-items: center; gap: 6px; margin-top: 14px; font-size: .86rem; color: rgba(255,255,255,.8); }
.jcard .foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.10); display: flex; align-items: baseline; justify-content: space-between; }
.jcard .foot b { font-family: var(--font-display); font-size: 1.5rem; color: #fff; }
.jcard .foot b small { font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.6); }
.jcard .tips { font-size: .72rem; color: #FFD8A8; font-weight: 600; }
.jobs-strip .cta-row { margin-top: 36px; display: flex; justify-content: center; }

@media (max-width: 860px){ .jobs-row { grid-template-columns: 1fr; } }

/* =========================================================
   7 pași (traseu numerotat)
   ========================================================= */
.steps { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; counter-reset: step; }
.step {
  position: relative; padding: 26px 22px; border-radius: var(--radius); background: var(--white);
  border: 1px solid var(--sand-line); transition: transform .3s var(--ease), box-shadow .3s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step .n { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--sand); line-height: 1; letter-spacing: -.03em; }
.step:hover .n { color: var(--coral); }
.step h3 { font-size: 1.08rem; margin-top: 14px; }
.step p { font-size: .88rem; color: var(--ink-soft); margin-top: 6px; }
@media (max-width: 860px){ .steps-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px){ .steps-grid { grid-template-columns: 1fr; } }

/* =========================================================
   De ce noi (split)
   ========================================================= */
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px,5vw,64px); align-items: center; }
.why-visual {
  border-radius: var(--radius-lg); aspect-ratio: 5/6; position: relative; overflow: hidden;
  background: linear-gradient(150deg, #F6C453 0%, #FB5136 60%, #E03E27 100%); box-shadow: var(--shadow-lg);
}
.why-visual .badge-float { position: absolute; background: #fff; border-radius: 14px; padding: 13px 15px; box-shadow: var(--shadow-md); }
.why-visual .b1 { top: 22px; left: 22px; }
.why-visual .b2 { bottom: 22px; right: 22px; }
.why-visual .badge-float .lbl { font-size: .72rem; color: var(--ink-soft); }
.why-visual .badge-float .big { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; }
.why-visual .center-stamp { position: absolute; inset: 0; display: grid; place-items: center; }
.why-visual .center-stamp span { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: #fff; text-align: center; letter-spacing: -.02em; line-height: 1; text-shadow: 0 2px 20px rgba(224,62,39,.4); }
.why-list { display: grid; gap: 8px; margin-top: 34px; }
.why-item { display: flex; gap: 16px; padding: 18px; border-radius: 14px; transition: background .25s; }
.why-item:hover { background: var(--white); box-shadow: var(--shadow-sm); }
.why-item .ck { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--sky); color: #fff; display: grid; place-items: center; }
.why-item h3 { font-size: 1.05rem; }
.why-item p { font-size: .9rem; color: var(--ink-soft); margin-top: 3px; }
@media (max-width: 800px){ .why-grid { grid-template-columns: 1fr; } .why-visual { max-width: 360px; } }

/* =========================================================
   Testimoniale
   ========================================================= */
.tst-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.tst { background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; }
.tst .stars { color: var(--coral); font-size: .95rem; letter-spacing: 2px; }
.tst p { margin-top: 14px; font-size: .98rem; line-height: 1.55; flex: 1; }
.tst .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.tst .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--sky); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; overflow: hidden; flex-shrink: 0; }
.tst .who .av img { width: 100%; height: 100%; object-fit: cover; }
.tst .who .nm { font-weight: 600; font-size: .95rem; }
.tst .who .rl { font-size: .82rem; color: var(--ink-soft); }
@media (max-width: 860px){ .tst-grid { grid-template-columns: 1fr; } }

/* =========================================================
   CTA band
   ========================================================= */
.cta-band { background: var(--ocean); color: #fff; border-radius: 0; position: relative; overflow: hidden; }
.cta-band .wrap { position: relative; z-index: 2; text-align: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 120%, rgba(251,81,54,.35), transparent 60%); z-index: 1; }
.cta-band h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; }
.cta-band p { margin: 18px auto 0; max-width: 46ch; color: rgba(255,255,255,.76); font-size: 1.1rem; }
.cta-band .btns { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .promo { display: inline-block; margin-bottom: 20px; padding: 7px 16px; background: rgba(251,81,54,.18); border: 1px solid rgba(251,81,54,.4); border-radius: 100px; font-size: .85rem; font-weight: 600; color: #FFB4A3; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--paper-2); border-top: 1px solid var(--sand-line); padding-block: clamp(50px, 7vw, 80px) 34px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.foot-brand p { margin-top: 16px; color: var(--ink-soft); font-size: .92rem; max-width: 34ch; }
.foot-social { display: flex; gap: 10px; margin-top: 20px; }
.foot-social a { width: 40px; height: 40px; border-radius: 11px; background: var(--white); border: 1px solid var(--sand-line); display: grid; place-items: center; transition: transform .2s, background .2s, color .2s; }
.foot-social a:hover { transform: translateY(-3px); background: var(--ocean); color: #fff; }
.foot-col h4 { font-family: var(--font-display); font-size: 1rem; margin-bottom: 16px; }
.foot-col a { display: block; padding: 6px 0; color: var(--ink-soft); font-size: .92rem; transition: color .2s; }
.foot-col a:hover { color: var(--ink); }
.foot-office { font-size: .9rem; color: var(--ink-soft); margin-bottom: 14px; }
.foot-office b { color: var(--ink); display: block; font-family: var(--font-display); }
.foot-bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--sand-line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: var(--ink-soft); }
@media (max-width: 860px){ .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .foot-grid { grid-template-columns: 1fr; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-s { margin-top: 12px; } .mt-m { margin-top: 24px; }

/* =========================================================
   JOB BOARD
   ========================================================= */
.board-hero { background: var(--ocean); color: #fff; padding-block: clamp(50px,7vw,80px) clamp(40px,5vw,60px); position: relative; overflow: hidden; }
.board-hero::after { content:""; position:absolute; inset:0; background: radial-gradient(70% 120% at 90% -20%, rgba(58,134,212,.4), transparent 55%); }
.board-hero .wrap { position: relative; z-index: 2; }
.board-hero h1 { font-size: clamp(2.4rem,5vw,3.8rem); font-weight: 800; letter-spacing: -.03em; }
.board-hero h1 .accent { color: var(--coral); }
.board-hero p { margin-top: 16px; max-width: 52ch; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.board-hero .chips { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.board-hero .chip { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); padding: 8px 16px; border-radius: 100px; font-size: .88rem; font-weight: 500; }
.board-hero .chip b { font-family: var(--font-display); color: #fff; }

.board { padding-block: clamp(30px,4vw,48px) clamp(60px,8vw,100px); }
.board-layout { display: grid; grid-template-columns: 288px 1fr; gap: 32px; align-items: start; }

/* Filters */
.filters { position: sticky; top: 92px; background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius); padding: 22px; }
.filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.filters-head h2 { font-size: 1.05rem; font-family: var(--font-display); }
.filters-head button { font-size: .82rem; color: var(--sky-deep); font-weight: 600; }
.filters-head button:hover { text-decoration: underline; }
.fgroup { padding-block: 18px; border-top: 1px solid var(--sand-line); }
.fgroup:first-of-type { border-top: none; }
.fgroup > label:not(.fopt) { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; }
.fopt { display: flex; align-items: center; gap: 10px; padding: 6px 0; cursor: pointer; font-size: .93rem; }
.fopt input { width: 17px; height: 17px; accent-color: var(--coral); cursor: pointer; }
.fopt .count { margin-left: auto; font-size: .78rem; color: var(--ink-soft); background: var(--paper-2); padding: 1px 8px; border-radius: 100px; }
.fselect { width: 100%; padding: 11px 13px; border: 1.5px solid var(--sand-line); border-radius: 10px; background: var(--paper); font-size: .93rem; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B5346' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.fselect:focus { outline: none; border-color: var(--sky); }
.range-val { display: flex; justify-content: space-between; font-size: .85rem; color: var(--ink-soft); margin-bottom: 8px; }
.range-val b { color: var(--ink); font-family: var(--font-display); }
input[type=range] { width: 100%; accent-color: var(--coral); }

/* Results */
.results-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; gap: 16px; flex-wrap: wrap; }
.results-bar .count-txt { font-size: 1rem; }
.results-bar .count-txt b { font-family: var(--font-display); font-size: 1.15rem; }
.sort-box { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--ink-soft); }
.sort-box select { padding: 9px 12px; border: 1.5px solid var(--sand-line); border-radius: 10px; background: var(--white); font-size: .9rem; cursor: pointer; }

.mobile-filter-btn { display: none; }

.grid-jobs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.jb {
  background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.jb:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.jb .jb-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.jb .cat { font-size: .72rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--sky-deep); background: #EAF2FB; padding: 4px 11px; border-radius: 100px; }
.jb .jb-wage { text-align: right; }
.jb .jb-wage b { font-family: var(--font-display); font-size: 1.55rem; color: var(--ocean); line-height: 1; }
.jb .jb-wage b small { font-size: .78rem; font-weight: 500; color: var(--ink-soft); }
.jb .jb-wage .tips { display: block; font-size: .72rem; color: var(--coral-deep); font-weight: 600; margin-top: 3px; }
.jb h3 { font-size: 1.28rem; margin-top: 16px; }
.jb .emp { color: var(--ink-soft); font-size: .92rem; margin-top: 2px; }
.jb .meta { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.jb .meta div { display: flex; align-items: center; gap: 8px; font-size: .87rem; color: var(--ink-soft); }
.jb .meta svg { flex-shrink: 0; color: var(--sky-deep); }
.jb .jb-foot { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--sand-line); display: flex; gap: 10px; }
.jb .jb-foot .btn { flex: 1; padding: 11px 16px; font-size: .92rem; }

.no-results { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--ink-soft); }
.no-results .emoji { font-size: 3rem; }
.no-results h3 { font-size: 1.4rem; margin-top: 12px; }
.no-results p { margin-top: 8px; }
.no-results button { margin-top: 20px; }

@media (max-width: 900px) {
  .board-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; inset: 0; z-index: 80; border-radius: 0; overflow-y: auto; transform: translateX(-100%); transition: transform .35s var(--ease); top: 0; }
  .filters.open { transform: translateX(0); }
  .mobile-filter-btn { display: inline-flex; }
  .filters-close { display: inline-flex; }
}
@media (min-width: 901px) { .filters-close { display: none; } }
@media (max-width: 560px) { .grid-jobs { grid-template-columns: 1fr; } }

/* Toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(120%); background: var(--ocean); color: #fff; padding: 14px 22px; border-radius: 100px; box-shadow: var(--shadow-lg); z-index: 90; font-weight: 500; font-size: .95rem; transition: transform .4s var(--ease); display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translateX(-50%) translateY(0); }
.toast .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }

/* =========================================================
   PROGRAM PAGE (Work & Travel USA)
   ========================================================= */
.prog-hero { background: linear-gradient(160deg, var(--paper) 0%, var(--sand) 100%); padding-block: clamp(50px,7vw,90px); }
.prog-hero .wrap { max-width: 900px; }
.prog-hero h1 { font-size: clamp(2.6rem,5.5vw,4.2rem); font-weight: 800; letter-spacing: -.03em; margin-top: 14px; }
.prog-hero .lead { margin-top: 20px; max-width: 60ch; }
.prog-hero .facts { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.prog-hero .fact { background: var(--white); border: 1px solid var(--sand-line); border-radius: 14px; padding: 18px; }
.prog-hero .fact b { font-family: var(--font-display); font-size: 1.6rem; display: block; letter-spacing: -.02em; }
.prog-hero .fact span { font-size: .84rem; color: var(--ink-soft); }
@media (max-width: 700px){ .prog-hero .facts { grid-template-columns: repeat(2,1fr); } }

.prose-sec { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.prose-sec .side { position: sticky; top: 92px; }
.prose-sec .side .eyebrow { margin-bottom: 12px; }
.prose-sec .side h2 { font-size: 1.9rem; }
.prose-body > * + * { margin-top: 16px; }
.prose-body p { color: var(--ink-soft); }
.prose-body h3 { font-size: 1.35rem; margin-top: 32px; }
.info-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 20px; }
.info-card { background: var(--white); border: 1px solid var(--sand-line); border-radius: 14px; padding: 20px; }
.info-card .k { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--sky-deep); font-weight: 600; }
.info-card .v { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; margin-top: 6px; }
.info-card p { font-size: .88rem; color: var(--ink-soft); margin-top: 4px; }
.check-list { display: grid; gap: 10px; margin-top: 16px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .ck { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: var(--sky); color: #fff; display: grid; place-items: center; font-size: .8rem; }
@media (max-width: 800px){ .prose-sec { grid-template-columns: 1fr; } .prose-sec .side { position: static; } .info-cards { grid-template-columns: 1fr; } }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--sand-line); }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; }
.faq-q .ico { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; background: var(--sand); display: grid; place-items: center; transition: background .2s, transform .3s; }
.faq-item.open .faq-q .ico { background: var(--coral); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding-bottom: 22px; color: var(--ink-soft); }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-hero { background: linear-gradient(160deg, var(--paper) 0%, var(--sand) 100%); padding-block: clamp(50px,7vw,80px) clamp(30px,4vw,48px); }
.contact-hero .wrap { max-width: 780px; }
.contact-hero h1 { font-size: clamp(2.4rem,5vw,3.8rem); font-weight: 800; letter-spacing: -.03em; margin-top: 14px; }
.contact-hero h1 .accent { color: var(--coral); }
.contact-hero .lead { margin-top: 18px; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,56px); align-items: start; }
.offices { display: grid; gap: 16px; }
.office { background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius); padding: 24px; transition: transform .25s var(--ease), box-shadow .25s; }
.office:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.office .city { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; }
.office .city .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); }
.office .addr { color: var(--ink-soft); font-size: .93rem; margin-top: 10px; display: flex; gap: 9px; }
.office .addr svg { flex-shrink: 0; margin-top: 2px; color: var(--sky-deep); }
.office .people { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.office .person { display: inline-flex; align-items: center; gap: 7px; background: var(--paper-2); border-radius: 100px; padding: 7px 14px; font-size: .88rem; font-weight: 500; transition: background .2s, color .2s; }
.office .person:hover { background: var(--ocean); color: #fff; }
.office .person b { font-weight: 600; }
.office .email { margin-top: 14px; display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--sky-deep); font-weight: 600; }

.contact-form { background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius-lg); padding: clamp(24px,3vw,36px); box-shadow: var(--shadow-md); }
.contact-form h2 { font-size: 1.7rem; }
.contact-form .sub { color: var(--ink-soft); font-size: .95rem; margin-top: 6px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border: 1.5px solid var(--sand-line); border-radius: 11px; background: var(--paper); font-size: .96rem; transition: border-color .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sky); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B5346' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; font-size: .84rem; color: var(--ink-soft); }
.consent input { width: 18px; height: 18px; accent-color: var(--coral); margin-top: 2px; flex-shrink: 0; }
.contact-form .btn { width: 100%; margin-top: 6px; }
.form-note { text-align: center; font-size: .82rem; color: var(--ink-soft); margin-top: 14px; }

.general-band { background: var(--ocean); color: #fff; border-radius: var(--radius-lg); padding: clamp(28px,4vw,44px); text-align: center; margin-top: 28px; }
.general-band h3 { font-size: 1.5rem; color: #fff; }
.general-band p { color: rgba(255,255,255,.75); margin-top: 8px; }
.general-band .gc { margin-top: 20px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.general-band .gc a { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); padding: 12px 20px; border-radius: 100px; font-weight: 600; transition: background .2s; }
.general-band .gc a:hover { background: rgba(255,255,255,.2); }

@media (max-width: 820px){ .contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 480px){ .field-row { grid-template-columns: 1fr; } }

/* ---------- Contact maps ---------- */
.maps-sec { padding-block: clamp(30px,4vw,56px) clamp(50px,7vw,90px); }
.maps-head { margin-bottom: 26px; }
.maps-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.map-card { border: 1px solid var(--sand-line); border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.map-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.map-visual {
  position: relative; height: 190px;
  background:
    linear-gradient(0deg, rgba(34,49,92,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,49,92,.06) 1px, transparent 1px),
    radial-gradient(120% 120% at 30% 20%, #E8EEF6 0%, #DCE6F2 60%, #CFDCEC 100%);
  background-size: 26px 26px, 26px 26px, 100% 100%;
}
.map-visual::before { content: ""; position: absolute; left: 8%; top: 62%; width: 84%; height: 7px; background: rgba(58,90,158,.30); border-radius: 6px; transform: rotate(-7deg); }
.map-visual::after { content: ""; position: absolute; left: 40%; top: 0; width: 8px; height: 100%; background: rgba(58,90,158,.16); transform: skewX(-10deg); }
.map-pin { position: absolute; left: 50%; top: 46%; transform: translate(-50%,-100%); z-index: 2; }
.map-pin svg { width: 40px; height: 40px; filter: drop-shadow(0 6px 10px rgba(34,49,92,.35)); }
.map-pin::after { content: ""; position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%); width: 20px; height: 6px; background: rgba(34,49,92,.25); border-radius: 50%; filter: blur(2px); }
.map-card .cap { padding: 16px 18px; }
.map-card .cap .city { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.map-card .cap .city .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.map-card .cap .adr { font-size: .84rem; color: var(--ink-soft); margin-top: 5px; }
.map-card .cap .open { margin-top: 12px; display: inline-flex; align-items: center; gap: 6px; font-size: .86rem; font-weight: 600; color: var(--sky-deep); }
.map-card .cap .open:hover { text-decoration: underline; }
@media (max-width: 820px){ .maps-row { grid-template-columns: 1fr; } }

/* =========================================================
   Program photo block + 3-card grid (reusable)
   ========================================================= */
.prog-photo {
  width: 100%; max-height: 440px; object-fit: cover;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  margin-top: 24px;
}
.prog-photo.tall { max-height: 520px; }

.tri-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 20px; }
@media (max-width: 820px){ .tri-cards { grid-template-columns: 1fr; } }

/* =========================================================
   Parteneri (home) · note angajatori
   ========================================================= */
.partner-note {
  margin-top: 18px; background: var(--white); border: 1px solid var(--sand-line);
  border-radius: var(--radius); padding: 22px 24px;
}
.partner-note .k { font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--sky-deep); font-weight: 600; }
.partner-note p { margin-top: 8px; color: var(--ink-soft); font-size: .95rem; }
.partner-note b { color: var(--ink); font-weight: 600; }

/* =========================================================
   Noutăți / Evenimente (home)
   ========================================================= */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.news-card {
  background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.news-card .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-size: 1.4rem; background: var(--sand); margin-bottom: 22px; }
.news-card h3 { font-size: 1.22rem; }
.news-card p { margin-top: 8px; color: var(--ink-soft); font-size: .95rem; }
.news-follow { margin-top: 32px; display: flex; justify-content: center; }
@media (max-width: 860px){ .news-grid { grid-template-columns: 1fr; } }

/* =========================================================
   Newsletter band
   ========================================================= */
.newsletter { background: var(--ocean); color: #fff; border-radius: var(--radius-lg); padding: clamp(28px,4vw,44px); position: relative; overflow: hidden; }
.newsletter::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 130% at 100% 0%, rgba(251,81,54,.28), transparent 60%); z-index: 0; }
.newsletter .nl-inner { position: relative; z-index: 1; }
.newsletter h3 { font-size: clamp(1.5rem, 3vw, 2rem); color: #fff; }
.newsletter .nl-sub { color: rgba(255,255,255,.76); margin-top: 8px; max-width: 52ch; }
.nl-form { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 12px; align-items: end; }
.nl-form .nl-field { display: flex; flex-direction: column; gap: 6px; }
.nl-form label { font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.nl-form input { padding: 13px 15px; border-radius: 11px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; font-size: .96rem; transition: border-color .2s, background .2s; }
.nl-form input::placeholder { color: rgba(255,255,255,.5); }
.nl-form input:focus { outline: none; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.14); }
.nl-form .btn { padding: 13px 24px; white-space: nowrap; }
.nl-consent { position: relative; z-index: 1; margin-top: 14px; display: flex; gap: 10px; align-items: flex-start; font-size: .82rem; color: rgba(255,255,255,.7); }
.nl-consent input { width: 18px; height: 18px; accent-color: var(--coral); margin-top: 2px; flex-shrink: 0; }
.nl-ok { position: relative; z-index: 1; margin-top: 16px; font-weight: 600; color: #fff; display: none; align-items: center; gap: 10px; }
.nl-ok.show { display: flex; }
@media (max-width: 760px){ .nl-form { grid-template-columns: 1fr; } .nl-form .btn { width: 100%; } }

/* =========================================================
   Social / Urmărește-ne (contact)
   ========================================================= */
.social-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.social-btn {
  background: var(--white); border: 1px solid var(--sand-line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .25s var(--ease), box-shadow .25s, border-color .25s;
}
.social-btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; }
.social-btn .sb-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--ocean); color: #fff; display: grid; place-items: center; }
.social-btn .sb-name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; }
.social-btn .sb-handle { font-size: .86rem; color: var(--ink-soft); margin-top: 2px; }
@media (max-width: 780px){ .social-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px){ .social-row { grid-template-columns: 1fr; } }
