@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  color: #f7fbff;
  background: #eef3f1;
  font-family: 'Source Sans 3', sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: #eef3f1;
}

a {
  color: inherit;
}

.page {
  min-height: 100vh;
  background: #eef3f1;
}

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  padding: 28px clamp(18px, 4vw, 56px) 56px;
  display: flex;
  flex-direction: column;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 30, 24, 0.22), rgba(246, 249, 245, 0.24)),
    url('./assets/fondo.jpg') center/cover no-repeat,
    linear-gradient(135deg, #e8f1ed 0%, #dce8e4 45%, #f7f8f3 100%);
  filter: blur(5px);
  opacity: 0.92;
  transform: scale(1.035);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 32, 27, 0.74) 0%, rgba(19, 73, 62, 0.32) 55%, rgba(6, 34, 30, 0.56) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 84px);
}

.topbar,
.notice-bar,
.hero-content,
.team-band {
  position: relative;
  z-index: 1;
}

.notice-bar {
  margin: 0 auto 18px;
  width: min(100%, 1180px);
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(241, 192, 74, 0.92);
  color: #151107;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 28px rgba(10, 29, 25, 0.16);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand,
.docs-pill,
.system-link,
.bottom-doc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #f7fbff;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.brand img {
  display: block;
  object-fit: contain;
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.32));
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.docs-pill,
.bottom-doc {
  text-decoration: none;
  font-weight: 700;
  background: #f1c04a;
  color: #151107;
  border-radius: 8px;
}

.docs-pill {
  padding: 10px 14px;
}

.icon {
  font-weight: 900;
}

.hero-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(270px, 0.68fr) minmax(560px, 1.32fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding-top: 56px;
}

.intro {
  max-width: 620px;
}

.kicker,
.section-title p {
  margin: 0 0 10px;
  color: #f1c04a;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

h1,
h2,
h3 {
  font-family: 'Archivo', sans-serif;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(3.2rem, 9vw, 7.8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.intro p:last-child {
  color: rgba(247, 251, 255, 0.84);
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 530px;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(500px, 1.34fr);
  gap: 18px;
  align-items: stretch;
}

.system-links,
.video-wrap {
  background: rgba(247, 251, 255, 0.2);
  border: 1px solid rgba(247, 251, 255, 0.34);
  backdrop-filter: blur(18px);
  border-radius: 8px;
}

.system-links {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.system-link {
  min-height: 62px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(7, 40, 32, 0.72);
  border: 1px solid rgba(247, 251, 255, 0.22);
  color: #f7fbff;
  text-decoration: none;
  font-weight: 800;
  justify-content: space-between;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.system-link span {
  flex: 1;
}

.system-link:hover {
  transform: translateY(-2px);
  background: rgba(34, 72, 63, 0.72);
  border-color: rgba(241, 192, 74, 0.55);
}

.video-wrap {
  padding: 14px;
}

.video-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: #f7fbff;
  font-weight: 800;
}

.video-heading small {
  color: rgba(247, 251, 255, 0.62);
  font-weight: 600;
}

.tutorial-frame-shell {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #05080a;
}

.tutorial-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 460px;
  border-radius: 8px;
  background: #05080a;
  border: 1px solid rgba(247, 251, 255, 0.12);
}

.drive-open-blocker {
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 62px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  pointer-events: auto;
  z-index: 2;
  border-bottom-left-radius: 8px;
  box-shadow: -8px 8px 22px rgba(0, 0, 0, 0.16);
}

.drive-open-blocker img {
  width: 86px;
  max-height: 42px;
  object-fit: contain;
}

.team-band {
  padding: 54px clamp(18px, 4vw, 56px) 56px;
  background: linear-gradient(180deg, #f7f8f3 0%, #edf3ef 100%);
  color: #151a1f;
}

.section-title {
  max-width: 1120px;
  margin: 0 auto 20px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.team-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.member-card {
  background: #ffffff;
  border: 1px solid #dde2d9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(21, 26, 31, 0.08);
  display: flex;
  flex-direction: column;
}

.member-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: linear-gradient(135deg, #dce3e6, #f7fbff);
}

.member-card div {
  padding: 16px;
}

.member-card h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.member-card p {
  margin: 0;
  color: #56606a;
  line-height: 1.35;
}

.leader-card span {
  display: block;
  margin-bottom: 6px;
  color: #075540;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leader-card h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.leader-card p {
  margin: 0;
  color: #56606a;
}

.bottom-doc {
  max-width: max-content;
  margin: 26px auto 0;
  padding: 12px 18px;
}

@media (max-width: 1100px) {
  .hero-content,
  .workspace {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: start;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-bottom: 34px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-right {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-content {
    padding-top: 34px;
  }

  .system-link {
    min-height: 58px;
  }

  .video-heading {
    flex-direction: column;
  }

  .tutorial-frame {
    min-height: 260px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}
