/* ============================================================
   NEW SECTIONS — matches original screenshot layout
   ============================================================ */

/* ============================================================
   LIQUID GLASS HERO + NAV
   ============================================================ */

/* Floating glass navbar */
.nav-glass {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  width: auto; max-width: calc(100% - 32px);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  backdrop-filter: saturate(1.5) blur(28px);
  -webkit-backdrop-filter: saturate(1.5) blur(28px);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.22), 0 18px 50px -22px rgba(0,0,0,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.nav-glass .nav-inner { padding: 12px 18px; gap: 36px; }
.nav-glass .nav-links { gap: 24px; }
.nav-glass .nav-links a { white-space: nowrap; }
.nav-glass .nav-logo { display: inline-flex; align-items: center; }
.nav-glass .nav-logo .nav-logo-img { height: 34px; width: 104px; min-width: 104px; object-fit: contain; object-position: left center; display: block; }
.footer-brand img.footer-logo-img { height: 46px; width: 138px; object-fit: contain; object-position: left center; }
.nav-glass .nav-logo, .nav-glass .nav-logo .mark { color: white; }
.nav-glass .nav-links a { color: rgba(255,255,255,0.82); }
.nav-glass .nav-links a:hover { color: white; }
/* scrolled → deeper dark glass (keeps white logo + links legible over white content) */
.nav-glass.scrolled {
  background: rgba(38,29,54,0.82);
  border-color: rgba(255,255,255,0.12);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.14), 0 18px 44px -20px rgba(31,24,41,0.6);
}
.nav-glass .nav-burger { border-color: rgba(255,255,255,0.4); color: white; }
/* match standalone-page nav height (70px): smaller CTA, no transparent border */
.nav-glass .nav-right .btn { padding: 11px 20px; border-width: 0; }
@media (max-width: 900px) {
  .nav-glass { left: 16px; right: 16px; transform: none; max-width: none; }
  .nav-glass .nav-mobile.open { background: rgba(46,35,64,0.96); border-radius: 0 0 18px 18px; }
  .nav-mob-acc { display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 12px 0; border: none; border-bottom: 1px solid rgba(255,255,255,0.08); background: transparent;
    color: rgba(255,255,255,0.85); font: inherit; font-weight: 700; cursor: pointer; text-align: left; white-space: nowrap; }
  .nav-mob-chev { transition: transform .25s ease; opacity: .7; }
  .nav-mob-acc.open .nav-mob-chev { transform: rotate(180deg); }
  .nav-mob-sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
  .nav-mob-sub.open { grid-template-rows: 1fr; }
  .nav-mob-sub-in { overflow: hidden; min-height: 0; display: flex; flex-direction: column; gap: 2px; padding: 6px 0 8px; }
  .nav-mob-sub a { display: flex !important; flex-direction: row !important; align-items: center; gap: 13px;
    padding: 11px 12px !important; border: none !important; border-bottom: none !important; border-radius: 13px; margin: 0 !important;
    transition: background .16s ease; }
  .nav-mob-sub a:hover, .nav-mob-sub a:active { background: rgba(255,255,255,0.08); }
  .nav-mob-sub .nav-mob-ic { flex: none; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
    border-radius: 11px; font-size: 16px; background: rgba(95,207,250,0.16); border: 1px solid rgba(95,207,250,0.3); color: #5FCFFA; }
  .nav-mob-sub-in > a:nth-child(2) .nav-mob-ic { background: rgba(253,50,123,0.18); border-color: rgba(253,50,123,0.34); color: #FD327B; }
  .nav-mob-sub-in > a:nth-child(3) .nav-mob-ic { background: rgba(185,139,255,0.18); border-color: rgba(185,139,255,0.34); color: #B98BFF; }
  .nav-mob-sub-in > a:nth-child(4) .nav-mob-ic { background: rgba(95,207,250,0.16); border-color: rgba(95,207,250,0.3); color: #5FCFFA; }
  .nav-mob-sub .nav-mob-tx { display: flex; flex-direction: column; min-width: 0; }
  .nav-mob-sub .nav-mob-sub-n { font-weight: 800; color: #fff; font-size: 14.5px; }
  .nav-mob-sub .nav-mob-sub-d { font-weight: 600; color: rgba(255,255,255,0.6); font-size: 12.5px; margin-top: 1px; }
}

/* Hero glass layout */
.hero-glass { background: var(--purple-hero); color: white; padding: 116px 0 56px; min-height: 88vh; display: flex; align-items: flex-start; position: relative; overflow: hidden; }
.hero-glass .glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: 0.55; }
.hero-glass .glow-a { width: 540px; height: 540px; top: -160px; left: -120px; background: radial-gradient(circle, #5FCFFA, transparent 70%); }
.hero-glass .glow-b { width: 460px; height: 460px; bottom: -180px; right: 6%; background: radial-gradient(circle, #FD327B, transparent 70%); opacity: 0.4; }
.hero-glass .glow-c { width: 600px; height: 600px; top: 20%; right: -200px; background: radial-gradient(circle, #6F4C9E, transparent 70%); opacity: 0.6; }

.hero-glass-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; width: 100%; }
.hero-glass-left { text-align: left; min-width: 0; }

/* brand tag chip */
.hg-tag {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px;
  background: rgba(31,24,41,0.5);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.16);
  font-size: 13.5px; font-weight: 800; color: rgba(255,255,255,0.92);
  margin-bottom: 26px;
}
.hg-tag-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(95,207,250,0.25); }

/* hero stickers in glass layout */
.hg-st { position: absolute; z-index: 2; }
.hg-st-1 { top: 16%; left: 4%;  width: 56px; height: 56px; color: var(--pink); --r: -12deg; transform: rotate(-12deg); }
.hg-st-2 { top: 24%; right: 40%; width: 40px; height: 40px; color: var(--cyan); }
.hg-st-3 { bottom: 16%; left: 30%; width: 70px; height: 24px; color: var(--cyan); }
.hg-st-4 { top: 12%;  right: 6%;  width: 48px; height: 48px; color: var(--pink); }
.hg-st-5 { bottom: 24%; right: 4%; width: 30px; height: 30px; color: var(--cyan); }
.hg-st-6 { top: 60%;  left: 1%;   width: 40px; height: 40px; color: var(--pink); --r: 14deg; transform: rotate(14deg); }
.hg-st-7 { bottom: 10%; right: 38%; width: 34px; height: 34px; color: var(--pink); }
@media (max-width: 980px) { .hg-st-2, .hg-st-3, .hg-st-7 { display: none; } }

.proof-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 9px 16px 9px 14px;
  background: rgba(31,24,41,0.45);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.18);
  margin-bottom: 28px;
}
.proof-badge .stars { color: #FF801E; font-size: 15px; letter-spacing: 1px; }
.proof-badge .proof-txt { font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,0.85); }
.proof-badge .proof-txt strong { color: white; }

/* override legacy .hero h1 (styles.css) so the glass title uses its own size */
.hero-glass .hero-glass-title { color: white; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -0.035em; font-weight: 900; }
.hero-glass-title em { font-style: normal; color: var(--pink); position: relative; }
.hero-glass-title em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 5px;
  background: var(--cyan); border-radius: 99px; opacity: 0.85;
  transform: scaleX(0.96);
}
.hero-glass-lead {
  color: rgba(255,255,255,0.96); font-size: clamp(18px, 1.45vw, 21px);
  margin: 18px 0 28px; max-width: 540px; font-weight: 400; line-height: 1.5; letter-spacing: -0.01em;
}
.hero-glass-lead strong { font-weight: 700; color: #fff; }
.hero-glass-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* Glass CTA */
.btn-glass {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 8px 8px 8px 24px;
  background: rgba(253,50,123,0.82);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  color: white; font-weight: 800; font-size: 15px;
  backdrop-filter: blur(3px);
  box-shadow: inset 0 4px 4px rgba(255,255,255,0.35), 0 14px 30px -12px rgba(253,50,123,0.6);
  cursor: pointer;
  transition: transform 240ms ease, background 200ms ease;
}
.btn-glass:hover { transform: scale(1.02); background: rgba(253,50,123,0.95); }
.btn-glass-ic { width: 40px; height: 40px; border-radius: 50%; background: white; color: var(--pink); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }

.hero-cta-sub, .fc-cta-sub {
  font-size: 12.5px; font-weight: 600; color: rgba(255,255,255,0.55);
  margin-top: 14px; letter-spacing: 0.02em;
}
.fc-cta-sub { text-align: center; }

/* ---- Logo marquee (replaces hero stats) ---- */
.logo-marquee { margin-top: 48px; max-width: 560px; min-width: 0; }
.lm-label {
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 16px;
}
.lm-viewport {
  position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.lm-viewport::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -140px; width: 120px; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(95,207,250,0.18), transparent);
  filter: blur(4px);
  animation: lmScan 4.5s linear infinite;
}
@keyframes lmScan { 0% { left: -140px; } 100% { left: 100%; } }

.lm-track { display: flex; width: max-content; animation: lmMarquee 14s linear infinite; }
.lm-track:hover { animation-play-state: paused; }
@keyframes lmMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.lm-set { display: flex; align-items: center; }
.lm-logo {
  display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0;
  padding: 0 26px;
  color: rgba(255,255,255,0.62);
  transition: color 200ms ease, filter 200ms ease;
}
.lm-logo svg { opacity: 0.8; }
.lm-logo span { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; }
.lm-logo img { width: auto; max-width: 200px; object-fit: contain; opacity: 0.62; filter: grayscale(1) brightness(1.6); transition: opacity 200ms ease, filter 200ms ease; }
.lm-logo:hover img { opacity: 1; filter: grayscale(0) brightness(1) drop-shadow(0 0 10px rgba(95,207,250,0.45)); }
.lm-logo:hover { color: #fff; filter: drop-shadow(0 0 10px rgba(95,207,250,0.5)); }

@media (prefers-reduced-motion: reduce) { .lm-track, .lm-viewport::after { animation: none; } }
@media (max-width: 980px) { .logo-marquee { max-width: 100%; margin-top: 36px; } }

.hero-glass-stats { display: flex; align-items: center; gap: 24px; margin-top: 52px; flex-wrap: wrap; }
.hero-glass-stats .s { }
.hero-glass-stats .num { font-size: clamp(24px, 2.4vw, 32px); font-weight: 900; color: white; letter-spacing: -0.02em; line-height: 1; }
.hero-glass-stats .num span { color: var(--cyan); }
.hero-glass-stats .lbl { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 6px; font-weight: 600; max-width: 130px; }
.hero-glass-stats .divider { width: 1px; height: 40px; background: rgba(255,255,255,0.16); }

/* Glass analytics dashboard — replaces orb, communicates marketing results */
.hero-glass-right { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.dash-glass {
  position: relative; z-index: 2;
  width: 100%; max-width: 460px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  backdrop-filter: blur(26px); -webkit-backdrop-filter: blur(26px);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.22), 0 40px 90px -30px rgba(0,0,0,0.6);
  padding: 24px;
  animation: dashFloat 7s ease-in-out infinite;
}
@keyframes dashFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .dash-glass { animation: none; } }

.dg-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dg-title { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; color: #fff; }
.dg-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d27b; box-shadow: 0 0 0 4px rgba(52,210,123,0.25); }
.dg-range { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.62); text-transform: uppercase; letter-spacing: 0.08em; }

/* focus metric */
.dg-focus { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 16px 18px; margin-bottom: 16px; }
.dg-focus-k { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.72); }
.dg-focus-row { display: flex; align-items: baseline; gap: 14px; margin-top: 8px; flex-wrap: wrap; }
.dg-focus-v { font-size: 44px; font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1; }
.dg-focus-delta { font-size: 14px; font-weight: 900; color: #34d27b; }
.dg-focus-delta span { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.6); }

.dg-chart { height: 110px; margin-bottom: 16px; }
.dg-chart svg { width: 100%; height: 100%; overflow: visible; }
.dg-grid { stroke: rgba(255,255,255,0.09); stroke-width: 1; }
.dg-line { stroke-dasharray: 460; stroke-dashoffset: 460; animation: dgDraw 2.2s ease-out forwards 0.3s; }
.dg-area { opacity: 0; animation: dgFade 1s ease-out forwards 1.6s; }
.dg-pt { opacity: 0; animation: dgFade 0.5s ease-out forwards 2.2s; }
@keyframes dgDraw { to { stroke-dashoffset: 0; } }
@keyframes dgFade { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .dg-line { stroke-dashoffset: 0; animation: none; } .dg-area, .dg-pt { opacity: 1; animation: none; } }

.dg-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.dg-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 11px 12px; text-align: left; }
.dg-chip-k { display: block; font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,0.66); text-transform: uppercase; letter-spacing: 0.06em; }
.dg-chip-v { display: block; font-size: 18px; font-weight: 900; color: #fff; letter-spacing: -0.01em; margin-top: 5px; }
.dg-chip-v.cyan { color: var(--cyan); }

.dash-badge {
  position: absolute; bottom: 4%; left: -6%; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: rgba(31,24,41,0.55);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.18), 0 18px 40px -16px rgba(0,0,0,0.5);
  padding: 12px 16px;
}
.dash-badge .db-ic { width: 30px; height: 30px; border-radius: 50%; background: var(--pink); color: white; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; flex-shrink: 0; }
.dash-badge .db-t { font-size: 13px; font-weight: 800; color: white; }
.dash-badge .db-s { font-size: 11px; color: rgba(255,255,255,0.55); font-weight: 600; }

