/* body {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #000000, #000000);
  font-family: "Montserrat", sans-serif;
}

* {
  box-sizing: border-box;
} */

.carousel {
  position: relative;
  width: 23rem;
  height: 23rem;
  perspective: 500px;
  transform-style: preserve-3d;
}

.card-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(calc(var(--offset) * 50deg))
    scaleY(calc(1 + var(--abs-offset) * -0.4))
    translateZ(calc(var(--abs-offset) * -30rem))
    translateX(calc(var(--offset) / var(--abs-offset) * -5rem));
  filter: blur(calc(var(--abs-offset) * 1rem));
  transition: all 0.3s ease-out;
}

.card {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: hsla(
    206deg,
    75%,
    calc(100% - var(--abs-offset) * 50%),
    0.8
  );
  border-radius: 1rem;
  color: #9ca3af;
  text-align: justify;
  transition: all 0.3s ease-out;
}
.card h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0.7em;
  color: #1f2937;
}
.card p,
.card h2 {
  transition: all 0.3s ease-out;
  opacity: var(--active);
}

.nav {
  color: rgb(255, 255, 255);
  font-size: 4rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  background: unset;
  border: unset;
}
.nav.left {
  transform: translateX(-100%) translatey(-50%);
}
.nav.right {
  right: 0;
  transform: translateX(100%) translatey(-50%);
}
/*---------------------------------------------------------*/

.tokenizacin {
  position: relative;
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 144px 227px 290px 244px;
  box-sizing: border-box;
  isolation: isolate;
  gap: 69px;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  font-size: 132px;
  color: #53ec68;
  font-family: "Intel One Mono";
}
.tokenizacin-child {
  width: 1928px;
  height: 1079px;
  display: none;
  max-width: 100%;
  z-index: 0;
  flex-shrink: 0;
}

.layer-7-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 24px;
}
.layer-7-icon {
  align-self: stretch;
  height: 40px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 1;
}

.steps-icons {
  width: 2px;
  height: 69px;
  position: absolute;
  margin: 0 !important;
  top: 188px;
  right: 690px;
  background-color: #9ff3a9;
  z-index: 2;
  flex-shrink: 0;
}

.andrea-feliciani-analista-container {
  height: auto;
  position: relative;
  display: inline-block;
  z-index: 1;
  flex-shrink: 0;
}
.andrea-feliciani {
  font-family: "Instrument Serif";
}
.blank-line3 {
  font-size: 48px;
  font-family: Inter;
}
.analista-en-ciberseguridad {
  font-size: 32px;
  font-weight: 500;
}
.curriculum-vitae {
  font-size: 20px;
}
.blank-line4 {
  font-family: "Intel One Mono";
}
.curriculum-vitae2 {
  font-weight: 600;
}

.ejercicios-links {
  margin-left: 244px;
  margin-top: -250px; /* ajusta este valor */
}

.ejercicios-links a {
  display: block;
  color: #53ec68;
  font-size: 16px;
  text-decoration: none;
}
.span {
  font-size: 24px;
  font-family: Inspiration;
}
.c3f0b65a44f9722877de8c63a33857-icon {
  width: 748px;
  position: absolute;
  margin: 0 !important;
  right: -669px;
  bottom: -284px;
  max-height: 100%;
  object-fit: cover;
  z-index: 2;
  flex-shrink: 0;
}

