:root{
  --green:#23b04a;
  --green-dark:#168538;
  --green-soft:#e9f8ee;
  --dark:#071015;
  --dark-2:#0d171e;
  --text:#1d2730;
  --muted:#62707f;
  --line:#dde5ea;
  --bg:#f5f7f9;
  --white:#ffffff;
  --shadow:0 18px 48px rgba(5,16,24,.10);
  --radius:22px;
  --container:min(1240px, calc(100% - 32px));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  color:var(--text);
  background:#fff;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.container{
  width:var(--container);
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.header-wrap{
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.brand img{
  height:88px;
  width:auto;
}

.site-nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-weight:700;
  color:#1d2730;
}

.site-nav a{
  position:relative;
  padding:10px 0;
}

.site-nav a.active,
.site-nav a:hover{
  color:var(--green-dark);
}

.site-nav a.active::after,
.site-nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-14px;
  height:3px;
  border-radius:999px;
  background:var(--green);
}

.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  font-weight:800;
  box-shadow:0 10px 24px rgba(35,176,74,.25);
}

.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:8px 12px;
  font-size:28px;
  cursor:pointer;
}

/* HERO */

.hero-v4{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(35,176,74,.18), transparent 22%),
    radial-gradient(circle at 85% 65%, rgba(35,176,74,.20), transparent 24%),
    linear-gradient(135deg, #04090d 0%, #071219 50%, #08131a 100%);
  color:#fff;
  padding:0;
}

.hero-v4::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(40,255,110,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40,255,110,.07) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.18;
  pointer-events:none;
}

.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:24px;
  align-items:center;
  padding:8px 0 6px;
}

.hero-copy{
  padding:6px 0;
}

.tag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(35,176,74,.18);
  color:#8fffaa;
  border:1px solid rgba(143,255,170,.18);
  font-weight:800;
  font-size:.9rem;
  letter-spacing:.01em;
}

.hero-copy h1{
  margin:12px 0 12px;
  font-size:clamp(2rem, 3.2vw, 3.2rem);
  line-height:1.04;
  letter-spacing:-.04em;
  max-width:11.5ch;
}

.hero-copy h1 span{
  color:var(--green);
}

.hero-copy p{
  margin:0;
  color:#c9d4dc;
  font-size:1rem;
  line-height:1.65;
  max-width:600px;
}

.hero-points{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:16px 0 18px;
}

.point{
  text-align:center;
  padding:4px;
  color:#eaf3f7;
}

.point .point-icon{
  width:56px;
  height:56px;
  border-radius:16px;
  margin:0 auto 10px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  display:grid;
  place-items:center;
  font-size:24px;
  color:#7dff9d;
}

.point strong{
  display:block;
  font-size:.95rem;
  line-height:1.3;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border-radius:14px;
  border:2px solid transparent;
  font-weight:800;
  transition:.22s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-primary{
  background:var(--green);
  color:#fff;
}

.btn-primary:hover{
  background:var(--green-dark);
}

.btn-outline{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.65);
}

.btn-outline:hover{
  background:rgba(255,255,255,.06);
}

.hero-visual{
  position:relative;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.glow-ring{
  position:absolute;
  inset:auto 10% 6% auto;
  width:56%;
  height:22%;
  border-radius:50%;
  border:1px solid rgba(75,255,125,.28);
  box-shadow:
    0 0 0 16px rgba(75,255,125,.04),
    0 0 0 44px rgba(75,255,125,.03);
}

.device-left,
.device-center{
  position:absolute;
  bottom:44px;
  z-index:3;
  width:18%;
  max-width:118px;
  filter:drop-shadow(0 20px 30px rgba(0,0,0,.35));
}

.device-left{
  left:20%;
  transform:rotate(-2deg);
}

.device-center{
  left:35%;
  transform:rotate(1.5deg);
}

.laptop{
  position:absolute;
  right:6%;
  bottom:14px;
  z-index:2;
  width:54%;
  max-width:560px;
}

.laptop-shell{
  background:#161f28;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px 24px 14px 14px;
  padding:14px 14px 8px;
  box-shadow:0 24px 50px rgba(0,0,0,.42);
}

.laptop-screen{
  overflow:hidden;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(255,255,255,.08);
}

.laptop-base{
  height:10px;
  width:108%;
  margin-left:-4%;
  margin-top:-2px;
  background:linear-gradient(180deg,#77828b,#505961);
  border-radius:0 0 16px 16px;
}

.phone{
  position:absolute;
  right:0;
  bottom:0;
  z-index:4;
  width:18%;
  max-width:140px;
}

.phone-shell{
  background:#0c0f14;
  border:4px solid #20242a;
  border-radius:28px;
  padding:10px;
  box-shadow:0 22px 44px rgba(0,0,0,.42);
}

.phone-screen{
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}

/* SECTIONS */

section{
  padding:78px 0;
}

.section-light{
  background:#fff;
}

.section-muted{
  background:var(--bg);
}

.section-title{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:28px;
}

.section-title h2{
  margin:0;
  font-size:clamp(2rem, 4vw, 3rem);
  line-height:1.08;
}

.section-title h2 span{
  color:var(--green);
}

.section-title p{
  margin:0;
  max-width:520px;
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.75;
}

.products-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.products-grid .product-card{
  height:100%;
}

@media (max-width:1100px){
  .products-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .products-grid{
    grid-template-columns:1fr;
  }
}

.product-intro,
.product-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}

.product-intro{
  padding:30px;
}

.eyebrow{
  display:inline-block;
  color:var(--green-dark);
  font-weight:800;
  margin-bottom:10px;
}

.product-intro h3{
  margin:0 0 14px;
  font-size:2rem;
  line-height:1.1;
}

.product-intro p{
  margin:0 0 24px;
  color:var(--muted);
  line-height:1.72;
}

.btn-soft{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  border:2px solid var(--green);
  color:var(--green-dark);
  font-weight:800;
  background:#fff;
}

.product-card{
  padding:18px 18px 16px;
  display:grid;
  grid-template-columns:1.05fr .9fr;
  gap:14px;
  align-items:center;
}

.card-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:.75rem;
  font-weight:800;
  margin-bottom:12px;
}

