:root{color-scheme:light;--ink: #1a3157;--muted: #48617f;--brand: #1f65dc;--brand-dark: #123f89;--accent: #11a87b;--surface: #ffffff;--soft: #f4f7fc;--soft-blue: #eaf0f8;--line: #d8e2f0;--shadow: 0 20px 40px rgba(24, 67, 130, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms;animation-iteration-count:1;scroll-behavior:auto;transition-duration:.01ms}html{scroll-behavior:auto}}body{margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);background:var(--soft)}img{display:block;max-width:100%;height:auto}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:0 auto}.site-main{overflow:hidden}.site-header{position:sticky;top:0;z-index:10;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.logo{display:inline-flex;align-items:center;flex:0 0 auto}.logo img{width:auto;height:54px}.main-navigation{flex:1 1 auto}.menu-toggle{display:none;align-items:center;gap:8px;min-height:42px;padding:9px 12px;border:1px solid var(--line);border-radius:8px;color:#253e66;background:#fff;font:inherit;font-weight:750;cursor:pointer}.menu-toggle:after{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease;content:""}.menu-toggle[aria-expanded=true]:after{transform:rotate(-135deg) translateY(-1px)}.menu-toggle:hover,.menu-toggle:focus-visible{color:var(--brand);border-color:#1f65dc59;outline:none}.menu{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:22px;list-style:none;margin:0;padding:0}.menu a{color:#253e66;font-size:.96rem;font-weight:650;text-decoration:none}.menu a:hover,.menu a:focus-visible{color:var(--brand)}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.84rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border:1px solid var(--brand);border-radius:8px;font:inherit;font-weight:750;line-height:1.1;text-decoration:none;cursor:pointer}.button-primary{color:#fff;background:var(--brand)}.button-secondary{color:var(--brand);background:#fff}.ic-section{padding:58px 0}.ic-section-muted{background:#eef3f9}.section-heading{max-width:740px;margin:0 auto 28px;text-align:center}.section-heading h1,.section-heading h2{margin:0 0 10px;color:#173c72;font-size:clamp(1.8rem,2.4vw,2.6rem);line-height:1.15}.section-heading p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.6}.ic-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}.ic-card{min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);text-align:center}.ic-card h3,.ic-card p{margin:0}.ic-card h3{color:#1e3f72;font-size:1rem;font-weight:750}.ic-card p{color:var(--muted);font-size:.95rem;line-height:1.45}.ic-card-icon{margin:0}.ic-card-icon img{width:74px;height:74px;object-fit:contain}.split-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;gap:34px}.copy-block h1,.copy-block h2{margin:0 0 14px;color:#173c72;font-size:clamp(1.9rem,2.6vw,2.8rem);line-height:1.12}.copy-block p{margin:0 0 16px;color:var(--muted);font-size:1.05rem;line-height:1.65}.check-list{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:10px;color:#27466f;line-height:1.5}.check-list li:before{width:10px;height:10px;flex:0 0 auto;margin-top:.45rem;border-radius:999px;background:var(--accent);content:""}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.process-card,.content-columns article{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.process-card span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;margin-bottom:14px;border-radius:999px;color:#fff;background:var(--brand);font-weight:800}.process-card h3,.content-columns h3{margin:0 0 10px;color:#173c72;font-size:1.05rem}.process-card p,.content-columns p{margin:0;color:var(--muted);line-height:1.55}.content-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.faq-list{display:grid;gap:12px;max-width:880px;margin:0 auto}.faq-list details{border:1px solid var(--line);border-radius:8px;background:#fff}.faq-list summary{cursor:pointer;padding:17px 18px;color:#173c72;font-weight:800}.faq-list p{margin:0;padding:0 18px 18px;color:var(--muted);line-height:1.6}.contact-form{display:grid;gap:18px;padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form label{display:grid;gap:7px;color:#27466f;font-size:.92rem;font-weight:750}.contact-form input,.contact-form textarea{width:100%;border:1px solid #cfdcf0;border-radius:8px;padding:11px 12px;color:var(--ink);font:inherit;background:#fbfdff}.contact-form textarea{resize:vertical}.form-honeypot{position:absolute;left:-9999px}.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.form-fallback,.form-status{min-height:1.4em;margin:0;color:var(--muted);font-size:.94rem}.form-fallback{line-height:1.5}.form-fallback-link{color:var(--brand);font-size:.94rem;font-weight:750;text-decoration-thickness:1px;text-underline-offset:3px}.site-footer{padding:26px 0;color:#466187;border-top:1px solid var(--line);background:#fff}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px}.site-footer p{margin:0}.site-footer a{color:var(--brand);font-weight:650;text-decoration:none}.footer-link-button{border:0;padding:0;color:var(--brand);background:transparent;font:inherit;font-weight:650;cursor:pointer}.footer-link-button:hover,.footer-link-button:focus-visible,.site-footer a:hover,.site-footer a:focus-visible{text-decoration:underline}.footer-links{display:flex;flex-wrap:wrap;gap:14px}.analytics-consent{position:fixed;right:18px;bottom:96px;z-index:40;display:grid;width:min(460px,calc(100% - 36px));gap:14px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 38px #18438233}.analytics-consent[hidden]{display:none}.analytics-consent strong{display:block;margin-bottom:6px;color:#173c72;font-size:1rem}.analytics-consent p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.5}.analytics-consent-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.analytics-consent .button{min-height:38px;padding:8px 12px;font-size:.92rem}.analytics-consent a{color:var(--brand);font-size:.9rem;font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:45;display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.46);border-radius:50%;color:#fff;background:#25d366;box-shadow:0 16px 34px #12403442;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.whatsapp-float svg{width:34px;height:34px;fill:currentColor}.whatsapp-float:hover,.whatsapp-float:focus-visible{color:#fff;background:#1fbd5a;box-shadow:0 18px 38px #12403452;outline:3px solid rgba(37,211,102,.26);outline-offset:4px;transform:translateY(-2px)}.legal-hero{background:linear-gradient(135deg,#f8fbff,#e8effa)}.legal-container{max-width:920px}.legal-hero h1{margin:0 0 18px;color:#173c72;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.legal-meta{display:grid;gap:4px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.legal-meta p{margin:0;color:var(--muted);line-height:1.5}.legal-meta a{color:var(--brand);font-weight:700}.legal-section{background:#fff}.legal-content{display:grid;gap:22px}.legal-content article{padding-bottom:22px;border-bottom:1px solid var(--line)}.legal-content article:last-child{border-bottom:0}.legal-content h2{margin:0 0 10px;color:#173c72;font-size:clamp(1.18rem,1.7vw,1.45rem);line-height:1.25}.legal-content p,.legal-content li{color:#354f73;font-size:1rem;line-height:1.72}.legal-content p{margin:0 0 10px}.legal-content ul{display:grid;gap:8px;margin:8px 0 14px;padding-left:22px}@media(max-width:960px){.header-container{align-items:flex-start;flex-direction:column}.menu{gap:14px}.split-section{grid-template-columns:1fr}.ic-card-grid,.process-grid,.content-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.ic-section{padding:42px 0}}@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.header-container{align-items:center;flex-direction:row;flex-wrap:wrap;gap:12px}.logo img{height:48px}.menu-toggle{display:inline-flex;margin-left:auto}.main-navigation{width:100%;flex-basis:100%}.menu{display:none;width:100%;align-items:stretch;justify-content:flex-start;gap:0;padding:8px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 28px #1843821f}.menu.is-open{display:flex;flex-direction:column}.menu li{width:100%}.menu a{display:block;padding:11px 10px;border-radius:6px}.menu a:hover,.menu a:focus-visible{background:var(--soft-blue)}.ic-card-grid,.form-grid,.process-grid,.content-columns{grid-template-columns:1fr}.button{width:100%}.footer-container,.footer-links{flex-direction:column}}.proposal-hero{padding:82px 0 64px;border-bottom:1px solid var(--line);background:linear-gradient(0deg,#ffffff9e,#ffffff9e),repeating-linear-gradient(90deg,transparent 0,transparent 54px,rgba(9,54,83,.045) 55px),repeating-linear-gradient(0deg,transparent 0,transparent 54px,rgba(9,54,83,.045) 55px)}.proposal-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:52px}.proposal-hero-copy h1,.proposal-section-head h2,.proposal-brief h2,.proposal-product h3,.proposal-cta h2{margin:0;color:#093653;letter-spacing:0}.proposal-hero-copy h1{max-width:740px;margin-bottom:22px;font-size:5.2rem;line-height:.98}.proposal-hero-copy>p{max-width:660px;margin:0;color:#344c5e;font-size:1.18rem;line-height:1.66}.proposal-hero .button-row{margin-top:30px}.proposal-proof{display:grid;gap:11px;max-width:620px;margin-top:32px}.proposal-proof>div{position:relative;padding-left:20px}.proposal-proof>div:before{position:absolute;left:0;top:.58em;width:8px;height:8px;border-radius:50%;background:#22a06b;content:""}.proposal-proof strong{color:#093653;font-size:.98rem}.proposal-proof span{margin-left:5px;color:#5a6672;font-size:.95rem;line-height:1.52}.proposal-brief{min-height:560px;display:flex;flex-direction:column;justify-content:space-between;gap:26px;padding:30px;border:1px solid rgba(9,54,83,.11);border-radius:8px;background:linear-gradient(145deg,#fffffff5,#f0f7fafa),linear-gradient(90deg,rgba(0,165,200,.08),transparent 42%);box-shadow:0 22px 58px #0d263b1f}.proposal-brief h2{max-width:520px;margin-bottom:12px;font-size:2.85rem;line-height:1.02}.proposal-brief p{margin:0;color:#5a6672;font-size:1rem;line-height:1.62}.proposal-brief-flow{display:grid;gap:12px}.proposal-brief-flow article{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid #dde5ed;border-radius:8px;background:#ffffffd1}.proposal-brief-flow span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#005d9f;font-size:.78rem;font-weight:950}.proposal-brief-flow h3{margin:0 0 5px;color:#093653;font-size:.98rem}.proposal-brief-flow p{font-size:.88rem;line-height:1.45}.proposal-section{padding:86px 0;background:#f6f8fb}.proposal-soft-band{border-top:1px solid #dde5ed;border-bottom:1px solid #dde5ed;background:#edf3f7}.proposal-section-head{max-width:780px;margin-bottom:34px}.proposal-center{margin-right:auto;margin-left:auto;text-align:center}.proposal-section-head h2{margin-bottom:14px;font-size:3.6rem;line-height:1.02}.proposal-section-head p{margin:0;color:#5a6672;font-size:1.06rem;line-height:1.66}.proposal-grid{display:grid;gap:16px}.proposal-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.proposal-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.proposal-card{min-height:238px;padding:24px;border:1px solid #dde5ed;border-radius:8px;background:#fff}.proposal-card h3{margin:0 0 12px;color:#093653;font-size:1.15rem;line-height:1.18}.proposal-card p,.proposal-card li{color:#5a6672;font-size:.96rem;line-height:1.58}.proposal-card p{margin:0}.proposal-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:18px;border-radius:8px;color:#fff}.proposal-icon-blue{background:#005d9f}.proposal-icon-green{background:#22a06b}.proposal-icon-amber{background:#c9861a}.proposal-icon-violet{background:#5753a2}.proposal-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.proposal-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.proposal-product{min-height:620px;display:flex;flex-direction:column;padding:30px;border:1px solid #dde5ed;border-radius:8px;background:#fff;box-shadow:0 16px 46px #0d263b14}.proposal-product-top{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:86px;margin-bottom:24px}.proposal-product-logo{height:auto;object-fit:contain}.proposal-product-logo-urbania{width:190px}.proposal-product-logo-park{width:88px}.proposal-tag{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border-radius:8px;color:#093653;background:#e9f5f1;font-size:.78rem;font-weight:850;white-space:nowrap}.proposal-tag-development{color:#7a4f00;background:#fff1ce}.proposal-product h3{margin-bottom:14px;font-size:2.05rem;line-height:1.08}.proposal-product>p{margin:0;color:#5a6672;font-size:1rem;line-height:1.65}.proposal-feature-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.proposal-feature-list li{display:grid;grid-template-columns:18px 1fr;gap:10px;color:#344c5e;font-size:.95rem;line-height:1.52}.proposal-feature-list li:before{width:8px;height:8px;margin-top:8px;border-radius:50%;background:#22a06b;content:""}.proposal-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:28px}.proposal-pills span{display:inline-flex;min-height:32px;align-items:center;padding:7px 10px;border:1px solid #dde5ed;border-radius:8px;color:#354b5d;background:#f8fafc;font-size:.8rem;font-weight:800}.proposal-wide-card{min-height:276px}.proposal-wide-card ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.proposal-wide-card li{position:relative;padding-left:18px}.proposal-wide-card li:before{position:absolute;left:0;top:.78em;width:7px;height:7px;border-radius:50%;background:#00a5c8;content:""}.proposal-method-card{min-height:256px}.proposal-step{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid rgba(9,54,83,.16);border-radius:50%;color:#093653;background:#eef8fb;font-weight:900}.proposal-cta{padding:78px 0;color:#fff;background:#093653}.proposal-cta-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);align-items:center;gap:42px}.proposal-cta h2{margin-bottom:18px;color:#fff;font-size:3.9rem;line-height:1}.proposal-cta p{max-width:680px;margin:0;color:#ffffffc7;font-size:1.08rem;line-height:1.68}.proposal-cta .button-row{margin-top:30px}.proposal-cta .button-primary{color:#093653;border-color:#fff;background:#fff}.proposal-cta .button-secondary{color:#fff;border-color:#ffffff47;background:transparent}.proposal-contact-card{padding:26px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff14}.proposal-contact-card h3{margin:0 0 10px;color:#fff;font-size:1.05rem}.proposal-contact-card a{display:inline-flex;margin-top:18px;color:#fff;font-weight:850;text-decoration-thickness:1px;text-underline-offset:4px}@media(max-width:1080px){.proposal-hero-copy h1{font-size:4rem}.proposal-section-head h2,.proposal-cta h2{font-size:3rem}}@media(max-width:980px){.proposal-hero-grid,.proposal-cta-grid{grid-template-columns:1fr}.proposal-brief{min-height:520px}.proposal-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.proposal-products,.proposal-grid-three{grid-template-columns:1fr}.proposal-product{min-height:auto}}@media(max-width:760px){.proposal-hero{padding:52px 0 46px}.proposal-hero-copy h1{font-size:3rem}.proposal-brief{min-height:auto;padding:20px}.proposal-product-top{align-items:flex-start;flex-direction:column}.proposal-brief h2,.proposal-product h3,.proposal-section-head h2,.proposal-cta h2{font-size:2.25rem}.proposal-section{padding:62px 0}.proposal-grid-four{grid-template-columns:1fr}.proposal-card{min-height:auto}}
