:root{--bg:#0b0b0b;--bg-soft:#141414;--text:#f5f5f5;--muted:#c8c8c8;--line:rgba(255,255,255,.08);--gold:#c9a14a;--gold-soft:#f4e5bf;--white:#fff;--danger:#ef4444;--shadow:0 18px 50px rgba(0,0,0,.28);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Inter',sans-serif;background:var(--bg);color:var(--text)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);background:rgba(11,11,11,.72);border-bottom:1px solid var(--line)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:20px}
.brand{display:flex;align-items:center;gap:14px}.brand img{width:52px;height:52px}.brand strong{display:block;font-size:1rem;line-height:1.1}.brand span{display:block;color:var(--gold-soft);font-size:.92rem}
.site-nav{display:flex;align-items:center;gap:22px}.site-nav a{color:#eaeaea;font-weight:500}.site-nav a:hover{color:var(--gold)}.site-nav a.is-active{color:var(--gold-soft)}.site-nav a.is-active::after{content:'';display:block;width:100%;height:2px;margin-top:6px;background:var(--gold);border-radius:999px}
.mobile-app-nav{display:none}.mobile-app-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:72px;color:#f3f3f3;font-size:.78rem;font-weight:600}.mobile-app-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:1rem}.mobile-app-link.is-active{color:var(--gold-soft)}.mobile-app-link.is-active .mobile-app-icon{background:rgba(201,161,74,.18);border-color:rgba(201,161,74,.38);box-shadow:inset 0 0 0 1px rgba(201,161,74,.1)}
.hero{padding:78px 0 54px;background:radial-gradient(circle at top right,rgba(201,161,74,.18),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 30%)}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:center}
.eyebrow,.tag{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(201,161,74,.24);color:var(--gold-soft);background:rgba(201,161,74,.08);border-radius:999px;padding:8px 14px;font-size:.84rem;font-weight:600}
.hero h1,.page-hero h1{font-size:clamp(2.2rem,4vw,4.5rem);line-height:1.04;margin:18px 0;letter-spacing:-.04em}
.hero p,.section-heading p,.portfolio-info p,.contact-card p,.admin-item p{color:var(--muted);line-height:1.7}
.hero-actions,.stack-actions,.cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-highlights{display:flex;gap:12px;flex-wrap:wrap;padding:0;margin:28px 0 0;list-style:none}.hero-highlights li{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);color:#ddd;font-size:.92rem}
.hero-visual,.admin-card,.contact-card,.service-card,.portfolio-card,.cta-box,.admin-login-card,.review-stat-card{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.card-glow{position:relative;overflow:hidden}.card-glow::after{content:'';position:absolute;inset:auto -30% -30% auto;width:200px;height:200px;background:radial-gradient(circle,rgba(201,161,74,.22),transparent 60%)}.hero-visual{padding:28px}
.section{padding:78px 0}.section-dark{background:var(--bg-soft)}.section-accent{background:linear-gradient(180deg,rgba(201,161,74,.08),rgba(201,161,74,.02))}
.section-heading{max-width:760px;text-align:center;margin:0 auto 34px}.section-heading.left{text-align:left;margin-left:0}.section-heading.with-action{display:flex;align-items:end;justify-content:space-between;gap:20px;max-width:100%}.section-heading h2{font-size:clamp(1.8rem,3vw,3rem);margin:14px 0}
.services-grid,.portfolio-grid,.contact-grid,.admin-grid,.footer-grid,.reviews-grid,.map-layout{display:grid;gap:22px}.services-grid{grid-template-columns:repeat(3,1fr)}.portfolio-grid{grid-template-columns:repeat(3,1fr)}.contact-grid,.admin-grid,.footer-grid,.map-layout{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(3,1fr)}.reviews-grid.single-column{grid-template-columns:repeat(2,1fr)}
.service-card{padding:26px}.service-card img{width:72px;height:72px;margin-bottom:18px}.service-card h3,.portfolio-info h3,.contact-card h2,.admin-card h2{margin:0 0 10px}
.portfolio-card{overflow:hidden;transition:transform .25s ease,border-color .25s ease,opacity .25s ease}.portfolio-card:hover{transform:translateY(-6px);border-color:rgba(201,161,74,.38)}.portfolio-card img{width:100%;height:270px;object-fit:cover}.portfolio-info{padding:18px 18px 20px}.portfolio-info span,.admin-item-category{color:var(--gold);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.review-stat-card{padding:28px;text-align:center}.rating-big{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:var(--gold-soft);line-height:1}.rating-label{margin-top:10px;color:var(--muted)}
.map-frame{overflow:hidden;border-radius:18px;border:1px solid var(--line);margin-top:18px;height:380px}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px}.tag-dark{color:#261a06;background:rgba(255,255,255,.58);border-color:transparent}.page-hero.small{padding:72px 0 18px}
.filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.filter-btn,.btn{border:0;cursor:pointer;border-radius:14px;font-weight:700;transition:.2s ease}.filter-btn{background:rgba(255,255,255,.06);color:#ededed;padding:12px 16px;border:1px solid var(--line)}.filter-btn.active,.filter-btn:hover{background:rgba(201,161,74,.14);border-color:rgba(201,161,74,.36);color:var(--gold-soft)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px}.btn-primary{background:var(--gold);color:#1f1608}.btn-primary:hover{transform:translateY(-2px);filter:brightness(1.04)}.btn-secondary{background:rgba(255,255,255,.06);color:var(--text);border:1px solid var(--line)}.btn-secondary:hover{background:rgba(255,255,255,.1)}.btn-dark{background:#181818;color:var(--white)}.btn-outline-dark{background:transparent;color:var(--text);border:1px solid var(--line)}.btn-danger{background:rgba(239,68,68,.12);color:#ffb4b4;border:1px solid rgba(239,68,68,.28);min-height:42px;padding:0 14px}.full{width:100%}
.contact-card,.admin-card{padding:28px}.contact-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.site-footer{border-top:1px solid var(--line);margin-top:30px;padding-top:30px}.footer-grid{padding-bottom:24px}.footer-grid h3,.footer-grid h4{margin-top:0}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:var(--muted)}.footer-bottom{border-top:1px solid var(--line);padding:18px 0 28px;color:#9d9d9d;font-size:.92rem}
.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:60;background:#1faa59;color:white;padding:14px 18px;border-radius:999px;box-shadow:var(--shadow);font-weight:800}
.admin-page{min-height:100vh;background:radial-gradient(circle at top,rgba(201,161,74,.12),transparent 26%),var(--bg)}.admin-login-card{width:min(460px,calc(100% - 24px));margin:8vh auto;padding:30px}.admin-shell{padding:40px 0}.admin-topbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.admin-form{display:grid;gap:12px}.admin-form input,.admin-form textarea{width:100%;min-height:52px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);padding:14px 16px;font:inherit}.admin-form textarea{min-height:120px;resize:vertical}
.admin-portfolio-list{display:grid;gap:16px}.admin-item{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:14px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid var(--line)}.admin-item img{width:100%;height:120px;object-fit:cover;border-radius:14px}
.alert.error{margin:12px 0 0;padding:12px 14px;background:rgba(239,68,68,.12);color:#ffb4b4;border:1px solid rgba(239,68,68,.28);border-radius:14px}.empty-state{grid-column:1 / -1;padding:28px;border:1px dashed rgba(201,161,74,.28);border-radius:var(--radius);background:rgba(201,161,74,.04)}.row{flex-direction:row}

@media (max-width:980px){.hero-grid,.services-grid,.portfolio-grid,.contact-grid,.admin-grid,.footer-grid,.reviews-grid,.map-layout,.section-heading.with-action,.cta-box,.admin-topbar{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.hero-grid{display:grid}.services-grid,.portfolio-grid,.contact-grid,.admin-grid,.footer-grid,.reviews-grid,.map-layout,.reviews-grid.single-column{grid-template-columns:1fr}.site-nav{gap:14px;font-size:.94rem}}
@media (max-width:720px){.nav-wrap{justify-content:center;padding:14px 0}.site-nav{display:none}.mobile-app-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:70;display:flex;align-items:center;justify-content:space-around;padding:10px 8px calc(10px + env(safe-area-inset-bottom));border-radius:22px;background:rgba(16,16,16,.92);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.35)}body{padding-bottom:98px}.whatsapp-float{bottom:94px}.hero{padding-top:42px}.portfolio-card img{height:220px}.admin-item{grid-template-columns:1fr}.map-frame{height:300px}}

.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:22px}
.testimonial-card{padding:24px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.testimonial-stars{color:var(--gold-soft);font-size:1.1rem;margin-bottom:12px}
.testimonial-card p{color:var(--muted);line-height:1.7;margin:0 0 14px}
.testimonial-card strong{color:var(--text)}
@media (max-width:980px){.testimonials-grid{grid-template-columns:1fr}}


.testimonials-grid-premium{
  align-items: stretch;
}
.testimonial-card-premium{
  position: relative;
  overflow: hidden;
}
.testimonial-card-premium::after{
  content:'';
  position:absolute;
  inset:auto -40px -40px auto;
  width:120px;
  height:120px;
  background:radial-gradient(circle, rgba(201,161,74,.18), transparent 65%);
  pointer-events:none;
}
.testimonial-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.testimonial-avatar{
  width:54px;
  height:54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg, rgba(201,161,74,.22), rgba(201,161,74,.10));
  color:var(--gold-soft);
  border:1px solid rgba(201,161,74,.30);
  font-weight:800;
  letter-spacing:.04em;
}
.testimonial-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:6px;
}
.google-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:var(--text);
  font-size:.8rem;
  font-weight:700;
}


