@import "tailwindcss";

:root{--navy:#031b45;--navy2:#061f4e;--cyan:#06a9ee;--ink:#071d44;--paper:#fbfaf7;--line:#d8dde5;--muted:#5d6879;--shadow:0 14px 35px rgba(3,27,69,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.04}h2{font-size:clamp(28px,3.2vw,44px)}em{font-style:normal;color:var(--cyan)}
.site-header{height:82px;padding:0 clamp(22px,5vw,64px);display:flex;align-items:center;gap:34px;background:#fff;position:relative;z-index:20}.logo{display:flex;align-items:center;gap:10px;min-width:190px}.logo-mark{position:relative;width:34px;height:40px;border-radius:0 15px 15px 15px;background:linear-gradient(90deg,#062451 50%,#cfd3d8 50%);display:block}.logo-mark:after{content:"";position:absolute;width:16px;height:23px;background:#fff;top:0;left:9px;border-radius:0 0 10px 10px}.logo-mark i{position:absolute;width:9px;height:18px;background:#fff;right:-1px;top:11px;z-index:2}.logo b{display:block;font-size:25px;line-height:.9;letter-spacing:-1.5px;color:#17191e}.logo small{display:block;font-size:10px;letter-spacing:3px;color:#173663;margin-top:5px}.site-header nav{display:flex;gap:27px;align-self:stretch;align-items:center;margin-left:auto}.site-header nav a{font-size:13px;white-space:nowrap;height:100%;display:flex;align-items:center;border-bottom:2px solid transparent}.site-header nav a.active{border-color:var(--navy);font-weight:700}.button{min-height:44px;border:1px solid var(--navy);border-radius:5px;padding:11px 20px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-size:13px;font-weight:700}.button span{font-size:20px;line-height:1}.primary{background:var(--navy);color:#fff;border-color:var(--navy)}.light{background:#fff;color:var(--navy);border-color:#fff}.outline{background:transparent;color:inherit;border-color:currentColor}.cyan{background:var(--cyan);color:#fff;border-color:var(--cyan)}.top-cta{margin-left:6px;white-space:nowrap}.mobile-menu{display:none}
.hero{min-height:490px;position:relative;overflow:hidden;display:flex;align-items:center;padding:70px clamp(6vw,8vw,110px);isolation:isolate}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,var(--navy) 0%,rgba(3,27,69,.98) 38%,rgba(3,27,69,.48) 65%,rgba(3,27,69,.08) 100%)}.hero-light:after{background:linear-gradient(90deg,#fbfaf7 0%,rgba(251,250,247,.98) 42%,rgba(251,250,247,.64) 64%,rgba(251,250,247,.08) 100%)}.hero-photo{position:absolute;inset:0;z-index:-2;background-image:var(--hero-image);background-size:100% auto;background-position:center -70px;background-repeat:no-repeat;filter:saturate(.95)}.hero-copy{width:min(610px,58%);position:relative;z-index:2}.hero h1{font-size:clamp(43px,5vw,67px);margin:0 0 22px;letter-spacing:-1.5px}.hero p{font-size:17px;max-width:580px;margin-bottom:30px}.hero-dark{color:#fff}.hero-dark p{color:rgba(255,255,255,.9)}.hero-actions{display:flex;gap:16px}.eyebrow{display:block;font-size:10px;font-weight:800;letter-spacing:1.8px;color:#075e9f;margin-bottom:14px}.hero-dark .eyebrow{color:#fff}.puzzle-line{position:absolute;width:210px;height:180px;border:2px dotted var(--cyan);border-radius:34px;left:47%;top:45px;opacity:.8}.puzzle-line:after{content:"";position:absolute;width:60px;height:70px;border:inherit;border-left:0;border-radius:0 30px 30px 0;right:-62px;top:65px}.hero-home .hero-copy{width:520px}.hero-about .hero-copy{color:var(--ink)}.hero-ebook,.hero-blog{min-height:610px}.hero-ebook .hero-copy{width:52%;align-self:flex-start}.hero-blog .hero-copy{align-self:flex-start}.hero-marcas,.hero-patentes{min-height:570px}.hero-marcas .hero-copy,.hero-patentes .hero-copy{width:54%}.hero-marcas .lead-form,.hero-patentes .lead-form,.hero-ebook .lead-form{position:absolute;right:6vw;top:38px;width:350px;z-index:4}.hero-ebook .lead-form{right:14vw;top:110px}.hero-highlights{display:flex;gap:28px;margin-top:26px;font-size:14px}.hero-contato{min-height:360px}.hero-contato .hero-copy{margin-top:-25px}
.stats{background:linear-gradient(110deg,#061f4c,#03193e);color:#fff;padding:30px 6vw 22px}.stats-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}.stat{display:flex;align-items:center;justify-content:center;gap:16px;border-right:1px solid rgba(255,255,255,.35)}.stat:last-child{border:0}.stat-icon{font-size:39px;font-family:Georgia}.stat strong{display:block;font-size:28px;line-height:1}.stat small{font-size:11px}.stats>p{text-align:center;font-size:12px;margin:20px 0 0;color:#d7e3f2}.stats.compact{border-radius:10px;margin:35px 0}.stats.compact .stats-grid{grid-template-columns:repeat(4,1fr)}
.section{padding:64px clamp(5vw,7vw,95px)}.section-title{text-align:center;margin:0 auto 35px}.section-title h2{margin:0}.section-title .eyebrow:after,.intro .eyebrow:after{content:"";display:block;width:28px;height:2px;background:var(--cyan);margin:9px auto 0}.intro{display:grid;grid-template-columns:250px 1fr;gap:35px;align-items:center}.intro-copy h2{font-size:34px}.intro-copy p{font-size:13px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.puzzle-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:27px 24px;position:relative;min-height:190px;box-shadow:0 2px 12px rgba(0,0,0,.02)}.puzzle-card:after{content:"";position:absolute;width:28px;height:54px;border:1px solid var(--line);background:var(--paper);right:-1px;top:50%;transform:translateY(-50%);border-right:0;border-radius:26px 0 0 26px}.line-icon{font-size:36px;color:var(--navy);display:block;margin-bottom:14px}.puzzle-card h3{font-size:16px;margin-bottom:10px}.puzzle-card p{font-size:12px;color:var(--muted);margin:0}.card-number{font-weight:800;font-size:14px;display:block;margin-bottom:8px;color:var(--navy)}
.method{border-top:1px solid var(--line);background:linear-gradient(#fff,#fbfaf7)}.step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:45px;position:relative}.step-grid:before{content:"";position:absolute;left:6%;right:6%;top:74px;border-top:2px dotted #95a5ba}.step-grid .puzzle-card{background:var(--navy);color:#fff;border:0;min-height:150px;text-align:left;z-index:1;padding:17px 22px}.step-grid .puzzle-card:after{background:var(--paper);border:0}.step-grid .line-icon{color:#fff;margin:0;font-size:34px}.step-grid .puzzle-card h3,.step-grid .puzzle-card p{position:absolute;color:var(--ink);text-align:center;left:-15px;right:-15px}.step-grid .puzzle-card h3{top:168px}.step-grid .puzzle-card p{top:201px}.step-grid{margin-bottom:100px}
.trust{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center;border-top:1px solid var(--line)}.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px}.logo-grid div{background:#fff;border:1px solid var(--line);height:75px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#163768;text-align:center}.testimonial{background:#fff;border:1px solid var(--line);border-radius:8px;padding:26px 34px;min-height:190px;position:relative}.testimonial:after{content:"";position:absolute;width:28px;height:45px;border:1px solid var(--line);background:var(--paper);right:-1px;top:50%;border-right:0;border-radius:20px 0 0 20px}.quote{font-size:44px;color:var(--cyan);font-family:Georgia;line-height:1}.testimonial p{font-size:13px}.testimonial strong,.testimonial small{display:block;font-size:12px}.client-logo{position:absolute;right:35px;bottom:25px;font-size:27px;color:#222}.cta-band{min-height:180px;background:radial-gradient(circle at 80% 50%,#0b3a79,#03183b 55%);color:#fff;padding:28px 10%;display:flex;align-items:center;gap:55px;position:relative;overflow:hidden}.cta-band h2{font-size:35px;margin:0;flex:1}.cta-piece{font-size:110px;position:absolute;right:22%;bottom:-40px;color:#9db6d4;opacity:.65}.cta-band .button{z-index:2}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:25px 20px 60px}.timeline article{min-height:220px;padding:25px;background:#fff;border:1px solid var(--line);border-radius:8px;position:relative}.timeline article:after{content:"";position:absolute;width:28px;height:52px;background:var(--paper);border:1px solid var(--line);right:-1px;top:50%;border-right:0;border-radius:25px 0 0 25px}.timeline h3{font-size:16px}.timeline strong{font-size:20px;color:var(--cyan)}.timeline p{font-size:13px}.value-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:55px}.four{grid-template-columns:repeat(4,1fr)}.split-cards{display:grid;grid-template-columns:1fr 1fr;margin-top:35px}.split-cards article{padding:38px;background:#fff}.split-cards .dark-card{background:var(--navy);color:#fff}.split-cards p{font-size:14px;max-width:420px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:15px}.services-grid .puzzle-card{border-radius:7px;min-height:170px}.service-detail{display:grid;grid-template-columns:58% 42%;border:1px solid var(--line);background:#fff;border-radius:10px;min-height:270px;overflow:hidden;margin:14px 0}.service-detail>div:first-child{padding:25px 35px}.service-detail h2{margin:0 0 10px}.service-detail p,.service-detail li{font-size:13px}.service-detail ul{columns:2;padding-left:18px}.image-crop,.featured-image,.case,.article-image{background-image:url('../../images/hero-chess.png');background-size:948px auto;background-repeat:no-repeat}.crop-1{background-position:88% -655px}.crop-2{background-position:88% -835px}.crop-3{background-position:88% -1010px}
.clients .logo-grid{grid-template-columns:repeat(5,1fr)}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.cases{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.case{height:210px;border-radius:10px;background-image:url('../../images/hero-team.png');background-size:948px auto;background-position:center -890px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;position:relative;overflow:hidden}.case:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,#031b45aa)}.case h3,.play{z-index:1}.case h3{margin:0;font-family:Georgia;font-size:20px}.play{font-size:25px;border:2px solid #fff;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;margin:auto}
.lead-form{background:#fff;color:var(--ink);padding:27px 30px;border-radius:8px;box-shadow:var(--shadow)}.lead-form h2{font-size:25px;margin-bottom:20px}.lead-form label{font-size:11px;display:block;margin-bottom:12px}.lead-form input,.lead-form textarea{width:100%;display:block;border:1px solid var(--line);border-radius:4px;padding:10px;margin-top:5px;resize:vertical}.lead-form .button{width:100%;margin-top:4px}.lead-form>small{display:block;font-size:9px;margin-top:12px;color:var(--muted)}.ebook-inside{padding-top:35px}.topic-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:40px}.topic-row div{text-align:center;position:relative}.topic-row span{display:block;font-size:35px;margin-bottom:10px}.topic-row b{font-size:13px}.topic-row div:not(:last-child):after{content:"";position:absolute;top:23px;left:75%;width:55%;border-top:2px dotted #7c8fa7}
.featured{display:grid;grid-template-columns:45% 55%;border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden;padding:22px}.featured-image{background-image:url('../../images/hero-team.png');background-size:948px auto;background-position:left -340px;border-radius:9px;min-height:260px}.featured>div:last-child{padding:18px 45px}.featured h2{font-size:31px;margin:12px 0}.featured p{font-size:13px}.featured a{color:#008fe0;font-weight:700;font-size:13px}.featured small{display:block;font-size:11px}.filters{display:flex;justify-content:space-between;gap:20px;margin:35px 0}.filters button{background:#fff;border:1px solid var(--line);border-radius:30px;padding:12px 20px;color:var(--ink)}.filters button:first-child{background:var(--navy);color:#fff}.article-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.article-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;padding-bottom:15px}.article-image{height:155px;background-image:url('../../images/hero-team.png');background-size:948px auto;background-position:center -670px}.article-grid h3,.article-grid span,.article-grid small{display:block;margin-left:14px;margin-right:14px}.article-grid h3{font-family:Georgia;font-size:17px;line-height:1.15;min-height:78px}.article-grid .eyebrow{margin-top:12px}.article-grid small{font-size:10px}.article-1{background-position:center -825px}.article-2{background-position:center -950px}.article-3{background-position:center -1100px}.article-4{background-position:center -690px}.article-5{background-position:center -820px}.center{width:max-content;margin:28px auto;display:flex}.newsletter{margin:45px 0 0;padding:35px 50px;border:1px solid var(--line);border-radius:9px;background:linear-gradient(90deg,#f2f5f8,#fff);display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter h2{font-size:28px;margin:0}.newsletter form{display:flex;min-width:45%}.newsletter input{flex:1;padding:12px;border:1px solid var(--navy);border-radius:5px 0 0 5px}.newsletter button{border-radius:0 5px 5px 0}
.faq-layout{display:grid;grid-template-columns:2fr 1fr;gap:48px}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:7px;margin-bottom:8px}.faq-list summary{padding:17px 22px;list-style:none;font-family:Georgia;font-weight:700;font-size:17px;cursor:pointer;display:flex;justify-content:space-between}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--cyan)}.faq-list details p{padding:0 23px 19px;font-size:13px;color:var(--muted);margin:0}.help-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:40px;align-self:start}.help-icon{font-size:18px;color:#fff;background:var(--cyan);border-radius:20px;padding:10px}.help-card h2{font-size:34px;margin-top:30px}.help-card li{margin:14px 0;font-size:13px}.faq-bottom{display:grid;grid-template-columns:1.5fr 1fr;gap:45px}.faq-bottom .stats{margin:0}
.side-title{max-width:260px;float:left;margin-right:45px}.risks{display:grid}.google-band{clear:both;background:var(--navy);color:#fff;border-radius:8px;padding:28px 50px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:35px;align-items:center}.google-band strong{font-family:Georgia;font-size:22px}.google-band em{font-size:52px}.google-band b{font-size:19px}.expert-band{padding:0 7%;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;background:linear-gradient(90deg,#031b45 0 55%,#142b4b);color:#fff}.expert-band>div{padding:45px}.expert-band h2{font-size:38px}.expert-band .lead-form{margin:22px}.patent-benefits{display:grid;grid-template-columns:250px 1fr;gap:35px}.patent-benefits .side-title{float:none;margin:0}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:14px;margin-top:-35px;position:relative;z-index:3}.contact-card,.message-form{background:#fff;border:1px solid var(--line);border-radius:8px;padding:35px}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-card div{display:grid;grid-template-columns:40px 1fr;align-items:start}.contact-card span{font-size:30px;grid-row:1/3}.contact-card small,.contact-card b{font-size:12px}.contact-card .button{grid-column:1/-1}.message-form>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.message-form input,.message-form textarea{border:1px solid var(--line);padding:12px;border-radius:4px;width:100%;margin-bottom:10px}.message-form label{font-size:11px;display:flex;align-items:center}.message-form label input{width:auto;margin-right:8px}.contact-news{margin:0 5vw;background:var(--navy);color:#fff}.contact-news input{background:transparent;color:#fff;border-color:#fff}.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.map{display:grid;grid-template-columns:1fr 1.4fr;background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;margin-top:30px}.map>div:first-child{padding:35px}.map-art{min-height:220px;display:grid;place-items:center;font-size:60px;background:linear-gradient(30deg,#e8edf0,#f8f3e8);color:var(--navy)}
footer{background:var(--navy);color:#fff}.footer-main{padding:45px 6vw;display:grid;grid-template-columns:1.2fr .8fr .9fr 1.4fr;gap:55px}.footer-main .logo b,.footer-main .logo small{color:#fff}.footer-main>div>b{display:block;font-size:11px;letter-spacing:2px;margin-bottom:14px}.footer-main a{display:block;font-size:11px;margin:3px 0}.footer-main p,.footer-main strong{font-size:11px}.social{margin-top:20px}.copyright{border-top:1px solid rgba(255,255,255,.25);padding:12px;text-align:center;font-size:10px}
@media(max-width:1050px){.site-header nav{display:none}.top-cta{margin-left:auto}.mobile-menu{display:block;position:relative}.mobile-menu summary{list-style:none;border:1px solid var(--navy);padding:8px 12px;border-radius:4px}.mobile-menu div{position:absolute;right:0;top:45px;background:#fff;padding:15px;width:210px;box-shadow:var(--shadow)}.mobile-menu a{display:block;padding:9px}.article-grid{grid-template-columns:repeat(3,1fr)}.hero-marcas .hero-copy,.hero-patentes .hero-copy{width:48%}.hero-marcas .lead-form,.hero-patentes .lead-form{right:3vw}}
@media(max-width:760px){.site-header{height:70px;padding:0 18px}.logo{min-width:0}.logo b{font-size:20px}.logo small{font-size:8px}.logo-mark{width:28px;height:34px}.top-cta{display:none}.hero{min-height:540px;padding:55px 24px;align-items:flex-start}.hero:after,.hero-light:after{background:linear-gradient(180deg,rgba(3,27,69,.96) 0%,rgba(3,27,69,.9) 60%,rgba(3,27,69,.35) 100%)}.hero-light:after{background:linear-gradient(180deg,rgba(251,250,247,.98) 0%,rgba(251,250,247,.92) 68%,rgba(251,250,247,.4) 100%)}.hero-photo{background-size:auto 100%;background-position:center}.hero-copy,.hero-home .hero-copy,.hero-marcas .hero-copy,.hero-patentes .hero-copy,.hero-ebook .hero-copy{width:100%}.hero h1{font-size:43px}.hero p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-marcas,.hero-patentes,.hero-ebook{min-height:930px}.hero-marcas .lead-form,.hero-patentes .lead-form,.hero-ebook .lead-form{left:20px;right:20px;top:auto;bottom:28px;width:auto}.hero-highlights{flex-direction:column}.stats-grid,.stats.compact .stats-grid{grid-template-columns:1fr 1fr;gap:22px}.stat{border:0}.section{padding:45px 20px}.intro,.trust,.faq-layout,.faq-bottom,.patent-benefits,.expert-band,.contact-grid,.map,.featured{grid-template-columns:1fr}.feature-grid,.four,.value-grid,.step-grid,.services-grid,.testimonials,.cases,.legal-grid{grid-template-columns:1fr}.step-grid{gap:12px;margin-bottom:0}.step-grid:before{display:none}.step-grid .puzzle-card h3,.step-grid .puzzle-card p{position:static;text-align:left;color:#fff}.step-grid .puzzle-card{min-height:0}.timeline{grid-template-columns:1fr;margin:20px 0 40px}.logo-grid,.clients .logo-grid{grid-template-columns:1fr 1fr}.cta-band{padding:35px 22px;display:block}.cta-band h2{font-size:29px;margin-bottom:22px}.footer-main{grid-template-columns:1fr;gap:28px}.service-detail{grid-template-columns:1fr}.image-crop{min-height:220px}.article-grid{grid-template-columns:1fr 1fr;gap:12px}.filters{overflow-x:auto;justify-content:flex-start}.filters button{white-space:nowrap}.newsletter{padding:25px;display:block}.newsletter form{min-width:0;display:block}.newsletter input,.newsletter button{width:100%;border-radius:4px;margin-top:10px}.topic-row{grid-template-columns:1fr 1fr}.topic-row div:after{display:none}.side-title{float:none;max-width:none;margin:0 0 25px}.risks{grid-template-columns:1fr}.google-band{grid-template-columns:1fr;padding:28px}.expert-band>div{padding:35px 10px}.expert-band .lead-form{margin:0 0 25px}.contact-grid{margin-top:0}.contact-card{grid-template-columns:1fr}.message-form>div{grid-template-columns:1fr}.footer-main{padding:40px 28px}.featured>div:last-child{padding:24px 4px}.puzzle-line{display:none}}
@media(max-width:430px){.article-grid{grid-template-columns:1fr}.stats-grid,.stats.compact .stats-grid{grid-template-columns:1fr}.stat{justify-content:flex-start}.logo-grid,.clients .logo-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:38px}}

/* Programmatic, crawlable production UI */
.site-header{height:72px;padding:0 clamp(22px,4vw,56px);gap:22px}.site-header nav{gap:clamp(13px,2vw,27px)}.site-header nav a{font-size:12px}.top-cta{padding-inline:16px}.button{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(3,27,69,.16)}
.hero{min-height:430px;padding:58px clamp(6vw,8vw,110px)}.hero-photo{background-size:cover;background-position:center}.hero:after{background:linear-gradient(90deg,var(--navy) 0%,rgba(3,27,69,.96) 43%,rgba(3,27,69,.42) 70%,rgba(3,27,69,.08) 100%)}.hero-light:after{background:linear-gradient(90deg,#fbfaf7 0%,rgba(251,250,247,.98) 44%,rgba(251,250,247,.56) 68%,rgba(251,250,247,.08) 100%)}.hero-sobre .hero-copy{color:var(--ink)}
.image-crop,.featured-image,.case,.article-image{background-size:cover;background-position:center;background-repeat:no-repeat}.crop-1{background-image:url('../../images/hero-chess.png')}.crop-2{background-image:url('../../images/hero-patent.png')}.crop-3{background-image:url('../../images/hero-team.png')}.featured-image{background-image:url('../../images/hero-team.png')}.case{background-image:url('../../images/hero-team.png')}.case-1{background-image:url('../../images/hero-patent.png')}.case-2{background-image:url('../../images/hero-attorney.png')}.article-image{background-image:url('../../images/hero-chess.png')}.article-1,.article-4,.article-7{background-image:url('../../images/hero-team.png')}.article-2,.article-5,.article-8{background-image:url('../../images/hero-patent.png')}.article-3,.article-6,.article-9{background-image:url('../../images/hero-attorney.png')}
.skip-link{position:fixed;left:16px;top:10px;z-index:1000;background:#fff;color:var(--navy);padding:10px 14px;border:2px solid var(--cyan);border-radius:5px;transform:translateY(-150%)}.skip-link:focus{transform:none}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.answers{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.answer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:auto}.answer-grid article{padding:28px;border:1px solid var(--line);border-radius:9px;background:var(--paper);position:relative}.answer-grid article:before{content:"";position:absolute;top:-1px;left:24px;width:58px;border-top:3px solid var(--cyan)}.answer-grid h3{font-family:Georgia,serif;font-size:20px}.answer-grid p{font-size:14px;color:var(--muted)}.answer-grid a{font-size:13px;color:#057dbb;font-weight:700}
.long-article{max-width:840px;margin:0 auto;padding:70px 24px 90px}.long-article>nav{font-size:12px;color:var(--muted);margin-bottom:40px}.long-article h1{font-size:clamp(42px,6vw,68px);margin-bottom:24px}.article-lead{font-size:20px;color:var(--muted);line-height:1.6}.article-summary{padding:24px 28px;background:#eef8fd;border-left:4px solid var(--cyan);border-radius:0 8px 8px 0;margin:38px 0}.article-summary p{margin:7px 0 0}.long-article section{padding:22px 0;border-bottom:1px solid var(--line)}.long-article section h2{font-size:31px}.long-article section p{font-size:17px;line-height:1.75;color:#3b4859}.long-article aside{margin-top:45px;padding:35px;border-radius:10px;background:var(--navy);color:#fff}.long-article aside h2{font-size:31px}.long-article aside p{max-width:560px}
.puzzle-card:before{content:"";position:absolute;left:-1px;top:18px;width:18px;height:30px;border:1px dotted #9eb2c9;border-left:0;border-radius:0 16px 16px 0}.intro,.service-overview,.patent-benefits,.contact-grid{position:relative}.intro:after,.service-overview:after,.patent-benefits:after{content:"";position:absolute;left:42%;bottom:6px;width:30%;height:28px;border-left:2px dotted #8fa9c5;border-bottom:2px dotted #8fa9c5;border-radius:0 0 0 22px;pointer-events:none}.lead-form input:focus,.lead-form textarea:focus,.message-form input:focus,.message-form textarea:focus,.newsletter input:focus{outline:3px solid rgba(6,169,238,.25);border-color:var(--cyan)}
@media(max-width:1050px) and (min-width:861px){.site-header nav{display:flex}.mobile-menu{display:none}.site-header{padding-inline:24px}.logo{min-width:160px}.site-header nav{gap:12px}.site-header nav a{font-size:11px}.top-cta{font-size:11px;padding-inline:12px}}
@media(max-width:860px){.site-header nav{display:none}.top-cta{margin-left:auto}.mobile-menu{display:block}}
@media(max-width:760px){.answer-grid{grid-template-columns:1fr}.long-article{padding-top:45px}.long-article h1{font-size:40px}}

/* 948px reference artboard calibration */
@media(min-width:861px){
  .site-header{height:64px;padding:0 40px;gap:16px}
  .logo{min-width:132px;gap:8px}.logo-mark{width:30px;height:34px}.logo-mark:after{width:14px;height:20px;left:8px}.logo-mark i{width:8px;height:15px;top:10px}.logo b{font-size:22px}.logo small{font-size:8px;letter-spacing:2.4px;margin-top:4px}
  .site-header nav{gap:26px}.site-header nav a{font-size:10px}.top-cta{min-height:32px;padding:7px 14px;font-size:10px;margin-left:auto;gap:14px}
  .hero-home{height:327px;min-height:327px;padding:36px 62px;align-items:center}.hero-home .hero-copy{width:380px}.hero-home h1{font-size:49px;line-height:.9;letter-spacing:-1px;margin-bottom:18px}.hero-home p{font-size:12px;line-height:1.55;max-width:360px;margin-bottom:9px}.commercial-board{display:flex;align-items:center;gap:9px;margin:0 0 10px;color:#fff;font-size:13px;font-weight:700}.commercial-board strong{font-size:19px;color:var(--cyan)}.commercial-board span{border-left:1px solid rgba(255,255,255,.55);padding-left:9px}.hero-home .hero-actions{gap:12px}.hero-home .button{min-height:34px;padding:7px 16px;font-size:10px;gap:18px}.hero-home .puzzle-line{left:45.7%;top:24px;width:170px;height:196px;border-width:2px;border-radius:25px}.hero-home .puzzle-line:after{width:48px;height:58px;right:-50px;top:60px}
  .stats{height:128px;padding:28px 62px 16px}.stats-grid{height:48px}.stat{gap:13px}.stat-icon{font-size:31px}.stat strong{font-size:24px}.stat small{font-size:9px}.stats>p{font-size:10px;margin-top:15px}
  .intro{height:267px;padding:27px 0 27px 57px;grid-template-columns:176px 1fr 190px;gap:18px;align-items:center}.intro-copy h2{font-size:28px;line-height:.98;margin-bottom:14px}.intro-copy p{font-size:10px;line-height:1.45}.intro .eyebrow{font-size:7px;letter-spacing:1.3px}.intro .feature-grid{grid-template-columns:repeat(4,1fr);gap:6px}.intro .puzzle-card{height:200px;min-height:200px;padding:22px 14px}.intro .line-icon{font-size:27px;margin-bottom:12px}.intro .puzzle-card h3{font-size:12px;line-height:1.25}.intro .puzzle-card p{font-size:8px;line-height:1.45}.intro-photo{height:200px;border-radius:12px 0 0 12px;background:url('../../images/hero-team.png') center/cover no-repeat;position:relative;clip-path:polygon(0 0,100% 0,100% 74%,88% 74%,88% 100%,68% 100%,68% 83%,0 83%)}.intro-photo:before{content:"";position:absolute;inset:15px;border:2px dotted rgba(6,169,238,.75);border-radius:20px}
  .method{height:242px;padding:14px 72px 24px}.method .section-title{margin-bottom:10px}.method .section-title .eyebrow{font-size:7px;margin-bottom:7px}.method .section-title h2{font-size:27px}.step-grid{gap:55px;margin-bottom:70px}.step-grid:before{top:39px}.step-grid .puzzle-card{height:80px;min-height:80px;padding:9px 14px;border-radius:6px}.step-grid .line-icon{font-size:27px}.step-grid .puzzle-card h3{top:88px;font-size:11px}.step-grid .puzzle-card p{top:108px;font-size:8px;line-height:1.35}.step-grid .puzzle-card:before{width:14px;height:26px}.step-grid .puzzle-card:after{width:18px;height:34px}
  .trust{height:255px;padding:25px 43px;gap:50px}.trust .eyebrow{font-size:7px}.logo-grid{margin-top:10px}.logo-grid div{height:63px;font-size:17px}.testimonial{min-height:188px;padding:22px 30px}.testimonial p{font-size:11px;line-height:1.45}.testimonial strong,.testimonial small{font-size:10px}.client-logo{font-size:23px}
  .cta-band{height:170px;min-height:170px;padding:25px 10%}.cta-band h2{font-size:31px}.cta-band .button{min-height:36px;font-size:10px}
  .footer-main{height:170px;padding:25px 56px;gap:45px}.footer-main .logo{margin-bottom:12px}.footer-main>div>b{font-size:8px;margin-bottom:9px}.footer-main a,.footer-main p,.footer-main strong{font-size:8px;line-height:1.45}.copyright{height:36px;padding:10px;font-size:8px}

  /* Each reference was supplied as a 948 × 1659 artboard.  These page-level
     proportions keep the fully semantic sections on that same desktop canvas. */
  .page-sobre main{zoom:.747}
  .page-servicos main{zoom:.6394}
  .page-clientes main{zoom:.842}
  .page-ebook main{zoom:.9403}
  .page-blog main{zoom:.5114}
  .page-faq main{zoom:.699}
  .page-marcas main{zoom:.5284}
  .page-patentes main{zoom:.6387}
  .page-contato main{zoom:.7143}

  .page-home footer,.page-servicos footer,.page-ebook footer,.page-blog footer,.page-faq footer{background:var(--paper);color:var(--ink)}
  .page-home .footer-main .logo b,.page-home .footer-main .logo small,
  .page-servicos .footer-main .logo b,.page-servicos .footer-main .logo small,
  .page-ebook .footer-main .logo b,.page-ebook .footer-main .logo small,
  .page-blog .footer-main .logo b,.page-blog .footer-main .logo small,
  .page-faq .footer-main .logo b,.page-faq .footer-main .logo small{color:var(--ink)}
  .page-home .copyright,.page-servicos .copyright,.page-ebook .copyright,.page-blog .copyright,.page-faq .copyright{background:var(--navy);color:#fff}
}