.card-badge.blue{
  background:#2369d9;
}

.product-card h3{
  margin:0 0 8px;
  font-size:1.05rem;
}

.product-card p{
  margin:0;
  color:var(--muted);
  line-height:1.62;
  font-size:.96rem;
}

.card-arrow{
  margin-top:16px;
  font-weight:800;
  color:#1d2730;
}

.product-image img{
  max-height:200px;
  object-fit:contain;
  margin-left:auto;
}

.service-band{
  background:linear-gradient(135deg, #09131a, #101b23);
  border-radius:24px;
  padding:18px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:var(--shadow);
}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}

.service-item{
  color:#fff;
  padding:18px 22px;
  border-right:1px solid rgba(255,255,255,.11);
}

.service-item:last-child{
  border-right:none;
}

.service-item .service-icon{
  width:68px;
  height:68px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:32px;
  color:#7dff9d;
  border:1px solid rgba(125,255,157,.2);
  background:rgba(255,255,255,.03);
  margin-bottom:14px;
}

.service-item h3{
  margin:0 0 8px;
  font-size:1.15rem;
  line-height:1.35;
}

.service-item p{
  margin:0;
  color:#d6dde3;
  line-height:1.68;
}

/* INTERNAL */

.internal-page{
  min-height:72vh;
}

.page-hero{
  background:linear-gradient(180deg,#fbfcfd,#f1f4f6);
  border-bottom:1px solid var(--line);
  padding:52px 0;
}

.page-hero h1{
  margin:12px 0 10px;
  font-size:clamp(2.2rem, 4vw, 3.6rem);
}

.page-hero p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  line-height:1.72;
}

.toolbar{
  margin-bottom:24px;
}

.toolbar input{
  width:100%;
  min-height:56px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 18px;
  font:inherit;
  outline:none;
  box-shadow:var(--shadow);
  background:#fff;
}

.toolbar input:focus{
  border-color:var(--green);
}

.list-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.list-card,
.content-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  box-shadow:var(--shadow);
}

.list-card .meta{
  display:inline-flex;
  min-height:28px;
  padding:0 11px;
  align-items:center;
  border-radius:999px;
  background:var(--green-soft);
  color:var(--green-dark);
  font-size:.8rem;
  font-weight:800;
  margin-bottom:14px;
}

.list-card h3,
.content-card h2{
  margin:0 0 10px;
}

.list-card p,
.content-card p,
.content-card li{
  color:var(--muted);
  line-height:1.72;
}

.list-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.content-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.content-card.wide{
  grid-column:span 2;
}

/* FOOTER */

.site-footer{
  background:linear-gradient(135deg,#0a1117,#141d24);
  color:#fff;
  margin-top:26px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.15fr .9fr .95fr;
  gap:28px;
  padding:42px 0;
}

.footer-logo{
  height:116px;
  width:auto;
  margin-bottom:14px;
}

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-links li{
  margin-bottom:10px;
  color:#d7e1e8;
  line-height:1.6;
}

.footer-links a{
  color:#d7e1e8;
}

.footer-text{
  color:#d7e1e8;
  line-height:1.72;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  text-align:center;
  color:#d6dfe5;
  padding:18px 0;
}

/* RESPONSIVO */

@media (max-width:1160px){
  .hero-grid,
  .products-grid,
  .content-grid,
  .footer-grid,
  .list-grid{
    grid-template-columns:1fr 1fr;
  }

  .products-grid{
    grid-template-columns:1fr 1fr;
  }

  .product-intro{
    grid-column:1/-1;
  }

  .service-grid{
    grid-template-columns:1fr 1fr;
  }

  .service-item{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.11);
  }

  .service-item:nth-last-child(-n+2){
    border-bottom:none;
  }

  .hero-grid{
    gap:18px;
    padding:8px 0 6px;
  }

  .hero-copy h1{
    font-size:clamp(1.9rem, 3vw, 2.8rem);
    margin:10px 0;
  }

  .hero-points{
    margin:14px 0 16px;
  }

  .hero-visual{
    min-height:340px;
  }

  .device-left,
  .device-center{
    max-width:104px;
    bottom:30px;
  }

  .phone{
    max-width:128px;
  }
}

