/*!
 * Uebsites Frontend
 * https://klassificado.com.br
 * Última modificação: 2026-05-15 08:05 UTC-03:00
 */

/* ========== Reset escopado ========== */
.ueb-app, .ueb-app *, .ueb-app *::before, .ueb-app *::after { box-sizing: border-box; }
.ueb-app { color: var(--ueb-c-text); font-family: var(--ueb-font-text); -webkit-font-smoothing: antialiased; line-height: 1.6; position: relative; isolation: isolate; }
body.ueb-body, body.ueb-standalone { background: var(--ueb-c-bg); margin: 0; }
body.ueb-standalone { min-height: 100vh; }
.ueb-app img, .ueb-app video { max-width: 100%; height: auto; display: block; }
.ueb-app .ueb-main { display: block; }
body.ueb-standalone.admin-bar .ueb-app .ueb-header { top: 32px; }
@media (max-width: 782px) { body.ueb-standalone.admin-bar .ueb-app .ueb-header { top: 46px; } }
.ueb-app a { color: inherit; text-decoration: none; }
.ueb-app button { font: inherit; }
.ueb-app h1, .ueb-app h2, .ueb-app h3, .ueb-app h4 { font-family: var(--ueb-font-title); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; color: var(--ueb-c-text); margin: 0; }
.ueb-app p { margin: 0; }
.ueb-app ul, .ueb-app ol { margin: 0; padding: 0; list-style: none; }
.ueb-app ::selection { background: var(--ueb-c-primary); color: #fff; }

/* ========== Layout base ========== */
.ueb-container { width: min(1200px, 92%); margin-inline: auto; }
.ueb-section { position: relative; padding: clamp(64px, 9vw, 120px) 0; }
.ueb-section__head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.ueb-section__head h2 { font-size: clamp(28px, 4vw, 46px); margin-bottom: 16px; }
.ueb-section__head p { color: var(--ueb-c-muted); font-size: clamp(15px, 1.4vw, 17px); }
.ueb-eyebrow { display: inline-block; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); color: var(--ueb-c-muted); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 18px; }
.ueb-grad { background: var(--ueb-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ========== Background animado ========== */
.ueb-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.ueb-bg__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(ellipse at top, rgba(0,0,0,0.65), transparent 70%); }
.ueb-bg__orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.35; will-change: transform; animation: uebFloat 18s ease-in-out infinite; }
.ueb-bg__orb--a { width: 480px; height: 480px; background: var(--ueb-c-primary); top: -120px; left: -100px; }
.ueb-bg__orb--b { width: 380px; height: 380px; background: var(--ueb-c-secondary); top: 30%; right: -120px; animation-delay: -6s; }
.ueb-bg__orb--c { width: 420px; height: 420px; background: var(--ueb-c-accent); bottom: -120px; left: 30%; animation-delay: -12s; }
.ueb-bg__noise { position: absolute; inset: 0; opacity: 0.04; mix-blend-mode: overlay; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"); }
@keyframes uebFloat { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px, -30px) scale(1.05); } }

