:root {
  --ink: #173c3e;
  --ink-soft: #42666a;
  --paper: #fffdf8;
  --mint: #dcefe7;
  --mint-deep: #a7d2c0;
  --coral: #ef795e;
  --sun: #f5c85d;
  --line: #d8e2dc;
  --shadow: 0 16px 50px rgba(23, 60, 62, 0.12);
}

body.dark-mode {
  --ink: #e6f3ef;
  --ink-soft: #b8d1ca;
  --paper: #10292c;
  --mint: #1d4547;
  --mint-deep: #4d8580;
  --coral: #ff957c;
  --sun: #f6cf72;
  --line: #356063;
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
html[lang="ar"] body { font-family: "Noto Kufi Arabic", "Tahoma", sans-serif; line-height: 1.8; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { font-family: "Noto Kufi Arabic", "Tahoma", sans-serif; letter-spacing: -0.025em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; transform: translateY(-150%); z-index: 10; padding: 0.65rem 0.9rem; background: var(--ink); color: white; border-radius: 0.4rem; }
.skip-link:focus { transform: translateY(0); }
.site-header { width: min(1180px, calc(100% - 3rem)); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.header-controls { display: flex; align-items: center; gap: 0.7rem; }.language-toggle, .theme-toggle { border: 1px solid var(--line); padding: 0.42rem 0.65rem; border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: 0.82rem; font-weight: 700; }.theme-toggle { display: inline-flex; align-items: center; gap: 0.35rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.04em; }
.brand-logo { width: 34px; height: 34px; border-radius: 10px; object-fit: cover; box-shadow: 0 4px 12px rgba(23, 60, 62, 0.16); }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 27px; height: 27px; padding: 5px; border-radius: 50% 50% 46% 50%; background: var(--coral); transform: rotate(-9deg); }
.brand-mark span { width: 4px; background: var(--paper); border-radius: 10px; }
.brand-mark span:nth-child(1) { height: 8px; }.brand-mark span:nth-child(2) { height: 14px; }.brand-mark span:nth-child(3) { height: 10px; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; font-size: 0.93rem; font-weight: 600; }
.site-nav a, .site-footer button { text-decoration: none; border: 0; background: transparent; cursor: pointer; }
.site-nav a:hover, .site-footer button:hover, .text-link:hover { color: var(--coral); }
.nav-feedback { border: 1px solid var(--ink); padding: 0.55rem 0.85rem; border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-weight: 600; }
.menu-toggle { display: none; }
.section-shell { width: min(1180px, calc(100% - 3rem)); margin: auto; }
.hero { min-height: 620px; padding: clamp(4rem, 8vw, 8rem) 0 5rem; display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(2.5rem, 6vw, 7rem); }
.eyebrow { margin: 0 0 0.9rem; color: var(--coral); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.055em; }
h1, h2 { font-family: "Fraunces", serif; }
h1 { max-width: 680px; margin-bottom: 1.35rem; font-size: clamp(3.1rem, 6vw, 5.45rem); font-weight: 600; }
h2 { max-width: 760px; margin-bottom: 1.15rem; font-size: clamp(2.15rem, 4vw, 3.35rem); }
h3 { margin-bottom: 0.55rem; font-size: 1.45rem; }
.hero-intro { max-width: 580px; color: var(--ink-soft); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.7rem 1.1rem; border: 1px solid transparent; border-radius: 0.55rem; text-decoration: none; cursor: pointer; font-weight: 700; transition: transform 150ms ease, background 150ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); }.button-primary:hover { background: #0e2d2f; }
.button-secondary { border-color: var(--ink); background: transparent; }.button-dark { color: white; background: #29595a; }
.hero-note { margin-top: 1rem; color: var(--ink-soft); font-size: 0.87rem; }
.hero-card { padding: 1.75rem; border: 1px solid var(--line); border-radius: 1.25rem; background: #f3f8f3; box-shadow: var(--shadow); transform: rotate(1.5deg); } body.dark-mode .hero-card, body.dark-mode .guide-card, body.dark-mode .directory-preview, body.dark-mode .feedback-dialog { background: #17363a; } body.dark-mode .section-tint { background: #173337; } body.dark-mode .featured-guide { color: white; background: #28595b; } body.dark-mode .callout { background: #4b302a; color: #ffe1d8; } body.dark-mode .safety-section { background: #08191b; } body.dark-mode .button-primary { background: #e6f3ef; color: #10292c; } body.dark-mode .button-primary:hover { background: white; } body.dark-mode .search-field, body.dark-mode .feedback-dialog select, body.dark-mode .feedback-dialog textarea { color: var(--ink); background: #10292c; }
.card-topline { display: flex; align-items: center; gap: 0.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(239, 121, 94, 0.15); }
.path-list { display: grid; gap: 1.35rem; margin: 1.45rem 0 0; padding: 0; list-style: none; }
.path-list li { display: grid; grid-template-columns: 38px 1fr; gap: 0.8rem; }.path-list li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--ink); background: var(--mint-deep); font-weight: 700; font-size: 0.75rem; }
.path-list strong { font-size: 1.05rem; }.path-list p { margin: 0.2rem 0 0; color: var(--ink-soft); font-size: 0.92rem; }
.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 1.35rem max(1.5rem, calc((100% - 1180px) / 2)); color: var(--ink); background: var(--mint); }
.trust-bar div { display: grid; gap: 0.15rem; }.trust-bar strong { font-size: 0.9rem; }.trust-bar span { font-size: 0.83rem; color: var(--ink-soft); }
.feature-section { padding: 7rem 0; }.section-heading > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); }
.guide-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }.guide-card { min-height: 280px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 0.8rem; background: white; }.guide-card p { color: var(--ink-soft); }.guide-card a { font-weight: 700; text-decoration: none; }.featured-guide { color: white; border-color: var(--ink); background: var(--ink); }.featured-guide p { color: #d8eae6; }.featured-guide a { color: var(--sun); }.guide-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2.2rem; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 1.5rem; }.featured-guide .guide-icon { color: var(--ink); background: var(--sun); }.guide-status { color: var(--sun) !important; font-size: 0.77rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }.coming-soon { display: inline-block; margin-top: 0.75rem; color: var(--ink-soft); font-size: 0.83rem; font-weight: 700; }
.split-section, .emergency-section { display: grid; grid-template-columns: 1fr 0.82fr; align-items: center; gap: clamp(2.5rem, 7vw, 8rem); padding-top: 6rem; padding-bottom: 6rem; }.section-tint { width: 100%; padding-left: max(1.5rem, calc((100% - 1180px) / 2)); padding-right: max(1.5rem, calc((100% - 1180px) / 2)); background: #f4f0e8; }.split-section.section-tint { max-width: none; }.split-section > * { max-width: 1180px; }
.text-link { color: var(--coral); font-weight: 700; text-decoration: none; }.directory-preview { padding: 1.2rem; border-radius: 0.8rem; background: white; box-shadow: var(--shadow); }.search-field { display: flex; justify-content: space-between; padding: 0.8rem; border: 1px solid var(--line); border-radius: 0.45rem; color: #758787; font-size: 0.9rem; }.filter-row { display: flex; gap: 0.55rem; margin: 0.85rem 0; }.filter-row span { padding: 0.3rem 0.55rem; border-radius: 99px; background: var(--mint); font-size: 0.8rem; font-weight: 600; }.center-row { display: grid; grid-template-columns: 14px 1fr auto; gap: 0.7rem; align-items: center; padding: 0.85rem 0.2rem; border-top: 1px solid var(--line); }.center-row small { display: block; color: var(--ink-soft); }.center-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sun); }
.emergency-section { padding-top: 7rem; padding-bottom: 7rem; }.callout { padding: 0.9rem 1rem; border-left: 4px solid var(--coral); background: #fff1eb; color: #774333; font-size: 0.92rem; }.checklist-card { padding: 1.75rem; border-radius: 0.8rem; color: white; background: #346d6e; box-shadow: var(--shadow); }.checklist-card > p { color: var(--mint-deep); text-transform: uppercase; letter-spacing: 0.09em; font-size: 0.75rem; font-weight: 700; }.checklist-card ul { display: grid; gap: 1rem; margin: 1.3rem 0 1.7rem; padding: 0; list-style: none; }.checklist-card li { display: flex; gap: 0.65rem; }.checklist-card li span { color: var(--sun); font-weight: 700; }
.about-section { display: grid; grid-template-columns: 160px 1fr; gap: 3rem; padding: 6rem 0; border-top: 1px solid var(--line); }.about-marker { display: grid; place-items: center; width: 128px; height: 128px; border-radius: 48% 52% 48% 52%; color: white; background: var(--coral); font: 700 2rem "Fraunces", serif; transform: rotate(-8deg); }.about-section p:not(.eyebrow) { max-width: 780px; color: var(--ink-soft); font-size: 1.08rem; }
.feedback-section { padding: 6rem 0; text-align: center; }.feedback-section h2, .feedback-section p { margin-right: auto; margin-left: auto; }.feedback-section p:not(.eyebrow) { color: var(--ink-soft); }.safety-section { color: #d8eae6; background: var(--ink); }.safety-section .section-shell { padding-top: 2.3rem; padding-bottom: 2.3rem; }.safety-section h2 { margin-bottom: 0.6rem; font-family: "DM Sans", sans-serif; font-size: 1rem; letter-spacing: 0; }.safety-section p { max-width: 850px; margin-bottom: 0; font-size: 0.9rem; }
.site-footer { width: min(1180px, calc(100% - 3rem)); min-height: 115px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.site-footer p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }.site-footer button { color: var(--coral); font-weight: 700; }.footer-links { display:flex; align-items:center; gap:1rem; }.footer-links a { color:var(--ink-soft); font-size:.86rem; font-weight:700; text-decoration:none; }.footer-links a:hover { color:var(--coral); }.honeypot { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.feedback-dialog { width: min(560px, calc(100% - 2rem)); padding: 2rem; border: 0; border-radius: 1rem; color: var(--ink); box-shadow: 0 20px 80px rgba(0,0,0,0.32); }.feedback-dialog::backdrop { background: rgba(23, 60, 62, 0.68); }.dialog-close { position: absolute; top: 0.6rem; right: 0.8rem; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 1.8rem; }.feedback-dialog h2 { font-size: 2.25rem; }.feedback-dialog label { display: block; margin: 1rem 0 0.35rem; font-size: 0.9rem; font-weight: 700; }.feedback-dialog select, .feedback-dialog textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--line); border-radius: 0.45rem; color: var(--ink); background: white; }.feedback-dialog textarea { resize: vertical; }.feedback-dialog .consent { display: flex; align-items: flex-start; gap: 0.5rem; color: var(--ink-soft); font-weight: 400; }.feedback-dialog .consent input { margin-top: 0.3rem; }.form-status { min-height: 1.5em; margin: 1rem 0 0; color: var(--ink-soft); font-size: 0.9rem; }
@media (max-width: 760px) { .site-header { min-height: 72px; }.menu-toggle { display: inline-block; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-weight: 700; }.site-nav { position: absolute; top: 72px; left: 1.5rem; right: 1.5rem; z-index: 3; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border: 1px solid var(--line); border-radius: 0.7rem; background: var(--paper); box-shadow: var(--shadow); }.site-nav.open { display: flex; }.nav-feedback { text-align: left; }.hero, .split-section, .emergency-section, .about-section { grid-template-columns: 1fr; }.hero { min-height: auto; padding-top: 4.4rem; }.hero-card { max-width: 500px; margin: 0 auto; }.trust-bar { grid-template-columns: 1fr; gap: 0.8rem; }.guide-grid { grid-template-columns: 1fr; }.guide-card { min-height: auto; }.split-section, .emergency-section { gap: 2.5rem; }.about-section { gap: 1.5rem; }.about-marker { width: 80px; height: 80px; }.site-footer { flex-wrap: wrap; padding: 2rem 0; }.site-footer p { order: 3; flex-basis: 100%; }.feedback-dialog { padding: 1.5rem; } }
html[dir="rtl"] .brand-mark, html[dir="rtl"] .about-marker { transform: rotate(8deg); } html[dir="rtl"] .hero-card { transform: rotate(-1.5deg); } html[dir="rtl"] .path-list li { grid-template-columns: 1fr 38px; } html[dir="rtl"] .path-list li > span { grid-column: 2; grid-row: 1; } html[dir="rtl"] .path-list li > div { grid-column: 1; grid-row: 1; } html[dir="rtl"] .callout { border-right: 4px solid var(--coral); border-left: 0; } html[dir="rtl"] .checklist-card li { flex-direction: row-reverse; justify-content: flex-end; } html[dir="rtl"] .site-footer { flex-direction: row-reverse; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
.back-link { color: var(--ink); font-weight: 700; text-decoration: none; }.guide-library { padding: 4rem 0 6rem; }.guide-library h1 { font-size: clamp(3rem,6vw,5rem); }.guide-intro { color: var(--ink-soft); font-size: 1.1rem; }.guide-alert { display:flex; gap:1rem; margin:2rem 0; padding:1rem; border-left:4px solid var(--coral); background:#fff1eb; color:#774333; }.guide-library-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }.full-guide { border:1px solid var(--line); border-radius:.8rem; background:white; overflow:hidden; }.full-guide summary { display:grid; grid-template-columns:42px 1fr auto; gap:.4rem .7rem; align-items:center; padding:1.1rem; cursor:pointer; list-style:none; }.full-guide summary::-webkit-details-marker { display:none; }.full-guide summary .guide-symbol { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; color:var(--ink); background:var(--mint); font-size:1.3rem; }.full-guide summary strong { display:block; font-size:1.1rem; }.full-guide summary small { display:block; margin-top:.18rem; color:var(--ink-soft); }.full-guide summary > b { color:var(--coral); font-size:1.35rem; transition:transform 150ms ease; }.full-guide[open] summary > b { transform:rotate(45deg); }.guide-body { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; padding:0 1.1rem 1.2rem; color:var(--ink-soft); }.guide-body h2 { margin:0 0 .45rem; color:var(--ink); font-family:"DM Sans",sans-serif; font-size:.88rem; letter-spacing:0; }.guide-body p { margin:0; font-size:.88rem; }.guide-body a { grid-column:1 / -1; padding-top:.5rem; border-top:1px solid var(--line); color:var(--coral); font-size:.84rem; font-weight:700; }.guide-feedback { margin-top:3rem; padding:2.5rem; color:white; background:var(--ink); border-radius:.8rem; text-align:center; }.guide-feedback h2 { font-family:"DM Sans",sans-serif; }.guide-feedback .button { color:var(--ink); background:var(--sun); }.dark-mode .full-guide { background:#17363a; }.dark-mode .guide-symbol { background:var(--mint-deep); }.dark-mode .guide-alert { background:#4b302a; color:#ffe1d8; }.dark-mode .guide-feedback { background:#08191b; } html[dir="rtl"] .guide-alert { border-right:4px solid var(--coral); border-left:0; } html[dir="rtl"] .full-guide summary { grid-template-columns:auto 1fr 42px; } html[dir="rtl"] .full-guide summary .guide-symbol { grid-column:3; } html[dir="rtl"] .full-guide summary > span:not(.guide-symbol) { grid-column:2; } html[dir="rtl"] .full-guide summary > b { grid-column:1; } @media(max-width:760px){.guide-library{padding-top:2.5rem}.guide-library-grid{grid-template-columns:1fr}.guide-alert{flex-direction:column;gap:.3rem}.guide-body{grid-template-columns:1fr;gap:.9rem}.guide-body a{grid-column:auto}.theme-label{display:none}}
.directory { padding:4rem 0 6rem; }.directory h1 { font-size:clamp(3rem,6vw,5rem); }.directory-intro { max-width:740px; color:var(--ink-soft); font-size:1.1rem; }.directory-controls { display:grid; grid-template-columns:2fr 1fr 1fr; gap:1rem; margin:2.2rem 0 1rem; }.directory-controls label { display:grid; gap:.35rem; color:var(--ink); font-size:.82rem; font-weight:700; }.directory-controls input,.directory-controls select { width:100%; padding:.72rem; border:1px solid var(--line); border-radius:.45rem; color:var(--ink); background:transparent; }.directory-status { display:flex; align-items:center; gap:.45rem; color:var(--ink-soft); font-size:.82rem; }.status-dot { width:9px; height:9px; border-radius:50%; background:var(--mint-deep); }.center-results { display:grid; gap:.8rem; margin-top:1.6rem; }.center-card { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.25rem; border:1px solid var(--line); border-radius:.75rem; background:white; }.center-area { margin:0 0 .3rem; color:var(--coral); font-size:.78rem; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }.center-card h2 { margin:0 0 .75rem; font-family:"DM Sans",sans-serif; font-size:1.18rem; letter-spacing:-.04em; }.service-tags { display:flex; flex-wrap:wrap; gap:.35rem; }.service-tags span { padding:.22rem .48rem; border-radius:99px; color:var(--ink); background:var(--mint); font-size:.76rem; font-weight:700; }.center-actions { display:grid; gap:.5rem; justify-items:end; flex:0 0 auto; }.center-actions a { color:var(--coral); font-size:.83rem; font-weight:700; text-decoration:none; }.center-actions .call-link { color:var(--ink); }.directory-feedback { margin-top:3rem; padding:2.5rem; border-radius:.8rem; color:white; background:var(--ink); text-align:center; }.directory-feedback h2 { font-family:"DM Sans",sans-serif; }.directory-feedback .button { color:var(--ink); background:var(--sun); }.dark-mode .center-card { background:#17363a; }.dark-mode .directory-feedback { background:#08191b; }.dark-mode .directory-controls input,.dark-mode .directory-controls select { background:#17363a; } html[dir="rtl"] .center-actions { justify-items:start; } @media(max-width:760px){.directory{padding-top:2.5rem}.directory-controls{grid-template-columns:1fr}.center-card{align-items:flex-start;flex-direction:column}.center-actions{justify-items:start}}
/* iPhone layout and touch-target refinements */
@media (max-width: 600px) {
  body { min-width: 320px; overflow-x: clip; }
  .site-header, .section-shell, .site-footer { width: min(1180px, calc(100% - 2rem)); }
  .site-header { position: relative; min-height: 64px; gap: .45rem; padding-top: env(safe-area-inset-top); }
  .brand { min-width: 0; gap: .45rem; font-size: 1rem; }.brand-mark { width: 24px; height: 24px; padding: 4px; }
  .header-controls { flex: 0 0 auto; gap: .35rem; }.language-toggle, .theme-toggle, .menu-toggle { display: inline-grid; place-items: center; min-width: 38px; min-height: 38px; padding: .35rem .45rem; font-size: .74rem; }.theme-label { display: none; }
  .site-nav { top: calc(64px + env(safe-area-inset-top)); left: 1rem; right: 1rem; z-index: 40; max-height: calc(100dvh - 82px); overflow-y: auto; }.site-nav a, .nav-feedback { min-height: 44px; display: flex; align-items: center; }
  .back-link { display: inline-grid; place-items: center; width: 38px; height: 38px; overflow: hidden; font-size: 0; }.back-link::before { content: "←"; font-size: 1.2rem; }.back-link span { display: none; } html[dir="rtl"] .back-link::before { content: "→"; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }.hero { padding: 2.8rem 0 3.6rem; gap: 2rem; }.hero-intro, .guide-intro, .directory-intro, .emergency-intro { font-size: 1rem; }.hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }.hero-actions .button { width: 100%; }
  .feature-section { padding: 4.5rem 0; }.split-section, .emergency-section, .about-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }.trust-bar { padding: 1.1rem 1rem; }.guide-feedback, .directory-feedback { margin-top: 2rem; padding: 1.5rem 1rem; }.guide-feedback .button, .directory-feedback .button { width: 100%; }
  .feedback-dialog { max-height: calc(100dvh - 2rem); overflow-y: auto; }.feedback-dialog .button { width: 100%; }
  .directory-controls input, .directory-controls select, .form-grid input, .form-grid textarea, .milo-form input { font-size: 16px; }.center-actions { width: 100%; }.center-actions a { display: inline-flex; align-items: center; min-height: 40px; }
  .site-footer { align-items: flex-start; gap: 1rem; padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }.site-footer p { font-size: .8rem; }
}
@media (max-width: 380px) { .brand > span:last-child { font-size: .9rem; }.language-toggle { max-width: 42px; overflow: hidden; }.section-shell, .site-header, .site-footer { width: calc(100% - 1.5rem); }.hero-card, .guide-feedback, .directory-feedback { border-radius: .7rem; } }
.directory-preview-link { display:block; color:inherit; text-decoration:none; transition:transform 160ms ease, box-shadow 160ms ease; }.directory-preview-link:hover { transform:translateY(-3px); box-shadow:0 20px 44px rgba(23,60,62,.16); }.directory-preview-link:focus-visible { outline:3px solid var(--coral); outline-offset:4px; }.directory-open { display:flex; align-items:center; justify-content:space-between; margin-top:1rem; padding-top:.9rem; border-top:1px solid var(--line); color:var(--coral); font-size:.86rem; font-weight:700; }
.contrast-note { display:grid; grid-template-columns:42px 1fr; gap:.85rem; align-items:start; margin:1.25rem 0 2rem; padding:1rem 1.1rem; border:1px solid #efd58b; border-radius:.75rem; background:#fff7dc; color:#604d1b; }.contrast-note-icon { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; color:var(--ink); background:var(--sun); font-size:1.15rem; }.contrast-note strong,.contrast-note span { display:block; }.contrast-note strong { margin-bottom:.15rem; color:#4a3a0e; font-size:.9rem; }.contrast-note span { font-size:.87rem; line-height:1.55; }.dark-mode .contrast-note { border-color:#735d24; color:#f9e6a8; background:#3d351e; }.dark-mode .contrast-note strong { color:#fff0bc; }html[dir="rtl"] .contrast-note { grid-template-columns:1fr 42px; }html[dir="rtl"] .contrast-note-icon { grid-column:2; grid-row:1; }html[dir="rtl"] .contrast-note div { grid-column:1; grid-row:1; }
@media (max-width: 600px) {
  #main-content > section:not(#home) { border-top: 1px solid var(--line); }
  .guide-grid { display:grid; grid-auto-flow:column; grid-auto-columns:minmax(220px,76vw); grid-template-columns:unset; gap:.75rem; margin:1.4rem -1rem 0; padding:0 1rem .6rem; overflow-x:auto; overscroll-behavior-inline:contain; scroll-snap-type:inline mandatory; scrollbar-width:thin; }.guide-card { min-height:0; padding:1rem; scroll-snap-align:start; }.guide-card .guide-icon { width:36px; height:36px; margin-bottom:.8rem; font-size:1.2rem; }.guide-card h3 { margin-bottom:.35rem; font-size:1.08rem; }.guide-card p { margin-bottom:.65rem; font-size:.84rem; line-height:1.45; }.guide-status { margin-bottom:.35rem; }.coming-soon { margin-top:.25rem; }
  .directory-preview-link { margin-top:.5rem; padding:1rem; }.directory-preview-link .search-field { min-height:52px; align-items:center; border-color:var(--ink); font-size:.94rem; }.directory-open { min-height:44px; }
  .contrast-note { grid-template-columns:36px 1fr; gap:.7rem; margin:1rem 0 1.5rem; padding:.85rem; }.contrast-note-icon { width:34px; height:34px; }.contrast-note span { font-size:.82rem; }
}
.welcome-dialog { width:min(520px,calc(100% - 2rem)); padding:2rem; border:1px solid var(--line); border-radius:1.25rem; color:var(--ink); background:var(--paper); box-shadow:0 26px 90px rgba(0,0,0,.36); text-align:center; }.welcome-dialog::backdrop { background:rgba(7,25,27,.76); backdrop-filter:blur(5px); }.welcome-dialog h2 { max-width:450px; margin:0.7rem auto; font-size:clamp(2rem,6vw,3rem); }.welcome-dialog > p:not(.eyebrow) { max-width:390px; margin:0 auto; color:var(--ink-soft); }.welcome-mark { display:inline-flex; align-items:flex-end; gap:3px; width:46px; height:46px; padding:9px; border-radius:50% 50% 46% 50%; background:var(--coral); transform:rotate(-9deg); }.welcome-mark span { width:7px; border-radius:10px; background:var(--paper); }.welcome-mark span:nth-child(1) { height:14px; }.welcome-mark span:nth-child(2) { height:25px; }.welcome-mark span:nth-child(3) { height:18px; }.welcome-options { display:grid; gap:1rem; margin:1.7rem 0; text-align:left; }.welcome-group { padding:1rem; border:1px solid var(--line); border-radius:.8rem; background:color-mix(in srgb,var(--mint) 42%,var(--paper)); }.welcome-group > p { margin:0 0 .75rem; color:var(--ink-soft); font-size:.78rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }.welcome-choice-row { display:grid; grid-template-columns:repeat(2,1fr); gap:.6rem; }.welcome-choice { min-height:50px; border:1px solid var(--line); border-radius:.55rem; color:var(--ink); background:transparent; cursor:pointer; font-weight:700; transition:transform 150ms ease,border-color 150ms ease,background 150ms ease; }.welcome-choice:hover { transform:translateY(-2px); border-color:var(--coral); }.welcome-choice.is-selected { border-color:var(--ink); color:white; background:var(--ink); box-shadow:inset 0 0 0 2px var(--sun); }.welcome-continue { width:100%; }.welcome-continue:disabled { cursor:not-allowed; opacity:.45; }.dark-mode .welcome-dialog { border-color:#356063; color:#e6f3ef; background:#10292c; }.dark-mode .welcome-group { border-color:#356063; background:#17363a; }.dark-mode .welcome-choice { border-color:#356063; color:#e6f3ef; }.dark-mode .welcome-choice.is-selected { color:#10292c; background:#e6f3ef; }.dark-mode .welcome-mark span { background:#10292c; }html[dir="rtl"] .welcome-options { text-align:right; }.welcome-dialog[open] { animation:welcome-in 220ms ease-out; }@keyframes welcome-in { from { opacity:0; transform:translateY(12px) scale(.98); } to { opacity:1; transform:none; } }
@media (max-width:600px) { .welcome-dialog { padding:1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom)); }.welcome-dialog h2 { font-size:2rem; }.welcome-options { margin:1.25rem 0; }.welcome-group { padding:.8rem; } }
@media (prefers-reduced-motion:reduce) { .welcome-dialog[open] { animation:none; } }
.hero-card, html[dir="rtl"] .hero-card { transform:none; }
.impact { padding:4rem 0 6rem; }.impact h1 { max-width:850px; font-size:clamp(3rem,6vw,5rem); }.impact-intro { max-width:760px; color:var(--ink-soft); font-size:1.12rem; }.impact-metrics { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin:2.5rem 0 5rem; }.impact-metrics article { display:grid; gap:.3rem; padding:1.25rem; border:1px solid var(--line); border-radius:.8rem; background:white; }.impact-metrics strong { color:var(--coral); font:600 clamp(2rem,4vw,3.2rem) "Fraunces",serif; line-height:1; }.impact-metrics span { font-weight:700; }.impact-metrics small { color:var(--ink-soft); font-size:.78rem; }.impact-metrics .metric-pending { border-style:dashed; background:#f6f1e6; }.impact-split { display:grid; grid-template-columns:1fr 1fr; align-items:start; gap:clamp(2rem,6vw,6rem); padding:4rem 0; border-top:1px solid var(--line); }.impact-split > div > p:not(.eyebrow),.partner-callout p:not(.eyebrow),.results-promise p:not(.eyebrow) { color:var(--ink-soft); font-size:1.04rem; }.pilot-steps { display:grid; gap:1.15rem; margin:0; padding:0; list-style:none; }.pilot-steps li { display:grid; grid-template-columns:34px 1fr; gap:.8rem; }.pilot-steps li > span { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; color:var(--ink); background:var(--mint-deep); font-size:.72rem; font-weight:700; }.pilot-steps strong { display:block; margin-bottom:.2rem; }.pilot-steps p { margin:0; color:var(--ink-soft); font-size:.9rem; }.results-promise { padding:3.5rem; border-radius:1rem; color:white; background:var(--ink); }.results-promise h2 { max-width:800px; }.results-promise p:not(.eyebrow) { max-width:760px; color:#d8eae6; }.partner-callout { display:grid; grid-template-columns:1fr auto; gap:2rem; align-items:center; margin-top:4rem; padding:3rem; border-radius:1rem; background:#f4f0e8; }.partner-actions { display:grid; gap:.65rem; min-width:190px; }.partner-actions .button { width:100%; }.dark-mode .impact-metrics article { background:#17363a; }.dark-mode .impact-metrics .metric-pending { background:#312f25; }.dark-mode .partner-callout { background:#173337; }.dark-mode .results-promise { background:#08191b; }html[dir="rtl"] .pilot-steps li { grid-template-columns:1fr 34px; }html[dir="rtl"] .pilot-steps li > span { grid-column:2; grid-row:1; }html[dir="rtl"] .pilot-steps li > div { grid-column:1; grid-row:1; }
@media(max-width:760px){.impact{padding-top:2.5rem}.impact-metrics{grid-template-columns:repeat(2,1fr);margin:2rem 0 3rem}.impact-split,.partner-callout{grid-template-columns:1fr;gap:2rem}.results-promise,.partner-callout{padding:1.5rem}.partner-callout{margin-top:2.5rem}.partner-actions{width:100%}}@media(max-width:390px){.impact-metrics{grid-template-columns:1fr 1fr;gap:.65rem}.impact-metrics article{padding:1rem}.impact-metrics strong{font-size:2rem;}}
.privacy{padding:4rem 0 6rem}.privacy h1{max-width:900px;font-size:clamp(3rem,6vw,5rem)}.privacy-intro{max-width:760px;color:var(--ink-soft);font-size:1.1rem}.privacy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:3rem 0}.privacy-grid article{padding:1.5rem;border:1px solid var(--line);border-radius:.85rem;background:white}.privacy-grid h2{font-family:"DM Sans",sans-serif;font-size:1.2rem;letter-spacing:-.03em}.privacy-grid p,.privacy-updated{color:var(--ink-soft)}.privacy-callout{padding:2rem;border-radius:1rem;color:#e6f3ef;background:var(--ink)}.privacy-callout h2{font-family:"DM Sans",sans-serif;font-size:1.2rem;letter-spacing:-.03em}.privacy-callout p{margin-bottom:0}.privacy-updated{margin-top:1.25rem;font-size:.84rem}.dark-mode .privacy-grid article{background:#17363a}@media(max-width:760px){.privacy{padding-top:2.5rem}.privacy-grid{grid-template-columns:1fr;margin:2rem 0}.privacy-grid article,.privacy-callout{padding:1.25rem}}
.legal{max-width:860px;padding:4rem 0 5rem}.legal h1{max-width:830px;font-size:clamp(2.8rem,6vw,4.8rem)}.legal-intro{max-width:700px;color:var(--ink-soft);font-size:1.08rem}.legal-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin:2.25rem 0 3.25rem}.legal-nav a{min-height:44px;display:inline-flex;align-items:center;padding:.55rem .9rem;border:1px solid var(--line);border-radius:999px;color:var(--ink);font-weight:700;text-decoration:none}.legal-nav a.is-current{color:white;background:var(--ink);border-color:var(--ink)}.legal>section{max-width:760px;padding:1.75rem 0;border-top:1px solid var(--line)}.legal>section h2,.legal-callout h2{font-family:"DM Sans",sans-serif;font-size:1.22rem;letter-spacing:-.025em}.legal>section p,.legal>section li{max-width:72ch;color:var(--ink-soft);line-height:1.72}.legal>section ul{display:grid;gap:.7rem;padding-inline-start:1.25rem}.legal-callout{max-width:760px;margin-top:2rem;padding:1.5rem 1.65rem;border-radius:1rem;color:#e6f3ef;background:var(--ink)}.legal-callout h2{margin-top:0}.legal-callout p{max-width:68ch;margin-bottom:0;line-height:1.65}.legal-footer{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem 0 calc(2rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);color:var(--ink-soft);font-size:.86rem}.legal-footer a{color:var(--ink);font-weight:700;text-decoration:none}.contact-form{display:grid;max-width:680px;gap:.65rem;margin-top:2rem}.contact-form label{margin-top:.5rem;font-weight:700}.contact-form input:not([type="checkbox"]),.contact-form select,.contact-form textarea{width:100%;min-height:48px;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.6rem;color:var(--ink);background:white;font:inherit}.contact-form textarea{min-height:150px;resize:vertical}.contact-form .consent{display:flex;align-items:flex-start;gap:.6rem;margin:1rem 0}.contact-form .consent input{width:18px;height:18px;margin-top:.15rem;accent-color:var(--coral)}.contact-form .button{justify-self:start}.contact-form .form-status{min-height:1.5em;margin:0;color:var(--ink-soft)}.dark-mode .legal-nav a,.dark-mode .contact-form input:not([type="checkbox"]),.dark-mode .contact-form select,.dark-mode .contact-form textarea{border-color:#356063;color:#e6f3ef;background:#17363a}.dark-mode .legal-nav a.is-current{color:#10292c;background:#e6f3ef;border-color:#e6f3ef}.dark-mode .legal-footer a{color:#e6f3ef}@media(max-width:600px){.legal{padding-top:2.5rem;padding-bottom:3.5rem}.legal h1{font-size:clamp(2.45rem,12vw,3.4rem)}.legal-nav{margin:1.75rem 0 2.25rem}.legal>section{padding:1.35rem 0}.legal-callout{padding:1.25rem}.contact-form .button{width:100%}.legal-footer{padding-top:1.25rem}}