@media (max-width:860px){
  .menu-toggle{
    display:inline-flex;
  }

  .site-nav{
    display:none;
    position:absolute;
    top:104px;
    left:16px;
    right:16px;
    background:#fff;
    padding:18px;
    border-radius:18px;
    flex-direction:column;
    align-items:flex-start;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
  }

  .site-nav.open{
    display:flex;
  }

  .header-cta{
    display:none;
  }

  .hero-grid,
  .products-grid,
  .content-grid,
  .footer-grid,
  .list-grid,
  .service-grid,
  .hero-points,
  .section-title{
    grid-template-columns:1fr;
  }

  .section-title{
    display:grid;
  }

  .hero-grid{
    padding:6px 0 4px;
    gap:16px;
  }

  .hero-copy h1{
    max-width:100%;
    font-size:clamp(1.9rem, 7vw, 2.6rem);
    margin:8px 0;
  }

  .hero-copy p{
    font-size:.98rem;
  }

  .hero-points{
    margin:14px 0 16px;
    gap:10px;
  }

  .hero-visual{
    min-height:auto;
    height:auto;
    padding-top:4px;
    display:block;
  }

  .glow-ring{
    display:none;
  }

  .device-left,
  .device-center,
  .laptop,
  .phone{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    max-width:none;
    transform:none;
    margin:0 0 14px;
  }

  .device-left,
  .device-center{
    max-width:140px;
    margin-inline:auto;
  }

  .laptop{
    max-width:100%;
  }

  .phone{
    max-width:180px;
    margin-inline:auto;
  }

  .content-card.wide{
    grid-column:auto;
  }
}

@media (max-width:640px){
  .brand img{
    height:74px;
  }

  .hero-v4{
    padding-bottom:0;
  }

  .hero-copy p{
    font-size:.96rem;
  }

  .point{
    padding:0;
  }

  .point .point-icon{
    width:52px;
    height:52px;
    font-size:22px;
  }

  .hero-actions .btn,
  .list-actions .btn,
  .btn-soft{
    width:100%;
  }

  .product-card{
    grid-template-columns:1fr;
  }

  .product-image img{
    margin:0 auto;
    max-height:180px;
  }

  .footer-logo{
    height:90px;
  }

  section{
    padding:60px 0;
  }
}



/* ===== INDEX V5 / SOBRE PREMIUM ===== */
.home-v5 .btn{
  min-height:52px;
}
.home-v5-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}
.home-v5-outline{
  background:#fff;
  color:var(--green-dark);
  border:2px solid #cfe8d6;
}
.home-v5-outline:hover{
  background:#f5fbf7;
}
.sobre-hero{
  background:linear-gradient(135deg,#f9fbfa 0%, #f3f7f4 50%, #dff2e6 100%);
  overflow:hidden;
  padding:52px 0 42px;
}
.sobre-hero-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:26px;
  align-items:center;
}
.sobre-label,
.sobre-section-label,
.sobre-cta-label{
  display:inline-block;
  color:#1f9a3f;
  font-weight:800;
  font-size:.92rem;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.sobre-hero-copy h1{
  margin:14px 0 16px;
  font-size:clamp(2.6rem, 5vw, 4.8rem);
  line-height:1.02;
  letter-spacing:-.04em;
  max-width:10ch;
}
.sobre-hero-copy h1 span{
  color:var(--green);
}
.sobre-hero-copy p{
  margin:0;
  max-width:640px;
  color:#33414d;
  line-height:1.72;
  font-size:1.08rem;
}
.sobre-hero-icons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:26px;
}
.sobre-mini-item{text-align:center;}
.sobre-mini-icon{
  width:58px;height:58px;margin:0 auto 10px;border-radius:18px;background:#eff6f1;border:1px solid #dbe9de;display:flex;align-items:center;justify-content:center;font-size:26px;
}
.sobre-mini-item span{display:block;font-size:.92rem;line-height:1.35;color:#1f2b34;font-weight:700;}
.sobre-hero-media{position:relative;min-height:420px;}
.sobre-hero-dashboard{
  background:#fff;border-radius:24px;padding:14px;box-shadow:0 24px 50px rgba(0,0,0,.12);max-width:700px;margin-left:auto;
}
.sobre-hero-dashboard img{border-radius:18px;width:100%;}
.sobre-hero-device{position:absolute;right:10px;bottom:-8px;width:220px;}
.sobre-hero-device img{width:100%;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.18));}
.sobre-empresa{padding:54px 0;}

.sobre-empresa-grid{
  display:grid;
  grid-template-columns:1.9fr .85fr;
  gap:24px;
  align-items:stretch;
}

.sobre-empresa-image,
.sobre-empresa-content,
.sobre-empresa-side,
.sobre-essencia-card,
.sobre-solucao-card,
.sobre-diferencial-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}

/* remove o card da esquerda só na home */
.home-v5 .sobre-empresa-image{
  display:none;
}

.sobre-empresa-content{
  padding:28px;
  width:100%;
  max-width:100%;
}

.sobre-empresa-content h2{
  margin:10px 0 18px;
  font-size:clamp(2.2rem, 4.2vw, 4rem);
  line-height:1.06;
}

.sobre-empresa-content p{
  color:var(--muted);
  line-height:1.8;
  margin:0 0 16px;
}

.sobre-highlight{
  color:var(--green-dark)!important;
  font-weight:800;
}

.sobre-empresa-side{
  padding:18px;
  display:grid;
  gap:14px;
  width:100%;
}

