:root {
  --blue: #0877ff;
  --yellow: #ffd400;
  --red: #ef2b2d;
  --ink: #111827;
  --white: #ffffff;
  --cream: #fffaf0;
  --shadow: 0 18px 50px rgba(17, 24, 39, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.brand, h1, .section h2, .download-section h2, blockquote { font-family: "Lucida Handwriting", "Brush Script MT", cursive; }
.brand { font-size: 1.8rem; color: var(--blue); font-weight: 700; }
.nav-links { display: flex; gap: 1.5rem; font-weight: 700; }
.nav-links a:hover { color: var(--red); }
.menu-toggle { display: none; border: 0; background: var(--yellow); font-size: 1.5rem; border-radius: 10px; padding: .4rem .7rem; }


.hero { min-height: 780px; position: relative; display: grid; grid-template-columns: minmax(380px, 48%) minmax(420px, 52%); align-items: stretch; overflow: hidden; padding: 76px 0 0; background: url('assets/shop-medellin.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 76px 0 0; background: linear-gradient(90deg, rgba(8,119,255,.06) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,.92) 63%, rgba(255,255,255,.98) 100%); }
.mascot-stage { position: relative; z-index: 2; min-height: 704px; display: flex; align-items: flex-end; justify-content: center; padding: 42px 2vw 0 4vw; }
.eddie-hero { position: relative; z-index: 3; width: min(31vw, 430px); max-height: 650px; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 20px 14px rgba(0,0,0,.22)); transform: translateY(5px); }
.mascot-shadow { position: absolute; z-index: 2; left: 50%; bottom: 26px; width: min(26vw, 350px); height: 38px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(ellipse, rgba(0,0,0,.34) 0%, rgba(0,0,0,.16) 46%, rgba(0,0,0,0) 74%); filter: blur(5px); }
.mascot-name { position: absolute; z-index: 4; left: 4vw; bottom: 54px; display: flex; flex-direction: column; color: var(--blue); text-shadow: 0 2px 5px rgba(255,255,255,.95); }
.mascot-name strong { font-family: "Lucida Handwriting", "Brush Script MT", cursive; font-size: 1.45rem; }
.mascot-name span { color: var(--ink); font-size: .92rem; font-weight: 800; }
.hero-content { position: relative; z-index: 3; align-self: center; color: var(--ink); max-width: 720px; padding: 70px 7vw 70px 4vw; }
.hero .eyebrow { color: var(--blue); }
.hero h1 { font-size: clamp(4rem, 8vw, 7.2rem); line-height: .95; margin: 0; color: var(--blue); text-shadow: 0 4px 0 rgba(8,119,255,.08); }
.hero h2 { font-size: clamp(2rem, 4.6vw, 4rem); line-height: 1.12; margin: 1rem 0; color: var(--red); }
.hero h2 span { color: var(--blue); }
.hero-copy { font-size: 1.25rem; max-width: 600px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.4rem; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-outline { border: 3px solid var(--blue); color: var(--blue); background: rgba(255,255,255,.72); }
.button-red { background: var(--red); color: white; margin-top: 1rem; }

.section { padding: 100px 7vw; }
.section-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section h2 { font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1.15; margin: .4rem 0 1rem; }
.blue-text { color: var(--blue); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.step-card { border-radius: 28px; padding: 2rem; min-height: 240px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.step-card:nth-child(2) { transform: rotate(1deg); }
.step-card span { width:48px; height:48px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#fff; color:#111 !important; font-weight:900; font-size:1.3rem; line-height:48px; margin-bottom:1rem; }
.step-card h3 { font-size: 1.7rem; margin-bottom: .4rem; }
.blue-card { background: var(--blue); color: white; }
.yellow-card { background: var(--yellow); }
.red-card { background: var(--red); color: white; }

.customer-section { background: var(--blue); color: white; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; max-width: 1180px; margin: 0 auto; }
.reverse > :first-child { order: 1; }
.reverse > :last-child { order: 2; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.check-list li { margin: .8rem 0; font-weight: 800; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: .7rem; border-radius: 50%; background: var(--yellow); color: var(--ink); }
.feature-panel { background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.4); border-radius: 32px; padding: 1.5rem; backdrop-filter: blur(14px); }
.offer-card { background: white; color: var(--ink); border-radius: 20px; padding: 1.2rem; margin: .8rem 0; box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.offer-card h3 { margin: .6rem 0 .2rem; }
.offer-card p { margin: 0; color: #4b5563; }
.offer-badge { background: var(--yellow); color: var(--ink); font-weight: 900; border-radius: 999px; padding: .25rem .65rem; font-size: .8rem; }
.red-badge { background: var(--red); color: white; }
.blue-badge { background: var(--blue); color: white; }

.business-section { background: var(--yellow); }
.dark-list li::before { background: var(--blue); color: white; }
.business-art { position: relative; min-height: 420px; border-radius: 40px; background: linear-gradient(135deg, var(--blue), #00b8ff); overflow: hidden; display: grid; place-items: center; color: white; box-shadow: var(--shadow); }
.business-pin { width: 110px; height: 110px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--red); display: grid; place-items: center; font-size: 2.5rem; z-index: 2; box-shadow: 0 16px 35px rgba(0,0,0,.23); }
.business-pin::first-letter { transform: rotate(45deg); }
.business-art p { position: absolute; bottom: 45px; font-weight: 900; font-size: 1.25rem; }
.pulse { position: absolute; border: 5px solid rgba(255,255,255,.45); border-radius: 50%; animation: pulse 2.2s infinite; }
.pulse-one { width: 210px; height: 210px; }
.pulse-two { width: 320px; height: 320px; animation-delay: .7s; }
@keyframes pulse { 0% { transform: scale(.75); opacity: .75; } 100% { transform: scale(1.2); opacity: 0; } }

.eddie-section { background: var(--cream); }
.eddie-card { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 330px 1fr; align-items: center; background: white; border: 5px solid var(--red); border-radius: 36px; padding: 2rem; box-shadow: var(--shadow); }
.eddie-card img { max-height: 420px; margin: 0 auto; }
blockquote { font-size: clamp(1.6rem, 4vw, 2.8rem); color: var(--blue); margin: 1rem 0; }

.download-section { padding: 80px 7vw; background: var(--red); color: white; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.download-section h2 { font-size: clamp(2.3rem, 5vw, 4.4rem); margin: .4rem 0; }
.app-store-button { min-width: 230px; display: flex; align-items: center; gap: .8rem; padding: .75rem 1.2rem; border: 2px solid white; border-radius: 16px; background: #000; color: #fff; }
.app-store-button .apple { font-size: 2.4rem; }
.app-store-button small, .app-store-button strong { display: block; line-height: 1.1; }
.app-store-button strong { font-size: 1.6rem; }

footer { background: var(--blue); color: white; padding: 55px 7vw 30px; display: grid; gap: 1.5rem; }
.footer-brand .brand { color: var(--yellow); }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.25rem; font-weight: 800; }
.footer-links a:hover { color: var(--yellow); }
.copyright { font-size: .9rem; opacity: .8; }

.legal-page { min-height: 100vh; padding: 120px 7vw 70px; background: var(--cream); }
.legal-card { max-width: 900px; margin: 0 auto; background: white; border-radius: 28px; padding: 3rem; box-shadow: var(--shadow); border-top: 12px solid var(--blue); }
.legal-card h1 { font-size: clamp(2.5rem, 6vw, 4rem); color: var(--blue); }
.legal-card h2 { margin-top: 2rem; }
.legal-back { display: inline-block; margin-bottom: 1rem; font-weight: 900; color: var(--red); }

@media (max-width: 900px) {
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; background: white; padding: 1.5rem 5vw; box-shadow: 0 15px 25px rgba(0,0,0,.12); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { min-height: 900px; grid-template-columns: 1fr; grid-template-rows: auto auto; padding-top: 76px; background-position: center; }
  .hero-overlay { inset: 76px 0 0; background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.30) 44%, rgba(255,255,255,.96) 63%, #fff 100%); }
  .mascot-stage { min-height: 490px; padding: 24px 5vw 0; }
  .eddie-hero { width: min(58vw, 390px); max-height: 470px; }
  .mascot-shadow { width: min(48vw, 320px); bottom: 12px; }
  .mascot-name { left: 6vw; bottom: 28px; }
  .hero-content { max-width: 100%; padding: 34px 7vw 70px; text-align: center; }
  .hero-actions { justify-content: center; }
  .steps-grid, .split-layout, .eddie-card { grid-template-columns: 1fr; }
  .split-layout { gap: 2.5rem; }
  .reverse > :first-child, .reverse > :last-child { order: initial; }
  .eddie-card img { max-height: 330px; }
  .download-section { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .hero { min-height: 850px; }
  .hero h1 { font-size: 4.2rem; }
  .hero h2 { font-size: 2.1rem; }
  .mascot-stage { min-height: 430px; }
  .eddie-hero { width: min(78vw, 340px); max-height: 415px; }
  .mascot-name { left: 5vw; bottom: 18px; }
  .mascot-name strong { font-size: 1.2rem; }
  .section { padding: 75px 6vw; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .legal-card { padding: 1.5rem; }
}

/* Hero composition: Tinto stands naturally inside the mall scene on the left,
   while the message remains clear and readable on the right. */
.hero {
  grid-template-columns: minmax(340px, 47%) minmax(420px, 53%);
  gap: clamp(1rem, 4vw, 5rem);
  background-position: center center;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8,119,255,.05) 0%, rgba(8,119,255,.04) 43%, rgba(255,255,255,.88) 62%, rgba(255,255,255,.97) 100%),
    linear-gradient(0deg, rgba(3,30,77,.10), rgba(3,30,77,.10));
}
.mascot-stage {
  position: relative;
  z-index: 3;
  align-self: end;
  height: 650px;
  min-width: 0;
}
.eddie-hero {
  left: 50%;
  right: auto;
  bottom: -4px;
  width: auto;
  height: min(650px, 78vh);
  max-width: 100%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 16px rgba(0,0,0,.32));
}
.mascot-name {
  position: absolute;
  left: clamp(.25rem, 2vw, 2rem);
  bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  padding: .65rem .9rem;
  border-radius: 16px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
  color: var(--ink);
  backdrop-filter: blur(8px);
}
.mascot-name strong {
  font-family: "Lucida Handwriting", "Brush Script MT", cursive;
  color: var(--blue);
  font-size: 1.15rem;
}
.mascot-name span { font-size: .76rem; font-weight: 800; }
.hero-content {
  justify-self: end;
  color: var(--ink);
  max-width: 660px;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border-radius: 34px;
  background: rgba(255,255,255,.80);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 24px 65px rgba(20,57,111,.18);
  backdrop-filter: blur(12px);
}
.hero-content .eyebrow { color: var(--blue); }
.hero h1 { color: var(--blue); text-shadow: none; }
.hero h2 { color: var(--red); }
.hero h2 span { color: var(--blue); }
.hero-copy { color: var(--ink); }
.button-outline { border-color: var(--blue); color: var(--blue); background: rgba(255,255,255,.72); }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 1060px;
    padding-top: 112px;
    align-items: start;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.65) 48%, rgba(8,119,255,.10) 100%);
  }
  .hero-content {
    grid-row: 1;
    justify-self: stretch;
    max-width: none;
    padding: 1.7rem;
  }
  .mascot-stage {
    grid-row: 2;
    height: 590px;
    width: 100%;
  }
  .eddie-hero {
    height: 590px;
    left: 50%;
    right: auto;
    width: auto;
    transform: translateX(-50%);
  }
  .mascot-name { left: 5vw; bottom: 2rem; }
}

@media (max-width: 560px) {
  .hero { min-height: 980px; padding-inline: 5vw; }
  .hero-content { padding: 1.35rem; border-radius: 24px; }
  .mascot-stage { height: 500px; }
  .eddie-hero { height: 500px; left: 54%; right: auto; width: auto; }
  .mascot-name { left: 0; bottom: 1rem; }
}

/* Clickable three-step cards */
.step-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 28px;
  outline: none;
}
.step-link .step-card {
  height: 100%;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.step-link:nth-child(2) .step-card { transform: rotate(1deg); }
.step-link:hover .step-card,
.step-link:focus-visible .step-card {
  transform: translateY(-8px) rotate(0deg);
  box-shadow: 0 24px 44px rgba(0,0,0,.24);
  filter: saturate(1.08);
}
.step-link:focus-visible { outline: 4px solid #111; outline-offset: 5px; }
.step-card small {
  display: inline-block;
  margin-top: 1.15rem;
  font-weight: 900;
  font-size: .84rem;
  letter-spacing: .02em;
  opacity: .85;
}

.section-heading h2{line-height:1.25;padding-top:8px;overflow:visible;}
