/* =============================================================
   AGENCIA GO — Landing Page (v2)
   ============================================================= */

:root {
  /* Agencia GO brand palette */
  --navy: #181351;
  --navy-deep: #0F0B3A;
  --lavender: #B9AAFF;
  --lavender-light: #D5CBFF;
  --lavender-soft: #ECE6FF;
  --lavender-deep: #8D7AFF;
  --cream-white: #FAF8FF;
  --white: #FFFFFF;
  --black: #0B0B0F;

  /* Legacy aliases mapped to brand */
  --blue: var(--navy);
  --blue-deep: var(--navy-deep);
  --blue-light: var(--lavender);
  --orange: var(--lavender);
  --orange-deep: var(--lavender-deep);
  --green: var(--lavender-deep);
  --green-deep: var(--lavender-deep);
  --yellow: var(--lavender-light);
  --yellow-soft: var(--lavender-soft);
  --pink: var(--lavender-soft);
  --pink-deep: var(--lavender-light);
  --pink-strong: var(--lavender);
  --cream: var(--cream-white);
  --cream-soft: var(--cream-white);
  --cream-deep: var(--lavender-soft);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, sans-serif;
  color: var(--black);
  background: var(--white);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img, svg { display: block; max-width: 100%; }

.display, .display-xl {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.95;
}
.display-xl { font-size: clamp(46px, 7vw, 122px); }

/* ============================== BUBBLE BADGES ============================== */
.bubble {
  position: relative;
  display: inline-block;
  width: 240px;
  line-height: 0;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,0.12));
}
.bubble svg {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
}
.bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: white;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  font-weight: 800;
}
.bubble-text.dark { color: var(--black); }
.bubble-text.mail { font-size: 15px; letter-spacing: -0.01em; }
.bubble-text.phone { font-size: 19px; letter-spacing: -0.01em; }

/* color variants — fill of the symbol's circles */
.bubble-orange svg { fill: var(--orange); }
.bubble-green  svg { fill: var(--green); }
.bubble-yellow svg { fill: var(--yellow); }
.bubble-blue   svg { fill: var(--blue); }

.bubble-tag.center { display: block; margin: 0 auto 16px; }
.bubble-tag.inline {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  margin: 0 0 16px 14px;
}
.bubble-tag.small { width: 160px; }
.bubble-tag.wide { width: 380px; }

/* ============================== NAV ============================== */
.main-nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  max-width: 1320px;
  background: var(--navy);
  border-radius: 100px;
  padding: 10px 14px 10px 24px;
  display: flex;
  align-items: center;
  gap: 40px;
  z-index: 100;
  box-shadow: 0 6px 30px rgba(24,19,81,0.18);
  transition: background-color .3s ease, box-shadow .25s;
}

/* === Adaptive nav theme === */
/* Default: nav over LIGHT page section — dark nav (navy bg, lavender content) */
.main-nav { color: var(--lavender); }
.nav-links a { color: var(--lavender); }
.nav-cta { background: var(--lavender); color: var(--navy); }
.logo-mark { background-color: var(--lavender); }

/* When over DARK section (hero/stats/footer) — flip to light nav */
body[data-nav="dark"] .main-nav { background: var(--lavender); }
body[data-nav="dark"] .nav-links a { color: var(--navy); }
body[data-nav="dark"] .nav-cta { background: var(--navy); color: var(--lavender); }
body[data-nav="dark"] .logo-mark { background-color: var(--navy); }
.nav-logo {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}
.logo-mark {
  display: block;
  width: 140px;
  aspect-ratio: 1002/348;
  -webkit-mask: url('go-logo-clean.png') center/contain no-repeat;
          mask: url('go-logo-clean.png') center/contain no-repeat;
  transition: background-color .3s ease;
}

.nav-links {
  display: flex;
  gap: 38px;
  margin: 0 auto;
  list-style: none;
}
.nav-links a {
  font-weight: 700;
  font-size: 17px;
  transition: color .3s ease;
}
.nav-links a:hover { opacity: 0.6; }
.has-drop .plus { font-weight: 800; }

