:root {
  --lime: #86D91A;
  --green: #45B52D;
  --forest: #005B35;
  --black: #111719;
  --graphite: #2B302C;
  --white: #F7F8F6;
  --border: #DDE3DA;
  --deep: #080C0D;
  --max: 1220px;
  --radius: 28px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  background: var(--deep)
}

body {
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--deep);
  color: var(--white);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}

button {
  font: inherit
}

.hero,
.section,
.canarias,
.closing {
  scroll-margin-top: 92px
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 8%, rgba(134, 217, 26, .16), transparent 28%),
    radial-gradient(circle at 16% 84%, rgba(0, 91, 53, .28), transparent 34%),
    linear-gradient(180deg, #080C0D 0%, #111719 48%, #080C0D 100%)
}

.site-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 248, 246, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 248, 246, .026) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%)
}

.page {
  position: relative;
  z-index: 1
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(247, 248, 246, .08);
  background: rgba(8, 12, 13, .78);
  backdrop-filter: blur(22px)
}

.nav-inner {
  width: min(calc(100% - 40px), var(--max));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0
}

.logo-symbol {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  overflow: visible;
  background: rgba(8, 12, 13, .78);
  display: grid;
  place-items: center;
  box-shadow: 0 0 42px rgba(134, 217, 26, .18)
}

.logo-symbol img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  display: block
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1
}

.logo-text strong {
  font-size: 16px;
  letter-spacing: .12em;
  font-weight: 800
}

.logo-text span {
  margin-top: 6px;
  color: rgba(247, 248, 246, .52);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(247, 248, 246, .62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}

.nav-links a {
  position: relative;
  padding: 8px 0;
  transition: color .25s ease
}

.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--lime);
  transition: width .35s var(--ease)
}

.nav-links a:hover {
  color: var(--white)
}

.nav-links a:hover:after {
  width: 100%
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247, 248, 246, .12);
  border-radius: 15px;
  background: rgba(247, 248, 246, .04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transition: transform .3s ease, opacity .3s ease
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

.mobile-menu {
  display: none;
  width: min(calc(100% - 24px), var(--max));
  margin: 0 auto 12px;
  padding: 8px;
  border: 1px solid rgba(247, 248, 246, .1);
  border-radius: 22px;
  background: rgba(8, 12, 13, .96);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .28)
}

.mobile-menu.open {
  display: grid
}

.mobile-menu a {
  display: block;
  padding: 16px 14px;
  border-radius: 15px;
  color: rgba(247, 248, 246, .82);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase
}

.mobile-menu a:active,
.mobile-menu a:hover {
  background: rgba(134, 217, 26, .1);
  color: var(--white)
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 150px 20px 90px;
  overflow: hidden
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 76px;
  align-items: center
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

.eyebrow:before {
  content: "";
  width: 48px;
  height: 1px;
  background: var(--lime)
}

h1 {
  max-width: 960px;
  font-size: clamp(43px, 7vw, 92px);
  line-height: .96;
  letter-spacing: -.064em;
  font-weight: 800
}

.accent {
  color: var(--lime)
}

.hero-text {
  max-width: 710px;
  margin-top: 32px;
  color: rgba(247, 248, 246, .7);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.75;
  font-weight: 400
}

.hero-strip {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(247, 248, 246, .1);
  background: rgba(247, 248, 246, .08)
}

.strip-item {
  min-height: 112px;
  padding: 23px;
  background: rgba(17, 23, 25, .7);
  border-right: 1px solid rgba(247, 248, 246, .08)
}

.strip-item:last-child {
  border-right: 0
}

.strip-item strong {
  display: block;
  font-size: 20px;
  letter-spacing: -.04em
}

.strip-item span {
  display: block;
  margin-top: 9px;
  color: rgba(247, 248, 246, .52);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600
}

.brand-stage {
  position: relative;
  min-height: 620px;
  border: 1px solid rgba(247, 248, 246, .12);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(247, 248, 246, .08), rgba(247, 248, 246, .025)), rgba(17, 23, 25, .62);
  overflow: hidden;
  box-shadow: 0 40px 150px rgba(0, 0, 0, .36);
  transform-style: preserve-3d
}