.sobre-side-item{padding:14px 10px;border-bottom:1px solid #e8edf1;}
.sobre-side-item:last-child{border-bottom:none;}
.sobre-side-item strong{display:block;font-size:1rem;color:#1d2730;margin-bottom:4px;}
.sobre-side-item span{color:var(--muted);line-height:1.5;}
.sobre-essencia{padding:10px 0 50px;}
.sobre-section-title.center{text-align:center;margin-bottom:20px;}
.sobre-essencia-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.sobre-essencia-card{padding:24px;}
.sobre-essencia-card h3{margin:0 0 10px;font-size:1.2rem;}
.sobre-essencia-card p{margin:0;color:var(--muted);line-height:1.72;}
.sobre-solucoes{padding:10px 0 52px;}
.sobre-solucao-top{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;align-items:center;margin-bottom:24px;}
.sobre-solucao-text h2{margin:10px 0 14px;font-size:clamp(2rem, 4vw, 3rem);line-height:1.1;}
.sobre-solucao-text p{color:var(--muted);line-height:1.72;margin:0 0 14px;}
.sobre-checks{margin:18px 0 0;padding-left:20px;}
.sobre-checks li{margin-bottom:10px;color:#2c3740;}
.sobre-solucao-image{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;}
.sobre-solucao-image img{width:100%;border-radius:16px;}
.sobre-solucao-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.sobre-solucao-card{padding:22px;border-bottom:3px solid var(--green);}
.sobre-solucao-card h3{margin:0 0 10px;font-size:1.15rem;}
.sobre-solucao-card p{margin:0;color:var(--muted);line-height:1.68;}
.sobre-setores{padding:8px 0 46px;}
.sobre-setores-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:20px;}
.sobre-setor-item{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);min-height:88px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;font-weight:700;color:#1d2730;}
.sobre-diferenciais{padding:8px 0 48px;}
.sobre-diferenciais-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.sobre-diferencial-card{padding:22px;}
.sobre-diferencial-card h3{margin:0 0 10px;font-size:1.2rem;}
.sobre-diferencial-card p{margin:0;color:var(--muted);line-height:1.68;}
.sobre-cta{background:linear-gradient(135deg,#081118,#0c1f1f);padding:44px 0;color:#fff;position:relative;overflow:hidden;}
.sobre-cta-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;}
.sobre-cta-text h2{margin:10px 0 12px;font-size:clamp(2.3rem, 4vw, 3.8rem);line-height:1.04;}
.sobre-cta-text p{margin:0;color:#d9e2e8;line-height:1.75;max-width:620px;}
.sobre-cta-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:22px;}
.sobre-mail-link{color:#dff5e4;text-decoration:underline;font-weight:600;}
.sobre-cta-image{display:flex;justify-content:flex-end;}
.sobre-cta-image img{max-height:240px;width:auto;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(0,0,0,.25));}
@media (max-width:1180px){
  .sobre-empresa-grid,
  .sobre-solucao-top,
  .sobre-cta-grid{
    grid-template-columns:1fr;
  }

  .sobre-solucao-cards,
  .sobre-diferenciais-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .sobre-setores-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .sobre-hero-icons{
    grid-template-columns:repeat(2,1fr);
  }

  .sobre-hero-media{
    min-height:auto;
  }

  .sobre-hero-device{
    position:relative;
    right:auto;
    bottom:auto;
    margin:18px auto 0;
  }

  .home-v5 .sobre-empresa-image{
    display:none;
  }
}
@media (max-width:760px){
  .sobre-hero-grid,.sobre-essencia-grid,.sobre-solucao-cards,.sobre-setores-grid,.sobre-diferenciais-grid{grid-template-columns:1fr;}
  .sobre-hero-copy h1{max-width:100%;}
  .sobre-hero-dashboard{margin:0;}
  .sobre-hero-device{width:170px;}
  .sobre-empresa-content,.sobre-essencia-card,.sobre-solucao-card,.sobre-diferencial-card{padding:20px;}
  .sobre-cta-image{justify-content:center;}
  .sobre-cta-image img{max-height:190px;}
}

/* ===== SOBRE SIMPLES ===== */

.sobre-simple-section{
  padding:52px 0 72px;
}

.sobre-simple-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:42px;
  max-width:980px;
  margin:0 auto;
}

.sobre-simple-logo{
  display:flex;
  justify-content:center;
  margin-bottom:28px;
}

.sobre-simple-logo img{
  max-width:240px;
  width:100%;
  height:auto;
}

.sobre-simple-text h2{
  margin:0 0 20px;
  text-align:center;
  font-size:clamp(1.8rem, 3vw, 2.4rem);
  line-height:1.15;
}

.sobre-simple-text p{
  margin:0 0 18px;
  color:var(--muted);
  line-height:1.85;
  font-size:1.04rem;
}

.sobre-simple-slogan{
  text-align:center;
  color:var(--green-dark) !important;
  font-size:1.12rem;
  margin-top:26px !important;
}

@media (max-width:760px){
  .sobre-simple-card{
    padding:24px;
  }

  .sobre-simple-logo img{
    max-width:180px;
  }

  .sobre-simple-text h2{
    text-align:left;
  }

  .sobre-simple-slogan{
    text-align:left;
  }
}

.mvv-home-section{
  padding: 20px 0 70px;
}

.mvv-home-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 42px;
}

.mvv-home-header{
  text-align: center;
  margin-bottom: 34px;
}

.mvv-home-label{
  display: inline-block;
  color: var(--green-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .92rem;
  letter-spacing: .03em;
  margin-bottom: 10px;
}

.mvv-home-header h2{
  margin: 0 0 10px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.05;
  color: #101922;
}

.mvv-home-header p{
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.mvv-home-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: 0;
}

.mvv-home-item{
  padding: 26px 34px;
  position: relative;
}

.mvv-home-item:not(:last-child){
  border-right: 1px solid #e7edf1;
}

.mvv-home-icon{
  width: 110px;
  height: 110px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #edf5ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.mvv-home-item h3{
  margin: 0 0 16px;
  text-align: center;
  color: var(--green-dark);
  font-size: 1.9rem;
  line-height: 1.1;
}

.mvv-home-item p{
  margin: 0;
  color: #2a333b;
  line-height: 1.9;
  font-size: 1.02rem;
  text-align: center;
}

.mvv-home-logo-mark{
  margin-top: 34px;
  text-align: center;
  font-size: 6rem;
  font-weight: 800;
  color: rgba(35,176,74,.10);
  line-height: 1;
  letter-spacing: -.04em;
}

.mvv-home-values{
  list-style: none;
  padding: 0;
  margin: 0;
}

.mvv-home-values li{
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid #edf1f4;
  color: #1f2830;
  line-height: 1.5;
  font-size: 1rem;
}

.mvv-home-values li:last-child{
  border-bottom: none;
}

.mvv-home-values li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0f8d36;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px){
  .mvv-home-grid{
    grid-template-columns: 1fr;
  }

  .mvv-home-item:not(:last-child){
    border-right: none;
    border-bottom: 1px solid #e7edf1;
  }

  .mvv-home-logo-mark{
    font-size: 4.5rem;
  }
}

@media (max-width: 760px){
  .mvv-home-card{
    padding: 24px;
  }

  .mvv-home-item{
    padding: 22px 10px;
  }

  .mvv-home-icon{
    width: 86px;
    height: 86px;
    font-size: 36px;
  }

  .mvv-home-item h3{
    font-size: 1.55rem;
  }

  .mvv-home-header p,
  .mvv-home-item p,
  .mvv-home-values li{
    font-size: .96rem;
  }
}

/* ===== CONTATO NOVO ===== */

.contact-tag-light{
  background:#eaf7ee !important;
  color:#187436 !important;
  border:none !important;
}

.contact-section{
  padding-top:26px;
}

.contact-layout{
  display:grid;
  grid-template-columns: .9fr 1.55fr 1.2fr;
  gap:20px;
  align-items:start;
}

.contact-info-card,
.contact-form-card,
.contact-cta-card,
.contact-map-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
}

