:root {
  --green: #12633a;
  --green-2: #0d4f2d;
  --green-soft: #e9f4ec;
  --blue: #0c4b7a;
  --blue-2: #07385d;
  --blue-soft: #eaf3f9;
  --gold: #c48e1c;
  --gold-soft: #fbf4df;
  --ink: #17212b;
  --text: #31404d;
  --muted: #63717d;
  --line: #dce5e1;
  --soft: #f5f9f6;
  --white: #fff;
  --danger: #a63737;
  --success: #15613a;
  --warning: #8c5f00;
  --shadow-sm: 0 8px 24px rgba(17, 55, 39, .08);
  --shadow: 0 24px 60px rgba(12, 48, 34, .13);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1220px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.14; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
h3 { font-size: 1.15rem; }
p { margin-bottom: 1.1rem; }
ul, ol { margin-top: 0; }
::selection { color: var(--white); background: var(--green); }
:focus-visible { outline: 3px solid rgba(196, 142, 28, .7); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 9999; background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow, .narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 96px 0; }
.soft-section { background: var(--soft); }
.muted-light { opacity: .62; }
.lead { font-size: 1.18rem; color: #3f4e5b; }
.center-note { max-width: 760px; margin: 28px auto 0; text-align: center; }

.utility-bar { background: var(--blue-2); color: rgba(255,255,255,.88); font-size: .76rem; letter-spacing: .01em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-actions { display: flex; align-items: center; gap: 10px; }
.utility-actions a { font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,225,.8); backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { height: 84px; display: flex; align-items: center; gap: 24px; }
.site-logo { flex: 0 0 auto; }
.site-logo img { width: 210px; height: 67px; object-fit: contain; }
.primary-nav { margin-inline-start: auto; display: flex; align-items: center; gap: 2px; }
.primary-nav a { padding: 10px 8px; color: #344552; font-weight: 650; font-size: .83rem; border-radius: 8px; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.active { color: var(--green); background: var(--green-soft); }
.header-cta { padding: 10px 15px !important; min-height: auto !important; font-size: .84rem !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; border-radius: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--blue); margin: 5px 0; }
.language-trigger { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 8px; cursor: pointer; font-weight: 750; }
.utility-language { min-height: 28px; padding: 3px 7px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.08); font-size: .74rem; }
.utility-language:hover { background: rgba(255,255,255,.16); }
.mobile-language { display: none; min-width: 56px; min-height: 40px; padding: 7px 9px; color: var(--blue); background: var(--blue-soft); font-size: .72rem; }
.language-scrim { position: fixed; inset: 0; z-index: 1900; background: rgba(5, 24, 38, .62); backdrop-filter: blur(4px); }
.language-panel { position: fixed; inset-block: 5vh; inset-inline-end: 4vw; z-index: 2000; width: min(860px, 92vw); padding: 32px; overflow-y: auto; color: var(--text); background: var(--white); border: 1px solid rgba(255,255,255,.5); border-radius: 22px; box-shadow: 0 35px 90px rgba(3, 24, 16, .32); }
.language-panel-open { overflow: hidden; }
.language-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.language-panel-head .eyebrow { margin-bottom: 7px; }
.language-panel-head h2 { margin-bottom: 7px; font-size: 2rem; }
.language-panel-head p { margin: 0; color: var(--muted); font-size: .86rem; }
.language-close { flex: 0 0 auto; min-height: 40px; padding: 8px 11px; display: inline-flex; align-items: center; gap: 6px; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 9px; cursor: pointer; font-size: .76rem; font-weight: 800; }
.language-close > span:first-child { font-size: 1.2rem; line-height: 1; }
.language-search { position: relative; margin: 25px 0 18px; }
.language-search input { padding-inline-start: 44px; background: var(--soft); }
.language-search::before { content: "⌕"; position: absolute; inset-inline-start: 15px; top: 50%; z-index: 1; transform: translateY(-50%); color: var(--green); font-size: 1.25rem; }
.language-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.language-option { position: relative; min-width: 0; min-height: 100px; padding: 14px 38px 13px 14px; display: flex; flex-direction: column; align-items: flex-start; text-align: start; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: border-color .16s, background .16s, transform .16s; font-family: "Nirmala UI", "Noto Sans", Inter, ui-sans-serif, sans-serif; }
.language-option[dir="rtl"] { padding: 14px 14px 13px 38px; }
.language-option:hover { transform: translateY(-2px); border-color: #8bb89b; background: var(--soft); }
.language-option[aria-pressed="true"] { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }
.language-option-names { display: flex; flex-direction: column; align-items: flex-start; }
.language-option[dir="rtl"] .language-option-names { align-items: flex-end; }
.language-option-names strong { color: var(--ink); font-size: 1rem; line-height: 1.35; }
.language-option-names small { margin-top: 2px; color: var(--muted); font-size: .68rem; }
.language-option-regions { margin-top: auto; padding-top: 9px; color: #78847d; font-size: .59rem; line-height: 1.35; }
.language-option-check { position: absolute; inset-block-start: 12px; inset-inline-end: 12px; width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.language-empty { grid-column: 1 / -1; padding: 30px; color: var(--muted); background: var(--soft); border-radius: 12px; text-align: center; }
.language-footnote { margin: 20px 0 0; padding: 13px 15px; color: #675019; background: var(--gold-soft); border-radius: 9px; font-size: .72rem; }
html.language-rtl body { font-family: "Nirmala UI", "Segoe UI", Arial, sans-serif; }
html.language-rtl .site-logo img, html.language-rtl .hero-frame img, html.language-rtl .footer-brand img { direction: ltr; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .18s, box-shadow .18s, color .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary, .header-cta { background: var(--green); color: var(--white); box-shadow: 0 10px 24px rgba(18, 99, 58, .2); }
.button.primary:hover, .header-cta:hover { background: var(--green-2); }
.button.secondary { color: var(--blue); background: var(--white); border-color: #b8ccd8; }
.button.secondary:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }
.button.light { color: var(--green-2); background: var(--white); }
.button.outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.46); }
.button.full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button-row.center { justify-content: center; }
.text-link { color: var(--green); font-weight: 750; display: inline-flex; align-items: center; gap: 6px; }
.text-link span { transition: transform .18s; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { display: inline-block; margin-bottom: 13px; color: var(--green); font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #d5eedc; }
.category-tag { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border-radius: 99px; color: var(--green); background: var(--green-soft); font-size: .69rem; font-weight: 800; letter-spacing: .04em; }
.category-tag.gold { color: #7b5504; background: var(--gold-soft); }
.icon-mark { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #a9cbb5; border-radius: 15px; color: var(--green); background: linear-gradient(145deg, #fff, #edf7f0); font-size: .78rem; font-weight: 900; letter-spacing: .06em; }

.install-notice { color: #654b14; background: var(--gold-soft); border-bottom: 1px solid #ead7a2; padding: 8px 0; text-align: center; font-size: .86rem; }
.install-notice a { font-weight: 800; text-decoration: underline; }
.toast { border-bottom: 1px solid; font-weight: 650; }
.toast .container { min-height: 46px; display: flex; align-items: center; justify-content: space-between; }
.toast button { border: 0; background: transparent; font-size: 1.35rem; cursor: pointer; }
.toast.success { color: #155332; background: #eaf7ef; border-color: #bddfc9; }
.toast.error { color: #7e2626; background: #fff0f0; border-color: #f0c4c4; }
.toast.warning { color: #6f4e09; background: #fff8e5; border-color: #e7d59d; }

.home-hero { padding: 22px 0 56px; background: radial-gradient(circle at 50% 20%, #edf5fa 0, #f7faf8 46%, #fff 76%); overflow: hidden; }
.hero-frame { position: relative; padding: 10px; background: var(--white); border: 1px solid rgba(12,75,122,.14); border-radius: 24px; box-shadow: var(--shadow); }
.hero-frame img { width: 100%; border-radius: 16px; }
.hero-badge { position: absolute; left: 28px; bottom: 25px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; color: var(--ink); background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); font-size: .75rem; font-weight: 800; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #2f9a55; box-shadow: 0 0 0 4px rgba(47,154,85,.14); }
.hero-conversion { position: relative; z-index: 2; width: min(calc(100% - 72px), 1100px); margin-top: -24px; padding: 34px 38px; display: grid; grid-template-columns: 1.55fr .8fr; align-items: center; gap: 42px; background: var(--white); border-radius: 20px; box-shadow: var(--shadow); }
.hero-conversion h1 { max-width: 730px; margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.65rem); }
.hero-conversion p { max-width: 760px; margin-bottom: 0; font-size: 1.02rem; }
.hero-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.hero-actions .text-link { justify-content: center; padding-top: 5px; }

.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading.left { margin-inline: 0; text-align: left; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.03rem; }
.domain-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.domain-card { min-width: 0; padding: 25px 19px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s, box-shadow .2s; }
.domain-card:hover { transform: translateY(-6px); border-color: #91baa0; box-shadow: var(--shadow); }
.domain-card h3 { margin: 18px 0 9px; }
.domain-card p { min-height: 104px; margin-bottom: 14px; color: var(--muted); font-size: .88rem; }
.domain-card > span:last-child { color: var(--green); font-size: .78rem; font-weight: 800; }
.trust-section { padding: 34px 0; color: var(--white); background: linear-gradient(100deg, var(--blue-2), var(--blue), var(--green)); }
.trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.trust-item { padding: 7px 22px; border-left: 1px solid rgba(255,255,255,.18); }
.trust-item:first-child { border-left: 0; }
.trust-item strong { display: block; color: var(--white); font-size: 1.25rem; letter-spacing: -.02em; }
.trust-item span { display: block; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.4; }

.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.service-card, .article-card, .principle-card, .module-card { position: relative; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 30px rgba(20,62,43,.05); transition: transform .18s, box-shadow .18s, border-color .18s; }
.service-card:hover, .article-card:hover { transform: translateY(-4px); border-color: #a7cbb3; box-shadow: var(--shadow-sm); }
.service-card .card-top { min-height: 28px; display: flex; justify-content: space-between; align-items: start; margin-bottom: 22px; }
.card-number { color: #a2afa9; font-size: .73rem; font-weight: 800; }
.service-card h2, .service-card h3 { margin-bottom: 12px; font-size: 1.2rem; }
.service-card h2 a:hover, .service-card h3 a:hover { color: var(--green); }
.service-card p, .article-card p { color: var(--muted); font-size: .9rem; }
.section-action { display: flex; justify-content: center; margin-top: 36px; }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.feature-visual { position: relative; min-height: 430px; padding: 45px; border-radius: var(--radius-lg); overflow: hidden; }
.market-visual { color: var(--white); background: radial-gradient(circle at 20% 20%, #257149, transparent 32%), linear-gradient(145deg, #092f4e, #0c4b7a 55%, #12633a); }
.market-visual::before, .market-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.market-visual::before { width: 350px; height: 350px; right: -140px; top: -90px; }
.market-visual::after { width: 240px; height: 240px; left: -110px; bottom: -90px; }
.visual-kicker { position: relative; z-index: 1; font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.match-card { position: relative; z-index: 2; margin-top: 75px; padding: 28px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: 0 30px 60px rgba(0,0,0,.22); transform: rotate(-1deg); }
.match-card span, .match-card small { display: block; color: var(--muted); font-size: .75rem; }
.match-card strong { display: block; margin: 8px 0 20px; font-size: 1.12rem; }
.match-meter { height: 8px; margin-bottom: 11px; background: #e6eee9; border-radius: 99px; }
.match-meter i { display: block; width: 76%; height: 100%; background: linear-gradient(90deg, var(--green), #5aaa59); border-radius: inherit; }
.mini-card { position: absolute; z-index: 3; padding: 10px 14px; color: var(--green-2); background: var(--white); border-radius: 10px; box-shadow: var(--shadow-sm); font-size: .76rem; font-weight: 800; }
.mini-card.one { right: 18px; top: 120px; transform: rotate(4deg); }
.mini-card.two { left: 22px; bottom: 26px; transform: rotate(-3deg); }
.feature-copy h2 { margin-bottom: 18px; }
.feature-copy p { color: var(--muted); }
.check-list { padding: 0; margin: 26px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 31px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: .72rem; font-weight: 900; }

.institution-preview { background: #fff; }
.logo-word-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.logo-word-grid a { min-height: 128px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s; }
.logo-word-grid a:hover { background: var(--soft); }
.logo-word-grid strong { color: var(--blue); font-size: 1.1rem; }
.logo-word-grid span { margin-top: 7px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.article-card { min-height: 240px; }
.article-card h2, .article-card h3 { margin: 18px 0 12px; font-size: 1.22rem; }
.keyword-line { margin: 18px 0; color: #77837c; font-size: .74rem; }
.article-index { position: absolute; right: 24px; top: 24px; color: #b9c3be; font-size: .72rem; font-weight: 850; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-grid.four-plans { grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.price-card.featured { color: rgba(255,255,255,.83); background: linear-gradient(145deg, var(--blue-2), var(--green-2)); border-color: transparent; transform: translateY(-10px); box-shadow: var(--shadow); }
.price-card.featured h2, .price-card.featured h3, .price-card.featured strong { color: var(--white); }
.price-card h2, .price-card h3 { margin: 4px 0 14px; }
.price-card p { color: var(--muted); font-size: .9rem; }
.price-card.featured p { color: rgba(255,255,255,.7); }
.price-card ul { min-height: 142px; padding-left: 20px; margin: 22px 0; }
.price-card li { margin: 9px 0; }
.price-card strong { display: block; margin: 22px 0; color: var(--green); }
.popular { position: absolute; right: 18px; top: 18px; padding: 5px 9px; color: #704c00; background: #f8d778; border-radius: 99px; font-size: .63rem; font-weight: 900; text-transform: uppercase; }
.payment-explainer { margin-top: 55px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.payment-explainer > div { padding: 26px; border-right: 1px solid var(--line); }
.payment-explainer > div:last-child { border-right: 0; }
.payment-explainer span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-size: .74rem; font-weight: 850; }
.payment-explainer strong { display: block; margin: 14px 0 5px; color: var(--ink); }
.payment-explainer p { margin: 0; color: var(--muted); font-size: .8rem; }

.page-hero { position: relative; padding: 100px 0 90px; text-align: center; overflow: hidden; background: radial-gradient(circle at 20% 0, #dcefe3, transparent 33%), radial-gradient(circle at 85% 100%, #dbeaf4, transparent 38%), linear-gradient(145deg, #f9fbfa, #eef5f1); border-bottom: 1px solid var(--line); }
.page-hero::before { content: ""; position: absolute; inset: auto auto -120px -120px; width: 300px; height: 300px; border: 1px solid rgba(18,99,58,.12); border-radius: 50%; }
.page-hero h1 { margin-bottom: 22px; }
.page-hero p { max-width: 760px; margin: 0 auto 30px; color: #50606d; font-size: 1.1rem; }

.about-grid { align-items: start; }
.value-stack { display: grid; gap: 14px; }
.value-stack > div { padding: 22px 24px; display: grid; grid-template-columns: 52px 1fr; gap: 5px 18px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.value-stack strong { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); border-radius: 12px; }
.value-stack h3, .value-stack p { margin: 0; }
.value-stack p { color: var(--muted); font-size: .87rem; }
.principle-card { min-height: 245px; }
.principle-card h3 { margin: 22px 0 10px; }
.principle-card p { color: var(--muted); font-size: .88rem; }
.prose p { font-size: 1.03rem; }

.filter-bar { position: sticky; top: 94px; z-index: 20; margin-bottom: 32px; padding: 11px; display: flex; gap: 7px; overflow-x: auto; background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); scrollbar-width: thin; }
.filter-bar button { flex: 0 0 auto; padding: 9px 13px; border: 0; border-radius: 8px; color: #50605a; background: transparent; font-size: .78rem; font-weight: 750; cursor: pointer; }
.filter-bar button.active, .filter-bar button:hover { color: var(--white); background: var(--green); }
.service-card[hidden] { display: none; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .72fr); gap: 70px; align-items: start; }
.detail-main h2 { margin: 38px 0 14px; font-size: 1.75rem; }
.detail-main h2:first-of-type { margin-top: 0; }
.detail-aside { position: sticky; top: 115px; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.detail-aside h3 { margin: 20px 0 10px; }
.process-doc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.document-list { padding: 0; list-style: none; }
.document-list li { margin-bottom: 10px; padding: 12px 15px; display: flex; gap: 12px; align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: 9px; }
.document-list li span { color: var(--green); font-weight: 900; }
.process-list { padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; min-height: 58px; padding: 0 0 22px 58px; }
.process-list li::before { content: ""; position: absolute; left: 21px; top: 38px; bottom: -2px; width: 1px; background: #b8ccbf; }
.process-list li:last-child::before { display: none; }
.process-list li > span { position: absolute; left: 0; top: -5px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 12px; font-size: .73rem; font-weight: 850; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable-grid > div { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.deliverable-grid h3 { margin: 18px 0 8px; }
.deliverable-grid p { color: var(--muted); font-size: .86rem; }
.faq-block { max-width: 820px; margin: 70px auto 0; }
.faq-block h2 { margin-bottom: 24px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 19px 34px 19px 0; color: var(--ink); font-weight: 750; cursor: pointer; }
details p { padding-right: 30px; color: var(--muted); }

.module-card > span { color: var(--blue); font-size: .72rem; font-weight: 850; }
.module-card h3 { margin: 30px 0 10px; }
.module-card p { color: var(--muted); font-size: .87rem; }
.dashboard-mock { padding: 12px; background: #dce8e1; border-radius: 22px; box-shadow: var(--shadow); }
.mock-top { height: 35px; padding-left: 8px; display: flex; align-items: center; gap: 6px; background: var(--white); border-radius: 12px 12px 0 0; }
.mock-top span { width: 7px; height: 7px; background: #cad6cf; border-radius: 50%; }
.mock-grid { min-height: 330px; display: grid; grid-template-columns: 82px 1fr; background: var(--white); border-radius: 0 0 12px 12px; overflow: hidden; }
.mock-grid aside { padding: 25px 18px; background: var(--blue-2); }
.mock-grid aside i { display: block; height: 9px; margin-bottom: 18px; background: rgba(255,255,255,.22); border-radius: 99px; }
.mock-grid > div { padding: 30px; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mock-stats b { padding: 12px; color: var(--blue); background: var(--blue-soft); border-radius: 9px; font-size: 1.1rem; }
.mock-stats small { display: block; color: var(--muted); font-size: .52rem; font-weight: 600; }
.mock-chart { height: 140px; margin-top: 25px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid var(--line); }
.mock-chart i { flex: 1; height: 45%; background: #79ad8b; border-radius: 4px 4px 0 0; }
.mock-chart i:nth-child(2) { height: 67%; }.mock-chart i:nth-child(3) { height: 52%; }.mock-chart i:nth-child(4) { height: 85%; }.mock-chart i:nth-child(5) { height: 72%; }.mock-chart i:nth-child(6) { height: 95%; }

.workflow-row { display: grid; grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr; align-items: center; }
.workflow-row > div { text-align: center; }
.workflow-row > i { height: 1px; background: #a8beb1; }
.workflow-row span { width: 48px; height: 48px; margin: 0 auto 13px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 850; }
.workflow-row h3 { margin-bottom: 4px; }
.workflow-row p { margin: 0; color: var(--muted); font-size: .82rem; }
.form-layout { display: grid; grid-template-columns: .78fr 1.35fr; gap: 74px; align-items: start; }
.notice-card { margin-top: 30px; padding: 20px; color: #654b14; background: var(--gold-soft); border: 1px solid #ead7a2; border-radius: var(--radius-sm); }
.notice-card p { margin: 5px 0 0; font-size: .84rem; }
.panel { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid.compact { gap: 14px; }
.form-grid h2, .form-grid h3 { margin: 14px 0 0; }
.form-grid h2 { grid-column: 1 / -1; padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 1.35rem; }
.form-grid .span-2 { grid-column: 1 / -1; }
label { display: flex; flex-direction: column; gap: 7px; color: #35453e; font-size: .8rem; font-weight: 750; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; min-height: 46px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #c8d5cf; border-radius: 9px; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(18,99,58,.1); }
.check-field { flex-direction: row; align-items: start; gap: 11px; padding: 13px; background: var(--soft); border-radius: 9px; }
.check-field input { flex: 0 0 18px; width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--green); }
.check-field span { color: #4d5c55; font-weight: 550; line-height: 1.5; }

.source-policy { margin-bottom: 35px; padding: 22px 26px; display: grid; grid-template-columns: 150px 1fr; gap: 24px; color: #684c0e; background: var(--gold-soft); border: 1px solid #ead7a2; border-radius: var(--radius); }
.source-policy span { font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.source-policy p { margin: 0; }
.institution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.institution-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); }
.institution-card h2 { margin: 20px 0 12px; font-size: 1.25rem; }
.institution-card p { color: var(--muted); font-size: .88rem; }
.institution-card dl { margin: 22px 0; }
.institution-card dt { margin-top: 12px; color: var(--ink); font-size: .75rem; font-weight: 850; }
.institution-card dd { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.source-note { padding: 10px; background: var(--soft); border-radius: 8px; }
.article-feature { margin-bottom: 48px; padding: 45px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; color: rgba(255,255,255,.82); background: linear-gradient(145deg, var(--blue-2), var(--green)); border-radius: var(--radius-lg); }
.article-feature h2 { color: var(--white); }
.calendar-art { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.calendar-art span { aspect-ratio: 1; display: grid; place-items: center; color: var(--white); background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; font-size: 1.5rem; font-weight: 850; }
.calendar-art strong, .calendar-art small { grid-column: 1 / -1; text-align: center; }
.calendar-art small { opacity: .7; }
.legal-note { margin-top: 30px; padding: 20px 24px; background: var(--blue-soft); border-left: 4px solid var(--blue); border-radius: 4px 12px 12px 4px; }
.legal-note p { margin: 4px 0 0; color: #4a5f6c; font-size: .88rem; }

.auth-section { padding: 80px 0; background: radial-gradient(circle at 0 0, #dceee3, transparent 30%), #f6f9f7; }
.auth-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.auth-copy h1 { font-size: clamp(2.4rem, 4.8vw, 4rem); }
.auth-panel { padding: 38px; }
.auth-tabs { margin-bottom: 26px; display: grid; grid-template-columns: 1fr 1fr; padding: 5px; background: var(--soft); border-radius: 10px; }
.auth-tabs button { padding: 10px; border: 0; border-radius: 7px; background: transparent; font-weight: 750; cursor: pointer; }
.auth-tabs button.active { color: var(--green); background: var(--white); box-shadow: var(--shadow-sm); }
.stack-form { display: grid; gap: 16px; }
.contact-card { margin-bottom: 14px; padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-card .eyebrow { margin-bottom: 5px; }
.contact-card a, .contact-card strong { display: block; color: var(--blue); font-size: 1.08rem; }
.contact-card p { margin: 6px 0 0; color: var(--muted); font-size: .84rem; }
.draft-alert { margin-bottom: 35px; padding: 23px; color: #694d0e; background: var(--gold-soft); border: 1px solid #e8d49a; border-radius: 12px; }
.draft-alert p { margin: 5px 0 0; }
.empty-state { min-height: 560px; padding: 100px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-state > span { color: #bdc8c2; font-size: 5rem; font-weight: 900; }
.empty-state h1 { max-width: 700px; }

.portal-head { padding: 42px 0; color: rgba(255,255,255,.74); background: linear-gradient(110deg, var(--blue-2), var(--green-2)); }
.portal-head .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.portal-head h1 { margin-bottom: 4px; color: var(--white); font-size: clamp(2rem, 4vw, 3rem); }
.portal-head p { margin: 0; }
.portal-head .status-badge { vertical-align: middle; }
.portal-section { padding: 46px 0 90px; background: #f4f7f5; }
.portal-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 30px; align-items: start; }
.portal-nav { position: sticky; top: 112px; display: grid; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.portal-nav a { padding: 10px 12px; border-radius: 8px; color: #526159; font-size: .8rem; font-weight: 750; }
.portal-nav a:hover, .portal-nav a.active { color: var(--green); background: var(--green-soft); }
.portal-content { min-width: 0; }
.portal-title { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.portal-title .eyebrow { margin-bottom: 6px; }
.portal-title h2 { margin: 0; font-size: 2rem; }
.stat-grid { margin-bottom: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.stat-card { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 5px 20px rgba(25,64,47,.04); }
.stat-card span { color: var(--muted); font-size: .75rem; font-weight: 750; }
.stat-card strong { display: block; margin: 8px 0 3px; color: var(--blue); font-size: 1.7rem; line-height: 1; }
.stat-card small { color: #8a958f; font-size: .68rem; }
.portal-grid { display: grid; gap: 20px; }
.portal-grid.two { grid-template-columns: 1fr 1fr; }
.panel h2, .panel h3 { margin-bottom: 18px; }
.panel-title { display: flex; align-items: center; justify-content: space-between; }
.panel-title a { color: var(--green); font-size: .78rem; font-weight: 750; }
.key-values { margin: 0 0 18px; }
.key-values dt { margin-top: 10px; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.key-values dd { margin: 3px 0; color: var(--ink); font-weight: 650; }
.status-badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 99px; color: #49615a; background: #edf2ef; font-size: .64rem; font-weight: 850; letter-spacing: .03em; white-space: nowrap; }
.status-active, .status-paid, .status-completed, .status-verified, .status-published, .status-resolved { color: #135933; background: #dff3e7; }
.status-new, .status-new_lead, .status-submitted, .status-open, .status-in_progress, .status-matching { color: #164f77; background: #e2f0f8; }
.status-pending, .status-pending_verification, .status-verification_pending, .status-documents_pending, .status-under_review, .status-needs_review { color: #73500a; background: #fbf0cf; }
.status-rejected, .status-failed, .status-cancelled, .status-disabled, .status-expired { color: #842e2e; background: #fae4e4; }
.table-wrap { margin-bottom: 26px; overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 4px 18px rgba(30,60,45,.04); }
table { width: 100%; border-collapse: collapse; font-size: .78rem; }
th { padding: 13px 15px; color: #627068; background: #f4f7f5; text-align: left; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
td { min-width: 110px; padding: 14px 15px; border-top: 1px solid var(--line); vertical-align: middle; }
td strong { color: var(--ink); }
td small { display: block; margin-top: 3px; color: var(--muted); }
td a { color: var(--green); font-weight: 750; }
.empty-cell { color: var(--muted); text-align: center; }
.portal-form { margin-top: 24px; }
.note { padding: 13px 15px; color: #5d6b64; background: #eef3f0; border-radius: 8px; font-size: .8rem; }
.list-row { padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.list-row:first-of-type { border-top: 0; }
.list-row strong { display: block; color: var(--ink); font-size: .84rem; }
.list-row small { display: block; color: var(--muted); font-size: .7rem; }
.admin-head { background: linear-gradient(110deg, #102f48, #0d4b54); }
.admin-layout { grid-template-columns: 220px minmax(0, 1fr); }
.admin-stats { grid-template-columns: repeat(3, 1fr); }
.admin-search { display: flex; gap: 8px; }
.admin-search input { width: 260px; }
.inline-status { min-width: 180px; display: flex; align-items: center; gap: 6px; }
.inline-status select { min-height: 34px; padding: 6px 8px; font-size: .7rem; }
.inline-status button { min-height: 34px; padding: 6px 9px; border: 0; border-radius: 7px; color: var(--white); background: var(--blue); font-size: .68rem; font-weight: 750; cursor: pointer; }
.metric-row { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.metric-row strong { color: var(--blue); }

.cta-band { padding: 52px 0; color: rgba(255,255,255,.78); background: linear-gradient(110deg, var(--green-2), var(--blue)); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.cta-band h2 { max-width: 780px; margin: 0; color: var(--white); font-size: clamp(1.7rem, 3vw, 2.55rem); }
.cta-band .button-row { flex: 0 0 auto; }
.site-footer { color: rgba(255,255,255,.72); background: #082d48; }
.footer-grid { padding: 62px 0 40px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 56px; }
.footer-brand img { width: 230px; padding: 6px; background: var(--white); border-radius: 9px; }
.footer-brand > p { margin: 15px 0 4px; color: #d6ebde; font-weight: 750; }
.footer-brand .footer-small { max-width: 360px; color: rgba(255,255,255,.55); font-size: .79rem; font-weight: 400; }
.footer-grid h3 { color: var(--white); font-size: .9rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a, .footer-grid span { font-size: .79rem; }
.footer-grid a:hover { color: var(--white); }
.disclaimer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); font-size: .72rem; line-height: 1.6; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .72rem; }
.footer-bottom span:last-child { display: flex; gap: 18px; }

.installer-page { min-height: 100vh; background: radial-gradient(circle at top, #e4f0e8, #f5f8f6 50%); }
.installer-shell { width: min(calc(100% - 36px), 860px); margin: 0 auto; padding: 50px 0 80px; }
.brand-link img { width: 230px; margin: 0 auto 25px; }
.installer-card { padding: 42px; }
.installer-card > h1 { font-size: 2.5rem; }
.requirement-grid { margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.requirement { padding: 10px; display: flex; align-items: center; gap: 10px; background: var(--soft); border-radius: 8px; font-size: .78rem; }
.requirement span { width: 34px; padding: 3px; text-align: center; border-radius: 99px; font-size: .62rem; font-weight: 850; }
.requirement.pass span { color: var(--success); background: #dff3e7; }
.requirement.fail span { color: var(--danger); background: #fae4e4; }
.alert { margin: 12px 0; padding: 12px 14px; border-radius: 8px; }
.alert.error { color: #842e2e; background: #fae4e4; }

@media (max-width: 1180px) {
  .site-logo img { width: 184px; }
  .header-inner { gap: 13px; }
  .primary-nav a { padding-inline: 6px; font-size: .75rem; }
  .domain-grid { grid-template-columns: repeat(3, 1fr); }
  .domain-card p { min-height: 65px; }
  .pricing-grid.four-plans { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
}

@media (max-width: 980px) {
  .utility-bar { display: none; }
  .header-inner { height: 74px; }
  .site-logo img { width: 188px; height: 60px; }
  .mobile-language { display: inline-flex; margin-inline-start: auto; }
  .menu-toggle { display: block; margin-inline-start: 0; }
  .header-cta { display: none; }
  .primary-nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; grid-template-columns: 1fr 1fr; }
  .primary-nav a { padding: 11px; font-size: .83rem; }
  .hero-conversion { grid-template-columns: 1fr; gap: 24px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .text-link { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .trust-item:nth-child(4) { border-left: 0; }
  .card-grid.three, .institution-grid { grid-template-columns: 1fr 1fr; }
  .card-grid.four { grid-template-columns: 1fr 1fr; }
  .split-grid { gap: 42px; }
  .logo-word-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .service-detail-grid, .process-doc-grid { gap: 40px; }
  .form-layout { grid-template-columns: 1fr; gap: 36px; }
  .auth-grid { grid-template-columns: 1fr; gap: 35px; }
  .auth-copy { max-width: 700px; }
  .portal-layout, .admin-layout { grid-template-columns: 1fr; }
  .portal-nav { position: static; display: flex; overflow-x: auto; }
  .portal-nav a { flex: 0 0 auto; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  .container, .container.narrow, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .language-panel { inset: 0; width: 100%; padding: 24px 18px; border: 0; border-radius: 0; }
  .language-panel-head h2 { font-size: 1.65rem; }
  .language-results { grid-template-columns: 1fr 1fr; }
  .section { padding: 70px 0; }
  .home-hero { padding-top: 10px; }
  .hero-frame { padding: 5px; border-radius: 14px; }
  .hero-frame img { border-radius: 10px; }
  .hero-badge { display: none; }
  .hero-conversion { width: min(calc(100% - 28px), 1100px); margin-top: 12px; padding: 26px 22px; border-radius: 16px; }
  .hero-conversion h1 { font-size: 2.2rem; }
  .domain-grid { grid-template-columns: 1fr 1fr; }
  .domain-card p { min-height: 86px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3), .trust-item:nth-child(5) { border-left: 0; }
  .trust-item:nth-child(4) { border-left: 1px solid rgba(255,255,255,.18); }
  .card-grid.three, .card-grid.four, .institution-grid { grid-template-columns: 1fr; }
  .split-grid { grid-template-columns: 1fr; }
  .feature-visual { min-height: 390px; }
  .logo-word-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid.four-plans { grid-template-columns: 1fr; }
  .payment-explainer { grid-template-columns: 1fr 1fr; }
  .payment-explainer > div:nth-child(2) { border-right: 0; }
  .payment-explainer > div { border-bottom: 1px solid var(--line); }
  .payment-explainer > div:nth-child(n+3) { border-bottom: 0; }
  .page-hero { padding: 72px 0; }
  .page-hero h1 { font-size: 2.6rem; }
  .service-detail-grid, .process-doc-grid { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .deliverable-grid { grid-template-columns: 1fr; }
  .workflow-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  .workflow-row > i { display: none; }
  .article-feature { grid-template-columns: 1fr; padding: 30px; }
  .portal-grid.two { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: start; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: start; }
  .installer-card { padding: 28px 22px; }
}

@media (max-width: 540px) {
  .site-logo img { width: 166px; height: 54px; }
  .mobile-language { min-width: 48px; padding-inline: 7px; }
  .language-results { grid-template-columns: 1fr; }
  .primary-nav.open { grid-template-columns: 1fr; max-height: calc(100vh - 90px); overflow-y: auto; }
  .hero-actions, .domain-grid { grid-template-columns: 1fr; }
  .domain-card p { min-height: auto; }
  .trust-item { padding-inline: 13px; }
  .trust-item strong { font-size: 1.05rem; }
  .logo-word-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2, .form-grid h2 { grid-column: auto; }
  .source-policy { grid-template-columns: 1fr; gap: 5px; }
  .workflow-row { grid-template-columns: 1fr; }
  .price-card { padding: 28px 22px; }
  .payment-explainer { grid-template-columns: 1fr; }
  .payment-explainer > div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .payment-explainer > div:last-child { border-bottom: 0 !important; }
  .auth-panel { padding: 24px 18px; }
  .portal-head .container, .portal-title { align-items: start; flex-direction: column; }
  .portal-head h1 { font-size: 2rem; }
  .stat-grid, .admin-stats { grid-template-columns: 1fr; }
  .admin-search { width: 100%; }
  .admin-search input { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom span:last-child { flex-wrap: wrap; }
  .requirement-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
