
:root{
  --bg:#0b1320;
  --card:#0e1a2c;
  --text:#eef3ff;
  --muted:rgba(238,243,255,.72);
  --line:rgba(255,255,255,.10);
  --glass:rgba(255,255,255,.06);
  --glass2:rgba(255,255,255,.10);
  --shadow: 0 20px 70px rgba(0,0,0,.45);
  --radius: 20px;
  --radius2: 28px;
  --max: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x:hidden;
}
a{color:inherit}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}

.bg{
  position:fixed;
  inset:0;
  background:
    radial-gradient(1200px 700px at 15% 10%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(900px 600px at 85% 20%, rgba(255,255,255,.09), transparent 55%),
    radial-gradient(900px 700px at 70% 85%, rgba(255,255,255,.06), transparent 58%),
    url("assets/bg.svg") center/cover no-repeat;
  opacity:.95;
  filter: saturate(1.05);
  z-index:-2;
}
.container{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}
.glass{
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border:1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.header{
  position:sticky;
  top:0;
  z-index:100;
  background: rgba(11,19,32,.55);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
}
.brand__mark{
  width:14px;height:14px;border-radius:999px;
  background: conic-gradient(from 120deg, rgba(255,255,255,.9), rgba(255,255,255,.2), rgba(255,255,255,.9));
  box-shadow: 0 0 0 6px rgba(255,255,255,.06);
}
.brand__text{opacity:.98}
.nav{
  display:flex;
  gap:18px;
  align-items:center;
}
.nav__link{
  text-decoration:none;
  color: rgba(238,243,255,.85);
  font-size:14px;
  padding:8px 10px;
  border-radius:999px;
  transition: background .2s ease, color .2s ease;
}
.nav__link:hover{
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.98);
}

.header__actions{
  display:flex;
  gap:10px;
  align-items:center;
}
.lang{
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  border-radius:999px;
  padding:6px 8px;
  cursor:pointer;
}
.lang__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:26px;
  border-radius:999px;
  background: rgba(255,255,255,.10);
  font-weight:700;
  font-size:12px;
  letter-spacing:.8px;
}
.menu{
  display:none;
  width:44px;height:40px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  cursor:pointer;
  padding:10px 12px;
}
.menu span{
  display:block;
  height:2px;
  background: rgba(255,255,255,.85);
  border-radius:2px;
}
.menu span+span{margin-top:6px}

.mobile{
  display:none;
  padding:8px 0 18px;
}
.mobile__link{
  display:block;
  text-decoration:none;
  padding:12px 0;
  color: rgba(255,255,255,.88);
  border-top:1px solid rgba(255,255,255,.08);
}

.hero{
  position:relative;
  padding: 70px 0 40px;
}
.hero::before{
  content:'';
  position:absolute;
  inset:-40px 0 0 0;
  background:
    linear-gradient(180deg, rgba(11,19,32,.70) 0%, rgba(11,19,32,.55) 35%, rgba(11,19,32,.85) 100%),
    url('images/hero.webp');
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
  z-index:-1;
  border-bottom: 1px solid var(--line);
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:34px;
  align-items:stretch;
}
.kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color: rgba(255,255,255,.70);
}
.h1{
  font-size: clamp(40px, 6vw, 64px);
  line-height:1.02;
  margin: 14px 0 14px;
  letter-spacing:-1px;
}
.lead{
  font-size:18px;
  line-height:1.55;
  color: var(--muted);
  max-width: 54ch;
}
.hero__meta{margin:18px 0 18px}
.chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.9);
}
.dot{
  width:8px;height:8px;border-radius:999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 6px rgba(255,255,255,.06);
}
.hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top: 18px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition: transform .12s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{transform: translateY(-1px)}
.btn--primary{
  background: rgba(255,255,255,.92);
  color: #0b1320;
  border-color: rgba(255,255,255,.0);
}
.btn--ghost{
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
}
.micro{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.7);
  font-size:13px;
}
.micro__value{color: rgba(255,255,255,.95); font-weight:700}
.micro__sep{opacity:.35}

.hero__card{
  display:flex;
  align-items:stretch;
}
.card{
  border-radius: var(--radius2);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height: 380px;
}
.card__top{
  padding: 18px 18px 12px;
}
.card__badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
  color: rgba(255,255,255,.85);
}
.card__title{
  margin-top:10px;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.2px;
}
.card__stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  padding: 12px 18px 18px;
}
.stat{
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.09);
}
.stat__k{font-size:12px; color: rgba(255,255,255,.72)}
.stat__v{margin-top:6px; font-weight:800}
.card__img{
  margin-top:auto;
  height: 210px;
  background:
    radial-gradient(650px 280px at 30% 25%, rgba(255,255,255,.12), transparent 60%),
    radial-gradient(520px 250px at 75% 55%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(120deg, rgba(255,255,255,.06), rgba(255,255,255,.0)),
    url("assets/bg.svg") center/cover no-repeat;
  opacity:.95;
}

.section{
  padding: 70px 0;
}
.h2{
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing:-.6px;
  margin:0 0 14px;
}
.h3{
  font-size: 20px;
  margin: 0 0 14px;
}
.p{color: var(--muted); font-size:16px; line-height:1.65; margin:0 0 10px}
.muted{color: var(--muted)}
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom: 18px;
}
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items:start;
}
.panel{
  border-radius: var(--radius);
  padding: 18px;
}
.panel__kicker{
  font-size:12px;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color: rgba(255,255,255,.72);
}
.panel__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 14px;
}
.bullets{
  margin: 12px 0 0;
  padding:0 0 0 18px;
  color: rgba(255,255,255,.86);
}
.bullets li{margin: 10px 0}