.contact-info-card,
.contact-form-card,
.contact-map-card{
  padding:20px;
}

.contact-info-card h2,
.contact-form-card h2,
.contact-cta-card h2,
.contact-map-card h2{
  margin:0 0 18px;
  font-size:1.15rem;
}

.contact-info-item{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid #e8edf1;
}

.contact-info-item:last-child{
  border-bottom:none;
}

.contact-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e8edf1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  box-shadow:0 8px 20px rgba(5,16,24,.06);
}

.contact-info-item strong{
  display:block;
  margin-bottom:6px;
  font-size:1rem;
}

.contact-info-item p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.contact-info-item a{
  color:var(--green-dark);
  font-weight:700;
}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  border:1px solid #d9e1e7;
  border-radius:12px;
  padding:14px 16px;
  font:inherit;
  background:#fff;
  color:var(--text);
  outline:none;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:var(--green);
}

.contact-submit{
  min-height:54px;
  border:none;
  border-radius:12px;
  background:var(--green);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(35,176,74,.22);
}

.contact-privacy{
  text-align:center;
  font-size:.92rem;
  color:#7b8794;
}

.contact-side{
  display:grid;
  gap:20px;
}

.contact-cta-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:14px;
  padding:20px;
  background:linear-gradient(135deg,#eef7ef,#e6f1e8);
}

.contact-cta-content h2{
  line-height:1.25;
  margin-bottom:12px;
}

.contact-cta-content p{
  margin:0 0 18px;
  color:#2d353d;
  line-height:1.72;
}

.contact-whats-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:12px;
  border:2px solid #2fa443;
  color:#208637;
  font-weight:800;
}

.contact-cta-image{
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-cta-image img{
  max-height:210px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.18));
}

.contact-map-card{
  padding:20px;
}

.map-frame{
  overflow:hidden;
  border-radius:16px;
  height:180px;
  background:#eef2f5;
  border:1px solid #dfe6eb;
}

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