.brand-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(134, 217, 26, .2), transparent 26%), radial-gradient(circle at 90% 95%, rgba(0, 91, 53, .45), transparent 38%)
}

.watermark-logo {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(84%, 520px);
  transform: translate(-50%, -50%);
  opacity: .16;
  filter: saturate(1.1) contrast(1.1);
  mix-blend-mode: screen;
  border-radius: 12px
}

.arrow-motion {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center
}

.arrow-motion svg {
  width: min(76%, 500px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 0 42px rgba(134, 217, 26, .24))
}

.growth-path {
  fill: none;
  stroke: url(#growthGradient);
  stroke-width: 34;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
  animation: drawGrowth 2.8s var(--ease) .35s forwards, glowPulse 4.2s ease-in-out 3.2s infinite
}

.arrow-head {
  fill: var(--lime);
  opacity: 0;
  transform-origin: center;
  animation: popHead .7s var(--ease) 0.75s forwards
}

@keyframes drawGrowth {
  to {
    stroke-dashoffset: 0
  }
}

@keyframes popHead {
  from {
    opacity: 0;
    transform: scale(.75)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes glowPulse {
  50% {
    filter: drop-shadow(0 0 26px rgba(134, 217, 26, .52))
  }
}

.stage-card {
  position: absolute;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(247, 248, 246, .13);
  border-radius: 20px;
  background: rgba(8, 12, 13, .7);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 80px rgba(0, 0, 0, .24)
}

.stage-card strong {
  display: block;
  font-size: 14px;
  letter-spacing: -.02em
}

.stage-card span {
  display: block;
  margin-top: 8px;
  color: rgba(247, 248, 246, .58);
  font-size: 12px;
  line-height: 1.55
}

.sc-1 {
  top: 34px;
  left: 34px
}

.sc-2 {
  top: 34px;
  right: 30px
}

.sc-3 {
  bottom: 42px;
  left: 46px
}

.sc-4 {
  bottom: 42px;
  right: 42px
}

.section {
  padding: 132px 20px;
  background: var(--white);
  color: var(--black)
}

.section.dark {
  background: var(--deep);
  color: var(--white)
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto
}

.section-head {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 58px
}

.label {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase
}

h2 {
  margin-top: 16px;
  font-size: clamp(36px, 5.4vw, 74px);
  line-height: .98;
  letter-spacing: -.056em;
  font-weight: 800
}

.section-head p {
  color: rgba(17, 23, 25, .66);
  font-size: 18px;
  line-height: 1.76;
  font-weight: 400
}

.dark .section-head p {
  color: rgba(247, 248, 246, .62)
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.definition-card {
  min-height: 360px;
  padding: 32px;
  border: 1px solid rgba(17, 23, 25, .1);
  border-radius: var(--radius);
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease), background .55s var(--ease), color .55s var(--ease)
}

.definition-card:after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(134, 217, 26, .16);
  transition: transform .55s var(--ease)
}

.definition-card:hover {
  transform: translateY(-10px);
  background: var(--black);
  color: var(--white);
  box-shadow: 0 36px 120px rgba(17, 23, 25, .18)
}

.definition-card:hover:after {
  transform: scale(1.55)
}

.card-num {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em
}

.definition-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 72px;
  font-size: 27px;
  line-height: 1.1;
  letter-spacing: -.045em;
  font-weight: 800
}

.definition-card p {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: rgba(17, 23, 25, .64);
  line-height: 1.68;
  font-size: 14px
}

.definition-card:hover p {
  color: rgba(247, 248, 246, .68)
}

.process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(247, 248, 246, .1)
}