.h3 {
  margin: 0;
  position: absolute;
  top: 14.5px;
  left: 69.4px;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  min-width: 22.6px;
  z-index: 2;
}
@media screen and (max-width: 975px) {
  .tokenizacin {
    gap: 34px;
    padding-left: 122px;
    padding-right: 113px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 950px) {
  .frame-group {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .tokenizacin {
    gap: 17px;
    padding-left: 61px;
    padding-right: 56px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .div {
    font-size: 19px;
  }
  .andrea-feliciani-analista-container {
    font-size: 16px;
  }
  .h3 {
    font-size: 19px;
  }
}

/* ─── TOKENS ─────────────────────────────── */
:root {
  --green: #53ec68;
  --green-light: #9ff3a9;
  --blue: #196dad;
  --blue-dark: #186cab;
  --black: #000000;
  --cream: #f7fdc7;
}

/* ─── RESET ──────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--black);
  color: var(--green);
  overflow-x: hidden;
}

/* ══════════════════════════════════════════ */
/*  SECTION 1 — HERO / BLACK                 */
/* ══════════════════════════════════════════ */

.s-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--black);
  overflow: hidden;
}

/* Full-width horizontal rule */
.hero-hline {
  position: absolute;
  top: 255px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--green);
}

/* Thin vertical accent lines above hline */
.hero-vline {
  position: absolute;
  top: 186px;
  width: 2px;
  height: 69px;
}
.hero-vline--1 {
  left: 994px;
  background: var(--green);
}
.hero-vline--2 {
  left: 1236px;
  background: var(--green-light);
}

/* Year badge (top-right cluster) */
.hero-year {
  position: absolute;
  top: 170px;
  left: 1134px;
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  font-size: 24px;
  color: var(--green);
  letter-spacing: 0.1em;
  animation: fadeUp 0.6s 0.1s ease both;
}

/*
         * ╔════════════════════════════════════════╗
         * ║  SVG LOGO SLOT — Layer_7 (310 × 40)   ║
         * ║  top: 191px   left: 244px              ║
         * ╚════════════════════════════════════════╝
         * Paste your <svg viewBox="0 0 310 40"> here.
         */
.hero-logo {
  position: absolute;
  top: 191px;
  left: 244px;
  width: 310px;
  height: 40px;
}

/* Name / sub-title / label */
.hero-copy {
  position: absolute;
  top: 352px;
  left: 244px;
  animation: fadeUp 0.7s 0.2s ease both;
}

.hero-name {
  font-family: "Instrument Serif", serif;
  font-size: clamp(72px, 7.5vw, 132px);
  color: var(--green);
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero-role {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 32px);
  color: var(--green);
  margin-top: 36px;
  letter-spacing: 0.03em;
}

.hero-label {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 18px;
}
.hero-label__text {
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  font-size: 20px;
  color: var(--green);
  letter-spacing: 0.18em;
}
.hero-label__dashes {
  font-family: "Inspiration", cursive;
  font-size: 26px;
  color: var(--green);
  opacity: 0.65;
}

/*
         * ╔════════════════════════════════════════╗
         * ║  PHOTO SLOT  (748 × 421)               ║
         * ║  top: 518px  right-aligned             ║
         * ╚════════════════════════════════════════╝
         * Replace the placeholder with:
         *   <img src="your-photo.png" alt="Andrea Feliciani">
         */
.hero-photo {
  position: absolute;
  top: 518px;
  left: 884px;
  width: 748px;
  height: 421px;
  overflow: hidden;
  border-left: 1px solid rgba(83, 236, 104, 0.12);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* placeholder tint when no image */
.hero-photo:not(:has(img))::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 236, 104, 0.04), transparent);
}

/*
         * ╔════════════════════════════════════════╗
         * ║  ARROW SLOT — Layer_7 small (160 × 65) ║
         * ║  bottom-left, original top:724px       ║
         * ╚════════════════════════════════════════╝
         * Paste your arrow/bracket SVG inside .hero-arrow-svg.
         */
.hero-arrow {
  position: absolute;
  bottom: 72px;
  left: 247px;
  display: flex;
  align-items: center;
  gap: 0;
  width: 160px;
  height: 65px;
}
.hero-arrow-svg {
  /* SVG background shape goes here */
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-arrow-svg > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-arrow-char {
  position: relative;
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 24px;
  color: var(--green);
  animation: blink 1.2s step-end infinite;
  z-index: 1;
}

/* ══════════════════════════════════════════ */
/*  SECTION 2 — GRADIENT (black → blue)      */
/* ══════════════════════════════════════════ */

.s-gradient {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, var(--black) 12%, var(--blue) 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 80px 40px;
}

.grad-label {
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 24px);
  color: var(--green);
  letter-spacing: 0.25em;
  text-align: center;
}