.nav-cta {
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
  transition: transform .15s, background-color .3s ease, color .3s ease;
}
.nav-cta:hover { transform: translateY(-1px); }

/* ============================== HERO ============================== */
.hero {
  background: var(--blue);
  min-height: 100vh;
  padding: clamp(120px, 13vh, 170px) clamp(40px, 6vw, 100px) 60px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.dot-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.16) 1.6px, transparent 1.8px);
  background-size: 22px 22px;
  pointer-events: none;
}

.hero-top {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-headline {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--white);
  font-size: clamp(44px, 8vw, 132px);
  text-transform: uppercase;
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 auto;
  max-width: 1400px;
}
.hero-headline .line { display: block; }
.hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255,255,255,0.88);
  margin: 18px auto 0;
  max-width: 580px;
}

/* floating bubble badges over hero */
.bubble-pos-branding {
  position: absolute;
  top: 22%;
  right: 8%;
  width: 280px;
  z-index: 4;
  transform: rotate(-4deg);
}
.bubble-pos-marketing {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 320px;
  z-index: 4;
  transform: translate(-50%, -50%) rotate(2deg);
}
.bubble-pos-strategy {
  position: absolute;
  bottom: 28%;
  right: 5%;
  width: 280px;
  z-index: 4;
  transform: rotate(-6deg);
}
.bubble-pos-branding .bubble-text,
.bubble-pos-marketing .bubble-text,
.bubble-pos-strategy .bubble-text {
  font-size: 26px;
  letter-spacing: -0.01em;
}

.spark {
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 4;
  animation: twinkle 3s ease-in-out infinite;
}
.spark-1 { top: 18%; right: 36%; }
.spark-2 { top: 60%; left: 12%; width: 32px; height: 32px; animation-delay: 0.5s; }
.spark-3 { bottom: 30%; right: 30%; width: 22px; height: 22px; animation-delay: 1s; }
@keyframes twinkle {
  0%, 100% { transform: scale(1) rotate(0); opacity: 1; }
  50% { transform: scale(1.3) rotate(20deg); opacity: 0.7; }
}

.hero-robot {
  position: absolute;
  bottom: 22%;
  left: 3%;
  width: 180px;
  z-index: 5;
}

.hero-bottom {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.award-seal {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
.award-seal svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.award-seal .globe {
  width: 62%;
  height: 62%;
  top: 19%;
  left: 19%;
  z-index: 1;
}
.award-seal .seal-text {
  animation: spin 30s linear infinite;
  z-index: 2;
}
.seal-label {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 18px;
  fill: white;
  letter-spacing: 1.6px;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ============================== PILL BUTTON ============================== */
.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 36px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 17px;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform .15s, box-shadow .15s;
}
.pill-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.pill-white { background: white; color: var(--black); }
.pill-black { background: var(--black); color: white; }
.pill-pink { background: var(--pink-deep); color: var(--black); }
.pill-btn.large { padding: 26px 56px; font-size: 24px; }
.pill-btn.pill-hero { padding: 26px 54px; font-size: 25px; }

/* ============================== SCALLOP (section dividers) ============================== */
.scallop {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 6;
  display: block;
  pointer-events: none;
}
.scallop-white-fill { fill: var(--white); }
.scallop-pink-fill  { fill: var(--pink-deep); }
.scallop-blue-fill  { fill: var(--blue); }
.scallop-cream-fill { fill: var(--cream-soft); }

/* ============================== SERVICES ============================== */
.services {
  background: var(--white);
  padding: 130px 40px 100px;
  position: relative;
}
.services-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  margin-bottom: 70px;
  align-items: end;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.services-head-left .bubble-tag { width: 220px; display: block; margin-bottom: 20px; }
.services-head-right { padding-bottom: 20px; }
.services-head-right p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #4A4A4F;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1400px;
  margin: 0 auto;
}
.service-card {
  border-radius: 38px;
  padding: 48px 48px 50px;
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .25s ease;
}
.service-card:hover { transform: translateY(-8px); }
.service-pink   { background: var(--lavender-soft); }
.service-yellow { background: var(--lavender-light); }
.service-blue   { background: var(--navy); color: var(--lavender); }
.service-orange { background: var(--lavender); color: var(--navy); }
.service-card h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.service-card p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 340px;
}
.service-illu {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 212px;
  height: 247px;
  pointer-events: none;
}
.service-illu svg { width: 100%; height: 100%; display: block; }
.service-arrow {
  position: absolute;
  top: 36px;
  right: 44px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--black);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  transform: rotate(-45deg);
  transition: transform .2s;
}
.service-card:hover .service-arrow { transform: rotate(0deg); }
.service-blue .service-arrow, .service-orange .service-arrow {
  background: white; color: var(--black);
}