.process:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: var(--progress, 0%);
  background: linear-gradient(90deg, var(--green), var(--lime));
  transition: width .8s var(--ease)
}

.process-step {
  min-height: 280px;
  padding: 28px;
  background: rgba(17, 23, 25, .74)
}

.process-step span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase
}

.process-step h3 {
  margin-top: 52px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.045em
}

.process-step p {
  margin-top: 16px;
  color: rgba(247, 248, 246, .6);
  line-height: 1.62;
  font-size: 14px
}

.principles-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
  align-items: stretch
}

.principles-lead {
  min-height: 620px;
  padding: 38px;
  border-radius: 34px;
  background: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.principles-lead:after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(134, 217, 26, .26);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(134, 217, 26, .08)
}

.principles-lead .big {
  color: var(--lime);
  font-size: clamp(86px, 14vw, 170px);
  line-height: .8;
  letter-spacing: -.1em;
  font-weight: 800
}

.principles-lead h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(31px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: -.058em
}

.principles-list {
  display: grid;
  gap: 14px
}

.principle {
  padding: 27px;
  border: 1px solid rgba(17, 23, 25, .1);
  border-radius: 24px;
  background: #fff;
  transition: transform .42s var(--ease), border-color .42s var(--ease)
}

.principle:hover {
  transform: translateX(10px);
  border-color: rgba(69, 181, 45, .48)
}

.principle h3 {
  font-size: 21px;
  letter-spacing: -.04em
}

.principle p {
  margin-top: 10px;
  color: rgba(17, 23, 25, .64);
  line-height: 1.62;
  font-size: 14px
}

.canarias {
  padding: 146px 20px;
  background: var(--white);
  color: var(--black);
  overflow: hidden
}

.canarias-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 72px;
  align-items: center
}

.canarias-copy p {
  margin-top: 26px;
  color: rgba(17, 23, 25, .66);
  font-size: 18px;
  line-height: 1.76
}

.network-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px
}

.network-card {
  min-height: 540px;
  border-radius: 34px;
  background: var(--black);
  position: relative;
  overflow: hidden;
  box-shadow: 0 46px 130px rgba(17, 23, 25, .18)
}

.network-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 54% 40%, rgba(134, 217, 26, .22), transparent 26%), radial-gradient(circle at 16% 84%, rgba(0, 91, 53, .35), transparent 32%), linear-gradient(135deg, rgba(247, 248, 246, .08), transparent)
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(134, 217, 26, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 26s linear infinite
}

.o1 {
  width: 180px;
  height: 180px
}

.o2 {
  width: 310px;
  height: 310px;
  animation-duration: 36s;
  animation-direction: reverse
}

.o3 {
  width: 440px;
  height: 440px;
  animation-duration: 48s
}

.orbit:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 34px rgba(134, 217, 26, .72)
}

@keyframes rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.network-label {
  padding: 25px;
  border: 1px solid rgba(247, 248, 246, .12);
  border-radius: 22px;
  background: rgba(8, 12, 13, .72);
  backdrop-filter: blur(18px)
}

.network-label strong {
  display: block;
  color: var(--white);
  font-size: 27px;
  letter-spacing: -.05em
}

.network-label span {
  display: block;
  margin-top: 10px;
  color: rgba(247, 248, 246, .62);
  line-height: 1.55
}

.closing {
  padding: 130px 20px;
  background: var(--deep);
  text-align: center
}

.closing img {
  width: min(100%, 560px);
  height: auto;
  margin-bottom: 50px;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .32));
  border-radius: 10px
}

.closing h2 {
  max-width: 1060px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(42px, 7vw, 98px)
}

.closing p {
  max-width: 820px;
  margin: 28px auto 0;
  color: rgba(247, 248, 246, .64);
  font-size: 18px;
  line-height: 1.76
}

.legal {
  max-width: 940px;
  margin: 46px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(247, 248, 246, .1);
  color: rgba(247, 248, 246, .44);
  font-size: 12px;
  line-height: 1.7
}