.menu-toggle{
  display:none;
  font-size:28px;
  background:none;
  border:none;
  color:white;
}

@media(max-width:720px){
  .menu-toggle{
    display:block;
    position:absolute;
    right:20px;
    top:20px;
    z-index:100;
  }
  .site-nav{
    display:none;
    flex-direction:column;
    position:fixed;
    top:0;
    right:0;
    width:70%;
    height:100%;
    background:#111;
    padding:40px 20px;
    gap:20px;
  }
  .site-nav.active{
    display:flex;
  }
}


/* Correção do menu hamburguer mobile */
.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  font-size:32px;
  line-height:1;
  background:transparent;
  border:0;
  color:#ffffff;
  cursor:pointer;
  padding:0;
}

@media (max-width:720px){
  .nav-wrap{
    position:relative;
    justify-content:space-between;
    align-items:center;
    min-height:82px;
  }

  .brand{
    gap:12px;
  }

  .brand img{
    width:44px;
    height:44px;
  }

  .menu-toggle{
    display:inline-flex;
    position:relative;
    right:auto;
    top:auto;
    z-index:120;
  }

  .site-nav{
    display:none !important;
  }

  .site-nav.active{
    display:flex !important;
    position:absolute;
    top:100%;
    right:0;
    left:auto;
    width:220px;
    height:auto;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:12px;
    background:rgba(11,11,11,.98);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    z-index:110;
  }

  .site-nav.active a{
    width:100%;
    padding:14px 12px;
    border-radius:12px;
  }

  .site-nav.active a.is-active{
    background:rgba(201,161,74,.14);
  }

  .site-nav.active a.is-active::after{
    display:none;
  }

  .mobile-app-nav{
    display:none !important;
  }

  body{
    padding-bottom:0;
  }

  .whatsapp-float{
    bottom:20px;
  }
}