/* ============================== STATS ============================== */
.stats {
  background: var(--blue);
  color: white;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  border-top: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 6px;
}
.stat-divider { color: var(--yellow); font-size: 22px; }

/* ============================== GO MASCOTS ============================== */
.go-float { position: absolute; pointer-events: none; z-index: 4; }
.go-float svg { width: 100%; height: auto; display: block; overflow: visible; }
@keyframes go-bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-16px)} }
.go-bob { animation: go-bob 4.5s ease-in-out infinite; }
.go-strategy { width: 188px; bottom: 0; right: 7%; z-index: 1; }
.go-process  { width: 142px; top: 64px; right: 56px; }
.go-faq      { width: 116px; top: 104px; left: 60px; }
@media (max-width: 900px){ .go-process, .go-faq { display: none; } .go-strategy { width: 130px; } }

/* ============================== STRATEGY QUOTE ============================== */
.strategy-quote {
  background: var(--white);
  padding: 140px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.blob {
  position: absolute;
  background: var(--pink);
  border-radius: 50%;
  z-index: 0;
}
.blob-1 {
  width: 280px;
  height: 700px;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.blob-2 {
  width: 320px;
  height: 700px;
  top: 50%;
  right: 25%;
  transform: translate(50%, -50%) rotate(25deg);
}
.quote-text {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  font-size: clamp(50px, 7.5vw, 120px);
}

/* ============================== PROCESS ============================== */
.process {
  background: var(--cream-soft);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
.process-head { text-align: center; margin-bottom: 60px; }
.process-head .bubble-tag { width: 200px; margin: 0 auto 16px; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1400px;
  margin: 0 auto;
}
.process-card {
  background: white;
  border-radius: 28px;
  padding: 36px 28px;
  border: 3px solid var(--black);
  position: relative;
  transition: transform .25s;
}
.process-card:hover { transform: translateY(-6px); }
.process-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 1;
  color: var(--orange);
  margin-bottom: 18px;
}
.process-card h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.process-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #4A4A4F;
}

/* ============================== PORTFOLIO ============================== */
.portfolio {
  background: var(--cream-soft);
  padding: 120px 40px 100px;
  position: relative;
}
.portfolio-head { text-align: center; margin-bottom: 80px; }
.portfolio-head .bubble-tag { width: 220px; }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 80px;
}

/* === CASE CARDS (antes/después) === */
.cases-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto 80px;
}
.case-card {
  background: var(--white);
  border-radius: 32px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 36px;
  align-items: center;
  border: 3px solid var(--navy);
  transition: transform .25s;
}
.case-card:hover { transform: translateY(-4px); }
.case-card:nth-child(even) {
  background: var(--lavender-soft);
  grid-template-columns: 1.3fr 1fr;
}
.case-card:nth-child(even) .case-info { order: 2; }
.case-card:nth-child(even) .case-compare { order: 1; }

.case-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--lavender);
  color: var(--navy);
  padding: 7px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.case-handle {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 14px;
}
.case-desc {
  font-size: 15.5px;
  line-height: 1.55;
  color: #4A4A66;
  margin-bottom: 24px;
  max-width: 440px;
}
.case-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 20px;
  border-top: 2px solid rgba(24,19,81,0.14);
}
.case-kpi b {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 28px);
  color: var(--navy);
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}
.case-kpi span {
  font-size: 12px;
  color: #5A5575;
  font-weight: 500;
  line-height: 1.35;
  display: block;
}