@media (max-width: 1200px){
  .contact-layout{
    grid-template-columns:1fr 1fr;
  }

  .contact-side{
    grid-column:1 / -1;
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 860px){
  .contact-layout,
  .contact-side,
  .form-grid,
  .contact-cta-card{
    grid-template-columns:1fr;
  }

  .contact-cta-image img{
    max-height:170px;
  }

  .map-frame{
    height:220px;
  }
}

.smart-download-section{
  padding: 24px 0 70px;
}

.smart-download-card{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 34px;
}

.smart-download-label{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-weight: 800;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.smart-download-text h2{
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  color: #17212b;
}

.smart-download-text p{
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
  max-width: 580px;
}

.smart-download-actions{
  width: 100%;
}

.smart-store-buttons{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.smart-store-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1rem;
  transition: .25s ease;
}

.smart-store-btn.android{
  background: var(--green);
  color: #fff;
}

.smart-store-btn.android:hover{
  background: #16963a;
}

.smart-store-btn.ios{
  background: #17212b;
  color: #fff;
}

.smart-store-btn.ios:hover{
  background: #0f1720;
}

.smart-qr-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.smart-qr-box{
  background: #f8fafb;
  border: 1px solid #e6edf1;
  border-radius: 20px;
  padding: 18px;
  text-align: center;
}

.smart-qr-box h3{
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #17212b;
}

.smart-qr-box img{
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  border: 1px solid #e7edf1;
}

.smart-qr-box p{
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

@media (max-width: 980px){
  .smart-download-card{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px){
  .smart-qr-grid{
    grid-template-columns: 1fr;
  }

  .smart-download-card{
    padding: 24px;
  }
}

.smart-brand-banner{
  margin-bottom: 18px;
}

.smart-brand-banner img{
  max-width: 320px;
  width: 100%;
  height: auto;
  display: block;
}

/* ===== ÍCONES MONOCROMÁTICOS HOME ===== */

.features-icons-section{
  padding: 34px 0 56px;
  background: #f7fbf8;
}

.features-icons-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  text-align: center;
}

.feature-icon-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-icon-box{
  width: 104px;
  height: 104px;
  border-radius: 28px;
  background: #f1f8f3;
  border: 1px solid #d8eadf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: .25s ease;
}

.feature-icon-box svg{
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #178f3a;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon-card h3{
  margin: 0;
  color: #17212b;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.25;
  font-weight: 800;
}

.feature-icon-card:hover .feature-icon-box{
  transform: translateY(-4px);
  background: #e8f6ed;
  box-shadow: 0 16px 30px rgba(23,143,58,.12);
}

@media (max-width: 900px){
  .features-icons-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px){
  .features-icons-grid{
    grid-template-columns: 1fr;
  }

  .feature-icon-box{
    width: 90px;
    height: 90px;
  }
}

.sobre-mini-icon svg{
  width: 32px;
  height: 32px;
  fill: none !important;
  stroke: #178f3a !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sobre-mini-icon svg path{
  fill: none !important;
  stroke: #178f3a !important;
}

/* =========================
   ESTAÇÃO METEOROLÓGICA
========================= */

.meteo-section {
  padding: 24px 0 54px;
  background: #fff;
}

.meteo-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 34px;
}

.meteo-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--green),#5ee182);
}

.meteo-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 26px;
}

.meteo-header-left {
  max-width: 760px;
}

.meteo-label {
  display: inline-block;
  color: var(--green-dark);
  font-weight: 800;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 10px;
}

.meteo-header h2 {
  margin: 0 0 10px;
  color: #17212b;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
}

.meteo-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  max-width: 640px;
}

.meteo-location {
  margin-top: 14px;
  color: #2a333b;
  font-weight: 700;
  font-size: .96rem;
}

.meteo-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eaf7ee;
  color: var(--green-dark);
  font-size: .86rem;
  font-weight: 800;
}

.meteo-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 rgba(35,176,74,.45);
  animation: meteoPulse 1.6s infinite;
}

.meteo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 2px solid var(--green);
  color: var(--green-dark);
  font-weight: 800;
  background: #fff;
  white-space: nowrap;
  transition: .25s ease;
}

.meteo-link:hover {
  background: #f5fbf7;
  transform: translateY(-2px);
}

.meteo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.meteo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(5,16,24,.08);
}

.meteo-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  margin-bottom: 0px;
}

.meteo-item:hover .meteo-icon {
  background: #e8f6ed;
  transform: scale(1.05);
}

.meteo-item span {
  display: block;
  font-size: .82rem;
  line-height: 1.35;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 18px;
}

.meteo-item strong {
  font-size: 1.35rem;
  line-height: 1.15;
  word-break: break-word;
}

.meteo-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  background: #f8fafb;
  border: 1px solid #e6edf1;
  border-radius: 18px;

  padding: 18px;
  transition: .25s ease;
}

.meteo-footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #edf1f4;
  color: var(--muted);
  font-size: .92rem;
}

.meteo-refresh {
  margin-top: 8px;
  color: #8a96a3;
  font-size: .84rem;
}

@keyframes meteoPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(35,176,74,.45);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(35,176,74,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(35,176,74,0);
  }
}

@media (max-width: 1100px) {

  .meteo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 760px) {

  .meteo-card {
    padding: 24px;
  }

  .meteo-header {
    flex-direction: column;
  }

  .meteo-link {
    width: 100%;
  }

  .meteo-grid {
    grid-template-columns: 1fr;
  }

  .meteo-item strong {
    font-size: 1.55rem;
  }

}

.meteo-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #178f3a;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meteo-value-update {
  animation: meteoValueUpdate .45s ease;
}

@keyframes meteoValueUpdate {
  0% {
    color: var(--green);
    transform: translateY(-4px);
    text-shadow: 0 0 14px rgba(35,176,74,.28);
  }

  100% {
    color: #17212b;
    transform: translateY(0);
    text-shadow: none;
  }
}

/* =========================
   METEOROLOGIA
========================= */

.meteo-page {
  background: #f4f7fa;
}

.meteo-page-hero {
  padding: 120px 0 60px;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.10), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
}

.meteo-page-hero-grid {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 30px;
  align-items: center;
}

.meteo-page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  margin-bottom: 20px;
  color: #0f172a;
}

.meteo-page-hero p {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5b6574;
}

.meteo-page-info-card {
  background: #fff;
  border: 1px solid #e6edf1;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.meteo-page-info-card strong {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #2563eb;
}

.meteo-page-info-card span {
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 16px;
}

.meteo-page-content {
  padding: 0 0 80px;
}

.meteo-page-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.meteo-page-card {
  background: #fff;
  border: 1px solid #e6edf1;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);

  transition: .25s ease;
}

