:root{
  --dark:#062b2f;
  --dark-2:#06262b;
  --green:#19c77a;
  --green-2:#7ee8a3;
  --text:#0f172a;
  --muted:#5b6b7b;
  --light:#f3fbf8;
  --white:#fff;
  --line:#dbeee8;
  --shadow:0 24px 60px rgba(15,23,42,.12);
}

*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  background:var(--light);
  line-height:1.6;
}

a{
  text-decoration:none;
  color:inherit;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1360px,calc(100% - 96px));
  margin:0 auto;
}

/* ===== HEADER ===== */

.header{
  position:sticky;
  top:0;
  z-index:50;
  height:82px;
  background:#ffffff;
  backdrop-filter:blur(16px);
  border-bottom:1px solid #e5e7eb;
}

.nav{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.logo{
  display:flex;
  align-items:center;
  gap:6px;
  color:#1f2937;
}

.logo-mark-img{
  width:78px;
  height:72px;
  object-fit:contain;
  flex-shrink:0;
}

.logo img{
  height:55px;
  width:auto;
  display:block;
}

.main-logo{
  height:58px;
  width:auto;
  object-fit:contain;
  display:block;
}

.logo-icon{
  width:38px;
  height:38px;
  border:2px solid var(--green);
  border-radius:13px;
  display:grid;
  place-items:center;
  color:var(--green);
  font-size:1.35rem;
  font-weight:900;
}

.logo strong{
  font-size:1.35rem;
  font-weight:900;
  letter-spacing:-.04em;
  color:#1f2937;
}

.logo strong span{
  color:var(--green);
}

.logo small{
  display:block;
  font-size:.58rem;
  text-transform:uppercase;
  color:#6b7280;
  font-weight:800;
  letter-spacing:.08em;
}

.menu{
  display:flex;
  gap:30px;
  align-items:center;
  font-size:.9rem;
  font-weight:800;
}

.menu a{
  color:#1f2937;
  font-weight:700;
  transition:.3s;
  padding:31px 0 25px;
  border-bottom:3px solid transparent;
}

.menu a:hover,
.menu a.active{
  color:#00b36b;
  border-bottom-color:#00b36b;
}

.menu-toggle{
  display:none;
  background:none;
  border:0;
  color:#1f2937;
  font-size:2rem;
  cursor:pointer;
}

/* ===== BOTÕES ===== */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:900;
  font-size:.9rem;
  transition:.25s ease;
  cursor:pointer;
}

.btn-green{
  background:linear-gradient(135deg,var(--green),#0bb36c);
  color:white;
  box-shadow:0 12px 32px rgba(25,199,122,.25);
}

.btn-green:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(25,199,122,.34);
}

.btn-outline{
  border-color:rgba(126,232,163,.45);
  color:white;
  background:rgba(255,255,255,.04);
}

.btn-light{
  border-color:#a7dcc7;
  color:#087b4b;
  background:white;
}

.btn-white{
  background:white;
  color:#087b4b;
}

/* ===== HERO ===== */

.hero{
  position:relative;
  min-height:calc(78vh - 72px);
  color:white;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px 0 34px;
  background:
    linear-gradient(
      to right,
      #062b2f 0%,
      #062b2f 28%,
      rgba(6,43,47,.82) 45%,
      rgba(6,43,47,.52) 62%,
      rgba(6,43,47,.22) 76%,
      rgba(6,43,47,.06) 100%
    ),
    url("imagens/head-uniao.png");
  background-size:cover, 55% auto;
  background-position:center, right center;
  background-repeat:no-repeat, no-repeat;
  background-color:#04151c;
}

.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:52px;
}

.hero-grid > div:first-child{
  transform:translateX(-75px);
}

.eyebrow{
  text-transform:uppercase;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--green);
}

.green{
  color:#0ca464;
}

.hero h1{
  max-width:760px;
  font-size:clamp(2.3rem,3.2vw,3.65rem);
  line-height:1.08;
  letter-spacing:-.055em;
  margin:16px 0 22px;
}

.hero-text{
  color:#d7eee7;
  font-size:1rem;
  max-width:620px;
  margin-bottom:28px;
}

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

.hero-badges{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:32px;
  color:#ccf3e5;
  font-size:.82rem;
  font-weight:700;
}

.hero-visual{
  display:none;
}

/* ===== HERO STATS ===== */