.grad-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* icon wrappers sized to match originals */
.grad-icon {
  fill: var(--cream);
  opacity: 0.92;
  flex-shrink: 0;
}
.grad-icon--1 {
  width: 54px;
  height: 59px;
}
.grad-icon--2 {
  width: 68px;
  height: 58px;
}
.grad-icon--3 {
  width: 59px;
  height: 59px;
}
.grad-icon--4 {
  width: 77px;
  height: 69px;
}

/* ══════════════════════════════════════════ */
/*  SECTION 3 — BLUE                         */
/* ══════════════════════════════════════════ */

.s-blue {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--blue-dark);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blue-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0;
}

.character-wrap {
  width: 567px;
  height: 256px;
  flex-shrink: 0;
}
.character-wrap svg {
  width: 100%;
  height: 100%;
}

/* Black footer bar */
.blue-footer {
  width: 100%;
  height: 101px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-shrink: 0;
}
.blue-footer__item {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
  font-size: 13px;
  color: var(--green);
  letter-spacing: 0.2em;
}
.blue-footer__sep {
  color: var(--green);
  opacity: 0.4;
  font-size: 18px;
}

/* Table Styling */
.table {
  border-collapse: collapse;
  color: #53ec68;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 5px 0;
  line-height: 1.2;
}
.table th,
.table td {
  border: 5px solid #53ec68 !important;
  padding: 13px 16px !important;
  text-align: center;
  color: #53ec68;
  height: auto;
}
.table th {
  font-weight: 13;
  background-color: rgb(0, 255, 34);
}
.table tbody tr:hover {
  background-color: rgb(0, 255, 34);
}

/* ─── ANIMATIONS ─────────────────────────── */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.navbar {
  width: 100%;
  background-color: #0d1b2a;
  padding: 10px 0px 10px 244px; /* alineado con el contenido principal */
  box-sizing: border-box;
}

.navbar > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.navbar li {
  position: relative;
}

.navbar a {
  color: #53ec68;
  text-decoration: none;
  font-size: 17px;
  font-family: "Intel One Mono", monospace;
}

.navbar a:hover {
  color: white;
}

/* Menú desplegable */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background-color: #0d1b2a;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 100;
}

.dropdown-menu li {
  width: 100%;
}

.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.hamburger {
  width: 32px;
  height: 24px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #53ec68;
  border-radius: 2px;
}

.table-panel {
  width: fit-content;
  margin: 80px auto;
  padding: 24px;
  box-sizing: border-box;

  background: #000;
  border: 2px solid #53ec68; /* mejor que outline */
}

.table-panel h1 {
  margin: 0 0 24px;
  color: #53ec68;
  font-family: "Instrument Serif", monospace;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.budget-table {
  margin: 0 auto;
  border-collapse: separate;
  border: 3px solid #53ec68;
  border-spacing: 10px;
  color: #53ec68;
  font-family: "Intel One Mono", monospace;
  background-color: #000;
}

.budget-table th,
.budget-table td {
  border: 2px solid #53ec68;
  padding: 12px 15px;
  text-align: center;
  color: #53ec68;
  outline: 2px solid #53ec68;
  outline-offset: -6px;
}

.budget-table th {
  background-color: #000000;
}

.invoice-panel {
  width: min(900px, calc(100% - 40px));
  margin: 70px auto;
  padding: 36px;
  border: 4px solid #53ec68;
  background-color: #000000;
  color: #53ec68;
  font-family: "Intel One Mono", monospace;
  box-sizing: border-box;
}

.invoice-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.invoice-header h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.invoice-meta {
  display: grid;
  gap: 12px;
  min-width: 280px;
}

.invoice-field,
.invoice-date,
.client-grid div,
.invoice-totals div {
  border: 2px solid #53ec68;
  background-color: #000;
  padding: 12px 14px;
}

.invoice-field span,
.invoice-date span,
.client-grid span,
.invoice-totals span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.invoice-field strong,
.client-grid strong,
.invoice-totals strong {
  font-size: 16px;
  font-weight: 500;
}

.date-boxes {
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-boxes span {
  min-width: 46px;
  margin: 0;
  border: 1px solid #53ec68;
  padding: 6px 8px;
  text-align: center;
}

.date-boxes span:nth-child(2),
.date-boxes span:nth-child(4) {
  min-width: auto;
  border: 0;
  padding: 0;
}

.client-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 12px;
  margin-bottom: 26px;
}

.invoice-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  border: 3px solid #53ec68;
  background-color: #000;
  margin-bottom: 26px;
}

