/* Recupera el primer estilo del banner principal. */
:root{
  --page-gutter:clamp(12px,2vw,28px);
}

html,
body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}

*,
*:before,
*:after{
  box-sizing:border-box;
}

.photo-cover{
  background:
    linear-gradient(118deg,#073763 0%,#087096 48%,#18c8ab 100%)!important;
  color:#fff!important;
  padding-top:clamp(76px,8vw,92px)!important;
  padding-bottom:clamp(18px,3vw,34px)!important;
  overflow:hidden!important;
  width:100%!important;
}

.photo-cover:before,
.photo-cover:after,
.photo-main-logo,
.photo-hero-metrics,
.photo-orbit,
.float-bubble{
  display:none!important;
}

.photo-header{
  padding:14px var(--page-gutter) 0!important;
  width:100%!important;
}

.photo-nav{
  width:calc(100vw - (var(--page-gutter) * 2))!important;
  max-width:none!important;
  min-height:62px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:8px clamp(10px,1.4vw,18px)!important;
  display:flex!important;
  align-items:center!important;
  gap:clamp(8px,1vw,14px)!important;
  border:1px solid rgba(218,232,242,.92)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 12px 30px rgba(5,40,88,.12)!important;
  overflow:hidden!important;
}

.photo-brand{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex:0 0 auto!important;
}

.photo-brand img{
  width:70px!important;
  height:42px!important;
  object-fit:contain!important;
}

.photo-brand-name{
  font-size:21px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:0!important;
  color:#092f69!important;
}

.photo-brand-name strong{
  color:#0aa98f!important;
}

.photo-links{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex:1 1 auto!important;
  gap:3px!important;
  overflow:hidden!important;
}

.photo-links a{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  padding:9px clamp(5px,.62vw,10px)!important;
  border-radius:13px!important;
  color:#153c70!important;
  font-size:clamp(10px,.72vw,12px)!important;
  line-height:1!important;
  font-weight:750!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  background:transparent!important;
}

.photo-links a:hover,
.photo-links a.active{
  color:#fff!important;
  background:linear-gradient(135deg,#0872b5,#18c2aa)!important;
  box-shadow:0 8px 18px rgba(10,127,165,.20)!important;
}

.photo-links a span{
  font-size:13px!important;
}

.photo-search{
  display:none!important;
}

.photo-menu-toggle{
  flex:0 0 auto!important;
}

.photo-hero{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  width:calc(100vw - (var(--page-gutter) * 2))!important;
  max-width:none!important;
  min-height:clamp(310px,29vw,385px)!important;
  height:auto!important;
  margin:clamp(16px,2vw,24px) auto 0!important;
  padding:clamp(30px,3.2vw,48px) clamp(28px,3.8vw,64px)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,clamp(240px,26vw,380px))!important;
  gap:clamp(22px,3vw,48px)!important;
  align-items:center!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:30px!important;
  box-shadow:0 26px 70px rgba(13,64,104,.20)!important;
  background:linear-gradient(115deg,rgba(7,48,91,.98) 0%,rgba(10,91,121,.96) 52%,rgba(23,178,151,.96) 100%)!important;
}

.photo-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-2!important;
  display:block!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.08) 0 1px,transparent 1px 100%),
    linear-gradient(0deg,rgba(255,255,255,.07) 0 1px,transparent 1px 100%)!important;
  background-size:42px 42px!important;
  opacity:.24!important;
}

.photo-hero:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:-1!important;
  display:block!important;
  background:
    linear-gradient(108deg,transparent 0 58%,rgba(255,255,255,.14) 58% 72%,transparent 72%),
    linear-gradient(108deg,transparent 0 68%,rgba(255,255,255,.08) 68% 79%,transparent 79%)!important;
  opacity:1!important;
}

.photo-copy{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  max-width:min(760px,100%)!important;
  padding-left:0!important;
  align-self:center!important;
}

.photo-copy:after{
  display:none!important;
}

.photo-kicker{
  display:inline-flex!important;
  margin-bottom:16px!important;
  padding:8px 13px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:10px!important;
  background:rgba(5,35,70,.44)!important;
  color:#eaf8ff!important;
  font-size:13px!important;
  font-weight:850!important;
  letter-spacing:0!important;
}

.photo-copy h1{
  display:block!important;
  max-width:100%!important;
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:clamp(48px,5.2vw,82px)!important;
  line-height:1!important;
  letter-spacing:0!important;
  font-weight:950!important;
}

.photo-copy h1 span{
  color:#58e3b2!important;
  background:none!important;
  -webkit-background-clip:initial!important;
  background-clip:initial!important;
}

.photo-copy h2{
  display:block!important;
  max-width:720px!important;
  margin:0 0 14px!important;
  color:#f4fbff!important;
  font-size:clamp(21px,2vw,29px)!important;
  line-height:1.16!important;
  letter-spacing:0!important;
  font-weight:850!important;
}