@media (max-width: 980px) {
  .hero-glass { padding: 144px 0 64px; min-height: 0; }
  .hero-glass-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-glass-right { min-height: 380px; }
  .dash-badge { left: 0; }
}

/* Sabemos — lavender / índigo claro */
.sabemos { background: var(--indigo-light, #EEECFF); color: var(--purple-deep); text-align: center; }
.sabemos-inner { max-width: 860px; margin: 0 auto; }
.sabemos-title { font-size: clamp(34px, 4.2vw, 52px); font-weight: 900; letter-spacing: -0.02em; color: var(--purple-deep); }
.sabemos-title .pink { color: var(--pink); }
.sabemos-sub { font-size: 17px; font-weight: 800; color: var(--purple-deep); margin: 24px auto 32px; max-width: 620px; line-height: 1.5; }
.sabemos-list { list-style: disc; padding: 0; margin: 0 auto 40px; display: inline-block; text-align: left; }
.sabemos-list li { font-size: 15px; font-weight: 700; color: var(--purple-deep); margin: 8px 0 8px 22px; line-height: 1.4; }
.sabemos-close { font-size: 16px; font-weight: 800; color: var(--purple-deep); max-width: 780px; margin: 0 auto; line-height: 1.55; }

/* Proposito — dark with laptop placeholder + feature grid */
.proposito { background: var(--purple-deep); color: white; }
.proposito-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.laptop-placeholder { position: relative; padding: 20px; }
.laptop-frame {
  background: #1a1127;
  border: 3px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6);
}
.laptop-bar { background: #0f0818; padding: 10px 14px; display: flex; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.laptop-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.laptop-bar span:nth-child(1) { background: #ff5f57; }
.laptop-bar span:nth-child(2) { background: #ffbd2e; }
.laptop-bar span:nth-child(3) { background: #28ca41; }
.laptop-screen { padding: 28px; color: white; height: calc(100% - 36px); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.lp-metric { font-size: 64px; font-weight: 900; color: var(--cyan); letter-spacing: -0.03em; line-height: 1; }
.lp-label { font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; margin-top: 8px; }
.lp-bars { display: flex; gap: 6px; height: 70px; align-items: end; margin-top: 20px; width: 100%; justify-content: center; }
.lp-bars span { width: 20px; background: rgba(255,255,255,0.15); border-radius: 3px 3px 0 0; }
.lp-bars span.pk { background: var(--pink); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.feat { display: flex; gap: 12px; align-items: flex-start; }
.feat-ic { width: 40px; height: 40px; background: rgba(95,207,250,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--cyan); flex-shrink: 0; }
.feat-ic .sticker { width: 22px; height: 22px; }
.feat-t { font-weight: 800; font-size: 15px; color: white; }
.feat-d { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 2px; line-height: 1.4; font-weight: 500; }
@media (max-width: 900px) { .proposito-grid { grid-template-columns: 1fr; gap: 40px; } .feat-grid { grid-template-columns: 1fr; } }

/* Beneficios — pink band */
.beneficios { background: var(--pink); color: white; padding: 80px 0; }
.ben-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.ben-head h2 em { font-style: normal; color: var(--purple-deep); background: white; padding: 2px 16px; border-radius: 999px; display: inline-block; }
.ben-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ben { text-align: center; padding: 24px 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-lg); }
.ben-n { font-size: clamp(32px, 3.4vw, 44px); font-weight: 900; letter-spacing: -0.02em; color: white; line-height: 1; }
.ben-l { font-size: 13px; color: rgba(255,255,255,0.85); margin-top: 12px; font-weight: 600; line-height: 1.4; }
@media (max-width: 900px) { .ben-grid { grid-template-columns: 1fr 1fr; } }

/* Galeria — photo placeholders */
.gal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gal-card { aspect-ratio: 4/5; border-radius: var(--radius-xl); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; }
.gal-glyph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: clamp(140px, 20vw, 220px); font-weight: 900; color: rgba(255,255,255,0.4); letter-spacing: -0.05em; }
.gal-foot { position: relative; z-index: 2; background: rgba(255,255,255,0.92); padding: 14px 18px; border-radius: 16px; backdrop-filter: blur(10px); }
.gal-name { font-size: 14px; font-weight: 800; color: var(--purple-deep); }
.gal-tag { font-size: 12px; color: var(--pink); font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; margin-top: 2px; }
.section-sm { padding: 64px 0; }
@media (max-width: 900px) { .gal-grid { grid-template-columns: 1fr; } }
