:root {
  --finzzy-bg: #08111f;
  --finzzy-bg-soft: #0d192b;
  --finzzy-card: rgba(18, 32, 52, .82);
  --finzzy-card-solid: #102039;
  --finzzy-line: rgba(151, 174, 209, .17);
  --finzzy-text: #f4f8ff;
  --finzzy-muted: #98a9c4;
  --finzzy-green: #19d890;
  --finzzy-green-dark: #0eae70;
  --finzzy-purple: #7d6bff;
  --finzzy-whatsapp: #25d366;
  --finzzy-radius: 24px;
  --finzzy-shadow: 0 24px 70px rgba(0, 0, 0, .26);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
body.home-dark {
  overflow-x: hidden;
  background: var(--finzzy-bg);
  color: var(--finzzy-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.menu-open { overflow: hidden; }
body.home-dark::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 50% -20%, rgba(39, 89, 128, .23), transparent 38%), linear-gradient(180deg, #08111f 0%, #091525 56%, #f5f8fb 56.1%, #f5f8fb 100%);
}
.container { width: min(1160px, calc(100% - 40px)); max-width: none; margin-right: auto; margin-left: auto; padding: 0; }
.body_wrap { overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1001; padding: 10px 15px; color: #06101b; background: var(--finzzy-green); border-radius: 9px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
a { color: inherit; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--finzzy-green); outline-offset: 4px; }

.finzzy-header { position: sticky; top: 0; z-index: 100; padding: 18px 0; border-bottom: 1px solid transparent; background: rgba(8, 17, 31, .68); backdrop-filter: blur(18px); transition: background .2s ease, border-color .2s ease, padding .2s ease; }
.finzzy-header.is-scrolled { padding: 12px 0; border-color: var(--finzzy-line); background: rgba(8, 17, 31, .93); }
.finzzy-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.finzzy-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.finzzy-logo img { display: block; width: 152px; height: 36px; object-fit: contain; }
.finzzy-navigation { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; color: #c0cde1; }
.finzzy-navigation > a { position: relative; padding: 10px 0; transition: color .2s ease; }
.finzzy-navigation > a:hover, .finzzy-navigation > a[aria-current="true"] { color: #fff; }
.finzzy-navigation__actions { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.finzzy-menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--finzzy-line); border-radius: 12px; background: transparent; cursor: pointer; }
.finzzy-menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.finzzy-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.finzzy-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.finzzy-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 11px 18px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; line-height: 1; text-align: center; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { color: inherit; transform: translateY(-2px); }
.button--primary { color: #04131a; background: linear-gradient(135deg, #31eca0, #10bd78); box-shadow: 0 12px 28px rgba(25, 216, 144, .22); }
.button--primary:hover { color: #04131a; box-shadow: 0 16px 34px rgba(25, 216, 144, .34); }
.button--ghost { color: #d5e0ef; border-color: var(--finzzy-line); background: rgba(255, 255, 255, .025); }
.button--ghost:hover { border-color: rgba(25, 216, 144, .55); background: rgba(25, 216, 144, .08); }
.button--whatsapp { color: #061a13; background: var(--finzzy-whatsapp); box-shadow: 0 12px 30px rgba(37, 211, 102, .19); }
.button--whatsapp:hover { color: #061a13; background: #45df7d; box-shadow: 0 16px 35px rgba(37, 211, 102, .3); }
.button--large { min-height: 54px; padding: 15px 22px; font-size: 15px; }

.finzzy-hero { position: relative; min-height: 770px; padding: 106px 0 90px; background-image: linear-gradient(180deg, rgba(8, 17, 31, .15), var(--finzzy-bg)), url("../assets/img/bg/hero_bg.png"); background-position: center bottom; background-repeat: no-repeat; background-size: cover; }
.finzzy-hero__glow { position: absolute; top: -160px; right: 10%; width: 430px; height: 430px; border-radius: 50%; background: rgba(25, 216, 144, .13); filter: blur(85px); pointer-events: none; }
.finzzy-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .9fr); align-items: center; gap: 68px; }
.finzzy-hero__content { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--finzzy-green); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--finzzy-green); box-shadow: 0 0 0 5px rgba(25, 216, 144, .13); }
.finzzy-hero h1 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(42px, 5.2vw, 72px); font-weight: 780; letter-spacing: -.055em; line-height: 1.04; }
.highlight-ai { color: var(--finzzy-green); text-shadow: 0 0 24px rgba(25, 216, 144, .16); }
.finzzy-hero__lead { max-width: 590px; margin: 27px 0 24px; color: #a5b5cb; font-size: 18px; line-height: 1.65; }
.finzzy-typewriter { display: inline-flex; align-items: baseline; gap: 8px; min-height: 31px; color: #92a6c0; font-size: 15px; }
.finzzy-typewriter__label { color: #70849f; }
.finzzy-typewriter__word { display: inline-grid; min-width: 140px; color: #fff; font-weight: 750; }
.finzzy-typewriter__word.is-changing { animation: finzzy-word-in .35s ease both; }
.finzzy-typewriter__measure { position: absolute; width: max-content; visibility: hidden; font-weight: 750; pointer-events: none; }
@keyframes finzzy-word-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.finzzy-hero__actions, .finzzy-footer__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.finzzy-hero__note { margin: 17px 0 0; color: #7890ad; font-size: 12px; }
.finzzy-hero__note span { color: var(--finzzy-green); font-weight: 800; }

.finzzy-hero__visual { position: relative; min-height: 530px; }
.finzzy-chat-card, .finzzy-dashboard-card { position: absolute; border: 1px solid rgba(189, 215, 246, .16); border-radius: 22px; background: rgba(19, 36, 59, .88); box-shadow: var(--finzzy-shadow); backdrop-filter: blur(16px); }
.finzzy-chat-card { top: 14px; right: 6%; z-index: 2; width: min(100%, 355px); overflow: hidden; transform: rotate(2deg); }
.finzzy-chat-card__header { display: flex; align-items: center; gap: 10px; padding: 16px 18px; border-bottom: 1px solid var(--finzzy-line); }
.finzzy-chat-card__header strong, .finzzy-chat-card__header small { display: block; }
.finzzy-chat-card__header strong { color: #f7fbff; font-size: 13px; }
.finzzy-chat-card__header small { margin-top: 3px; color: #81a1b7; font-size: 10px; }
.finzzy-chat-card__avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #061a13; background: var(--finzzy-whatsapp); font-size: 18px; }.finzzy-chat-card__avatar .whatsapp-icon { width: 20px; height: 20px; }
.finzzy-chat-card__status { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--finzzy-green); }
.finzzy-chat-card__body { display: grid; gap: 12px; padding: 19px; background: linear-gradient(180deg, rgba(7, 17, 30, .2), rgba(7, 17, 30, .68)); }
.chat-bubble { width: fit-content; max-width: 87%; padding: 10px 12px; border-radius: 13px; color: #dce8f4; font-size: 12px; line-height: 1.45; }
.chat-bubble--user { justify-self: end; color: #082015; background: #bdf5d4; border-bottom-right-radius: 3px; }
.chat-bubble--agent { border-bottom-left-radius: 3px; background: #253f5d; }
.chat-bubble--agent small { color: #9eb4ca; }
.finzzy-dashboard-card { right: 29%; bottom: 4px; z-index: 1; width: min(100%, 350px); padding: 22px; background: rgba(244, 249, 255, .96); color: #15253c; transform: rotate(-4deg); }
.finzzy-dashboard-card__top, .finzzy-dashboard-card__legend { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.finzzy-dashboard-card__top { color: #61738c; font-size: 11px; font-weight: 700; }
.dashboard-chip { padding: 5px 8px; border-radius: 99px; color: #168457; background: #ddfaea; font-size: 9px; }
.finzzy-dashboard-card__balance { margin-top: 28px; }
.finzzy-dashboard-card__balance small { display: block; color: #8493a6; font-size: 11px; }
.finzzy-dashboard-card__balance strong { display: block; margin-top: 5px; color: #172b45; font-size: 27px; letter-spacing: -.04em; }
.finzzy-dashboard-card__bars { display: flex; align-items: end; gap: 11px; height: 108px; margin-top: 24px; padding: 12px 4px 0; border-bottom: 1px solid #dce4ef; }
.finzzy-dashboard-card__bars span { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #28d992, #8ccfff); }
.finzzy-dashboard-card__bars .bar-42 { height: 42%; }.finzzy-dashboard-card__bars .bar-64 { height: 64%; }.finzzy-dashboard-card__bars .bar-52 { height: 52%; }.finzzy-dashboard-card__bars .bar-78 { height: 78%; }.finzzy-dashboard-card__bars .bar-60 { height: 60%; }.finzzy-dashboard-card__bars .bar-88 { height: 88%; }.finzzy-dashboard-card__bars .bar-72 { height: 72%; }
.finzzy-dashboard-card__bars span:nth-child(2n) { background: linear-gradient(180deg, #8977ff, #bcaeff); }
.finzzy-dashboard-card__legend { justify-content: flex-start; gap: 20px; margin-top: 14px; color: #73849b; font-size: 10px; }
.legend-dot { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; }
.legend-dot--green { background: #28d992; } .legend-dot--purple { background: #8977ff; }

.section-shell { position: relative; padding: 120px 0; }
.finzzy-benefits { color: #182b43; background: #f5f8fb; }
.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading .eyebrow { color: #159a69; }
.section-heading h2, .finzzy-process h2, .finzzy-footer h2 { margin: 0; color: #12253e; font-size: clamp(32px, 4vw, 49px); font-weight: 780; letter-spacing: -.045em; line-height: 1.08; }
.section-heading > p:last-child { max-width: 570px; margin: 18px 0 0; color: #718198; font-size: 17px; line-height: 1.6; }
.section-heading--center > p:last-child { margin-right: auto; margin-left: auto; }
.finzzy-benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.finzzy-benefit-card { display: flex; min-height: 310px; flex-direction: column; padding: 27px 23px; border: 1px solid #e1e8f0; border-radius: var(--finzzy-radius); background: #fff; box-shadow: 0 12px 34px rgba(25, 53, 85, .06); transition: transform .25s ease, box-shadow .25s ease; }
.finzzy-benefit-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(25, 53, 85, .12); }
.benefit-icon { display: grid; width: 46px; height: 46px; margin-bottom: 28px; place-items: center; border-radius: 14px; color: #0f9a68; background: #e4faef; font-size: 22px; font-weight: 800; }
.finzzy-benefit-card h3 { margin: 0; color: #152a45; font-size: 20px; line-height: 1.2; }
.finzzy-benefit-card p { margin: 14px 0 0; color: #718198; font-size: 14px; line-height: 1.65; }
.benefit-link { margin-top: auto; padding-top: 22px; color: #159a69; font-size: 12px; font-weight: 800; }
.finzzy-benefit-card--featured { border-color: rgba(25, 216, 144, .42); background: linear-gradient(145deg, #0d2631, #103e39); }
.finzzy-benefit-card--featured h3, .finzzy-benefit-card--featured p { color: #f4fff9; }.finzzy-benefit-card--featured p { color: #b5d6ca; }.finzzy-benefit-card--featured .benefit-icon { color: #062017; background: var(--finzzy-green); }.finzzy-benefit-card--featured .benefit-link { color: #6ff2b6; }

.finzzy-process { background: #eef3f8; color: #182b43; }
.finzzy-process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.finzzy-step { display: flex; gap: 18px; padding: 28px 24px; border: 1px solid #dce6ef; border-radius: var(--finzzy-radius); background: rgba(255, 255, 255, .72); }
.step-number { flex: 0 0 auto; color: #159a69; font-size: 14px; font-weight: 850; letter-spacing: .08em; }
.finzzy-step h3 { margin: 0; color: #152a45; font-size: 20px; }.finzzy-step p { margin: 10px 0 0; color: #718198; font-size: 14px; line-height: 1.6; }
.finzzy-process__cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 35px; padding: 18px 22px 18px 25px; border-radius: 16px; color: #d6f9e6; background: #112c36; font-size: 15px; font-weight: 700; }

/* Preserve the existing FAQ, social proof and pricing modules while giving them one visual system. */
#faq, #testimonials, #assine { position: relative; }
.finzzy-faq, .finzzy-testimonials { background: #f5f8fb; color: #182b43; }
.finzzy-faq { border-top: 1px solid #e4ebf2; }
.faq-list { display: grid; gap: 16px; max-width: 900px; margin: 0 auto; }
.faq-item { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(25, 53, 85, .06); transition: transform .25s ease, box-shadow .25s ease; }
.faq-item:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(25, 53, 85, .1); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; cursor: pointer; }
.faq-question h4 { margin: 0; color: #1e344e; font-size: 17px; line-height: 1.35; }
.faq-question[role="button"]:focus-visible { outline: 3px solid #159a69; outline-offset: 4px; }
.faq-icon { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #159a69; background: #e4faef; font-size: 22px; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease; }
.faq-item.active .faq-question { background: linear-gradient(135deg, #18bd7d, #0d9d69); }
.faq-item.active .faq-question h4 { color: #fff; }
.faq-item.active .faq-icon { color: #fff; background: rgba(255, 255, 255, .18); transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; background: #f8fafc; transition: max-height .35s ease, padding .35s ease; }
.faq-answer.active { max-height: 500px; padding: 22px 24px; border-top: 1px solid #e2e8f0; }
.faq-answer p { margin: 0; color: #475569; font-size: 15px; line-height: 1.7; }
.faq-answer strong { color: #159a69; }

.finzzy-testimonials__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { position: relative; display: flex; min-height: 100%; flex-direction: column; overflow: hidden; padding: 28px; border: 1px solid #e1e8f0; border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgba(25, 53, 85, .08); transition: transform .25s ease, box-shadow .25s ease; }
.testimonial-card::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; content: ""; background: linear-gradient(90deg, #19d890, #0eae70); }
.testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(25, 53, 85, .13); }
.verified-badge { display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; padding: 5px 9px; border-radius: 99px; color: #0b9662; background: #e4faef; font-size: 11px; font-weight: 750; }
.rating { display: flex; align-items: center; gap: 8px; margin: 18px 0 15px; }.rating .stars { font-size: 17px; line-height: 1; }.rating-text { color: #718198; font-size: 13px; }
.testimonial-content { flex: 1; }.testimonial-text { position: relative; margin: 0 0 16px; padding-left: 14px; color: #2c3d53; font-size: 15px; font-style: italic; line-height: 1.65; }.testimonial-text::before { position: absolute; top: -10px; left: -4px; content: "\""; color: #19b978; font-family: Georgia, serif; font-size: 46px; opacity: .3; }
.highlight-benefit { display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-left: 3px solid #19d890; border-radius: 8px; color: #0b9662; background: linear-gradient(135deg, rgba(16, 185, 129, .1), rgba(5, 150, 105, .05)); font-size: 13px; font-weight: 700; }
.icon-mark { color: #159a69; font-weight: 850; }.highlight-benefit .icon-mark { font-size: 17px; }.author-info { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid #e5e7eb; }.author-avatar { flex: 0 0 auto; }.author-avatar img { display: block; width: 48px; height: 48px; border: 2px solid #e5e7eb; border-radius: 50%; object-fit: cover; }.author-name { display: block; color: #111827; font-size: 15px; font-weight: 750; }.author-role { margin-top: 2px; color: #6b7280; font-size: 13px; }.author-location { display: flex; align-items: center; gap: 4px; margin-top: 4px; color: #9ca3af; font-size: 11px; }
.testimonials-stats { margin-top: 42px; padding: 32px 20px; border: 1px solid #e1e8f0; border-radius: 18px; background: rgba(255, 255, 255, .8); }.finzzy-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; text-align: center; }.stat-item { padding: 0 12px; }.stat-number { color: #159a69; font-size: 34px; font-weight: 850; line-height: 1; }.stat-label { margin-top: 8px; color: #6b7280; font-size: 12px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }

.finzzy-pricing { background: #e9f0f6; }.finzzy-pricing__wrap { max-width: 500px; margin: 0 auto; }.pricing__item { position: relative; display: flex; flex-direction: column; padding: 42px 34px 34px; border: 1px solid rgba(25, 216, 144, .35); border-radius: 22px; background: #fff; box-shadow: 0 22px 55px rgba(20, 57, 85, .13); }.pricing__badge { position: absolute; top: -14px; left: 50%; padding: 7px 16px; border-radius: 99px; color: #fff; background: #7d6bff; box-shadow: 0 8px 20px rgba(125, 107, 255, .25); font-size: 12px; font-weight: 800; transform: translateX(-50%); white-space: nowrap; }.pricing__header { padding-bottom: 24px; border-bottom: 1px solid #e4eaf1; text-align: center; }.pricing__title { margin: 0; color: #1a202c; font-size: 22px; }.pricing__desc { min-height: 23px; margin: 8px 0 0; color: #718096; font-size: 14px; }.pricing__price { margin-top: 20px; }.pricing__price .currency { color: #7d6bff; font-size: 19px; font-weight: 700; vertical-align: super; }.pricing__price .amount { color: #1a202c; font-size: 42px; font-weight: 800; letter-spacing: -.04em; }.pricing__price .period { color: #718096; font-size: 14px; }.pricing__features { display: grid; gap: 11px; margin: 24px 0 28px; padding: 0; list-style: none; }.pricing__features li { display: flex; align-items: center; gap: 10px; color: #4a5568; font-size: 14px; }.pricing__features .icon-mark { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e4faef; }.pricing__btn .button { width: 100%; }

.whatsapp-icon { display: block; width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: currentColor; }.button__icon { width: 22px; height: 22px; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; color: #fff; background: var(--finzzy-whatsapp); box-shadow: 0 14px 32px rgba(8, 40, 24, .3), 0 0 0 6px rgba(37, 211, 102, .12); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }.whatsapp-float .whatsapp-icon { width: 31px; height: 31px; }.whatsapp-float:hover { color: #fff; background: #1fbd59; transform: translateY(-4px); box-shadow: 0 18px 38px rgba(8, 40, 24, .38), 0 0 0 8px rgba(37, 211, 102, .16); }.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.finzzy-footer { padding: 100px 0 25px; color: #c0cfdf; background: #08111f; }.finzzy-footer__cta { max-width: 760px; margin: 0 auto 90px; text-align: center; }.finzzy-footer h2 { color: #fff; }.finzzy-footer .eyebrow { justify-content: center; }.finzzy-footer__cta > p:not(.eyebrow) { margin: 17px auto 0; color: #95a9c3; font-size: 17px; }.finzzy-footer__actions { justify-content: center; }.finzzy-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding: 22px 0; border-top: 1px solid var(--finzzy-line); color: #a7b9cf; font-size: 13px; }.finzzy-footer__links a { transition: color .2s ease; }.finzzy-footer__links a:hover, .finzzy-footer__links a:focus-visible { color: var(--finzzy-green); }.finzzy-footer__bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--finzzy-line); color: #7187a3; font-size: 12px; }

/* Public legal pages */
.legal-page { min-height: 100vh; background: var(--finzzy-bg); color: var(--finzzy-text); }
.legal-page::before { position: fixed; inset: 0; z-index: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 50% -20%, rgba(39, 89, 128, .23), transparent 38%), linear-gradient(180deg, #08111f 0%, #091525 45%, #f5f8fb 45.1%, #f5f8fb 100%); }
.legal-page .body_wrap { position: relative; z-index: 1; }
.legal-hero { padding: 92px 0 64px; text-align: center; }.legal-hero h1 { max-width: 850px; margin: 0 auto; color: #fff; font-size: clamp(38px, 5vw, 62px); font-weight: 780; letter-spacing: -.05em; line-height: 1.05; }.legal-hero__lead { max-width: 680px; margin: 22px auto 0; color: #a5b5cb; font-size: 17px; line-height: 1.65; }.legal-updated { margin: 22px 0 0; color: #7187a3; font-size: 12px; }
.legal-content { padding: 0 0 100px; }.legal-document { max-width: 900px; margin: 0 auto; padding: 42px 52px; border: 1px solid #dfe8f0; border-radius: 24px; background: rgba(255, 255, 255, .96); box-shadow: 0 24px 70px rgba(20, 57, 85, .13); }.legal-document section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid #e6edf3; }.legal-document h2 { margin: 0 0 14px; color: #12253e; font-size: 25px; letter-spacing: -.025em; line-height: 1.2; }.legal-document h3 { margin: 24px 0 8px; color: #193652; font-size: 17px; }.legal-document p, .legal-document li { color: #52657a; font-size: 15px; line-height: 1.75; }.legal-document p { margin: 0 0 13px; }.legal-document ul, .legal-document ol { margin: 12px 0 0; padding-left: 23px; }.legal-document li + li { margin-top: 7px; }.legal-document a { color: #087d58; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(8, 125, 88, .3); text-underline-offset: 3px; }.legal-document a:hover, .legal-document a:focus-visible { color: #056343; }.legal-document__notice { margin: 0 0 34px; padding: 16px 18px; border-left: 4px solid var(--finzzy-green); border-radius: 10px; color: #31506a; background: #eefaf4; font-size: 14px; line-height: 1.6; }.legal-document__notice strong { color: #126a4b; }.legal-footer { padding: 35px 0 28px; color: #7187a3; background: #08111f; }.legal-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }.legal-footer__links { display: flex; flex-wrap: wrap; gap: 16px; }.legal-footer a:hover, .legal-footer a:focus-visible { color: var(--finzzy-green); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal--delay { transition-delay: .12s; }
.faq-section__shape, .testimonials-section__shape, .pricing__shape { opacity: .15; pointer-events: none; }

@media (max-width: 1050px) {
  .finzzy-navigation { gap: 16px; }.finzzy-navigation__actions { margin-left: 0; }.finzzy-hero__grid { gap: 38px; }.finzzy-hero__visual { transform: scale(.92); transform-origin: center right; }.finzzy-benefits__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
  .container { width: min(100% - 32px, 620px); }.finzzy-header { padding: 14px 0; }.finzzy-menu-toggle { display: block; }.finzzy-navigation { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: grid; gap: 2px; padding: 14px; border: 1px solid var(--finzzy-line); border-radius: 18px; background: rgba(8, 17, 31, .98); box-shadow: var(--finzzy-shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }.finzzy-navigation.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }.finzzy-navigation > a { padding: 12px 10px; }.finzzy-navigation__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--finzzy-line); }.finzzy-navigation__actions .button { min-height: 44px; }.finzzy-hero { min-height: auto; padding: 78px 0 64px; }.finzzy-hero__grid { grid-template-columns: 1fr; }.finzzy-hero__content { text-align: center; }.finzzy-hero h1, .finzzy-hero__lead { margin-right: auto; margin-left: auto; }.finzzy-hero__actions { justify-content: center; }.finzzy-hero__note { text-align: center; }.finzzy-hero__visual { min-height: 475px; transform: none; }.finzzy-chat-card { right: 3%; }.finzzy-dashboard-card { right: 22%; }.section-shell { padding: 82px 0; }.finzzy-process__grid, .finzzy-testimonials__grid { grid-template-columns: 1fr; }.finzzy-stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }.finzzy-process__cta { align-items: flex-start; flex-direction: column; }.finzzy-footer__links { gap: 10px 18px; }.finzzy-footer__bottom { flex-direction: column; text-align: center; }.legal-hero { padding: 70px 0 48px; }.legal-document { padding: 30px 22px; border-radius: 18px; }.legal-document h2 { font-size: 22px; }.legal-document p, .legal-document li { font-size: 14px; }.legal-footer__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .finzzy-logo img { width: 130px; height: auto; }.finzzy-hero { padding-top: 64px; }.finzzy-hero h1 { font-size: clamp(38px, 12vw, 52px); }.finzzy-hero__lead { font-size: 16px; }.finzzy-hero__actions, .finzzy-footer__actions { align-items: stretch; flex-direction: column; }.finzzy-hero__actions .button, .finzzy-footer__actions .button { width: 100%; }.finzzy-hero__visual { min-height: 405px; margin-top: 20px; transform: scale(.88); transform-origin: top center; }.finzzy-chat-card { right: 0; width: 330px; }.finzzy-dashboard-card { right: 16%; bottom: 0; width: 300px; }.finzzy-benefits__grid { grid-template-columns: 1fr; }.finzzy-benefit-card { min-height: 260px; }.finzzy-stats-grid { grid-template-columns: 1fr; }.testimonial-card { padding: 24px; }.faq-question { padding: 19px; }.faq-answer.active { padding: 19px; }.section-heading h2, .finzzy-process h2, .finzzy-footer h2 { font-size: 35px; }.finzzy-process__cta { padding: 20px; }.finzzy-process__cta .button { width: 100%; }.pricing__item { padding: 36px 24px 28px; }.whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }.whatsapp-float .whatsapp-icon { width: 28px; height: 28px; }.finzzy-footer { padding-top: 80px; }.finzzy-footer__cta { margin-bottom: 65px; }.finzzy-footer__bottom { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal, .reveal.is-visible, .button, .finzzy-header, .finzzy-navigation, .finzzy-menu-toggle span, .finzzy-typewriter__word.is-changing, .whatsapp-float { transition: none; animation: none; }.reveal { opacity: 1; transform: none; }
}
