:root {
  --ink: #102d2b;
  --ink-soft: #284744;
  --muted: #617673;
  --green-950: #073c39;
  --green-900: #084944;
  --green-800: #0c5a53;
  --mint: #27b59f;
  --mint-dark: #15947f;
  --mint-soft: #dff6ef;
  --paper: #fbfdfb;
  --paper-green: #f2f7f3;
  --sand: #f4f2e9;
  --gold: #d5ac55;
  --line: rgba(10, 61, 58, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --white: #ffffff;
  --shadow-sm: 0 12px 34px rgba(13, 73, 67, 0.08);
  --shadow: 0 28px 80px rgba(13, 73, 67, 0.14);
  --radius-sm: 13px;
  --radius: 20px;
  --radius-lg: 32px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.site-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute !important; 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; inset: 10px auto auto 10px; z-index: 1000; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.desktop-only { display: inline-flex; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(251, 253, 251, 0.9); backdrop-filter: blur(18px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(13,73,67,.06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark, .chat-avatar, .mini-avatar {
  display: grid; place-items: center; color: #fff; background: var(--green-950); font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.brand-mark { width: 43px; height: 43px; border-radius: 14px 14px 14px 5px; font-size: 23px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 21px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 24px; color: #395956; font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; border-radius: 2px; background: var(--mint); transition: width .2s ease; }
.main-nav a:hover { color: var(--green-800); }
.main-nav a:hover::after { width: 100%; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--green-950); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(39,181,159,.38); outline-offset: 3px; }
.button-small { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.button-outline { border-color: var(--line); background: #fff; }
.button-outline:hover { border-color: rgba(39,181,159,.38); color: var(--green-800); }
.button-primary { color: #fff; background: var(--green-950); box-shadow: 0 12px 28px rgba(7,60,57,.2); }
.button-primary:hover { background: var(--green-800); box-shadow: 0 16px 34px rgba(7,60,57,.26); }
.button-mint { color: var(--green-950); background: #7ce3c7; box-shadow: 0 12px 26px rgba(39,181,159,.2); }
.button-mint:hover { background: #9cebd6; }
.button-quiet { border-color: var(--line); background: transparent; }
.text-link { align-items: center; gap: 7px; color: var(--green-800); font-size: 12px; font-weight: 700; }
.text-link:hover { color: var(--mint-dark); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 12% 12%, rgba(39,181,159,.13), transparent 26%), linear-gradient(180deg, #fbfdfb 0%, #f3f7f3 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 64px 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green-800); font-size: 12px; font-weight: 700; }
.eyebrow > span { width: 30px; height: 1px; background: var(--mint); }
.hero h1 { margin: 0; font-size: clamp(43px, 5.2vw, 70px); line-height: 1.25; letter-spacing: -.045em; }
.hero h1 em { color: var(--green-800); font-style: normal; }
.hero-lead { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 19px; margin: 27px 0 0; padding: 0; list-style: none; color: #55706d; font-size: 10px; font-weight: 600; }
.hero-trust li { display: flex; align-items: center; gap: 7px; }
.hero-trust span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--mint-soft); font-size: 9px; }
.brand-intro-section { padding: 34px 0 0; background: #fff; }
.brand-intro-card { display: grid; grid-template-columns: .9fr 1.35fr auto; align-items: center; gap: 38px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-green); }
.brand-intro-card h2 { margin: 7px 0 0; font-size: 22px; line-height: 1.55; }
.brand-intro-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 2; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(12,90,83,.12); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 365px; height: 365px; border-style: dashed; animation: orbit 38s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.chat-card { position: relative; z-index: 2; width: min(390px,88%); overflow: hidden; border: 1px solid rgba(10,61,58,.1); border-radius: 27px; background: #fff; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.chat-head { display: flex; align-items: center; gap: 11px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.chat-head > span:nth-child(2) { display: grid; line-height: 1.35; }
.chat-head strong { font-size: 13px; }
.chat-head small, .detail-chat-head small { color: var(--muted); font-size: 9px; }
.chat-head i, .detail-chat-head i { display: inline-block; width: 6px; height: 6px; margin-left: 4px; border-radius: 50%; background: #2bc98f; }
.chat-head b { margin-right: auto; color: #93a5a3; letter-spacing: 2px; }
.chat-avatar { width: 38px; height: 38px; border-radius: 50%; }
.chat-body { min-height: 280px; padding: 24px 18px; background: #f7faf8; }
.message { max-width: 84%; padding: 13px 15px; font-size: 11px; line-height: 1.8; }
.message-user { margin-right: auto; border-radius: 15px 15px 4px 15px; color: #fff; background: var(--green-800); }
.message-bot { display: flex; gap: 9px; margin-top: 17px; padding: 0; }
.message-bot > div { padding: 13px 15px; border: 1px solid var(--line); border-radius: 15px 15px 15px 4px; background: #fff; }
.mini-avatar { flex: 0 0 auto; width: 25px; height: 25px; border-radius: 9px; font-size: 10px; }
.source-chip { width: max-content; margin: 12px 34px 0 0; padding: 7px 10px; border-radius: 8px; color: var(--green-800); background: var(--mint-soft); font-size: 8px; font-weight: 700; }
.source-chip span { margin-left: 5px; }
.chat-compose { display: flex; align-items: center; justify-content: space-between; margin: 12px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 12px; color: #97a5a4; font-size: 9px; }
.chat-compose b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--green-950); font-size: 15px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(10,61,58,.1); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 16px 35px rgba(13,73,67,.12); color: #55706d; font-size: 9px; font-weight: 700; backdrop-filter: blur(8px); }
.floating-note span { color: var(--green-800); font-size: 13px; }
.note-top { top: 76px; right: 0; }
.note-bottom { left: -4px; bottom: 65px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 33px; }
.section-heading.centered { display: grid; justify-items: center; max-width: 720px; margin-inline: auto; text-align: center; }
.section-kicker { color: var(--mint-dark); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.section-heading h2, .questions-copy h2, .stat-intro h2, .trust-card h2, .faq-intro h2, .final-cta h2 { margin: 6px 0 0; font-size: clamp(30px,3.4vw,44px); line-height: 1.4; letter-spacing: -.03em; }
.section-heading p { max-width: 610px; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.section-heading > a { color: var(--green-800); font-size: 12px; font-weight: 700; }
.split-heading > div { max-width: 560px; }
.split-heading > p { max-width: 440px; }

.university-section { padding: 100px 0 108px; background: #fff; }
.university-toolbar, .directory-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.search-box { width: min(520px,100%); min-height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border: 1px solid var(--line); border-radius: 15px; background: #f9fbf9; transition: border-color .2s ease, box-shadow .2s ease; }
.search-box:focus-within { border-color: rgba(39,181,159,.6); box-shadow: 0 0 0 4px rgba(39,181,159,.1); }
.search-box > span { color: var(--green-800); font-size: 24px; line-height: 1; transform: rotate(-15deg); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: 12px; }
.search-box input::placeholder { color: #8da09d; }
.search-box kbd { padding: 4px 8px; border: 1px solid var(--line); border-radius: 7px; color: #82918f; background: #fff; font: 9px "Cairo", sans-serif; }
.university-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.university-card { min-height: 96px; display: flex; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.university-card:hover { transform: translateY(-3px); border-color: rgba(39,181,159,.35); box-shadow: var(--shadow-sm); }
.university-logo { position: relative; flex: 0 0 auto; width: 62px; height: 58px; display: grid; place-items: center; overflow: hidden; padding: 5px; border: 1px solid rgba(6,40,90,.09); border-radius: 15px; background: #fff; box-shadow: 0 6px 17px rgba(6,40,90,.07); }
.university-logo img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; background: #fff; }
.university-logo-fallback { position: absolute; inset: 0; display: grid; place-items: center; border-radius: inherit; color: var(--green-950); background: var(--mint-soft); font-weight: 800; }
.university-logo.accent-blue .university-logo-fallback { color: #285b77; background: #e2f0f7; }
.university-logo.accent-gold .university-logo-fallback { color: #775d28; background: #f7efd9; }
.university-logo.accent-violet .university-logo-fallback { color: #665389; background: #eee9f8; }
.university-name { min-width: 0; display: grid; }
.university-name strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.university-name small { margin-top: 5px; overflow: hidden; color: #82918f; font-size: 8px; direction: ltr; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.card-arrow { margin-right: auto; color: var(--green-800); }
.empty-state { padding: 24px; border: 1px dashed rgba(12,90,83,.28); border-radius: 16px; color: var(--muted); background: var(--paper-green); text-align: center; font-size: 12px; }
.university-more { display: flex; justify-content: center; margin-top: 27px; }

.how-section { position: relative; overflow: hidden; padding: 105px 0 115px; color: #fff; background: var(--green-950); }
.how-section::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 15% 10%, #7ce3c7 0, transparent 24%), radial-gradient(circle at 90% 100%, #d5ac55 0, transparent 25%); }
.how-section .site-container { position: relative; }
.section-heading-light p { color: rgba(255,255,255,.65); }
.section-heading-light .section-kicker { color: #7ce3c7; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 45px; }
.step-card { position: relative; min-height: 290px; padding: 27px; border: 1px solid var(--line-light); border-radius: 24px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.step-card.featured { color: var(--green-950); background: #fff; transform: translateY(-12px); box-shadow: 0 28px 60px rgba(0,0,0,.16); }
.step-number { color: rgba(255,255,255,.45); font-size: 10px; font-weight: 700; }
.featured .step-number { color: var(--mint-dark); }
.step-symbol { width: 57px; height: 57px; display: grid; place-items: center; margin-top: 31px; border: 1px solid var(--line-light); border-radius: 18px; color: #7ce3c7; background: rgba(255,255,255,.06); font-size: 24px; font-weight: 700; }
.featured .step-symbol { color: var(--green-800); background: var(--mint-soft); }
.step-card h3 { margin: 25px 0 8px; font-size: 18px; }
.step-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.9; }
.step-card.featured p { color: var(--muted); }

.features-section { padding: 112px 0; background: var(--paper); }
.feature-bento { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.feature-card { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 8px 24px rgba(13,73,67,.035); }
.feature-card.feature-wide { grid-column: span 2; }
.feature-card.feature-green { position: relative; overflow: hidden; color: #fff; background: var(--green-900); }
.feature-card.feature-green::after { content: ""; position: absolute; width: 190px; height: 190px; left: -65px; bottom: -80px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035); }
.feature-card.feature-soft { background: var(--mint-soft); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--green-800); background: var(--mint-soft); font-size: 21px; font-weight: 700; }
.feature-green .feature-icon { color: #7ce3c7; background: rgba(255,255,255,.09); }
.feature-soft .feature-icon { background: #fff; }
.feature-card h3 { margin: auto 0 8px; font-size: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.feature-green p { max-width: 78%; color: rgba(255,255,255,.68); }
.feature-tag { margin-top: 20px; padding: 6px 10px; border-radius: 99px; color: var(--green-800); background: #fff; font-size: 8px; font-weight: 800; }

.questions-section { padding: 105px 0; background: #fff; }
.questions-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 95px; }
.questions-copy { position: sticky; top: 125px; }
.questions-copy p, .faq-intro p { margin: 16px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.question-list, .detail-question-grid { display: grid; gap: 10px; }
.question-chip { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 19px; border: 1px solid var(--line); border-radius: 15px; color: var(--ink-soft); background: #fff; text-align: right; transition: border-color .2s ease, transform .2s ease, background .2s ease; }
.question-chip:hover { border-color: rgba(39,181,159,.45); background: var(--paper-green); transform: translateX(-3px); }
.question-chip span { font-size: 11px; font-weight: 600; }
.question-chip b { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--green-800); background: var(--mint-soft); font-size: 16px; }

.stats-section { padding: 0 0 105px; background: #fff; }
.stats-panel { display: grid; grid-template-columns: 1.45fr repeat(3,.75fr); align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--paper-green); }
.stat-intro, .stat-item { padding: 35px 30px; }
.stat-intro { background: var(--green-950); color: #fff; }
.stat-intro h2 { margin-top: 16px; font-size: 23px; }
.stat-intro p { margin: 10px 0 0; color: rgba(255,255,255,.58); font-size: 9px; }
.service-pill { width: max-content; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 99px; font-size: 8px; font-weight: 700; }
.service-pill i { width: 7px; height: 7px; border-radius: 50%; background: #d5ac55; box-shadow: 0 0 0 4px rgba(213,172,85,.12); }
.service-pill.service-online { color: #b9f6e4; background: rgba(124,227,199,.1); }
.service-pill.service-online i { background: #72e2c3; box-shadow: 0 0 0 4px rgba(114,226,195,.12); }
.service-pill.service-checking { color: #f2dfb5; background: rgba(213,172,85,.1); }
.stat-item { display: grid; place-content: center; text-align: center; }
.stat-item + .stat-item { border-right: 1px solid var(--line); }
.stat-item strong { color: var(--green-800); font-size: 34px; line-height: 1; }
.stat-item span { margin-top: 11px; color: var(--muted); font-size: 8px; }

.trust-section { padding: 0 0 108px; background: #fff; }
.trust-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 32px; border: 1px solid #eadab8; border-radius: 23px; background: #fdf9ef; }
.trust-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #e2c98f; border-radius: 17px; color: #7b622f; background: #f6e9c8; font-size: 24px; font-weight: 800; }
.trust-card h2 { font-size: 20px; }
.trust-card p { max-width: 740px; margin: 9px 0 0; color: #71654b; font-size: 10px; line-height: 1.9; }

.faq-section { padding: 110px 0; background: var(--paper-green); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; list-style: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; color: var(--green-800); background: #fff; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 0 23px; padding-left: 55px; color: var(--muted); font-size: 10px; line-height: 2; }

.final-cta { padding: 112px 0; background: #fff; }
.final-cta-card { position: relative; min-height: 350px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; overflow: hidden; padding: 55px 70px; border-radius: 32px; color: #fff; background: var(--green-950); }
.final-cta-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 5% 0%, rgba(124,227,199,.2), transparent 28%), radial-gradient(circle at 88% 120%, rgba(213,172,85,.18), transparent 30%); }
.cta-copy, .qr-card { position: relative; z-index: 2; }
.cta-copy .section-kicker { color: #7ce3c7; }
.final-cta h2 { max-width: 660px; font-size: clamp(34px,4.2vw,53px); }
.final-cta p { margin: 15px 0 27px; color: rgba(255,255,255,.65); font-size: 11px; }
.qr-card { padding: 13px; border-radius: 21px; background: #fff; box-shadow: 0 22px 45px rgba(0,0,0,.2); text-align: center; transform: rotate(-2deg); transition: transform .2s ease, box-shadow .2s ease; }
.qr-card:hover { transform: rotate(0) translateY(-3px); box-shadow: 0 27px 52px rgba(0,0,0,.24); }
.qr-card img { display: block; width: 150px; height: 150px; object-fit: contain; }
.qr-card span { display: block; padding-top: 6px; color: var(--muted); font-size: 7px; font-weight: 700; }
.cta-decoration { position: absolute; left: 28%; bottom: -190px; width: 360px; height: 360px; display: grid; place-items: start center; padding-top: 60px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025); color: rgba(255,255,255,.035); font-size: 180px; font-weight: 800; }

.site-footer { padding: 75px 0 22px; color: #fff; background: #052d2b; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .62fr .7fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand-light .brand-mark { color: var(--green-950); background: #7ce3c7; }
.brand-light .brand-copy small { color: rgba(255,255,255,.5); }
.footer-brand p, .footer-cta p { margin: 19px 0; color: rgba(255,255,255,.52); font-size: 9px; line-height: 1.9; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links strong, .footer-cta strong { margin-bottom: 7px; font-size: 11px; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 9px; }
.footer-links a:hover { color: #7ce3c7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: 8px; }
.mobile-telegram-cta { display: none; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 500; padding: 11px 16px; border-radius: 11px; color: #fff; background: var(--green-950); box-shadow: var(--shadow-sm); font-size: 10px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%,18px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Directory and detail pages */
.page-hero { padding: 82px 0 70px; background: radial-gradient(circle at 10% 0%, rgba(39,181,159,.13), transparent 28%), var(--paper-green); }
.page-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.page-hero h1, .legal-hero h1, .university-detail-copy h1 { margin: 8px 0 12px; font-size: clamp(42px,5vw,66px); line-height: 1.25; letter-spacing: -.04em; }
.page-hero p, .legal-hero p, .university-detail-copy > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.page-hero-count { display: grid; min-width: 135px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; text-align: center; }
.page-hero-count strong { color: var(--green-800); font-size: 34px; }
.page-hero-count span { color: var(--muted); font-size: 9px; }
.directory-section { padding: 70px 0 110px; background: #fff; }
.search-box-large { width: 100%; min-height: 62px; }
.directory-grid { grid-template-columns: repeat(3,1fr); }
.directory-help { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 50px; padding: 27px; border-radius: 20px; background: var(--paper-green); }
.directory-help p { margin: 0; font-size: 12px; font-weight: 700; }

.university-detail-hero { padding: 35px 0 90px; background: radial-gradient(circle at 90% 0%, rgba(39,181,159,.14), transparent 28%), linear-gradient(180deg,#fbfdfb,#f2f7f3); }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 45px; color: var(--muted); font-size: 9px; }
.breadcrumbs a:hover { color: var(--green-800); }
.university-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.university-detail-logo { width: 88px; height: 88px; margin-bottom: 23px; padding: 8px; font-size: 22px; border-radius: 20px; }
.university-detail-copy .bot-handle { display: block; margin-top: 16px; color: var(--muted); direction: ltr; text-align: right; font-size: 9px; }
.detail-chat-card { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow); transform: rotate(-1deg); }
.detail-chat-head { display: flex; align-items: center; gap: 12px; padding: 21px; border-bottom: 1px solid var(--line); }
.detail-chat-head > div { display: grid; }
.detail-chat-head strong { font-size: 12px; }
.detail-chat-body { min-height: 260px; padding: 35px 23px; background: #f7faf8; }
.detail-content { padding: 100px 0; background: #fff; }
.detail-question-grid { grid-template-columns: repeat(2,1fr); max-width: 900px; margin-inline: auto; }
.detail-note { display: flex; align-items: center; gap: 15px; max-width: 900px; margin: 38px auto 0; padding: 21px; border: 1px solid #eadab8; border-radius: 17px; background: #fdf9ef; }
.detail-note > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #775d28; background: #f6e9c8; font-weight: 800; }
.detail-note p { margin: 0; color: #71654b; font-size: 9px; line-height: 1.9; }
.related-section { padding: 80px 0 110px; background: var(--paper-green); }

/* About page */
.about-story { padding: 90px 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.about-story h2 { margin: 8px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.45; }
.about-story-copy { display: grid; gap: 18px; }
.about-story-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 2.15; }
.about-values { padding: 0 0 105px; background: #fff; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-value-card { padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: var(--paper-green); }
.about-value-card span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--green-800); background: #fff; font-weight: 800; }
.about-value-card h3 { margin: 22px 0 9px; font-size: 17px; }
.about-value-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 2; }
.about-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }

/* Legal pages */
.legal-hero { padding: 90px 0 75px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(39,181,159,.16), transparent 35%), var(--paper-green); }
.legal-hero-inner { display: grid; justify-items: center; }
.legal-hero p { max-width: 700px; }
.legal-date { margin-top: 20px; padding: 7px 11px; border-radius: 99px; color: var(--green-800); background: #fff; font-size: 8px; font-weight: 700; }
.legal-content { padding: 85px 0 115px; background: #fff; }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 85px; align-items: start; }
.legal-index { position: sticky; top: 115px; display: grid; gap: 11px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-green); }
.legal-index strong { margin-bottom: 5px; font-size: 10px; }
.legal-index a { color: var(--muted); font-size: 9px; }
.legal-index a:hover { color: var(--green-800); }
.legal-article { max-width: 780px; }
.legal-article section { padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-article section + section { padding-top: 32px; }
.legal-article h2 { margin: 0 0 12px; font-size: 20px; }
.legal-article p, .legal-article li { color: var(--muted); font-size: 11px; line-height: 2.1; }
.legal-article p { margin: 0; }
.legal-article p + p { margin-top: 12px; }
.legal-article ul { margin: 0; padding-right: 22px; }
.legal-article a { color: var(--green-800); font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .main-nav { gap: 20px; }
  .hero-grid { gap: 35px; }
  .university-grid, .directory-grid { grid-template-columns: repeat(2,1fr); }
  .feature-bento { grid-template-columns: repeat(2,1fr); }
  .feature-card.feature-wide { grid-column: span 1; }
  .stats-panel { grid-template-columns: 1.25fr repeat(3,.75fr); }
  .stat-intro, .stat-item { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2,.7fr); }
  .footer-cta { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
  .footer-cta p { margin: 0 auto 0 0; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .menu-button { display: block; order: 3; }
  .brand { order: 1; }
  .header-cta { order: 2; margin-right: auto; }
  .main-nav { position: fixed; inset: 72px 14px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px; border-radius: 10px; }
  .main-nav a:hover { background: var(--paper-green); }
  .main-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 56px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-trust { justify-content: center; }
  .hero-visual { min-height: 470px; }
  .steps-grid { grid-template-columns: 1fr; max-width: 600px; margin-inline: auto; }
  .step-card { min-height: 235px; }
  .step-card.featured { transform: none; }
  .questions-layout, .faq-layout, .university-detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .brand-intro-card, .about-story-grid { grid-template-columns: 1fr; gap: 22px; }
  .brand-intro-card .text-link { justify-self: start; }
  .about-value-grid { grid-template-columns: 1fr 1fr; }
  .questions-copy, .faq-intro { position: static; text-align: center; }
  .stats-panel { grid-template-columns: repeat(3,1fr); }
  .stat-intro { grid-column: 1 / -1; text-align: center; }
  .stat-intro .service-pill { margin-inline: auto; }
  .trust-card { grid-template-columns: auto 1fr; }
  .trust-card .button { grid-column: 1 / -1; }
  .final-cta-card { padding: 48px; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero-inner { align-items: center; }
  .university-detail-grid { text-align: center; }
  .university-detail-copy { display: grid; justify-items: center; }
  .university-detail-copy .bot-handle { text-align: center; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-index { position: static; grid-template-columns: repeat(2,1fr); }
  .legal-index strong { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 61px; }
  .site-container { width: min(100% - 28px,1160px); }
  .brand-copy small { display: none; }
  .header-cta { display: none; }
  .menu-button { margin-right: auto; }
  .hero-grid { min-height: auto; padding-block: 48px 44px; }
  .hero h1 { font-size: 39px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 10px; }
  .hero-visual { min-height: 410px; margin-top: 5px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 285px; height: 285px; }
  .chat-card { width: 90%; }
  .note-top { top: 25px; right: -3px; }
  .note-bottom { left: -3px; bottom: 20px; }
  .section-heading h2, .questions-copy h2, .faq-intro h2 { font-size: 28px; }
  .section-heading.split-heading { display: grid; }
  .university-section, .how-section, .features-section, .questions-section, .faq-section, .final-cta { padding-block: 74px; }
  .university-toolbar { display: grid; }
  .desktop-only { display: none; }
  .university-grid, .directory-grid, .feature-bento, .detail-question-grid { grid-template-columns: 1fr; }
  .brand-intro-card { padding: 25px; text-align: center; }
  .brand-intro-card .text-link { justify-self: center; }
  .about-story { padding-block: 70px; }
  .about-story-grid { text-align: center; }
  .about-value-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 225px; }
  .stats-panel { grid-template-columns: 1fr; }
  .stat-intro, .stat-item { padding: 27px; }
  .stat-item + .stat-item { border-top: 1px solid var(--line); border-right: 0; }
  .trust-card { grid-template-columns: 1fr; text-align: center; }
  .trust-mark { margin-inline: auto; }
  .faq-list details p { padding-left: 0; }
  .final-cta-card { min-height: auto; grid-template-columns: 1fr; padding: 38px 24px; text-align: center; }
  .cta-copy { display: grid; justify-items: center; }
  .qr-card { width: max-content; margin-inline: auto; }
  .cta-decoration { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-cta { grid-column: auto; display: block; }
  .footer-bottom { display: grid; text-align: center; }
  .mobile-telegram-cta { position: fixed; right: 10px; left: 10px; bottom: 8px; z-index: 200; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; color: #fff; background: var(--green-950); box-shadow: 0 14px 35px rgba(7,60,57,.27); font-size: 11px; font-weight: 800; }
  .toast { bottom: 70px; width: max-content; max-width: calc(100% - 28px); text-align: center; }
  .page-hero { padding-block: 60px; }
  .page-hero-inner { display: grid; text-align: center; justify-items: center; }
  .page-hero h1, .legal-hero h1, .university-detail-copy h1 { font-size: 40px; }
  .page-hero-count { width: 100%; }
  .directory-help { display: grid; text-align: center; }
  .breadcrumbs { margin-bottom: 35px; overflow-x: auto; white-space: nowrap; }
  .university-detail-hero { padding-bottom: 70px; }
  .detail-note { align-items: flex-start; }
  .legal-hero { padding-block: 65px; }
  .legal-content { padding-block: 60px 85px; }
  .legal-index { 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; }
  [data-reveal] { opacity: 1; transform: none; }
}


/* Verified university guides and editorial methodology */
.editorial-banner { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 28px; padding: 22px 25px; border: 1px solid rgba(29,144,123,.2); border-radius: 19px; background: linear-gradient(135deg,#effaf6,#f9fcfa); }
.editorial-banner > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 10px; }
.editorial-banner strong { font-size: 12px; }
.editorial-banner p { grid-column: 2; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.8; }
.verification-dot { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); }
.verification-dot::after { content: "✓"; color: #fff; font-weight: 800; }
.source-mini { margin-top: 7px; color: var(--green-800); font-size: 7px; font-style: normal; font-weight: 700; }
.guide-status-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.status-badge { width: max-content; display: inline-flex; align-items: center; min-height: 30px; padding: 6px 11px; border-radius: 99px; font-size: 8px; font-weight: 800; }
.status-badge.verified { color: #0c695b; background: #dff6ee; }
.status-badge.draft { color: #795b18; background: #fcf2d6; }
.status-badge.experience { color: #4a4f85; background: #ececff; }
.guide-source-card { padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-sm); }
.source-card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 15px; color: #fff; background: var(--green-800); font-size: 19px; font-weight: 800; }
.guide-source-card h2 { margin: 7px 0 10px; font-size: 24px; line-height: 1.45; }
.guide-source-card > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.guide-source-card dl { display: grid; gap: 0; margin: 24px 0; border-block: 1px solid var(--line); }
.guide-source-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; }
.guide-source-card dl div + div { border-top: 1px solid var(--line); }
.guide-source-card dt, .guide-source-card dd { margin: 0; font-size: 9px; }
.guide-source-card dt { color: var(--muted); }
.guide-source-card dd { max-width: 58%; color: var(--ink); font-weight: 700; overflow-wrap: anywhere; text-align: left; }
.guide-answer-section, .editorial-section { padding: 95px 0 110px; background: #fff; }
.answer-first-card { max-width: 960px; margin: 0 auto 78px; padding: 34px; border-right: 5px solid var(--green-800); border-radius: 19px; background: var(--paper-green); }
.answer-first-card h2 { margin: 8px 0 10px; font-size: 25px; }
.answer-first-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.guide-topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 35px 0 70px; }
.guide-topic-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(7,60,57,.045); }
.guide-topic-card > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: var(--green-800); background: var(--paper-green); font-size: 10px; font-weight: 800; }
.guide-topic-card h3 { margin: 28px 0 10px; font-size: 15px; }
.guide-topic-card p { margin: 0; color: var(--muted); font-size: 9px; line-height: 2; }
.guide-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 60px; }
.pending-card, .guide-questions-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.pending-card { background: #fffcf4; }
.pending-card h2, .guide-questions-card h2 { margin: 8px 0 20px; font-size: 21px; }
.pending-card ul, .pending-card ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pending-card li { display: flex; gap: 9px; color: var(--ink); font-size: 10px; line-height: 1.8; }
.pending-card li span { color: #a27c2c; font-weight: 800; }
.pending-card > p, .guide-questions-card > p { margin: 22px 0 0; color: var(--muted); font-size: 9px; line-height: 1.9; }
.guide-questions-card .detail-question-grid { grid-template-columns: 1fr; gap: 9px; }
.review-date strong { font-size: 13px; }
.source-hierarchy { display: grid; max-width: 900px; margin: 38px auto 85px; padding: 0; list-style: none; }
.source-hierarchy li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.source-hierarchy li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green-800); font-weight: 800; }
.source-hierarchy h3 { margin: 0 0 7px; font-size: 15px; }
.source-hierarchy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.9; }
.status-explainer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 35px 0 70px; }
.status-explainer-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.status-explainer-grid p { margin: 18px 0 0; color: var(--muted); font-size: 9px; line-height: 1.9; }
.editorial-workflow { margin-top: 0; }
.editorial-workflow .pending-card ol { counter-reset: workflow; }
.editorial-workflow .pending-card li { counter-increment: workflow; }
.editorial-workflow .pending-card li::before { content: counter(workflow); width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; color: var(--green-800); background: #fff; font-size: 8px; font-weight: 800; }
.editorial-workflow .guide-questions-card .button { margin-top: 24px; }

@media (max-width: 1000px) {
  .guide-topic-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .editorial-banner { align-items: flex-start; }
  .guide-two-column, .status-explainer-grid { grid-template-columns: 1fr; }
  .guide-source-card { text-align: right; }
}
@media (max-width: 600px) {
  .editorial-banner { display: grid; }
  .guide-topic-grid { grid-template-columns: 1fr; }
  .guide-topic-card { min-height: auto; }
  .answer-first-card { margin-bottom: 60px; padding: 25px; }
  .guide-answer-section, .editorial-section { padding-block: 70px 85px; }
  .guide-source-card dl div { display: grid; gap: 4px; }
  .guide-source-card dd { max-width: 100%; text-align: right; }
  .source-hierarchy li { grid-template-columns: 42px 1fr; gap: 12px; }
  .source-hierarchy li > span { width: 38px; height: 38px; }
}