.case-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.case-side {
  position: relative;
  margin: 0;
}
.case-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--navy);
  color: var(--lavender);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 7px 13px;
  border-radius: 100px;
  z-index: 2;
}
.case-label.after { background: var(--lavender); color: var(--navy); }
.case-side img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  display: block;
  box-shadow: 0 10px 30px rgba(24,19,81,0.16);
}

/* === REELS STRIP === */
.reels-section {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.reels-section-head { text-align: center; margin-bottom: 36px; }
.reels-head {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 48px);
  text-transform: uppercase;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 10px;
}
.reels-sub {
  font-size: 17px;
  color: #4A4A66;
}
.reels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.reel-card {
  background: var(--navy);
  color: var(--lavender);
  border-radius: 24px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s;
  --growth: #4ADE80;
}
.reel-card:hover { transform: translateY(-6px); }

.reel-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.reel-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
}
.reel-badge {
  background: rgba(74, 222, 128, 0.16);
  color: var(--growth);
  font-weight: 700;
  font-size: 11.5px;
  padding: 5px 10px 5px 8px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.reel-badge .up { width: 12px; height: 12px; flex-shrink: 0; }

.reel-body {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: stretch;
}
.reel-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,0.08);
  display: block;
}
.reel-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reel-views {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(42px, 5vw, 60px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--white);
}
.reel-views-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  opacity: 0.65;
  margin-top: 6px;
}
.reel-grow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--growth);
  font-weight: 700;
  font-size: 13px;
  margin-top: 12px;
}
.reel-grow .up { width: 14px; height: 14px; flex-shrink: 0; }

.reel-story {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-top: 4px;
  color: var(--white);
}
.reel-attr {
  font-size: 12px;
  opacity: 0.6;
  font-weight: 600;
}

/* Variantes de color con verde adaptado al contraste */
.reels-grid .reel-card:nth-child(3n+2) {
  background: var(--lavender-deep);
  --growth: #BCFFD0;
}
.reels-grid .reel-card:nth-child(3n+2) .reel-badge {
  background: rgba(188, 255, 208, 0.22);
}
.reels-grid .reel-card:nth-child(3n+3) {
  background: var(--lavender);
  color: var(--navy);
  --growth: #0E7C3A;
}
.reels-grid .reel-card:nth-child(3n+3) .reel-views { color: var(--navy); }
.reels-grid .reel-card:nth-child(3n+3) .reel-story { color: var(--navy); }
.reels-grid .reel-card:nth-child(3n+3) .reel-badge { background: rgba(14, 124, 58, 0.14); }

@media (max-width: 960px) {
  .case-card, .case-card:nth-child(even) {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .case-card:nth-child(even) .case-info { order: initial; }
  .case-card:nth-child(even) .case-compare { order: initial; }
  .reels-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .case-kpis { grid-template-columns: 1fr; gap: 12px; padding-top: 16px; }
  .reels-grid { grid-template-columns: 1fr; }
}
.port-card {
  border-radius: 34px;
  overflow: hidden;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform .25s;
}
.port-card:hover { transform: translateY(-8px); }
.port-pink         { background: var(--lavender-soft); }
.port-pink-strong  { background: var(--lavender-light); }
.port-blue         { background: var(--navy); color: var(--lavender); }
.port-orange       { background: var(--lavender); color: var(--navy); }
.port-yellow       { background: var(--lavender-light); }
.port-yellow-light { background: var(--lavender-soft); }
.port-yellow-strong{ background: var(--lavender-light); }
.port-green        { background: var(--lavender-deep); color: var(--white); }
.port-img {
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 400/280;
}
.port-img svg { width: 100%; height: 100%; }
.port-meta { padding: 0 8px 10px; }
.port-meta h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.3vw, 36px);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.port-bottom {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 15px;
  opacity: 0.85;
}

