/* student-services.css — только страница «Студенческие сервисы» */

.services-page{overflow:hidden;background:#f5f8fd}
.services-hero{
  position:relative;min-height:690px;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 85% 12%,rgba(37,217,255,.25),transparent 24%),
    radial-gradient(circle at 9% 90%,rgba(238,46,139,.20),transparent 27%),
    linear-gradient(135deg,#03162e 0%,#0a4f88 54%,#117f95 100%);
}
.services-hero__grid{
  position:absolute;inset:0;opacity:.11;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,#000,transparent 75%);
}
.services-hero__orb{position:absolute;border-radius:50%;pointer-events:none}
.services-hero__orb--1{width:360px;height:360px;left:-110px;bottom:-140px;background:radial-gradient(circle,rgba(37,217,255,.35),transparent 68%)}
.services-hero__orb--2{width:320px;height:320px;right:20%;top:-140px;background:radial-gradient(circle,rgba(214,56,181,.23),transparent 68%)}
.services-hero__inner{
  position:relative;z-index:2;min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;
  align-items:center;gap:70px;padding:68px 0;
}
.services-hero__copy h1{
  margin:18px 0 20px;max-width:760px;font-size:clamp(52px,6.2vw,88px);
  line-height:.94;letter-spacing:-.055em;font-weight:950
}
.services-hero__copy h1 span{
  background:linear-gradient(90deg,#6deaff,#54e4ce,#8b75ff,#ff69ba);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.services-hero__copy>p{max-width:690px;margin:0;color:#d7e6f6;font-size:19px;line-height:1.72}
.services-hero__actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}

.services-hero__route{
  position:relative;width:min(100%,520px);aspect-ratio:1;justify-self:end;
  display:grid;place-items:center
}
.route-core,.route-node{
  position:absolute;z-index:3;display:grid;place-items:center;text-align:center;border-radius:50%;
  border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(16px);
  box-shadow:0 20px 48px rgba(0,0,0,.18)
}
.route-core{
  width:180px;height:180px;
  background:linear-gradient(135deg,rgba(45,112,255,.84),rgba(31,201,221,.56))
}
.route-core span{font-size:42px;font-weight:950}
.route-core strong{font-size:15px}
.route-node{width:122px;height:122px;background:rgba(5,29,61,.68)}
.route-node span{font-size:28px;font-weight:950;color:#74eaff}
.route-node strong{font-size:14px}
.route-node--1{top:5%;left:5%}.route-node--2{right:1%;top:28%}.route-node--3{bottom:4%;left:15%}
.route-ring{position:absolute;border-radius:50%;border:1px solid rgba(116,235,255,.20)}
.route-ring--1{width:76%;height:76%}.route-ring--2{width:96%;height:96%}

.first-step{padding-top:48px;padding-bottom:48px;background:#fff}
.first-step__card{
  display:grid;grid-template-columns:90px 1fr;align-items:center;gap:26px;padding:28px 32px;
  border:1px solid #dde7f3;border-radius:24px;background:linear-gradient(180deg,#fff,#f9fbff);
  box-shadow:0 14px 36px rgba(20,57,106,.06)
}
.first-step__number{
  width:78px;height:78px;display:grid;place-items:center;border-radius:50%;
  color:#fff;font-size:34px;font-weight:950;background:linear-gradient(135deg,#ed2785,#d634b7)
}
.first-step__card h2{margin:10px 0 8px;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.035em}
.first-step__card p{margin:0;color:#627793;font-size:17px;line-height:1.66;max-width:960px}

.quick-services{
  background:
    radial-gradient(circle at 88% 12%,rgba(37,217,255,.07),transparent 20%),
    #f5f8fd
}
.service-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:36px}
.service-feature{
  position:relative;overflow:hidden;min-height:500px;padding:30px;border-radius:26px;color:#fff;
  border:1px solid rgba(255,255,255,.10);box-shadow:0 22px 55px rgba(14,49,102,.17)
}
.service-feature::before{
  content:"";position:absolute;inset:0;opacity:.25;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:36px 36px;mask-image:linear-gradient(135deg,#000,transparent 75%)
}
.service-feature>*{position:relative;z-index:2}
.service-feature--medical{
  background:radial-gradient(circle at 86% 15%,rgba(255,255,255,.15),transparent 25%),
             linear-gradient(145deg,#0b4571,#0b8aa6)
}
.service-feature--library{
  background:radial-gradient(circle at 86% 15%,rgba(255,255,255,.15),transparent 25%),
             linear-gradient(145deg,#34245d,#6a4ab0)
}
.service-feature__top{display:flex;align-items:center;justify-content:space-between}
.service-feature__top>span{
  padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.13);font-size:14px;font-weight:900
}
.service-feature__icon{
  width:60px;height:60px;display:grid;place-items:center;border-radius:18px;
  background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14);
  font-size:30px;font-weight:900
}
.service-feature h3{margin:30px 0 12px;font-size:clamp(34px,4vw,50px);letter-spacing:-.04em}
.service-feature>p{margin:0;color:#d5e4f2;font-size:17px;line-height:1.68;max-width:620px}
.person-line{
  margin-top:26px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:17px;
  background:rgba(5,30,59,.30)
}
.person-line span,.person-line strong,.person-line a{display:block}
.person-line span{color:#95daf0;font-size:14px;font-weight:800}
.person-line strong{margin-top:4px;font-size:20px}
.person-line a{margin-top:5px;color:#fff;font-size:20px;font-weight:950}
.library-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.library-list span{
  padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.11);font-size:14px;font-weight:800
}
.service-feature__hint{
  position:absolute;left:30px;right:30px;bottom:28px;padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);color:#bed2e5;font-size:15px;line-height:1.55
}

.floors-section{background:#fff}
.floor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}
.floor-card{
  display:grid;grid-template-columns:92px 1fr;gap:24px;padding:28px;border-radius:24px;
  border:1px solid #dce6f3;background:linear-gradient(180deg,#fff,#f9fbff);
  box-shadow:0 12px 34px rgba(17,52,98,.055)
}
.floor-card--1{border-top:4px solid #13a9d3}.floor-card--2{border-top:4px solid #ef4ca5}
.floor-card__number{
  width:76px;height:76px;display:grid;place-items:center;border-radius:50%;color:#fff;
  font-size:34px;font-weight:950
}
.floor-card--1 .floor-card__number{background:linear-gradient(135deg,#087fac,#20bad9)}
.floor-card--2 .floor-card__number{background:linear-gradient(135deg,#e32987,#f160ba)}
.floor-card h3{margin:3px 0 4px;font-size:29px}
.floor-card p{margin:0 0 15px;color:#6f829b;font-size:15px}
.floor-card ul{margin:0;padding-left:20px;color:#26415e;font-size:16px;line-height:1.72}

.contacts-section{background:#f5f8fd}
.heads-card,.support-card{
  border:1px solid #dde7f3;border-radius:24px;background:#fff;
  box-shadow:0 13px 35px rgba(18,53,100,.06)
}
.heads-card{padding:28px;margin-top:34px}
.contact-section-title{display:flex;align-items:center;gap:14px}
.contact-section-title span{
  width:44px;height:44px;display:grid;place-items:center;border-radius:13px;
  color:#fff;font-size:14px;font-weight:950;background:linear-gradient(135deg,#2d70ff,#25c9e3)
}
.contact-section-title h3{margin:0;font-size:24px}
.contact-person-list{margin-top:20px}
.contact-person{
  display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 0;
  border-top:1px solid #e4ebf4
}
.contact-person:first-child{border-top:0}
.contact-person strong{font-size:18px}.contact-person a{color:#076da7;font-size:19px;font-weight:950}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.support-card{padding:28px}
.support-contact{padding:18px 0;border-top:1px solid #e4ebf4}
.support-contact:first-of-type{margin-top:16px}
.support-contact span,.support-contact strong,.support-contact a,.support-contact small{display:block}
.support-contact span{color:#46627f;font-size:15px;font-weight:850}
.support-contact strong{margin-top:4px;color:#10243f;font-size:18px}
.support-contact a{margin-top:4px;color:#0876aa;font-size:19px;font-weight:950}
.support-contact small{margin-top:8px;color:#6f839d;font-size:14px;line-height:1.55}
.support-contact--trust{padding:18px;border-radius:16px;background:#f0f8ff;border:1px solid #d9eaf8}
.support-contact--note{padding:18px;border-radius:16px;background:#fff7fb;border:1px solid #f0dbe8;color:#5c4261}

.emergency-section{
  background:linear-gradient(135deg,#05243b,#075271);
  color:#fff
}
.emergency-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}
.emergency-box h2{margin:8px 0 0;font-size:clamp(34px,4vw,52px);line-height:1.03;letter-spacing:-.04em}
.emergency-numbers{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.emergency-numbers a{
  min-height:120px;padding:18px;border-radius:18px;text-align:center;color:#fff;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);
  transition:.2s ease
}
.emergency-numbers a:hover{transform:translateY(-4px);background:rgba(255,255,255,.12)}
.emergency-numbers strong{display:block;font-size:32px}.emergency-numbers span{display:block;margin-top:5px;color:#cce0ef;font-size:14px}

.remember-section{background:#fff}
.remember-box{
  display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center;overflow:hidden;
  border-radius:24px;border:1px solid #e2e8f1;background:linear-gradient(90deg,#fff,#fbf8ff)
}
.remember-box__badge{
  align-self:stretch;padding:30px;display:flex;flex-direction:column;justify-content:center;
  color:#fff;background:linear-gradient(135deg,#ed2c87,#d93eb7);
  font-size:18px;font-weight:850;text-transform:uppercase
}
.remember-box__badge strong{margin-top:8px;font-size:20px}
.remember-box__copy{padding:26px 28px 26px 0}
.remember-box__copy p{margin:0;color:#526a85;font-size:17px;line-height:1.65}
.remember-box__copy>strong{display:block;margin-top:10px;color:#123c5d;font-size:26px;text-transform:uppercase;letter-spacing:.03em}

.reveal{opacity:0;transform:translateY(28px)}
.reveal.is-visible{opacity:1;transform:none;transition:opacity .7s cubic-bezier(.18,.8,.25,1),transform .7s cubic-bezier(.18,.8,.25,1)}

@media(max-width:1100px){
  .services-hero__inner{grid-template-columns:1fr;gap:30px}
  .services-hero__route{justify-self:center;max-width:450px}
  .service-feature-grid,.floor-grid,.support-grid{grid-template-columns:1fr}
  .emergency-box{grid-template-columns:1fr}
}
@media(max-width:720px){
  .services-hero{min-height:auto}
  .services-hero__inner{min-height:auto;padding:52px 0}
  .services-hero__copy h1{font-size:clamp(46px,14vw,66px)}
  .services-hero__route{display:none}
  .first-step__card{grid-template-columns:1fr;padding:24px}
  .first-step__number{width:64px;height:64px}
  .service-feature{min-height:560px;padding:24px}
  .service-feature__hint{left:24px;right:24px;bottom:24px}
  .floor-card{grid-template-columns:1fr}
  .contact-person{display:block}
  .contact-person a{display:block;margin-top:6px}
  .emergency-numbers{grid-template-columns:1fr 1fr}
  .remember-box{grid-template-columns:1fr}
  .remember-box__copy{padding:0 24px 26px}
}
@media(max-width:480px){
  .emergency-numbers{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important}
}