.logo-anim img{
  transition: transform .4s ease, filter .4s ease;
}
.logo-anim:hover img{
  transform: scale(1.05);
  filter: drop-shadow(0 0 8px rgba(201,161,74,.6));
}


.services-heading{
  max-width: 980px;
  margin-bottom: 28px;
}
.services-kicker{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.services-heading h2{
  margin: 0 0 10px;
}
.services-heading p{
  max-width: 760px;
  margin: 0 auto;
}



.service-premium-card{
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(201,161,74,.22);
  background: linear-gradient(180deg, rgba(6,8,14,.96), rgba(8,8,10,.98));
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

.service-premium-image{
  height: 360px;
  overflow: hidden;
}

.service-premium-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-premium-body{
  padding: 22px 22px 26px;
  background: linear-gradient(180deg, rgba(6,8,14,.96), rgba(8,8,10,.99));
}



.service-premium-body h3{
  margin: 0;
  font-size: 1.15rem;
}

.service-premium-line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  margin: 16px 0 18px;
}

.service-premium-body p{
  margin: 0 0 20px;
  color: #d7d7d7;
  line-height: 1.65;
  font-size: 1rem;
}

.service-premium-link{
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
}

.services-bottom-cta{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.services-cta-btn{
  min-height: 58px;
  padding: 0 26px;
  border: 1px solid rgba(201,161,74,.55);
  background: transparent;
  color: var(--gold);
}

.services-cta-btn:hover{
  background: rgba(201,161,74,.10);
}

@media (max-width: 980px){
  

  .service-premium-image{
    height: 300px;
  }
}

@media (max-width: 720px){
  .services-heading{
    text-align: center;
  }

  .services-heading p{
    max-width: 100%;
  }

  .service-premium-card{
    border-radius: 18px;
  }

  .service-premium-image{
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .service-premium-body{
    padding: 18px 16px 20px;
  }

  .service-premium-body h3{
    font-size: 1.05rem;
  }

  .service-premium-body p{
    font-size: .96rem;
  }

  

  .services-cta-btn{
    width: 100%;
  }
}


.service-icon-premium{
  height: 300px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 35%, rgba(201,161,74,.12), transparent 32%),
    linear-gradient(180deg, rgba(10,10,12,.98), rgba(6,8,14,.98));
  border-bottom:1px solid rgba(201,161,74,.16);
}

.service-icon-premium svg{
  width: 118px;
  height: 118px;
  fill: none;
  stroke: #c9a14a;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(201,161,74,.22));
  transition: transform .25s ease, filter .25s ease;
}

.service-premium-card:hover .service-icon-premium svg{
  transform: scale(1.05);
  filter: drop-shadow(0 0 16px rgba(201,161,74,.34));
}

@media (max-width: 980px){
  .service-icon-premium{
    height: 220px;
  }
  .service-icon-premium svg{
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 720px){
  .service-icon-premium{
    height: 180px;
  }
  .service-icon-premium svg{
    width: 84px;
    height: 84px;
  }
}


.service-icon-premium{
  position: relative;
}

.service-icon-premium::before{
  content: '';
  width: 170px;
  height: 170px;
  border-radius: 999px;
  position: absolute;
  background:
    radial-gradient(circle, rgba(201,161,74,.16) 0%, rgba(201,161,74,.06) 42%, rgba(201,161,74,0) 70%);
  box-shadow:
    0 0 0 2px rgba(201,161,74,.55),
    0 0 22px rgba(201,161,74,.22),
    inset 0 0 20px rgba(201,161,74,.10);
}

.service-icon-premium svg{
  position: relative;
  z-index: 2;
}

@media (max-width: 980px){
  .service-icon-premium::before{
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 720px){
  .service-icon-premium::before{
    width: 120px;
    height: 120px;
  }
}

.service-image-card{
  height:260px;
  overflow:hidden;
}
.service-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


.service-image-card{
  position:relative;
}



.service-image-card img{
  transition: transform .4s ease;
}

.service-premium-card:hover img{
  transform: scale(1.05);
}







/* Animação suave ao entrar na tela */
.reveal{
  opacity: 0;
  transform: translateY(28px) scale(.985);
  filter: blur(4px);
  will-change: transform, opacity, filter;
}
.reveal.visible{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2,.65,.2,1),
    filter .75s ease;
}

/* Descrição abaixo das fotos da galeria */
.portfolio-card{
  overflow: hidden;
}
.portfolio-card img{
  display:block;
}
.portfolio-info{
  display:block !important;
  padding: 16px 18px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
}
.portfolio-info h3{
  margin: 8px 0 8px;
}
.portfolio-info p{
  margin: 0;
}
@media (max-width: 720px){
  .portfolio-info{
    padding: 14px 14px 18px;
  }
}


/* Ajustes finos de alinhamento de imagens */
img{
  max-width:100%;
  height:auto;
}

.hero-visual,
.service-image-card,
.portfolio-card,
.service-premium-card,
.service-showcase-card,
.contact-card,
.admin-item{
  overflow:hidden;
}

.hero-visual img,
.service-showcase-card img{
  width:100%;
  height:auto;
  object-fit:cover;
  display:block;
}

.service-image-card{
  border-top-left-radius:22px;
  border-top-right-radius:22px;
}

.service-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.portfolio-card img{
  width:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.admin-item img{
  width:100%;
  height:120px;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.map-frame iframe{
  display:block;
  width:100%;
  height:100%;
}

@media (max-width:980px){
  .hero-visual{
    width:100%;
  }

  .hero-visual img{
    width:100%;
    margin:0 auto;
  }

  .service-image-card{
    height:auto;
    aspect-ratio:4 / 3;
  }

  .portfolio-card img{
    height:260px;
  }
}

@media (max-width:720px){
  .container{
    width:min(100% - 20px, 1180px);
  }

  .hero-visual,
  .service-premium-card,
  .portfolio-card,
  .contact-card,
  .admin-card,
  .service-showcase-card{
    border-radius:18px;
  }

  .hero-visual img{
    width:100%;
    height:auto;
    object-fit:cover;
    object-position:center center;
  }

  .service-image-card{
    height:auto;
    aspect-ratio:4 / 3;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
  }

  .service-image-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }

  .portfolio-card img{
    width:100%;
    height:220px !important;
    object-fit:cover;
    object-position:center center;
    border-top-left-radius:18px;
    border-top-right-radius:18px;
  }

  .portfolio-info{
    text-align:left;
  }

  .service-showcase-card img{
    width:100%;
    height:auto;
    display:block;
  }

  .contact-grid,
  .admin-grid,
  .services-premium-grid,
  .portfolio-grid,
  .services-grid{
    gap:16px;
  }

  .admin-item{
    grid-template-columns:1fr;
  }

  .admin-item img{
    height:200px;
    border-radius:14px;
  }
}

@media (max-width:480px){
  .service-image-card{
    aspect-ratio:1 / 1;
  }

  .portfolio-card img{
    height:200px !important;
  }

  .hero-visual img{
    max-height:320px;
    object-fit:contain;
  }

  .service-showcase-card img{
    border-radius:16px;
  }
}


/* AJUSTE FINAL PARA NÃO CORTAR IMAGENS */

.service-image-card{
  aspect-ratio: 3 / 2 !important;
  height: auto !important;
}

.service-image-card img{
  object-fit: contain !important;
}

.portfolio-card img{
  height: auto !important;
  max-height: 180px;
  object-fit: contain !important;
}

@media (max-width:720px){
  .portfolio-card img{
    max-height: 150px;
  }
}

@media (max-width:480px){
  .portfolio-card img{
    max-height: 130px;
  }
}


/* VERSÃO MAIS ESTÉTICA */
.service-image-card{
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  background: rgba(0,0,0,.12);
}

.service-image-card img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform .45s ease;
}

.service-premium-card:hover .service-image-card img,
.portfolio-card:hover img{
  transform: scale(1.04);
}

.portfolio-card img{
  width: 100%;
  height: 210px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform .45s ease;
}

@media (max-width: 720px){
  .service-image-card{
    aspect-ratio: 4 / 3 !important;
  }

  .portfolio-card img{
    height: 180px !important;
  }
}

@media (max-width: 480px){
  .service-image-card{
    aspect-ratio: 1 / 1 !important;
  }

  .portfolio-card img{
    height: 160px !important;
  }
}


/* AJUSTE - reduzir 15% apenas cards de serviços */


@media (max-width: 720px){
  
}



/* REDUÇÃO EXTRA ~10% (total ~23.5% vs original) */


/* Corte inteligente por card (ajuste fino de enquadramento) */
.services-premium-grid .service-premium-card:nth-child(1) .service-image-card img{
  object-position: center 35%;
}
.services-premium-grid .service-premium-card:nth-child(2) .service-image-card img{
  object-position: center 45%;
}
.services-premium-grid .service-premium-card:nth-child(3) .service-image-card img{
  object-position: center 40%;
}

@media (max-width: 720px){
  
}


/* AJUSTE PRECISO DOS 3 CARDS (SEM SCALE) */
.services-premium-grid{
  gap: 18px;
}

/* Altura mais equilibrada */


/* Corte inteligente refinado */
.services-premium-grid .service-premium-card:nth-child(1) img{
  object-position: center 30%;
}
.services-premium-grid .service-premium-card:nth-child(2) img{
  object-position: center 50%;
}
.services-premium-grid .service-premium-card:nth-child(3) img{
  object-position: center 35%;
}

/* Mobile mais equilibrado */
@media (max-width:720px){
  
}

@media (max-width:480px){
  
}


/* AJUSTE FINAL BALANCEADO (MEIO TERMO PROFISSIONAL) */



/* Reformas → ambiente + detalhe */
.services-premium-grid .service-premium-card:nth-child(1) img{
  object-position: center 38%;
}

/* Construção → pessoa + estrutura */
.services-premium-grid .service-premium-card:nth-child(2) img{
  object-position: center 52%;
}

/* Acabamentos → detalhe + parede */
.services-premium-grid .service-premium-card:nth-child(3) img{
  object-position: center 42%;
}

@media (max-width:720px){
  
}

@media (max-width:480px){
  
}


/* CORREÇÃO DEFINITIVA GRID DOS CARDS */
.services-premium-grid{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  transform: none !important;
}

.service-premium-card{
  width: 100%;
}

/* Mobile */
@media (max-width: 900px){
  .services-premium-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .services-premium-grid{
    grid-template-columns: 1fr;
  }
}


/* AJUSTE FINAL PARA NÃO CORTAR PARTE INFERIOR */


/* Mostrar mais parte inferior da imagem */


/* Mobile */
@media (max-width:720px){
  
}

@media (max-width:480px){
  
}


/* AJUSTE FINAL PERFEITO (SEM CORTE INFERIOR) */



/* Mostrar MAIS parte de baixo ainda */


/* leve respiro inferior */


/* mobile */
@media (max-width:720px){
  
}

@media (max-width:480px){
  
}


/* SERVIÇOS ESTILO NETFLIX - só nos cards de serviço */
.services-premium-grid{
  perspective: 1200px;
}







.services-premium-grid .service-image-card::after{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.10) 58%, rgba(0,0,0,.22) 100%);
  pointer-events:none;
  transition: opacity .35s ease;
}

.services-premium-grid .service-premium-card:hover .service-image-card::after{
  opacity: .8;
}





/* efeito de destacar o card do meio quando houver hover na grade */


@media (max-width: 900px){
  
  
  
}

@media (max-width: 600px){
  
  
}


/* ===== Seção de serviços - versão final limpa ===== */
.services-premium-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:start;
}

