/* Vizit — landing page styles (extracted from inline styles, 1:1). */

/* ---- shared ---- */
.l-page { background: #fff; font-family: 'Plus Jakarta Sans', sans-serif; color: #16151A; overflow: clip; }
.l-dot { color: #FF4A1C; }
.l-spacer { flex: 1; }

/* ---- header ---- */
.l-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(16,20,24,.06); }
.l-header__inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 18px; padding: 14px 26px; position: relative; }
.l-logo { text-decoration: none; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -.02em; }
.l-nav { text-decoration: none; color: #48454F; font-size: 14.5px; font-weight: 600; padding: 9px 12px; }
.l-header__cta { text-decoration: none; background: #FF4A1C; color: #fff; font-size: 14.5px; font-weight: 700; padding: 11px 20px; border-radius: 999px; }

/* ---- hero ---- */
.l-hero { max-width: 920px; margin: 0 auto; padding: 52px 26px 8px; text-align: center; }
.l-badge { display: inline-flex; align-items: center; gap: 8px; background: #FFF1EC; color: #FF4A1C; font-size: 13px; font-weight: 700; padding: 7px 15px; border-radius: 999px; }
.l-hero__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(40px, 6.6vw, 74px); line-height: 1.02; letter-spacing: -.03em; margin: 22px 0 0; text-wrap: balance; }
.l-hero__sub { font-size: 19px; line-height: 1.6; color: #6B6976; margin: 22px auto 0; max-width: 560px; }
.l-hero__form { margin: 32px auto 0; max-width: 470px; display: flex; align-items: center; background: #fff; border: 2px solid #16151A; border-radius: 999px; padding: 6px 6px 6px 20px; box-shadow: 0 12px 30px -14px rgba(0,0,0,.18); }
.l-hero__prefix { color: #9a97a2; font-size: 15.5px; font-weight: 600; }
.l-hero__input { flex: 1; border: none; outline: none; font-size: 15.5px; font-weight: 600; color: #16151A; padding: 8px 6px; min-width: 0; }
.l-hero__submit { background: #FF4A1C; color: #fff; border: none; cursor: pointer; font-size: 14.5px; font-weight: 700; padding: 12px 20px; border-radius: 999px; white-space: nowrap; }
.l-hero__note { font-size: 13.5px; color: #9a97a2; margin-top: 14px; font-weight: 600; }

/* ---- demos ---- */
.l-demos { padding: 44px 0 8px; }
.l-demos__mask { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.l-demos__track { display: flex; width: max-content; animation: vz-demos-slide 70s linear infinite; }
.l-demos__track:hover { animation-play-state: paused; }
.l-demos__group { display: flex; gap: 22px; padding: 18px 11px; }
@keyframes vz-demos-slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    .l-demos__track { animation: none; width: auto; overflow-x: auto; }
    .l-demos__group[aria-hidden] { display: none; }
}

/* phone frame */
.l-phone { width: 224px; flex: 0 0 auto; border-radius: 42px; background: #0C0C0D; padding: 9px; box-shadow: 0 34px 64px -26px rgba(0,0,0,.4); }
.l-phone__screen { position: relative; border-radius: 34px; overflow: hidden; height: 452px; }
.l-phone__notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 70px; height: 6px; border-radius: 6px; background: var(--notch, rgba(255,255,255,.5)); z-index: 6; }

/* demo 1 · advogado */
.demo-adv { height: 100%; background: #fff; color: #14213D; font-family: 'Plus Jakarta Sans', sans-serif; }
.demo-adv__cover { height: 118px; background: #14213D; }
.demo-adv__body { padding: 0 18px; margin-top: -42px; text-align: center; }
.demo-adv__avatar { width: 76px; height: 76px; border-radius: 50%; background: #14213D; color: #C9A24B; border: 3px solid #fff; margin: 0 auto; display: flex; align-items: center; justify-content: center; font-family: Georgia, serif; font-size: 25px; }
.demo-adv__name { font-family: Georgia, serif; font-weight: 400; font-size: 19px; margin-top: 12px; }
.demo-adv__role { font-size: 9.5px; letter-spacing: .15em; text-transform: uppercase; color: #8a92a6; margin-top: 5px; }
.demo-adv__divider { height: 1px; background: #E7E9EF; margin: 15px 0; }
.demo-adv__list { display: flex; flex-direction: column; gap: 8px; text-align: left; }
.demo-adv__row { display: flex; align-items: center; gap: 10px; border: 1px solid #E7E9EF; border-radius: 11px; padding: 11px 12px; }
.demo-adv__rowtitle { font-size: 12.5px; font-weight: 700; color: #14213D; }
.demo-adv__rowsub { font-size: 10px; color: #9aa1b2; }

/* demo 2 · dj neon */
.demo-dj { height: 100%; background: radial-gradient(150% 120% at 12% -5%, #FF2E93 0%, #7A00FF 52%, #00E0FF 110%); color: #fff; font-family: 'Clash Display', sans-serif; position: relative; overflow: hidden; padding: 30px 16px 18px; }
.demo-dj__blur1 { position: absolute; top: -30px; right: -30px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,255,255,.16); filter: blur(6px); }
.demo-dj__blur2 { position: absolute; bottom: 60px; left: -24px; width: 90px; height: 90px; border-radius: 50%; background: rgba(255,224,0,.35); filter: blur(4px); }
.demo-dj__star { position: absolute; top: 40px; right: 20px; font-size: 22px; transform: rotate(12deg); }
.demo-dj__rel { position: relative; }
.demo-dj__badge { width: 66px; height: 66px; border-radius: 20px; background: #111; border: 3px solid #FFE400; transform: rotate(-6deg); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 24px; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.demo-dj__title { font-weight: 700; font-size: 46px; line-height: .86; letter-spacing: -.03em; margin: 16px 0 0; text-shadow: 0 3px 0 rgba(0,0,0,.18); }
.demo-dj__tag { display: inline-block; background: #111; color: #FFE400; font-size: 9px; font-weight: 700; letter-spacing: .18em; padding: 5px 10px; border-radius: 999px; margin-top: 10px; transform: rotate(-2deg); }
.demo-dj__links { margin-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.demo-dj__btn { font-weight: 700; font-size: 14px; padding: 13px; border-radius: 14px; text-align: center; }
.demo-dj__btn--play { background: #FFE400; color: #111; transform: rotate(-1.5deg); box-shadow: 0 6px 0 rgba(0,0,0,.2); }
.demo-dj__btn--shows { background: #00E0FF; color: #111; transform: rotate(1.5deg); box-shadow: 0 6px 0 rgba(0,0,0,.2); }
.demo-dj__btn--merch { border: 2px dashed rgba(255,255,255,.8); padding: 12px; transform: rotate(-1deg); }

/* demo 3 · ateliê */
.demo-atelie { height: 100%; background: #F2ECE1; color: #1A1712; font-family: Georgia, 'Times New Roman', serif; position: relative; overflow: hidden; }
.demo-atelie__head { padding: 30px 16px 8px; text-align: center; }
.demo-atelie__title { font-size: 34px; font-weight: 400; letter-spacing: .18em; line-height: 1; }
.demo-atelie__meta { display: flex; justify-content: space-between; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: #8a8272; margin-top: 8px; border-top: 1px solid #d8cdb8; border-bottom: 1px solid #d8cdb8; padding: 6px 2px; }
.demo-atelie__hero { position: relative; height: 238px; margin: 6px 14px 0; border-radius: 4px; overflow: hidden; background: linear-gradient(160deg, #C08A5E, #7A4B39 70%, #3a2418); }
.demo-atelie__herotext { position: absolute; left: 12px; bottom: 14px; right: 12px; color: #F2ECE1; }
.demo-atelie__kicker { font-style: italic; font-size: 12px; opacity: .9; }
.demo-atelie__name { font-size: 26px; line-height: 1; letter-spacing: .01em; }
.demo-atelie__links { padding: 12px 16px; font-family: 'Plus Jakarta Sans', sans-serif; }
.demo-atelie__row { display: flex; justify-content: space-between; font-size: 11px; padding: 8px 0; }
.demo-atelie__row--bordered { border-bottom: 1px solid #d8cdb8; }
.demo-atelie__rowlabel { font-style: italic; font-family: Georgia, serif; }

/* demo 4 · terminal */
.demo-term { height: 100%; background: #070B08; color: #39FF7A; font-family: 'Courier New', ui-monospace, monospace; padding: 34px 15px 16px; font-size: 11.5px; line-height: 1.55; position: relative; overflow: hidden; }
.demo-term__scan { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, rgba(57,255,122,.05) 0 1px, transparent 1px 3px); pointer-events: none; }
.demo-term__rel { position: relative; }
.demo-term__prompt { opacity: .55; font-size: 10px; }
.demo-term__cmd { margin-top: 12px; }
.demo-term__dollar { color: #4de08a; }
.demo-term__white { color: #c9ffe0; }
.demo-term__out { color: #eafff0; }
.demo-term__desc { color: #6fd79a; opacity: .85; }
.demo-term__links { margin-top: 8px; display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.demo-term__link { border: 1px solid #16341f; background: #0c160f; border-radius: 6px; padding: 10px 11px; }
.demo-term__caret { margin-top: 14px; font-size: 12px; }
.demo-term__cursor { display: inline-block; width: 8px; height: 15px; background: #39FF7A; vertical-align: -2px; animation: vz-blink 1.1s step-end infinite; }

/* demo 5 · y2k */
.demo-y2k { height: 100%; background: linear-gradient(180deg, #6E2BE0 0%, #B14BE0 45%, #28D8E0 100%); color: #fff; font-family: 'Clash Display', sans-serif; position: relative; overflow: hidden; padding: 30px 16px 16px; }
.demo-y2k__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 26px 26px; transform: perspective(200px) rotateX(46deg) translateY(120px) scale(1.6); opacity: .5; }
.demo-y2k__rel { position: relative; text-align: center; }
.demo-y2k__stars { font-size: 15px; letter-spacing: .3em; }
.demo-y2k__title { font-weight: 700; font-size: 42px; letter-spacing: .02em; line-height: 1; margin-top: 6px; background: linear-gradient(180deg, #ffffff 0%, #cdd6ff 46%, #8f9bff 54%, #ffffff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 2px 2px rgba(0,0,0,.3)); }
.demo-y2k__sub { font-size: 10px; letter-spacing: .24em; margin-top: 6px; text-shadow: 0 1px 2px rgba(0,0,0,.3); }
.demo-y2k__links { margin-top: 20px; display: flex; flex-direction: column; gap: 11px; font-size: 13px; font-weight: 600; }
.demo-y2k__btn { border-radius: 999px; padding: 12px; }
.demo-y2k__btn--twitch { background: linear-gradient(180deg, #fff, #d9e0ff); color: #5B21B6; box-shadow: inset 0 -3px 0 rgba(91,33,182,.25), 0 4px 10px rgba(0,0,0,.2); }
.demo-y2k__btn--shop { background: linear-gradient(180deg, #FFE1F6, #FFA6E4); color: #9D174D; box-shadow: inset 0 -3px 0 rgba(157,23,77,.25), 0 4px 10px rgba(0,0,0,.2); }
.demo-y2k__btn--discord { background: linear-gradient(180deg, #D8FBFF, #8CE9F5); color: #0E7490; box-shadow: inset 0 -3px 0 rgba(14,116,144,.25), 0 4px 10px rgba(0,0,0,.2); }

/* demo 6 · brutalista */
.demo-brut { height: 100%; background: #fff; color: #111; font-family: 'Plus Jakarta Sans', sans-serif; padding: 26px 16px 16px; position: relative; }
.demo-brut__top { display: flex; justify-content: space-between; align-items: flex-start; }
.demo-brut__url { font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .1em; }
.demo-brut__num { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 52px; line-height: .8; color: #FF3B30; }
.demo-brut__name { margin-top: 26px; font-weight: 800; font-size: 30px; line-height: .92; letter-spacing: -.02em; text-transform: uppercase; }
.demo-brut__role { font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #666; margin-top: 8px; }
.demo-brut__list { margin-top: 22px; }
.demo-brut__row { display: flex; align-items: center; gap: 12px; border-top: 1.5px solid #111; padding: 12px 2px; }
.demo-brut__idx { font-family: 'Courier New', monospace; font-size: 11px; color: #FF3B30; font-weight: 700; }
.demo-brut__label { flex: 1; font-weight: 700; font-size: 14px; letter-spacing: .02em; }
.demo-brut__arrow { font-size: 15px; }
.demo-brut__rule { border-top: 1.5px solid #111; }

/* demo 7 · boarding pass */
.demo-board { height: 100%; background: #FBF7EF; color: #0E3B3A; font-family: 'Plus Jakarta Sans', sans-serif; position: relative; overflow: hidden; }
.demo-board__head { background: #0E3B3A; color: #FBF7EF; padding: 22px 16px 14px; display: flex; justify-content: space-between; align-items: center; }
.demo-board__brand { font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: .16em; }
.demo-board__type { font-size: 9px; letter-spacing: .14em; opacity: .8; }
.demo-board__body { padding: 16px; }
.demo-board__lbl { font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: .12em; color: #5f8a86; }
.demo-board__name { font-weight: 800; font-size: 19px; margin-top: 2px; }
.demo-board__route { display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.demo-board__code { font-family: 'Courier New', monospace; font-weight: 700; font-size: 26px; }
.demo-board__line { flex: 1; border-top: 2px dotted #0E3B3A; position: relative; }
.demo-board__plane { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); }
.demo-board__stats { display: flex; gap: 10px; margin-top: 14px; }
.demo-board__stat { flex: 1; }
.demo-board__statlbl { font-family: 'Courier New', monospace; font-size: 8px; color: #5f8a86; letter-spacing: .1em; }
.demo-board__statval { font-weight: 700; font-size: 14px; }
.demo-board__perf { border-top: 2px dashed #cdbfa4; position: relative; }
.demo-board__notch { position: absolute; top: -9px; width: 18px; height: 18px; border-radius: 50%; background: #0C0C0D; }
.demo-board__notch--l { left: -9px; }
.demo-board__notch--r { right: -9px; }
.demo-board__foot { padding: 14px 16px 0; }
.demo-board__bars { height: 38px; background: repeating-linear-gradient(90deg, #0E3B3A 0 2px, transparent 2px 4px, #0E3B3A 4px 5px, transparent 5px 8px); }
.demo-board__code2 { text-align: center; font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: .2em; margin-top: 6px; color: #5f8a86; }

/* demo 8 · nature */
.demo-nature { height: 100%; background: #EAF1E4; color: #26402C; font-family: 'Plus Jakarta Sans', sans-serif; position: relative; overflow: hidden; padding: 28px 18px 18px; text-align: center; }
.demo-nature__blob1 { position: absolute; top: -40px; right: -40px; width: 150px; height: 150px; border-radius: 50%; background: #D5E4C8; }
.demo-nature__blob2 { position: absolute; bottom: -30px; left: -30px; width: 110px; height: 110px; border-radius: 50%; background: #E3D3C0; opacity: .7; }
.demo-nature__rel { position: relative; }
.demo-nature__leaf { margin: 0 auto; display: block; }
.demo-nature__avatar { width: 78px; height: 78px; border-radius: 24px 24px 24px 6px; background: #4E7A54; color: #EAF1E4; margin: 14px auto 0; display: flex; align-items: center; justify-content: center; font-family: Georgia, serif; font-size: 26px; }
.demo-nature__name { font-family: Georgia, serif; font-size: 21px; margin-top: 14px; }
.demo-nature__role { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #7d9481; margin-top: 5px; }
.demo-nature__links { margin-top: 20px; display: flex; flex-direction: column; gap: 9px; }
.demo-nature__btn { border-radius: 999px; padding: 12px; font-size: 13px; font-weight: 600; }
.demo-nature__btn--book { background: #4E7A54; color: #EAF1E4; }
.demo-nature__btn--med { background: #fff; color: #26402C; }
.demo-nature__btn--wa { background: #E0BFA0; color: #5c3f28; }

/* ---- como funciona ---- */
.l-steps { max-width: 1180px; margin: 72px auto 0; padding: 0 26px; }
.l-steps__head { text-align: center; margin-bottom: 40px; }
.l-steps__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(30px, 4.4vw, 46px); letter-spacing: -.02em; margin: 10px 0 0; }
.l-steps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.l-step { background: #fff; border: 1px solid #ECECEF; border-radius: 22px; padding: 28px 26px; }
.l-step__num { width: 40px; height: 40px; border-radius: 12px; background: #FFF1EC; color: #FF4A1C; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; }
.l-step__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 19px; margin: 16px 0 6px; }
.l-step__text { margin: 0; font-size: 14.5px; line-height: 1.6; color: #6B6976; }
.l-steps__demo { text-align: center; margin-top: 28px; }
.l-steps__democta { display: inline-block; text-decoration: none; background: #16151A; color: #fff; font-size: 14.5px; font-weight: 700; padding: 13px 24px; border-radius: 999px; }

/* ---- themes ---- */
.l-themes { max-width: 1180px; margin: 64px auto 0; padding: 0 26px; }
.l-themes__box { background: #F5F5F7; border-radius: 32px; padding: clamp(32px, 5vw, 60px); }
.l-themes__head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 16px; }
.l-themes__intro { max-width: 520px; }
.l-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #FF4A1C; }
.l-themes__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.02em; line-height: 1.02; margin: 12px 0 0; }
.l-themes__sub { font-size: 16.5px; line-height: 1.6; color: #6B6976; margin: 14px 0 0; }
.l-themes__cta { text-decoration: none; background: #16151A; color: #fff; font-size: 15px; font-weight: 700; padding: 13px 22px; border-radius: 999px; }
.l-themes__grid { margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.l-tcard { border-radius: 22px; padding: 22px; }
.l-tcard--noir { background: #0B0B0C; border: 1px solid #232326; color: #fff; }
.l-tcard--neon { background: radial-gradient(120% 100% at 20% 0%, #141230, #0A0A12); border: 1px solid #2a2650; color: #fff; }
.l-tcard--sunset { background: linear-gradient(160deg, #FF9A5A, #FF5E7E 52%, #A24BCE); color: #fff; }
.l-tcard--pop { background: #FFE44D; border: 2px solid #101418; color: #101418; }
.l-tcard__av { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; }
.l-tcard__av--noir { border-radius: 50%; background: #171719; border: 1px solid #35353a; }
.l-tcard__av--neon { border-radius: 13px; background: linear-gradient(135deg, #8B5CF6, #22D3EE); color: #0A0A12; }
.l-tcard__av--sunset { border-radius: 50%; background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.4); }
.l-tcard__av--pop { border-radius: 13px; background: #FF5DA2; border: 2px solid #101418; color: #fff; }
.l-tcard__name { margin-top: 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 16px; }
.l-tcard--noir .l-tcard__name { color: #F4F4F5; }
.l-tcard__name--neon { background: linear-gradient(90deg, #A78BFA, #5EEAD4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.l-tcard__label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; margin-top: 3px; }
.l-tcard__label--noir { color: #8b8b91; }
.l-tcard__label--neon { color: #7a76a5; }
.l-tcard__label--sunset { color: rgba(255,255,255,.8); }

/* ---- features ---- */
.l-features { background: #F7F5F0; margin-top: 84px; padding: 78px 26px 70px; }
.l-features__inner { max-width: 1128px; margin: 0 auto; }
.l-features__head { text-align: center; max-width: 640px; margin: 0 auto; }
.l-features__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(30px, 4.4vw, 50px); letter-spacing: -.025em; line-height: 1.02; margin: 12px 0 0; }
.l-features__grid { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.l-feature { background: #fff; border: 1px solid #ECECEF; border-radius: 24px; padding: 28px; }
.l-feature__icon { width: 50px; height: 50px; border-radius: 14px; background: #FFE9E2; color: #FF4A1C; display: inline-flex; align-items: center; justify-content: center; }
.l-feature__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 19px; margin: 18px 0 8px; }
.l-feature__text { font-size: 14.5px; line-height: 1.55; color: #6B6976; margin: 0; }

/* ---- pricing ---- */
.l-pricing { max-width: 1120px; margin: 0 auto; padding: 64px 26px; }
.l-pricing__head { text-align: center; max-width: 560px; margin: 0 auto; }
.l-pricing__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(30px, 4.4vw, 50px); letter-spacing: -.025em; line-height: 1.02; margin: 12px 0 0; }
.l-pricing__sub { font-size: 17px; color: #6B6976; margin: 16px auto 0; }
.l-pricing__grid { margin-top: 44px; display: grid; grid-template-columns: 1.25fr .95fr; gap: 22px; align-items: stretch; }
.l-plan { background: #16151A; color: #fff; border-radius: 28px; padding: clamp(28px, 3.6vw, 44px); border: 1px solid rgba(255,74,28,.35); box-shadow: 0 0 0 6px rgba(255,74,28,.06), 0 34px 70px -34px rgba(255,74,28,.55); }
.l-plan__head { display: flex; align-items: center; gap: 12px; }
.l-plan__name { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 24px; margin: 0; }
.l-plan__badge { background: #FF4A1C; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; padding: 5px 11px; border-radius: 999px; }
.l-plan__price { display: flex; align-items: baseline; gap: 10px; margin-top: 24px; }
.l-plan__amount { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(74px, 8vw, 96px); line-height: .9; letter-spacing: -.03em; background: linear-gradient(180deg, #fff 40%, #FF9A76); -webkit-background-clip: text; background-clip: text; color: transparent; }
.l-plan__per { font-size: 18px; font-weight: 700; color: #a5a2ad; }
.l-plan__note { font-size: 14px; color: #a5a2ad; margin: 10px 0 0; font-weight: 600; }
.l-plan__divider { height: 1px; background: #2c2b31; margin: 26px 0; }
.l-plan__list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; }
.l-plan__item { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; font-weight: 500; }
.l-plan__check { flex: 0 0 auto; margin-top: 1px; }
.l-plan__cta { display: block; text-align: center; text-decoration: none; margin-top: 30px; background: #FF4A1C; color: #fff; font-size: 16px; font-weight: 700; padding: 16px; border-radius: 14px; }
.l-nfc { background: #F5F5F7; border-radius: 28px; padding: clamp(28px, 3.6vw, 40px); display: flex; flex-direction: column; }
.l-nfc__badge { align-self: flex-start; background: #fff; border: 1px solid #E3E3E7; color: #6B6976; font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 6px 12px; border-radius: 999px; }
.l-nfc__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 22px; margin: 20px 0 0; }
.l-nfc__price { display: flex; align-items: baseline; gap: 8px; margin-top: 14px; }
.l-nfc__amount { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 46px; line-height: .9; color: #FF4A1C; white-space: nowrap; }
.l-nfc__once { font-size: 14px; color: #6B6976; font-weight: 700; }
.l-nfc__text { font-size: 14.5px; line-height: 1.6; color: #6B6976; margin: 16px 0 0; }
.l-nfc__card { margin-top: auto; padding-top: 24px; }
.l-nfc__cardbox { background: linear-gradient(150deg, #1c1c1d, #0A0A0B); border-radius: 14px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; }
.l-nfc__logo { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 18px; color: #F4F1EA; }
.l-nfc__ship { font-size: 12.5px; color: #9a97a2; margin: 12px 0 0; }

/* ---- comparison ---- */
.l-compare { max-width: 1120px; margin: 0 auto; padding: 56px 26px; }
.l-compare__box { background: #FFF1EC; border-radius: 32px; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: center; }
.l-compare__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(28px, 3.8vw, 42px); letter-spacing: -.02em; line-height: 1.04; margin: 0; }
.l-compare__sub { font-size: 16.5px; color: #6B6976; margin: 14px 0 24px; }
.l-compare__list { display: flex; flex-direction: column; gap: 12px; }
.l-compare__row { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: 14px; padding: 14px 16px; }
.l-compare__t { font-weight: 700; font-size: 14.5px; }
.l-compare__s { font-size: 12.5px; color: #9a97a2; }
.l-compare__v { font-size: 14px; font-weight: 700; color: #c7c4cc; text-decoration: line-through; }
.l-compare__right { text-align: center; }
.l-compare__card { background: #fff; border-radius: 22px; padding: 34px; box-shadow: 0 24px 50px -26px rgba(0,0,0,.24); }
.l-compare__old { font-size: 14px; color: #9a97a2; margin: 0; font-weight: 600; }
.l-compare__oldval { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 34px; color: #c7c4cc; text-decoration: line-through; margin: 6px 0 20px; }
.l-compare__with { font-size: 14px; color: #16151A; margin: 0; font-weight: 700; }
.l-compare__newval { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 58px; letter-spacing: -.03em; color: #FF4A1C; line-height: 1; margin: 6px 0 4px; }
.l-compare__newper { font-size: 22px; color: #6B6976; }
.l-compare__note { font-size: 13px; color: #9a97a2; margin: 0 0 22px; }
.l-compare__cta { display: block; text-decoration: none; text-align: center; background: #16151A; color: #fff; font-size: 15px; font-weight: 700; padding: 14px; border-radius: 12px; }

/* ---- faq ---- */
.l-faq { max-width: 760px; margin: 0 auto; padding: 80px 26px; }
.l-faq__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(30px, 4.4vw, 46px); letter-spacing: -.02em; text-align: center; margin: 0 0 40px; }
.l-faq__list { display: flex; flex-direction: column; gap: 12px; }
.l-faq__item { border: 1px solid #ECECEF; border-radius: 18px; overflow: hidden; background: #fff; }
.l-faq__q { width: 100%; display: flex; align-items: center; gap: 16px; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 22px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 17px; color: #16151A; }
.l-faq__qtext { flex: 1; }
.l-faq__toggle { width: 26px; height: 26px; flex: 0 0 auto; border-radius: 50%; background: #FFF1EC; color: #FF4A1C; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; }
.l-faq__a { margin: 0; padding: 0 22px 22px; font-size: 15px; line-height: 1.6; color: #6B6976; }

/* ---- cta ---- */
.l-cta { max-width: 1180px; margin: 0 auto 20px; padding: 0 26px; }
.l-cta__box { background: #FF4A1C; border-radius: 32px; padding: clamp(44px, 6vw, 84px); text-align: center; color: #fff; }
.l-cta__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(32px, 5.4vw, 64px); letter-spacing: -.03em; line-height: .98; margin: 0; }
.l-cta__sub { font-size: 18px; color: rgba(255,255,255,.9); margin: 18px auto 30px; max-width: 420px; }
.l-cta__btn { display: inline-block; text-decoration: none; background: #16151A; color: #fff; font-size: 17px; font-weight: 700; padding: 17px 34px; border-radius: 999px; }

/* ---- footer ---- */
.l-footer { max-width: 1180px; margin: 0 auto; padding: 56px 26px 44px; }
.l-footer__row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.l-footer__logo { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 26px; letter-spacing: -.02em; }
.l-footer__links { display: flex; gap: 22px; color: #48454F; font-size: 14px; font-weight: 600; }
.l-footer__divider { height: 1px; background: #ECECEF; margin: 24px 0 16px; }
.l-footer__copy { color: #9a97a2; font-size: 13px; }

/* ---- avatares com foto (demos e cards de tema) ---- */
.demo-adv__avatar, .demo-nature__avatar, .l-tcard__av { overflow: hidden; }
.demo-adv__avatar img, .demo-nature__avatar img, .l-tcard__av img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: inherit; }
.l-tcard { display: block; text-decoration: none; color: inherit; transition: transform .25s ease, box-shadow .25s ease; }
.l-tcard:hover { transform: translateY(-4px); box-shadow: 0 18px 34px -18px rgba(16,20,24,.28); }
.l-demos .l-phone { transition: transform .3s ease; }
.l-demos .l-phone:hover { transform: translateY(-6px) rotate(-.6deg); }

/* ---- hero: checagem de slug ---- */
.l-hero__check { min-height: 20px; margin: 12px 0 0; font-size: 13.5px; font-weight: 600; color: #9a97a2; }
.l-hero__check.is-ok { color: #0B8A4B; }
.l-hero__check.is-bad { color: #C2410C; }

/* ---- faq (details/summary nativo) ---- */
.l-faq__q { list-style: none; }
.l-faq__q::-webkit-details-marker { display: none; }
.l-faq__toggle::before { content: '+'; display: inline-block; transition: transform .25s ease; }
details[open] .l-faq__toggle::before { transform: rotate(45deg); }
details[open] .l-faq__toggle::before { content: '−'; }

/* ---- garantia ---- */
.l-plan__guarantee { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; font-size: 13px; font-weight: 600; color: #0B8A4B; }

/* ---- equipes ---- */
.l-teams { max-width: 1180px; margin: 72px auto 0; padding: 0 26px; }
.l-teams__box { background: #101418; color: #fff; border-radius: 32px; padding: clamp(32px, 5vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: center; }
.l-eyebrow--light { color: #FF7A55; }
.l-teams__title { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -.02em; margin: 12px 0 10px; }
.l-teams__sub { margin: 0 0 22px; font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,.72); }
.l-teams__list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.l-teams__item { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: rgba(255,255,255,.88); }
.l-teams__item svg { flex: 0 0 auto; margin-top: 2px; }
.l-teams__cta { display: inline-block; text-decoration: none; background: #FF4A1C; color: #fff; font-size: 14.5px; font-weight: 700; padding: 13px 24px; border-radius: 999px; }
.l-teams__visual { position: relative; display: flex; gap: 16px; align-items: flex-start; padding-bottom: 56px; }
.l-teams__card { flex: 1; min-width: 0; border-radius: 20px; background: #fff; color: #101418; padding: 18px 16px; box-shadow: 0 24px 48px -20px rgba(0,0,0,.55); }
.l-teams__cardlogo { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 15px; margin-bottom: 14px; }
.l-teams__cardlogo--nu { color: #820AD1; font-size: 20px; letter-spacing: -.02em; }
.l-teams__cardlogo--uol { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(145deg, #FFD400, #FF8000); color: #101418; font-size: 10.5px; letter-spacing: .02em; }
.l-teams__cardlogo--ifood { color: #EA1D2C; font-size: 18px; letter-spacing: -.03em; }
.l-teams__cardav { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; display: block; margin-bottom: 10px; border: 2px solid #F0EFEA; }
.l-teams__disclaimer { position: absolute; bottom: 0; right: 8px; margin: 0; font-size: 11px; color: rgba(255,255,255,.45); }
.l-teams__cardname { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 17px; }
.l-teams__cardrole { font-size: 12.5px; color: #9a97a2; margin-top: 2px; }
.l-teams__card--a { transform: rotate(-2.5deg) translateY(26px); }
.l-teams__card--b { transform: rotate(1deg); }
.l-teams__card--c { transform: rotate(3deg) translateY(40px); }
.l-teams__cardname { font-size: 15.5px; }
.l-teams__cardrole { font-size: 12px; }

/* ---- footer ---- */
.l-footer__links a { color: #48454F; text-decoration: none; }
.l-footer__links a:hover { color: #FF4A1C; }

/* ---- header responsivo + menu mobile ---- */
.l-burger { display: none; background: none; border: 1px solid #ECECEF; border-radius: 12px; width: 42px; height: 42px; align-items: center; justify-content: center; color: #16151A; cursor: pointer; }
.l-mobilenav { display: none; }
.l-stickycta { display: none; }

@media (max-width: 900px) {
    .l-header__links, .l-header .l-header__cta { display: none; }
    .l-burger { display: inline-flex; }
    .l-mobilenav { display: flex; flex-direction: column; gap: 4px; position: absolute; top: calc(100% - 8px); left: 16px; right: 16px; background: #fff; border: 1px solid #ECECEF; border-radius: 20px; padding: 14px; box-shadow: 0 24px 48px -18px rgba(16,20,24,.25); z-index: 50; }
    .l-mobilenav__link { text-decoration: none; color: #16151A; font-weight: 700; font-size: 15.5px; padding: 12px 14px; border-radius: 12px; }
    .l-mobilenav__link:hover { background: #F6F5F2; }
    .l-mobilenav__cta { text-decoration: none; text-align: center; background: #FF4A1C; color: #fff; font-weight: 700; font-size: 15px; padding: 13px 14px; border-radius: 999px; margin-top: 6px; }

    .l-stickycta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-top: 1px solid #ECECEF; }
    .l-stickycta__text { flex: 1; font-size: 14.5px; font-weight: 600; color: #48454F; }
    .l-stickycta__btn { text-decoration: none; background: #FF4A1C; color: #fff; font-size: 14px; font-weight: 700; padding: 11px 20px; border-radius: 999px; white-space: nowrap; }
    .l-page { padding-bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
    .l-tcard, .l-demos .l-phone { transition: none; }
    .l-tcard:hover, .l-demos .l-phone:hover { transform: none; }
}

/* ---- fotos nos demos DJ e ateliê ---- */
.demo-dj__badge { overflow: hidden; }
.demo-dj__badge img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.15); }
.demo-atelie__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.demo-atelie__hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,23,18,0) 40%, rgba(26,23,18,.62)); }
.demo-atelie__herotext { z-index: 2; }

/* ---- links de exemplo nos cartões de equipe ---- */
.l-teams__cardlinks { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.l-teams__cardlink { display: flex; align-items: center; gap: 7px; border: 1px solid #EEEDE8; background: #FAFAF8; border-radius: 9px; padding: 7px 9px; font-size: 11.5px; font-weight: 600; color: #3d3a44; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.l-teams__carddot { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; }

/* ── entrada do hero (sequência orquestrada) ─────────── */
@media (prefers-reduced-motion: no-preference) {
    .vz-js .l-badge, .vz-js .l-hero__title, .vz-js .l-hero__sub, .vz-js .l-hero__form, .vz-js .l-hero__note { animation: vz-rise .7s cubic-bezier(.2,.7,.2,1) both; }
    .vz-js .l-hero__title { animation-delay: .08s; }
    .vz-js .l-hero__sub { animation-delay: .18s; }
    .vz-js .l-hero__form { animation-delay: .28s; }
    .vz-js .l-hero__note { animation-delay: .4s; }
}
@keyframes vz-rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
}

/* ── scroll reveal ───────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
    .vz-js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
    .vz-js [data-reveal].is-in { opacity: 1; transform: none; }

    /* escalonamento dos filhos nas grades */
    .vz-js [data-reveal] :is(.l-step, .l-tcard, .l-feature, .l-teams__card) { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .6s cubic-bezier(.2,.7,.2,1); }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card) { opacity: 1; transform: none; }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card):nth-child(2) { transition-delay: .1s; }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card):nth-child(3) { transition-delay: .2s; }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card):nth-child(4) { transition-delay: .3s; }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card):nth-child(5) { transition-delay: .4s; }
    .vz-js [data-reveal].is-in :is(.l-step, .l-tcard, .l-feature, .l-teams__card):nth-child(6) { transition-delay: .5s; }
}

/* ── tilt: a transição some durante o mousemove (JS aplica transform direto) ── */
.l-demos .l-phone { will-change: transform; }

/* ── hero form empilhado no mobile ───────────────────── */
@media (max-width: 520px) {
    .l-hero__form { flex-direction: column; align-items: stretch; gap: 8px; border-radius: 22px; padding: 12px; }
    .l-hero__prefix { padding-left: 6px; }
    .l-hero__submit { width: 100%; padding: 13px; }
    .l-demos__group { gap: 14px; }
    .l-demos__group .l-phone { width: 190px; }
    .l-demos__group .l-phone .l-phone__screen { height: 384px; }
}