/* ========== Header ========== */
.ueb-app .ueb-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 14px 0; background: rgba(6, 7, 13, 0.55); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); transition: background .3s ease, backdrop-filter .3s ease, padding .3s ease, border-color .3s ease, box-shadow .3s ease; border-bottom: 1px solid rgba(255,255,255,0.04); }
.ueb-app .ueb-header.is-scrolled { background: rgba(13, 16, 32, 0.85); backdrop-filter: blur(var(--ueb-glass-blur)) saturate(1.4); -webkit-backdrop-filter: blur(var(--ueb-glass-blur)) saturate(1.4); border-bottom-color: rgba(255,255,255,0.10); padding: 8px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.ueb-app .ueb-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: nowrap; }
.ueb-app .ueb-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--ueb-font-title); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.ueb-app .ueb-logo img { max-height: 36px; }
.ueb-app .ueb-logo__mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.ueb-app .ueb-logo__mark svg { width: 22px; height: 22px; }
.ueb-app .ueb-nav { display: flex; flex-direction: row; align-items: center; gap: 6px; flex-wrap: nowrap; margin: 0; padding: 0; list-style: none; }
.ueb-app .ueb-nav a { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 10px; color: var(--ueb-c-muted); font-size: 14px; font-weight: 500; transition: color .2s ease, background .2s ease; white-space: nowrap; }
.ueb-app .ueb-nav a:hover { color: var(--ueb-c-text); background: rgba(255,255,255,0.05); }
.ueb-app .ueb-header__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ueb-app .ueb-burger { display: none; width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); color: var(--ueb-c-text); cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; }
.ueb-app .ueb-burger span { display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: .25s ease; }
.ueb-mobile { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; z-index: 2147483000; display: none; }
.ueb-mobile.is-open { display: block; }
.ueb-app .ueb-mobile__bg { position: absolute; inset: 0; background: #06070d; background-image: radial-gradient(1200px 600px at 100% -10%, rgba(124,92,255,0.22), transparent 60%), radial-gradient(900px 500px at -10% 110%, rgba(34,211,238,0.18), transparent 60%), linear-gradient(180deg, #06070d 0%, #0a0d1a 100%); }
.ueb-app .ueb-mobile__bg::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 75%); -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 75%); opacity: .6; }
.ueb-app .ueb-mobile__inner { position: relative; z-index: 1; height: 100%; max-height: 100dvh; display: flex; flex-direction: column; padding: 18px 22px calc(22px + env(safe-area-inset-bottom)) 22px; box-sizing: border-box; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.ueb-app .ueb-mobile__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.ueb-app .ueb-mobile__brand { font-family: var(--ueb-font-title); font-weight: 700; font-size: 18px; color: var(--ueb-c-text); letter-spacing: -0.01em; }
.ueb-app .ueb-mobile__close { width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--ueb-c-text); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.ueb-app .ueb-mobile__close:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.ueb-app .ueb-mobile__close:active { transform: scale(.96); }
.ueb-app .ueb-mobile__nav { display: flex; flex-direction: column; gap: 4px; padding: 22px 0; flex: 1 1 auto; }
.ueb-app .ueb-mobile__nav a { display: flex; align-items: baseline; gap: 14px; padding: 16px 8px; border-bottom: 1px solid rgba(255,255,255,0.06); font-family: var(--ueb-font-title); font-weight: 600; font-size: 26px; line-height: 1.1; color: var(--ueb-c-text); letter-spacing: -0.02em; transition: color .2s ease, padding-left .2s ease; }
.ueb-app .ueb-mobile__nav a:hover, .ueb-app .ueb-mobile__nav a:active { color: transparent; background: var(--ueb-grad); -webkit-background-clip: text; background-clip: text; padding-left: 14px; }
.ueb-app .ueb-mobile__num { font-family: var(--ueb-font-text); font-size: 12px; font-weight: 500; color: var(--ueb-c-muted); letter-spacing: .12em; text-transform: uppercase; min-width: 28px; }
.ueb-app .ueb-mobile__footer { display: flex; flex-direction: column; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); }
.ueb-app .ueb-mobile__cta { width: 100%; justify-content: center; padding: 16px 22px; font-size: 15px; }
.ueb-app .ueb-mobile__wa { display: inline-flex; align-items: center; justify-content: center; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.03); font-size: 14px; font-weight: 500; color: var(--ueb-c-text); }
body.ueb-mobile-open { overflow: hidden; touch-action: none; }
@media (max-width: 900px) { .ueb-app .ueb-nav { display: none; } .ueb-app .ueb-burger { display: inline-flex; } .ueb-app .ueb-header__actions .ueb-btn { display: none; } }
@media (min-width: 901px) { .ueb-app .ueb-mobile { display: none; } }
@media (max-height: 640px) { .ueb-app .ueb-mobile__nav a { font-size: 22px; padding: 12px 8px; } }

/* ========== Botões ========== */
.ueb-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; line-height: 1; cursor: pointer; border: 0; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; position: relative; overflow: hidden; isolation: isolate; }
.ueb-btn--lg { padding: 16px 28px; font-size: 15px; }
.ueb-btn--primary { background: var(--ueb-grad); background-size: 200% 200%; color: #fff; box-shadow: 0 12px 30px rgba(124,92,255,0.35); animation: uebGradMove 6s ease infinite; }
.ueb-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px rgba(124,92,255,0.45); }
.ueb-btn--ghost { background: rgba(255,255,255,0.05); color: var(--ueb-c-text); border: 1px solid rgba(255,255,255,0.10); }
.ueb-btn--ghost:hover { background: rgba(255,255,255,0.10); transform: translateY(-1px); }
.ueb-btn .ueb-icon { transition: transform .25s ease; }
.ueb-btn:hover .ueb-icon { transform: translateX(3px); }
@keyframes uebGradMove { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* Ícones */
.ueb-icon { width: 22px; height: 22px; display: inline-block; flex-shrink: 0; }
.ueb-icon--sm { width: 18px; height: 18px; }
.ueb-icon--xs { width: 14px; height: 14px; }

/* Badge */
.ueb-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10); font-size: 13px; color: var(--ueb-c-muted); }
.ueb-badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ueb-c-secondary); box-shadow: 0 0 0 4px rgba(34,211,238,0.20); animation: uebPulse 2s ease-in-out infinite; }
@keyframes uebPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(34,211,238,0.20); } 50% { box-shadow: 0 0 0 10px rgba(34,211,238,0); } }