.services-premium-grid .service-premium-card{
  width:100%;
  padding:0 !important;
  margin:0;
  background:transparent !important;
  border:1px solid rgba(201,161,74,.18);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  display:block;
}

.services-premium-grid .service-image-card{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0;
  overflow:hidden;
  background:#0b0b0b;
}

.services-premium-grid .service-image-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
}

/* ajustes individuais discretos */
.services-premium-grid .service-premium-card:nth-child(1) .service-image-card img{
  object-position:center 58%;
}
.services-premium-grid .service-premium-card:nth-child(2) .service-image-card img{
  object-position:center 60%;
}
.services-premium-grid .service-premium-card:nth-child(3) .service-image-card img{
  object-position:center 56%;
}

@media (max-width: 900px){
  .services-premium-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }
}

@media (max-width: 600px){
  .services-premium-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .services-premium-grid .service-premium-card{
    border-radius:18px;
  }
  .services-premium-grid .service-image-card{
    aspect-ratio:4 / 3;
  }
}


/* ===== Serviços - cards somente com imagem (correção final) ===== */
.services-premium-grid .service-premium-card{
  padding: 0 !important;
  background: transparent !important;
  border-radius: 22px;
  overflow: hidden;
}

.services-premium-grid .service-image-card{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.services-premium-grid .service-image-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ===== ULTRA PREMIUM SERVICES LAYOUT ===== */

.services-premium-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  max-width:900px;
  margin:0 auto;
}

