:root{
  --black:#070707;
  --ink:#17110f;
  --muted:#6f6763;
  --soft:#f7f1ea;
  --soft-2:#fff9f2;
  --line:rgba(23,17,15,.12);
  --orange:#F26700;
  --orange-2:#E95B00;
  --red:#B11821;
  --red-2:#7F0F18;
  --gold:#D78B23;
  --white:#fff;
  --shadow:0 28px 90px rgba(0,0,0,.18);
  --shadow-soft:0 18px 52px rgba(61,31,14,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--soft-2);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section-pad{padding:104px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo-link{display:inline-flex;align-items:center}.logo-link img{width:236px;height:auto}.main-nav{display:flex;align-items:center;gap:9px}.main-nav a{color:rgba(255,255,255,.76);font-weight:780;font-size:.93rem;padding:12px 13px;border-radius:999px;transition:.22s ease}.main-nav a:hover{color:#fff;background:rgba(255,255,255,.08);transform:translateY(-1px)}.main-nav .nav-cta{color:#fff;background:linear-gradient(135deg,var(--orange),var(--red));box-shadow:0 14px 30px rgba(242,103,0,.23)}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 4px;border-radius:2px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(242,103,0,.22),transparent 28%),radial-gradient(circle at 86% 20%,rgba(177,24,33,.22),transparent 25%),linear-gradient(135deg,#060606 0%,#160b08 45%,#090909 100%);color:#fff;padding-top:86px}.hero::before{content:"";position:absolute;inset:auto -12% -34% -12%;height:420px;background:linear-gradient(90deg,rgba(242,103,0,.16),rgba(177,24,33,.18));filter:blur(90px);transform:rotate(-2deg)}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:50px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:950}.eyebrow::before{content:"";width:34px;height:2px;background:linear-gradient(90deg,var(--orange),var(--red));border-radius:99px}.hero h1{font-size:clamp(3.15rem,6.1vw,6.4rem);line-height:.9;letter-spacing:-.075em;margin:18px 0 24px;max-width:780px}.hero-lead{font-size:clamp(1.04rem,1.4vw,1.26rem);line-height:1.72;color:rgba(255,255,255,.78);max-width:700px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:0 0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:15px 22px;min-height:52px;font-weight:950;letter-spacing:-.02em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;box-shadow:0 18px 38px rgba(242,103,0,.25)}.btn-glass{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}.btn-full{width:100%}.microcopy{color:rgba(255,255,255,.64);font-size:.94rem;margin:0 0 20px}.trust-strip{display:flex;flex-wrap:wrap;gap:10px}.trust-strip span{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:rgba(255,255,255,.82);border-radius:999px;padding:10px 12px;font-weight:820;font-size:.86rem}.hero-panel{position:relative}.visual-slider{position:relative;border-radius:36px;overflow:hidden;min-height:600px;background:#111;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.12);isolation:isolate}.slider-track,.slide{position:absolute;inset:0}.slide{opacity:0;transform:scale(1.02);transition:opacity .7s ease,transform .9s ease}.slide.active{opacity:1;transform:scale(1)}.slide img{width:100%;height:100%;object-fit:cover}.slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.78) 100%)}.slide-copy{position:absolute;left:30px;right:30px;bottom:30px;z-index:2;padding:26px;border-radius:28px;background:rgba(10,10,10,.58);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.14)}.slide-copy span{display:inline-flex;color:#ffd6b5;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:950}.slide-copy h2{margin:12px 0 10px;font-size:clamp(1.65rem,3.4vw,3rem);line-height:1;letter-spacing:-.055em}.slide-copy p{margin:0 0 16px;color:rgba(255,255,255,.75);line-height:1.55}.slide-copy a{font-weight:950;color:#fff}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:2rem;line-height:1;cursor:pointer;transition:.2s ease}.slider-arrow:hover{background:rgba(242,103,0,.8)}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;left:30px;top:28px;z-index:4;display:flex;gap:9px}.slider-dots button{width:34px;height:5px;border:0;border-radius:999px;background:rgba(255,255,255,.28);cursor:pointer}.slider-dots button.active{background:linear-gradient(90deg,var(--orange),var(--red))}.stats-section{margin-top:-36px;position:relative;z-index:5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(18px);border-radius:26px;padding:24px;box-shadow:var(--shadow-soft)}.stat-card strong{display:block;font-size:2.1rem;letter-spacing:-.055em;color:var(--orange-2);line-height:1}.stat-card span{display:block;margin-top:8px;color:var(--muted);font-weight:850;line-height:1.35}.section-title{max-width:840px;margin-bottom:40px}.section-title.centered{text-align:center;margin-inline:auto}.section-title h2{font-size:clamp(2.25rem,4.7vw,4.7rem);line-height:.94;letter-spacing:-.07em;margin:14px 0 16px}.section-title p{font-size:1.08rem;line-height:1.72;color:var(--muted);margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft);transition:.22s ease}.service-card::after{content:"";position:absolute;right:-55px;top:-55px;width:150px;height:150px;background:linear-gradient(135deg,rgba(242,103,0,.12),rgba(177,24,33,.1));border-radius:50%;filter:blur(4px)}.service-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(61,31,14,.16)}.service-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:19px;background:linear-gradient(135deg,var(--orange),var(--red));color:#fff;display:grid;place-items:center;font-weight:950;font-size:1.25rem}.service-card h3{position:relative;z-index:1;font-size:1.32rem;margin:22px 0 10px;letter-spacing:-.045em}.service-card p{position:relative;z-index:1;color:var(--muted);line-height:1.65;margin:0}.audience-band{padding:100px 0;background:radial-gradient(circle at 82% 16%,rgba(242,103,0,.17),transparent 24%),linear-gradient(135deg,#080808 0%,#1b100d 100%);color:#fff}.audience-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.audience-grid h2{font-size:clamp(2.15rem,4.4vw,4.4rem);line-height:.95;letter-spacing:-.07em;margin:14px 0 18px}.audience-grid p{color:rgba(255,255,255,.73);line-height:1.75;font-size:1.05rem}.audience-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);border-radius:34px;padding:28px;backdrop-filter:blur(18px);box-shadow:0 22px 70px rgba(0,0,0,.25)}.audience-card ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.audience-card li{position:relative;padding:17px 18px 17px 48px;background:rgba(255,255,255,.07);border-radius:20px;color:rgba(255,255,255,.84);line-height:1.5;font-weight:780}.audience-card li::before{content:"✓";position:absolute;left:18px;top:17px;color:#ffb26c;font-weight:950}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow-soft)}.process-card span{font-size:2.1rem;font-weight:950;letter-spacing:-.08em;color:var(--orange-2)}.process-card h3{margin:16px 0 10px;letter-spacing:-.045em}.process-card p{color:var(--muted);line-height:1.62;margin:0}.projects-section{background:#fff}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.property-card{background:var(--soft-2);border:1px solid var(--line);border-radius:34px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.22s ease}.property-card:hover{transform:translateY(-6px)}.property-visual{position:relative;aspect-ratio:1.35/1;background:#111;overflow:hidden}.property-visual img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.property-card:hover .property-visual img{transform:scale(1.05)}.property-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.62))}.property-visual span{position:absolute;left:18px;bottom:18px;z-index:2;border-radius:999px;background:#fff;color:var(--red);font-weight:950;padding:9px 13px}.property-body{padding:25px}.property-body strong{color:var(--orange-2);text-transform:uppercase;letter-spacing:.1em;font-size:.76rem}.property-body h3{font-size:1.48rem;margin:10px 0;letter-spacing:-.05em}.property-body p{color:var(--muted);line-height:1.66;margin:0}.local-section{background:linear-gradient(180deg,var(--soft),#fff)}.local-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.local-grid h2{font-size:clamp(2.1rem,4.4vw,4.5rem);line-height:.95;letter-spacing:-.07em;margin:14px 0 18px}.local-grid p{color:var(--muted);line-height:1.75;font-size:1.05rem}.area-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.area-tags span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:850;color:var(--orange-2)}.nap-card{position:relative;overflow:hidden;background:#090909;color:#fff;border-radius:34px;padding:34px;box-shadow:var(--shadow)}.nap-card::before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;background:linear-gradient(135deg,var(--orange),var(--red));opacity:.32;border-radius:50%;filter:blur(10px)}.nap-card>*{position:relative}.nap-card h3{font-size:1.8rem;margin:0 0 18px}.nap-card p,.nap-card a{display:block;color:rgba(255,255,255,.75);line-height:1.65;margin:9px 0}.nap-card strong{color:#fff}.social-inline{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.social-inline a{margin:0;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 13px;color:#fff}.contact-section{background:radial-gradient(circle at 14% 20%,rgba(242,103,0,.1),transparent 25%),#fff}.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:start}.contact-copy h2{font-size:clamp(2.1rem,4.2vw,4.5rem);line-height:.95;letter-spacing:-.07em;margin:14px 0 18px}.contact-copy p{color:var(--muted);line-height:1.75;font-size:1.05rem}.contact-highlight{margin-top:26px;background:var(--soft);border:1px solid var(--line);border-radius:24px;padding:20px}.contact-highlight strong{display:block;margin-bottom:6px}.contact-highlight a{font-weight:950;color:var(--orange-2)}.form-card{background:#fff;border:1px solid var(--line);border-radius:34px;padding:28px;box-shadow:var(--shadow-soft)}.lead-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:950;color:#473a35;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(23,17,15,.14);background:#fbf7f2;border-radius:16px;padding:14px 15px;outline:none;color:var(--ink);transition:.2s ease}.field textarea{min-height:118px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(242,103,0,.12);background:#fff}.field.invalid input,.field.invalid select,.field.invalid textarea{border-color:var(--red);animation:shake .35s ease}.hp-field{display:none}.form-alert{border-radius:18px;padding:14px 16px;font-weight:850;margin-bottom:15px}.form-alert.success{background:#effaf2;color:#1f6b35}.form-alert.error{background:#fff0ee;color:#9a2b1b}.form-disclaimer{font-size:.82rem;line-height:1.55;color:var(--muted);margin:0}.faq-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px}.faq-list{display:grid;gap:14px}details{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px 22px;box-shadow:0 12px 32px rgba(61,31,14,.07)}summary{cursor:pointer;font-weight:950;letter-spacing:-.02em}details p{color:var(--muted);line-height:1.7;margin-bottom:0}.site-footer{background:#070707;color:#fff;padding:74px 0 26px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .72fr 1fr;gap:34px}.footer-brand img{width:245px;margin-bottom:18px}.footer-grid h3{margin:0 0 14px}.footer-grid p,.footer-grid a,.footer-grid span{display:block;color:rgba(255,255,255,.68);line-height:1.7;margin:0 0 8px}.footer-grid a:hover{color:#fff}.footer-bottom{width:min(1180px,calc(100% - 40px));margin:38px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.52);font-size:.9rem}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:60;background:#19b45b;color:#fff;border-radius:999px;padding:15px 18px;font-weight:950;box-shadow:0 16px 38px rgba(25,180,91,.32);transition:.22s ease}.floating-whatsapp:hover{transform:translateY(-3px)}.floating-whatsapp::before{content:"";display:inline-block;width:10px;height:10px;background:#fff;border-radius:50%;margin-right:9px;box-shadow:0 0 0 6px rgba(255,255,255,.15)}[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-animate].visible{opacity:1;transform:translateY(0)}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-2px)}}@media(max-width:1080px){.hero-grid,.audience-grid,.local-grid,.contact-grid,.faq-grid{grid-template-columns:1fr}.hero-panel{max-width:760px}.services-grid,.property-grid{grid-template-columns:repeat(2,1fr)}.process-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:780px){.container{width:min(100% - 28px,1180px)}.section-pad{padding:74px 0}.nav-wrap{height:76px}.logo-link img{width:190px}.menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;background:#111;border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:14px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{text-align:center}.hero{padding-top:56px}.hero-grid{gap:34px}.hero h1{font-size:3rem}.visual-slider{min-height:520px;border-radius:28px}.slide-copy{left:18px;right:18px;bottom:18px;padding:20px}.slider-arrow{display:none}.services-grid,.property-grid,.process-grid,.stats-grid,.footer-grid,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.floating-whatsapp span{display:none}.floating-whatsapp{width:58px;height:58px;display:grid;place-items:center;padding:0}.floating-whatsapp::before{margin:0;width:14px;height:14px}}@media(max-width:450px){.hero h1{font-size:2.55rem}.hero-actions .btn{width:100%}.trust-strip span{width:100%;text-align:center}.visual-slider{min-height:470px}.slide-copy h2{font-size:1.65rem}.footer-brand img{width:210px}}


/* =========================================================
   PMX - Ajuste visual do slider hero
   Objetivo: deixar o slide exatamente no padrão do print enviado:
   imagem no topo, card de texto deslocado para baixo, setas circulares
   nas laterais e sem dots aparentes.
   Substitua este arquivo em: assets/css/style.css
   ========================================================= */
@media (min-width: 1081px){
  .hero{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .hero-grid{
    grid-template-columns: minmax(430px,.84fr) minmax(620px,1.16fr);
    gap: 54px;
    align-items: center;
  }
  .hero h1{
    font-size: clamp(4.7rem, 6.95vw, 7.4rem);
    line-height: .895;
    letter-spacing: -.082em;
    max-width: 665px;
  }
  .hero-lead{
    max-width: 560px;
  }
  .hero-panel{
    align-self: center;
    margin-top: 22px;
  }

  .visual-slider{
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 730px !important;
    padding: 0 !important;
  }

  .slider-track{
    position: relative !important;
    height: 510px !important;
    inset: auto !important;
    overflow: visible !important;
    border-radius: 34px !important;
  }

  .slide{
    position: absolute !important;
    inset: 0 !important;
    height: 510px !important;
    overflow: visible !important;
    border-radius: 34px !important;
  }

  .slide img{
    width: 100% !important;
    height: 510px !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 34px !important;
    box-shadow: 0 34px 90px rgba(0,0,0,.42) !important;
  }

  .slide::after{
    inset: 0 !important;
    height: 510px !important;
    bottom: auto !important;
    border-radius: 34px !important;
    background: linear-gradient(180deg, rgba(0,0,0,.03) 0%, rgba(0,0,0,.08) 42%, rgba(0,0,0,.28) 100%) !important;
    pointer-events: none !important;
  }

  .slide-copy{
    left: 40px !important;
    right: 48px !important;
    bottom: -292px !important;
    padding: 34px 34px 31px !important;
    min-height: 270px !important;
    border-radius: 0 0 34px 34px !important;
    background: linear-gradient(135deg, rgba(22, 12, 8, .94), rgba(9, 9, 9, .96)) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-top: 0 !important;
    box-shadow: 0 32px 76px rgba(0,0,0,.35) !important;
    backdrop-filter: blur(22px) !important;
  }

  .slide-copy::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 20% 0%, rgba(242,103,0,.22), transparent 38%), radial-gradient(circle at 88% 20%, rgba(177,24,33,.14), transparent 34%);
    pointer-events: none;
  }

  .slide-copy > *{
    position: relative;
    z-index: 1;
  }

  .slide-copy span{
    color: #f2a26b !important;
    font-size: .82rem !important;
    letter-spacing: .13em !important;
  }

  .slide-copy h2{
    max-width: 610px;
    margin: 17px 0 14px !important;
    font-size: clamp(2.35rem, 3.75vw, 3.65rem) !important;
    line-height: .96 !important;
    letter-spacing: -.065em !important;
  }

  .slide-copy p{
    max-width: 600px;
    font-size: 1.04rem !important;
    line-height: 1.65 !important;
    color: rgba(255,255,255,.68) !important;
  }

  .slide-copy a{
    display: inline-flex;
    margin-top: 8px;
    font-size: 1rem;
  }

  .slider-arrow{
    top: 510px !important;
    width: 52px !important;
    height: 52px !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    background: rgba(8,8,8,.58) !important;
    color: #fff !important;
    font-size: 2.15rem !important;
    z-index: 12 !important;
    box-shadow: 0 14px 34px rgba(0,0,0,.34) !important;
    backdrop-filter: blur(12px) !important;
  }

  .slider-arrow:hover{
    background: linear-gradient(135deg, var(--orange), var(--red)) !important;
    border-color: transparent !important;
  }

  .slider-arrow.prev{ left: 16px !important; }
  .slider-arrow.next{ right: 16px !important; }

  .slider-dots{
    display: none !important;
  }
}

@media (max-width: 1080px){
  .visual-slider{
    overflow: visible !important;
    min-height: 700px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .slider-track{
    position: relative !important;
    height: 430px !important;
    overflow: visible !important;
  }
  .slide{
    position: absolute !important;
    inset: 0 !important;
    height: 430px !important;
    overflow: visible !important;
  }
  .slide img,
  .slide::after{
    height: 430px !important;
    border-radius: 28px !important;
  }
  .slide-copy{
    left: 18px !important;
    right: 18px !important;
    bottom: -248px !important;
    min-height: 235px !important;
    border-radius: 0 0 28px 28px !important;
    background: linear-gradient(135deg, rgba(22, 12, 8, .95), rgba(9, 9, 9, .96)) !important;
    border-top: 0 !important;
  }
  .slider-dots{display:none!important;}
  .slider-arrow{
    top: 430px !important;
    width: 48px !important;
    height: 48px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(8,8,8,.62) !important;
  }
}

@media (max-width: 780px){
  .visual-slider{min-height: 655px !important;}
  .slider-track,.slide{height: 360px !important;}
  .slide img,.slide::after{height: 360px !important;}
  .slide-copy{
    bottom: -258px !important;
    padding: 24px 22px !important;
    min-height: 250px !important;
  }
  .slider-arrow{top: 360px !important;}
}

@media (max-width: 450px){
  .visual-slider{min-height: 625px !important;}
  .slider-track,.slide{height: 315px !important;}
  .slide img,.slide::after{height: 315px !important;}
  .slide-copy{
    bottom: -278px !important;
    min-height: 270px !important;
  }
  .slider-arrow{top: 315px !important;}
}

/* =========================================================
   PMX - Ajuste final do hero/slider, responsivo e WhatsApp
   Aplicar este style.css em assets/css/style.css
   ========================================================= */

.hero-grid{
  align-items: stretch !important;
}

.hero-content{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.hero-panel{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hero h1{
  text-wrap: balance;
}

.hero-lead,
.microcopy{
  text-wrap: pretty;
}

.visual-slider{
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.slider-track{
  position: relative !important;
  overflow: visible !important;
}

.slide{
  overflow: visible !important;
}

.slide-copy{
  box-sizing: border-box !important;
}

.slider-dots{
  display: none !important;
}

/* Desktop: texto e slide equilibrados na mesma dobra */
@media (min-width: 1081px){
  .hero{
    padding-top: 86px !important;
  }

  .hero-grid{
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr) !important;
    gap: clamp(42px, 4vw, 64px) !important;
    min-height: calc(100vh - 86px) !important;
    align-items: center !important;
  }

  .hero-content{
    padding: clamp(54px, 6vh, 88px) 0 !important;
  }

  .hero h1{
    font-size: clamp(4rem, 5.45vw, 6.15rem) !important;
    line-height: .94 !important;
    letter-spacing: -.072em !important;
    margin-bottom: 26px !important;
  }

  .hero-lead{
    max-width: 650px !important;
    line-height: 1.78 !important;
  }

  .hero-panel{
    --pmx-slide-image-h: clamp(470px, 48vh, 535px);
    --pmx-slide-card-h: 290px;
  }

  .visual-slider{
    width: 100% !important;
    min-height: calc(var(--pmx-slide-image-h) + var(--pmx-slide-card-h)) !important;
  }

  .slider-track,
  .slide{
    height: var(--pmx-slide-image-h) !important;
  }

  .slide img,
  .slide::after{
    height: var(--pmx-slide-image-h) !important;
    border-radius: 34px 34px 0 0 !important;
  }

  .slide-copy{
    left: 40px !important;
    right: 48px !important;
    bottom: calc(-1 * var(--pmx-slide-card-h)) !important;
    min-height: var(--pmx-slide-card-h) !important;
    padding: 36px 36px 34px !important;
    border-radius: 0 0 34px 34px !important;
  }

  .slide-copy h2{
    max-width: 650px !important;
    font-size: clamp(2.32rem, 3.25vw, 3.35rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -.058em !important;
  }

  .slide-copy p{
    max-width: 620px !important;
    line-height: 1.72 !important;
  }

  .slider-arrow{
    top: var(--pmx-slide-image-h) !important;
  }
}

/* Tablet: mantém slide primeiro, card com respiro e texto abaixo */
@media (max-width: 1080px){
  .hero{
    padding-top: 76px !important;
  }

  .hero-grid{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: start !important;
  }

  .hero-panel{
    --pmx-slide-image-h: 420px;
    --pmx-slide-card-h: 260px;
    order: -1 !important;
    width: 100% !important;
  }

  .hero-content{
    order: 2 !important;
    padding: 46px 0 72px !important;
  }

  .visual-slider{
    width: 100% !important;
    min-height: calc(var(--pmx-slide-image-h) + var(--pmx-slide-card-h)) !important;
  }

  .slider-track,
  .slide{
    height: var(--pmx-slide-image-h) !important;
  }

  .slide img,
  .slide::after{
    height: var(--pmx-slide-image-h) !important;
    border-radius: 30px 30px 0 0 !important;
  }

  .slide-copy{
    left: 22px !important;
    right: 22px !important;
    bottom: calc(-1 * var(--pmx-slide-card-h)) !important;
    min-height: var(--pmx-slide-card-h) !important;
    padding: 30px 28px 28px !important;
    border-radius: 0 0 30px 30px !important;
  }

  .slide-copy h2{
    font-size: clamp(2rem, 5.2vw, 3rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.052em !important;
    margin: 15px 0 14px !important;
  }

  .slide-copy p{
    font-size: 1rem !important;
    line-height: 1.68 !important;
  }

  .slider-arrow{
    top: var(--pmx-slide-image-h) !important;
  }
}

/* Celular: slide em primeiro, headline mais legível e sem texto prensado */
@media (max-width: 780px){
  .container{
    width: min(100% - 28px, 1180px) !important;
  }

  .hero{
    padding-top: 18px !important;
  }

  .hero-grid{
    gap: 28px !important;
  }

  .hero-panel{
    --pmx-slide-image-h: 345px;
    --pmx-slide-card-h: 270px;
  }

  .visual-slider{
    min-height: calc(var(--pmx-slide-image-h) + var(--pmx-slide-card-h)) !important;
  }

  .slider-track,
  .slide{
    height: var(--pmx-slide-image-h) !important;
  }

  .slide img,
  .slide::after{
    height: var(--pmx-slide-image-h) !important;
    border-radius: 26px 26px 0 0 !important;
  }

  .slide-copy{
    left: 14px !important;
    right: 14px !important;
    bottom: calc(-1 * var(--pmx-slide-card-h)) !important;
    min-height: var(--pmx-slide-card-h) !important;
    padding: 25px 24px 25px !important;
    border-radius: 0 0 26px 26px !important;
  }

  .slide-copy span{
    font-size: .76rem !important;
    letter-spacing: .14em !important;
    line-height: 1.35 !important;
  }

  .slide-copy h2{
    font-size: clamp(1.72rem, 6.6vw, 2.45rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.048em !important;
    margin: 14px 0 13px !important;
  }

  .slide-copy p{
    font-size: .99rem !important;
    line-height: 1.62 !important;
    margin-bottom: 14px !important;
  }

  .slide-copy a{
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }

  .slider-arrow{
    top: var(--pmx-slide-image-h) !important;
    width: 50px !important;
    height: 50px !important;
  }

  .slider-arrow.prev{
    left: 20px !important;
  }

  .slider-arrow.next{
    right: 20px !important;
  }

  .hero-content{
    padding: 44px 0 68px !important;
  }

  .hero h1{
    font-size: clamp(2.58rem, 9vw, 4rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.055em !important;
    margin: 17px 0 24px !important;
  }

  .hero-lead{
    font-size: 1.03rem !important;
    line-height: 1.78 !important;
    margin-bottom: 30px !important;
  }

  .hero-actions{
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  .hero-actions .btn{
    flex: 1 1 220px !important;
    min-height: 56px !important;
    padding: 15px 18px !important;
  }

  .trust-strip{
    gap: 12px !important;
  }

  .trust-strip span{
    line-height: 1.35 !important;
  }
}

@media (max-width: 480px){
  .hero-panel{
    --pmx-slide-image-h: 292px;
    --pmx-slide-card-h: 290px;
  }

  .slide-copy{
    left: 12px !important;
    right: 12px !important;
    padding: 23px 20px 24px !important;
  }

  .slide-copy h2{
    font-size: clamp(1.48rem, 7.4vw, 1.95rem) !important;
    line-height: 1.11 !important;
  }

  .slide-copy p{
    font-size: .94rem !important;
    line-height: 1.58 !important;
  }

  .hero h1{
    font-size: clamp(2.28rem, 12vw, 3.18rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -.052em !important;
  }

  .hero-lead{
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  .hero-actions .btn{
    flex-basis: 100% !important;
  }
}

/* WhatsApp flutuante: ícone correto, sem a bolinha estranha no mobile */
.floating-whatsapp{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  line-height: 1 !important;
}

.floating-whatsapp::before{
  content: "" !important;
  width: 22px !important;
  height: 22px !important;
  display: inline-block !important;
  flex: 0 0 22px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.04 3.1A12.77 12.77 0 0 0 5.06 22.4L3.4 28.9l6.64-1.58A12.77 12.77 0 1 0 16.04 3.1Zm0 2.45a10.32 10.32 0 1 1-5.25 19.2l-.38-.22-3.95.94 1-3.84-.25-.4A10.32 10.32 0 0 1 16.04 5.55Zm-5.03 5.5c-.23 0-.6.08-.92.44-.31.36-1.2 1.17-1.2 2.85 0 1.67 1.23 3.29 1.4 3.52.17.23 2.37 3.8 5.85 5.18 2.9 1.15 3.49.92 4.12.86.63-.06 2.03-.83 2.32-1.63.29-.8.29-1.49.2-1.63-.09-.14-.32-.23-.66-.4-.34-.17-2.03-1-2.34-1.12-.31-.11-.54-.17-.77.17-.23.34-.89 1.12-1.09 1.35-.2.23-.4.26-.74.09-.34-.17-1.44-.53-2.74-1.69a10.27 10.27 0 0 1-1.9-2.36c-.2-.34-.02-.52.15-.69.16-.15.34-.4.52-.6.17-.2.23-.34.34-.57.11-.23.06-.43-.03-.6-.09-.17-.77-1.86-1.06-2.55-.28-.67-.56-.58-.77-.59h-.66Z'/%3E%3C/svg%3E") !important;
}

@media (max-width: 780px){
  .floating-whatsapp{
    width: 58px !important;
    height: 58px !important;
    padding: 0 !important;
    right: 18px !important;
    bottom: 18px !important;
    border-radius: 50% !important;
  }

  .floating-whatsapp span{
    display: none !important;
  }

  .floating-whatsapp::before{
    width: 27px !important;
    height: 27px !important;
    flex-basis: 27px !important;
  }
}

/* Redes sociais no rodapé com visual mais claro e clicável */
.site-footer .footer-grid > div:nth-child(3) a{
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: max-content !important;
  min-height: 38px !important;
  padding: 8px 13px !important;
  margin: 0 8px 10px 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.045) !important;
  color: rgba(255,255,255,.82) !important;
  transition: .2s ease !important;
}

.site-footer .footer-grid > div:nth-child(3) a:hover{
  color: #fff !important;
  background: linear-gradient(135deg, rgba(242,103,0,.22), rgba(177,24,33,.20)) !important;
  transform: translateY(-1px) !important;
}

.site-footer .footer-grid > div:nth-child(3) a::before{
  display: inline-grid !important;
  place-items: center !important;
  width: 23px !important;
  height: 23px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--orange), var(--red)) !important;
  color: #fff !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.site-footer .footer-grid > div:nth-child(3) a[href*="instagram"]::before{
  content: "◎" !important;
}

.site-footer .footer-grid > div:nth-child(3) a[href*="facebook"]::before{
  content: "f" !important;
  font-family: Arial, sans-serif !important;
}

.site-footer .footer-grid > div:nth-child(3) a[href*="wa.me"]::before,
.site-footer .footer-grid > div:nth-child(3) a[href*="whatsapp"]::before{
  content: "☎" !important;
}
