/* ============================================================
   Texno Cinar - about.html
   ============================================================ */

.about-body{
  background:
    radial-gradient(circle at 84% 140px, rgba(46,158,88,.1), transparent 280px),
    radial-gradient(circle at 9% 760px, rgba(46,158,88,.06), transparent 300px),
    linear-gradient(180deg,#fbfdfc 0,#fff 48%,#fbfdfc 100%);
}
.about-body .rv{
  opacity:1;
  transform:none;
  transition:none;
}
.about-body .wrap{max-width:1210px}
.about-login{padding:11px 25px;border-radius:12px}
.about-bell{position:relative}
.about-bell span{
  position:absolute;
  right:4px;
  top:2px;
  min-width:17px;
  height:17px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  color:#fff;
  background:#e02424;
  font-size:10px;
  font-weight:800;
  line-height:1;
  border:2px solid #fff;
}

.about-hero{
  position:relative;
  overflow:hidden;
  padding:52px 0 30px;
  background:
    radial-gradient(circle at 72% 34%, rgba(46,158,88,.12), transparent 330px),
    linear-gradient(180deg,#f8fcf9 0,#fff 100%);
}
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 650px;
  gap:30px;
  align-items:center;
}
.about-copy{min-width:0}
.about-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:22px;
  padding:8px 17px;
  border-radius:999px;
  color:#158245;
  background:#e9f7ee;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.about-badge::before,
.about-badge::after{
  content:"";
  width:8px;
  height:8px;
  border-radius:3px;
  background:#63c77b;
  transform:rotate(35deg);
}
.about-copy h1{
  max-width:570px;
  margin:0 0 24px;
  color:#07133c;
  font-size:clamp(36px,4.8vw,58px);
  font-weight:800;
  letter-spacing:0;
  line-height:1.15;
}
.about-copy h1 span{color:#16884a}
.about-copy p{
  max-width:560px;
  margin:0 0 18px;
  color:#39475b;
  font-size:15.5px;
  line-height:1.8;
}
.about-copy .btn{
  margin-top:6px;
  min-height:48px;
  border-radius:12px;
}
.about-hero-art{
  position:relative;
  min-height:510px;
}
.about-hero-img{
  position:absolute;
  left:50%;
  top:50%;
  width:680px;
  height:auto;
  max-width:none;
  transform:translate(-50%,-48%);
  filter:drop-shadow(0 26px 38px rgba(22,65,38,.14));
}
.hero-chip{
  position:absolute;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-width:250px;
  max-width:282px;
  padding:14px 18px;
  border:1px solid #e4ebe8;
  border-radius:13px;
  color:#536174;
  background:rgba(255,255,255,.91);
  box-shadow:0 14px 32px rgba(22,65,38,.1);
  backdrop-filter:blur(8px);
}
.hero-chip img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.hero-chip b{
  grid-column:2;
  display:block;
  color:#182238;
  font-size:13px;
  font-weight:800;
  margin-bottom:2px;
}
.hero-chip span{
  grid-column:2;
  display:block;
  font-size:10.5px;
  line-height:1.45;
}
.chip-students{left:34px;top:54px}
.chip-teachers{right:3px;top:66px}
.chip-parents{left:-8px;bottom:110px}
.chip-schools{right:-4px;bottom:116px}

.about-mv{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  padding:18px 24px 34px;
}
.about-mv-card{
  display:grid;
  grid-template-columns:106px minmax(0,1fr);
  gap:24px;
  align-items:start;
  min-height:224px;
  padding:29px;
  border:1px solid #e5ece9;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 38px rgba(26,52,37,.08);
}
.about-mv-card.mission{background:linear-gradient(135deg,rgba(234,248,239,.9),rgba(255,255,255,.96))}
.about-mv-card.vision{background:linear-gradient(135deg,rgba(239,246,255,.9),rgba(255,255,255,.96))}
.about-mv-icon{
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf8ef;
}
.vision .about-mv-icon{background:#edf5ff}
.about-mv-icon img{
  width:82px;
  height:82px;
  object-fit:contain;
}
.about-mv-card h2{
  color:#17914d;
  font-size:27px;
  font-weight:800;
  margin:0 0 14px;
}
.about-mv-card.vision h2{color:#176bd5}
.about-mv-card p{
  margin:0 0 13px;
  color:#344257;
  font-size:13.5px;
  line-height:1.75;
}
.about-mv-card p:last-child{margin-bottom:0}

.about-values-section{padding:0 24px 18px}
.about-section-title{
  display:grid;
  place-items:center;
  margin:0 0 22px;
}
.about-section-title h2{
  color:#07133c;
  font-size:28px;
  font-weight:800;
}
.about-section-title span{
  width:72px;
  height:12px;
  margin-top:9px;
  background:
    radial-gradient(circle at 50% 50%, #2e9e58 0 4px, transparent 5px),
    linear-gradient(90deg,transparent 0 12px,#2e9e58 12px 60px,transparent 60px);
}
.about-values{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
}
.about-value-card{
  min-height:240px;
  padding:23px 18px 24px;
  text-align:center;
  border:1px solid #e5ece9;
  border-radius:14px;
  background:rgba(255,255,255,.95);
  box-shadow:0 14px 32px rgba(26,52,37,.06);
  transition:transform .18s, box-shadow .18s;
}
.about-value-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(26,52,37,.1);
}
.about-value-card img{
  width:70px;
  height:70px;
  object-fit:contain;
  margin:0 auto 13px;
  filter:drop-shadow(0 10px 16px rgba(26,52,37,.1));
}
.about-value-card h3{
  color:#07133c;
  font-size:16px;
  font-weight:800;
  margin-bottom:12px;
}
.about-value-card p{
  margin:0;
  color:#465265;
  font-size:12.5px;
  line-height:1.72;
}

.about-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:stretch;
  padding:0 24px 24px;
}
.about-why-card,
.about-numbers-card{
  position:relative;
  overflow:hidden;
  min-height:398px;
  padding:27px 29px;
  border:1px solid #e5ece9;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 38px rgba(26,52,37,.08);
}
.about-why-card h2,
.about-numbers-card h2{
  color:#07133c;
  font-size:26px;
  font-weight:800;
  margin-bottom:22px;
}
.about-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  position:relative;
  z-index:2;
}
.about-check-grid ul{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.about-check-grid li{
  position:relative;
  padding-left:24px;
  color:#243246;
  font-size:12.7px;
  line-height:1.55;
  font-weight:600;
}
.about-check-grid li::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#eaf8ef;
  box-shadow:inset 0 0 0 4px #2e9e58;
}
.about-students-img{
  position:absolute;
  left:55px;
  right:55px;
  bottom:-24px;
  width:calc(100% - 110px);
  height:auto;
  max-height:180px;
  object-fit:contain;
  object-position:bottom center;
}
.about-number-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.about-number-grid div{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:13px;
  align-items:center;
  min-height:74px;
  padding:13px;
  border-radius:13px;
  background:linear-gradient(135deg,#f8fbf9,#fff);
  border:1px solid #edf2ef;
}
.about-number-grid img{
  width:58px;
  height:58px;
  object-fit:contain;
}
.about-number-grid b{
  display:block;
  color:#16914c;
  font-size:22px;
  font-weight:800;
  line-height:1.05;
}
.about-number-grid div:nth-child(2) b,
.about-number-grid div:nth-child(6) b{color:#176bd5}
.about-number-grid div:nth-child(3) b{color:#6b4fc2}
.about-number-grid div:nth-child(4) b{color:#ed890f}
.about-number-grid div:nth-child(6) b{color:#e14f56}
.about-number-grid span{
  display:block;
  color:#344257;
  font-size:12.5px;
  font-weight:700;
  margin-top:4px;
}
.about-region{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:16px;
  padding:14px;
  border-radius:13px;
  color:#253043;
  background:#f5faf7;
}
.about-region img{
  width:42px;
  height:42px;
  object-fit:contain;
}
.about-region b{
  font-size:13px;
  line-height:1.5;
}

.about-cta{padding:0 24px 28px}
.about-cta-inner{
  position:relative;
  display:grid;
  grid-template-columns:1fr 310px 270px;
  gap:24px;
  align-items:center;
  min-height:214px;
  overflow:hidden;
  padding:36px 54px;
  border-radius:18px;
  color:#fff;
  background:
    radial-gradient(circle at 64% 38%, rgba(255,239,133,.24), transparent 210px),
    linear-gradient(135deg,#158245,#063b28);
  box-shadow:0 24px 46px rgba(24,109,59,.24);
}
.about-cta-inner h2{
  color:#fff;
  font-size:38px;
  font-weight:800;
  line-height:1.18;
  margin-bottom:18px;
}
.about-cta-inner p{
  max-width:570px;
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:15.5px;
  line-height:1.8;
}
.about-cta-inner > img{
  align-self:end;
  width:330px;
  height:auto;
  max-width:none;
  margin-bottom:-18px;
  filter:drop-shadow(0 20px 28px rgba(0,0,0,.18));
}
.about-cta-actions{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.about-cta-actions .btn{
  min-height:50px;
  border-radius:10px;
}
.about-cta-actions .btn-out{
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.48);
}
.btn-white{
  color:#16884a;
  background:#fff;
}
.btn-white:hover{transform:translateY(-2px)}

.about-footer{
  margin-top:0;
  padding:44px 0 24px;
  color:#dbe9df;
  background:
    radial-gradient(circle at 20% 16%, rgba(46,158,88,.22), transparent 250px),
    linear-gradient(135deg,#063927,#041f19);
}
.about-footer-grid{
  display:grid;
  grid-template-columns:1.55fr .8fr .8fr 1.05fr .78fr;
  gap:38px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.about-footer .brand-logo{height:58px}
.about-footer p{
  max-width:300px;
  margin:15px 0 18px;
  color:#d9e7dc;
  font-size:13.5px;
  line-height:1.7;
}
.about-footer h5{
  margin:0 0 16px;
  color:#fff;
  font-size:15px;
  font-weight:800;
}
.about-footer a{
  color:#d9e7dc;
  transition:color .16s;
}
.about-footer-grid > div:not(.about-footer-brand):not(.about-footer-social) a{
  display:block;
  padding:5px 0;
  font-size:13.5px;
}
.about-footer a:hover{color:#7ddd9c}
.about-store-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.about-store-row a{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:124px;
  min-height:38px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:7px;
  color:#fff;
  background:#050907;
  font-size:10px;
  font-weight:700;
  line-height:1.15;
}
.about-store-row svg{width:21px;height:21px}
.about-footer-social > div{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.about-footer-social a{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:rgba(255,255,255,.08);
}
.about-footer-social svg{width:18px;height:18px}
.about-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:18px;
  color:#d7e6db;
  font-size:12.5px;
}
.about-footer-bottom div{
  display:flex;
  gap:34px;
  flex-wrap:wrap;
}

@media(max-width:1120px){
  .about-body .menu{display:none}
  .about-body .burger{display:grid}
  .about-hero-grid{grid-template-columns:1fr 540px}
  .about-hero-img{width:590px}
  .hero-chip{display:none}
  .about-values{grid-template-columns:repeat(3,minmax(0,1fr))}
  .about-cta-inner{grid-template-columns:1fr 250px;gap:10px}
  .about-cta-actions{grid-column:1/-1;flex-direction:row}
  .about-footer-grid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:900px){
  .about-head-actions .about-login{display:none}
  .about-hero-grid{grid-template-columns:1fr}
  .about-hero-art{min-height:390px}
  .about-hero-img{width:min(640px,112vw)}
  .about-mv{grid-template-columns:1fr}
  .about-detail-grid{grid-template-columns:1fr}
  .about-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .about-mv-card{grid-template-columns:1fr}
  .about-mv-icon{width:86px;height:86px}
  .about-values{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-check-grid{grid-template-columns:1fr}
  .about-students-img{position:relative;left:auto;right:auto;bottom:auto;width:100%;margin-top:20px}
  .about-cta-inner{grid-template-columns:1fr;padding:32px 26px}
  .about-cta-inner > img{width:280px;margin:0 auto -10px}
  .about-cta-actions{flex-direction:column}
}
@media(max-width:560px){
  .about-body .wrap{padding-left:16px;padding-right:16px}
  .about-hero{padding-top:36px}
  .about-copy h1{font-size:34px}
  .about-hero-art{min-height:300px}
  .about-mv,
  .about-values-section,
  .about-detail-grid,
  .about-cta{padding-left:16px;padding-right:16px}
  .about-mv-card,
  .about-why-card,
  .about-numbers-card{padding:23px 20px}
  .about-values{grid-template-columns:1fr}
  .about-value-card{min-height:0}
  .about-number-grid{grid-template-columns:1fr}
  .about-cta-inner h2{font-size:30px}
  .about-footer-grid{grid-template-columns:1fr}
  .about-footer-bottom{align-items:flex-start;flex-direction:column}
}

body.dark .about-body,
body.dark.about-body{background:var(--bg)}
body.dark .about-hero{background:linear-gradient(180deg,#14211a,#0f1713)}
body.dark .about-mv-card,
body.dark .about-value-card,
body.dark .about-why-card,
body.dark .about-numbers-card{background:var(--panel);border-color:var(--line)}