.services-premium-grid .service-premium-card{
  width:100%;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.25);
  border:1px solid rgba(201,161,74,.18);
}

.services-premium-grid .service-image-card{
  width:100%;
  aspect-ratio:4 / 5;
  overflow:hidden;
}

.services-premium-grid .service-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

/* hover premium */
.services-premium-grid .service-premium-card{
  transition: all .4s ease;
}

.services-premium-grid .service-premium-card:hover{
  transform: translateY(-6px);
  box-shadow:0 28px 60px rgba(0,0,0,.35);
}

/* tablet */
@media (max-width:900px){
  .services-premium-grid{
    grid-template-columns:repeat(2,1fr);
    max-width:700px;
  }
}

/* mobile */
@media (max-width:600px){
  .services-premium-grid{
    grid-template-columns:1fr;
    max-width:100%;
  }

  .services-premium-grid .service-image-card{
    aspect-ratio:4 / 3;
  }
}


/* Cards de serviços no mesmo padrão do site em fluxoos.tech */
.services-heading{
  max-width: 980px;
  margin-bottom: 28px;
  text-align: center;
}
.services-kicker{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .08em;
}
.services-premium-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}
.service-premium-card{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(201,161,74,.18);
  background:linear-gradient(180deg, rgba(10,10,12,.98), rgba(6,8,14,.98));
  box-shadow:0 18px 40px rgba(0,0,0,.25);
}
.service-image-card{
  width:100%;
  aspect-ratio:4 / 3;
  overflow:hidden;
}
.service-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.service-premium-body{
  padding:22px 22px 26px;
  text-align:left;
}
.service-premium-icon{
  width:58px;
  height:58px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:2px solid var(--gold);
  color:var(--gold);
  font-size:1.55rem;
  margin-bottom:16px;
}
.service-premium-body h3{
  margin:0 0 12px;
  font-size:1.15rem;
}
.service-premium-body p{
  margin:0;
  color:#d7d7d7;
  line-height:1.65;
}
.services-bottom-cta{
  display:flex;
  justify-content:center;
  margin-top:28px;
}
.services-cta-btn{
  min-height:58px;
  padding:0 26px;
  border:1px solid rgba(201,161,74,.55);
  background:transparent;
  color:var(--gold);
}
.services-cta-btn:hover{
  background:rgba(201,161,74,.10);
}
@media (max-width: 900px){
  .services-premium-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 600px){
  .services-premium-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .service-premium-card{
    border-radius:18px;
  }
  .service-premium-body{
    padding:18px 16px 20px;
  }
  .service-premium-icon{
    width:52px;
    height:52px;
    font-size:1.35rem;
    margin-bottom:12px;
  }
}


