:root {
  --ink: #0d352c;
  --muted: #5a716b;
  --line: #d8e1dd;
  --paper: #fffdf8;
  --cream: #f8f1e5;
  --mint: #d8f0df;
  --green: #11493d;
  --green-hover: #0a392f;
  --sun: #ffc94f;
  --coral: #d35542;
  --coral-pop: #ff795e;
  --lime: #c7f15c;
  --sky: #c9eaf1;
  --radius: 22px;
  --shadow: 0 18px 42px rgba(13, 53, 44, .09);
  --shadow-soft: 0 10px 30px rgba(13, 53, 44, .07);
  --shadow-strong: 0 24px 70px rgba(13, 53, 44, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 92% 2%, rgba(201,234,241,.28), transparent 25rem), var(--paper); color: var(--ink); line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button, .button { min-height: 44px; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; inset-block-start: 8px; inset-inline-start: 8px; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.public-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(13, 53, 44, .1); background: rgba(255, 253, 248, .9); box-shadow: 0 5px 22px rgba(13,53,44,.035); backdrop-filter: blur(18px); }
.public-header nav, .public-footer, .public-main { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.public-header nav { min-height: 74px; display: flex; align-items: center; gap: 28px; }
.public-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; }
.public-brand > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--green); color: var(--sun); font-weight: 900; font-size: .84rem; }
.public-brand strong { letter-spacing: -.02em; }
.public-nav-links { display: flex; align-items: center; gap: 22px; margin-inline: auto; }
.public-nav-links a, .language-link { min-height: 44px; display: inline-flex; align-items: center; border-radius: 11px; color: var(--muted); font-weight: 750; text-decoration: none; }
.public-nav-links a { padding-inline: 9px; }
.public-nav-links a[aria-current="page"] { background: var(--mint); color: var(--green); }
.language-link { min-height: 44px; display: inline-flex; align-items: center; }
.disabled-access { pointer-events: none; opacity: .68; }
.public-nav-links a:hover, .language-link:hover, .text-link:hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.public-nav-actions { display: flex; align-items: center; gap: 10px; }
.language-menu { position: relative; flex: 0 0 auto; }
.language-menu summary { min-width: 58px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 0 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--green); font-weight: 850; cursor: pointer; list-style: none; user-select: none; white-space: nowrap; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { display: inline-block; font-size: .72rem; content: "▾"; transition: transform .16s ease; }
.language-menu[open] summary { border-color: #a9c8bd; background: var(--mint); box-shadow: 0 7px 18px rgba(13, 53, 44, .08); }
.language-menu[open] summary::after { transform: rotate(180deg); }
.language-menu:not([open]) > div { display: none; }
.language-menu > div { position: absolute; z-index: 40; inset-block-start: calc(100% + 8px); inset-inline-end: 0; width: 164px; max-width: calc(100vw - 24px); display: grid; gap: 2px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-strong); }
.language-menu .language-link { padding-inline: 11px; }
.language-menu .language-link[aria-current="page"] { background: var(--mint); color: var(--green); }
.employer-nav-cta { white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 14px; padding: 11px 18px; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--green); color: white; box-shadow: 0 9px 20px rgba(17, 73, 61, .16); }
.button.primary:hover { background: var(--green-hover); }
.button.secondary { border-color: var(--line); background: white; color: var(--ink); }
.button.large { min-height: 52px; padding: 13px 22px; }
.button.compact { min-height: 40px; padding: 8px 14px; }
.public-main { padding-block: 70px 100px; }
.page-intro { max-width: 880px; }
.page-intro h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.045em; }
.home-page .page-intro { max-width: 960px; }
.hero-copy { max-width: 900px; padding-block: 24px 62px; }
.hero-copy > p { max-width: 730px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-copy .hero-subtitle { margin: 0 0 14px; color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 5vw, 4.25rem); font-weight: 700; line-height: 1.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-block: 28px 22px; }
.trust-points { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0; list-style: none; color: var(--muted); font-size: .94rem; font-weight: 700; }
.trust-points li::before, .check-list li::before { content: "✓"; margin-inline-end: 7px; color: var(--green); font-weight: 900; }
.public-main > section, .public-main > article { margin-block-start: 82px; }
.home-page .public-main > .page-intro + .hero-copy { margin-block-start: 0; }
.section-title { max-width: 760px; margin-block-end: 28px; }
.section-title h2, .split-panel h2, .trust-panel h2, .prose h2, .job-detail h2, .empty-public h2, .landing-value h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 4vw, 3.1rem); line-height: 1.06; letter-spacing: -.025em; }
.eyebrow { margin: 0 0 8px; color: #326f60; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.public-job-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.public-job-card { position: relative; display: flex; min-height: 250px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.public-job-card::before { position: absolute; height: 4px; inset: 0 0 auto; background: linear-gradient(90deg, var(--green), var(--lime) 55%, var(--coral-pop)); content: ""; opacity: .82; transform: scaleX(.32); transform-origin: left; transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.public-job-card::after { position: absolute; width: 86px; height: 86px; inset: auto -34px -40px auto; border: 16px solid rgba(201,234,241,.36); border-radius: 50%; content: ""; }
.public-job-card:hover { border-color: #a9c8bd; box-shadow: var(--shadow); transform: translateY(-4px); }
.public-job-card:hover::before { transform: scaleX(1); }
.public-job-card h3 { margin: 4px 0 8px; font-size: 1.3rem; line-height: 1.18; }
.public-job-card h3 a { text-decoration: none; }
.public-job-card p { color: var(--muted); }
.public-job-card strong { margin-block-start: auto; font-size: 1.2rem; }
.public-job-card .text-link { margin-block-start: 14px; }
.public-job-card .text-link::after { margin-inline-start: 7px; content: "↗"; transition: transform .18s ease; }
.public-job-card:hover .text-link::after { transform: translate(3px, -3px); }
.example-badge, .status-badge { align-self: flex-start; display: inline-flex; margin-bottom: 18px; padding: 6px 9px; border-radius: 999px; background: #fff3cc; color: #6b4b00; font-size: .7rem; font-weight: 900; letter-spacing: .07em; }
.status-badge { background: var(--mint); color: var(--ink); }
.status-badge.expired { background: #f6e4df; color: #71352a; }
.commercial-notice { margin-top: 18px; padding: 18px 20px; border: 1px solid #e3c76d; border-radius: 16px; background: #fff8df; color: #5b4600; }
.commercial-notice p { margin: 5px 0 0; }
.home-testimonials { padding: clamp(28px,5vw,58px); border-radius: 32px; background: linear-gradient(145deg,#eef9f0,#fff7e5); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.testimonial-grid article { display: flex; min-height: 280px; flex-direction: column; padding: 24px; border: 1px solid rgba(17,73,61,.13); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.testimonial-badge { align-self: flex-start; padding: 6px 9px; border-radius: 999px; background: #fff0bd; color: #614700; font-size: .65rem; font-weight: 900; letter-spacing: .07em; }
.testimonial-stars { margin-top: 20px; color: #d26a45; letter-spacing: .12em; }
.testimonial-grid blockquote { flex: 1; margin: 14px 0 24px; font-family: Georgia,"Times New Roman",serif; font-size: 1.18rem; line-height: 1.45; }
.testimonial-grid footer { display: grid; gap: 3px; }
.testimonial-grid footer small { color: var(--muted); }
.steps, .info-grid, .price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.steps article, .info-grid article, .price-grid article { padding: 25px; border-radius: var(--radius); background: var(--cream); }
.steps b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.steps h3, .info-grid h3, .price-grid h3 { margin-bottom: 7px; }
.steps p, .info-grid p, .price-grid p { margin-bottom: 0; color: var(--muted); }
.family-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 0; list-style: none; }
.family-grid a { display: flex; min-height: 72px; align-items: center; gap: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: white; font-weight: 800; text-decoration: none; }
.family-grid a:hover { border-color: var(--green); background: var(--mint); }
.split-panel, .trust-panel, .landing-value { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(26px, 5vw, 52px); border-radius: 30px; background: var(--mint); }
.split-panel > div, .trust-panel > p { max-width: 740px; }
.trust-panel { display: block; background: var(--green); color: white; }
.trust-panel .text-link { color: var(--sun); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.faq-grid details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq-grid summary { color: var(--green); cursor: pointer; font-weight: 850; }
.faq-grid details p { margin: 10px 0 0; color: var(--muted); }
.operator-panel { padding: clamp(26px, 5vw, 52px); border-radius: 30px; background: #f4eadb; }
.operator-panel h2 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 4vw, 3.1rem); line-height: 1.06; }
.text-link { display: inline-flex; margin-block-start: 22px; color: var(--green); font-weight: 850; text-underline-offset: 4px; }
.public-footer { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding-block: 50px; border-top: 1px solid var(--line); }
.public-footer p { color: var(--muted); }
.public-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; }
.public-footer nav a { color: var(--muted); font-weight: 700; }
.jobs-page .public-main { padding-block-start: 48px; }
.jobs-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 40px; padding: 40px 44px; overflow: hidden; border-radius: 36px 36px 12px 36px; background: linear-gradient(120deg, #eef9d9, #d9f0eb 62%, #c9eaf1); }
.jobs-hero::after { position: absolute; width: 220px; height: 220px; inset: -120px -70px auto auto; border: 35px solid rgba(255,255,255,.42); border-radius: 50%; content: ""; }
.jobs-hero > div:first-child { position: relative; z-index: 1; max-width: 760px; }
.jobs-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .94; letter-spacing: -.05em; }
.jobs-hero > div > p:last-child { max-width: 670px; margin: 18px 0 0; color: #37564e; font-size: 1.08rem; }
.jobs-hero-visual { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 18px; border: 1px solid rgba(17,73,61,.1); border-radius: 24px 24px 8px 24px; background: rgba(255,255,255,.76); box-shadow: var(--shadow-soft); }
.jobs-hero-visual span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: white; color: var(--green); }
.jobs-hero-visual span:first-child { background: var(--green); color: var(--lime); }
.jobs-hero-visual span:last-child { background: #fff0c9; }
.jobs-hero-visual .ui-icon { width: 25px; height: 25px; }
.jobs-hero-visual i { width: 22px; border-top: 3px dotted #6d8d83; }
.jobs-toolbar { margin-block-start: 26px !important; }
.filter-panel { overflow: hidden; border: 1px solid rgba(17,73,61,.11); border-radius: 24px; background: var(--cream); box-shadow: var(--shadow-soft); }
.filter-panel summary { display: none; }
.job-filters { display: grid !important; grid-template-columns: 1.35fr 1fr .82fr .9fr .85fr auto; align-items: end; gap: 12px; padding: 20px; }
.job-filters label { display: grid; gap: 6px; color: #31594f; font-size: .78rem; font-weight: 850; }
.filter-actions { display: flex; align-items: center; gap: 10px; }
.filter-actions .button { white-space: nowrap; }
.filter-reset { min-height: 44px; display: inline-flex; align-items: center; color: var(--green); font-size: .82rem; font-weight: 850; text-underline-offset: 4px; }
input, select { width: 100%; min-height: 48px; border: 1px solid #bfcfc8; border-radius: 12px; background: white; padding: 10px 12px; color: var(--ink); }
.jobs-results { margin-block-start: 42px !important; }
.results-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.results-count { margin: 0; color: var(--ink); font-size: 1.05rem; font-weight: 900; }
.results-heading > span { padding: 7px 10px; border-radius: 999px; background: var(--mint); color: #37645a; font-size: .76rem; font-weight: 800; }
.empty-public { padding: clamp(28px, 6vw, 64px); border: 1px dashed #a8bdb5; border-radius: 28px; background: var(--cream); text-align: center; }
.empty-public p { max-width: 670px; margin-inline: auto; color: var(--muted); }
.jobs-empty { display: grid; grid-template-columns: minmax(180px, .38fr) 1fr; align-items: center; gap: clamp(24px, 5vw, 60px); text-align: start; }
.jobs-empty h2 { max-width: 650px; }
.jobs-empty p { margin-inline: 0; }
.empty-visual { position: relative; display: grid; min-height: 180px; place-items: center; border-radius: 55% 45% 54% 46%; background: var(--green); color: white; transform: rotate(-2deg); }
.empty-route-icon { width: 72px; height: 72px; }
.empty-spark-icon { position: absolute; width: 35px; height: 35px; inset: 25px 25px auto auto; color: var(--lime); }
.empty-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 22px; }
.empty-actions .text-link { margin: 0; }
.job-detail { max-width: 900px; }
.job-facts dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; }
.job-facts dl > div { padding: 16px; border-radius: 14px; background: var(--cream); }
.job-facts dt { color: var(--muted); font-size: .8rem; font-weight: 800; }
.job-facts dd { margin: 3px 0 0; font-weight: 800; }
.publication-note { color: var(--muted); font-size: .86rem; }
.sticky-interest { margin-block: 34px; padding: 24px; border-radius: var(--radius); background: var(--mint); }
.sticky-interest p { margin-bottom: 0; color: var(--muted); }
.share-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.share-actions button { border: 1px solid var(--line); border-radius: 12px; background: white; padding: 9px 14px; font-weight: 750; cursor: pointer; }
.prose { max-width: 800px; font-size: 1.04rem; }
.prose h2 { margin-block-start: 42px; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.prose p, .prose li { color: #37564e; }
.prose li + li { margin-block-start: 8px; }
.legal-warning { max-width: 840px; margin-block-end: 28px; padding: 18px 20px; border: 2px solid #a74432; border-radius: 16px; background: #fff0ed; color: #62251a; }
.legal-warning p { margin-bottom: 0; }
.legal-list { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.legal-list dt, .legal-list dd { margin: 0; padding: 13px 15px; background: white; }
.legal-list dt { font-weight: 850; }
.landing-value { display: block; max-width: 900px; }
.landing-value > p { max-width: 720px; font-size: 1.15rem; }
.proof-box { margin-block: 24px; padding: 18px; border-inline-start: 5px solid var(--green); background: rgba(255,255,255,.72); }
.proof-box p { margin-bottom: 0; }
.check-list { padding: 0; list-style: none; font-size: 1.08rem; }
.check-list li + li { margin-block-start: 8px; }
.faq-single { max-width: 800px; padding: 26px; border-radius: var(--radius); background: var(--cream); }
[dir="rtl"] .page-intro h1, [dir="rtl"] .section-title h2, [dir="rtl"] .hero-subtitle, [dir="rtl"] .prose h2 { letter-spacing: 0; font-family: Tahoma, Arial, sans-serif; }

@media (max-width: 960px) {
  .public-nav-links { display: none; }
  .public-nav-actions { margin-inline-start: auto; }
  .public-job-grid, .steps, .info-grid, .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .family-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .job-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-actions { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid article { min-height: 0; }
  .public-brand, .language-link, .public-nav-actions .button { min-height: 44px; }
  .public-header nav, .public-footer, .public-main { width: min(100% - 28px, 1180px); }
  .public-header nav { min-height: 64px; gap: 8px; }
  .public-brand strong { font-size: .9rem; }
  .public-brand > span { width: 36px; height: 36px; }
  .public-nav-actions .secondary { display: none; }
  .public-nav-actions { gap: 5px; }
  .public-nav-actions .button, .language-link { padding-inline: 9px; font-size: .82rem; }
  .public-main { padding-block: 40px 76px; }
  .page-intro h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .hero-copy { padding-block-end: 30px; }
  .public-main > section, .public-main > article { margin-block-start: 56px; }
  .public-job-grid, .steps, .info-grid, .price-grid, .family-grid, .faq-grid, .job-filters, .public-footer { grid-template-columns: 1fr; }
  .public-job-card { min-height: 210px; }
  .family-grid a { min-height: 58px; }
  .split-panel { display: block; }
  .split-panel .button { margin-block-start: 16px; }
  .public-footer { gap: 25px; }
  .job-facts dl { grid-template-columns: 1fr; }
  .legal-list { grid-template-columns: 1fr; }
  .legal-list dd { margin-top: -1px; }
  .jobs-page .public-main { width: min(100% - 24px, 1180px); padding-block-start: 18px; }
  .jobs-hero { display: block; padding: 25px 22px 27px; border-radius: 26px 26px 8px 26px; }
  .jobs-hero::after { width: 130px; height: 130px; inset: -80px -54px auto auto; border-width: 22px; }
  .jobs-hero h1 { max-width: 310px; font-size: clamp(2.65rem, 13vw, 3.45rem); line-height: .92; }
  .jobs-hero > div > p:last-child { margin-top: 13px; font-size: .94rem; line-height: 1.48; }
  .jobs-hero-visual { display: none; }
  .jobs-toolbar { margin-block-start: 14px !important; }
  .filter-panel { border-radius: 18px; }
  .filter-panel summary { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 10px 13px; cursor: pointer; list-style: none; }
  .filter-panel summary::-webkit-details-marker { display: none; }
  .filter-summary-icon { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--green); color: var(--lime); }
  .filter-summary-icon .ui-icon { width: 22px; height: 22px; }
  .filter-panel summary > span:nth-child(2) { display: grid; flex: 1; }
  .filter-panel summary strong { line-height: 1.2; }
  .filter-panel summary small { margin-top: 2px; color: var(--muted); font-size: .76rem; }
  .filter-chevron { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green); }
  .filter-chevron .ui-icon { width: 20px; height: 20px; transform: rotate(90deg); transition: transform .18s ease; }
  .filter-panel[open] .filter-chevron .ui-icon { transform: rotate(-90deg); }
  .filter-panel:not([open]) .job-filters { display: none !important; }
  .job-filters { gap: 13px; padding: 5px 13px 14px; border-top: 1px solid rgba(17,73,61,.09); }
  .filter-actions { display: grid; grid-template-columns: 1fr auto; }
  .filter-actions .button { width: 100%; }
  .jobs-results { margin-block-start: 24px !important; }
  .results-heading { margin-bottom: 13px; }
  .results-heading > span { display: none; }
  .jobs-empty { grid-template-columns: 1fr; gap: 18px; padding: 20px; text-align: start; }
  .jobs-empty .empty-visual { min-height: 112px; }
  .empty-route-icon { width: 52px; height: 52px; }
  .empty-spark-icon { width: 27px; height: 27px; inset: 16px 22px auto auto; }
  .jobs-empty h2 { margin-bottom: 9px; font-size: 1.75rem; }
  .jobs-empty p { margin-block: 0; }
  .empty-actions { display: grid; gap: 7px; margin-top: 17px; }
  .empty-actions .button, .empty-actions .text-link { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Mobile-first visual direction: "Le job vient à toi" */
.ui-icon { width: 1.15em; height: 1.15em; display: block; flex: 0 0 auto; }
.button.quiet { border-color: transparent; background: transparent; color: var(--green); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.home-page { overflow-x: hidden; background: radial-gradient(circle at 2% 7%, rgba(199,241,92,.25), transparent 18rem), var(--paper); }
.home-page .public-main { width: min(1240px, calc(100% - 40px)); padding-block-start: 22px; }
.home-page .public-main > section { margin-block-start: 92px; }
.home-page .public-main > .home-hero { margin-block-start: 0; }
.home-page .section-title > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 1.05rem; }

.home-hero { position: relative; display: grid; min-height: 630px; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .85fr); align-items: center; gap: clamp(34px, 7vw, 92px); padding: 24px 0 64px; }
.home-hero::before { position: absolute; z-index: -1; width: 280px; height: 280px; inset: auto auto 4% -13%; border: 2px solid rgba(17,73,61,.12); border-radius: 50%; content: ""; }
.home-hero-copy { position: relative; z-index: 2; }
.home-hero-copy h1 { max-width: 680px; margin: 10px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.8rem, 7vw, 6.75rem); line-height: .9; letter-spacing: -.06em; }
.home-hero-copy h1 em { display: block; color: var(--coral); font-style: normal; }
.home-hero-lead { max-width: 610px; margin: 0; color: #37564e; font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.55; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.hero-proof li { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid rgba(17,73,61,.12); border-radius: 999px; background: white; color: #38594f; font-size: .83rem; font-weight: 820; box-shadow: 0 5px 18px rgba(13,53,44,.06); }
.hero-proof li:nth-child(1) .ui-icon { color: var(--coral); }
.hero-proof li:nth-child(2) .ui-icon { color: var(--green); }
.hero-proof li:nth-child(3) .ui-icon { color: #5b7900; }
.hero-proof .ui-icon { width: 18px; height: 18px; }
.home-hero-visual { position: relative; justify-self: end; width: min(100%, 460px); }
.home-hero-visual::before { position: absolute; z-index: -1; width: 72%; height: 36%; inset: -22px -30px auto auto; border-radius: 50% 40% 55% 45%; background: var(--sky); content: ""; transform: rotate(9deg); }
.home-hero-visual::after { position: absolute; z-index: 2; width: 86px; height: 86px; inset: 4% auto auto -30px; border: 18px solid var(--lime); border-radius: 50%; content: ""; }
.home-hero-visual picture { display: block; overflow: hidden; aspect-ratio: 3 / 4; border: 8px solid white; border-radius: 54px 54px 16px 54px; background: var(--cream); box-shadow: 0 28px 70px rgba(13,53,44,.2); transform: rotate(1.4deg); }
.home-hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.match-card { position: absolute; z-index: 3; width: min(470px, 94%); inset: auto auto -34px -70px; padding: 19px 20px 17px; border: 1px solid rgba(17,73,61,.1); border-radius: 22px 22px 22px 7px; background: rgba(255,255,255,.96); box-shadow: 0 20px 44px rgba(13,53,44,.18); backdrop-filter: blur(12px); }
.match-card > strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.match-card > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; }
.match-card span { min-height: 32px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 999px; background: var(--mint); font-size: .78rem; font-weight: 850; }
.match-card .ui-icon { width: 17px; height: 17px; }
.match-card span:nth-of-type(2) { background: var(--sky); }
.match-card span:nth-of-type(3) { background: #fff0c9; }
.match-card b { color: var(--coral); }
.match-card p { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }

.home-market { position: relative; padding: clamp(30px, 5vw, 68px); border-radius: 42px 42px 14px 42px; background: #f4eddf; }
.market-empty { display: grid; grid-template-columns: .42fr 1fr; align-items: center; gap: clamp(24px, 6vw, 70px); padding: clamp(22px, 4vw, 48px); border: 1px solid rgba(17,73,61,.12); border-radius: 30px; background: rgba(255,255,255,.72); }
.market-empty h3 { margin: 4px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.08; }
.market-empty p:not(.eyebrow) { max-width: 640px; color: var(--muted); }
.market-empty .text-link { margin-top: 8px; }
.market-route { display: grid; min-height: 180px; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 24px; border-radius: 55% 45% 48% 52%; background: var(--green); color: white; transform: rotate(-2deg); }
.market-route span { border-top: 3px dashed var(--lime); }
.market-route-icon { width: 48px; height: 48px; }
.market-route-icon.accent { color: var(--lime); }

.job-card-top { display: flex; align-items: center; gap: 11px; }
.job-card-top .eyebrow { margin: 0; }
.job-card-icon { width: 42px; height: 42px; padding: 9px; border-radius: 13px 13px 13px 4px; background: var(--mint); color: var(--green); }
.job-card-meta { width: fit-content; display: flex; align-items: flex-start; gap: 7px; margin: 5px 0; padding: 5px 9px; border-radius: 999px; background: #f5f8f6; }
.job-card-meta .ui-icon, .job-card-pay .ui-icon { width: 20px; height: 20px; color: var(--coral); }
.job-card-meta .ui-icon { margin-block-start: 2px; }
.job-card-pay { width: fit-content; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 14px !important; padding: 7px 10px; border-radius: 12px; background: #f2f9df; line-height: 1.25; }

.home-how { position: relative; }
.story-steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.story-steps::before { position: absolute; z-index: -1; inset: 76px 12% auto; border-top: 3px dashed #aac0b8; content: ""; }
.story-steps article { position: relative; min-height: 260px; padding: 25px; border: 1px solid var(--line); border-radius: 28px 28px 9px 28px; background: white; box-shadow: 0 13px 32px rgba(13,53,44,.06); }
.story-steps article:nth-child(2) { background: #edf8fa; transform: translateY(18px); }
.story-steps article:nth-child(3) { background: #f2f9df; }
.story-icon { width: 60px; height: 60px; padding: 14px; border-radius: 18px 18px 18px 5px; background: var(--green); color: var(--lime); }
.story-steps article > span { position: absolute; inset: auto; inset-block-start: 24px; inset-inline-end: 24px; color: var(--muted); font-weight: 900; letter-spacing: .1em; }
.story-steps h3 { margin: 25px 0 8px; font-size: 1.28rem; }
.story-steps p { margin: 0; color: var(--muted); }

.home-families { position: relative; }
.home-families::after { position: absolute; z-index: -1; width: 220px; height: 150px; inset: 6% -9% auto auto; border-radius: 48% 52% 38% 62%; background: rgba(255,121,94,.14); content: ""; transform: rotate(-8deg); }
.home-families .family-grid { gap: 13px; }
.home-families .family-grid a { min-height: 98px; gap: 13px; border: 0; border-radius: 24px 24px 8px 24px; background: var(--cream); box-shadow: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.home-families .family-grid a:hover { background: white; box-shadow: var(--shadow); transform: translateY(-4px) rotate(-.4deg); }
.home-families .family-grid li:nth-child(2n) a { background: #edf8fa; }
.home-families .family-grid li:nth-child(3n) a { background: #f2f9df; }
.family-icon { width: 40px; height: 40px; padding: 8px; border-radius: 13px; background: white; color: var(--green); }
.family-grid a span { flex: 1; line-height: 1.2; }
.family-arrow { width: 20px; height: 20px; color: var(--coral); transition: transform .2s cubic-bezier(.2,.8,.2,1); }
.family-grid a:hover .family-arrow { transform: translateX(4px); }
.family-grid a:hover .family-icon { transform: rotate(-5deg) scale(1.08); }
.family-icon { transition: transform .2s cubic-bezier(.2,.8,.2,1); }
[dir="rtl"] .family-arrow { transform: scaleX(-1); }
[dir="rtl"] .family-grid a:hover .family-arrow { transform: translateX(-4px) scaleX(-1); }

.home-duo { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.home-duo article { min-height: 500px; padding: clamp(30px, 5vw, 58px); border-radius: 40px 40px 12px 40px; }
.home-duo h2, .closing-band h2 { margin: 8px 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.02; letter-spacing: -.035em; }
.candidate-control { display: flex; flex-direction: column; background: var(--green); color: white; }
.candidate-control .eyebrow { color: var(--lime); }
.candidate-control > p:not(.eyebrow) { max-width: 540px; color: #d8ebe5; }
.candidate-control .text-link { margin-top: auto; color: var(--lime); }
.duo-icon { width: 78px; height: 78px; margin-bottom: 42px; padding: 17px; border-radius: 25px 25px 25px 8px; background: var(--lime); color: var(--ink); }
.employer-glance { background: var(--sky); }
.employer-glance > p:not(.eyebrow) { color: #36534c; }
.employer-glance .button { margin-top: 22px; }
.tier-line { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.tier-line span { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border-radius: 999px; background: white; font-size: .77rem; font-weight: 850; }
.tier-line b { color: var(--ink); }
.tier-line del { color: #7a8c86; font-size: .68rem; font-weight: 700; }
.tier-line strong { color: var(--green); }
.tier-line small { color: var(--coral); font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.monthly-packages { margin: 18px 0; padding: clamp(24px, 5vw, 56px); border-radius: 32px; background: #eef6ef; }
.monthly-packages .section-title { max-width: 720px; }
.package-schedule { display: inline-flex; margin-top: 10px; padding: 7px 11px; border-radius: 999px; background: white; color: var(--green); font-size: .76rem; font-weight: 900; }
.monthly-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.monthly-package-grid article { display: flex; flex-direction: column; min-height: 210px; padding: 22px; border: 1px solid rgba(17,73,61,.12); border-radius: 22px; background: white; box-shadow: 0 14px 34px rgba(17,73,61,.06); }
.monthly-package-grid article strong { color: var(--green); font-size: clamp(1.45rem, 3vw, 2.15rem); }
.monthly-package-grid article p:not(.eyebrow) { flex: 1; color: var(--muted); line-height: 1.6; }
.monthly-package-grid article small { color: var(--coral); font-weight: 900; }
.employer-plan-guide { max-width: 1180px; margin: 42px auto 0; padding: clamp(24px, 5vw, 52px); border-radius: 30px; background: #eef6ef; }
.employer-plan-guide .section-title { max-width: 780px; }
.employer-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.employer-plan-grid article { padding: 22px; border: 1px solid rgba(17,73,61,.14); border-radius: 22px; background: white; box-shadow: 0 14px 34px rgba(17,73,61,.06); }
.employer-plan-grid article.express { border-color: rgba(17,73,61,.42); }
.employer-plan-grid article.sos { border-color: rgba(211,85,66,.42); background: #fffaf8; }
.plan-guide-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.plan-guide-head span { color: var(--muted); font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.plan-guide-head strong { color: var(--green); font-size: 1.45rem; }
.employer-plan-grid h3 { margin: 20px 0 8px; font-size: 1.25rem; }
.employer-plan-grid p { min-height: 3.2em; color: var(--muted); line-height: 1.55; }
.employer-plan-grid ul { margin: 18px 0 0; padding: 0; list-style: none; }
.employer-plan-grid li { position: relative; padding-inline-start: 22px; color: #37564e; font-size: .9rem; line-height: 1.55; }
.employer-plan-grid li + li { margin-top: 10px; }
.employer-plan-grid li::before { position: absolute; inset-inline-start: 0; content: "✓"; color: var(--green); font-weight: 950; }
.plan-guarantee { margin-top: 18px; padding: 20px 22px; border: 1px solid rgba(17,73,61,.18); border-radius: 18px; background: white; }
.plan-guarantee strong { color: var(--green); }
.plan-guarantee p, .sms-precision { margin: 7px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.sms-precision { padding-inline: 4px; }
.employer-glance .commercial-notice { padding: 13px 15px; font-size: .82rem; }

.compact-faq { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.compact-faq details { min-height: 130px; border-radius: 22px 22px 7px 22px; }
.operator-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; margin-top: 18px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 19px; background: #f5efe5; }
.operator-strip p { margin: 0; color: var(--muted); font-size: .86rem; }
.operator-strip a { color: var(--green); font-weight: 850; }
.operator-icon { width: 32px; height: 32px; color: var(--green); }
.closing-band { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 26px; padding: clamp(28px, 5vw, 56px); border-radius: 36px 36px 10px 36px; background: var(--lime); }
.closing-band h2 { max-width: 680px; margin-bottom: 0; }
.mobile-candidate-cta { display: none; }

[dir="rtl"] .home-hero-copy h1, [dir="rtl"] .home-duo h2, [dir="rtl"] .closing-band h2, [dir="rtl"] .match-card > strong, [dir="rtl"] .market-empty h3 { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0; }
[dir="rtl"] .home-hero-visual picture { border-radius: 54px 54px 54px 16px; transform: rotate(-1.4deg); }
[dir="rtl"] .match-card { inset-inline: -70px auto; border-radius: 22px 22px 7px 22px; }

@media (max-width: 960px) {
  .home-hero { min-height: 620px; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 35px; }
  .home-hero-copy h1 { font-size: clamp(3.4rem, 7.7vw, 5rem); }
  .match-card { inset-inline-start: -35px; }
  .compact-faq { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .public-nav-actions .candidate-nav-cta { display: inline-flex; }
  .public-nav-actions .employer-nav-cta { display: none; }
  .home-page .public-main { width: min(100% - 28px, 1180px); padding-block: 22px 96px; }
  .home-page .public-main > section { margin-block-start: 74px; }
  .home-page .public-main > .home-hero { margin-block-start: 0; }
  .home-hero { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 24px; padding: 16px 0 46px; }
  .home-hero-copy h1 { margin-block: 9px 17px; font-size: clamp(3.25rem, 15vw, 4.4rem); line-height: .88; }
  .home-hero-lead { font-size: 1.03rem; }
  .home-hero-copy .hero-actions { display: grid; margin-block: 22px 17px; }
  .home-hero-copy .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .hero-proof li { min-height: 40px; justify-content: center; padding: 6px 9px; font-size: .78rem; }
  .hero-proof li:last-child { grid-column: 1 / -1; justify-self: center; }
  .home-hero-visual { width: 100%; }
  .home-hero-visual picture { width: 100%; max-height: none; aspect-ratio: 4 / 3; border-width: 6px; border-radius: 34px 34px 10px 34px; }
  .home-hero-visual img { object-position: center 35%; }
  .home-hero-visual::after { width: 62px; height: 62px; inset-inline-start: -12px; border-width: 13px; }
  .match-card { width: calc(100% - 20px); inset: auto 10px -35px 10px; padding: 15px; }
  .match-card > div { justify-content: center; gap: 6px; }
  .match-card span { padding: 5px 7px; font-size: .75rem; }
  [dir="rtl"] .match-card { inset: auto 10px -35px 10px; }
  .home-market { padding: 25px 16px; border-radius: 30px 30px 9px 30px; }
  .market-empty { display: block; padding: 17px; border-radius: 22px; }
  .market-route { min-height: 105px; margin-bottom: 22px; padding: 20px; }
  .market-route-icon { width: 36px; height: 36px; }
  .public-job-grid, .story-steps { overflow: visible; grid-template-columns: 1fr; grid-auto-columns: auto; grid-auto-flow: row; padding: 0; }
  .public-job-card { min-height: 0; padding: 20px; }
  .story-steps::before { display: none; }
  .story-steps article, .story-steps article:nth-child(2) { width: 100%; min-height: 220px; transform: none; }
  .home-families .family-grid { overflow: visible; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-columns: auto; grid-auto-flow: row; grid-template-rows: none; padding: 0; }
  .home-families .family-grid a { height: auto; min-height: 104px; padding: 12px; }
  .home-duo { grid-template-columns: 1fr; }
  .home-duo article { min-height: 0; padding: 30px 25px; border-radius: 30px 30px 9px 30px; }
  .monthly-packages { padding: 26px 17px; border-radius: 28px; }
  .monthly-package-grid { grid-template-columns: 1fr; }
  .monthly-package-grid article { min-height: 0; }
  .employer-plan-guide { padding: 26px 17px; border-radius: 26px; }
  .employer-plan-grid { grid-template-columns: 1fr; }
  .employer-plan-grid p { min-height: 0; }
  .duo-icon { width: 64px; height: 64px; margin-bottom: 34px; }
  .candidate-control .text-link { margin-top: 34px; }
  .operator-strip { grid-template-columns: auto 1fr; }
  .operator-strip a { grid-column: 2; }
  .closing-band { display: block; padding: 30px 24px; border-radius: 28px 28px 8px 28px; }
  .closing-band .button { width: 100%; margin-top: 20px; }
  .mobile-candidate-cta { position: fixed; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 12px; inset: auto 12px 12px; min-height: 56px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: var(--green); color: white; font-weight: 900; text-decoration: none; box-shadow: 0 18px 50px rgba(13,53,44,.35); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 22px)); transition: opacity .2s ease, transform .2s ease; }
.mobile-candidate-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
}

/* Purposeful motion inspired by modern job-board interaction patterns. */
.button:active { transform: translateY(1px) scale(.985); }
.public-nav-links a { position: relative; }
.public-nav-links a::after { position: absolute; height: 2px; inset: auto 9px 5px; border-radius: 99px; background: var(--coral-pop); content: ""; transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.public-nav-links a:hover::after, .public-nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.story-steps article, .story-icon { transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease; }
.story-steps article:hover { box-shadow: 0 20px 46px rgba(13,53,44,.11); transform: translateY(-5px); }
.story-steps article:nth-child(2):hover { transform: translateY(13px); }
.story-steps article:hover .story-icon { transform: rotate(-4deg) scale(1.06); }
.home-hero-visual picture { animation: heroFloat 7s ease-in-out infinite; }
.home-hero-visual::after { animation: orbitBreathe 4.8s ease-in-out infinite; }
.match-card { animation: cardFloat 5.5s ease-in-out infinite; }
.market-route span { animation: routeSignal 2.2s ease-in-out infinite; }
html.motion-enabled [data-motion] { opacity: 0; translate: 0 22px; scale: .985; transition: opacity .62s ease, translate .62s cubic-bezier(.2,.8,.2,1), scale .62s cubic-bezier(.2,.8,.2,1); transition-delay: var(--motion-delay, 0ms); }
html.motion-enabled [data-motion].is-inview { opacity: 1; translate: 0 0; scale: 1; }

@keyframes heroFloat {
  0%, 100% { transform: rotate(1.4deg) translateY(0); }
  50% { transform: rotate(.6deg) translateY(-7px); }
}
@keyframes orbitBreathe {
  0%, 100% { scale: 1; opacity: 1; }
  50% { scale: 1.08; opacity: .72; }
}
@keyframes cardFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}
@keyframes routeSignal {
  0%, 100% { border-color: rgba(199,241,92,.45); opacity: .65; }
  50% { border-color: var(--lime); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-candidate-cta { transition: none; }
  html.motion-enabled [data-motion] { opacity: 1; translate: none; scale: 1; }
  .home-hero-visual picture, .home-hero-visual::after, .match-card, .market-route span { animation: none; }
}