/* ========== Hero ========== */
.ueb-hero { padding-top: clamp(120px, 16vw, 180px); }
.ueb-hero__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.ueb-hero__title { font-size: clamp(34px, 5.4vw, 68px); margin-bottom: 20px; }
.ueb-hero__sub { font-size: clamp(15px, 1.4vw, 18px); color: var(--ueb-c-muted); max-width: 560px; margin-bottom: 28px; }
.ueb-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.ueb-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width: 540px; }
.ueb-metrics li { padding: 16px 18px; border-radius: 14px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); }
.ueb-metrics strong { display: block; font-family: var(--ueb-font-title); font-size: 24px; background: var(--ueb-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 4px; }
.ueb-metrics span { font-size: 12px; color: var(--ueb-c-muted); }

/* Mockup */
.ueb-hero__visual { position: relative; }
.ueb-mockup { position: relative; border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.10); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.40); transform: perspective(1200px) rotateY(-6deg) rotateX(4deg); }
.ueb-mockup__bar { display: flex; gap: 6px; padding: 12px 14px; background: rgba(0,0,0,0.30); border-bottom: 1px solid rgba(255,255,255,0.05); }
.ueb-mockup__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.ueb-mockup__bar span:nth-child(1) { background: #ff5f57; }
.ueb-mockup__bar span:nth-child(2) { background: #febc2e; }
.ueb-mockup__bar span:nth-child(3) { background: #28c840; }
.ueb-mockup__body { padding: 20px; min-height: 320px; background: linear-gradient(180deg, rgba(124,92,255,0.08), transparent 60%); }
.ueb-mockup__synth { display: flex; flex-direction: column; gap: 14px; }
.ueb-mockup__row { display: grid; grid-template-columns: 60% 1fr 1fr; gap: 10px; }
.ueb-mockup__row span { height: 14px; border-radius: 6px; background: rgba(255,255,255,0.08); }
.ueb-mockup__chart { height: 160px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); padding: 8px; }
.ueb-mockup__chart svg { width: 100%; height: 100%; }
.ueb-mockup__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ueb-mockup__cards div { height: 50px; border-radius: 10px; background: linear-gradient(135deg, rgba(124,92,255,0.20), rgba(34,211,238,0.10)); border: 1px solid rgba(255,255,255,0.06); }
.ueb-mockup__glow { position: absolute; inset: -40px; background: radial-gradient(closest-side, rgba(124,92,255,0.40), transparent 70%); filter: blur(40px); z-index: -1; }
@media (max-width: 900px) { .ueb-hero__inner { grid-template-columns: 1fr; } .ueb-mockup { transform: none; } .ueb-metrics { grid-template-columns: 1fr 1fr; } }

/* Particles */
.ueb-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.ueb-particles span { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--ueb-c-secondary); opacity: 0.45; left: calc((var(--i) * 4.1%) + 2%); top: calc((var(--i) * 3.7%) + 2%); animation: uebPart 12s linear infinite; animation-delay: calc(var(--i) * -0.4s); box-shadow: 0 0 8px var(--ueb-c-secondary); }
.ueb-particles span:nth-child(odd) { background: var(--ueb-c-accent); box-shadow: 0 0 8px var(--ueb-c-accent); }
.ueb-particles span:nth-child(3n) { background: var(--ueb-c-primary); box-shadow: 0 0 8px var(--ueb-c-primary); }
@keyframes uebPart { 0% { transform: translate(0,0); opacity: 0; } 10% { opacity: .8; } 90% { opacity: .8; } 100% { transform: translate(80px,-120px); opacity: 0; } }

/* ========== Serviços ========== */
.ueb-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
@media (max-width: 1000px) { .ueb-cards { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px)  { .ueb-cards { grid-template-columns: 1fr; } }
.ueb-card-srv { position: relative; padding: 26px; border-radius: 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); display: block; overflow: hidden; transition: transform .35s cubic-bezier(.2,.9,.3,1.05), border-color .25s ease; isolation: isolate; }
.ueb-card-srv:hover { transform: translateY(-6px); border-color: rgba(124,92,255,0.45); }
.ueb-card-srv__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, rgba(124,92,255,0.18), rgba(34,211,238,0.12)); border: 1px solid rgba(255,255,255,0.10); margin-bottom: 18px; color: var(--ueb-c-secondary); transition: transform .3s ease; }
.ueb-card-srv:hover .ueb-card-srv__icon { transform: scale(1.08) rotate(-2deg); }
.ueb-card-srv h3 { font-size: 18px; margin-bottom: 8px; }
.ueb-card-srv p { color: var(--ueb-c-muted); font-size: 14px; margin-bottom: 18px; }
.ueb-card-srv__more { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ueb-c-secondary); transition: gap .25s ease; }
.ueb-card-srv:hover .ueb-card-srv__more { gap: 10px; }
.ueb-card-srv__glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(closest-side, rgba(124,92,255,0.30), transparent 70%); pointer-events: none; opacity: 0; transition: opacity .3s ease; top: var(--y, 50%); left: var(--x, 50%); transform: translate(-50%, -50%); z-index: -1; }
.ueb-card-srv:hover .ueb-card-srv__glow { opacity: 1; }