/* ===== Seção Quem Somos premium ===== */
.sobre-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
}

.sobre-texto h2{
  margin:16px 0 14px;
  font-size:clamp(2rem, 3vw, 3rem);
}

.sobre-texto h3{
  margin:20px 0 8px;
  font-size:1.1rem;
}

.sobre-texto p{
  color:var(--muted);
  line-height:1.75;
}

.sobre-cta{
  margin-top:20px;
  font-weight:700;
  color:var(--gold);
}

.sobre-valores{
  display:grid;
  gap:16px;
}

.valor-card{
  padding:20px;
  border-radius:18px;
  border:1px solid rgba(201,161,74,.2);
  background:linear-gradient(180deg, rgba(10,10,12,.98), rgba(6,8,14,.98));
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.valor-emoji{
  font-size:22px;
  display:block;
  margin-bottom:10px;
}

.valor-card h4{
  margin:0 0 6px;
  font-size:1.02rem;
}

.valor-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

@media (max-width: 768px){
  .sobre-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
}


/* Ajuste dos cards de serviço para celular */
@media (max-width: 768px){
  .services-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    max-width: 100% !important;
  }

  .services-premium-grid .service-premium-card{
    max-width: 88%;
    margin: 0 auto;
    border-radius: 16px;
  }

  .services-premium-grid .service-image-card{
    aspect-ratio: 4 / 3 !important;
  }

  .services-premium-grid .service-image-card img{
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 480px){
  .services-premium-grid .service-premium-card{
    max-width: 84%;
  }

  .services-premium-grid .service-image-card{
    aspect-ratio: 1 / 1 !important;
  }
}


/* Remover moldura dos cards de serviço */
.services-premium-grid .service-premium-card{
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}


/* Efeito de separação com sombra leve */
.services-premium-grid .service-premium-card{
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: box-shadow .3s ease, transform .3s ease;
}

.services-premium-grid .service-premium-card:hover{
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  transform: translateY(-2px);
}

@media (max-width:768px){
  .services-premium-grid .service-premium-card{
    box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  }
}


/* REDUÇÃO REAL DOS CARDS EM 50% */
.services-premium-grid{
  max-width: 600px;
  margin: 0 auto;
  gap: 18px;
}

.services-premium-grid .service-image-card{
  aspect-ratio: 1 / 1;
}

@media (max-width:900px){
  .services-premium-grid{
    max-width: 500px;
  }
}

@media (max-width:600px){
  .services-premium-grid{
    max-width: 100%;
  }
}


/* CARDS COMPACTOS ESTILO APP */
.services-premium-grid{
  max-width: 480px;
  margin: 0 auto;
  gap: 14px;
}

.services-premium-grid .service-premium-card{
  border-radius: 14px;
}

.services-premium-grid .service-image-card{
  aspect-ratio: 1 / 1;
}

.services-premium-grid .service-image-card img{
  border-radius: 14px;
}

/* mobile refinado */
@media (max-width:600px){
  .services-premium-grid{
    max-width: 92%;
    gap: 12px;
  }

  .services-premium-grid .service-premium-card{
    border-radius: 12px;
  }
}
