:root {
  --ink: #0d352c;
  --muted: #5a716b;
  --line: #d8e1dd;
  --paper: #fffdf8;
  --cream: #f8f1e5;
  --mint: #d8f0df;
  --green: #11493d;
  --green-hover: #0a392f;
  --sun: #ffc94f;
  --coral: #d35542;
  --radius: 22px;
  --shadow: 0 18px 42px rgba(13, 53, 44, .09);
  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 { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: 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, .96); backdrop-filter: blur(12px); }
.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 { color: var(--muted); font-weight: 700; text-decoration: none; }
.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; }
.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; }
.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 { display: flex; min-height: 250px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 28px rgba(13, 53, 44, .05); }
.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; }
.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; }
.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; }
.job-filters { display: grid; grid-template-columns: 1.3fr 1fr .8fr auto; align-items: end; gap: 12px; padding: 20px; border-radius: var(--radius); background: var(--cream); }
.job-filters label { display: grid; gap: 6px; font-size: .85rem; font-weight: 800; }
input, select { width: 100%; min-height: 48px; border: 1px solid #bfcfc8; border-radius: 12px; background: white; padding: 10px 12px; color: var(--ink); }
.results-count { color: var(--muted); 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); }
.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)); }
}
@media (max-width: 640px) {
  .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: 46px 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; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