/* ========== Tecnologias ========== */
.ueb-tech__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-bottom: 28px; }
@media (max-width: 900px) { .ueb-tech__grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 480px) { .ueb-tech__grid { grid-template-columns: repeat(2,1fr); } }
.ueb-tech__item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px 12px; border-radius: 14px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); font-size: 13px; color: var(--ueb-c-muted); transition: transform .25s ease, border-color .25s ease, color .25s ease; }
.ueb-tech__item:hover { transform: translateY(-4px); border-color: rgba(34,211,238,0.45); color: var(--ueb-c-text); }
.ueb-tech__icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ueb-c-secondary); }

.ueb-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.ueb-marquee__track { display: flex; gap: 28px; padding: 18px 0; animation: uebMarquee 30s linear infinite; width: max-content; }
.ueb-marquee__item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); font-size: 13px; color: var(--ueb-c-muted); white-space: nowrap; }
.ueb-marquee__item .ueb-icon { width: 18px; height: 18px; color: var(--ueb-c-secondary); }
@keyframes uebMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ========== Diferenciais ========== */
.ueb-dif__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
@media (max-width: 1000px) { .ueb-dif__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px)  { .ueb-dif__grid { grid-template-columns: 1fr; } }
.ueb-dif__item { padding: 24px; border-radius: 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); transition: transform .25s ease, border-color .25s ease; }
.ueb-dif__item:hover { transform: translateY(-4px); border-color: rgba(244,114,182,0.40); }
.ueb-dif__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, rgba(244,114,182,0.18), rgba(124,92,255,0.10)); margin-bottom: 14px; color: var(--ueb-c-accent); }
.ueb-dif__item h3 { font-size: 17px; margin-bottom: 6px; }
.ueb-dif__item p { font-size: 14px; color: var(--ueb-c-muted); }