.quote{
  margin-top: 18px;
  display:flex;
  gap:14px;
  padding: 16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.quote__bar{
  width:4px;
  border-radius:999px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 0 0 6px rgba(255,255,255,.06);
}
.quote__title{font-weight:900; letter-spacing:-.3px}
.quote__text{color: rgba(255,255,255,.78); margin-top:6px; line-height:1.55}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.tile{
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  min-height: 96px;
}
.tile__k{
  font-weight:800;
  letter-spacing:-.2px;
  line-height:1.3;
}
.tile__p{
  margin-top:10px;
  color: rgba(255,255,255,.75);
  font-size:14px;
  line-height:1.5;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.gallery__item{
  display:block;
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  transition: transform .12s ease;
}
.gallery__item:hover{transform: translateY(-2px)}
.gallery__item img{width:100%; height: 170px; object-fit:cover; display:block}

.note{
  margin-top: 16px;
  border-radius: var(--radius);
  padding: 14px 16px;
}
.note__title{font-weight:900}
.note__text{color: rgba(255,255,255,.78); margin-top:6px; line-height:1.55}

.table{
  border-radius: var(--radius);
  overflow:hidden;
}
.row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding: 14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.row:last-child{border-bottom:none}
.row__k{color: rgba(255,255,255,.72)}
.row__v{font-weight:900}

.faq{
  margin-top: 22px;
}
.accordion{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
}
.acc__item{border-top:1px solid rgba(255,255,255,.08)}
.acc__item:first-child{border-top:none}
.acc__btn{
  width:100%;
  text-align:left;
  padding: 14px 16px;
  background: transparent;
  border:none;
  color: rgba(255,255,255,.92);
  font-weight:900;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.acc__btn span{opacity:.9}
.acc__panel{
  padding: 0 16px 14px;
  color: rgba(255,255,255,.75);
  line-height:1.6;
  display:none;
}
.acc__item[open] .acc__panel{display:block}

.cards{
  margin-top: 16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.contact__cta{
  margin-top: 16px;
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
}
.mini{
  border-radius: 18px;
  padding: 14px;
}
.mini__k{font-size:12px; color: rgba(255,255,255,.72); text-transform:uppercase; letter-spacing:1px}
.mini__v{margin-top:10px; font-weight:900}
.mini__v a{opacity:.95}

.form{
  border-radius: var(--radius2);
  padding: 18px;
}
.form__row{margin-bottom: 12px}
.form__row.two{display:grid; grid-template-columns: 1fr 1fr; gap: 12px}
label span{
  display:block;
  font-size:12px;
  color: rgba(255,255,255,.72);
  letter-spacing:.8px;
  text-transform:uppercase;
  margin-bottom: 8px;
}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color: rgba(255,255,255,.92);
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(255,255,255,.30);
  background: rgba(0,0,0,.26);
}
.form__fine{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  line-height:1.45;
}

.footer{
  padding: 30px 0 60px;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(11,19,32,.35);
  backdrop-filter: blur(14px);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 16px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.footer__right a{opacity:.85; text-decoration:none}
.footer__right a:hover{opacity:1}
.sep{opacity:.35; margin:0 8px}

@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .grid{grid-template-columns: 1fr 1fr}
  .gallery{grid-template-columns: 1fr 1fr}
  .cards{grid-template-columns: 1fr}
  .nav{display:none}
  .menu{display:block}
  .mobile{display:none}
  .mobile.is-open{display:block}
}
@media (max-width: 560px){
  .grid{grid-template-columns: 1fr}
  .form__row.two{grid-template-columns: 1fr}
  .hero{padding: 54px 0 30px}
}

/* Floating Book button (always visible) */
.floating-book{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #0b1320;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(10px);
  transition: transform .12s ease;
}
.floating-book:hover{transform: translateY(-1px)}

@media (max-width: 520px){
  .floating-book{
    left: 18px;
    right: 18px;
    text-align: center;
    bottom: 14px;
  }
}


/* Program timeline */
.timeline{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}
.timeline__item{
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:14px;
  background: rgba(255,255,255,.04);
  color: rgba(238,243,255,.92);
  font-size:14px;
  line-height:1.35;
}

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:14px;
}
.gallery__item{
  display:block;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
}
.gallery__item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
  filter: saturate(1.05) contrast(1.02);
}
.gallery__item:hover img{
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}

/* Responsive gallery layout */
.gallery__item:nth-child(1){ grid-column: span 7; aspect-ratio: 16/10; }
.gallery__item:nth-child(2){ grid-column: span 5; aspect-ratio: 16/12; }
.gallery__item:nth-child(3){ grid-column: span 4; aspect-ratio: 16/12; }
.gallery__item:nth-child(4){ grid-column: span 4; aspect-ratio: 16/12; }
.gallery__item:nth-child(5){ grid-column: span 4; aspect-ratio: 16/12; }
.gallery__item:nth-child(6){ grid-column: span 6; aspect-ratio: 16/11; }
.gallery__item:nth-child(7){ grid-column: span 6; aspect-ratio: 16/11; }

@media (max-width: 840px){
  .gallery{ grid-template-columns: repeat(6, 1fr); }
  .gallery__item{ grid-column: span 6 !important; aspect-ratio: 16/11; }
}