.photo-copy p{
  display:block!important;
  max-width:760px!important;
  margin:0 0 24px!important;
  color:#dff4fb!important;
  font-size:clamp(14px,1.15vw,18px)!important;
  line-height:1.58!important;
}

.photo-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
}

.photo-btn{
  min-height:48px!important;
  padding:0 20px!important;
  border-radius:12px!important;
}

.photo-btn.primary{
  background:#30d6ae!important;
  color:#082f45!important;
  box-shadow:0 12px 26px rgba(11,169,146,.28)!important;
}

.photo-btn.secondary{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.52)!important;
  color:#fff!important;
}

.photo-art{
  display:grid!important;
  position:relative!important;
  z-index:2!important;
  min-height:clamp(210px,22vw,285px)!important;
  place-items:center!important;
  justify-items:center!important;
}

.photo-art:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:clamp(210px,22vw,285px)!important;
  height:clamp(210px,22vw,285px)!important;
  right:auto!important;
  bottom:auto!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:26px!important;
  transform:rotate(9deg)!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:none!important;
  opacity:1!important;
}

.photo-logo-panel{
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  left:auto!important;
  top:auto!important;
  transform:none!important;
  width:clamp(220px,24vw,320px)!important;
  height:clamp(180px,19vw,255px)!important;
  padding:0!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.96)!important;
  border:0!important;
  box-shadow:0 22px 55px rgba(3,35,67,.30)!important;
}

.photo-logo-panel img{
  display:block!important;
  opacity:1!important;
  width:72%!important;
  height:72%!important;
  object-fit:contain!important;
}

.photo-feature-strip{
  margin-top:-18px!important;
  padding-top:0!important;
  background:linear-gradient(180deg,#f8fcff,#fff)!important;
  width:100%!important;
}

.photo-feature-grid,
.container,
.footer-grid,
.copy,
.hero-grid,
.nav{
  width:calc(100vw - (var(--page-gutter) * 2))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.photo-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(180px,1fr))!important;
  gap:clamp(12px,1.35vw,20px)!important;
}

.photo-feature-card{
  min-width:0!important;
}

.grid-6{
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;
}

.subjects,
.levels,
.ideas,
.school-grid{
  width:100%!important;
  max-width:none!important;
}

@media(max-width:1080px){
  .photo-links a{
    padding:8px 6px!important;
    font-size:10px!important;
  }

  .photo-links a span{
    display:none!important;
  }
}

@media(max-width:900px){
  :root{
    --page-gutter:14px;
  }

  .photo-header{
    padding:10px var(--page-gutter) 0!important;
  }

  .photo-nav{
    width:calc(100vw - (var(--page-gutter) * 2))!important;
    border-radius:22px!important;
    overflow:visible!important;
  }

  .photo-links{
    display:none!important;
  }

  .photo-menu-toggle{
    display:flex!important;
    margin-left:auto!important;
  }

  .photo-hero{
    width:calc(100vw - (var(--page-gutter) * 2))!important;
    grid-template-columns:1fr!important;
    padding:34px 28px!important;
    gap:24px!important;
    min-height:0!important;
  }

  .photo-copy h1{
    font-size:clamp(44px,10vw,58px)!important;
  }

  .photo-copy h2{
    font-size:23px!important;
  }

  .photo-art{
    min-height:210px!important;
  }

  .photo-logo-panel{
    width:min(220px,58vw)!important;
    height:auto!important;
    aspect-ratio:1.22!important;
  }

  .photo-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:700px){
  :root{
    --page-gutter:10px;
  }

  .photo-cover{
    padding-top:74px!important;
    padding-bottom:14px!important;
  }

  .photo-brand img{
    width:54px!important;
    height:34px!important;
  }

  .photo-brand-name{
    font-size:17px!important;
  }

  .photo-hero{
    width:calc(100vw - (var(--page-gutter) * 2))!important;
    margin-top:14px!important;
    padding:26px 18px 24px!important;
    border-radius:22px!important;
  }

  .photo-copy h1{
    font-size:clamp(36px,13vw,44px)!important;
    line-height:1.02!important;
  }

  .photo-copy h2{
    font-size:19px!important;
  }

  .photo-copy p{
    font-size:14px!important;
    line-height:1.48!important;
  }

  .photo-actions{
    flex-direction:column!important;
  }

  .photo-btn{
    width:100%!important;
  }

  .photo-art{
    min-height:150px!important;
  }

  .photo-logo-panel{
    width:min(168px,54vw)!important;
    height:auto!important;
    aspect-ratio:1.22!important;
    border-radius:20px!important;
  }

  .photo-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
}

@media(max-width:480px){
  .photo-nav,
  .photo-hero,
  .photo-feature-grid,
  .container,
  .footer-grid,
  .copy,
  .hero-grid,
  .nav{
    width:calc(100vw - 16px)!important;
  }

  .photo-feature-grid,
  .grid-6,
  .subjects,
  .levels,
  .ideas,
  .school-grid{
    grid-template-columns:1fr!important;
  }
}