.hero-stats{
  margin-top:30px;
  padding:26px 34px;
  border:1px solid rgba(126,232,163,.18);
  background:linear-gradient(135deg,rgba(10,38,41,.92),rgba(7,25,36,.92));
  backdrop-filter:blur(18px);
  border-radius:24px;
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr;
  gap:26px;
  align-items:center;
  box-shadow:0 20px 50px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.03);
  position:relative;
  overflow:hidden;
  max-width:1110px;
}

.hero-stats > div{
  border-left:1px solid rgba(126,232,163,.2);
  padding-left:26px;
}

.hero-stats p{ color:#d7eee7; }

.hero-stats strong{
  display:block;
  color:var(--green);
  font-size:2rem;
  line-height:1;
  font-weight:900;
}

.hero-stats small{
  color:#d7eee7;
  font-size:.82rem;
}

.avatars{ display:flex; }

.avatars span{
  width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(135deg,#eebf92,#7b4d36);
  border:3px solid #0a3334;
  margin-right:-10px;
}

.avatars span:nth-child(2){ background:linear-gradient(135deg,#f2d0aa,#27425c); }
.avatars span:nth-child(3){ background:linear-gradient(135deg,#bba48e,#293f31); }
.avatars span:nth-child(4){ background:linear-gradient(135deg,#d2a071,#1f2b3a); }

/* ===== SEÇÕES GERAIS ===== */

.section-light{
  background:linear-gradient(180deg,#eef4ff 0%,#f7faff 100%);
}

section{
  padding:76px 0;
}

h2{
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1.12;
  letter-spacing:-.05em;
  font-weight:900;
}

.section-title{
  text-align:center;
  margin-bottom:42px;
}

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

.about{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 20%,rgba(25,199,122,.14),transparent 26%),
    radial-gradient(circle at 90% 70%,rgba(59,130,246,.12),transparent 28%),
    linear-gradient(135deg,#f8fcff 0%,#eef7f4 50%,#f5fbff 100%);
}

.about-wrapper{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:52px;
  align-items:center;
}

.about-copy h2{
  max-width:660px;
  font-size:clamp(2.2rem,3.2vw,3.8rem);
  line-height:1.08;
  letter-spacing:-.055em;
}

.about-copy p{
  max-width:620px;
  color:#4f6170;
  margin:20px 0;
  font-size:1rem;
  line-height:1.75;
}

.about-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:28px 0 30px;
}

.about-highlights span{
  padding:10px 14px;
  border-radius:999px;
  background:white;
  border:1px solid rgba(25,199,122,.18);
  color:#087b4b;
  font-size:.82rem;
  font-weight:900;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.about-human{
  position:relative;
  min-height:520px;
  border-radius:32px;
  padding:34px;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(4,21,28,.72),rgba(6,43,47,.82)),
    radial-gradient(circle at 70% 20%,rgba(25,199,122,.35),transparent 34%),
    linear-gradient(135deg,#04151c,#073b3f);
  border:1px solid rgba(126,232,163,.18);
  box-shadow:
    0 30px 80px rgba(0,0,0,.12),
    0 0 0 1px rgba(126,232,163,.08),
    0 0 80px rgba(25,199,122,.12);
}

.about-human::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.25;
}

.about-human::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  border-radius:50%;
  right:-120px;
  bottom:-120px;
  border:1px solid rgba(126,232,163,.18);
  box-shadow:0 0 80px rgba(25,199,122,.18);
}

.team-card,
.about-values-panel,
.about-stat-row{
  position:relative;
  z-index:2;
}

.ecg-line{
  position:absolute;
  left:0;
  right:0;
  top:48%;
  z-index:1;
  height:90px;
  opacity:.32;
  pointer-events:none;
  background:
    url("data:image/svg+xml,%3Csvg width='900' height='90' viewBox='0 0 900 90' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 45 H140 L165 20 L190 70 L220 10 L250 80 L280 45 H420 L445 30 L465 60 L490 45 H620 L645 15 L675 75 L705 45 H900' fill='none' stroke='%2319c77a' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E")
    repeat-x center;
  background-size:900px 90px;
  animation:ecgMove 7s linear infinite;
  filter:drop-shadow(0 0 10px rgba(25,199,122,.55));
}

@keyframes ecgMove{
  from{ background-position:0 0; }
  to{ background-position:900px 0; }
}

.team-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:22px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(126,232,163,.16);
  backdrop-filter:blur(16px);
  color:white;
  margin-bottom:22px;
}

.team-avatars{
  display:flex;
  flex-shrink:0;
}

.team-avatars span{
  width:48px;
  height:48px;
  border-radius:50%;
  border:3px solid #0a3334;
  margin-right:-12px;
  background:linear-gradient(135deg,#eebf92,#7b4d36);
}

.team-avatars span:nth-child(2){ background:linear-gradient(135deg,#f2d0aa,#27425c); }
.team-avatars span:nth-child(3){ background:linear-gradient(135deg,#bba48e,#293f31); }
.team-avatars span:nth-child(4){ background:linear-gradient(135deg,#d2a071,#1f2b3a); }

.team-card strong{
  display:block;
  font-size:1.1rem;
  font-weight:900;
}

.team-card p{
  color:#d7eee7;
  font-size:.88rem;
  margin-top:4px;
}

.about-values-panel{
  display:grid;
  gap:14px;
}

.about-values-panel article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(126,232,163,.14);
  backdrop-filter:blur(14px);
  color:white;
}

.about-values-panel article > span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(25,199,122,.16);
  color:var(--green);
  font-weight:900;
}

.about-values-panel h3{
  font-size:1.12rem;
  margin-bottom:6px;
}

.about-values-panel p{
  color:#d7eee7;
  font-size:.88rem;
  line-height:1.55;
}

.about-stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:22px;
}

.about-stat-row div{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(126,232,163,.14);
  color:white;
}

.about-stat-row strong{
  display:block;
  color:var(--green);
  font-size:2rem;
  line-height:1;
  font-weight:900;
}

.about-stat-row small{
  display:block;
  color:#d7eee7;
  font-size:.78rem;
  margin-top:8px;
}


/* ===== FOUNDER CARD ===== */

.founder-photo{
  width:56px;
  height:56px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid #19c77a;
  box-shadow:
    0 0 0 4px rgba(25,199,122,.12),
    0 8px 20px rgba(25,199,122,.25);
  z-index:10;
  flex-shrink:0;
}

.founder-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.founder-card{
  background:#122e24;
  border-radius:12px;
  border:1px solid rgba(25,199,122,.18);
  padding:14px;
  margin-top:10px;
  margin-bottom:10px;
  position:relative;
  z-index:2;
}

.founder-card-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.founder-photo--sm{
  width:42px;
  height:42px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #19c77a;
  box-shadow:0 0 0 3px rgba(25,199,122,.12);
  flex-shrink:0;
  display:block;
}

.founder-photo--sm img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}

.founder-card-top strong{
  display:block;
  font-size:.88rem;
  font-weight:800;
  color:#e8f5f0;
}

.founder-card-top em{
  font-style:normal;
  font-size:.72rem;
  color:#19c77a;
  font-weight:600;
}

.founder-card > p{
  font-size:.75rem;
  color:#7aaa92;
  line-height:1.6;
  margin:0 0 10px;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:10px;
}

.founder-tags-sm{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.founder-tags-sm span{
  font-size:.68rem;
  font-weight:600;
  color:#19c77a;
  background:rgba(25,199,122,.1);
  border-radius:999px;
  padding:2px 9px;
}

/* ===== PRODUTOS ===== */

.product-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
  align-items:stretch;
}

.product-card{
  position:relative;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  border:1px solid rgba(25,199,122,.16);
  border-radius:22px;
  padding:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.07);
  transition:.35s ease;
  display:flex;
  flex-direction:column;
  min-height:470px;
  overflow:hidden;
}

.product-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--green),#58d5ff);
  opacity:.9;
}

.product-card:hover{
  transform:translateY(-10px);
  border-color:rgba(25,199,122,.38);
  box-shadow:0 28px 70px rgba(15,23,42,.13);
}

.product-head{
  height:auto;
  min-height:88px;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
}

.product-head > div{
  flex:1;
  min-width:0;
}

.product-head--centered{
  justify-content:flex-start;
  text-align:left;
}

.product-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:white;
  font-weight:900;
  background:#18b7d0;
  flex-shrink:0;
}

.product-icon.logo-icon-product{
  width:auto;
  height:55px;
  min-width:unset;
  border-radius:0;
  background:transparent;
  border:none;
  padding:0;
  overflow:visible;
  display:flex;
  align-items:center;
}

.product-icon.logo-icon-product img{
  width:auto;
  height:100%;
  max-width:160px;
  object-fit:contain;
  display:block;
}

.product-icon.logo-icon-product img[alt="AnestesioCheck"]{
  padding:4px 0;
}

.product-logo{
  width:62px;
  height:62px;
  object-fit:contain;
  flex-shrink:0;
}

.product-icon.purple{ background:#4568e8; }
.product-icon.green-icon{ background:#09a96d; }
.product-icon.apple{ background:#63bd43; }
.product-icon.violet{ background:#805ad5; }
.product-icon.navy{ background:#174ea6; }

.product-card h3{
  font-size:1rem;
  line-height:1.15;
}

.product-card small{
  text-transform:uppercase;
  font-size:.58rem;
  color:#087b4b;
  font-weight:900;
  margin-top:4px;
  display:block;
}

.product-preview,
.product-card > img{
  width:100%;
  height:155px;
  border-radius:16px;
  background:linear-gradient(180deg,#f8fbff,#eef7ff);
  border:1px solid rgba(25,199,122,.14);
  padding:10px;
  margin:16px 0 20px;
  object-fit:contain;
  transition:.35s ease;
}

.product-card:hover .product-preview,
.product-card:hover > img{
  transform:scale(1.03);
}

.product-card p{
  font-size:.82rem;
  color:#506270;
  flex:1;
  line-height:1.6;
}

.product-card strong{
  color:#078653;
  font-size:.9rem;
  margin-top:auto;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.center{
  text-align:center;
  margin-top:34px;
}

.coming-soon{
  position:relative;
  grid-column:1 / 2;
}

.product-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff7e6;
  color:#d97706;
  font-size:.75rem;
  font-weight:700;
  margin-bottom:14px;
}

.coming-soon .product-preview img{
  filter:blur(1px);
  opacity:.9;
}

.coming-soon .product-link{
  opacity:.7;
  pointer-events:none;
}

.product-preview--mystery {
  background: linear-gradient(135deg, #0e2921, #1a3d2e);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 199, 122, .2);
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 155px;
}

.mystery-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #3ecf8e;
  position: relative;
}

.mystery-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
  filter: blur(0.8px) grayscale(10%);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.mystery-overlay span {
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mystery-overlay p {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3ecf8e !important;
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
  background: rgba(0,0,0,.35);
  padding: 3px 10px;
  border-radius: 999px;
}

/* ===== PROCESSO ===== */

.process{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 25%,rgba(25,199,122,.10),transparent 28%),
    radial-gradient(circle at 82% 70%,rgba(88,213,255,.10),transparent 30%),
    linear-gradient(180deg,#eef7f4 0%,#f8fffc 100%);
}

.process-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.step{
  position:relative;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(25,199,122,.18);
  border-radius:24px;
  padding:34px 28px 30px;
  min-height:250px;
  text-align:left;
  box-shadow:0 20px 55px rgba(15,23,42,.08);
  transition:.35s ease;
  overflow:hidden;
}

.step::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,var(--green),#58d5ff);
}

.step .arrow{
  position:absolute;
  right:24px;
  bottom:22px;
  color:var(--green);
  font-size:1.4rem;
  font-weight:900;
}

.step span{
  width:52px;
  height:52px;
  border-radius:16px;
  border:1px solid rgba(25,199,122,.22);
  background:linear-gradient(135deg,#eafff5,#dff8ff);
  display:grid;
  place-items:center;
  color:#078653;
  font-weight:900;
  margin-bottom:28px;
}

.step h3{ font-size:1.28rem; margin:0 0 10px; }
.step p{ font-size:.92rem; color:#53677a; line-height:1.65; }

.step:hover{
  transform:translateY(-8px);
  border-color:rgba(25,199,122,.45);
  box-shadow:0 28px 75px rgba(15,23,42,.14);
}

.step:hover span{
  background:linear-gradient(135deg,var(--green),#58d5ff);
  color:white;
}

/* ===== IMPACTOS ===== */

.impact-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:34px;
  align-items:center;
}

.impact-cards{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.impact-card{
  background:white;
  border:1px solid var(--line);
  border-radius:16px;
  padding:24px;
  text-align:center;
  box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.impact-card span{ display:block; color:#0c9a64; font-size:1.5rem; margin-bottom:10px; }
.impact-card strong{ display:block; color:#0c9a64; font-size:2rem; font-weight:900; }
.impact-card p{ font-size:.82rem; color:#4f6170; }

.success-circle{
  width:64px;
  height:64px;
  border-radius:50%;
  background:rgba(25,199,122,.12);
  border:2px solid rgba(25,199,122,.3);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#19c77a;
  font-size:2rem;
  font-weight:900;
  margin:0 auto;
}

/* ===== CTA ===== */

.cta-section{
  padding:30px 0 0;
  background:#f8fffc;
}

.cta-box{
  background:linear-gradient(135deg,#007b64,#19c77a);
  border-radius:20px;
  padding:42px 54px;
  color:white;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  box-shadow:var(--shadow);
}

.cta-box h2{ color:white; }
.cta-box p{ color:#e9fff7; margin-top:8px; }

/* ===== FOOTER ===== */

.footer{
  background:#ffffff;
  color:#111827;
  border-top:1px solid #e5e7eb;
  padding:60px 0 24px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .7fr .8fr 1fr;
  gap:54px;
}

.footer p,
.footer a{
  color:#111827;
  font-size:.92rem;
  display:block;
  margin-bottom:8px;
}

.footer h3{
  margin-bottom:16px;
  color:#111827;
}

.footer-logo{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
}

.footer-logo-img{
  height:58px;
  width:auto;
  object-fit:contain;
}

.social{
  display:flex;
  gap:12px;
  margin-top:18px;
}

.social a{
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(25,199,122,.12);
  border:1px solid rgba(25,199,122,.25);
  display:grid;
  place-items:center;
}

.copyright{
  text-align:center;
  color:#0f172a;
  border-top:1px solid rgba(0,0,0,.15);
  margin-top:34px;
  padding-top:22px;
  font-size:.85rem;
}

/* ===== ANIMAÇÕES ===== */

.reveal{
  opacity:0;
  transform:translateY(20px);
  transition:.7s ease;
}

.reveal.show{
  opacity:1;
  transform:translateY(0);
}

/* ===== TABLET (max 1100px) ===== */

@media(max-width:1100px){

  .container{
    width:min(100% - 48px,1220px);
  }

  .nav-cta{
    display:none;
  }

  .menu-toggle{
    display:block;
  }

  .menu{
    position:absolute;
    top:82px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    padding:18px 24px;
    background:#ffffff;
    border-bottom:1px solid #e5e7eb;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
  }

  .menu.open{
    display:flex;
  }

  .menu a{
    width:100%;
    padding:14px 0;
    color:#1f2937;
    border-bottom:1px solid #f3f4f6;
  }

  .menu a:last-child{
    border-bottom:none;
  }

  .hero{
    min-height:auto;
    padding:76px 0 38px;
    background-size:cover, 72% auto;
    background-position:center, right 20% center;
  }

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

  .hero-grid > div:first-child{
    transform:none;
    padding-left:0;
  }

  .hero-content{
    max-width:760px;
  }

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

  .about-wrapper,
  .impact-grid{
    grid-template-columns:1fr;
  }

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

  .coming-soon{
    grid-column:auto;
  }

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

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

/* ===== CELULAR (max 720px) ===== */

@media(max-width:720px){
.logo-mark-img {
  width: 48px;
  height: 44px;
}

.logo img {
  height: 38px;
}
  body{
    overflow-x:hidden;
  }

  .container{
    width:min(100% - 28px,1220px);
  }

  section{
    padding:58px 0;
  }

  h2{
    font-size:clamp(1.9rem,8vw,2.45rem);
    line-height:1.12;
  }

  /* Header */
  .header{ height:72px; }
  .nav{ gap:14px; }
  .logo-icon{ width:34px; height:34px; border-radius:12px; font-size:1.1rem; }
  .logo strong{ font-size:1.08rem; }
  .logo small{ display:none; }
  .menu{ top:72px; }
  .menu-toggle{ font-size:1.8rem; color:#1f2937; }

  /* Hero */
  .hero{
    min-height:auto;
    padding:74px 0 34px;
    background:
      linear-gradient(to bottom,rgba(6,43,47,.96) 0%,rgba(6,43,47,.90) 48%,rgba(6,43,47,.76) 100%),
      url("imagens/head-uniao.png");
    background-size:cover, 115% auto;
    background-position:center, center bottom;
    background-repeat:no-repeat;
  }

  .hero-grid{ display:block; }
  .hero-content{ max-width:100%; }
  .eyebrow{ font-size:.7rem; letter-spacing:.1em; }

  .hero h1{
    max-width:100%;
    font-size:clamp(2.15rem,10.5vw,3rem);
    line-height:1.04;
    letter-spacing:-.05em;
    margin:14px 0 18px;
  }

  .hero-text{
    max-width:100%;
    font-size:.95rem;
    line-height:1.7;
    margin-bottom:24px;
  }

  .hero-actions{ flex-direction:column; gap:12px; }
  .btn{ width:100%; min-height:48px; padding:13px 18px; }

  .hero-badges{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
    font-size:.82rem;
  }

  .hero-badges span{
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(126,232,163,.12);
  }

  .hero-stats{
    grid-template-columns:1fr;
    gap:18px;
    padding:22px;
    margin-top:28px;
    text-align:center;
    max-width:100%;
  }

  .hero-stats > div{
    border-left:none;
    border-top:1px solid rgba(126,232,163,.2);
    padding-left:0;
    padding-top:18px;
  }

  .hero-stats p{ font-size:.9rem; line-height:1.5; }
  .hero-stats strong{ font-size:2.15rem; }
  .hero-stats small{ font-size:.84rem; }

  /* Sobre */
  .about-wrapper{ grid-template-columns:1fr; gap:34px; }
  .about-copy h2{ font-size:clamp(2rem,8.5vw,2.75rem); }
  .about-copy p{ font-size:.96rem; line-height:1.7; }
  .about-highlights{ display:grid; grid-template-columns:1fr; gap:10px; }
  .about-highlights span{ text-align:center; }
  .about-human{ min-height:auto; padding:22px; border-radius:24px; }
  .team-card{ flex-direction:column; align-items:flex-start; gap:16px; }
  .team-avatars span{ width:44px; height:44px; }
  .about-values-panel article{ grid-template-columns:42px 1fr; padding:18px; }
  .about-values-panel p{ font-size:.84rem; }
  .about-stat-row{ grid-template-columns:1fr; }
  .ecg-line{ opacity:.22; top:52%; }

  /* Produtos */
  .product-grid{ grid-template-columns:1fr; gap:20px; }
  .coming-soon{ grid-column:auto; }
  .product-card{ min-height:auto; padding:22px; border-radius:22px; }
  .product-head{ min-height:68px; gap:14px; margin-bottom:16px; }
  .product-card > img:not(.product-logo), .product-preview{ height:210px; margin:12px 0 18px; }
  .product-card p{ font-size:.92rem; line-height:1.65; }

  /* Processo */
  .process-grid{ grid-template-columns:1fr; gap:18px; }
  .step{ min-height:auto; padding:26px 22px; }
  .step span{ width:46px; height:46px; margin-bottom:20px; }
  .step h3{ font-size:1.18rem; }
  .step p{ font-size:.9rem; }

  /* Impactos */
  .impact-grid{ grid-template-columns:1fr; gap:28px; }
  .impact-cards{ grid-template-columns:1fr; gap:16px; }
  .impact-card{ padding:24px 20px; }

  /* CTA */
  .cta-section{ padding-top:20px; }
  .cta-box{ flex-direction:column; align-items:stretch; padding:30px 22px; border-radius:22px; }
  .cta-box h2{ font-size:2rem; }
  .cta-box p{ font-size:.95rem; }

  /* Footer */
  .footer{ padding:46px 0 22px; }
  .footer-grid{ grid-template-columns:1fr; gap:28px; }
  .copyright{ text-align:left; font-size:.78rem; }
}

/* ===== CELULAR PEQUENO (max 420px) ===== */

@media(max-width:420px){

  .container{
    width:min(100% - 22px,1220px);
  }

  .hero h1{ font-size:2.15rem; }
  .hero-text{ font-size:.92rem; }

  .product-card > img:not(.product-logo),
  .product-preview{ height:185px; }

  .about-human{ padding:18px; }

  .about-values-panel article{ grid-template-columns:1fr; }
  .about-values-panel article > span{ margin-bottom:6px; }
}

/* =========================
   NOTEBOOK GRANDE
   1440px
========================= */
@media (max-width:1440px){

  .container{
    width:min(1320px,calc(100% - 60px));
  }

  .hero-grid{
    gap:40px;
  }

  .hero-grid > div:first-child{
    transform:translateX(-50px);
  }

  .hero h1{
    font-size:clamp(2.7rem,3vw,3.6rem);
    line-height:1.12;
    max-width:680px;
  }

  .hero-text{
    max-width:600px;
  }

  .logo-mark-img{
    max-width:250px;
    height:auto;
  }

  .menu{
    gap:28px;
  }

  .product-head h3{
    font-size:1.15rem;
  }

  .product-head small{
    font-size:.8rem;
  }

  .product-icon{
    width:70px;
    height:70px;
  }
}

/* =========================
   NOTEBOOK 1366x768
========================= */
@media (max-width:1366px){

  .container{
    width:95%;
  }

  .hero-grid{
    gap:28px;
    align-items:center;
  }

  .hero-grid > div:first-child{
    transform:translateX(-20px);
  }

  .hero h1{
    font-size:2.9rem;
    line-height:1.1;
    max-width:600px;
  }

  .hero-text{
    max-width:540px;
    font-size:.98rem;
  }

  .hero-stats{
    max-width:100%;
  }

  .menu{
    gap:22px;
  }

  .menu a{
    font-size:.9rem;
  }

  .nav-cta{
    padding:12px 18px;
    font-size:.85rem;
  }

  .product-head{
    gap:12px;
  }

  .product-head div{
    min-width:0;
  }

  .product-head h3{
    font-size:1rem;
    line-height:1.15;
    overflow-wrap:anywhere;
  }

  .product-head small{
    font-size:.75rem;
    line-height:1.2;
  }

  .product-icon{
    width:62px;
    height:62px;
    flex-shrink:0;
  }
}

/* =========================
   NOTEBOOK 1280x800
========================= */
@media (max-width:1280px){

  .container{
    width:96%;
  }

  .hero-grid{
    gap:24px;
  }

  .hero-grid > div:first-child{
    transform:none;
    padding-left:0;
  }

  .hero h1{
    font-size:2.5rem;
    max-width:540px;
    line-height:1.08;
  }

  .hero-text{
    max-width:500px;
    font-size:.95rem;
  }

  .menu{
    gap:18px;
  }

  .menu a{
    font-size:.86rem;
  }

  .nav-cta{
    padding:10px 16px;
    font-size:.82rem;
  }

  .product-grid{
    grid-template-columns:repeat(3,1fr);
    gap:16px;
  }

  .product-card{
    padding:20px 14px;
  }

  .product-head{
    gap:10px;
  }

  .product-head div{
    min-width:0;
  }

  .product-head h3{
    font-size:.95rem;
    line-height:1.15;
    overflow-wrap:anywhere;
  }

  .product-head small{
    font-size:.7rem;
    line-height:1.2;
  }

  .product-icon{
    width:58px;
    height:58px;
    flex-shrink:0;
  }

  .product-preview{
    height:165px;
  }
}

/* sobre nós ler mais */

.about-extra {
  max-height: 0;
  overflow: hidden;
  transition: max-height .55s ease, opacity .45s ease;
  opacity: 0;
}

.about-extra.open {
  max-height: 400px;
  opacity: 1;
}

.btn-read-more {
  background: none;
  border: none;
  color: #087b4b;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
  margin: 4px 0 20px;
  transition: color .2s;
  font-family: inherit;
}

.btn-read-more:hover {
  color: #19c77a;
}

/* =========================
   CELULAR
   ========================= */

@media (max-width: 768px){

  .product-grid{
    grid-template-columns:1fr !important;
    gap:20px;
  }

  .product-card{
    width:100%;
    max-width:100%;
    padding:24px 20px;
  }

  .product-head{
    display:flex;
    align-items:center;
    gap:14px;
  }

  .product-head div{
    min-width:0;
    flex:1;
  }

  .product-icon{
    width:72px;
    height:72px;
    flex-shrink:0;
  }

  .product-head h3{
    font-size:1.25rem;
    line-height:1.2;
    word-break:normal;
    overflow-wrap:break-word;
  }

  .product-head small{
    font-size:.85rem;
    line-height:1.3;
  }

  .product-preview{
    height:auto;
    min-height:220px;
  }

}