:root{--navy:#101a4b;--blue:#2938c9;--text:#111735;--muted:#6f7690;--line:#e7e9f0;--soft:#f7f8fc;--white:#fff;--green:#20bf63;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:84px}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.topbar{height:74px;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.brand img{width:82px;height:56px;object-fit:contain}.menu-btn{width:46px;height:46px;border:0;background:var(--soft);border-radius:15px;display:grid;place-content:center;gap:5px}.menu-btn span{width:20px;height:2px;background:var(--navy);border-radius:9px}
.menu-panel{position:fixed;inset:0;z-index:80;background:#fff;padding:14px 18px 24px;transform:translateX(105%);transition:.32s cubic-bezier(.2,.8,.2,1);overflow:auto}.menu-panel.open{transform:none}.menu-panel-head{display:flex;justify-content:space-between;align-items:center}.menu-panel-head img{width:100px;height:72px;object-fit:contain}.menu-close{width:46px;height:46px;border:0;background:var(--soft);border-radius:15px;font-size:31px;line-height:1;color:var(--navy)}.menu-links{margin-top:25px}.menu-links a{height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:24px;font-weight:800;letter-spacing:-.7px}.menu-links a img,.btn img,.wide-link img,.arrow-link img{width:22px;height:22px;object-fit:contain}.menu-socials{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:30px}.menu-socials a{background:var(--soft);border:1px solid var(--line);border-radius:17px;padding:14px 10px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px}.menu-socials img{width:22px;height:22px}
main{min-height:70vh}.hero{padding:22px 20px 48px;max-width:720px;margin:auto}.hero-brand-block{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 26px;text-align:center}.hero-logo-video{display:block;width:min(78vw,310px);height:auto;max-height:270px;object-fit:contain;background:#fff;border:0;outline:0}.hero-brand-name{margin-top:7px;font-size:16px;font-weight:800;letter-spacing:.15px;color:var(--navy)}.eyebrow,.section-heading>span,.page-head>span{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;font-weight:800;color:var(--blue)}.hero h1,.page-head h1{font-size:clamp(43px,12vw,72px);line-height:.98;letter-spacing:-2.3px;margin:12px 0 15px}.hero p,.page-head p{font-size:17px;line-height:1.6;color:var(--muted);margin:0}.hero-actions{display:grid;gap:10px;margin-top:28px}.btn{min-height:56px;border-radius:18px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:800}.btn-primary{background:linear-gradient(120deg,var(--navy),var(--blue));color:#fff}.btn-primary img{filter:invert(1)}.btn-secondary{background:var(--soft);border:1px solid var(--line)}
.section{padding:42px 20px;max-width:720px;margin:auto}.section-heading{margin-bottom:20px}.section-heading h2{font-size:34px;line-height:1.05;letter-spacing:-1.2px;margin:9px 0}.project-list{display:grid;gap:14px}.project-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--soft);padding:21px;min-height:225px;display:flex;flex-direction:column}.project-type{color:var(--blue);font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.project-card h3{font-size:25px;letter-spacing:-.8px;margin:10px 0 8px}.project-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}.project-actions{display:grid;grid-template-columns:1fr 52px;gap:9px;margin-top:auto;padding-top:22px}.project-actions>a{min-height:50px;border-radius:15px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.project-actions .arrow-link{background:var(--navy)}.project-actions .arrow-link img{filter:invert(1)}.wide-link{margin-top:14px;min-height:56px;padding:0 18px;border-radius:18px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-weight:800}.page-head{padding:38px 20px 10px;max-width:720px;margin:auto}.page-section{padding-top:24px}.back-link{display:inline-flex;margin-bottom:24px;font-weight:800;color:var(--blue)}
.detail-card{display:grid;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:16px}.detail-card div{padding:19px 20px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.detail-card div:last-child{border-bottom:0}.detail-card small{color:var(--muted)}.detail-card strong{text-align:right}.full-btn{width:100%}
.service-grid,.contact-list{display:grid;gap:14px}.service-card,.contact-card,.about-box{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.service-card h2,.about-box h2{font-size:24px;margin:10px 0}.service-card p,.about-box p{color:var(--muted);line-height:1.6}.contact-card{min-height:155px;display:flex;flex-direction:column;justify-content:space-between}.contact-card span{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--blue)}.contact-card strong{font-size:22px}.contact-card b{font-size:13px}
.footer{padding:32px 20px 110px;border-top:1px solid var(--line);max-width:720px;margin:auto;color:var(--muted);font-size:11px;display:flex;justify-content:space-between;gap:14px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);padding:7px 8px calc(7px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:55px;color:#727992;border-radius:14px}.bottom-nav a.active{color:var(--blue);background:#f1f3ff}.bottom-nav span{font-size:20px;line-height:1}.bottom-nav small{font-size:9px;font-weight:800}.quick-socials{position:fixed;right:14px;bottom:86px;z-index:45;display:grid;gap:9px}.quick-socials a{width:50px;height:50px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 25px rgba(20,30,70,.12);display:grid;place-items:center}.quick-socials img{width:25px;height:25px}
.reveal{opacity:0;transform:translateY(14px);transition:.45s ease}.reveal.visible{opacity:1;transform:none}
@media(min-width:740px){body{padding-bottom:0}.bottom-nav{position:sticky;bottom:auto;top:74px;margin:auto;max-width:720px;border:1px solid var(--line);border-radius:18px;padding:6px}.quick-socials{bottom:18px}.hero-actions{grid-template-columns:1fr 1fr}.project-list,.service-grid,.contact-list{grid-template-columns:1fr 1fr}.footer{padding-bottom:40px}}

@media (prefers-reduced-motion:reduce){.hero-logo-video{animation:none}}

/* Atualizações do portfólio */
.hero{padding-top:12px}.hero-brand-block{margin-bottom:30px}.hero-brand-name{font-size:18px;letter-spacing:-.25px}.hero h1{max-width:650px}.hero p strong{color:var(--text);font-weight:700}.project-card{overflow:hidden;padding:0}.project-cover{width:100%;height:190px;background:#fff;overflow:hidden;border-bottom:1px solid var(--line)}.project-cover img{width:100%;height:100%;object-fit:cover}.project-card>.project-type,.project-card>h3,.project-card>p,.project-card>.project-actions{margin-left:21px;margin-right:21px}.project-card>.project-type{margin-top:19px}.project-card>.project-actions{margin-bottom:21px}.detail-cover{height:300px;border-radius:24px;overflow:hidden;border:1px solid var(--line);margin-bottom:18px;background:var(--soft)}.detail-cover img{width:100%;height:100%;object-fit:cover}.quick-socials a,.quick-socials a:last-child{background:#fff;border:1px solid var(--line)}.quick-socials a img,.quick-socials a:last-child img{filter:none}.quick-socials a:last-child{box-shadow:0 10px 25px rgba(20,30,70,.12)}

/* Refinamento mobile — tipografia e páginas internas */
.topbar{height:68px;padding:7px 18px}.brand{display:flex;align-items:center}.brand img{width:58px;height:54px;object-fit:contain}.menu-btn{width:44px;height:44px;border-radius:14px}
.menu-panel-head img{width:76px;height:70px}
.page-head{padding:30px 20px 8px}.page-head.compact-head{padding-top:30px}.page-head h1,.compact-head h1{font-size:clamp(35px,9.7vw,52px);line-height:1.02;letter-spacing:-1.8px;margin:10px 0 13px;max-width:650px}.page-head p,.compact-head p{font-size:15px;line-height:1.55;max-width:610px}.page-section{padding-top:18px}.section{padding-left:20px;padding-right:20px}.section-heading h2{font-size:30px}
.hero h1{font-size:clamp(39px,10.5vw,62px);line-height:1.01;letter-spacing:-1.9px}.hero p{font-size:16px;line-height:1.55}.hero-logo-video{width:min(70vw,280px);max-height:235px}
.service-grid{gap:11px}.service-card{padding:18px 19px;border-radius:19px;min-height:0}.service-card>span{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:9px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:800;color:var(--blue)}.service-card h2{font-size:21px;letter-spacing:-.5px;margin:12px 0 7px}.service-card p{font-size:14px;line-height:1.48;margin:0}.services-section{padding-bottom:28px}
.compact-contact{gap:11px}.compact-contact .contact-card{min-height:0;padding:17px 18px;border-radius:19px;display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:center}.contact-icon{width:44px;height:44px;border-radius:13px;background:#fff;border:1px solid var(--line);display:grid;place-items:center}.contact-icon img{width:23px;height:23px}.contact-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.compact-contact .contact-card strong{font-size:18px;line-height:1.2;overflow-wrap:anywhere}.compact-contact .contact-card b{font-size:12px;margin-top:3px}.contact-section{padding-bottom:28px}
.about-section{display:grid;gap:12px}.about-brand-card{border:1px solid var(--line);border-radius:21px;background:var(--soft);padding:18px;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:16px}.about-brand-card img{width:82px;height:82px;object-fit:contain}.about-brand-card span{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:var(--blue)}.about-brand-card h2{font-size:20px;line-height:1.15;letter-spacing:-.5px;margin:6px 0 0}.about-points{display:grid;gap:10px}.about-points article{border:1px solid var(--line);border-radius:19px;padding:17px 18px;display:grid;grid-template-columns:34px 1fr;gap:11px;background:#fff}.about-points b{font-size:11px;color:var(--blue);padding-top:4px}.about-points h3{font-size:18px;margin:0 0 5px}.about-points p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}
.projects-page .project-list{gap:13px}.projects-page .project-card{border-radius:20px}.projects-page .project-cover{height:165px;display:flex;align-items:center;justify-content:center;background:#fff;padding:10px}.projects-page .project-cover img{object-fit:contain}.projects-page .project-card>.project-type{margin-top:15px}.projects-page .project-card>h3{font-size:22px;margin-top:8px}.projects-page .project-card>p{font-size:13px}.projects-page .project-actions{padding-top:16px;margin-bottom:17px}.projects-page .project-actions>a{min-height:46px}
.quick-socials a,.quick-socials a:last-child{background:#fff!important;border-color:var(--line)!important}.quick-socials a img,.quick-socials a:last-child img{filter:none!important}
@media(max-width:390px){.page-head h1,.compact-head h1{font-size:34px}.compact-contact .contact-card strong{font-size:16px}.about-brand-card{grid-template-columns:70px 1fr}.about-brand-card img{width:70px;height:70px}}


/* Refinamento final — hero e imagens do portfólio */
.hero{padding-top:18px;padding-bottom:38px}
.hero-brand-block{margin-bottom:22px}
.hero-brand-name{font-size:17px}
.hero .eyebrow{display:block;line-height:1.35;margin-bottom:10px}
.hero h1{font-size:clamp(36px,9.4vw,54px);line-height:1.02;letter-spacing:-1.6px;margin:10px 0 14px;max-width:620px}
.hero p{font-size:15.5px;line-height:1.55;max-width:620px}
.hero-actions{margin-top:24px}
.page-head h1,.compact-head h1{font-size:clamp(34px,8.8vw,46px);line-height:1.04;letter-spacing:-1.35px}
.page-head p,.compact-head p{font-size:14.5px;line-height:1.5}

.project-cover{height:188px;padding:0;background:#fff}
.project-cover.photo{padding:0;background:#eef0f6}
.project-cover.photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.project-cover.logo{padding:20px 26px;background:#fff}
.project-cover.logo img{width:100%;height:100%;object-fit:contain}
.projects-page .project-cover{height:190px;padding:0}
.projects-page .project-cover.photo{padding:0;background:#eef0f6}
.projects-page .project-cover.photo img{object-fit:cover;object-position:center 38%}
.projects-page .project-cover.logo{padding:18px 28px;background:#fff}
.projects-page .project-cover.logo img{object-fit:contain}
.detail-cover.photo img{object-fit:cover;object-position:center 38%}
.detail-cover.logo{padding:24px;background:#fff}
.detail-cover.logo img{object-fit:contain}

@media(max-width:430px){
  .hero{padding-left:20px;padding-right:20px}
  .hero h1{font-size:37px;letter-spacing:-1.25px}
  .hero p{font-size:15px}
  .project-cover,.projects-page .project-cover{height:182px}
  .project-cover.photo img,.projects-page .project-cover.photo img{object-position:center 36%}
}


/* Ajuste solicitado — início minimalista */
.hero-only-title{display:block;text-align:center;font-size:13px;letter-spacing:1.8px;margin:4px auto 22px;color:var(--blue)}
.hero-actions{margin-top:0}
.hero-actions .btn-primary{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:0 8px 24px rgba(20,30,70,.06)}
.hero-actions .btn-primary img{filter:none}

/* Ícones personalizados da navegação inferior */
.bottom-nav .nav-icon{width:24px;height:24px;display:grid;place-items:center;overflow:hidden;background:transparent}
.bottom-nav .nav-icon img{width:22px;height:22px;display:block;object-fit:contain;mix-blend-mode:multiply;filter:grayscale(1) brightness(.72)}
.bottom-nav a.active .nav-icon img{filter:none;opacity:1}
.bottom-nav a.active .nav-icon{transform:scale(1.04)}

/* Numeros em PNG */
.service-card>span.number-icon{width:34px;height:38px;padding:0;background:transparent;border:0;border-radius:0;display:flex;align-items:center;justify-content:center}
.number-icon img{width:26px;height:32px;object-fit:contain;display:block}
.about-number{width:34px;min-width:34px;height:40px;display:flex!important;align-items:center;justify-content:center}
.about-number img{width:25px;height:31px;object-fit:contain;display:block}
