*{box-sizing:border-box}
:root{
  --blue:#0b45a1;
  --blue-deep:#063478;
  --blue-bright:#1769e0;
  --cyan:#15a8c6;
  --cyan-soft:#e6f8fc;
  --green:#79b51c;
  --green-deep:#61950e;
  --lime:#a9dc45;
  --sky:#eaf4ff;
  --ice:#f5f9fd;
  --ink:#17314e;
  --muted:#61768c;
  --line:#dce8f2;
  --white:#fff;
  --shadow:0 18px 42px rgba(15,64,118,.11);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Source Sans 3",Arial,sans-serif;
  color:var(--ink);
  line-height:1.65;
  background:#fff;
}
a{color:inherit}
.wrap{width:min(1120px,calc(100% - 40px));margin:auto}

.topbar{
  background:#fff;
  border-bottom:1px solid #e4edf5;
}
.topbar-inner{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:14px;
}
.brand-mark{
  width:62px;
  height:62px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#fff;
  font:800 13px Montserrat,sans-serif;
  background:linear-gradient(145deg,var(--blue),var(--blue-bright));
  box-shadow:0 8px 20px rgba(11,69,161,.18);
}
.brand-copy{
  display:flex;
  flex-direction:column;
  font-family:Montserrat,sans-serif;
  color:var(--blue-deep);
  line-height:1.05;
}
.brand-copy strong{font-size:16px}
.brand-copy span{font-size:13px;color:#557087;margin-top:5px}
.eduplus{
  border-left:1px solid #dce7f2;
  padding-left:24px;
  display:flex;
  /*flex-direction:column;*/
  line-height:1;
}
.eduplus span{
  text-transform:uppercase;
  letter-spacing:1.6px;
  font-size:13px;
  color:var(--muted);
}
.eduplus strong{
  margin-top:5px;
  color:var(--blue-bright);
  font:800 25px Montserrat,sans-serif;
}

.nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #dce8f3;
  box-shadow:0 6px 18px rgba(20,55,100,.07);
  backdrop-filter:blur(8px);
}
.nav-inner{
  min-height:56px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:4px;
}
.nav a{
  padding:10px 15px;
  text-decoration:none;
  color:#365875;
  font-weight:700;
  font-size:14px;
  border-radius:8px;
}
.nav a:hover{
  background:var(--sky);
  color:var(--blue);
}
.nav .nav-cta{
  margin-left:8px;
  padding-inline:22px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  box-shadow:0 8px 18px rgba(121,181,28,.20);
}
.nav .nav-cta:hover{
  background:var(--green-deep);
  color:#fff;
}

.hero{
  min-height:610px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 22%,rgba(21,168,198,.16),transparent 27%),
    radial-gradient(circle at 74% 82%,rgba(121,181,28,.15),transparent 26%),
    linear-gradient(135deg,#f8fbff,#edf6ff 58%,#f8fcff);
}
.hero:after{
  content:"";
  position:absolute;
  width:480px;
  height:480px;
  right:-180px;
  bottom:-240px;
  border-radius:50%;
  border:75px solid rgba(23,105,224,.045);
}
.pixel{
  position:absolute;
  width:14px;
  height:14px;
  background:var(--cyan);
  opacity:.18;
}
.pixel-a{left:5%;top:22%;box-shadow:28px 0 var(--cyan),0 28px var(--cyan)}
.pixel-b{right:6%;top:13%;background:var(--green);box-shadow:-28px 0 var(--green),0 28px var(--green)}
.pixel-c{left:45%;bottom:7%;background:var(--blue-bright);box-shadow:28px 0 var(--blue-bright)}

