:root{--teal-900:#152229;--blue-500:#40afd4;--blue-50:#f5f6f6;--orange-500:#f49128;--orange-600:#dc7818;--green-500:#52a360;--ink-900:#152229;--ink-500:#54666e;--border:#c6cbcc;--paper:#f5f6f6;--radius:10px;--header-h:121px;}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink-900);font-family:'IBM Plex Sans',sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:1152px;margin:0 auto;padding:0 24px}h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:600;letter-spacing:0}
header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border);background:rgba(245,246,246,.88);backdrop-filter:blur(12px)}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{display:flex;align-items:center;gap:10px;font:600 20px 'Space Grotesk',sans-serif}.brand img{width:88px;height:88px;object-fit:cover;border-radius:50%}.brand span{font:600 20px 'Space Grotesk',sans-serif}.nav-links{display:flex;gap:32px;color:var(--ink-500);font-size:14px;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 22px;border:1.5px solid transparent;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.btn-orange{background:var(--orange-500);color:var(--ink-900)}.btn-orange:hover{background:var(--orange-600)}.btn-blue{background:var(--blue-500);color:var(--ink-900)}.btn-blue:hover{background:#2e99b9}.btn-outline{border-color:var(--ink-900)}.btn-outline:hover{background:var(--ink-900);color:#fff}.btn-outline-light{background:#fff;color:var(--ink-900);border-color:#fff}.btn-outline-light:hover{background:var(--paper)}.btn-dark{background:var(--ink-900);color:#fff}
.hero{padding:0}.hero-media{position:relative;overflow:hidden;height:calc(100svh - var(--header-h));min-height:560px;max-height:980px;background:var(--ink-900)}.hero-media img{width:100%;height:100%;display:block;object-fit:cover;transition:opacity .35s ease}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(21,34,41,.82) 0%,rgba(21,34,41,.6) 32%,rgba(21,34,41,.18) 58%,rgba(21,34,41,0) 78%)}.hero-content{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:center;max-width:600px;padding:0 clamp(20px,5vw,72px) 84px}.hero-content h1{color:#fff;font-size:clamp(32px,4.2vw,58px);line-height:1.15;margin-bottom:22px;text-shadow:0 2px 18px rgba(21,34,41,.35)}.hero-content h1 .c-blue{color:var(--blue-500)}.hero-content h1 .c-green{color:var(--green-500)}.hero-content h1 .c-orange{color:var(--orange-500)}.hero-content p{max-width:44ch;margin-bottom:30px;color:rgba(245,246,246,.94);font-size:17px;line-height:1.7}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-badge{position:absolute;z-index:1;right:clamp(18px,3vw,40px);bottom:clamp(18px,3vw,40px);display:flex;align-items:center;gap:6px;padding:9px 14px;border-radius:20px;background:rgba(21,34,41,.55);backdrop-filter:blur(4px);color:#f5f6f6;font-size:12px;font-weight:600}.hero-badge .tag{color:var(--orange-500)}
.hero-arrow{position:absolute;z-index:2;bottom:clamp(18px,3vw,40px);display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(21,34,41,.4);color:#fff;font-size:26px;line-height:1;cursor:pointer}.hero-arrow:hover{background:var(--orange-500);border-color:var(--orange-500)}.hero-prev{left:clamp(16px,3vw,32px)}.hero-next{left:calc(clamp(16px,3vw,32px) + 54px)}
.trust{margin-top:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#d9d9d9}.trust-row{display:flex;justify-content:space-between;gap:20px;padding:24px 0;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;font-size:14px}.trust-item .check{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(82,163,96,.16);color:var(--green-500);font-size:15px}
.faq{padding:80px 0;background:#fff}.faq h2{max-width:24ch;margin:8px 0 32px;font-size:32px}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px}.faq-item{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#eaebeb;transition:background .25s ease}.faq-item.is-open{background:#fff}.faq-item>button{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px;padding:18px 20px;border:0;background:none;color:inherit;text-align:left;font:600 15px 'Space Grotesk',sans-serif;cursor:pointer}.faq-item>button span:last-child{color:var(--ink-500);transition:transform .25s ease}.faq-item.is-open>button span:last-child{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.faq-item.is-open .faq-answer{max-height:220px;padding-bottom:20px}.faq-answer p{color:var(--ink-500);font-size:14px;line-height:1.7}
.services,.portfolio,.about{padding:80px 0;text-align:left}.eyebrow{color:var(--green-500);font:500 12px 'IBM Plex Mono',monospace;letter-spacing:.04em;text-transform:uppercase}.services h2,.portfolio h2,.about h2{max-width:24ch;margin:8px 0 14px;font-size:32px}.services> .wrap>p{max-width:52ch;margin:0 0 40px;color:var(--ink-500);font-size:15px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.service-card{overflow:hidden;padding:0;border:1px solid var(--border);border-radius:16px;background:#eaebeb;transition:background .25s ease}.service-card.is-open{background:#fff}.service-illustration{width:100%;height:150px;padding:28px;object-fit:contain;background:#fff}.service-card>button{display:flex;align-items:center;width:100%;gap:12px;padding:20px;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.service-card>button>div:nth-child(2){flex:1}.service-card h3{margin:0 0 3px;font-size:18px}.service-card p{color:var(--ink-500);font-size:14px}.service-card .service-details{max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.service-card.is-open .service-details{max-height:160px;padding-bottom:20px}.service-details ul{margin:0;padding-left:18px;color:var(--ink-900);font-size:13px;line-height:1.7}
.portfolio h2{max-width:22ch}.portfolio h2 .hl{color:var(--orange-500)}.portfolio h2 .hl-blue{color:var(--green-500)}.filters{display:flex;justify-content:flex-start;gap:10px;margin-bottom:28px;flex-wrap:wrap}.filter-chip{padding:9px 18px;border:1.5px solid var(--border);border-radius:20px;background:transparent;color:var(--ink-500);font-size:13px;font-weight:600;cursor:pointer}.filter-chip.active{border-color:var(--green-500);background:var(--green-500);color:var(--ink-900)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery figure{position:relative;overflow:hidden;margin:0;aspect-ratio:4/3;border-radius:12px;cursor:zoom-in;transition:opacity .4s ease,transform .4s ease}.gallery figure.is-hiding{opacity:0;transform:scale(.94)}.gallery.is-all{grid-auto-rows:150px;grid-auto-flow:dense}.gallery.is-all figure{aspect-ratio:auto;height:100%}.gallery.is-all figure.is-large{grid-column:span 2;grid-row:span 2}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{position:absolute;left:10px;bottom:10px;padding:5px 10px;border-radius:14px;background:rgba(255,255,255,.92);color:var(--ink-900);font-size:11px;font-weight:600}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-photo{position:relative;width:100%;height:auto}.about-photo::before{display:none}.about-photo img{width:100%;height:550px;border-radius:20px;object-fit:cover;object-position:center top;box-shadow:none}.about-content{max-width:520px}.about p{max-width:48ch;color:var(--ink-500);font-size:15px}.about-lead{margin-bottom:16px;color:var(--ink-900)!important;font:600 30px/1.2 'Space Grotesk',sans-serif}.about-proof{display:flex;align-items:center;gap:14px;margin-top:28px;padding:12px;border-radius:14px;background:#eaebeb}.about-proof img{width:58px;height:58px;border-radius:10px;object-fit:cover;object-position:center top}.about-proof strong,.about-proof span{display:block}.about-proof strong{font:600 18px 'Space Grotesk',sans-serif}.about-proof span{color:var(--ink-500);font-size:13px}.social{padding:64px 0;border-top:1px solid var(--border);background:#fff}.social-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.social h2{max-width:22ch;margin:8px 0;color:var(--ink-900);font:600 30px 'Space Grotesk',sans-serif}.social p{color:var(--ink-500);font-size:15px}.social-video{display:flex;align-items:center;gap:18px}.social-link{display:inline-flex;align-items:center;gap:12px;padding:15px 20px;border:1px solid var(--ink-900);border-radius:999px;color:var(--ink-900);font-weight:600;white-space:nowrap}.social-link:hover{background:var(--orange-500);border-color:var(--orange-500);color:var(--ink-900)}.how{padding:80px 0;background:var(--ink-900);color:#fff}.how .eyebrow{color:var(--orange-500)}.how h2{max-width:16ch;margin:14px 0 40px;color:#fff;font-size:32px;line-height:1.2}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.step-num{display:block;margin-bottom:8px;color:var(--orange-500);font:500 28px 'IBM Plex Mono',monospace}.step h3{margin-bottom:8px;color:#fff;font-size:17px}.step p{color:#9ba9af;font-size:14px}.contact{padding:0 0 80px}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:64px;padding:40px;border-radius:24px;background:var(--blue-500);flex-wrap:wrap}
.contact-card{padding:40px;border:1px solid var(--border);border-radius:24px;background:#fff}
.contact-intro{max-width:60ch;margin-bottom:28px}
.contact-intro h3{margin:10px 0 8px;font-size:26px}
.contact-intro p{color:var(--ink-500);font-size:14px}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.contact-form .field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--ink-900)}
.contact-form .field em{color:var(--ink-500);font-weight:500;font-style:normal}
.contact-form .field-full{grid-column:1/-1}
.contact-form input,.contact-form select,.contact-form textarea{padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;background:var(--paper);color:var(--ink-900);font:400 14px 'IBM Plex Sans',sans-serif}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--blue-500);outline-offset:1px}
.contact-form textarea{resize:vertical}
.contact-submit{grid-column:1/-1;justify-self:start;margin-top:4px}.cta-box h3{margin-bottom:4px;color:#fff;font-size:26px}.cta-box p{color:rgba(255,255,255,.9);font-size:13px}.cta-box .btn-dark{background:var(--ink-900)}.lightbox{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(21,34,41,.88)}.lightbox.is-visible{display:flex}.lightbox img{max-width:min(900px,92vw);max-height:82vh;border-radius:14px}.lightbox-close{position:absolute;top:22px;right:22px;width:40px;height:40px;border:0;border-radius:50%;font-size:24px;cursor:pointer}.lightbox-prev,.lightbox-next{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:48px;height:48px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.65);border-radius:50%;background:rgba(21,34,41,.55);color:#fff;font-size:30px;line-height:1;cursor:pointer}.lightbox-prev:hover,.lightbox-next:hover{background:var(--orange-500);border-color:var(--orange-500)}.lightbox-prev{left:16px}.lightbox-next{right:16px}:focus-visible{outline:2px solid var(--orange-500);outline-offset:2px}
@media(max-width:820px){:root{--header-h:89px}.nav-links{display:none}.brand img{width:56px;height:56px}.hero-media{min-height:480px}.hero-content{max-width:100%;align-items:flex-start;padding-bottom:78px}.hero-content h1{font-size:clamp(28px,6vw,38px)}.hero-overlay{background:linear-gradient(180deg,rgba(21,34,41,.2) 0%,rgba(21,34,41,.55) 45%,rgba(21,34,41,.85) 100%)}.gallery{grid-template-columns:repeat(2,1fr)}.gallery.is-all{grid-auto-rows:170px}.service-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.about-photo img{height:520px}.social-inner{align-items:flex-start;flex-direction:column}.social-video{align-items:flex-start;flex-direction:column;width:100%}.social-link{align-self:flex-start}.steps{grid-template-columns:repeat(2,1fr)}.trust-row{justify-content:flex-start}.cta-box{padding:28px}.contact-card{padding:28px}.contact-form{grid-template-columns:1fr}}
@media(max-width:520px){.hero-media{min-height:420px}.hero-content{padding-bottom:66px}.hero-arrow{width:38px;height:38px;font-size:22px}.hero-next{left:calc(clamp(16px,3vw,32px) + 46px)}.hero-content h1{font-size:26px}.hero-content p{font-size:14px}.gallery{grid-template-columns:1fr}.gallery.is-all{grid-auto-rows:230px}.gallery.is-all figure.is-large{grid-column:span 1;grid-row:span 1}.steps{grid-template-columns:1fr}.cta-box h3{font-size:22px}.lightbox-prev,.lightbox-next{width:40px;height:40px;font-size:24px}.lightbox-prev{left:6px}.lightbox-next{right:6px}}
@media(min-width:821px) and (max-width:1040px){.service-grid{grid-template-columns:repeat(2,1fr)}}

.reel-preview{position:relative;display:block;width:300px;height:390px;overflow:hidden;border:8px solid #d9f1f7;border-radius:20px;background:var(--blue-50);box-shadow:0 18px 36px rgba(21,34,41,.12)}.reel-preview img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.reel-preview::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(21,34,41,0) 42%,rgba(21,34,41,.8) 100%);content:''}.reel-preview:hover img{transform:scale(1.04)}.reel-play{position:absolute;z-index:1;top:50%;left:50%;display:grid;place-items:center;width:64px;height:64px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;background:var(--orange-500);color:#fff;font-size:20px;padding-left:4px;box-shadow:0 8px 20px rgba(21,34,41,.2)}.reel-caption{position:absolute;z-index:1;right:20px;bottom:20px;left:20px;color:#fff}.reel-caption strong,.reel-caption small{display:block}.reel-caption strong{font:600 18px/1.2 'Space Grotesk',sans-serif}.reel-caption small{margin-top:6px;color:#d9f1f7;font-size:12px}.social-video{align-items:flex-end}
@media(max-width:820px){.reel-preview{width:100%;max-width:360px;height:390px}.social-video{align-items:flex-start}}

.cookie-banner{position:fixed;z-index:60;left:16px;right:16px;bottom:16px;display:none;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;max-width:640px;margin:0 auto;padding:18px 20px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(21,34,41,.18)}.cookie-banner.is-visible{display:flex}.cookie-banner p{flex:1 1 260px;margin:0;color:var(--ink-500);font-size:13px;line-height:1.6}.cookie-banner a{color:var(--ink-900);text-decoration:underline}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-actions .btn{padding:10px 18px;font-size:13px}
@media(max-width:520px){.cookie-banner{flex-direction:column;align-items:stretch;left:10px;right:10px;bottom:10px;padding:16px}.cookie-banner p{flex:none}.cookie-actions{justify-content:flex-end}}
body.has-cookie-banner .whatsapp-float{bottom:100px;transition:bottom .2s ease}
@media(max-width:520px){body.has-cookie-banner .whatsapp-float{bottom:190px}}

.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:30;display:grid;place-items:center;width:56px;height:56px;padding:0;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 10px 24px rgba(21,34,41,.22);transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(21,34,41,.28)}.whatsapp-float span{display:none}.whatsapp-float svg{width:27px;height:27px;fill:currentColor}.whatsapp-float:focus-visible{outline:3px solid var(--orange-500);outline-offset:3px}
@media(max-width:520px){.whatsapp-float{right:16px;bottom:16px;width:52px;height:52px;padding:0;justify-content:center}.whatsapp-float span{display:none}.whatsapp-float svg{width:25px;height:25px}}

footer{padding:56px 0 22px;background:var(--ink-900);border-top:0;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:42px;padding-bottom:44px}.footer-brand-block{max-width:270px}.footer-brand-block .foot-brand img{width:190px;height:auto;filter:brightness(0) invert(1)}.footer-brand-block p{margin-top:18px;color:#aebbc0;font-size:13px;line-height:1.6}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-column h3{margin-bottom:7px;color:#fff;font-size:15px}.footer-column a,.footer-column span{color:#aebbc0;font-size:13px;transition:color .2s ease}.footer-column a:hover{color:var(--orange-500)}.footer-contact a:first-of-type{color:var(--orange-500);font-weight:600}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);color:#82939a;font-size:12px;flex-wrap:wrap}.footer-bottom a{text-decoration:underline}.footer-bottom a:hover{color:var(--orange-500)}.footer-link-btn{border:0;background:none;padding:0;color:#82939a;font-size:12px;text-decoration:underline;cursor:pointer}.footer-link-btn:hover{color:var(--orange-500)}
@media(max-width:820px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.footer-brand-block{grid-column:1/-1;max-width:360px}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:6px}.footer-brand-block .foot-brand img{width:170px}}