/* ========== Projetos ========== */
.ueb-projetos__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
@media (max-width: 1000px) { .ueb-projetos__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px)  { .ueb-projetos__grid { grid-template-columns: 1fr; } }
.ueb-proj { display: block; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); transition: transform .35s ease, border-color .25s ease, box-shadow .25s ease; }
.ueb-proj:hover { transform: translateY(-6px); border-color: rgba(124,92,255,0.40); box-shadow: 0 30px 60px rgba(0,0,0,0.30); }
.ueb-proj__media { aspect-ratio: 16 / 10; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(124,92,255,0.20), rgba(34,211,238,0.10)); }
.ueb-proj__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.ueb-proj:hover .ueb-proj__media img { transform: scale(1.06); }
.ueb-proj__placeholder { position: absolute; inset: 0; display: grid; place-items: center; }
.ueb-proj__placeholder span { font-family: var(--ueb-font-title); font-size: 64px; font-weight: 700; background: var(--ueb-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ueb-proj__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55) 100%); }
.ueb-proj__body { padding: 22px; }
.ueb-proj__cat { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(124,92,255,0.16); color: #c7bdff; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 10px; }
.ueb-proj h3 { font-size: 18px; margin-bottom: 6px; }
.ueb-proj p { color: var(--ueb-c-muted); font-size: 14px; margin-bottom: 14px; }
.ueb-proj__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ueb-proj__tags li { padding: 4px 10px; border-radius: 6px; font-size: 11px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: var(--ueb-c-muted); }

/* ========== Processo (timeline) ========== */
.ueb-timeline { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; counter-reset: u; }
@media (max-width: 1000px) { .ueb-timeline { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px)  { .ueb-timeline { grid-template-columns: 1fr; } }
.ueb-timeline__item { position: relative; padding: 26px; border-radius: 16px; background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.08); }
.ueb-timeline__num { font-family: var(--ueb-font-title); font-size: 36px; line-height: 1; background: var(--ueb-grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 12px; font-weight: 700; }
.ueb-timeline__body h3 { font-size: 17px; margin-bottom: 6px; }
.ueb-timeline__body p { color: var(--ueb-c-muted); font-size: 14px; }

/* ========== FAQ ========== */
.ueb-faq__list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.ueb-faq__item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; transition: border-color .25s ease, background .25s ease; }
.ueb-faq__item[open] { border-color: rgba(124,92,255,0.35); background: rgba(124,92,255,0.05); }
.ueb-faq__item summary { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; }
.ueb-faq__item summary::-webkit-details-marker { display: none; }
.ueb-faq__icon { position: relative; width: 22px; height: 22px; display: grid; place-items: center; }
.ueb-faq__icon .ueb-icon { position: absolute; transition: opacity .2s ease, transform .2s ease; }
.ueb-faq__item .ueb-faq__minus { opacity: 0; transform: rotate(-90deg); }
.ueb-faq__item[open] .ueb-faq__plus  { opacity: 0; transform: rotate(90deg); }
.ueb-faq__item[open] .ueb-faq__minus { opacity: 1; transform: rotate(0); }
.ueb-faq__answer { padding: 0 22px 20px; color: var(--ueb-c-muted); font-size: 14px; }

/* ========== CTA ========== */
.ueb-cta__card { position: relative; padding: clamp(40px, 6vw, 70px) clamp(24px, 5vw, 60px); border-radius: 26px; text-align: center; background: linear-gradient(135deg, rgba(124,92,255,0.20), rgba(34,211,238,0.12) 50%, rgba(244,114,182,0.18)); border: 1px solid rgba(255,255,255,0.10); overflow: hidden; isolation: isolate; }
.ueb-cta__card h2 { font-size: clamp(26px, 3.6vw, 42px); margin-bottom: 14px; }
.ueb-cta__card p { color: var(--ueb-c-muted); max-width: 640px; margin: 0 auto 26px; font-size: clamp(14px, 1.3vw, 17px); }
.ueb-cta__bg { position: absolute; inset: -60px; background: conic-gradient(from 0deg, var(--ueb-c-primary), var(--ueb-c-secondary), var(--ueb-c-accent), var(--ueb-c-primary)); opacity: 0.18; filter: blur(80px); z-index: -1; animation: uebSpin 18s linear infinite; }
@keyframes uebSpin { to { transform: rotate(360deg); } }

/* ========== Contato ========== */
.ueb-contato__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 6vw, 64px); align-items: start; }
@media (max-width: 900px) { .ueb-contato__inner { grid-template-columns: 1fr; } }
.ueb-contato__intro h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 14px; }
.ueb-contato__intro p { color: var(--ueb-c-muted); margin-bottom: 24px; font-size: 15px; }
.ueb-contato__channels { display: flex; flex-direction: column; gap: 10px; }
.ueb-contato__channels li { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); font-size: 14px; }
.ueb-contato__channels .ueb-icon { color: var(--ueb-c-secondary); }
.ueb-contato__channels a { color: var(--ueb-c-text); }

