:root {
  color-scheme: dark;
  --bg: #050914;
  --bg-soft: #091122;
  --card: rgba(12, 22, 43, 0.72);
  --card-solid: #0b1428;
  --text: #f7f9ff;
  --muted: #a5b1c9;
  --line: rgba(147, 170, 218, 0.16);
  --cyan: #24c7ff;
  --blue: #2878ff;
  --violet: #7b5cff;
  --pink: #ff3fca;
  --gradient: linear-gradient(110deg, var(--cyan), var(--violet) 52%, var(--pink));
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 20px; top: -80px; background: white; color: #050914; padding: 10px 16px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.page-noise { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.scrolled { background: rgba(5, 9, 20, .82); border-color: var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 54px; height: 54px; flex: 0 0 54px; object-fit: contain; }
.brand-word { font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .18em; font-size: 16px; }
.brand-word > span { color: var(--cyan); }
.brand-word > em { margin-left: -.08em; color: #7f8ca7; font-size: .68em; font-style: normal; letter-spacing: .04em; }
.desktop-nav { width: 400px; display: grid; grid-template-columns: repeat(4, minmax(76px, 1fr)); align-items: center; gap: 12px; margin-left: auto; text-align: center; }
.desktop-nav a { white-space: nowrap; color: #c1cbe0; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: white; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-socials { display: flex; align-items: center; gap: 8px; }
.social-icon-link { position: relative; width: 40px; height: 40px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(129, 157, 214, .2); border-radius: 11px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); color: #cbd5e8; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); transition: transform .2s, color .2s, border-color .2s, box-shadow .2s, background .2s; }
.social-icon-link::before { content: ""; position: absolute; inset: -1px; opacity: 0; background: radial-gradient(circle at 25% 20%, rgba(36,199,255,.2), transparent 48%), radial-gradient(circle at 80% 80%, rgba(255,63,202,.2), transparent 50%); transition: opacity .2s; }
.social-icon-link:hover { transform: translateY(-2px); border-color: rgba(112, 139, 255, .56); box-shadow: 0 10px 28px rgba(47, 76, 190, .2), inset 0 1px 0 rgba(255,255,255,.08); }
.social-icon-link:focus-visible, .mobile-social-link:focus-visible, .footer-social a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.social-icon-link:hover::before { opacity: 1; }
.social-icon-link svg, .footer-social-icon svg, .contact-icon svg { position: relative; z-index: 1; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.social-icon-link .icon-dot, .footer-social-icon .icon-dot, .contact-icon .icon-dot { fill: currentColor; stroke: none; }
.instagram-link:hover { color: #ff68da; }.whatsapp-link:hover { color: #46e3b0; }
.language-switch { display: flex; align-items: center; padding: 4px; border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 12px; }
.language-switch button { width: 34px; height: 30px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; color: #8997b3; font-size: 12px; font-weight: 700; }
.language-switch button.active { color: white; background: linear-gradient(135deg, rgba(36,199,255,.18), rgba(123,92,255,.28)); box-shadow: inset 0 0 0 1px rgba(70,156,255,.25); }
.menu-toggle { display: none; width: 45px; height: 42px; padding: 10px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.04); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; width: 100%; margin: 4px 0; background: white; border-radius: 4px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 14px; padding: 0 22px; font-weight: 700; font-size: 15px; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { position: relative; background: var(--gradient); color: white; box-shadow: 0 12px 34px rgba(89, 96, 255, .24); }
.button-primary::before { content: ""; position: absolute; inset: 1px; border-radius: 13px; background: linear-gradient(145deg, rgba(255,255,255,.16), transparent 42%); pointer-events: none; }
.button-primary:hover { box-shadow: 0 16px 46px rgba(99, 88, 255, .34); }
.button-ghost { background: rgba(255,255,255,.035); border-color: var(--line); color: #e4e9f4; }
.button-ghost:hover { border-color: rgba(64,197,255,.48); background: rgba(36,199,255,.06); }
.button-small { min-width: 108px; min-height: 40px; justify-content: center; padding-inline: 18px; border-radius: 11px; font-size: 14px; }

.hero { position: relative; min-height: 820px; padding: 156px 0 70px; overflow: hidden; background: radial-gradient(circle at 65% 35%, rgba(44, 85, 255, .11), transparent 32%), linear-gradient(180deg, #050914 0%, #060b17 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(95,132,202,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(95,132,202,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.glow-one { width: 500px; height: 500px; right: -240px; top: 80px; background: radial-gradient(circle, rgba(255,63,202,.12), transparent 68%); }
.glow-two { width: 600px; height: 600px; left: -350px; bottom: -220px; background: radial-gradient(circle, rgba(36,199,255,.11), transparent 67%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #aeb9ce; font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 28px; height: 2px; background: var(--gradient); border-radius: 3px; }
h1, h2, h3, h4 { margin: 0; font-family: Manrope, Inter, sans-serif; line-height: 1.12; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 720px; margin-top: 20px; font-size: clamp(44px, 4.25vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 span, .section-head h2 span, .process-copy h2 span, .contact-copy h2 span { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { max-width: 585px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; }
.hero-points span { display: flex; align-items: center; gap: 8px; color: #c5cee0; font-size: 13px; }
.hero-points i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.hero-points b { font-weight: 600; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; perspective: 1200px; }
.hero-visual::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 131, 255, .24), rgba(123,92,255,.08) 43%, transparent 69%); filter: blur(8px); }
.browser-card { position: relative; z-index: 2; width: min(620px, 100%); aspect-ratio: 1.22 / 1; border: 1px solid rgba(105, 159, 255, .28); border-radius: 23px; background: rgba(6, 12, 28, .84); box-shadow: var(--shadow), 0 0 80px rgba(44,104,255,.16); overflow: hidden; transform: rotateY(-7deg) rotateX(2deg); backdrop-filter: blur(18px); }
.browser-top { height: 48px; display: grid; grid-template-columns: 70px 1fr 32px; align-items: center; padding: 0 16px; background: #0b1326; border-bottom: 1px solid var(--line); }
.browser-dots { display: flex; gap: 6px; }.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3a4661; }.browser-dots i:first-child { background: #ff4fc7; }.browser-dots i:nth-child(2) { background: #7d5fff; }.browser-dots i:last-child { background: #26c7ff; }
.browser-address { justify-self: center; min-width: 180px; padding: 4px 18px; border-radius: 8px; background: rgba(255,255,255,.045); text-align: center; color: #70809d; font-size: 10px; letter-spacing: .08em; }
.browser-top > span { color: #5f6d89; }
.browser-body { height: calc(100% - 48px); padding: 24px 26px; background: radial-gradient(circle at 82% 25%, rgba(113,76,255,.18), transparent 30%), #081020; }
.mock-nav { display: flex; align-items: center; gap: 16px; }.mock-logo { width: 31px; height: 31px; flex: 0 0 31px; object-fit: contain; }.mock-nav i { width: 42px; height: 5px; border-radius: 4px; background: rgba(177,194,228,.17); }.mock-nav b { width: 60px; height: 22px; margin-left: auto; border-radius: 7px; background: var(--gradient); opacity: .8; }
.mock-hero { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 22px; padding: 50px 2px 36px; }.mock-hero small { color: var(--cyan); font-size: 9px; letter-spacing: .15em; }.mock-hero strong { display: block; margin-top: 11px; font-size: clamp(25px, 3vw, 42px); line-height: 1.04; }.mock-hero p { width: 85%; height: 7px; margin: 18px 0 0; border-radius: 6px; background: rgba(190,205,235,.16); }.mock-hero p.short { width: 62%; margin-top: 8px; }.mock-hero button { width: 74px; height: 29px; margin-top: 20px; border: 0; border-radius: 8px; background: var(--gradient); }
.mock-art { position: relative; aspect-ratio: 1; border: 1px solid rgba(92,136,255,.22); border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255,63,202,.24), transparent 34%), radial-gradient(circle at 65% 70%, rgba(36,199,255,.28), transparent 36%), #0b1429; box-shadow: inset 0 0 50px rgba(77,69,255,.16); }.mock-art span { position: absolute; inset: 19%; border: 1px solid rgba(77,211,255,.34); border-radius: 50%; }.mock-art span:nth-child(2) { inset: 32%; border-color: rgba(255,75,207,.46); }.mock-art span:nth-child(3) { inset: 43%; background: var(--gradient); border: 0; box-shadow: 0 0 28px rgba(74,137,255,.52); }
.mock-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.mock-cards i { height: 67px; border: 1px solid var(--line); border-radius: 11px; background: linear-gradient(145deg, rgba(37,66,121,.25), rgba(255,255,255,.018)); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 10px 15px; border: 1px solid rgba(93,149,255,.32); border-radius: 15px; background: rgba(8,17,35,.88); box-shadow: 0 16px 36px rgba(0,0,0,.32); backdrop-filter: blur(12px); font-size: 12px; }.float-card span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg, rgba(36,199,255,.2), rgba(123,92,255,.3)); color: var(--cyan); }.float-card b { max-width: 96px; line-height: 1.25; }.float-card-one { left: -16px; top: 80px; animation: float 4.8s ease-in-out infinite; }.float-card-two { right: -6px; bottom: 62px; animation: float 4.8s ease-in-out -2.2s infinite; }
.orbit { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(73,126,255,.18); }.orbit-one { width: 520px; height: 520px; }.orbit-two { width: 610px; height: 610px; border-color: rgba(255,64,202,.1); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
.proof-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 82px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.022); backdrop-filter: blur(12px); overflow: hidden; }.proof-bar > div { min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 1px solid var(--line); }.proof-bar > div:last-child { border-right: 0; }.proof-bar strong { color: white; font-family: Manrope; font-size: 21px; }.proof-bar span { color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { position: relative; padding: 120px 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 60px; margin-bottom: 52px; }.section-head h2, .process-copy h2, .contact-copy h2 { margin-top: 16px; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.045em; }.section-head > p { min-height: 3.2em; margin: 0 0 4px; color: var(--muted); font-size: 16px; }.section-head.centered { display: flex; max-width: 700px; margin-inline: auto; text-align: center; align-items: center; flex-direction: column; gap: 16px; }.section-head.centered .eyebrow { justify-content: center; }.section-head.centered h2 { min-height: 2.24em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.service-card { position: relative; min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(15,27,53,.78), rgba(8,15,30,.68)); overflow: hidden; transition: transform .25s, border-color .25s, background .25s; }.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -95px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(41,125,255,.18), transparent 67%); }.service-card:hover { transform: translateY(-5px); border-color: rgba(64,162,255,.35); background: linear-gradient(145deg, rgba(17,33,65,.88), rgba(9,18,36,.78)); }.service-card.featured { border-color: rgba(81,113,255,.38); box-shadow: inset 0 0 50px rgba(83,72,255,.08); }.service-card > span { position: absolute; top: 24px; right: 26px; color: #53617b; font-size: 12px; letter-spacing: .12em; }.service-icon { width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid rgba(77,151,255,.25); border-radius: 14px; background: linear-gradient(145deg, rgba(36,199,255,.12), rgba(123,92,255,.17)); color: var(--cyan); font-size: 21px; font-weight: 700; }.service-card h3 { margin-top: 35px; font-size: 20px; }.service-card p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 16px; margin-top: 58px; }.price-card { position: relative; display: flex; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(14,25,49,.86), rgba(8,15,30,.8)); }.price-card.popular { transform: translateY(-13px); border-color: rgba(49,181,255,.54); box-shadow: 0 25px 70px rgba(23,89,255,.16), inset 0 0 60px rgba(98,70,255,.07); }.popular-label { position: absolute; left: 50%; top: -14px; transform: translateX(-50%); min-width: max-content; padding: 5px 13px; border-radius: 20px; background: var(--gradient); font-size: 10px; font-weight: 800; letter-spacing: .08em; }.price-top > span { color: #bfc9dc; font-size: 12px; font-weight: 800; letter-spacing: .14em; }.price-top > div { display: flex; align-items: flex-end; gap: 8px; margin-top: 13px; }.price-top strong { font-family: Manrope; font-size: 50px; line-height: 1; letter-spacing: -.04em; }.price-top sup { top: 0; color: #c8d2e6; font-size: 13px; font-weight: 700; }.price-top p { margin: 11px 0 0; color: var(--muted); font-size: 13px; }.price-card ul { flex: 1; margin: 27px 0 30px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.price-card li { position: relative; margin: 0 0 13px; padding-left: 25px; color: #d8deeb; font-size: 14px; }.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 800; }.price-button { width: 100%; }.price-note { margin: 22px 0 0; text-align: center; color: #7f8da8; font-size: 13px; }

.process-section { overflow: hidden; background: radial-gradient(circle at 10% 45%, rgba(38,101,255,.12), transparent 32%), #070d1b; }.process-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -280px; top: 20px; border: 1px solid rgba(104,67,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(61,101,255,.025), 0 0 0 160px rgba(255,63,202,.018); }.process-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }.process-copy > p { max-width: 470px; margin: 24px 0 31px; color: var(--muted); }.timeline { position: relative; }.timeline::before { content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(var(--cyan), var(--violet), var(--pink)); opacity: .55; }.timeline article { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 20px 0; }.timeline article > span { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(52,167,255,.42); border-radius: 50%; background: #0b1730; color: #78d8ff; font-size: 12px; font-weight: 800; box-shadow: 0 0 25px rgba(42,138,255,.12); }.timeline article div { padding: 6px 0 20px; border-bottom: 1px solid var(--line); }.timeline article:last-child div { border-bottom: 0; }.timeline h3 { font-size: 19px; }.timeline p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.why-section { background: linear-gradient(180deg, #050914, #070c19); }.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.why-grid article { min-height: 195px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.018); }.why-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, rgba(37,201,255,.14), rgba(125,80,255,.2)); color: var(--cyan); font-size: 20px; }.why-grid h3 { margin-top: 27px; font-size: 18px; }.why-grid p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }

.contact-section { overflow: hidden; background: #070d1b; }.contact-glow { position: absolute; width: 720px; height: 720px; right: -260px; bottom: -350px; border-radius: 50%; background: radial-gradient(circle, rgba(122,62,255,.17), rgba(255,63,202,.05) 45%, transparent 68%); }.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }.contact-copy > p { max-width: 500px; margin: 24px 0 34px; color: var(--muted); }.contact-links { display: grid; gap: 10px; }.contact-links a { max-width: 460px; display: grid; grid-template-columns: 46px 1fr 25px; align-items: center; gap: 15px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.02); transition: border-color .2s, transform .2s; }.contact-links a:hover { transform: translateX(4px); border-color: rgba(75,171,255,.38); }.contact-links small, .contact-links b { display: block; line-height: 1.35; }.contact-links small { color: #7f8ca6; font-size: 11px; }.contact-links b { margin-top: 3px; font-size: 14px; }.contact-links a > i { color: #71809d; font-style: normal; }.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 19px; }.contact-icon.whatsapp { background: linear-gradient(145deg, rgba(36,199,255,.16), rgba(70,227,176,.14)); color: #55e5be; }.contact-icon.email { background: rgba(38,135,255,.14); color: #5fb0ff; }.contact-icon.instagram { background: linear-gradient(145deg, rgba(255,63,202,.18), rgba(111,72,255,.18)); color: #ff75db; }
.contact-form { padding: 32px; border: 1px solid rgba(91,143,255,.25); border-radius: 26px; background: linear-gradient(145deg, rgba(14,27,54,.88), rgba(7,14,29,.9)); box-shadow: var(--shadow); }.form-head { display: flex; align-items: center; gap: 13px; margin-bottom: 27px; }.form-head > span { color: var(--cyan); font-size: 12px; letter-spacing: .1em; }.form-head h3 { font-size: 22px; }.contact-form > label:not(.consent) { display: block; margin-top: 17px; }.contact-form label > span:first-child { display: block; margin-bottom: 7px; color: #c8d1e2; font-size: 13px; font-weight: 600; }.contact-form input[type="text"], .contact-form textarea { width: 100%; border: 1px solid var(--line); outline: 0; border-radius: 13px; background: rgba(3,8,18,.62); color: white; padding: 13px 15px; transition: border-color .2s, box-shadow .2s; }.contact-form input[type="text"] { min-height: 50px; }.contact-form textarea { resize: vertical; min-height: 112px; }.contact-form input:focus, .contact-form textarea:focus { border-color: rgba(41,193,255,.55); box-shadow: 0 0 0 3px rgba(36,199,255,.08); }.contact-form select.native-select { position: absolute; width: 1px; height: 1px; min-height: 0; margin: 0; padding: 0; opacity: 0; pointer-events: none; }.custom-select { position: relative; width: 100%; }.custom-select-trigger { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 16px 0 17px; border: 1px solid rgba(131,157,210,.18); border-radius: 14px; outline: 0; background: linear-gradient(145deg, rgba(3,8,18,.82), rgba(7,15,31,.74)); color: #8f9bb2; cursor: pointer; text-align: left; box-shadow: inset 0 1px 0 rgba(255,255,255,.025); transition: border-color .2s, box-shadow .2s, background .2s; }.custom-select.has-value .custom-select-trigger { color: #f7f9ff; }.custom-select-trigger svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: #8392ad; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .22s, stroke .2s; }.custom-select.open .custom-select-trigger { border-color: rgba(54,193,255,.58); background: linear-gradient(145deg, rgba(5,14,30,.98), rgba(11,20,43,.95)); box-shadow: 0 0 0 3px rgba(36,199,255,.08), 0 12px 34px rgba(0,0,0,.2); }.custom-select.open .custom-select-trigger svg { transform: rotate(180deg); stroke: var(--cyan); }.custom-select-menu { position: absolute; z-index: 40; inset: calc(100% + 8px) 0 auto; padding: 8px; border: 1px solid rgba(81,151,255,.3); border-radius: 16px; background: linear-gradient(155deg, rgba(12,23,47,.99), rgba(5,10,23,.99)); box-shadow: 0 24px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(18px); }.custom-select-menu[hidden] { display: none; }.custom-select-menu::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 10% 0%, rgba(36,199,255,.09), transparent 45%), radial-gradient(circle at 95% 100%, rgba(255,63,202,.08), transparent 48%); }.custom-select-option { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 11px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: #aebbd2; cursor: pointer; text-align: left; transition: color .16s, background .16s, border-color .16s, transform .16s; }.custom-select-option:hover, .custom-select-option:focus-visible { outline: 0; color: white; border-color: rgba(73,167,255,.2); background: linear-gradient(90deg, rgba(36,199,255,.1), rgba(123,92,255,.11), rgba(255,63,202,.07)); transform: translateX(2px); }.custom-select-option i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: rgba(36,199,255,.11); color: var(--cyan); font-size: 12px; font-style: normal; opacity: 0; transform: scale(.75); transition: opacity .16s, transform .16s; }.custom-select-option.selected { color: white; background: linear-gradient(90deg, rgba(36,199,255,.1), rgba(123,92,255,.12)); }.custom-select-option.selected i { opacity: 1; transform: scale(1); }.native-select.invalid + .custom-select .custom-select-trigger { border-color: rgba(255,79,123,.68); box-shadow: 0 0 0 3px rgba(255,79,123,.07); }.contact-form .invalid { border-color: rgba(255,79,123,.68) !important; }.field-error { display: none; margin-top: 5px; color: #ff7897; font-size: 11px; }.field-error.visible { display: block; }.consent { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin-top: 18px; align-items: start; }.consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: #387dff; }.consent > span { color: #8f9bb2; font-size: 12px; line-height: 1.55; }.consent button { border: 0; padding: 0; background: none; color: #67cfff; cursor: pointer; text-decoration: underline; }.consent .field-error { grid-column: 2; margin-top: -5px; }.submit-button { width: 100%; margin-top: 23px; border: 0; }.form-status { min-height: 20px; margin: 9px 0 0; text-align: center; color: #68d9ff; font-size: 12px; }

.consent { min-height: 37px; }

footer { border-top: 1px solid var(--line); background: #040711; }.footer-main { display: grid; grid-template-columns: minmax(280px, 1.25fr) auto auto; align-items: center; gap: 48px; padding: 34px 0 26px; }.footer-main > div:first-child { max-width: 360px; }.footer-main p { margin: 12px 0 0; color: #7f8ba3; font-size: 13px; }.footer-main nav, .footer-social { display: grid; grid-template-columns: repeat(2, max-content); align-content: center; gap: 10px 26px; }.footer-main nav a, .footer-social a { color: #a8b3c7; font-size: 13px; }.footer-main nav a:hover { color: white; }.footer-social a { display: inline-flex; align-items: center; gap: 9px; transition: color .2s, transform .2s; }.footer-social a:hover { transform: translateY(-2px); }.footer-social a i { color: #66738d; font-style: normal; }.footer-social-icon { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(129,157,214,.19); border-radius: 9px; background: linear-gradient(145deg, rgba(36,199,255,.08), rgba(123,92,255,.08), rgba(255,63,202,.08)); }.footer-social-icon svg { width: 16px; height: 16px; }.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #64718b; font-size: 12px; }.footer-bottom div { display: flex; gap: 20px; }.footer-bottom button { border: 0; padding: 0; background: none; color: #78859d; cursor: pointer; }.footer-bottom button:hover { color: white; }.footer-bottom > a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #aeb8ca; }

.menu-backdrop { position: fixed; inset: 0; z-index: 88; background: rgba(0,3,10,.7); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }.mobile-menu { position: fixed; z-index: 90; top: 0; right: 0; width: min(390px, 88vw); height: 100vh; height: 100dvh; padding: 20px; overflow-y: auto; background: #070d1b; border-left: 1px solid var(--line); transform: translateX(105%); transition: transform .28s ease; box-shadow: -30px 0 80px rgba(0,0,0,.45); }.mobile-menu.open { transform: translateX(0); }.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; }.menu-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.03); font-size: 26px; cursor: pointer; }.mobile-menu nav { display: grid; margin-top: 52px; }.mobile-menu nav a { display: grid; grid-template-columns: 38px 1fr; align-items: center; min-height: 61px; border-bottom: 1px solid var(--line); }.mobile-menu nav span { color: #52607a; font-size: 11px; }.mobile-menu nav b { font-family: Manrope; font-size: 20px; }.mobile-lang { width: max-content; margin-top: 30px; }.mobile-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; padding-bottom: 10px; }.mobile-social-link { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 4px; border-radius: 13px; color: #b7c3d8; background: rgba(255,255,255,.025); }.mobile-social-link .social-icon-link { flex: 0 0 40px; }.mobile-social-link:hover .social-icon-link { color: inherit; border-color: rgba(112,139,255,.46); }.mobile-social-link b { font-size: 12px; }
.legal-dialog { width: min(700px, calc(100% - 30px)); max-height: calc(100dvh - 40px); padding: 0; border: 1px solid rgba(91,143,255,.28); border-radius: 24px; background: #091122; color: white; box-shadow: var(--shadow); }.legal-dialog::backdrop { background: rgba(0,3,10,.78); backdrop-filter: blur(5px); }.legal-modal { position: relative; max-height: calc(100dvh - 42px); padding: 36px; overflow: auto; }.legal-close { position: absolute; right: 18px; top: 18px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.03); font-size: 25px; cursor: pointer; }.legal-kicker { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .18em; }.legal-modal h2 { margin-top: 13px; font-size: 30px; }.legal-modal h3 { margin-top: 25px; font-size: 17px; }.legal-modal p, .legal-modal li { color: var(--muted); font-size: 14px; }.legal-modal ul { padding-left: 20px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.desktop-contact, .header-socials { display: none; }
  .hero { padding-top: 135px; }.hero-grid { grid-template-columns: 1fr; gap: 38px; }.hero-copy { max-width: 720px; }.hero-visual { width: min(680px, 100%); min-height: 540px; margin-inline: auto; }.proof-bar { margin-top: 38px; }
  .process-grid, .contact-grid { gap: 60px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, var(--container)); }.section { padding: 86px 0; }.header-inner { min-height: 72px; }.header-actions > .language-switch { display: none; }
  .hero { min-height: auto; padding: 122px 0 64px; }.hero-grid { gap: 48px; }.hero h1 { font-size: clamp(40px, 11.5vw, 62px); }.hero-copy > p { font-size: 16px; }.hero-visual { min-height: 420px; }.browser-card { width: 94%; }.float-card-one { left: -3px; top: 44px; }.float-card-two { right: -3px; bottom: 33px; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 500px; height: 500px; }.proof-bar { grid-template-columns: repeat(2, 1fr); }.proof-bar > div:nth-child(2) { border-right: 0; }.proof-bar > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }.section-head h2, .process-copy h2, .contact-copy h2 { font-size: clamp(34px, 9.5vw, 49px); }.services-grid, .pricing-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }.pricing-grid .popular { transform: none; }.pricing-grid .price-card:last-child { grid-column: 1 / -1; }
  .process-grid, .contact-grid { grid-template-columns: 1fr; }.process-copy { max-width: 620px; }.contact-grid { gap: 52px; }.footer-main { grid-template-columns: 1fr auto; gap: 28px; padding: 32px 0 24px; }.footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--container)); }.brand-mark { width: 48px; height: 48px; flex-basis: 48px; }.brand-word { font-size: 14px; }.hero-actions .button { width: 100%; }.hero-points { gap: 12px 18px; }
  .hero-visual { min-height: 340px; margin-top: -8px; }.browser-card { aspect-ratio: 1.12 / 1; border-radius: 17px; transform: rotateY(-3deg); }.browser-top { height: 37px; grid-template-columns: 45px 1fr 20px; padding: 0 10px; }.browser-address { min-width: 120px; font-size: 8px; }.browser-body { height: calc(100% - 37px); padding: 15px; }.mock-nav { gap: 8px; }.mock-nav i { width: 26px; }.mock-hero { padding: 27px 0 20px; gap: 10px; }.mock-hero strong { font-size: 23px; }.mock-cards i { height: 48px; }.float-card { min-height: 46px; padding: 8px 10px; font-size: 9px; }.float-card span { width: 26px; height: 26px; }.float-card-one { top: 29px; }.float-card-two { bottom: 18px; }.orbit-one { width: 350px; height: 350px; }.orbit-two { width: 410px; height: 410px; }
  .hero h1 { min-height: 3.06em; }.hero-line { white-space: normal; }.proof-bar > div { min-height: 76px; padding: 13px 14px; }.proof-bar strong { font-size: 18px; }.services-grid, .pricing-grid, .why-grid { grid-template-columns: 1fr; }.service-card { min-height: 230px; }.pricing-grid .price-card:last-child { grid-column: auto; }.timeline article { gap: 15px; }.contact-form { padding: 23px 18px; }.contact-links a { max-width: none; }.footer-main { grid-template-columns: 1fr; gap: 24px; padding: 30px 0 22px; }.footer-main > div:first-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 0; }.footer-bottom div { flex-wrap: wrap; gap: 8px 16px; }.footer-bottom > a { position: absolute; right: 14px; }.legal-modal { padding: 30px 22px; }
}

@media (max-width: 560px) {
  .consent { min-height: 56px; }
}

/* Premium footer */
footer { position: relative; padding: 38px 0 26px; overflow: hidden; border-top: 1px solid rgba(112, 139, 198, .12); background: radial-gradient(circle at 18% 18%, rgba(36,199,255,.07), transparent 28%), radial-gradient(circle at 82% 80%, rgba(255,63,202,.055), transparent 30%), #030711; }
footer::before { content: ""; position: absolute; width: 360px; height: 360px; left: 50%; top: -310px; transform: translateX(-50%); border-radius: 50%; background: rgba(81,83,255,.14); filter: blur(75px); pointer-events: none; }
.footer-shell { position: relative; border: 1px solid rgba(126,153,211,.18); border-radius: 26px; background: linear-gradient(145deg, rgba(12,22,43,.88), rgba(5,10,22,.9)); box-shadow: 0 24px 70px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.035); overflow: hidden; }
.footer-main { display: grid; grid-template-columns: minmax(280px, 1.1fr) minmax(190px, .65fr) minmax(270px, .9fr); align-items: start; gap: 48px; padding: 38px 40px 34px; }
.footer-main > div:first-child { max-width: 390px; }
.footer-brand-block .brand-mark { width: 60px; height: 60px; flex-basis: 60px; }
.footer-brand-block .brand-word { font-size: 17px; }
.footer-brand-block p { max-width: 310px; margin: 15px 0 0; color: #9ba9c2; font-size: 14px; line-height: 1.65; }
.footer-column-title { display: block; margin: 5px 0 15px; color: #f2f5fc; font-family: Manrope, Inter, sans-serif; font-size: 13px; letter-spacing: .04em; }
.footer-nav-block nav { display: grid; grid-template-columns: repeat(2, minmax(78px, 1fr)); gap: 7px 18px; }
.footer-nav-block nav a { position: relative; min-height: 34px; display: flex; align-items: center; color: #9ca9c0; font-size: 13px; transition: color .2s, transform .2s; }
.footer-nav-block nav a::before { content: ""; width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; background: #42516d; transition: background .2s, box-shadow .2s; }
.footer-nav-block nav a:hover { color: white; transform: translateX(3px); }
.footer-nav-block nav a:hover::before { background: var(--cyan); box-shadow: 0 0 10px rgba(36,199,255,.7); }
.footer-social { display: grid; grid-template-columns: 1fr; gap: 9px; }
.footer-social a { min-height: 58px; display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; gap: 12px; padding: 7px 12px 7px 8px; border: 1px solid rgba(130,157,214,.17); border-radius: 15px; background: rgba(255,255,255,.025); color: #dce3f1; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.footer-social a:hover { transform: translateY(-2px); border-color: rgba(83,166,255,.36); background: rgba(47,94,183,.08); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.footer-social a.instagram-link:hover { border-color: rgba(255,83,207,.34); background: rgba(255,63,202,.055); color: #f5eafa; }
.footer-social a.whatsapp-link:hover { border-color: rgba(70,227,176,.34); background: rgba(70,227,176,.05); color: #eafbf5; }
.footer-social-icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(145deg, rgba(36,199,255,.11), rgba(123,92,255,.13), rgba(255,63,202,.1)); }
.footer-social-icon svg { width: 18px; height: 18px; }
.footer-social-copy { min-width: 0; display: grid; line-height: 1.25; }
.footer-social-copy b { color: #f1f4fb; font-size: 13px; font-weight: 700; }
.footer-social-copy small { margin-top: 3px; color: #7f8ca5; font-size: 11px; }
.footer-social a > i { justify-self: end; color: #667590; font-size: 12px; }
.footer-bottom { min-height: 0; display: grid; grid-template-columns: 1fr auto 34px; align-items: center; gap: 24px; padding: 17px 26px; border-top: 1px solid rgba(126,153,211,.14); background: rgba(1,4,12,.28); color: #6f7d96; font-size: 12px; }
.footer-bottom div { display: flex; justify-content: center; gap: 22px; }
.footer-bottom button { border: 0; padding: 0; background: none; color: #8491a8; cursor: pointer; transition: color .2s; }
.footer-bottom button:hover { color: white; }
.footer-bottom > a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(126,153,211,.2); border-radius: 11px; color: #c0cadc; background: rgba(255,255,255,.025); transition: transform .2s, color .2s, border-color .2s; }
.footer-bottom > a:hover { transform: translateY(-2px); color: white; border-color: rgba(36,199,255,.38); }

@media (max-width: 860px) {
  footer { padding: 28px 0 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px 42px; padding: 32px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-main > div:first-child { max-width: none; }
}

@media (max-width: 560px) {
  footer { padding: 20px 0 14px; }
  .footer-shell { border-radius: 21px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding: 27px 20px 24px; }
  .footer-brand-block { grid-column: auto; }
  .footer-brand-block .brand-mark { width: 54px; height: 54px; flex-basis: 54px; }
  .footer-brand-block .brand-word { font-size: 15px; }
  .footer-nav-block nav { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { position: relative; grid-template-columns: 1fr 34px; gap: 15px; padding: 17px 20px 19px; }
  .footer-bottom > span { align-self: end; }
  .footer-bottom div { grid-column: 1 / -1; grid-row: 1; justify-content: flex-start; flex-wrap: wrap; gap: 8px 16px; }
  .footer-bottom > a { position: static; grid-column: 2; grid-row: 2; justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
