@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";:root{--dark: #0D0C22;--dark-2: #16152E;--dark-text: #A9A8C2;--dark-muted: #6E6D85;--purple: #8B5CF6;--purple-soft: #C4B5FD;--teal: #22D3EE;--teal-soft: #A5F3FC;--light: #F5F5F7;--white: #FFFFFF;--light-text: #1A1930;--light-muted: #6E6D85;--light-border: #E2E0EE;--font: "Poppins", sans-serif;--radius: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--light-text);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-weight:800;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-pill{display:inline-flex;align-items:center;background:var(--white);border-radius:60px;padding:5px 5px 5px 28px;font-family:var(--font);font-weight:700;font-size:.9rem;color:var(--dark);text-transform:uppercase;letter-spacing:.04em;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;gap:16px}.btn-pill:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0003}.btn-pill .circle{width:46px;height:46px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s}.btn-pill:hover .circle{background:var(--purple)}.btn-pill .circle svg{width:18px;height:18px}.btn-ghost{display:inline-flex;align-items:center;gap:16px;padding:14px 28px;border:2px solid rgba(255,255,255,.2);border-radius:60px;color:#fff;font-family:var(--font);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;transition:all .3s ease;text-decoration:none}.btn-ghost:hover{border-color:var(--purple-soft);background:#8b5cf61a;transform:translateY(-3px)}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.rv-d1{transition-delay:.1s}.rv-d2{transition-delay:.2s}.rv-d3{transition-delay:.3s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.35}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}@keyframes drift{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(10px,-8px) rotate(6deg)}66%{transform:translate(-6px,5px) rotate(-4deg)}}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;width:100%;z-index:200;padding:1.1rem 0;transition:all .4s ease}.header[data-astro-cid-3ef6ksr2].scrolled{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #8b5cf60f;padding:.7rem 0}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.5rem;z-index:201}.logo-img[data-astro-cid-3ef6ksr2]{height:44px;width:44px;object-fit:contain;transition:transform .3s}.logo[data-astro-cid-3ef6ksr2]:hover .logo-img[data-astro-cid-3ef6ksr2]{animation:wiggle .5s ease}.logo-text[data-astro-cid-3ef6ksr2]{font-size:1.15rem;font-weight:900;color:#fff;letter-spacing:.03em;transition:color .4s}.header[data-astro-cid-3ef6ksr2].scrolled .logo-text[data-astro-cid-3ef6ksr2]{color:var(--light-text)}.nav-desktop[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:2.5rem}.nav-link[data-astro-cid-3ef6ksr2]{color:var(--dark-text);font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em;transition:color .3s;position:relative}.nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--teal);border-radius:1px;transition:width .3s}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:#fff}.nav-link[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.header[data-astro-cid-3ef6ksr2].scrolled .nav-link[data-astro-cid-3ef6ksr2]{color:var(--light-muted)}.header[data-astro-cid-3ef6ksr2].scrolled .nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--purple)}.header[data-astro-cid-3ef6ksr2].scrolled .nav-link[data-astro-cid-3ef6ksr2]:hover:after{background:var(--purple)}.btn-pill-sm[data-astro-cid-3ef6ksr2]{padding:3px 3px 3px 20px;font-size:.8rem;gap:12px}.btn-pill-sm[data-astro-cid-3ef6ksr2] .circle[data-astro-cid-3ef6ksr2]{width:38px;height:38px}.btn-pill-sm[data-astro-cid-3ef6ksr2] .circle[data-astro-cid-3ef6ksr2] svg[data-astro-cid-3ef6ksr2]{width:15px;height:15px}.hamburger[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:8px;background:none;border:none;cursor:pointer;padding:6px;z-index:201}.hamburger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:28px;height:2px;background:#fff;border-radius:2px;transition:all .4s cubic-bezier(.16,1,.3,1);transform-origin:center}.header[data-astro-cid-3ef6ksr2].scrolled .hamburger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{background:var(--light-text)}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]{background:#fff!important}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:first-child{transform:rotate(45deg) translate(3px,4px)}.hamburger[data-astro-cid-3ef6ksr2].open span[data-astro-cid-3ef6ksr2]:last-child{transform:rotate(-45deg) translate(3px,-4px)}.mobile-menu[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;background:var(--purple);z-index:199;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.mobile-menu[data-astro-cid-3ef6ksr2].open{opacity:1;pointer-events:auto}.mobile-nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.mobile-link[data-astro-cid-3ef6ksr2]{font-size:clamp(2rem,6vw,3.5rem);font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.02em;padding:.3rem 0;transition:opacity .3s}.mobile-link[data-astro-cid-3ef6ksr2]:hover{opacity:.7}.mobile-tagline[data-astro-cid-3ef6ksr2]{margin-top:2rem;color:#ffffff80;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}@media(max-width:768px){.nav-desktop[data-astro-cid-3ef6ksr2]{display:none}.hamburger[data-astro-cid-3ef6ksr2]{display:flex}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--dark);padding:140px 0 100px;overflow:hidden}.hero-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;pointer-events:none}.orb[data-astro-cid-bbe6dxrz]{position:absolute;border-radius:50%;filter:blur(120px)}.orb-1[data-astro-cid-bbe6dxrz]{width:600px;height:600px;background:var(--purple);top:-20%;right:-10%;opacity:.12;animation:pulse-glow 10s ease-in-out infinite}.orb-2[data-astro-cid-bbe6dxrz]{width:450px;height:450px;background:var(--teal);bottom:-15%;right:20%;opacity:.08;animation:pulse-glow 12s ease-in-out infinite 3s}.orb-3[data-astro-cid-bbe6dxrz]{width:350px;height:350px;background:var(--purple);top:50%;left:-12%;opacity:.06;animation:pulse-glow 14s ease-in-out infinite 6s}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;display:flex;align-items:center;gap:4rem;width:100%}.hero-left[data-astro-cid-bbe6dxrz]{flex:1}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;color:var(--teal);font-weight:700;margin-bottom:1.5rem}.hero-title[data-astro-cid-bbe6dxrz]{font-size:clamp(2.8rem,6vw,5.2rem);font-weight:900;color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.05}.hero-desc[data-astro-cid-bbe6dxrz]{font-size:1rem;color:var(--dark-muted);max-width:400px;line-height:1.8;margin-bottom:2.5rem}.hero-cta[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.hero-right[data-astro-cid-bbe6dxrz]{position:relative;flex:0 0 460px;display:flex;align-items:center;justify-content:center}.hero-avatar[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;width:420px;height:420px;border-radius:50%;border:4px solid rgba(139,92,246,.35);overflow:hidden;animation:float 5s ease-in-out infinite;box-shadow:0 0 60px #8b5cf633,0 24px 48px #00000059}.hero-avatar-img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:40% center}.mascot-glow[data-astro-cid-bbe6dxrz]{position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.2) 0%,rgba(34,211,238,.08) 50%,transparent 70%);z-index:1;animation:pulse-glow 7s ease-in-out infinite}.paw[data-astro-cid-bbe6dxrz]{position:absolute;z-index:3;animation:drift 7s ease-in-out infinite}.paw-1[data-astro-cid-bbe6dxrz]{top:2%;right:-5%;animation-delay:0s}.paw-2[data-astro-cid-bbe6dxrz]{bottom:12%;left:2%;animation-delay:2.5s}.paw-3[data-astro-cid-bbe6dxrz]{top:55%;right:-12%;animation-delay:5s}.scroll-hint[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.6rem;z-index:5}.scroll-hint[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--dark-muted);font-weight:600}.scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:40px;background:linear-gradient(to bottom,var(--purple),transparent);animation:pulse-glow 2s ease-in-out infinite}.marquee[data-astro-cid-bbe6dxrz]{background:var(--teal);padding:1rem 0;overflow:hidden;white-space:nowrap}.marquee-track[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:2.5rem;animation:marquee-scroll 18s linear infinite}.marquee-track[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--dark)}.marquee-track[data-astro-cid-bbe6dxrz] .dot[data-astro-cid-bbe6dxrz]{font-size:1.2rem;opacity:.4}@media(max-width:900px){.hero[data-astro-cid-bbe6dxrz]{padding:120px 0 80px}.hero-inner[data-astro-cid-bbe6dxrz]{flex-direction:column-reverse;text-align:center;gap:2rem}.hero-right[data-astro-cid-bbe6dxrz]{flex:0 0 auto}.hero-avatar[data-astro-cid-bbe6dxrz]{width:260px;height:260px}.mascot-glow[data-astro-cid-bbe6dxrz]{width:280px;height:280px}.hero-desc[data-astro-cid-bbe6dxrz]{margin-left:auto;margin-right:auto}.hero-cta[data-astro-cid-bbe6dxrz]{justify-content:center}.paw[data-astro-cid-bbe6dxrz],.scroll-hint[data-astro-cid-bbe6dxrz]{display:none}}@media(max-width:500px){.hero-avatar[data-astro-cid-bbe6dxrz]{width:200px;height:200px}.mascot-glow[data-astro-cid-bbe6dxrz]{width:220px;height:220px}.hero-cta[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:center}}.pillars[data-astro-cid-g5jplrhu]{padding:7rem 0 8rem;background:var(--white)}.pillars-label[data-astro-cid-g5jplrhu]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--light-muted);font-weight:700;margin-bottom:4rem}.pillar[data-astro-cid-g5jplrhu]{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3.5rem 0;border-bottom:1px solid var(--light-border)}.pillar[data-astro-cid-g5jplrhu]:first-of-type{border-top:1px solid var(--light-border)}.pillar-reverse[data-astro-cid-g5jplrhu]{flex-direction:row-reverse;text-align:right}.pillar-reverse[data-astro-cid-g5jplrhu] .pillar-line[data-astro-cid-g5jplrhu]{margin-left:auto}.pillar-text[data-astro-cid-g5jplrhu]{flex:1;max-width:520px}.pillar-title[data-astro-cid-g5jplrhu]{font-size:clamp(2.5rem,5vw,4.2rem);font-weight:900;color:var(--light-text);letter-spacing:-.02em;margin-bottom:1rem;line-height:1}.pillar-dot[data-astro-cid-g5jplrhu]{font-weight:900}.pillar-line[data-astro-cid-g5jplrhu]{width:50px;height:3px;border-radius:2px;margin-bottom:1.2rem}.pillar-desc[data-astro-cid-g5jplrhu]{font-size:1rem;color:var(--light-muted);line-height:1.8}.pillar-num[data-astro-cid-g5jplrhu]{font-size:clamp(5rem,10vw,9rem);font-weight:900;color:transparent;-webkit-text-stroke:2px;opacity:.2;line-height:1;flex-shrink:0;user-select:none}@media(max-width:768px){.pillar[data-astro-cid-g5jplrhu],.pillar-reverse[data-astro-cid-g5jplrhu]{flex-direction:column;text-align:left;gap:1rem;padding:2.5rem 0}.pillar-reverse[data-astro-cid-g5jplrhu] .pillar-line[data-astro-cid-g5jplrhu]{margin-left:0}.pillar-num[data-astro-cid-g5jplrhu]{align-self:flex-end;font-size:4rem}}.process[data-astro-cid-fz4tclxl]{padding:7rem 0;background:var(--light)}.process-label[data-astro-cid-fz4tclxl]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--light-muted);font-weight:700;margin-bottom:1rem;text-align:center}.process-title[data-astro-cid-fz4tclxl]{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--light-text);text-align:center;margin-bottom:5rem;letter-spacing:-.02em;line-height:1.1}.steps[data-astro-cid-fz4tclxl]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step[data-astro-cid-fz4tclxl]{text-align:center}.step-num[data-astro-cid-fz4tclxl]{display:block;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.step-line[data-astro-cid-fz4tclxl]{width:40px;height:3px;background:linear-gradient(90deg,var(--purple),var(--teal));border-radius:2px;margin:0 auto 1.2rem}.step-title[data-astro-cid-fz4tclxl]{font-size:.85rem;font-weight:800;letter-spacing:.1em;color:var(--light-text);margin-bottom:.6rem}.step-desc[data-astro-cid-fz4tclxl]{font-size:.85rem;color:var(--light-muted);line-height:1.7}@media(max-width:768px){.steps[data-astro-cid-fz4tclxl]{grid-template-columns:repeat(2,1fr);gap:3rem 2rem}}@media(max-width:480px){.steps[data-astro-cid-fz4tclxl]{grid-template-columns:1fr;gap:2.5rem}}.portfolio[data-astro-cid-uhrerali]{padding:7rem 0 8rem;background:var(--white)}.portfolio-label[data-astro-cid-uhrerali]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--light-muted);font-weight:700;margin-bottom:1rem;text-align:center}.portfolio-title[data-astro-cid-uhrerali]{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--light-text);text-align:center;margin-bottom:4rem;letter-spacing:-.02em;line-height:1.1}.portfolio-grid[data-astro-cid-uhrerali]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card[data-astro-cid-uhrerali]{position:relative;border-radius:var(--radius);padding:2.5rem 2rem;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;cursor:pointer;transition:transform .4s ease;text-decoration:none}.project-card[data-astro-cid-uhrerali]:hover{transform:translateY(-6px)}.project-overlay[data-astro-cid-uhrerali]{position:absolute;inset:0;background:#0000001a;opacity:0;transition:opacity .3s;border-radius:var(--radius)}.project-card[data-astro-cid-uhrerali]:hover .project-overlay[data-astro-cid-uhrerali]{opacity:1}.project-tag[data-astro-cid-uhrerali]{position:relative;z-index:2;display:inline-block;align-self:flex-start;padding:.3rem .8rem;background:#fff3;border-radius:40px;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(8px)}.project-bottom[data-astro-cid-uhrerali]{position:relative;z-index:2}.project-title[data-astro-cid-uhrerali]{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:.3rem}.project-url[data-astro-cid-uhrerali]{font-size:.8rem;color:#fff9;font-weight:500}@media(max-width:600px){.portfolio-grid[data-astro-cid-uhrerali]{grid-template-columns:1fr}.project-card[data-astro-cid-uhrerali]{min-height:240px}}.about[data-astro-cid-v2cbyr3p]{position:relative;padding:8rem 0;background:linear-gradient(135deg,#7C3AED 0%,var(--purple) 40%,#6366F1 100%);overflow:hidden}.about-bg[data-astro-cid-v2cbyr3p]{position:absolute;inset:0;pointer-events:none}.about-orb[data-astro-cid-v2cbyr3p]{position:absolute;border-radius:50%;filter:blur(100px)}.about-orb-1[data-astro-cid-v2cbyr3p]{width:400px;height:400px;background:#ffffff0f;top:-20%;right:-5%}.about-orb-2[data-astro-cid-v2cbyr3p]{width:300px;height:300px;background:#22d3ee14;bottom:-15%;left:10%}.about-inner[data-astro-cid-v2cbyr3p]{position:relative;z-index:2;max-width:700px}.about-top[data-astro-cid-v2cbyr3p]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.about-logo[data-astro-cid-v2cbyr3p]{width:52px;height:52px;object-fit:contain}.about-label[data-astro-cid-v2cbyr3p]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#ffffff80;font-weight:700}.about-title[data-astro-cid-v2cbyr3p]{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;line-height:1.05}.about-desc[data-astro-cid-v2cbyr3p]{font-size:1.05rem;color:#ffffffbf;line-height:1.85;margin-bottom:3rem}.traits[data-astro-cid-v2cbyr3p]{display:flex;gap:2.5rem;flex-wrap:wrap}.trait[data-astro-cid-v2cbyr3p]{display:flex;align-items:flex-start;gap:.75rem}.trait-dot[data-astro-cid-v2cbyr3p]{width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:6px;flex-shrink:0}.trait-label[data-astro-cid-v2cbyr3p]{display:block;font-size:.95rem;font-weight:700;color:#fff}.trait-desc[data-astro-cid-v2cbyr3p]{display:block;font-size:.82rem;color:#ffffff80}@media(max-width:600px){.traits[data-astro-cid-v2cbyr3p]{flex-direction:column;gap:1.5rem}}.faq[data-astro-cid-al2ca2vr]{padding:7rem 0;background:var(--light)}.faq-label[data-astro-cid-al2ca2vr]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--light-muted);font-weight:700;margin-bottom:1rem;text-align:center}.faq-title[data-astro-cid-al2ca2vr]{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--light-text);text-align:center;margin-bottom:4rem;letter-spacing:-.02em;line-height:1.1}.faq-q[data-astro-cid-al2ca2vr]{color:var(--teal)}.faq-list[data-astro-cid-al2ca2vr]{max-width:700px;margin:0 auto}.faq-item[data-astro-cid-al2ca2vr]{border-bottom:1px solid var(--light-border)}.faq-item[data-astro-cid-al2ca2vr]:first-child{border-top:1px solid var(--light-border)}.faq-question[data-astro-cid-al2ca2vr]{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;font-family:var(--font);font-size:1rem;font-weight:600;color:var(--light-text);text-align:left}.faq-question[data-astro-cid-al2ca2vr]:hover{color:var(--purple)}.faq-chevron[data-astro-cid-al2ca2vr]{flex-shrink:0;color:var(--light-muted);transition:transform .3s ease}.faq-item[data-astro-cid-al2ca2vr].open .faq-chevron[data-astro-cid-al2ca2vr]{transform:rotate(180deg)}.faq-answer[data-astro-cid-al2ca2vr]{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .3s ease;padding:0}.faq-item[data-astro-cid-al2ca2vr].open .faq-answer[data-astro-cid-al2ca2vr]{max-height:300px;padding:0 0 1.5rem}.faq-answer[data-astro-cid-al2ca2vr] p[data-astro-cid-al2ca2vr]{font-size:.9rem;color:var(--light-muted);line-height:1.8}.whatsapp-btn[data-astro-cid-sz7xmlte]{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;z-index:90;box-shadow:0 4px 20px #25d36666;transition:transform .3s ease,box-shadow .3s ease}.whatsapp-btn[data-astro-cid-sz7xmlte]:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px #25d36680}.cta-section[data-astro-cid-sz7xmlte]{padding:8rem 0;background:var(--white)}.cta-inner[data-astro-cid-sz7xmlte]{text-align:center}.cta-label[data-astro-cid-sz7xmlte]{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--light-muted);font-weight:700;margin-bottom:1.5rem}.cta-title[data-astro-cid-sz7xmlte]{font-size:clamp(2.5rem,6vw,5rem);font-weight:900;color:var(--light-text);letter-spacing:-.02em;margin-bottom:2.5rem;line-height:1.05}.cta-q[data-astro-cid-sz7xmlte]{color:var(--teal)}.btn-pill-dark[data-astro-cid-sz7xmlte]{background:var(--dark);color:#fff;padding:5px 5px 5px 28px;border-radius:60px;display:inline-flex;align-items:center;gap:16px;font-family:var(--font);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.btn-pill-dark[data-astro-cid-sz7xmlte]:hover{transform:translateY(-3px);box-shadow:0 12px 35px #0d0c224d}.btn-pill-dark[data-astro-cid-sz7xmlte] .circle[data-astro-cid-sz7xmlte]{width:46px;height:46px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;transition:background .3s}.btn-pill-dark[data-astro-cid-sz7xmlte]:hover .circle[data-astro-cid-sz7xmlte]{background:var(--purple)}.btn-pill-dark[data-astro-cid-sz7xmlte] .circle[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:18px;height:18px}.footer[data-astro-cid-sz7xmlte]{background:var(--dark);color:#fff;padding:4rem 0 2rem}.footer-top[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;gap:4rem;margin-bottom:3rem}.footer-brand[data-astro-cid-sz7xmlte]{max-width:280px}.footer-logo[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.footer-logo-img[data-astro-cid-sz7xmlte]{height:36px;width:36px;object-fit:contain}.footer-logo-text[data-astro-cid-sz7xmlte]{font-size:1.1rem;font-weight:900;letter-spacing:.03em}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--dark-muted);font-size:.85rem;line-height:1.7}.footer-links[data-astro-cid-sz7xmlte]{display:flex;gap:5rem}.footer-col-title[data-astro-cid-sz7xmlte]{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--dark-text);margin-bottom:1rem}.footer-col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--dark-muted);font-size:.85rem;transition:color .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--teal)}.footer-line[data-astro-cid-sz7xmlte]{height:1px;background:#8b5cf61a;margin-bottom:1.5rem}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer-copy[data-astro-cid-sz7xmlte]{color:var(--dark-muted);font-size:.78rem}.footer-iium[data-astro-cid-sz7xmlte]{font-weight:800;font-size:.8rem;letter-spacing:.06em;background:linear-gradient(135deg,var(--purple),var(--teal));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.cta-section[data-astro-cid-sz7xmlte]{padding:5rem 0}.footer-top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:2.5rem}.footer-links[data-astro-cid-sz7xmlte]{gap:3rem}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:.75rem}}