/* ============================== TEAM ============================== */
.team {
  background: white;
  padding: 130px 40px 130px;
  position: relative;
}
.team-head { text-align: center; margin-bottom: 70px; }
.team-h2 { display: inline; }
.team-h2 .bubble-tag.inline { margin-left: 14px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.team-card {
  border-radius: 30px;
  padding: 22px 22px 30px;
  transition: transform .25s;
}
.team-card:hover { transform: translateY(-6px); }
.team-pink-light   { background: var(--lavender-soft); }
.team-blue-light   { background: var(--lavender); color: var(--navy); }
.team-yellow-light { background: var(--lavender-light); }
.team-orange-light { background: var(--navy); color: var(--lavender); }
.team-yellow-strong{ background: var(--lavender-light); }
.team-blue-strong  { background: var(--lavender-deep); color: var(--white); }
.team-avatar {
  border-radius: 22px;
  overflow: hidden;
  margin: 0 0 20px;
  width: 100%;
  aspect-ratio: 5 / 4;
  background: rgba(255,255,255,0.35);
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.team-card h3 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.team-card p {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.85;
  line-height: 1.35;
}

/* +10 editoras card — full-width banner */
.team-editoras {
  grid-column: 1 / -1;
  background: var(--lavender-deep);
  color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 36px 56px;
}
.editoras-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(90px, 14vw, 180px);
  line-height: 0.85;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}
.editoras-info { flex: 1; }
.team-editoras h3 { font-size: clamp(32px, 4vw, 52px); margin-bottom: 6px; }
.team-editoras p { opacity: 0.92; font-size: 17px; max-width: 540px; }
@media (max-width: 700px){
  .team-editoras { flex-direction: column; align-items: flex-start; gap: 14px; padding: 30px; }
}

/* ============================== TESTIMONIALS ============================== */
.testimonials {
  background: var(--pink-deep);
  padding: 130px 40px 130px;
  position: relative;
}
.testimonials-head { text-align: center; margin-bottom: 60px; }
.testimonials-head .bubble-tag { width: 240px; }
/* === Testimonials carousel === */
.testimonial-marquee {
  overflow: hidden;
  width: 100%;
  padding-bottom: 70px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.testimonial-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: tmarq 50s linear infinite;
}
.testimonial-track:hover { animation-play-state: paused; }
@keyframes tmarq {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 12px)); }
}
.testimonial-card {
  flex-shrink: 0;
  width: 360px;
  background: white;
  border-radius: 26px;
  padding: 30px 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.t-stars {
  color: var(--lavender-deep);
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
}
.t-body {
  font-size: 16px;
  line-height: 1.55;
  color: #2A2A3F;
  flex: 1;
}
.t-author {
  border-top: 1.5px solid rgba(24,19,81,0.1);
  padding-top: 14px;
  margin-top: 4px;
}
.t-author strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.t-author span {
  font-size: 13px;
  color: #5A5575;
  font-weight: 500;
}

/* ============================== FAQ ============================== */
.faq {
  background: white;
  padding: 120px 40px 110px;
  position: relative;
  overflow: hidden;
}
.faq-head { text-align: center; margin-bottom: 70px; }
.faq-head h2 { display: inline; }
.faq-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: var(--cream);
  border-radius: 26px;
  padding: 28px 36px;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span:first-child {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 1.8vw, 26px);
  letter-spacing: -0.01em;
}
.faq-icon {
  width: 30px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: var(--black);
  top: 50%; left: 50%;
}
.faq-icon::before {
  width: 20px;
  height: 4px;
  transform: translate(-50%, -50%);
}
.faq-icon::after {
  width: 4px;
  height: 20px;
  transform: translate(-50%, -50%);
  transition: transform .25s;
}
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) scaleY(0); }
.faq-body {
  font-size: 16px;
  line-height: 1.5;
  color: #3A3A3F;
  margin-top: 16px;
  max-width: 80%;
}

