
:root {
  --background: #f7f5ef;
  --foreground: #102b32;
  --card: #ffffff;
  --card-foreground: #102b32;
  --popover: #ffffff;
  --popover-foreground: #102b32;
  --primary: #0b6657;
  --primary-foreground: #ffffff;
  --secondary: #e6efe9;
  --secondary-foreground: #17443f;
  --muted: #ece9e0;
  --muted-foreground: #59706e;
  --accent: #c7983d;
  --accent-foreground: #132d32;
  --destructive: #b42318;
  --border: #d8ddd7;
  --input: #c9d2cd;
  --ring: #0b6657;
  --radius: 0.85rem;
  --ink: #102b32;
  --green: #0b6657;
  --green-deep: #07483f;
  --green-soft: #e6efe9;
  --gold: #c7983d;
  --gold-soft: #f3e8ca;
  --paper: #f7f5ef;
  --paper-deep: #ece9e0;
  --line: #d8ddd7;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:var(--cs-font-family);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.site-root { min-height: 100vh; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topline { background: var(--green-deep); color: #dcebe6; font-size: .82rem; }
.topline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline-facts, .topline-contact { display: flex; align-items: center; gap: 18px; }
.topline-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.site-header { position: relative; z-index: 30; background: rgba(247,245,239,.97); border-bottom: 1px solid rgba(16,43,50,.1); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family:var(--cs-font-family); font-size: 1.02rem; letter-spacing: -.01em; }
[dir="rtl"] .brand-copy strong { font-family:var(--cs-font-family); font-weight: 700; }
.brand-copy span { margin-top: 4px; color: #60736f; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px,1.5vw,25px); font-size: .93rem; font-weight: 700; }
.desktop-nav > a:not(.button) { position: relative; padding-block: 12px; color: #34534f; }
.desktop-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform 180ms ease; }
.desktop-nav > a.active::after, .desktop-nav > a:not(.button):hover::after { transform: scaleX(1); }
.language-link { display: inline-flex !important; align-items: center !important; gap: 6px; color: var(--green) !important; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-size: .95rem; font-weight: 800; line-height: 1.2; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 10px 25px rgba(11,102,87,.17); }
.button-primary:hover { background: var(--green-deep); }
.button-secondary { border-color: rgba(16,43,50,.25); background: rgba(255,255,255,.52); color: var(--ink); }
.button-secondary:hover { border-color: var(--green); background: white; }
.button-light { background: white; color: var(--green-deep); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: white; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-panel { position: absolute; top: 58px; inset-inline-end: 0; width: min(310px,calc(100vw - 40px)); padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 25px 60px rgba(16,43,50,.17); }
.mobile-panel a { min-height: 45px; display: flex; align-items: center; padding: 8px 12px; border-radius: 7px; font-weight: 700; }
.mobile-panel a:hover, .mobile-panel a.active { background: var(--green-soft); color: var(--green-deep); }
.mobile-panel .button { margin-top: 8px; color: white; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: var(--gold); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { color: var(--ink); line-height: 1.13; }
h1,h2 { font-family:var(--cs-font-family); letter-spacing: -.035em; }
[dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3 { font-family:var(--cs-font-family); letter-spacing: 0; }

.hero { position: relative; padding: clamp(36px,4vw,60px) 0 0; background: radial-gradient(circle at 8% 10%,rgba(199,152,61,.15),transparent 28%),linear-gradient(180deg,#f7f5ef 0%,#f2f0e9 100%); }
.hero::after { position: absolute; top: 35px; inset-inline-end: -130px; width: 390px; height: 390px; border: 1px solid rgba(11,102,87,.12); border-radius: 50% 50% 0 0; content: ""; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); align-items: center; gap: clamp(28px,4vw,56px); }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 700px; margin-bottom: 20px; font-size: clamp(2.5rem,4vw,3.75rem); }
[dir="rtl"] .hero-copy { font-family:var(--cs-font-family); }
[dir="rtl"] .hero-copy h1 { font-size: clamp(2rem,3.7vw,3.25rem); line-height: 1.4; }
.hero-copy h1 em { display: block; color: var(--green); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: #496561; font-size: clamp(1.05rem,1.5vw,1.24rem); line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-photo-wrap { position: relative; padding: 0 0 34px 32px; }
[dir="rtl"] .hero-photo-wrap { padding: 0 32px 34px 0; }
.hero-photo-frame { position: relative; overflow: hidden; aspect-ratio: 1/.78; border-radius: 48% 48% 13px 13px; background: var(--green-soft); box-shadow: 0 28px 70px rgba(16,43,50,.18); }
.hero-photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 62%,rgba(7,72,63,.36)); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-badge { position: absolute; bottom: 0; inset-inline-start: 0; z-index: 3; min-width: 164px; padding: 17px 19px; border: 5px solid var(--paper); border-radius: 12px; background: var(--gold); color: #102b32; box-shadow: 0 14px 34px rgba(16,43,50,.17); }
.hero-badge strong,.hero-badge span { display: block; }
.hero-badge strong { font-family:var(--cs-font-family); font-size: 1.5rem; line-height: 1.1; }
[dir="rtl"] .hero-badge strong { font-family:var(--cs-font-family); }
.hero-badge span { margin-top: 5px; font-size: .78rem; font-weight: 700; }
.trust-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(58px,8vw,92px); background: var(--green-deep); color: white; }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 15px; padding: 24px clamp(20px,3vw,36px); border-inline-end: 1px solid rgba(255,255,255,.13); }
.trust-item:last-child { border-inline-end: 0; }
.trust-icon { flex: 0 0 auto; color: #e2bd6c; }
.trust-copy strong,.trust-copy span { display: block; }
.trust-copy strong { font-size: 1rem; }
.trust-copy span { margin-top: 2px; color: #bcd1cc; font-size: .76rem; }

.section { padding: clamp(76px,9vw,126px) 0; }
.section-white { background: white; }
.section-deep { position: relative; overflow: hidden; background: var(--green-deep); color: white; }
.section-deep h2,.section-deep h3 { color: white; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.section-head h2 { max-width: 710px; margin-bottom: 0; font-size: clamp(2.25rem,4.5vw,4rem); }
[dir="rtl"] .section-head h2 { font-size: clamp(2.1rem,4vw,3.7rem); line-height: 1.3; }
.section-head p { max-width: 430px; margin-bottom: 4px; color: #617671; line-height: 1.8; }
.program-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.program-card { position: relative; overflow: hidden; min-height: 350px; padding: clamp(30px,4vw,48px); border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.program-card::after { position: absolute; inset-block-end: -65px; inset-inline-end: -55px; width: 190px; height: 190px; border: 20px solid rgba(11,102,87,.07); border-radius: 50% 50% 0 0; content: ""; }
.program-number { display: block; margin-bottom: 54px; color: var(--gold); font-family:var(--cs-font-family); font-size: 1.12rem; font-weight: 700; }
.program-card h3 { max-width: 470px; margin-bottom: 16px; font-size: clamp(1.65rem,3vw,2.35rem); }
.program-card p { max-width: 520px; margin-bottom: 28px; color: #5c706d; }
.text-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; }
[dir="rtl"] .rtl-flip { transform: scaleX(-1); }
.feature-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.feature-card { padding: 29px 25px; border: 1px solid rgba(16,43,50,.1); border-radius: 11px; background: rgba(255,255,255,.72); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 9px; background: var(--green-soft); color: var(--green); }
.feature-card h3 { margin-bottom: 10px; font-size: 1.08rem; }
.feature-card p { margin-bottom: 0; color: #637773; font-size: .92rem; line-height: 1.75; }
.campus-home-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px,8vw,100px); align-items: center; }
.campus-copy h2 { max-width: 650px; margin-bottom: 24px; font-size: clamp(2.35rem,4.8vw,4.2rem); }
.campus-copy > p { max-width: 620px; color: #bfd1cd; font-size: 1.05rem; }
.campus-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.campus-pill { min-height: 116px; display: flex; align-items: center; gap: 15px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.campus-pill svg { color: #e2bd6c; }
.campus-pill strong,.campus-pill span { display: block; }
.campus-pill span { color: #aac4be; font-size: .8rem; }
.photo-story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.photo-card { position: relative; overflow: hidden; min-height: 255px; margin: 0; border-radius: 12px; background: #dce4df; }
.photo-card-large { grid-row: span 2; min-height: 530px; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; inset-inline: 0; bottom: 0; padding: 45px 24px 20px; color: white; font-size: .9rem; font-weight: 800; background: linear-gradient(transparent,rgba(5,37,34,.86)); }
.cta-band { padding: clamp(55px,7vw,84px) 0; background: var(--gold-soft); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-inner h2 { max-width: 720px; margin-bottom: 12px; font-size: clamp(2.2rem,4vw,3.6rem); }
.cta-inner p { max-width: 630px; margin-bottom: 0; color: #5b6d65; }
.cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.page-hero { padding: clamp(70px,8vw,110px) 0; background: radial-gradient(circle at 82% 8%,rgba(199,152,61,.17),transparent 25%),var(--green-deep); color: white; }
.page-hero .eyebrow { color: #ecd493; }
.page-hero h1 { max-width: 870px; margin-bottom: 22px; color: white; font-size: clamp(3rem,6vw,5.4rem); }
[dir="rtl"] .page-hero h1 { font-size: clamp(2.7rem,5.4vw,4.8rem); line-height: 1.25; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: #bfd3ce; font-size: 1.13rem; line-height: 1.9; }
.prose-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(360px,1.1fr); gap: clamp(50px,8vw,110px); align-items: start; }
.prose-copy h2 { margin-bottom: 24px; font-size: clamp(2.2rem,4vw,3.7rem); }
.prose-copy p { color: #536d68; font-size: 1.04rem; }
.fact-panel { padding: clamp(30px,5vw,48px); border-radius: 12px; background: white; box-shadow: 0 24px 70px rgba(16,43,50,.1); }
.fact-list { display: grid; gap: 0; margin: 0; }
.fact-row { display: grid; grid-template-columns: 130px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; }
.fact-row dt { color: #6b7e7a; font-size: .85rem; font-weight: 700; }
.fact-row dd { margin: 0; font-weight: 800; }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.timeline-item { min-height: 220px; padding: 34px; background: white; }
.timeline-item strong { display: block; margin-bottom: 25px; color: var(--gold); font-family:var(--cs-font-family); font-size: 1.65rem; }
.timeline-item h3 { margin-bottom: 10px; }
.timeline-item p { margin-bottom: 0; color: #60746f; font-size: .92rem; }
.details-grid,.campuses-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.detail-card,.campus-card { padding: clamp(28px,4vw,42px); border: 1px solid var(--line); border-radius: 12px; background: white; }
.detail-card h2,.campus-card h2 { margin-bottom: 13px; font-size: clamp(1.65rem,3vw,2.4rem); }
.detail-card p,.campus-card p { color: #5c736e; }
.detail-list,.check-list { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.detail-list li,.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #3f5c57; }
.detail-list svg,.check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--green); }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.step-card { min-height: 270px; padding: 30px 26px; border-top: 4px solid var(--gold); background: white; }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 50%; background: var(--green-soft); color: var(--green-deep); font-weight: 900; }
.step-card h3 { margin-bottom: 11px; font-size: 1.08rem; }
.step-card p { margin-bottom: 0; color: #60746f; font-size: .91rem; }
.notice { display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; border-inline-start: 4px solid var(--gold); background: #f3ead4; color: #4f5e58; }
.notice svg { flex: 0 0 auto; margin-top: 3px; color: #9b6c13; }
.campus-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; background: var(--green-deep); color: white; }
.campus-card-featured h2 { color: white; }
.campus-card-featured p { color: #bfd1cd; }
.campus-meta { display: grid; gap: 13px; margin-top: 24px; }
.campus-meta a,.campus-meta span { display: flex; align-items: flex-start; gap: 10px; }
.campus-card-featured .campus-meta svg { color: #e2bd6c; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px,7vw,90px); align-items: start; }
.contact-options { display: grid; gap: 14px; }
.contact-option { display: flex; align-items: flex-start; gap: 17px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.contact-option svg { flex: 0 0 auto; color: var(--green); }
.contact-option strong,.contact-option span { display: block; }
.contact-option span { margin-top: 3px; color: #60746f; font-size: .9rem; }
.form-card { padding: clamp(28px,5vw,48px); border-radius: 12px; background: white; box-shadow: 0 22px 70px rgba(16,43,50,.11); }
.form-card h2 { margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.55rem); }
.form-intro { margin-bottom: 30px; color: #60746f; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.field-full { grid-column: 1/-1; }
.field { display: grid; gap: 8px; }
.field label { color: #294b46; font-size: .9rem; font-weight: 800; }
.field input,.field select,.field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #cbd4d0; border-radius: 7px; outline: none; background: #fbfbf8; color: var(--ink); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,102,87,.12); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }
.form-note { max-width: 450px; margin: 0; color: #70827e; font-size: .8rem; }
.form-status { margin-top: 16px; padding: 12px 14px; border-radius: 7px; background: var(--green-soft); color: var(--green-deep); font-size: .9rem; font-weight: 700; }

.site-footer { background: #082f2b; color: #c2d2ce; }
.footer-main { display: grid; grid-template-columns: 1.4fr .75fr .85fr; gap: 70px; padding: 68px 0 50px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy span { color: #97b5ae; }
.footer-mission { max-width: 480px; margin: 22px 0 0; color: #9fb7b1; font-size: .91rem; }
.footer-column h2 { margin-bottom: 18px; color: white; font-family:var(--cs-font-family); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { width: fit-content; color: #afc4bf; font-size: .89rem; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.11); color: #8da9a3; font-size: .78rem; }
.footer-verse { max-width: 590px; text-align: end; }

@media (max-width:1060px) {
  .desktop-nav { display:none; }
  .mobile-nav { display:block; }
  .feature-grid,.steps { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .trust-strip { grid-template-columns:repeat(2,1fr); }
  .trust-item:nth-child(2) { border-inline-end:0; }
  .trust-item:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.13); }
}
@media (max-width:820px) {
  .topline-facts .topline-item:nth-child(n+2),.topline-contact .topline-item:last-child { display:none; }
  .hero-grid,.campus-home-grid,.prose-grid,.contact-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:720px; }
  .hero-photo-wrap { width:min(680px,100%); margin-inline:auto; }
  .section-head,.cta-inner { align-items:flex-start; flex-direction:column; }
  .section-head { display:grid; }
  .photo-story-grid { grid-template-columns:1fr 1fr; }
  .photo-card-large { grid-column:1/-1; grid-row:auto; min-height:430px; }
  .campus-card-featured { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; gap:48px; }
  .footer-brand { grid-column:1/-1; }
}
@media (max-width:620px) {
  .container { width:min(100% - 28px,1180px); }
  .topline-inner { justify-content:center; }
  .topline-contact { display:none; }
  .header-inner { min-height:76px; }
  .brand-mark { width:44px; height:44px; }
  .brand-copy strong { font-size:.91rem; }
  .brand-copy span { font-size:.58rem; }
  .hero { padding-top:36px; }
  .hero-copy h1 { font-size:clamp(2.2rem,8vw,3rem); }
  [dir="rtl"] .hero-copy h1 { font-size:clamp(1.9rem,7.5vw,2.75rem); }
  .hero-photo-wrap,[dir="rtl"] .hero-photo-wrap { padding:0 0 26px 18px; }
  [dir="rtl"] .hero-photo-wrap { padding:0 18px 26px 0; }
  .hero-photo-frame { aspect-ratio:1/.88; }
  .trust-strip,.program-grid,.feature-grid,.campus-list,.details-grid,.campuses-grid,.steps,.timeline,.form-grid,.footer-main { grid-template-columns:1fr; }
  .trust-item { min-height:92px; border-inline-end:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .trust-item:last-child { border-bottom:0; }
  .program-card { min-height:320px; }
  .photo-story-grid { grid-template-columns:1fr; }
  .photo-card,.photo-card-large { min-height:260px; }
  .campus-card-featured,.field-full,.footer-brand { grid-column:auto; }
  .cta-actions,.form-footer { width:100%; align-items:stretch; flex-direction:column; }
  .cta-actions .button,.form-footer .button { width:100%; }
  .fact-row { grid-template-columns:1fr; gap:4px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; padding:24px 0; }
  .footer-verse { text-align:start; }
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; }
}
