:root{--bg: #f6f7f8;--bg-alt: #eef1f3;--surface: #ffffff;--text: #12181f;--muted: #5d6b78;--line: #e2e7eb;--dark: #12181f;--dark-soft: #1c2733;--accent: #1f6fb2;--radius: 14px;--radius-sm: 8px;--container: 1240px;--pad: clamp(16px, 4vw, 24px);--font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-head: "Bricolage Grotesque", var(--font-body)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}button{font:inherit}h1,h2,h3,h4{font-family:var(--font-head);font-weight:500;letter-spacing:-.02em;line-height:1.08;margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(2.6rem,6vw,4.4rem);letter-spacing:-.035em;line-height:1}h2{font-size:clamp(1.9rem,3.6vw,3rem);letter-spacing:-.03em}h3{font-size:1.15rem;letter-spacing:-.015em}p{margin:0 0 1rem}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--pad)}.eyebrow{margin:0 0 1rem;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.eyebrow--light{color:#ffffffb8}.section{padding-block:clamp(56px,8vw,104px)}.section--tight{padding-block:clamp(40px,6vw,72px)}.section--alt{background:var(--bg-alt)}.lead{font-size:clamp(1.05rem,1.4vw,1.2rem);color:var(--muted);line-height:1.6;max-width:44ch}.text-link{display:inline-flex;align-items:center;gap:.4em;font-weight:500;font-size:.95rem;border-bottom:1px solid currentColor;padding-bottom:2px;transition:gap .2s ease}.text-link:hover{gap:.7em}.button{display:inline-flex;align-items:center;justify-content:center;gap:.75em;min-height:52px;padding:0 1.5rem;border-radius:999px;border:1px solid transparent;font-weight:500;font-size:.95rem;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease}.button:hover{transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.button--primary{background:var(--dark);color:#fff}.button--primary:hover{background:var(--dark-soft)}.button--light{background:#fff;color:var(--dark)}.button--outline{background:transparent;border-color:var(--line);color:var(--text)}.button--outline-light{background:#ffffff0f;border-color:#ffffff80;color:#fff;backdrop-filter:blur(6px)}.button .arrow{transition:transform .2s ease}.button:hover .arrow{transform:translate(3px)}.site-header{position:sticky;top:0;z-index:60;background:#f7f7f4e6;backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid rgba(20,19,15,.06)}.header-inner{display:flex;align-items:center;gap:1.5rem;min-height:76px}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand__main{font-family:var(--font-head);font-size:1.3rem;font-weight:500;letter-spacing:.06em}.brand__sub{font-size:.55rem;letter-spacing:.42em;margin-top:5px;color:var(--muted)}.primary-nav{margin-left:auto}.primary-nav>ul{display:flex;align-items:center;gap:1.9rem;list-style:none;margin:0;padding:0;font-size:.92rem}.primary-nav a{padding:.4rem 0;position:relative}.primary-nav a:hover{color:var(--muted)}.nav-item{position:relative}.nav-item__trigger{display:inline-flex;align-items:center;gap:.3em}.nav-item__trigger .chev{font-size:.65em;opacity:.6}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);min-width:240px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:0 20px 50px #14130f1a;padding:8px;list-style:none;margin:0;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown a{display:block;padding:.6rem .75rem;border-radius:6px;font-size:.9rem}.nav-dropdown a:hover{background:var(--bg-alt);color:var(--text)}.header-cta{margin-left:1.6rem;min-height:46px}.menu-toggle,.mobile-nav{display:none}.mobile-nav.is-open{display:block}.hero{position:relative;color:#fff;background:linear-gradient(180deg,#10202f,#1c3a52);overflow:hidden}.hero__media{position:absolute;inset:0;background:linear-gradient(105deg,#091118eb,#0911188c 46%,#09111826 78%),linear-gradient(135deg,#315a7a,#9db7cc 55%,#4d7192)}.hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#091118ed,#09111899 45%,#0911183d 80%);opacity:0}.hero__media:has(img):after{opacity:1}.hero__media:has(img){background:linear-gradient(135deg,#10202f,#1c3a52)}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr minmax(0,300px);gap:3.5rem;align-items:center;min-height:620px;padding-block:clamp(56px,9vw,96px)}.hero__content{max-width:620px}.hero h1{color:#fff;margin-bottom:1.4rem}.hero .lead{color:#ffffffdb;max-width:46ch}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.hero__panel{justify-self:end;width:100%;max-width:290px;border-radius:18px;padding:1.6rem;background:#0a0908d1;border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 90px #0006}.hero__panel-title{font-size:.9rem;color:#ffffffbf;margin-bottom:1.1rem}.hero__panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.hero__panel-grid div{min-height:86px;border-radius:10px;background:linear-gradient(150deg,#23211d,#100f0d);border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.hero__panel-grid svg{width:22px;height:22px;color:#ffffffd9}.hero__panel-grid small{font-size:.68rem;color:#ffffffb3}.hero__panel-note{margin-top:1.3rem;font-size:.95rem;color:#ffffffe6}.split-heading{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:end;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.split-heading__intro{color:var(--muted);max-width:46ch}.split-heading__intro .text-link{color:var(--text);margin-top:.6rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.service-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,transform .2s ease}.service-card:hover{border-color:#cfcbc0;transform:translateY(-2px)}.service-card__visual{aspect-ratio:1.5;background:linear-gradient(140deg,#a9a294,#5f594f);display:flex;align-items:center;justify-content:center;position:relative}.service-card:nth-child(6n+2) .service-card__visual{background:linear-gradient(140deg,#33383a,#10130f)}.service-card:nth-child(6n+3) .service-card__visual{background:linear-gradient(140deg,#c1b39d,#6b6559)}.service-card:nth-child(6n+4) .service-card__visual{background:linear-gradient(140deg,#c9c5bc,#46443f)}.service-card:nth-child(6n+5) .service-card__visual{background:linear-gradient(140deg,#a49a8b,#3b372f)}.service-card:nth-child(6n) .service-card__visual{background:linear-gradient(140deg,#bdc2ba,#6d746b)}.service-card__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.service-card__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0c0b090d,#0c0b0952)}.service-card__icon{position:relative;z-index:1;width:52px;height:52px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(255,255,255,.3);background:#ffffff24;backdrop-filter:blur(6px);color:#fff}.service-card__icon svg{width:24px;height:24px}.service-card__body{padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column;flex:1}.service-card__body h3{margin-bottom:.35rem}.service-card__body p{font-size:.9rem;color:var(--muted);line-height:1.5}.service-card__link{margin-top:auto;padding-top:1rem;width:38px;height:38px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;box-sizing:content-box;transition:background .2s ease,color .2s ease}.service-card__link svg{width:16px;height:16px}.service-card:hover .service-card__link{background:var(--dark);color:#fff;border-color:var(--dark)}.advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.advantage{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem}.advantage svg{width:28px;height:28px;color:var(--accent);margin-bottom:1rem}.advantage h3{margin-bottom:.4rem}.advantage p{font-size:.9rem;color:var(--muted)}.duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.duo-grid .advantage p{margin-bottom:1rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.step-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem;position:relative}.step-card__num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:1rem}.step-card h3{margin-bottom:.4rem;font-size:1.02rem}.step-card p{font-size:.88rem;color:var(--muted)}.automations-grid{display:flex;flex-wrap:wrap;gap:.65rem}.automation-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.85rem;color:var(--text)}.automation-chip svg{width:14px;height:14px;color:var(--accent);flex-shrink:0}.scenes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.scene-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.scene-card svg{width:26px;height:26px;color:var(--accent);margin-bottom:1rem}.scene-card h3{margin-bottom:.8rem}.scene-card ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.scene-card li{padding-left:1rem;position:relative;font-size:.86rem;color:var(--muted);line-height:1.4}.scene-card li:before{content:"–";position:absolute;left:0;color:var(--accent)}.about{display:grid;grid-template-columns:1fr 1.1fr;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.about__visual{position:relative;min-height:460px;background:linear-gradient(120deg,#d3c6b6,#a58f79 55%,#d0c0ad)}.about__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about__quote{position:absolute;left:1.5rem;bottom:1.5rem;right:1.5rem;max-width:320px;margin:0;padding:1.4rem 1.5rem;background:#ffffffeb;border-radius:10px;font-family:var(--font-head);font-size:1.1rem;line-height:1.35;box-shadow:0 20px 50px #0000001f}.about__copy{padding:clamp(2rem,5vw,3.5rem);align-self:center}.about__copy>p{color:var(--muted);max-width:52ch}.about__features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.about__features div{display:flex;flex-direction:column;gap:.6rem}.about__features svg{width:26px;height:26px;color:var(--text)}.about__features span{font-size:.82rem;line-height:1.35;color:var(--muted)}.tech{border-block:1px solid var(--line);background:var(--surface)}.tech .eyebrow{margin-bottom:1.4rem}.tech__row{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.75rem}.tech__row span{font-family:var(--font-head);font-size:1.2rem;font-weight:500;color:#6f6b62;letter-spacing:.02em}.tech__note{margin-top:1.4rem;font-size:.82rem;color:var(--muted)}.project-layout{display:grid;grid-template-columns:300px 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.project-heading .text-link{margin-top:.8rem}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.project-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.project-card__photo{aspect-ratio:1.5;background:linear-gradient(135deg,#a7a199,#67635b)}.project-card:nth-child(3n+2) .project-card__photo{background:linear-gradient(135deg,#c9b6a0,#6f6357)}.project-card:nth-child(3n) .project-card__photo{background:linear-gradient(135deg,#7f8d80,#384740)}.project-card__photo img{width:100%;height:100%;object-fit:cover}.project-card__body{padding:1rem 1.15rem 1.25rem}.project-card__body h3{font-size:1rem;margin-bottom:.2rem}.project-card__body p{font-size:.82rem;color:var(--muted);margin:0}.faq-layout{display:grid;grid-template-columns:320px 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;padding:1.3rem 2.5rem 1.3rem 0;position:relative;font-family:var(--font-head);font-size:1.05rem;font-weight:500}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:0;top:1.15rem;font-size:1.4rem;font-weight:400;color:var(--accent);transition:transform .2s ease}.faq-item[open] summary:after{content:"–"}.faq-item__answer{padding:0 2.5rem 1.5rem 0;color:var(--muted);max-width:62ch}.zonas-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.zona-card{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .2s ease,transform .2s ease}.zona-card:hover{border-color:#cfcbc0;transform:translateY(-2px)}.zona-card strong{font-family:var(--font-head);font-size:1.15rem;font-weight:500}.zona-card span{font-size:.88rem;color:var(--muted)}.zona-card .text-link{margin-top:.3rem;font-size:.85rem}.topic-card{display:flex;flex-direction:column;gap:.5rem;padding:1.6rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .2s ease,transform .2s ease}.topic-card:hover{border-color:#cfcbc0;transform:translateY(-2px)}.topic-card h3{margin:0}.topic-card p{font-size:.9rem;color:var(--muted);flex:1;margin:0}.topic-card .text-link{margin-top:.3rem;font-size:.85rem;align-self:flex-start}.prose-block{max-width:720px}.prose-block>*+*{margin-top:1.1rem}.prose-block p{color:#38352f}.prose-figure{margin:0 0 1.8rem}.prose-figure img{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.prose-figure figcaption{margin-top:.6rem;font-size:.8rem;color:var(--muted)}.cta{color:#fff;background:linear-gradient(100deg,#091118f5,#091118b3),linear-gradient(120deg,#2c4d68,#10202f);position:relative;overflow:hidden}.cta__media{position:absolute;inset:0;opacity:.45}.cta__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cta__inner{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2rem;padding-block:clamp(48px,7vw,72px)}.cta h2{color:#fff;margin-bottom:.4rem}.cta p{color:#fffc;margin:0}.contact-section{background:var(--surface);border-top:1px solid var(--line)}.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.contact-info p{color:var(--muted)}.contact-info__list{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:1rem}.contact-info__list li{display:flex;gap:.9rem;align-items:flex-start}.contact-info__list svg{width:20px;height:20px;color:var(--accent);flex-shrink:0;margin-top:3px}.contact-info__list a{font-weight:500}.contact-info__list small{display:block;color:var(--muted);font-weight:400}.contact-form{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-size:.82rem;font-weight:500}.field input,.field textarea,.field select{font:inherit;padding:.8rem .9rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);width:100%}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.form-consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.8rem;color:var(--muted);margin-bottom:1.25rem}.form-consent input{margin-top:3px}.form-note{font-size:.78rem;color:var(--muted);margin-top:.9rem}.wa-float{position:fixed;right:18px;bottom:18px;z-index:70;width:56px;height:56px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;box-shadow:0 12px 30px #00000040;transition:transform .2s ease}.wa-float:hover{transform:scale(1.05)}.wa-float svg{width:30px;height:30px}.site-footer{background:var(--surface);border-top:1px solid var(--line)}.site-footer__main{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:2.5rem;padding-block:clamp(2.5rem,5vw,3.5rem)}.site-footer__col h4{font-family:var(--font-body);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.site-footer__col ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;font-size:.9rem}.site-footer__col a:hover{color:var(--muted)}.site-footer__blurb{color:var(--muted);font-size:.9rem;max-width:34ch;margin-top:.9rem}.site-footer__socials{display:flex;gap:.75rem;margin-top:1.1rem}.site-footer__socials a{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center}.site-footer__socials svg{width:16px;height:16px}.site-footer__bottom{border-top:1px solid var(--line);padding-block:1.25rem 1.75rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.78rem;color:var(--muted)}.site-footer__bottom nav{display:flex;gap:1rem;flex-wrap:wrap}.page-hero{background:var(--bg-alt);border-bottom:1px solid var(--line)}.page-hero__inner{padding-block:clamp(48px,7vw,80px);max-width:760px}.breadcrumbs{font-size:.8rem;color:var(--muted);margin-bottom:1.25rem;display:flex;gap:.5rem;flex-wrap:wrap}.breadcrumbs a:hover{color:var(--text)}.prose{max-width:68ch}.prose>*+*{margin-top:1.1rem}.prose h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-top:2.5rem}.prose h3{font-size:1.2rem;margin-top:1.8rem}.prose ul{padding-left:1.2rem;display:grid;gap:.5rem}.prose p{color:#38352f}.content-layout{display:grid;grid-template-columns:1fr 300px;gap:clamp(2rem,5vw,4rem);align-items:start}.sidebar-card{position:sticky;top:100px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.sidebar-card h3{margin-bottom:.5rem}.sidebar-card p{font-size:.9rem;color:var(--muted);margin-bottom:1.1rem}.sidebar-card .button{width:100%}.sidebar-card__phone{display:block;text-align:center;margin-top:.75rem;font-size:.9rem;font-weight:500}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1080px){.service-grid,.advantages,.scenes-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.about__visual{min-height:340px}.project-layout,.faq-layout,.contact-layout,.content-layout{grid-template-columns:1fr}.project-grid,.zonas-grid{grid-template-columns:repeat(2,1fr)}.sidebar-card{position:static}}@media(max-width:860px){.primary-nav,.header-cta{display:none}.menu-toggle{display:inline-flex;flex-direction:column;gap:6px;margin-left:auto;background:none;border:0;padding:10px;cursor:pointer}.menu-toggle span{width:24px;height:2px;background:var(--text);border-radius:2px}.mobile-nav{border-top:1px solid var(--line);background:var(--surface)}.mobile-nav ul{list-style:none;margin:0;padding:.5rem var(--pad) 1.25rem;display:grid}.mobile-nav a{display:block;padding:.8rem 0;border-bottom:1px solid var(--line)}.mobile-nav .sub a{padding-left:1rem;font-size:.9rem;color:var(--muted)}.hero__inner{grid-template-columns:1fr;min-height:auto;gap:2.5rem}.hero__panel{display:none}.split-heading{grid-template-columns:1fr;align-items:start}.about__features{grid-template-columns:repeat(3,1fr);gap:1rem}.site-footer__main{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:560px){.service-grid,.advantages,.project-grid,.zonas-grid,.scenes-grid,.steps-grid,.duo-grid,.form-row,.about__features{grid-template-columns:1fr}.hero__actions .button,.cta__inner .button{width:100%}.site-footer__main{grid-template-columns:1fr}}
