:root{--ink:#172033;--muted:#657086;--blue:#4361ee;--line:#e8ecf4;--shell:1140px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:#fbfcff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,textarea{font:inherit}button{cursor:pointer}svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.ambient{position:absolute;border-radius:50%;pointer-events:none}.ambient.one{width:470px;height:470px;top:-250px;left:-180px;background:radial-gradient(circle,rgba(100,190,255,.2),transparent 70%)}.ambient.two{width:570px;height:570px;top:80px;right:-280px;background:radial-gradient(circle,rgba(203,148,255,.17),transparent 70%)}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;font-size:12px;background:linear-gradient(135deg,#4f76ef,#9769e8);box-shadow:0 8px 20px rgba(93,91,220,.22)}nav{display:flex;align-items:center;gap:30px;color:#59647a;font-size:14px}nav a:hover{color:var(--blue)}.nav-cta{padding:11px 18px;border:1px solid #d9deeb;border-radius:99px;background:#ffffffb8;color:var(--ink);font-weight:700}.hero{text-align:center;padding:76px 0 96px;position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #e1e5f2;border-radius:99px;background:#ffffffbd;color:#68728a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.eyebrow span{width:7px;height:7px;border-radius:50%;background:#8465e8;box-shadow:0 0 0 4px #8465e819}h1{margin:25px auto 12px;font-size:clamp(50px,7vw,82px);line-height:.98;letter-spacing:-.065em}h1 em{font-style:normal;color:transparent;background:linear-gradient(100deg,#315fe7,#8667e8 58%,#bd6da7);background-clip:text;-webkit-background-clip:text}.hero-subtitle{margin:0 auto;max-width:780px;font-size:clamp(21px,2.6vw,30px);line-height:1.25;letter-spacing:-.03em;color:#39445b}.hero-copy{max-width:570px;margin:20px auto 34px;color:var(--muted);line-height:1.7}.chat-card{width:min(100%,830px);margin:auto;text-align:left;overflow:hidden;border:1px solid #d7ddeb;border-radius:25px;background:#fffffff0;box-shadow:0 30px 80px #3f4d7e1f,0 4px 16px #3f4d7e0f}.chat-head{min-height:74px;display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.chat-avatar{width:41px;height:41px;display:grid;place-items:center;border-radius:13px;color:white;font-size:12px;font-weight:800;background:linear-gradient(135deg,#446be9,#9a6ce9)}.chat-head strong{display:block;font-size:14px}.chat-head span{display:flex;align-items:center;gap:5px;margin-top:4px;color:#7c879a;font-size:11px}.chat-head i{width:6px;height:6px;background:#33b878;border-radius:50%}.chat-head>b{margin-left:auto;padding:7px 10px;border-radius:99px;background:#f3f5fa;color:#68738b;font-size:10px}.chat-body{min-height:216px;display:grid;place-items:center;padding:26px;background:linear-gradient(#fff,#f9faffeb)}.chat-body.has-messages{display:block;max-height:390px;overflow:auto}.chat-welcome{text-align:center}.spark{width:39px;height:39px;margin:0 auto 10px;display:grid;place-items:center;border-radius:13px;background:#f0edff;color:#7862dd}.chat-welcome p{margin:7px 0 16px;color:#7a8498;font-size:13px}.suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.suggestions button{padding:8px 11px;border:1px solid #e1e5ee;border-radius:99px;background:white;color:#58647a;font-size:11px}.suggestions button:hover{border-color:#aab8ef;color:#4662d8}.messages{display:flex;flex-direction:column;gap:12px}.message{max-width:82%;padding:12px 15px;border-radius:16px;font-size:13px;line-height:1.55;white-space:pre-wrap}.message.user{align-self:flex-end;background:linear-gradient(135deg,#496be3,#7865df);color:#fff;border-bottom-right-radius:5px}.message.assistant{align-self:flex-start;color:#3f4a60;background:#f0f3f9;border-bottom-left-radius:5px}.typing span{display:inline-block;width:6px;height:6px;margin:0 2px;border-radius:50%;background:#8e98aa;animation:blink 1s infinite alternate}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{to{opacity:.25;transform:translateY(-2px)}}.chat-form{display:flex;align-items:center;gap:10px;margin:0 18px 14px;padding:7px 7px 7px 16px;border:1px solid #dfe4ee;border-radius:16px;background:#fff}.chat-form:focus-within{border-color:#9aabef;box-shadow:0 0 0 3px #4e63e115}.chat-form textarea{flex:1;min-height:46px;resize:none;padding:11px 0 4px;border:0;outline:0;background:transparent;line-height:1.4;font-size:13px}.chat-form button{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#4168e4,#8266e4)}.chat-form button:disabled{opacity:.45;cursor:not-allowed}.chat-actions{display:flex;gap:9px;padding:0 18px 13px}.chat-actions[hidden]{display:none}.chat-actions button,.chat-actions a{display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border-radius:10px;font-size:11px;font-weight:700}.chat-actions button{flex:1;border:1px solid #dfe4ee;background:white;color:#59647a}.chat-actions a{flex:1.5;color:#fff;background:#26344e}.chat-note{padding:0 20px 15px;color:#a0a8b6;text-align:center;font-size:9px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.method,.projects{padding:106px 0}.method{border-top:1px solid #edf0f6}.section-heading{max-width:720px;margin-bottom:47px}.section-heading h2{margin:12px 0 15px;font-size:clamp(34px,4vw,48px);line-height:1.08;letter-spacing:-.045em}.section-heading p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.kicker{color:#665dda;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:800}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.method-grid article{padding:30px;border:1px solid var(--line);border-radius:21px;background:#fff}.method-grid article>span{color:#7781d9;font-size:11px;font-weight:800}.method-grid h3{margin:28px 0 11px;font-size:20px}.method-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.projects{padding-top:70px}.row-heading{max-width:none;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:90px}.row-heading h2{margin-bottom:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.project-card{overflow:hidden;border:1px solid var(--line);border-radius:25px;background:#fff;transition:.25s}.project-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #3c48731a}.project-visual{height:245px;padding:24px;position:relative;overflow:hidden;background:linear-gradient(135deg,#e9f3ff,#f0edff)}.violet .project-visual{background:linear-gradient(135deg,#f3edff,#fff0f7)}.project-chip{position:relative;z-index:2;display:inline-block;padding:7px 10px;border-radius:99px;background:#ffffffcc;color:#59647b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.mock-window{width:78%;height:180px;position:absolute;left:50%;bottom:-14px;transform:translateX(-50%) rotate(-2deg);padding:12px;border:1px solid #ffffffd9;border-radius:16px;background:#ffffffe6;box-shadow:0 18px 40px #4b599426}.violet .mock-window{transform:translateX(-50%) rotate(2deg)}.mock-window>i{display:inline-block;width:5px;height:5px;margin-right:3px;border-radius:50%;background:#ccd3e0}.mock-window>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.mock-window b{grid-column:1/-1;height:43px;border-radius:8px;background:linear-gradient(100deg,#557bf0,#9780e8)}.violet .mock-window b{background:linear-gradient(100deg,#8367df,#d488b6)}.mock-window span{height:50px;border-radius:8px;background:#edf1f7}.mock-window em{grid-column:1/-1;height:18px;width:45%;border-radius:6px;background:#e1e6ef}.project-content{padding:29px}.project-content h3{margin:0 0 11px;font-size:25px}.project-content p{min-height:70px;margin:0 0 23px;color:var(--muted);font-size:13px;line-height:1.7}.project-content a{color:#445bd0;font-size:12px;font-weight:800}.links{display:flex;flex-wrap:wrap;gap:18px}.final-cta{margin-top:48px;margin-bottom:78px;padding:55px 60px;display:flex;align-items:center;justify-content:space-between;gap:50px;border:1px solid #e2e5f2;border-radius:28px;background:linear-gradient(120deg,#f3f8ff,#f6f1ff 55%,#fff4f8)}.final-cta h2{margin:11px 0;font-size:42px}.final-cta p{max-width:620px;margin:0;color:var(--muted);line-height:1.6}.final-cta>a{flex:0 0 auto;padding:15px 20px;border-radius:13px;background:#26344e;color:#fff;font-size:13px;font-weight:800}footer{min-height:115px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;border-top:1px solid #e9edf4;color:#8891a2;font-size:11px}footer p{text-align:center}footer>span{text-align:right}.whatsapp-float{position:fixed;z-index:10;right:22px;bottom:22px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#21bf69;color:#fff;font-weight:900;box-shadow:0 10px 28px #1cac5e4d}.whatsapp-float:hover{transform:translateY(-3px)}@media(max-width:760px){.shell{width:min(calc(100% - 26px),var(--shell))}.site-header{height:70px}nav>a:not(.nav-cta){display:none}.nav-cta{padding:9px 14px}.hero{padding:58px 0 70px}h1{font-size:53px}.hero-subtitle{font-size:21px}.hero-copy{font-size:14px}.chat-card{border-radius:20px}.chat-body{padding:22px 14px}.chat-actions{flex-direction:column}.chat-actions a,.chat-actions button{min-height:42px}.method,.projects{padding:74px 0}.section-heading{margin-bottom:32px}.method-grid,.project-grid,.row-heading{grid-template-columns:1fr}.row-heading{gap:18px}.project-visual{height:220px}.final-cta{margin-top:12px;margin-bottom:55px;padding:38px 25px;flex-direction:column;align-items:flex-start;gap:25px}.final-cta h2{font-size:35px}.final-cta>a{width:100%;text-align:center}footer{padding:28px 0;grid-template-columns:1fr;gap:16px}footer p,footer>span{text-align:left;margin:0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