/* ============================== FINAL CTA ============================== */
.final-cta {
  background: white;
  padding: 110px 40px 220px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.cta-headline { font-size: clamp(54px, 8.5vw, 140px); }
.final-cta .pill-btn { margin-top: 40px; }

.final-left {
  position: absolute;
  top: 24px;
  left: 3%;
  width: 220px;
  transform: rotate(-10deg);
  z-index: 2;
}
.final-right {
  position: absolute;
  top: 36px;
  right: 3%;
  width: 230px;
  transform: rotate(8deg);
  z-index: 2;
}

.confetti { position: absolute; z-index: 3; }
.c1 { top: 5%; left: 35%; width: 24px; }
.c2 { top: 60px; right: 28%; width: 16px; height: 50px; }
.c3 { bottom: 35%; left: 22%; width: 50px; height: 16px; }
.cta-robot {
  position: absolute;
  bottom: 56px;
  right: 7%;
  width: 172px;
  pointer-events: none;
}
.cta-robot svg { width: 100%; height: auto; display: block; }

/* ============================== FOOTER ============================== */
.footer {
  background: var(--blue);
  color: white;
  padding: 80px 40px 30px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.10) 1.4px, transparent 1.6px);
  background-size: 22px 22px;
  pointer-events: none;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr auto;
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto 60px;
  align-items: start;
  position: relative;
}
.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.footer-col a, .footer-col p {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  opacity: 0.92;
}
.footer-col a:hover { opacity: 1; }
.footer-badge {
  position: relative;
  width: 170px;
  height: 170px;
}
.footer-badge svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.footer-badge .globe { width: 58%; height: 58%; top: 21%; left: 21%; }
.footer-badge .seal-text { animation: spin 35s linear infinite; }

.footer-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 40px 0 30px;
  position: relative;
}
.footer-mega {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: clamp(70px, 12vw, 200px);
  text-align: center;
  line-height: 0.85;
  letter-spacing: -0.04em;
  margin: 20px 0;
  flex-basis: 100%;
  position: relative;
}
.footer-cta-row .bubble { width: 230px; }
.footer-cta-row .bubble.wide { width: 470px; }

.footer-legal {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 28px;
  display: flex;
  gap: 40px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.footer-legal a { opacity: 0.92; }
.footer-legal span { margin-left: auto; opacity: 0.7; }

/* ============================== RESPONSIVE ============================== */
/* ============================== RESPONSIVE ============================== */

/* Prevent horizontal scroll globally */
html, body { overflow-x: hidden; max-width: 100vw; }

/* === TABLET (1100px) === */
@media (max-width: 1100px) {
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; }
  .services-head { grid-template-columns: 1fr; gap: 30px; }
  .services-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .team-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-badge { grid-column: span 2; margin: 0 auto; }
  .award-seal { width: 240px; height: 240px; }
}

/* === MEDIUM (900px) — tablet portrait === */
@media (max-width: 900px) {
  .cases-list { gap: 22px; }
  .reels-grid { grid-template-columns: 1fr 1fr; }
  .stats { gap: 24px 36px; padding: 40px 30px; }
}

