@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");:root{--orange:#ff7417;--orange2:#f46608;--ink:#20242a;--soft:#5d6268;--line:#e8e8e8;--paper:#f8f8f7;--white:#fff;--max:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Montserrat",Arial,"Helvetica Neue",sans-serif;line-height:1.5;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.section{padding:105px max(28px,calc((100vw - var(--max))/2))}.section-label{font-size:12px;font-weight:900;letter-spacing:.18em;color:#70757a;margin-bottom:18px}.section-label.orange{color:var(--orange)}.section-label.white{color:#fff}.header{height:108px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}.nav-wrap{max-width:var(--max);height:100%;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:0;position:relative;min-width:340px;flex-shrink:0}.brand img{width:340px;height:auto;display:block}.nav{display:flex;align-items:center;gap:34px;font-weight:700}.nav>a:not(.nav-whatsapp){padding:37px 0 31px;border-bottom:3px solid transparent}.nav>a:not(.nav-whatsapp):hover,.nav>a.active{color:var(--orange);border-bottom-color:var(--orange)}.nav-whatsapp{background:var(--orange);color:#fff;padding:17px 27px;border-radius:15px;font-size:16px;font-weight:800;box-shadow:0 8px 18px rgba(255,116,23,.2)}.nav-whatsapp:hover{background:var(--orange2)}.menu-toggle{display:none;background:none;border:0;font-size:28px}.hero{height:650px;position:relative;overflow:hidden;color:#fff}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.62) 38%,rgba(0,0,0,.12) 75%,rgba(0,0,0,.02) 100%)}.hero-content{position:relative;z-index:2;max-width:var(--max);height:100%;margin:auto;padding:86px 28px}.hero-kicker{display:flex;align-items:center;gap:17px;font-size:14px;letter-spacing:.22em;font-weight:700}.hero-kicker i{display:block;width:36px;height:4px;background:var(--orange)}.hero h1{font-size:clamp(54px,5.8vw,80px);font-weight:800;line-height:.98;letter-spacing:-.04em;margin:24px 0 25px;max-width:720px}.hero h1 span{color:var(--orange)}.hero p{font-size:24px;font-weight:500;line-height:1.3;margin:0 0 27px;max-width:650px}.hero-cta{display:flex;align-items:center;justify-content:space-between;width:390px;background:var(--orange);border-radius:16px;padding:17px 23px;font-size:21px;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.18)}.hero-cta:hover{background:var(--orange2);transform:translateY(-1px)}.hero-cta span{font-size:27px}.hero-cta b{font-size:30px;font-weight:400}.hero-benefits{display:flex;gap:42px;margin-top:38px}.hero-benefits div{display:flex;gap:12px;align-items:center}.hero-benefits strong{font-size:31px;color:var(--orange);font-weight:400}.hero-benefits span{font-size:14px;line-height:1.25}.hero-signature{position:absolute;z-index:3;right:5%;bottom:28px;font-family:"Brush Script MT","Segoe Script",cursive;font-style:italic;font-size:50px;transform:rotate(-4deg);text-shadow:0 2px 8px rgba(0,0,0,.25)}.hero-signature em{display:block;height:4px;background:var(--orange);width:95%;margin:-2px 0 0 8%;transform:skew(-20deg)}.service-showcase{background:#fff;padding:20px 28px 40px;position:relative}.service-cards{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.service-card{display:block;min-width:0}.service-card img{width:100%;height:155px;object-fit:cover;border-radius:10px;transition:.25s}.service-card:hover img{box-shadow:0 10px 25px rgba(0,0,0,.14)}.service-icon{font-size:28px;line-height:1;margin:20px 0 8px}.service-card h3{font-size:19px;margin:0 0 8px}.service-card p{font-size:13px;margin:0;color:#555}.intro{background:#fafafa}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:start}.intro h2,.feature h2,.about h2{font-size:clamp(39px,4.6vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0}.intro h2 span{color:var(--orange)}.intro-copy{font-size:18px;color:#555;max-width:570px}.intro-copy p:first-child{margin-top:0}.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.feature-image img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.feature-copy p,.about-copy p{font-size:18px;color:#5a5f64;max-width:560px}.mini-points{display:grid;grid-template-columns:1fr 1fr;gap:14px 25px;margin-top:28px;font-size:14px;font-weight:700}.mini-points span::first-letter{color:var(--orange)}.portfolio{background:var(--paper)}.portfolio-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:42px}.portfolio-head h2{font-size:clamp(39px,4.5vw,60px);line-height:1;margin:0;letter-spacing:-.04em}.portfolio-head>p{max-width:430px;color:#666;margin:0;font-size:16px}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:18px}.portfolio-item{position:relative;margin:0;overflow:hidden;border-radius:12px;background:#ddd}.portfolio-item.tall{grid-row:span 2}.portfolio-item.wide{grid-column:span 2}.portfolio-item img{width:100%;height:100%;object-fit:cover;display:block}.portfolio-item:hover img{filter:brightness(.98)}.portfolio-item figcaption{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.95);padding:11px 14px;border-left:4px solid var(--orange);font-weight:800;border-radius:6px}.portfolio-item small{display:block;color:#666;font-size:11px;font-weight:400}.method{background:#22262b;color:#fff}.method-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:120px}.method h2{font-size:clamp(43px,4.8vw,66px);line-height:1;letter-spacing:-.04em;margin:0 0 28px}.method h2 span{color:var(--orange)}.method-copy>p{color:#b9bdc2;font-size:18px;max-width:560px}.method-sign{font-family:"Brush Script MT","Segoe Script",cursive;color:#fff;font-size:34px;font-style:italic;margin-top:35px}.steps>div{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid #3a3e43}.steps b{color:var(--orange);font-size:14px}.steps span{color:#aeb3b8;font-size:14px}.steps strong{display:block;color:#fff;font-size:19px;margin-bottom:4px}.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.about h2{margin-bottom:24px}.text-link{display:inline-block;margin-top:18px;color:var(--orange);font-weight:800;border-bottom:2px solid var(--orange);padding-bottom:4px}.contact{background:var(--orange);color:#fff;padding:80px max(28px,calc((100vw - var(--max))/2))}.contact-inner{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:60px}.contact h2{font-size:clamp(42px,5vw,66px);line-height:1;letter-spacing:-.04em;margin:0 0 18px}.contact p{font-size:17px;margin:0}.contact-action{display:flex;flex-direction:column;align-items:flex-start;min-width:360px}.contact-btn{background:#fff;color:#20242a;padding:18px 23px;border-radius:13px;font-size:19px;font-weight:800;width:100%;display:flex;justify-content:space-between}.contact-action small{margin-top:12px;font-size:13px}footer{background:#181b1f;color:#92979c}.footer-inner{max-width:var(--max);min-height:100px;margin:auto;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:12px}.footer-brand{display:flex;align-items:center;gap:15px}.footer-brand img{width:300px;height:auto;background:transparent;border-radius:0}.footer-brand span{font-family:"Brush Script MT","Segoe Script",cursive;font-size:21px;color:#fff;font-style:italic}
@media(max-width:1200px){.header{height:96px}.brand{min-width:290px}.brand img{width:290px}.nav{gap:18px;font-size:14px}.nav>a:not(.nav-whatsapp){padding:31px 0 27px}.nav-whatsapp{padding:14px 17px}.service-cards{grid-template-columns:repeat(3,1fr)}.service-card img{height:180px}.hero-signature{font-size:40px}.hero-content{padding-top:75px}}
@media(max-width:800px){.header{height:78px}.nav-wrap{padding:0 18px}.brand{min-width:0}.brand img{width:220px}.menu-toggle{display:block;color:var(--ink)}.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:15px 20px 25px;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid #ddd;box-shadow:0 12px 25px rgba(0,0,0,.1)}.nav.open{display:flex}.nav>a:not(.nav-whatsapp){padding:13px 0;border-bottom:1px solid #eee}.nav-whatsapp{margin-top:12px;text-align:center}.hero{height:670px}.hero-bg{object-position:58% center}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,0,0,.45))}.hero-content{padding:65px 22px}.hero h1{font-size:55px}.hero p{font-size:19px}.hero-cta{width:100%;max-width:390px}.hero-benefits{gap:18px;flex-wrap:wrap}.hero-benefits div{width:calc(50% - 10px)}.hero-signature{display:none}.service-showcase{padding:15px 18px 30px}.service-cards{grid-template-columns:repeat(2,1fr);gap:20px 12px}.service-card img{height:145px}.intro-grid,.feature,.method-inner,.about{grid-template-columns:1fr;gap:45px}.section{padding:75px 22px}.portfolio-head,.contact-inner{display:block}.portfolio-head>p{margin-top:15px}.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.portfolio-item.tall{grid-row:span 2}.contact{padding:65px 22px}.contact-action{min-width:0;margin-top:30px}.footer-inner{flex-direction:column;align-items:flex-start}.desktop{display:none}}
@media(max-width:520px){.brand img{width:195px}.hero{height:650px}.hero-content{padding:55px 18px}.hero-kicker{font-size:10px;letter-spacing:.16em;gap:8px}.hero-kicker i{width:23px}.hero h1{font-size:48px}.hero p{font-size:18px}.hero-benefits{margin-top:28px}.hero-benefits strong{font-size:25px}.hero-benefits span{font-size:12px}.service-cards{grid-template-columns:1fr 1fr}.service-card img{height:120px}.service-icon{margin:13px 0 6px}.service-card h3{font-size:17px}.service-card p{font-size:11px}.section{padding:62px 18px}.intro h2,.feature h2,.about h2{font-size:40px}.mini-points{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr;grid-auto-rows:260px}.portfolio-item.tall,.portfolio-item.wide{grid-row:span 1;grid-column:span 1}.contact h2{font-size:42px}.footer-brand{flex-direction:column;align-items:flex-start}.footer-brand img{width:230px}}

.why{background:#fff}.why-head{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end;margin-bottom:48px}.why-head h2{font-size:clamp(39px,4.6vw,62px);line-height:1.02;letter-spacing:-.045em;margin:0;max-width:850px}.why-head h2 span{color:var(--orange)}.why-head>p{font-size:18px;color:#5a5f64;max-width:520px;margin:0 0 5px}.why-content{display:grid;grid-template-columns:1.55fr .45fr;gap:55px;align-items:stretch}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.why-card{border:1px solid var(--line);border-radius:14px;padding:24px 22px;display:grid;grid-template-columns:38px 1fr;gap:14px;background:#fff}.why-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.06);border-color:#ddd}.why-icon{width:31px;height:31px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px}.why-card h3{font-size:17px;margin:1px 0 7px}.why-card p{font-size:13px;color:#5d6268;line-height:1.5;margin:0}.why-goal{background:#22262b;color:#fff;border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:center}.why-goal .section-label{margin-bottom:15px}.why-goal>p{font-size:21px;line-height:1.4;margin:0}.why-signature{font-family:"Brush Script MT","Segoe Script",cursive;font-size:28px;font-style:italic;margin-top:28px;color:#fff}.why-signature::after{content:"";display:block;height:3px;background:var(--orange);width:80%;margin:2px 0 0 8%;transform:skew(-20deg)}@media(max-width:800px){.why-head,.why-content{grid-template-columns:1fr;gap:35px}.why-grid{grid-template-columns:1fr}.why-goal{padding:28px}.why-head h2{font-size:40px}.why-head>p{font-size:17px}}
.footer-info{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.footer-info strong{font-size:12px;color:#c8ccd0;font-weight:600}@media(max-width:800px){.footer-info{align-items:flex-start}}
/* Footer finale */
.site-footer{background:#181b1f;color:#d7dadd;padding-top:58px}.site-footer .footer-inner{max-width:var(--max);min-height:0;margin:auto;padding:0 28px 48px;display:grid;grid-template-columns:1.35fr .8fr .9fr .9fr;align-items:start;gap:55px}.site-footer .footer-brand img{width:min(430px,100%);height:auto;background:transparent}.site-footer .footer-brand p{margin:12px 0 0;color:#b9bec3;font-size:14px}.site-social,.footer-social{display:flex;gap:14px;margin-top:26px}.footer-social a{width:40px;height:40px;border:1px solid #555b61;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:.2s}.footer-social a svg{width:19px;height:19px;display:block;fill:currentColor;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.footer-social a:hover{border-color:var(--orange);color:var(--orange)}.footer-social .ig-dot{stroke:none}.footer-social .wa-phone{fill:none;stroke:currentColor;stroke-width:1.35}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col h3{margin:0 0 8px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.12em}.footer-col h3::after{content:"";display:block;width:38px;height:3px;background:var(--orange);margin-top:10px}.footer-col a,.footer-col span{font-size:14px;color:#b9bec3}.footer-col a:hover{color:#fff}.footer-vat{margin-top:18px;padding-top:18px;border-top:1px solid #3d4248;color:#fff;font-weight:600;font-size:14px}.footer-bottom{max-width:var(--max);margin:auto;padding:22px 28px 25px;border-top:1px solid #3d4248;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#9da3a8;font-size:12px}.footer-bottom>div{display:flex;gap:20px}.footer-bottom a:hover{color:#fff}.footer-motto{font-family:"Brush Script MT","Segoe Script",cursive;font-style:italic;color:#fff;font-size:20px}.footer-motto::after{content:"";display:block;height:2px;background:var(--orange);width:80%;margin:2px 0 0 auto;transform:skew(-20deg)}
@media(max-width:1000px){.site-footer .footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer-contact{grid-column:3}.footer-bottom{flex-wrap:wrap}.footer-motto{margin-left:auto}}
@media(max-width:800px){.site-footer .footer-inner{grid-template-columns:1fr 1fr;gap:35px}.site-footer .footer-brand{grid-column:1/-1}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom>div{flex-wrap:wrap;gap:12px 18px}.footer-motto{margin-left:0}}
@media(max-width:520px){.site-footer{padding-top:42px}.site-footer .footer-inner{grid-template-columns:1fr;padding:0 18px 38px}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-brand img{width:300px}.footer-contact{grid-column:auto}.footer-bottom{padding:20px 18px 24px}.footer-bottom>div{display:flex;flex-direction:column;gap:8px}.footer-motto{font-size:18px}}

/* Footer layout fix */
.site-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:0;min-width:0}
.site-footer .footer-brand p{margin:10px 0 0}
.site-footer .footer-social{margin-top:24px}
.site-footer .footer-contact a{display:block}
@media(max-width:1000px){.site-footer .footer-inner{grid-template-columns:1.3fr .9fr .9fr;gap:35px}.site-footer .footer-brand{grid-column:auto}.site-footer .footer-contact{grid-column:auto}}
@media(max-width:800px){.site-footer .footer-inner{grid-template-columns:1fr 1fr;gap:35px}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-contact{grid-column:auto}}
@media(max-width:520px){.site-footer .footer-inner{grid-template-columns:1fr}.site-footer .footer-brand{grid-column:auto}}

/* Legal pages */
.legal-page{background:#f8f8f7;color:#20242a;min-height:100vh}.legal-wrap{max-width:920px;margin:0 auto;padding:70px 28px 90px}.legal-wrap h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.legal-wrap h2{font-size:24px;margin:38px 0 12px}.legal-wrap p,.legal-wrap li{font-size:16px;line-height:1.7;color:#555}.legal-wrap ul{padding-left:22px}.legal-back{display:inline-block;margin-bottom:38px;color:#ff7417;font-weight:800}.legal-note{padding:18px 20px;border-left:4px solid #ff7417;background:#fff;margin:25px 0;color:#555}.legal-footer{background:#181b1f;color:#9da3a8;padding:20px 28px}.legal-footer-inner{max-width:920px;margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.legal-footer a:hover{color:#fff}@media(max-width:600px){.legal-wrap{padding:45px 20px 60px}.legal-wrap h2{font-size:21px}.legal-wrap p,.legal-wrap li{font-size:15px}}

.nav-whatsapp,.hero-cta,.contact-btn{align-items:center}.nav-whatsapp{display:flex;gap:9px}.nav-whatsapp .wa-icon{width:20px;height:20px;flex:none}.hero-cta .wa-wrap{display:flex;align-items:center}.hero-cta .wa-icon{width:25px;height:25px}.contact-btn .wa-icon{width:24px;height:24px}.footer-social .wa-icon{width:19px;height:19px}.footer-social .wa-phone{display:none}