.ueb-form-contato { padding: clamp(22px, 3vw, 32px); border-radius: 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 14px; backdrop-filter: blur(var(--ueb-glass-blur)); }
.ueb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .ueb-form-row { grid-template-columns: 1fr; } }
.ueb-input { display: flex; flex-direction: column; gap: 6px; }
.ueb-input span { font-size: 12px; color: var(--ueb-c-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.ueb-input input, .ueb-input textarea { background: rgba(0,0,0,0.30); color: var(--ueb-c-text); border: 1px solid rgba(255,255,255,0.10); border-radius: 12px; padding: 14px 16px; font-size: 15px; font-family: inherit; transition: border-color .2s ease, box-shadow .2s ease; outline: 0; }
.ueb-input input:focus, .ueb-input textarea:focus { border-color: var(--ueb-c-primary); box-shadow: 0 0 0 4px rgba(124,92,255,0.18); }
.ueb-honey { position: absolute; left: -9999px; opacity: 0; }
.ueb-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.ueb-form-footer small { color: var(--ueb-c-muted); font-size: 12px; }
.ueb-form-msg { display: none; padding: 12px 14px; border-radius: 12px; font-size: 14px; }
.ueb-form-msg.is-ok  { display: block; background: rgba(34,211,238,0.10); color: #67e8f9; border: 1px solid rgba(34,211,238,0.30); }
.ueb-form-msg.is-err { display: block; background: rgba(244,63,94,0.10); color: #fda4af; border: 1px solid rgba(244,63,94,0.30); }
.ueb-btn[disabled] { opacity: 0.6; cursor: progress; transform: none !important; }

/* ========== Footer ========== */
.ueb-footer { padding: 80px 0 30px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.06); background: linear-gradient(180deg, transparent, rgba(124,92,255,0.06)); }
.ueb-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 50px; }
@media (max-width: 900px) { .ueb-footer__grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .ueb-footer__grid { grid-template-columns: 1fr; } }
.ueb-footer h4 { font-size: 14px; margin-bottom: 16px; color: var(--ueb-c-text); text-transform: uppercase; letter-spacing: 0.08em; }
.ueb-footer p { color: var(--ueb-c-muted); font-size: 14px; margin-bottom: 18px; }
.ueb-footer ul { display: flex; flex-direction: column; gap: 8px; }
.ueb-footer ul a { color: var(--ueb-c-muted); font-size: 14px; transition: color .2s ease; }
.ueb-footer ul a:hover { color: var(--ueb-c-text); }
.ueb-footer__contact li { display: flex; align-items: center; gap: 10px; }
.ueb-footer__contact .ueb-icon { color: var(--ueb-c-secondary); width: 18px; height: 18px; }
.ueb-social { flex-direction: row !important; gap: 10px; }
.ueb-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); display: grid; place-items: center; color: var(--ueb-c-muted); transition: color .2s ease, transform .25s ease, background .2s ease; }
.ueb-social a:hover { color: var(--ueb-c-text); background: rgba(255,255,255,0.10); transform: translateY(-2px); }
.ueb-footer__cta { padding: 22px; border-radius: 16px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.ueb-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; }
.ueb-footer__bottom p { font-size: 12px; color: var(--ueb-c-muted); margin: 0; }

/* ========== WhatsApp flutuante ========== */
.ueb-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: #22c55e; color: #fff; display: grid; place-items: center; box-shadow: 0 16px 40px rgba(34,197,94,0.40); transition: transform .25s ease; }
.ueb-whatsapp:hover { transform: scale(1.05); }
.ueb-whatsapp .ueb-icon { color: #fff; width: 28px; height: 28px; }
.ueb-whatsapp__pulse { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(34,197,94,0.60); animation: uebWa 2s infinite; }
@keyframes uebWa { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.55); } 80% { box-shadow: 0 0 0 22px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }

/* ========== Cursor + indicador de scroll ========== */
.ueb-cursor { position: fixed; top: 0; left: 0; width: 22px; height: 22px; border-radius: 50%; pointer-events: none; z-index: 9998; mix-blend-mode: difference; transform: translate(-50%, -50%); transition: transform .12s ease, width .2s ease, height .2s ease; display: none; }
.ueb-cursor span { display: block; width: 100%; height: 100%; border-radius: 50%; border: 1.5px solid #fff; }
.ueb-app[data-cursor="1"] .ueb-cursor { display: block; }
.ueb-app[data-cursor="1"].is-hover .ueb-cursor { width: 50px; height: 50px; }
.ueb-scrollbar { position: fixed; left: 0; right: 0; top: 0; height: 3px; background: rgba(255,255,255,0.04); z-index: 9997; }
.ueb-scrollbar span { display: block; height: 100%; width: 0; background: var(--ueb-grad); transform-origin: left; transition: width .1s linear; }

/* ========== Animações de scroll ========== */
.ueb-app[data-anim="1"] [data-anim-item] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.9,.3,1.05); }
.ueb-app[data-anim="1"] [data-anim-item].is-in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .ueb-bg__orb, .ueb-particles span, .ueb-marquee__track, .ueb-cta__bg, .ueb-whatsapp__pulse, .ueb-btn--primary { animation: none !important; }
    .ueb-app [data-anim-item] { opacity: 1 !important; transform: none !important; transition: none !important; }
}