/* === MOBILE LARGE (760px) === */
@media (max-width: 760px) {
  /* Section base padding */
  .services, .strategy-quote, .portfolio, .team, .testimonials, .faq, .process, .final-cta, .footer, .stats {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services, .strategy-quote, .portfolio, .team, .testimonials, .faq, .process, .final-cta {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .footer { padding-top: 60px; }

  /* Nav */
  .main-nav { padding: 10px 12px 10px 20px; gap: 12px; top: 12px; width: calc(100% - 24px); }
  .nav-cta { padding: 10px 14px; font-size: 13px; }
  .logo-mark { width: 110px; }

  /* Hero — centrado, todo agrupado con spacing normal */
  .hero {
    padding: 100px 20px 50px;
    min-height: 100vh;
    justify-content: center;
    gap: 28px;
  }
  .hero-headline { font-size: clamp(34px, 9vw, 60px); line-height: 0.98; }
  .hero-sub { font-size: 14.5px; margin-top: 16px; max-width: 360px; }
  .hero-bottom { gap: 22px; }
  .award-seal { width: 220px; height: 220px; }
  .seal-label { font-size: 15px; letter-spacing: 1.2px; }
  .pill-btn.pill-hero { padding: 16px 30px; font-size: 16px; }

  /* Sparkles */
  .spark-1, .spark-2, .spark-3 { transform: scale(0.7); }

  /* Section titles */
  .display-xl { font-size: clamp(36px, 9vw, 64px); line-height: 1; }
  .quote-text { font-size: clamp(34px, 8vw, 56px); }

  /* Service cards */
  .service-card { padding: 26px; min-height: auto; padding-bottom: 200px; }
  .service-card h3 { font-size: 28px; }
  .service-card p { font-size: 15px; max-width: none; }
  .service-illu { width: 170px; height: 198px; right: 8px; bottom: -8px; opacity: 0.9; }
  .service-arrow { top: 22px; right: 22px; width: 44px; height: 44px; font-size: 18px; }

  /* Stats */
  .stats { padding: 30px 20px; gap: 18px 28px; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 13px; }
  .stat-divider { font-size: 16px; }

  /* Strategy + GO peek smaller */
  .strategy-quote { padding-top: 90px; padding-bottom: 100px; }
  .go-strategy { width: 110px; bottom: 0; right: 4%; }
  .blob-1, .blob-2 { width: 180px; height: 480px; }

  /* Process */
  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-card { padding: 28px 24px; }

  /* Portfolio: case cards */
  .case-card { padding: 22px; gap: 20px; overflow: hidden; }
  .case-info { min-width: 0; }
  .case-handle { font-size: 26px; word-break: break-word; }
  .case-desc { font-size: 14.5px; margin-bottom: 18px; }
  .case-kpis { grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 14px; }
  .case-kpis .case-kpi:nth-child(3) { grid-column: 1 / -1; }
  .case-kpi b { font-size: 22px; }
  .case-kpi span { font-size: 12px; }
  .case-compare { gap: 10px; }
  .case-label { font-size: 9px; padding: 5px 10px; top: 8px; left: 8px; }

  /* Reels strip */
  .reels-grid { grid-template-columns: 1fr; gap: 16px; }
  .reel-card { padding: 20px; }
  .reel-body { grid-template-columns: 100px 1fr; gap: 14px; }
  .reel-views { font-size: 40px; }
  .reel-story { font-size: 15px; }

  /* Team */
  .team-grid { grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 40px; }
  .team-card { padding: 18px 18px 24px; }
  .team-card h3 { font-size: 20px; }
  .team-card p { font-size: 13px; }
  .team-editoras { grid-column: 1 / -1; flex-direction: column; align-items: flex-start; padding: 26px; gap: 12px; }
  .editoras-num { font-size: 70px; }
  .team-editoras h3 { font-size: 28px; }
  .team-editoras p { font-size: 15px; }

  /* Testimonials */
  .testimonial-card { width: 300px; padding: 24px 22px; gap: 12px; }
  .t-body { font-size: 15px; }

  /* FAQ */
  .faq-item { padding: 22px 22px; border-radius: 22px; }
  .faq-item summary { gap: 16px; }
  .faq-item summary > span:first-child { font-size: 16px; line-height: 1.15; }
  .faq-body { font-size: 14.5px; max-width: 100%; margin-top: 12px; }
  .faq-icon { width: 26px; height: 26px; }
  .faq-icon::before { width: 16px; height: 3px; }
  .faq-icon::after { width: 3px; height: 16px; }

  /* Final CTA */
  .final-cta { padding: 70px 20px 160px; }
  .cta-headline { font-size: clamp(38px, 9.5vw, 64px); }
  .final-left, .final-right { width: 130px; top: 14px; transform: rotate(-8deg); }
  .final-right { right: 2%; transform: rotate(7deg); }
  .final-left { left: 2%; }
  .final-cta .pill-btn.large { padding: 18px 36px; font-size: 18px; }
  .cta-robot { width: 110px; bottom: 30px; right: 4%; }
  .confetti { transform: scale(0.7); }

  /* Footer */
  .footer-cols { grid-template-columns: 1fr; gap: 30px; margin-bottom: 36px; }
  .footer-badge { grid-column: auto; width: 140px; height: 140px; }
  .footer-col h4 { font-size: 18px; margin-bottom: 14px; }
  .footer-col a, .footer-col p { font-size: 15px; }
  .footer-legal { gap: 12px; padding-top: 22px; font-size: 13px; }
  .footer-legal span { margin-left: 0; }

  /* Bubble tags more compact */
  .bubble-tag { width: 180px; }
  .bubble-text { font-size: 19px; }
  .bubble-tag.wide { width: 260px; }
  .bubble-text.mail { font-size: 13px; }
  .bubble-text.phone { font-size: 16px; }
}

/* === MOBILE SMALL (480px) — tight phones === */
@media (max-width: 480px) {
  .hero { padding: 96px 16px 40px; gap: 24px; }
  .hero-headline { font-size: clamp(30px, 10vw, 48px); }
  .hero-sub { font-size: 13.5px; max-width: 320px; margin-top: 12px; }
  .hero-bottom { gap: 18px; }
  .award-seal { width: 200px; height: 200px; }
  .seal-label { font-size: 14px; }
  .pill-btn.pill-hero { padding: 14px 26px; font-size: 15px; }

  .display-xl { font-size: clamp(30px, 9.5vw, 48px); }
  .quote-text { font-size: clamp(28px, 8.5vw, 44px); }

  .services, .strategy-quote, .portfolio, .team, .testimonials, .faq, .process, .final-cta, .footer, .stats {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Service cards: illustration smaller, integrated */
  .service-card { padding: 22px 22px 180px; border-radius: 28px; }
  .service-card h3 { font-size: 24px; }
  .service-illu { width: 140px; height: 163px; right: 6px; bottom: -4px; opacity: 0.85; }
  .service-arrow { width: 40px; height: 40px; font-size: 16px; top: 18px; right: 18px; }

  /* Stats stack 2x2 */
  .stats { gap: 14px 22px; }
  .stat-num { font-size: 26px; }
  .stat-label { font-size: 12px; }

  /* Case cards more compact */
  .case-card { padding: 18px; border-radius: 24px; gap: 16px; }
  .case-handle { font-size: 22px; }
  .case-kpis { grid-template-columns: 1fr 1fr; gap: 8px; }
  .case-kpis .case-kpi:nth-child(3) { grid-column: 1 / -1; text-align: center; }
  .case-kpi b { font-size: 18px; }
  .case-tag { font-size: 11px; padding: 5px 11px; }
  .case-label { font-size: 8px; padding: 4px 8px; }

  /* Reels */
  .reel-card { padding: 18px; border-radius: 20px; }
  .reel-body { grid-template-columns: 88px 1fr; gap: 12px; }
  .reel-views { font-size: 34px; }
  .reel-views-label { font-size: 10px; }
  .reel-grow { font-size: 12px; }
  .reel-story { font-size: 14px; }
  .reel-tag { font-size: 10px; }
  .reel-badge { font-size: 10.5px; padding: 4px 8px 4px 6px; }

  /* Team: keep 2-col but tighter */
  .team-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .team-card { padding: 14px 14px 18px; border-radius: 22px; }
  .team-card h3 { font-size: 17px; }
  .team-card p { font-size: 12px; }
  .editoras-num { font-size: 60px; }

  /* Testimonials marquee */
  .testimonial-card { width: 260px; padding: 22px 20px; }
  .t-body { font-size: 14px; line-height: 1.5; }
  .t-author strong { font-size: 14px; }

  /* FAQ */
  .faq-item { padding: 18px 18px; }
  .faq-item summary > span:first-child { font-size: 14.5px; }
  .faq-body { font-size: 13.5px; }

  /* Final CTA */
  .cta-headline { font-size: clamp(30px, 11vw, 48px); }
  .final-left, .final-right { width: 110px; top: 10px; }
  .final-cta .pill-btn.large { padding: 16px 32px; font-size: 16px; }
  .cta-robot { width: 90px; bottom: 24px; }

  /* Footer */
  .footer-badge { width: 120px; height: 120px; }
  .footer-mega { font-size: 60px; }

  /* Bubble tags */
  .bubble-tag { width: 160px; }
  .bubble-text { font-size: 17px; }
  .bubble-tag.center { margin-bottom: 14px; }

  /* Scallops smaller */
  .scallop { height: 40px; }
}
