/* 02-hero — hero com balões flutuantes e onda (bundle dd15fb0a, verbatim). */

.jg-hero { position: relative; background: #039580; overflow: hidden; }
.jg-hero__ring { position: absolute; border-radius: 50%; pointer-events: none; }
.jg-hero__ring--1 { width: 520px; height: 520px; border: 60px solid rgba(252, 198, 9, .14); top: -180px; right: -160px; }
.jg-hero__ring--2 { width: 380px; height: 380px; border: 46px solid rgba(1, 108, 190, .18); bottom: -140px; left: -120px; }
.jg-hero__birds { position: absolute; top: 56px; left: 5%; opacity: .28; pointer-events: none; }

.jg-hero__inner { max-width: 1100px; margin: 0 auto; padding: 56px 24px 90px; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; column-gap: 32px; row-gap: 28px; position: relative; }
.jg-hero__content { grid-column: 1; grid-row: 1; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.jg-hero__cargo { background: #fcc609; color: #046052; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(11px, 3.1vw, 14px); padding: 8px 18px; border-radius: 999px; letter-spacing: .3px; text-transform: uppercase; max-width: 100%; box-sizing: border-box; }
.jg-hero__cargo span { display: block; white-space: nowrap; }
.jg-hero__title { margin: 0; font-family: 'Poppins', sans-serif; font-weight: 900; font-size: clamp(32px, 6vw, 68px); line-height: 1.05; color: #ffffff; text-shadow: 0 4px 0 rgba(2, 64, 55, .35); letter-spacing: -1px; }
.jg-hero__title span { display: block; white-space: nowrap; }
.jg-hero__sub { margin: 0; color: rgba(255, 255, 255, .92); font-size: 19px; line-height: 1.6; max-width: 480px; font-weight: 700; text-wrap: pretty; }

.jg-hero__btns { grid-column: 1; grid-row: 2; align-self: start; display: flex; flex-wrap: wrap; gap: 14px; }
.jg-btn-whats { display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #ffffff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(13px, 3.8vw, 16px); white-space: nowrap; padding: 16px clamp(14px, 4.5vw, 26px); border-radius: 999px; box-shadow: 0 4px 0 #199e4b; }
.jg-btn-whats:hover { color: #ffffff; transform: translateY(-2px); box-shadow: 0 6px 0 #199e4b; }
.jg-btn-ideas { display: inline-flex; align-items: center; background: transparent; color: #ffffff; border: 3px solid #ffffff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(13px, 3.8vw, 16px); white-space: nowrap; padding: 13px clamp(14px, 4.5vw, 26px); border-radius: 999px; }
.jg-btn-ideas:hover { color: #ffffff; background: rgba(255, 255, 255, .14); }

.jg-hero__photo-col { grid-column: 2; grid-row: 1 / span 2; min-width: 0; display: flex; justify-content: center; position: relative; margin-top: 0; }
.jg-hero__num-balloon { position: absolute; bottom: 6%; left: -10%; z-index: 3; animation: floatBalloon2 3s ease-in-out infinite; background: #fcc609; color: #016cbe; font-family: 'Inter', sans-serif; font-variant-numeric: tabular-nums; font-weight: 800; font-size: clamp(42px, 5.5vw, 60px); line-height: 1; padding: 12px 24px; border-radius: 18px; border: 6px solid #ffffff; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }
.jg-hero__star { position: absolute; color: #fcc609; }
.jg-hero__star--1 { top: 6px; right: 14%; font-size: 30px; animation: floatY 3s ease-in-out infinite; }
.jg-hero__star--2 { bottom: 20px; left: 8%; font-size: 20px; animation: floatY 3.6s ease-in-out infinite; }
.jg-hero__balloon { position: absolute; top: -56px; left: 52%; animation: floatBalloon 3.2s ease-in-out infinite; z-index: 2; background: #ffffff; color: #039580; font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 14px; padding: 12px 20px; border-radius: 20px; box-shadow: 0 6px 16px rgba(0, 0, 0, .18); line-height: 1.3; text-align: center; width: 150px; }
.jg-hero__balloon-tail { position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #ffffff; }

.jg-hero__photo-frame { width: min(360px, 80vw); height: min(420px, 90vw); position: relative; }
.jg-hero__photo-bg { position: absolute; inset: auto 0 0 0; height: 78%; background: rgba(252, 198, 9, .18); border-radius: 32px 32px 0 0; }
.jg-hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }

.jg-hero__wave { display: block; width: 100%; height: 60px; margin-bottom: -1px; position: relative; z-index: 5; }