.meteo-page-card:hover {
  transform: translateY(-4px);
}

.meteo-page-card span {
  display: block;
  font-size: .82rem;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.meteo-page-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #0f172a;
  font-weight: 800;
}

.meteo-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;

  margin-bottom: 30px;
}

.meteo-chart-card,
.meteo-table-card {
  background: #fff;
  border: 1px solid #e6edf1;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.meteo-chart-title {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 24px;
}

.meteo-chart-title h2 {
  font-size: 1.15rem;
  color: #0f172a;
}

.meteo-chart-title span {
  font-size: .82rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.meteo-chart-placeholder {
  height: 260px;

  border-radius: 20px;

  background:
    linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);

  border: 1px dashed #cbd5e1;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #64748b;
  font-weight: 600;
}

.meteo-table-wrap {
  overflow-x: auto;
}

.meteo-table {
  width: 100%;
  border-collapse: collapse;
}

.meteo-table thead th {
  text-align: left;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;

  color: #64748b;

  padding-bottom: 18px;
}

.meteo-table tbody td {
  padding: 16px 0;
  border-top: 1px solid #eef2f7;

  color: #0f172a;
  font-weight: 500;
}

@media (max-width: 1200px) {

  .meteo-page-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {

  .meteo-page-hero-grid,
  .meteo-chart-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {

  .meteo-page-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .meteo-page-card strong {
    font-size: 1.5rem;
  }

}

.meteo-chart-box {
  height: 260px;
}

/* =========================
   METEOROLOGIA PREMIUM
========================= */

.meteo-premium-page {
  background:
    radial-gradient(circle at top right, rgba(35,176,74,.12), transparent 30%),
    linear-gradient(180deg, #f8fbf9 0%, #eef4f0 100%);
  min-height: 100vh;
}

.meteo-premium-hero {
  padding: 86px 0 42px;
}

.meteo-premium-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr .65fr;
  gap: 28px;
  align-items: center;
}

.meteo-premium-label {
  display: inline-flex;
  color: var(--green-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .86rem;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.meteo-premium-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  color: #0f172a;
}

.meteo-premium-copy p {
  margin: 0;
  color: #536070;
  max-width: 780px;
  font-size: 1.08rem;
  line-height: 1.8;
}

.meteo-premium-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 10px 15px;
  border-radius: 999px;
  background: #eaf7ee;
  color: var(--green-dark);
  font-weight: 800;
  font-size: .88rem;
}

.meteo-premium-status span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  animation: meteoPulse 1.6s infinite;
}

.meteo-premium-side-card {
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(221,229,234,.9);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
  backdrop-filter: blur(10px);
}

.meteo-premium-side-card span {
  display: block;
  color: #64748b;
  font-size: .82rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 10px;
}

.meteo-premium-side-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.3rem;
  line-height: 1.35;
}

.meteo-premium-side-line {
  height: 1px;
  background: #e6edf1;
  margin: 20px 0;
}

.meteo-premium-side-card small {
  color: var(--green-dark);
  font-weight: 800;
}

.meteo-premium-dashboard {
  padding: 0 0 80px;
}

.meteo-premium-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.meteo-premium-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6edf1;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(15,23,42,.06);
  transition: .25s ease;
}

.meteo-premium-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
}

.meteo-premium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15,23,42,.09);
}