.footer {
  border-top: 1px solid rgba(247, 248, 246, .08);
  background: var(--deep);
  padding: 38px 20px;
  color: rgba(247, 248, 246, .48);
  font-size: 13px;
  font-weight: 600
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.footer strong {
  color: var(--white)
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(247, 248, 246, .48)
}

.footer-link-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(247, 248, 246, .48);
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  padding: 0;
  transition: color .25s ease
}

.footer-link-btn:hover {
  color: var(--lime)
}

/* ── Modales legales ── */
.legal-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  border: 1px solid rgba(247, 248, 246, .12);
  border-radius: 28px;
  background: var(--graphite);
  color: var(--white);
  padding: 0;
  max-width: min(calc(100vw - 40px), 720px);
  max-height: 82vh;
  width: 100%;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .6)
}

.legal-modal::backdrop {
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(6px)
}

.legal-modal-inner {
  display: flex;
  flex-direction: column;
  max-height: 82vh
}

.legal-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px 20px;
  border-bottom: 1px solid rgba(247, 248, 246, .1);
  flex-shrink: 0
}

.legal-modal-header h3 {
  font-size: 20px;
  letter-spacing: -.04em;
  font-weight: 800;
  margin: 0
}

.legal-modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(247, 248, 246, .14);
  border-radius: 10px;
  background: rgba(247, 248, 246, .06);
  color: var(--white);
  font-size: 15px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease
}

.legal-modal-close:hover {
  background: rgba(247, 248, 246, .14)
}

.legal-modal-body {
  padding: 24px 32px 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 18px
}

.legal-modal-body p {
  color: rgba(247, 248, 246, .72);
  font-size: 14px;
  line-height: 1.72
}

.legal-modal-body strong {
  color: var(--white);
  font-weight: 700
}

.legal-modal-date {
  color: rgba(247, 248, 246, .38) !important;
  font-size: 12px !important;
  padding-top: 10px;
  border-top: 1px solid rgba(247, 248, 246, .08)
}

/* ── Animaciones de entrada ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.wipe {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.12s var(--ease)
}

.scale {
  opacity: 0;
  transform: scale(.95);
  transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.visible.reveal {
  opacity: 1;
  transform: translateY(0)
}

.visible.wipe {
  clip-path: inset(0 0 0 0)
}

.visible.scale {
  opacity: 1;
  transform: scale(1)
}

/* ── Responsive 1080px ── */
@media(max-width:1080px) {

  .hero-inner,
  .section-head,
  .principles-grid,
  .canarias-grid {
    grid-template-columns: 1fr
  }

  .hero-inner {
    gap: 52px
  }

  .cards-3 {
    grid-template-columns: 1fr
  }

  .process {
    grid-template-columns: 1fr
  }

  .brand-stage {
    min-height: 560px
  }

  .section-head {
    gap: 36px;
    margin-bottom: 44px
  }

  .process:before {
    height: 100%;
    width: 3px
  }

  .process-step {
    min-height: auto
  }
}