.hero-grid{
  min-height:610px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:60px;
  align-items:center;
  padding-block:62px;
  position:relative;
  z-index:2;
}
.eyebrow,.section-label{
  text-transform:uppercase;
  letter-spacing:2.2px;
  font:800 12px/1.2 Montserrat,sans-serif;
  color:var(--green);
  margin-bottom:16px;
}
.hero h1,.section h2,.contact-band h2,.register h2{
  font-family:Montserrat,sans-serif;
}
.hero h1{
  font-size:clamp(48px,6.8vw,82px);
  line-height:.97;
  letter-spacing:-3px;
  margin:0 0 24px;
  color:var(--blue-deep);
}
.hero h1 span{
  display:block;
  color:var(--cyan);
}
.hero-lead{
  max-width:650px;
  margin:0 0 30px;
  color:#506a83;
  font-size:20px;
  line-height:1.55;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.button{
  min-height:48px;
  padding:0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  text-decoration:none;
  font:700 14px/1 Montserrat,sans-serif;
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.primary{
  color:#fff;
  background:var(--blue-bright);
  box-shadow:0 10px 24px rgba(23,105,224,.2);
}
.secondary{
  background:#fff;
  border:1px solid #bdd0e2;
  color:var(--blue);
}
.secondary:hover{background:var(--sky)}
.full{width:100%}
.hero-note{
  margin-top:23px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#61768c;
  font-size:14px;
  font-weight:600;
}
.dot{
  width:9px;height:9px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(121,181,28,.12);
}

/* Ilustración del juego */
.game-scene{
  min-height:410px;
  position:relative;
}
.window{
  position:absolute;
  width:390px;
  max-width:92%;
  height:285px;
  top:45px;
  right:20px;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid #d9e6f2;
  box-shadow:0 28px 70px rgba(16,66,120,.18);
  transform:rotate(2deg);
}
.window-top{
  height:38px;
  background:#eff5fb;
  border-bottom:1px solid #deebf5;
  display:flex;
  align-items:center;
  gap:7px;
  padding-left:15px;
}
.window-top span{
  width:9px;height:9px;border-radius:50%;background:#afc2d5;
}
.window-top span:nth-child(1){background:#ff9278}
.window-top span:nth-child(2){background:#f5c75d}
.window-top span:nth-child(3){background:#8bca69}
.window-body{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  height:calc(100% - 38px);
}
.code-side{
  padding:28px 18px;
  background:#0d315c;
}
.code-line{
  height:7px;
  border-radius:8px;
  background:#56c5dc;
  margin:12px 0;
  opacity:.75;
}
.code-line:nth-child(even){background:#a4dc53}
.w95{width:95%}.w75{width:75%}.w88{width:88%}.w60{width:60%}.w80{width:80%}.w45{width:45%}
.play-side{
  position:relative;
  overflow:hidden;
  background:linear-gradient(#dff5fc 0 68%,#dff1c7 68%);
}
.game-title{
  position:absolute;
  top:22px;left:50%;
  transform:translateX(-50%);
  font:800 22px Montserrat,sans-serif;
  letter-spacing:4px;
  color:var(--blue);
}
.player{
  position:absolute;
  left:34px;
  bottom:56px;
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:8px;
  background:var(--blue-bright);
  color:#fff;
  font-size:18px;
}
.platform{
  position:absolute;
  height:12px;
  background:var(--green);
  border-radius:5px;
}
.p1{width:82px;left:20px;bottom:42px}
.p2{width:74px;right:17px;bottom:82px}
.coin{
  position:absolute;
  width:25px;height:25px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#ffd45d;
  color:#986500;
  font-weight:800;
}
.c1{right:37px;top:87px}
.c2{right:92px;top:129px}
.floating-card{
  position:absolute;
  background:#fff;
  border:1px solid #dbe7f2;
  box-shadow:0 15px 36px rgba(17,65,116,.15);
}
.prompt-card{
  left:-12px;
  top:8px;
  width:170px;
  padding:14px 16px;
  border-radius:14px;
  transform:rotate(-7deg);
}
.prompt-card span{
  display:inline-grid;
  place-items:center;
  width:31px;height:31px;
  border-radius:8px;
  background:var(--cyan);
  color:#fff;
  font:800 12px Montserrat,sans-serif;
}
.prompt-card p{
  margin:8px 0 0;
  font:700 12px Montserrat,sans-serif;
  color:var(--blue-deep);
}
.html-card{
  right:-5px;
  bottom:25px;
  width:125px;
  height:105px;
  border-radius:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transform:rotate(6deg);
}
.html-card strong{
  color:var(--blue-bright);
  font:800 35px Montserrat,sans-serif;
}
.html-card small{
  color:#60778d;
  font-weight:700;
}
.controller{
  position:absolute;
  left:46px;
  bottom:5px;
  width:140px;
  height:78px;
  border-radius:32px;
  background:linear-gradient(145deg,var(--blue),var(--blue-deep));
  box-shadow:0 18px 35px rgba(6,52,120,.2);
  transform:rotate(-5deg);
}
.cross{position:absolute;left:25px;top:20px;width:38px;height:38px}
.cross i{position:absolute;background:#fff;border-radius:2px;opacity:.95}
.cross .up,.cross .down{width:12px;height:38px;left:13px;top:0}
.cross .left,.cross .right{width:38px;height:12px;left:0;top:13px}
.buttons{
  position:absolute;
  right:20px;
  top:23px;
  display:flex;
  gap:8px;
}
.buttons b{
  width:25px;height:25px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--lime);
  color:#31520b;
  font:800 10px Montserrat,sans-serif;
}

.quickfacts{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.facts-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.facts-grid article{
  padding:28px 22px;
  display:flex;
  align-items:center;
  gap:14px;
  border-right:1px solid var(--line);
}
.facts-grid article:last-child{border-right:none}
.fact-icon{
  width:34px;
  text-align:center;
  color:var(--blue-bright);
  font-size:26px;
}
.facts-grid article:nth-child(4) .fact-icon{color:var(--green)}
.facts-grid small{
  display:block;
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:var(--muted);
  font-size:10px;
  font-weight:700;
}
.facts-grid strong{
  display:block;
  color:var(--blue-deep);
  font:700 17px Montserrat,sans-serif;
  margin-top:2px;
}
.facts-grid p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}

.section{padding:92px 0}
.section h2{
  margin:0 0 35px;
  color:var(--blue-deep);
  font-size:clamp(32px,4vw,48px);
  line-height:1.12;
  letter-spacing:-1.3px;
}
.section-heading{
  /*max-width:760px;*/
  margin-bottom:48px;
}
.section-heading.centered{
  text-align:center;
  margin:0 auto 48px;
}
.section-heading p{
  color:#5b7187;
  font-size:18px;
}
.intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 355px;
  gap:75px;
  align-items:start;
}
.copy-block{margin-top:38px}
.copy-block h3{
  color:var(--blue-deep);
  font:700 20px Montserrat,sans-serif;
  margin:0 0 12px;
}
.copy-block p{
  color:#50677e;
  font-size:17px;
}
.objective{
  margin-top:34px;
  padding:25px 26px;
  display:grid;
  grid-template-columns:50px 1fr;
  gap:18px;
  border-radius:14px;
  border:1px solid #dce9f3;
  background:#f8fbfe;
}
.objective-icon{
  width:45px;height:45px;border-radius:12px;
  display:grid;place-items:center;
  background:var(--cyan-soft);
  font-size:20px;
}
.objective h3{margin-top:2px}
.objective p{margin-bottom:0}

.course-card{
  position:sticky;
  top:78px;
  overflow:hidden;
  border-radius:17px;
  background:#fff;
  border:1px solid #dce8f3;
  box-shadow:var(--shadow);
}
.course-card-head{
  min-height:125px;
  padding:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
  background:
    radial-gradient(circle at 82% 20%,rgba(255,255,255,.15),transparent 25%),
    linear-gradient(120deg,var(--blue),var(--blue-bright));
}
.course-card-head small{
  display:block;
  letter-spacing:1.4px;
  font-weight:700;
}
.course-card-head strong{
  display:block;
  margin-top:3px;
  font:800 27px Montserrat,sans-serif;
}
.mini-controller{
  width:54px;height:54px;border-radius:18px;
  display:grid;place-items:center;
  color:#426d0a;
  background:var(--lime);
  font-size:25px;
  transform:rotate(8deg);
}
.course-card dl{
  margin:0;
  padding:12px 25px;
}
.course-card dl div{
  padding:14px 0;
  border-bottom:1px solid #edf2f7;
}
.course-card dt{
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:11px;
}
.course-card dd{
  margin:3px 0 0;
  color:var(--blue-deep);
  font-weight:700;
}
.course-card .button{
  margin:18px 25px 26px;
  width:calc(100% - 50px);
}

.soft-section{
  background:var(--ice);
}
.requirements{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.requirements article{
  padding:31px;
  background:#fff;
  border-radius:15px;
  border:1px solid #dfebf4;
  box-shadow:0 10px 28px rgba(20,65,120,.05);
}
.req-num{
  /*margin-bottom:22px;*/
  color:var(--cyan);
  font:800 17px Montserrat,sans-serif;
  letter-spacing:1px;
}
.requirements h3{
  margin:0 0 11px;
  color:var(--blue-deep);
  font:700 21px Montserrat,sans-serif;
}
.requirements p{
  margin:0;
  color:#5c7288;
}

.route-section{overflow:hidden}
.route{
  display:grid;
  grid-template-columns:1fr 42px 1fr 42px 1fr;
  align-items:stretch;
}
.route-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:27px;
  border-radius:17px;
  background:#fff;
  border:1px solid #dce8f2;
  box-shadow:0 12px 30px rgba(19,64,112,.06);
}
.route-card.featured{
  border:2px solid #b9dd7c;
  box-shadow:0 18px 42px rgba(78,125,16,.10);
}
.route-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
}
.activity-number{
  color:#9aafc3;
  font:800 13px Montserrat,sans-serif;
}
.date-pill{
  padding:6px 10px;
  border-radius:999px;
  background:var(--sky);
  color:var(--blue);
  font:700 10px Montserrat,sans-serif;
}
.featured .date-pill{
  background:var(--green);
  color:#fff;
}
.route-icon{
  width:82px;
  height:82px;
  margin-bottom:24px;
  border-radius:22px;
  position:relative;
  display:grid;
  place-items:center;
  background:var(--cyan-soft);
}
.brain{
  width:52px;height:52px;border-radius:18px;
  display:grid;place-items:center;
  color:#fff;
  background:var(--cyan);
  font:800 17px Montserrat,sans-serif;
}
.spark{
  position:absolute;
  color:var(--green);
  font-weight:800;
}
.s1{top:3px;right:7px}
.s2{bottom:5px;left:7px;font-size:11px}
.route-icon.code{
  display:flex;
  gap:3px;
  align-items:center;
  justify-content:center;
  background:var(--sky);
  color:var(--blue-bright);
  font:800 28px Montserrat,sans-serif;
}
.route-icon.launch{
  background:var(--green-soft);
  overflow:hidden;
}
.rocket{
  color:var(--green-deep);
  font-size:36px;
  transform:translateY(-4px);
}
.route-icon.launch i{
  position:absolute;
  bottom:13px;
  width:5px;
  height:18px;
  border-radius:5px;
  background:#95ca37;
}
.route-icon.launch i:nth-of-type(1){left:29px;height:13px}
.route-icon.launch i:nth-of-type(2){left:39px;height:20px}
.route-icon.launch i:nth-of-type(3){left:49px;height:10px}
.route-card h3{
  margin:0 0 13px;
  min-height:55px;
  color:var(--blue-deep);
  font:700 21px/1.3 Montserrat,sans-serif;
}
.route-card p{
  color:#5c7288;
  margin-top:0;
}
.route-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:15px;
}
.route-meta span{
  padding:6px 10px;
  border-radius:8px;
  color:#45617b;
  background:#f3f7fb;
  font-size:12px;
  font-weight:700;
}
.teacher{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e8eef4;
}
.teacher small{
  display:block;
  color:#8495a6;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:9px;
  font-weight:700;
}
.teacher strong{
  display:block;
  margin-top:3px;
  color:#334f69;
  font-size:13px;
  line-height:1.4;
}
.route-arrow{
  display:grid;
  place-items:center;
  color:#b4c6d6;
  font-size:27px;
}

.methodology{
  color:#e9f3ff;
  background:
    radial-gradient(circle at 90% 15%,rgba(169,220,69,.13),transparent 27%),
    linear-gradient(125deg,var(--blue-deep),var(--blue) 70%,#0c5fae);
}
.methodology-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:75px;
}
.methodology .section-label.light{
  color:var(--lime);
}
.methodology h2{color:#fff}
.methodology p{
  color:#d8e8f8;
  font-size:17px;
}
.method-note{
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:15px;
}
.method-note span{
  min-width:72px;height:72px;border-radius:18px;
  display:grid;place-items:center;
  background:var(--green);
  color:#fff;
  font:800 20px Montserrat,sans-serif;
}
.method-note p{
  max-width:220px;
  margin:0;
  font-size:14px;
}
.method-steps{
  display:grid;
  gap:13px;
}
.method-steps article{
  padding:17px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:16px;
  border-radius:12px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
}
.method-steps article>span{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--lime);
  color:#385b0b;
  font-weight:800;
}
.method-steps strong{
  color:#fff;
  font-family:Montserrat,sans-serif;
}
.method-steps p{
  margin:3px 0 0;
  font-size:15px;
}

.accreditation-grid{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:70px;
  align-items:center;
}
.accreditation-visual{
  min-height:275px;
  border-radius:24px;
  display:grid;
  place-items:center;
  position:relative;
  background:
    radial-gradient(circle at 50% 45%,#fff 0 35%,transparent 36%),
    linear-gradient(135deg,var(--sky),#ecf8df);
}
.score-ring{
  width:175px;height:175px;border-radius:50%;
  display:grid;place-items:center;
  align-content:center;
  background:#fff;
  border:18px solid var(--green);
  box-shadow:0 15px 35px rgba(49,99,15,.12);
}
.score-ring span{
  color:var(--blue-deep);
  font:800 44px Montserrat,sans-serif;
  line-height:1;
}
.score-ring small{
  margin-top:5px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:700;
}
.badge{
  position:absolute;
  right:45px;
  bottom:35px;
  width:52px;height:52px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--blue-bright);
  color:#fff;
  font-size:23px;
  border:5px solid #fff;
}
.accreditation-grid p{
  color:#536a81;
  font-size:17px;
}
.recognition{
  margin-top:24px;
  padding:18px 20px;
  display:flex;
  gap:13px;
  align-items:flex-start;
  border-radius:12px;
  background:#f5faec;
  border-left:5px solid var(--green);
}
.recognition span{font-size:23px}
.recognition p{margin:0;font-size:15px}

.contact-band{
  padding:55px 0;
  background:#eef6fc;
  border-top:1px solid #deebf5;
  border-bottom:1px solid #deebf5;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:45px;
  align-items:center;
}
.contact-band small{
  text-transform:uppercase;
  letter-spacing:1.5px;
  color:var(--green);
  font-weight:700;
}
.contact-band h2{
  margin:4px 0 5px;
  color:var(--blue-deep);
  font-size:25px;
}
.contact-band p{
  margin:0;
  color:var(--muted);
}
.contact-data{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
}
.contact-data a{
  color:var(--blue-bright);
  font-weight:700;
}

.register{
  padding:74px 0;
  color:#fff;
  background:
    radial-gradient(circle at 83% 10%,rgba(255,255,255,.14),transparent 23%),
    linear-gradient(110deg,var(--blue),var(--blue-bright) 57%,var(--cyan));
}
.register-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.register .section-label.light{color:#c7ef78}
.register h2{
  max-width:720px;
  margin:0 0 12px;
  font-size:39px;
  line-height:1.12;
}
.register p{
  margin:0;
  color:#e8f5ff;
  font-size:18px;
}
.register-button{
  min-width:145px;
  background:var(--green);
  color:#fff;
  box-shadow:0 10px 24px rgba(66,105,17,.22);
}

footer{
  padding:31px 0;
  background:#fff;
  border-top:1px solid #dbe7f2;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  color:#6c7e90;
  font-size:13px;
}
.footer-inner div{
  display:flex;
  flex-direction:column;
}
.footer-inner strong{color:var(--blue-deep)}
.footer-brand{
  color:var(--blue-bright);
  font:800 21px Montserrat,sans-serif;
}

@media(max-width:980px){
  .hero-grid,.intro-grid,.methodology-grid,.accreditation-grid{
    grid-template-columns:1fr;
  }
  .game-scene{
    min-height:420px;
    max-width:560px;
    width:100%;
    margin:auto;
  }
  .course-card{position:static}
  .route{
    grid-template-columns:1fr;
    gap:18px;
  }
  .route-arrow{
    transform:rotate(90deg);
    height:25px;
  }
  .route-card h3{min-height:auto}
}

@media(max-width:780px){
  .facts-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .facts-grid article:nth-child(2){border-right:none}
  .requirements{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .contact-data{align-items:flex-start}
}

@media(max-width:620px){
  .wrap{width:min(100% - 28px,1120px)}
  .topbar-inner{min-height:76px}
  .brand-mark{width:50px;height:50px;font-size:11px}
  .brand-copy strong{font-size:13px}
  .eduplus{padding-left:14px}
  .eduplus strong{font-size:18px}
  .eduplus span{font-size:8px}
  .nav a:not(.nav-cta){display:none}
  .nav-inner{justify-content:flex-end}
  .hero{min-height:auto}
  .hero-grid{padding-block:50px}
  .hero h1{
    font-size:52px;
    letter-spacing:-2px;
  }
  .hero-lead{font-size:17px}
  .game-scene{min-height:335px}
  .window{
    width:310px;
    height:230px;
    right:5px;
  }
  .prompt-card{width:140px}
  .controller{transform:scale(.84) rotate(-5deg);transform-origin:left bottom}
  .html-card{right:0;bottom:5px}
  .facts-grid{grid-template-columns:1fr}
  .facts-grid article{
    border-right:none;
    border-bottom:1px solid var(--line);
  }
  .section{padding:68px 0}
  .objective{grid-template-columns:1fr}
  .accreditation-grid{gap:35px}
  .accreditation-visual{min-height:250px}
  .register-inner,.footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .register h2{font-size:33px}
}