.invoice-table th,
.invoice-table td {
  border: 2px solid #53ec68;
  padding: 13px 14px;
  text-align: left;
}

.invoice-table th {
  background-color: #000000;
  text-transform: uppercase;
  font-size: 13px;
}

.invoice-table th:first-child,
.invoice-table td:first-child,
.invoice-table th:nth-child(3),
.invoice-table td:nth-child(3),
.invoice-table th:nth-child(4),
.invoice-table td:nth-child(4) {
  text-align: center;
}

.invoice-totals {
  width: min(360px, 100%);
  margin-left: auto;
  display: grid;
  gap: 10px;
}

.invoice-totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.invoice-totals span {
  margin: 0;
}

.invoice-total-final {
  border-color: #53ec68;
}

.invoice-total-final strong {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .invoice-panel {
    padding: 22px;
  }

  .invoice-header,
  .client-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .invoice-meta {
    min-width: 0;
  }
}

.form-panel {
  width: min(820px, calc(100% - 40px));
  margin: 70px auto;
  padding: 42px;
  border: 4px solid #53ec68;
  background-color: #000000;
  color: #53ec68;
  font-family: "Intel One Mono", monospace;
  box-sizing: border-box;
}

.form-panel h1 {
  margin: 0 0 34px;
  padding-bottom: 18px;
  border-bottom: 2px solid #53ec68;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label,
.contact-form fieldset {
  border: 0;
  padding: 0;
  background: transparent;
}

.contact-form label {
  display: grid;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 2px solid #53ec68;
  background-color: #000000;
  color: #53ec68;
  padding: 13px 14px;
  font-family: "Intel One Mono", monospace;
  font-size: 14px;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid #53ec68;
  outline-offset: 2px;
}

.policy-box {
  display: flex;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  border: 2px solid #744e79;
  margin: 22px 0;
  padding: 18px;
}

.policy-box input,
.option-row input {
  width: auto;
}

.contact-form fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-form legend {
  padding: 0 0 14px;
  font-weight: 700;
  grid-column: 1 / -1;
}

.option-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  border: 2px solid #53ec68 !important;
  padding: 12px !important;
}

.contact-form button {
  border: 2px solid #53ec68;
  background-color: #53ec68;
  color: #000;
  margin-top: 26px;
  padding: 15px 24px;
  font-family: "Intel One Mono", monospace;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  justify-self: end;
  min-width: 160px;
}

.contact-form button:hover {
  background-color: #000000;
  color: #53ec68;
}

@media screen and (max-width: 700px) {
  .form-panel {
    padding: 26px;
  }

  .contact-form fieldset {
    grid-template-columns: 1fr;
  }

  .contact-form button {
    width: 100%;
    justify-self: stretch;
  }
}

.andrea-feliciani-analista-en-c-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  position: relative;
  isolation: isolate;
  max-width: 100%;
}

.hero-gif {
  position: absolute;
  top: 56%; /* ajusta la altura */
  right: 280px; /* ajusta la distancia desde la derecha */
  transform: translateY(-50%);
  width: auto;
  height: auto;
  pointer-events: none;
}