/* ── Responsive 820px ── */
@media(max-width:820px) {
  .desktop-nav {
    display: none
  }

  .menu-toggle {
    display: inline-flex
  }

  .nav {
    padding-top: env(safe-area-inset-top)
  }

  .nav-inner {
    width: min(calc(100% - 24px), var(--max));
    height: 74px
  }

  .logo-symbol {
    width: 38px;
    height: 38px;
    border-radius: 12px
  }

  .logo-symbol img {
    width: 38px;
    height: 38px
  }

  .logo-text strong {
    font-size: 14px;
    letter-spacing: .1em
  }

  .logo-text span {
    display: none
  }

  .hero {
    min-height: auto;
    padding: 118px 16px 68px
  }

  .hero-inner {
    gap: 34px
  }

  h1 {
    font-size: clamp(34px, 9vw, 54px);
    line-height: 1.03;
    letter-spacing: -.052em
  }

  .hero-text {
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 1.72
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: .12em
  }

  .eyebrow:before {
    width: 34px
  }

  .hero-strip {
    grid-template-columns: 1fr;
    margin-top: 28px
  }

  .strip-item {
    min-height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 248, 246, .08)
  }

  .strip-item:last-child {
    border-bottom: 0
  }

  .strip-item strong {
    font-size: 18px
  }

  .strip-item span {
    font-size: 12px
  }

  .brand-stage {
    min-height: 420px;
    border-radius: 24px
  }

  .watermark-logo {
    width: 88%;
    opacity: .12
  }

  .arrow-motion svg {
    width: 86%
  }

  .growth-path {
    stroke-width: 27
  }

  .stage-card {
    width: 150px;
    padding: 14px;
    border-radius: 16px
  }

  .stage-card strong {
    font-size: 12px
  }

  .stage-card span {
    display: none
  }

  .sc-1 {
    top: 14px;
    left: 14px
  }

  .sc-2 {
    top: 14px;
    right: 14px
  }

  .sc-3 {
    bottom: 14px;
    left: 14px
  }

  .sc-4 {
    bottom: 14px;
    right: 14px
  }

  .section,
  .canarias,
  .closing {
    padding: 84px 16px
  }

  h2 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.04;
    letter-spacing: -.045em
  }

  .section-head {
    gap: 22px;
    margin-bottom: 32px
  }

  .section-head p,
  .canarias-copy p,
  .closing p {
    font-size: 15px;
    line-height: 1.72
  }

  .definition-card {
    min-height: auto;
    padding: 24px;
    border-radius: 22px
  }

  .definition-card h3 {
    margin-top: 44px;
    font-size: 22px
  }

  .definition-card p {
    font-size: 14px
  }

  .definition-card:hover {
    transform: none
  }

  .process-step {
    padding: 22px
  }

  .process-step h3 {
    margin-top: 28px;
    font-size: 21px
  }

  .principles-lead {
    min-height: 360px;
    padding: 26px;
    border-radius: 22px
  }

  .principles-lead .big {
    font-size: clamp(68px, 18vw, 110px)
  }

  .principles-lead h3 {
    font-size: 28px
  }

  .principle {
    padding: 22px;
    border-radius: 18px
  }

  .principle:hover {
    transform: none
  }

  .network-card {
    min-height: 380px;
    border-radius: 22px
  }

  .network-label {
    padding: 18px
  }

  .network-label strong {
    font-size: 21px
  }

  .network-label span {
    font-size: 13px
  }

  .closing img {
    width: min(100%, 320px);
    margin-bottom: 34px
  }

  .closing h2 {
    font-size: clamp(31px, 8vw, 44px)
  }

  .legal {
    margin-top: 34px;
    font-size: 11px;
    line-height: 1.65
  }

  .footer {
    padding: 26px 16px
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px
  }
}

/* ── Responsive 480px ── */
@media(max-width:480px) {
  .nav-inner {
    height: 70px
  }

  .hero {
    padding-top: 106px
  }

  h1 {
    font-size: 32px
  }

  .hero-text {
    font-size: 14.5px
  }

  .brand-stage {
    min-height: 360px
  }

  .stage-card {
    width: 132px;
    padding: 12px
  }

  .stage-card strong {
    font-size: 11px
  }

  .network-card {
    min-height: 340px
  }

  .o1 {
    width: 130px;
    height: 130px
  }

  .o2 {
    width: 220px;
    height: 220px
  }

  .o3 {
    width: 310px;
    height: 310px
  }

  .mobile-menu a {
    font-size: 13px;
    padding: 14px 12px
  }
}

/* ── Reduced motion ── */
@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }

  .reveal,
  .scale,
  .wipe {
    opacity: 1;
    transform: none;
    clip-path: none
  }
}