.meteo-premium-card span {
  display: block;
  color: #64748b;
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.meteo-premium-card strong {
  display: block;
  color: #0f172a;
  font-size: 1.7rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.04em;
}

.meteo-premium-card small {
  display: block;
  margin-top: 10px;
  color: #8a96a3;
  font-weight: 600;
}

.meteo-premium-card.temp::before { background: #f97316; }
.meteo-premium-card.hum::before { background: #2563eb; }
.meteo-premium-card.rain::before { background: #0ea5e9; }
.meteo-premium-card.wind::before { background: #22c55e; }
.meteo-premium-card.dir::before { background: #14b8a6; }
.meteo-premium-card.atm::before { background: #16a34a; }

.meteo-premium-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.meteo-premium-chart-card,
.meteo-premium-table-card {
  background: rgba(255,255,255,.9);
  border: 1px solid #e6edf1;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 28px;
}

.meteo-premium-chart-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.meteo-premium-chart-title h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
}

.meteo-premium-chart-title small {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: .85rem;
  font-weight: 600;
  font-size: 0.73rem;
}

.meteo-premium-chart-title span {
  display: inline-flex;
  min-width: 48px;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: .78rem;
  font-weight: 800;
}

.meteo-chart-box {
  height: 280px;
}

.meteo-table-wrap {
  overflow-x: auto;
}

.meteo-table {
  width: 100%;
  border-collapse: collapse;
}

.meteo-table thead th {
  text-align: left;
  font-size: .78rem;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: .08em;
  padding: 0 14px 16px 0;
}

.meteo-table tbody td {
  padding: 15px 14px 15px 0;
  border-top: 1px solid #eef2f7;
  color: #0f172a;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .meteo-premium-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .meteo-premium-hero-grid,
  .meteo-premium-chart-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .meteo-premium-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .meteo-premium-card {
    padding: 18px;
  }

  .meteo-premium-card strong {
    font-size: 1.35rem;
  }

  .meteo-chart-box {
    height: 230px;
  }
}

/* =========================
   ROSA DOS VENTOS
========================= */

.wind-compass {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
}

.wind-compass-circle {
  position: relative;

  width: 260px;
  height: 260px;

  border-radius: 50%;

  background:
    radial-gradient(circle at center,
      rgba(255,255,255,.95) 0%,
      rgba(241,245,249,.95) 100%);

  border: 1px solid #dbe5ec;

  box-shadow:
    inset 0 0 40px rgba(148,163,184,.12),
    0 20px 40px rgba(15,23,42,.08);
}

.wind-label {
  position: absolute;
  font-size: .9rem;
  font-weight: 800;
  color: #475569;
}

.wind-label.north {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.wind-label.south {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.wind-label.east {
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.wind-label.west {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.wind-arrow {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 4px;
  height: 92px;

  background:
    linear-gradient(180deg,
      #22c55e 0%,
      #16a34a 100%);

  transform-origin: center bottom;

  border-radius: 999px;

  margin-left: -2px;
  margin-top: -92px;

  transition: transform .6s ease;
}

.wind-arrow::before {
  content: "";

  position: absolute;

  top: -14px;
  left: 50%;

  transform: translateX(-50%);

  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #16a34a;
}

.wind-center {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 72px;
  height: 72px;

  border-radius: 50%;

  background: #fff;

  border: 1px solid #dbe5ec;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
    0 10px 20px rgba(15,23,42,.08);
}

.wind-center strong {
  font-size: 1.4rem;
  color: #0f172a;
}

/* =========================
   EXTRA GRID
========================= */

.meteo-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.meteo-status-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.meteo-status-item {
  background: #f8fbfd;
  border: 1px solid #e6edf1;
  border-radius: 18px;
  padding: 18px;
}

.meteo-status-item span {
  display: block;
  margin-bottom: 10px;
  color: #64748b;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.meteo-status-item strong {
  display: block;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 900px) {

  .meteo-extra-grid {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   PREVISAO CHUVA
========================================================= */

.meteo-previsao-wrap {
  margin-bottom: 28px;
}

.meteo-previsao-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.meteo-previsao-header h2 {
  margin: 0;
  font-size: 1.15rem;
  color: #0f172a;
}

.meteo-previsao-header small {
  color: #64748b;
}

.meteo-previsao-badge {
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg,#2563eb,#7c3aed);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(37,99,235,.18);
}

.meteo-previsao-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.meteo-previsao-card {
  position: relative;
  overflow: hidden;

  padding: 20px;
  border-radius: 24px;

  backdrop-filter: blur(10px);

  transition: .25s ease;

  border: 1px solid rgba(255,255,255,.25);
}

.meteo-previsao-card:hover {
  transform: translateY(-4px);
}

.meteo-previsao-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.meteo-previsao-top span {
  font-size: .95rem;
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.meteo-previsao-icon {
  font-size: 1.4rem;
}

.meteo-previsao-percent {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.meteo-previsao-label {
  color: rgba(255,255,255,.88);
  font-size: .92rem;
  font-weight: 600;
}

/* ALTA */

.chuva-alta {
  background:
    linear-gradient(
      135deg,
      #2563eb 0%,
      #4f46e5 100%
    );

  box-shadow:
    0 18px 35px rgba(37,99,235,.24);
}

/* MEDIA */

.chuva-media {
  background:
    linear-gradient(
      135deg,
      #7c3aed 0%,
      #9333ea 100%
    );

  box-shadow:
    0 18px 35px rgba(124,58,237,.24);
}

/* BAIXA */

.chuva-baixa {
  background:
    linear-gradient(
      135deg,
      #0f766e 0%,
      #0891b2 100%
    );

  box-shadow:
    0 18px 35px rgba(8,145,178,.22);
}

@media (max-width: 1100px) {

  .meteo-previsao-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {

  .meteo-previsao-grid {
    grid-template-columns: 1fr;
  }

  .meteo-previsao-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* =========================================================
   PREVISAO PREMIUM
========================================================= */

.meteo-previsao-card {

    position: relative;

    background: #ffffff;

    border-radius: 28px;

    padding: 28px;

    border: 1px solid #e5edf5;

    overflow: hidden;

    transition: .25s ease;

    box-shadow:
        0 10px 30px rgba(15,23,42,.05);

}

/* BORDA LATERAL */

.meteo-previsao-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 6px;
    height: 100%;

    border-radius: 20px 0 0 20px;
}

/* BAIXA */

.chuva-baixa::before {

    background:
        linear-gradient(
            180deg,
            #0ea5e9,
            #2563eb
        );
}

/* MEDIA */

.chuva-media::before {

    background:
        linear-gradient(
            180deg,
            #f59e0b,
            #ea580c
        );
}

/* ALTA */

.chuva-alta::before {

    background:
        linear-gradient(
            180deg,
            #ef4444,
            #dc2626
        );
}

.meteo-previsao-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(15,23,42,.08);
}

/* TOPO */

.meteo-previsao-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 0px;
}

.meteo-previsao-top span {

    font-size: 1rem;

    font-weight: 800;

    color: #64748b;
}

.meteo-previsao-icon {

    font-size: 1.5rem;
}

/* VALOR */

.meteo-previsao-percent {

    font-size: 2.2rem;

    font-weight: 800;

    line-height: 1;

    color: #0f172a;

    margin-bottom: 0px;
}

/* TEXTO */

.meteo-previsao-label {

    color: #64748b;

    font-size: 0.8rem;

    font-weight: 700;
}
