:root{--bg: #0b0b14;--bg-elev: #11111c;--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #f5f5f7;--text-dim: rgba(245, 245, 247, .68);--text-faint: rgba(245, 245, 247, .42);--accent-purple: #8b5cf6;--accent-blue: #3b82f6;--accent-cyan: #06b6d4;--gradient-aurora: linear-gradient(135deg, #8b5cf6 0%, #3b82f6 50%, #06b6d4 100%);--gradient-aurora-soft: linear-gradient(135deg, rgba(139,92,246,.18) 0%, rgba(59,130,246,.18) 50%, rgba(6,182,212,.18) 100%);--shadow-glow: 0 20px 60px -20px rgba(139, 92, 246, .45);--radius-sm: 10px;--radius: 16px;--radius-lg: 24px;--content-max: 1320px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}body{background-image:radial-gradient(ellipse 80% 50% at 20% 0%,rgba(139,92,246,.12),transparent 60%),radial-gradient(ellipse 60% 50% at 80% 100%,rgba(6,182,212,.1),transparent 60%);background-attachment:fixed;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:transparent;color:inherit}h1,h2,h3,h4{font-family:Sora,Inter,system-ui,sans-serif;font-weight:800;letter-spacing:-.02em;line-height:1.08;margin:0}p{margin:0}img{display:block;max-width:100%}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 24px}.section{padding:96px 0;position:relative}.section-tight{padding:64px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);padding:8px 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent-cyan);box-shadow:0 0 12px var(--accent-cyan);animation:eyebrow-dot-pulse 2.6s ease-in-out infinite}@keyframes eyebrow-dot-pulse{0%,to{opacity:.55;box-shadow:0 0 6px #06b6d499}50%{opacity:1;box-shadow:0 0 14px #06b6d4}}.gradient-text{background:var(--gradient-aurora);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.title-xl{font-size:clamp(40px,6vw,84px);font-weight:900}.title-lg{font-size:clamp(32px,4.4vw,56px)}.title-md{font-size:clamp(24px,2.8vw,36px)}.lead{font-size:clamp(16px,1.4vw,19px);color:var(--text-dim);max-width:620px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;font-weight:600;font-size:15px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;white-space:nowrap;position:relative}.btn-primary{background:linear-gradient(135deg,#fbbf24,#ff8c32 45%,#f97316);color:#fff;box-shadow:0 0 0 1px #ff8c3259,0 10px 26px -10px #ff8c328c}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 0 1.5px #ff8c328c,0 16px 40px -10px #ff8c32b3}.btn-ghost{background:var(--surface);border:1px solid var(--border-strong);color:var(--text)}.btn-ghost:hover{background:var(--surface-strong);transform:translateY(-2px)}.btn-hero{padding:18px 32px;font-size:16px;letter-spacing:.01em}.btn-hero.btn-primary{background:linear-gradient(135deg,#fbbf24,#ff8c32 45%,#f97316);box-shadow:0 0 0 1px #ff8c3273,0 10px 30px -10px #ff8c3299,0 22px 60px -18px #f773168c;animation:btn-pulse 3s ease-in-out infinite}.btn-hero.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 0 0 1.5px #ff8c32a6,0 18px 40px -8px #ff8c32b3,0 30px 80px -20px #f77316a6;animation-play-state:paused}.btn-hero .btn-arrow{display:inline-block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.btn-hero:hover .btn-arrow{transform:translate(4px)}.btn-hero.btn-ghost{border:1.5px solid rgba(255,140,50,.45);background:#ff8c320a;color:var(--text)}.btn-hero.btn-ghost:hover{border-color:#ff8c32d9;background:#ff8c3214;box-shadow:0 10px 30px -10px #ff8c3259;transform:translateY(-3px)}@keyframes btn-pulse{0%,to{box-shadow:0 0 0 1px #ff8c3273,0 10px 30px -10px #ff8c3299,0 22px 60px -18px #f773168c}50%{box-shadow:0 0 0 1px #ff8c3299,0 14px 40px -8px #ff8c32bf,0 26px 70px -16px #f77316a6}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,border-color .3s ease,background .3s ease;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-aurora-soft);opacity:0;transition:opacity .3s ease;pointer-events:none}.card:hover{transform:translateY(-4px);border-color:var(--border-strong)}.card:hover:before{opacity:1}.card>*{position:relative;z-index:1}.card-title{font-family:Sora,sans-serif;font-size:18px;font-weight:700;margin-bottom:10px}.card-text{color:var(--text-dim);font-size:14.5px;line-height:1.6}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 920px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.section{padding:72px 0}}@media (max-width: 600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:56px 0}.container{padding:0 18px}}@media (max-width: 880px){.hero-eyebrow,.portfolio-section{display:none!important}}@media (max-width: 720px){.marquee-circle{width:72px!important;height:72px!important}.marquee-wrap{padding:28px 0!important}}.module-icon-wrap{align-items:center;min-height:40px}.hero-marquee-mobile{display:none}@media (max-width: 720px){.hero-section{flex-direction:column!important;justify-content:space-between!important;align-items:stretch!important;min-height:92vh!important;padding-top:124px!important;padding-bottom:64px!important}.hero-flip-line{display:block;white-space:nowrap}.hero-marquee-mobile{display:block;position:static!important;bottom:auto!important;left:auto!important;right:auto!important;margin-top:56px;z-index:2}.marquee-section-desktop{display:none!important}.module-icon-wrap{min-height:68px;align-items:center;margin-bottom:-6px!important}.module-icon-wrap>svg{width:38px!important;height:38px!important}.module-icon-wrap>svg.icon-wa{width:38px!important;height:38px!important}.card-svg-title{font-size:17px!important;letter-spacing:.18em!important;transform:translateY(-10px)}.card-svg-sub{font-size:13px!important;transform:translateY(-10px)}.loop-row{display:inline-grid!important;grid-template-columns:auto auto;grid-template-rows:auto auto;column-gap:14px;row-gap:0;align-items:center;white-space:normal!important;line-height:1.18!important;margin-top:10px!important}.loop-plus{grid-column:1!important;grid-row:1 / span 2!important;align-self:center!important;margin:0!important;font-size:clamp(36px,7vw,52px)!important}.loop-marketing{grid-column:2!important;grid-row:1!important;text-align:left!important}.loop-op{display:block!important;grid-column:2!important;grid-row:2!important;text-align:left!important}.module-card:hover{transform:none!important;border-color:#ffffff1a!important}.module-card:hover:before{opacity:0!important}}.modules-dots{display:none}@media (max-width: 720px){.modules-grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;gap:14px;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.modules-grid::-webkit-scrollbar{display:none}.modules-grid>*{flex:0 0 86%;scroll-snap-align:center;min-width:0}.modules-dots{display:flex;justify-content:center;gap:8px;margin-top:28px}.modules-dot{width:8px;height:8px;border-radius:50%;background:#ffffff47;border:none;padding:0;cursor:pointer;transition:width .3s ease,background .3s ease,border-radius .3s ease}.modules-dot.active{width:28px;border-radius:4px;background:#fff}}.typewriter-cursor{display:inline-block;width:4px;height:.78em;background:#06b6d4;margin-left:6px;vertical-align:-.05em;border-radius:2px;animation:typewriter-blink .85s ease-in-out infinite;box-shadow:0 0 10px #06b6d48c}@keyframes typewriter-blink{0%,49%{opacity:1}50%,to{opacity:0}}.devweb-etapa{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:start}.devweb-etapa-num{font-family:Sora,sans-serif;font-size:56px;font-weight:900;line-height:1}.devweb-etapa-title{font-size:22px;margin-bottom:12px}.devweb-etapa-text{font-size:15px}.devweb-cta-card{padding:60px 40px}@media (max-width: 720px){.devweb-hero{padding-top:116px!important;padding-bottom:56px!important;min-height:auto!important}.devweb-hero .title-xl{font-size:clamp(32px,8vw,44px)!important;line-height:1.12}.devweb-hero .lead{font-size:15.5px!important;margin-top:22px!important}.devweb-hero-cta{margin-top:28px!important}.devweb-hero-cta .btn{width:100%;justify-content:center}.devweb-etapa{grid-template-columns:1fr;gap:6px;padding:22px 20px}.devweb-etapa-num{font-size:42px}.devweb-etapa-title{font-size:18px;margin-bottom:8px}.devweb-etapa-text{font-size:14.5px}.devweb-cta-card{padding:40px 22px}.devweb-cta-card .title-lg{font-size:clamp(26px,6.8vw,36px)!important}.devweb-cta-card .lead{font-size:15px!important}.devweb-cta-card .btn{width:100%;justify-content:center}}::selection{background:#8b5cf666;color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#fff3}
