/*=========================================
    RESET / CONFIGURAÇÕES GERAIS
==========================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  }

body {
font-family: "DM Sans", sans-serif;
color: #ffffff;
background: #0a2d72;
height: 100%;
}
h1,
h2,
h3,
.nav-menu,
.portal-button,
.primary-button,
.secondary-button,
.about-button {
    font-family: "Montserrat", sans-serif ; 
}

a {
color: inherit;
text-decoration: none;
}

.container {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 0 24px;
}
/*=========================================
    HEADER / MENU SUPERIOR
==========================================*/
.site-header {
background: #ffffff;
color: #173b7a;
padding: 22px 0;
}

.header-content {
display: flex;
align-items: center;
}

.logo {
display: flex;
align-items: center;
flex-shrink: 0;
margin-left: 0px;
}

.logo img {
max-width: 180px;
max-height: 70px;
width: auto;
height: auto;
display: block;
}

.nav-menu {
display: flex;
gap: 34px;
font-size: 14px;
font-weight: 700;
margin-left: 240px;
}

.nav-menu a {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 8px;
    transition: all .2s ease;
}

.nav-menu a:hover {
    color: #000000;
}

.nav-menu a.active {
    color: #000000;
    font-weight: 700;
    border-bottom: 2px solid #000000;
}

.portal-button {
  margin-left: auto;
border: 2px;
background-color: #0a2d72;
color: #ffffff;
border-radius: 999px;
padding: 12px 22px;
font-size: 13px;
font-weight: 700;
}

.portal-button{
position: relative;
overflow: hidden;
transition: 
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease; 
}

.portal-button:hover {
    transform: translateY(-3px);

    background-color: #0a2d72;
    color: #ffffff;

    box-shadow:
        0 8px 24px rgba(10, 45, 114, 0.35);
}
.portal-button::before {
    content: "";

    position: absolute;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.18),
        transparent
    );

    transition: left 0.6s ease;
}

.portal-button:hover::before {
    left: 100%;
}

/*=========================================
    BANNER NR-1
==========================================*/

.top-banner {
  background:
    linear-gradient(120deg, rgba(10, 32, 70), rgba(16, 65, 155)),
    #0d2f70;
  padding: 16px 0;
}

.top-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.banner-badge {
  background: #e8500a;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.banner-text {
  flex: 1;
  margin-left: 20px;
}

.banner-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.banner-text span {
  font-size: 11px;
  opacity: .85;
}

.banner-button {
  background: #e8500a;
  color: white;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 650;
  white-space: nowrap;
}

/*=========================================
    HERO PRINCIPAL
==========================================*/

.hero-section {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(120deg, rgba(10, 32, 70), rgba(16, 65, 155)),
    #0d2f70;
}

.hero-section::before {
  content:
  "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"
  "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"
  "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"
  "+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +";
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.08);
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 28px;
  word-spacing: 20px;
  pointer-events: none;
  padding: 40px;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-content {
max-width: 760px;
}

.hero-badge {
display: inline-block;
margin-bottom: 24px;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
color: #b7d7ff;
}

.hero-content h1 {
font-size: 45px;
line-height: 1.05;
margin-bottom: 22px;
font-weight: 800;
}

.hero-content h1 strong {
color: #ff9f1c;
}

.hero-content p {
font-size: 20px;
line-height: 1.6;
max-width: 680px;
margin-bottom: 36px;
}

.hero-actions {
display: flex;
gap: 16px;
flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  max-width: 760px;
}

.hero-stats div {
  min-width: 70px;
}

.hero-stats h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
}

.hero-stats h3 strong {
  color: #ff9f1c;
}

.hero-stats span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.65);
}

.hero-divider {
    height: 1px;
    background: rgba(255, 255, 255, .15);
    margin: 50px 0 30px;
}

.primary-button,
.secondary-button {
border-radius: 999px;
padding: 16px 26px;
font-size: 13px;
font-weight: 700;
}

.primary-button {
background: #e8500a;
color: #ffffff;
}

.primary-button:hover {
background: #e8500a;
}

.secondary-button {
border: 2px solid #ffffff;
color: #ffffff;
}

/*=========================================
    CARDS DE BENEFÍCIOS
==========================================*/

.benefits-section {
  background: #f4f7fb;
  padding: 48px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #dce6f3;
  border-radius: 16px;
  padding: 28px;
  color: #10234d;
  box-shadow: 0 12px 30px rgba(10, 45, 114, 0.04);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f4aa0;
  font-size: 22px;
  flex-shrink: 0;
}

.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #10234d;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #64718a;
}

.benefit-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: #ffffff;
  box-shadow: 0 20px 40px rgba(10, 45, 114, 0.18);
}

/*=========================================
    SEÇÃO SOBRE
==========================================*/

.about-section {
  background: #ffffff;
  color: #10234d;
  padding: 70px 0 60px;
}

.about-content {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 50px;
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 360px;
}

.health-card {
  width: 100%;
  max-width: 450px;
  height: 240px;
  border-radius: 28px;
  background: linear-gradient(135deg, #051f4d 0%, #0f3f95 100%);
  box-shadow: 0 20px 50px rgba(10, 45, 114, 0.25);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.health-plus {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
}

.health-card h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.health-card p {
  font-size: 15px;
  opacity: .9;
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 18px 45px rgba(10, 45, 114, 0.16);
}

.floating-card strong {
  display: block;
  font-size: 24px;
  color: #0d347b;
  line-height: 1;
}

.floating-card span {
  font-size: 13px;
  color: #64718a;
}

.floating-card-top {
  top: -55px;
  right: -10px;
}

.floating-card-bottom {
  bottom: 70px;
  left: -30px;
}

.section-badge {
  display: inline-block;
  background: #eaf2ff;
  color: #0f4aa0;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.about-text h2 {
  font-size: 32px;
  line-height: 1.08;
  margin-bottom: 20px;
  color: #10234d;
}

.about-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #64718a;
  margin-bottom: 24px;
}

.about-text ul {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.about-text li {
  font-size: 13px;
  color: #10234d;
}

.about-text li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background: #eaf2ff;
  color: #1456c8;
  font-weight: 800;
}

.about-button {
  display: inline-block;
  background: #1044a3;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;

  transition: all 0.3s ease;
}

.about-button:hover {
  background: #0d244f;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(20, 86, 200, 0.40);
}


/* ==================================================
   TELEMEDICINA
================================================== */

.telemedicine-section {
    background: linear-gradient(135deg, #082760, #0a2463);
    padding: 50px 0;
    color: #ffffff;
}

.telemedicine-content {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 55px;
    align-items: center;
}

.telemedicine-section .container {
    max-width: 1280px;
}

.telemedicine-text {
    flex: 1;
    max-width: 500px;
}

.telemedicine-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    color: #ff9d00;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.telemedicine-text h2 {
    font-size: 44px;
    line-height: 1.1;
    max-width: 420px;
    margin-bottom: 24px;
    font-weight: 800;
}

.telemedicine-text p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
}

.telemedicine-features {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.telemedicine-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 16px;
    transition: all .3s ease;
    min-height: 105px;
}

.telemedicine-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.12);
}

.telemedicine-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.telemedicine-card h3 {
    font-size: 19px;
    margin-bottom: 6px;
}

.telemedicine-card p {
    color: rgba(255,255,255,0.85);
    line-height: 1.45;
    font-size: 13px;
}

.telemedicine-channels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.telemedicine-channels h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
}

.channel-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 14px 18px;
  text-decoration: none;
}

.channel-card:hover {
    transform: translate(-4px);
}

.channel-card span {
  font-size: 24px;
}

.channel-card strong {
  display: block;
  font-size: 20px;
  color: #ffffff;
}

.channel-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}

.telemedicine-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ==================================================
   INSCREVA-SE
================================================== */

.subscribe-section {
  background: #eeeeee;
  padding: 42px 0 58px;
  color: #0a2463;
}

.subscribe-content {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  align-items: start;
}

.subscribe-text h2 {
  font-family: "Sora", sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #0a2463;
  margin-bottom: 18px;
}

.subscribe-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #0a2463;
  max-width: 360px;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  width: 100%;
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 0 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #10234d;
  outline: none;
}

.subscribe-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  padding: 0 14px;
  font-size: 13px;
  color: #9a9a9a;
}

.subscribe-checkbox input {
  width: 14px;
  height: 14px;
}

.subscribe-form button {
  align-self: flex-end;
  margin-top: 18px;
  border: none;
  background: #0a2463;
  color: #ffffff;
  border-radius: 999px;
  padding: 14px 38px;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.subscribe-form button:hover {
  background: #1044a3;
  transform: translateY(-2px);
}

/* ==================================================
   RODAPÉ
================================================== */

.footer {
  background: #082760;
  color: #ffffff;
  padding-top: 70px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 24px;
}

.footer-description {
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  font-size: 15px;
  max-width: 280px;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 8px;

    color: #ffffff;
    font-size: 16px;

    transition: all .25s ease;
}

.footer-social a:hover {
    background: rgba(255,255,255,0.10);
    transform: translateY(-3px);
}

.footer-column h4 {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  margin-bottom: 22px;
  letter-spacing: 1px;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 12px;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
}

.footer-column a:hover {
  color: #ffffff;
}

.store-button {
  display: block;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 12px;
  color: white;
}

.manual-button {
  display: block;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
  border-radius: 999px;
  padding: 18px;
  margin-top: 18px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.manual-button:hover {
    transform: translate(-3px);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow:
        0 0 15px rgba(255, 255, 255, 0.15),
        0 0 30px rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}


.footer-bottom {
  margin-top: 50px;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.12);

  display: flex;
  justify-content: space-between;

  font-size: 13px;
  color: rgba(255,255,255,0.65);
}

.footer-apps {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-store-button {
  width: 180px;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 10px 16px;
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #ffffff;
  transition: all 0.25s ease;
}

.app-store-button i {
  font-size: 22px;
}

.app-store-button small {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}

.app-store-button strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Sora", sans-serif;
  color: #ffffff;
}

.app-store-button:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.manual-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );

    transition: left 0.6s ease;
}

.manual-button:hover::before {
    left: 100%;
}

.banner-button,
.primary-button,
.secondary-button {
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.banner-button:hover,
.primary-button:hover {
  transform: translateY(-3px);
  background: #c4400a;
  box-shadow: 0 8px 24px rgba(232, 80, 10, 0.4);
}

.secondary-button:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.10);
  border-color: #ffffff;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

/* ==================================================
   HERO - SERVIÇOS
================================================== */

.services-hero {
    background: linear-gradient(135deg, #082760, #082760);
    padding: 70px 0;
    text-align: center;
    color: #ffffff;
}

.services-hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.services-hero h1 {
    max-width: 900px;
    margin: 0 auto 25px;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 800;
}

.services-hero p {
    max-width: 700px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 1.7;
    color: rgba(255,255,255,.85);
}

.services-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 34px;
    border-radius: 999px;
    background: #ff6a00;
    color: #ffffff;
    font-weight: 700;
    transition: all .3s ease;
}

.services-hero-button:hover {
    background: #e65d00;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,106,0,.35);
}

/* ==================================================
   PRODUTOS
================================================== */

.products-section {
    padding: 90px 0;
    text-align: center;
    background: #f7f8fc;
}

.products-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #e9edf8;
    color: #0a2d72;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.products-title {
    font-size: 56px;
    font-weight: 800;
    color: #102554;
    margin-bottom: 15px;
}

.products-subtitle {
    color: #6f7a92;
    margin-bottom: 50px;
}

/* Banner NR1 */

.nr1-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: linear-gradient(
        135deg,
        #082760,
        #0d4cc2
    );

    border-radius: 30px;

    padding: 40px;

    text-align: left;
}

.nr1-icon {
    font-size: 42px;
    margin-right: 25px;
}

.nr1-content {
    flex: 1;
}

.nr1-tag {
    display: inline-block;

    background: #ff6a00;

    color: #ffffff;

    padding: 8px 14px;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: 15px;
}

.nr1-content h3 {
    color: white;
    font-size: 34px;
    margin-bottom: 15px;
}

.nr1-content p {
    color: rgba(255,255,255,.85);
    max-width: 700px;
}

.nr1-button {
    background: #ff6a00;

    color: white;

    padding: 18px 28px;

    border-radius: 999px;

    font-weight: 700;

    transition: .3s;
}

.nr1-button:hover {
    transform: translateY(-3px);
}

.products-grid {
    margin-top: 45px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 24px;
    overflow: hidden;
    text-align: left;

    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(10, 31, 68, 0.16);
}

.product-image {
    height: 125px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-blue {
    background: linear-gradient(135deg, #0a1f44, #1044a3);
}

.product-sky {
    background: linear-gradient(135deg, #0d4d8a, #1d6fc4);
}

.product-purple {
    background: linear-gradient(135deg, #1a3a6e, #2756b0);
}

.product-icon {
    font-size: 48px;
}

.product-badge {
    position: absolute;
    top: 14px;
    right: 14px;

    background: rgba(255,255,255,0.18);
    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;

    padding: 5px 12px;

    font-size: 12px;
    font-weight: 700;
}

.product-body {
    padding: 18px;
}

.product-body h3 {
    font-size: 18px;
    color: #102554;
    margin-bottom: 14px;
}

.product-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7a99;
    margin-bottom: 18px;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-tags span {
    background: #f0f4fb;
    color: #5f6f8f;

    padding: 5px 10px;
    border-radius: 999px;

    font-size: 12px;
    font-weight: 600;
}

.products-grid {
    max-width: 1120px;
    margin: 45px auto 0;
}

/* ==================================================
   NR-1 HERO
================================================== */

.nr-hero-page {
  background: linear-gradient(135deg, #0a1f44 0%, #0d2d6b 50%, #1044a3 100%);
  padding: 95px 0 90px;
  color: #ffffff;
  text-align: center;
}

.nr-hero-inner {
  max-width: 900px;
}

.nr-hero-badge {
  display: inline-block;
  background: rgba(232, 80, 10, 0.16);
  color: #e8500a;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.nr-hero-page h1 {
  font-family: "Sora", sans-serif;
  font-size: 64px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 24px;
}

.nr-hero-page h1 strong {
  color: #f5a623;
}

.nr-hero-page p {
  max-width: 620px;
  margin: 0 auto 32px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.nr-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nr-primary-btn,
.nr-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 28px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.nr-primary-btn {
  background: #e8500a;
  color: #ffffff;
}

.nr-primary-btn:hover {
  background: #c4400a;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(232,80,10,0.35);
}

.nr-outline-btn {
  border: 1px solid rgba(255,255,255,0.45);
  color: #ffffff;
}

.nr-outline-btn:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.nr-hero-note {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
}
/* ==================================================
   NR-1 OFERTA
================================================== */

.nr-offer {
  padding: 24px 0 40px;
  background: #f6f8fc;
}

.nr-offer-card {
  background: linear-gradient(
    90deg,
    #e8500a 0%,
    #d94a00 100%
  );

  border-radius: 24px;

  padding: 30px 40px;

  display: flex;
  align-items: center;
  gap: 24px;

  color: #fff;
}

.nr-offer-icon {
  font-size: 42px;
  flex-shrink: 0;
}

.nr-offer-content {
  flex: 1;
}

.nr-offer-tag {
  display: block;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;

  margin-bottom: 8px;

  opacity: 0.9;
}

.nr-offer-content h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.nr-offer-content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}

.nr-offer-btn {
  background: #fff;
  color: #e8500a;

  font-weight: 800;

  padding: 18px 30px;
  border-radius: 999px;

  white-space: nowrap;

  transition: all .3s ease;
}

.nr-offer-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* ==================================================
   NR-1 ESTATÍSTICAS
================================================== */

.nr-stats {
    padding: 90px 0;
    background: #f6f8fc;
    text-align: center;
}

.nr-stats-title {
    font-size: 56px;
    line-height: 1.15;
    font-weight: 800;
    color: #142c5c;

    margin: 18px 0 50px;
}

.nr-stats-title span {
    color: #e8500a;
}

.nr-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.nr-stat-card {
    background: #fff;

    border: 1px solid #dce6f7;

    border-radius: 22px;

    padding: 38px 25px;

    box-shadow: 0 10px 25px rgba(0,0,0,.04);

    transition: all .3s ease;
}

.nr-stat-card:hover {
    transform: translateY(-6px);
}

.nr-stat-card h3 {
    font-size: 52px;
    font-weight: 800;

    color: #0f4cc8;

    margin-bottom: 16px;
}

.nr-stat-card h3 span {
    font-size: 30px;
}

.nr-stat-card p {
    color: #68768f;

    font-size: 15px;

    line-height: 1.6;
}

/* ==================================================
   NR-1 MUDANÇAS
================================================== */

.nr-changes {
  background: #f6f8fc;
  padding: 80px 0 90px;
  color: #142c5c;
}

.nr-changes h2 {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 18px;
}

.nr-changes-intro {
  max-width: 980px;
  color: #6b7a99;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 44px;
}

.nr-changes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.nr-obligations h3 {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  margin-bottom: 22px;
}

.nr-obligation-item {
  display: flex;
  align-items: center;
  gap: 18px;

  background: #ffffff;
  border: 1px solid #dce6f5;
  border-radius: 14px;

  padding: 18px 22px;
  margin-bottom: 14px;

  transition: all 0.25s ease;
}

.nr-obligation-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(10,31,68,0.08);
}

.nr-obligation-item span {
  width: 34px;
  height: 34px;
  border-radius: 50%;

  background: #1044a3;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 800;

  flex-shrink: 0;
}

.nr-obligation-item p {
  font-size: 15px;
  color: #1a2a45;
  line-height: 1.5;
}

.nr-consequence-card {
  background: linear-gradient(135deg, #0a1f44, #1044a3);
  border-radius: 24px;
  padding: 34px;
  color: #ffffff;
  margin-bottom: 24px;
}

.nr-consequence-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  margin-bottom: 22px;
}

.nr-consequence-card ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.nr-consequence-card li {
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.6;
}

.nr-info-box {
  background: #e9eef8;
  border: 1px solid #d4def0;
  border-radius: 18px;
  padding: 28px;
}

.nr-info-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #1a2a45;
}

/* ==================================================
   NR-1 SOLUÇÃO
================================================== */

.nr-solution {
  background: #ffffff;
  padding: 90px 0;
  color: #142c5c;
}

.nr-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.nr-section-header h2 {
  font-family: "Sora", sans-serif;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #142c5c;
  margin-top: 18px;
}

.nr-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.nr-solution-card {
  background: #ffffff;
  border: 1px solid #dce6f5;
  border-radius: 26px;
  padding: 34px;
  text-align: left;
  transition: all 0.3s ease;
}

.nr-solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 42px rgba(10, 31, 68, 0.12);
}

.nr-solution-icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1044a3, #1d6fc4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
}

.nr-solution-card h3 {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  color: #142c5c;
  margin-bottom: 14px;
}

.nr-solution-card p {
  color: #6b7a99;
  font-size: 15px;
  line-height: 1.75;
}

/* ==================================================
   NR CTA FINAL
================================================== */

.nr-cta {
    background: linear-gradient(
        135deg,
        #e8500a,
        #ff6a00
    );

    padding: 60px 0;

    text-align: center;

    color: white;
}

.nr-cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.nr-cta-badge {
    display: inline-block;

    background: rgba(255,255,255,.18);

    padding: 8px 16px;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    margin-bottom: 12px;
}

.nr-cta h2 {
    font-size: 44px;
    line-height: 1.1;

    margin-bottom: 20px;

    font-weight: 800;
}

.nr-cta p {
    font-size: 16px;
    line-height: 1.7;

    max-width: 700px;

    margin: 0 auto 25px;

    color: rgba(255,255,255,.9);
}

.nr-cta-actions {
    display: flex;

    justify-content: center;

    gap: 16px;

    flex-wrap: wrap;
}

.nr-cta-primary {
    background: white;

    color: #e8500a;

    padding: 14px 24px;

    border-radius: 999px;

    font-weight: 800;

    transition: all .3s ease;
}

.nr-cta-primary:hover {
    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(0,0,0,.15);
}

.nr-cta-secondary {
    border: 2px solid rgba(255,255,255,.45);

    color: white;

    padding: 14px 24px;

    border-radius: 999px;

    font-weight: 800;

    transition: all .3s ease;
}

.nr-cta-secondary:hover {
    background: rgba(255,255,255,.12);

    transform: translateY(-3px);
}

.nr-cta {
    margin-bottom: 42px;
    background: #f55a00;
}

body {
    background: #f5f7fb;
}

/* ==================================================
   CONTATO - HERO
================================================== */

.contact-hero {
  background: linear-gradient(135deg, #0a1f44, #1044a3);
  padding: 90px 0;
  text-align: center;
  color: #ffffff;
}

.contact-badge {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.9);
  padding: 8px 18px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
}

.contact-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 18px;
}

.contact-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.82);
}

/* ==================================================
   CONTATO - FORMULÁRIO
================================================== */

.contact-section {
  background: #ffffff;
  padding: 70px 0 90px;
  color: #142c5c;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.contact-info h2,
.contact-form h2 {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  margin-bottom: 35px;
}

.contact-item {
  margin-bottom: 28px;
}

.contact-item span {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #6b7a99;
  margin-bottom: 10px;
}

.contact-item p,
.contact-item a {
  color: #0a2d72;
  font-size: 16px;
  line-height: 1.7;
}

.contact-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.contact-social a {
  width: 42px;
  height: 42px;
  border: 1px solid #dce6f5;
  border-radius: 8px;
  color: #0a2d72;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}

.contact-social a:hover {
  background: #0a2d72;
  color: #ffffff;
  transform: translateY(-3px);
}

.contact-form {
  background: #ffffff;
  border: 1px solid #dce6f5;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 16px 42px rgba(10,31,68,0.08);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #6b7a99;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid #dce6f5;
  border-radius: 14px;
  padding: 15px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #142c5c;
  outline: none;
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  border: none;
  background: #1044a3;
  color: #ffffff;
  padding: 17px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  cursor: pointer;
  transition: all .3s ease;
}

.contact-form button:hover {
  background: #0a1f44;
  transform: translateY(-3px);
}

.contact-map {
    margin-top: 30px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #dce6f5;
    box-shadow: 0 10px 30px rgba(10,31,68,0.08);
}

.contact-map iframe {
    width: 100%;
    height: 220px;
    border: none;
    display: block;
}

/* ==================================================
   PREÇOS - HERO
================================================== */

.prices-hero {
  background: linear-gradient(135deg, #0a1f44, #1044a3);
  padding: 75px 0 70px;
  text-align: center;
  color: #ffffff;
}

.prices-badge {
  display: inline-block;
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 22px;
}

.prices-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 18px;
}

.prices-hero p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.82);
}

/* ==========================================
   PREÇOS - BANNER OFERTA
========================================== */

.prices-offer {
    padding: 35px 0 50px;
    background: #f7f9fc;
}

.prices-offer-card {
    max-width: 1050px;
    padding: 24px 40px;
    margin: 0 auto;

    background: linear-gradient(
        135deg,
        #f45a00,
        #d94f00
    );

    border-radius: 24px;

    padding: 35px 40px;

    display: flex;
    align-items: center;
    gap: 30px;
}

.offer-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.offer-content {
    flex: 1;
}

.offer-badge {
    display: block;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;

    margin-bottom: 10px;

    color: rgba(255,255,255,.9);
}

.offer-content h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.offer-content p {
    color: rgba(255,255,255,.92);
    line-height: 1.6;
    font-size: 15px;
}

.offer-button {
    background: #fff;

    color: #f45a00;

    text-decoration: none;

    font-weight: 700;

    padding: 16px 28px;

    border-radius: 999px;

    white-space: nowrap;

    transition: .3s;
}

.offer-button:hover {
    transform: translateY(-2px);
}

.pricing-tabs-section {
    display: flex;
    justify-content: center;
    margin: 50px 0 30px;
}

.pricing-tabs {
    display: flex;
    align-items: center;
    gap: 6px;

    background: #f4f7fb;
    border: 1px solid #dce6f5;
    border-radius: 999px;
    padding: 6px;
}

.pricing-tab {
    border: none;
    background: transparent;

    padding: 12px 24px;
    border-radius: 999px;

    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;

    color: #6b7a99;
    cursor: pointer;
    transition: .3s;
}

.pricing-tab:hover {
    background: rgba(16,68,163,.08);
    color: #1044a3;
}

.pricing-tab.active {
    background: #1044a3;
    color: #fff;
    box-shadow: 0 4px 14px rgba(16,68,163,.25);
}

.pricing-range {
    display: flex;
    justify-content: center;
    margin: 35px 0 50px;
}

.range-card {
    background: linear-gradient(
        135deg,
        #0b2c74 0%,
        #1d52c2 100%
    );

    width: 380px;
    border-radius: 24px;
    padding: 28px 24px;

    text-align: center;
    color: #fff;
}

.range-label {
    display: block;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    opacity: .9;
    margin-bottom: 12px;
}

.range-card h2 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
}

.range-info {
    display: inline-flex;
    gap: 8px;

    background: rgba(255,255,255,.12);

    padding: 6px 14px;
    border-radius: 999px;

    font-size: 13px;
}

.pricing-cards-section {
  padding: 0 0 70px;
  background: #ffffff;
}

.pricing-cards-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.plan-card {
  background: #ffffff;
  border: 1px solid #dce6f5;
  border-radius: 24px;
  overflow: visible;
  position: relative;

  display: flex;
  flex-direction: column;

  transition: all .25s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 42px rgba(10,31,68,.14);
}

.plan-card.popular {
  border: 2px solid #e8500a;
  box-shadow: 0 12px 35px rgba(232,80,10,.14);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);

  background: #e8500a;
  color: #ffffff;

  font-size: 11px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 999px;
  z-index: 10;
  white-space: nowrap;
}

.plan-head {
  padding: 24px 18px 18px;
  text-align: center;
  color: #ffffff;
  border-radius: 24px 24px 0 0;
}

.plan-head span {
  display: block;
  font-size: 32px;
  margin-bottom: 6px;
}

.plan-head h3 {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.bronze {
  background: linear-gradient(135deg, #7c4a1e, #a0622a);
}

.prata {
  background: linear-gradient(135deg, #5a6472, #8a97a8);
}

.premium {
  background: linear-gradient(135deg, #0a1f44, #1044a3);
}

.ouro {
  background: linear-gradient(135deg, #7a5c00, #c49a00);
}

.plan-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.price-block {
  padding: 10px 0;
  border-bottom: 1px solid #dce6f5;
}

.price-block small {
  display: block;
  color: #6b7a99;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.price-block em {
  background: rgba(16,68,163,.1);
  color: #1044a3;
  border-radius: 999px;
  padding: 2px 8px;
  font-style: normal;
  font-size: 11px;
}

.price-block strong {
  font-family: "Sora", sans-serif;
  font-size: 25px;
  color: #0a1f44;
}

.price-block strong span {
  font-size: 12px;
  color: #6b7a99;
  font-weight: 500;
}

.family-price {
  color: #e8500a !important;
}

.plan-body ul {
  list-style: none;
  margin: 18px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.plan-body li {
  color: #6b7a99;
  font-size: 14px;
  line-height: 1.4;
}

.plan-body li::before {
  content: "✓";
  color: #1044a3;
  font-weight: 800;
  margin-right: 7px;
}

.plan-button {
  display: block;
  text-align: center;

  background: #1044a3;
  color: #ffffff;

  padding: 14px 16px;
  border-radius: 999px;

  font-weight: 800;
  font-size: 14px;

  transition: all .25s ease;
}

.plan-button:hover {
  background: #0a1f44;
  transform: translateY(-2px);
}

.plan-button.orange {
  background: #e8500a;
}

.plan-button.orange:hover {
  background: #c4400a;
}

.pricing-note {
    text-align: center;
    margin: 40px 0 70px;
    color: #7b879d;
    font-size: 14px;
    line-height: 1.6;
}

.pricing-note p {
    margin: 0;
}

.pricing-note a {
    color: #1044a3;
    font-weight: 700;
    text-decoration: underline;
}

.pricing-note a:hover {
    color: #0a2c74;
}

.enterprise-section {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.enterprise-card {
    max-width: 480px;
    width: 100%;
    padding: 40px;

    background: linear-gradient(
        135deg,
        #07225f,
        #0e3b9f
    );

    border-radius: 24px;

    text-align: center;
    color: white;
}

.enterprise-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.enterprise-card h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.enterprise-card p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.enterprise-btn-primary,
.enterprise-btn-secondary {
    display: block;

    width: 100%;

    padding: 18px;

    border-radius: 999px;

    text-decoration: none;

    font-weight: 700;

    margin-top: 12px;
}

.enterprise-btn-primary {
    background: #f35a00;
    color: white;
}

.enterprise-btn-secondary {
    border: 1px solid rgba(255,255,255,.4);
    color: white;
}

.manual-hero {
    background: linear-gradient(
        135deg,
        #08255f 0%,
        #13397f 100%
    );

    padding: 110px 20px;
    text-align: center;
}

.manual-hero .container {
    max-width: 900px;
    margin: 0 auto;
}

.manual-hero .hero-tag {
    display: inline-block;

    padding: 8px 18px;

    border-radius: 999px;

    background: rgba(255,255,255,0.12);

    color: #ffffff;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    margin-bottom: 24px;
}

.manual-hero h1 {
    color: #ffffff;

    font-size: 72px;
    line-height: 1.05;

    font-weight: 800;

    margin-bottom: 24px;
}

.manual-hero p {
    color: rgba(255,255,255,0.85);

    font-size: 24px;
    line-height: 1.7;

    max-width: 700px;
    margin: 0 auto;
}

/* ==================================================
   MANUAL - COMO SOLICITAR
================================================== */

.manual-steps-section {
    background: #ffffff;
    padding: 90px 0 100px;
    color: #142c5c;
}

.manual-section-header {
    text-align: center;
    margin-bottom: 58px;
}

.manual-section-header h2 {
    font-family: "Sora", sans-serif;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    color: #142c5c;
    margin: 18px 0 12px;
}

.manual-section-header p {
    color: #7b879d;
    font-size: 18px;
}

.manual-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
    max-width: 1180px;
    margin: 0 auto;
}

.manual-steps-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.manual-step-card {
    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 28px;
    padding: 28px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(10,31,68,0.03);
}

.manual-step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1357c7;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.manual-step-card h3 {
    font-family: "Sora", sans-serif;
    font-size: 21px;
    color: #142c5c;
    margin-bottom: 10px;
}

.manual-step-card p {
    color: #7b879d;
    font-size: 16px;
    line-height: 1.7;
}

.manual-warning {
    margin-top: 16px;
    background: #fff1e8;
    border-left: 4px solid #e8500a;
    padding: 14px 16px;
    color: #c4400a;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.manual-steps-right {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.manual-channel-box {
    background: linear-gradient(135deg, #0a1f44, #1044a3);
    border-radius: 32px;
    padding: 34px;
    color: #ffffff;
}

.manual-channel-box h3 {
    font-family: "Sora", sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
}

.manual-channel-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 8px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #ffffff;
    text-decoration: none;
}

.manual-channel-item:last-child {
    border-bottom: none;
}

.manual-channel-item span {
    font-size: 28px;
    width: 34px;
    flex-shrink: 0;
}

.manual-channel-item strong {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
}

.manual-channel-item p {
    color: rgba(255,255,255,0.72);
    font-size: 15px;
}

.manual-channel-link {
    transition: all .3s ease;
}

.manual-channel-link:hover {
    transform: translateX(5px);
}

.manual-confirmation-box {
    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 28px;
    padding: 34px;
}

.manual-confirmation-box h3 {
    font-family: "Sora", sans-serif;
    font-size: 22px;
    line-height: 1.45;
    color: #1044a3;
    margin-bottom: 24px;
}

.manual-confirmation-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
    margin-bottom: 28px;
}

.manual-confirmation-list span {
    color: #526179;
    font-size: 16px;
}

.manual-confirmation-list span::first-letter {
    color: #1044a3;
}

.manual-confirmation-box p {
    color: #7b879d;
    font-size: 16px;
    line-height: 1.75;
}

/* ==================================================
   MANUAL - IMPORTANTE
================================================== */

.manual-important-section {
    background: #f4f7fb;
    padding: 80px 0;
}

.manual-important-card {
    max-width: 980px;
    margin: 0 auto;

    background: #fff6f2;
    border: 1px solid rgba(232,80,10,.28);
    border-radius: 32px;

    padding: 55px 50px;

    text-align: center;
}

.manual-important-card h2 {
    font-family: "Sora", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #e8500a;

    margin-bottom: 26px;
}

.manual-important-subtitle {
    color: #7b879d;
    font-size: 16px;
    margin-bottom: 34px;
}

.manual-important-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.manual-important-item {
    background: #ffffff;

    border: 1px solid rgba(232,80,10,.18);
    border-radius: 16px;

    padding: 20px 22px;

    text-align: left;

    color: #1a2a45;
    font-size: 16px;
    line-height: 1.6;
}

.manual-important-item strong,
.manual-important-item span {
    color: #e8500a;
    font-weight: 800;
}

/* ==================================================
   MANUAL - COBERTURA COMPLETA
================================================== */

.manual-coverage-section {
    background: #ffffff;
    padding: 90px 0 100px;
    color: #142c5c;
}

.manual-coverage-grid {
    max-width: 1180px;
    margin: 55px auto 0;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.coverage-card {
    background: #08255f;
    color: #ffffff;

    border-radius: 22px;

    padding: 38px 22px;

    text-align: center;

    min-height: 330px;

    transition: all .3s ease;
}

.coverage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(10,31,68,.18);
}

.coverage-icon {
    font-size: 38px;
    margin-bottom: 26px;
}

.coverage-card h3 {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.coverage-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coverage-card li {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.9;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown .nav-link {
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    left: 0; top: 100%;
    transform: translateX(-50%) translateY(8px);

    min-width: 190px;

    background: #ffffff;
    border: 1px solid #dce6f5;
    border-radius: 14px;

    box-shadow: 0 14px 35px rgba(10, 31, 68, 0.14);

    padding: 10px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all 0.25s ease;

    z-index: 999;
}

.dropdown-menu a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;

    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #f4f7fb;
    color: #1044a3;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}

/* ==================================================
   WHATSAPP FLUTUANTE
================================================== */

.floating-whatsapp {
    position: fixed;

    right: 24px;
    bottom: 24px;

    width: 68px;
    height: 68px;

    border-radius: 50%;

    background: #25d366;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    text-decoration: none;

    font-size: 34px;

    box-shadow: 0 10px 30px rgba(37,211,102,.35);

    z-index: 9999;

    animation: whatsappPulse 2s infinite;
    transition: all .3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.08);
    color: #ffffff;
}

@keyframes whatsappPulse {

    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,.6);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 20px rgba(37,211,102,0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}
/* ==================================================
   RESPONSIVO GERAL
================================================== */
@media (max-width: 768px) {
    .floating-whatsapp {
        width: 60px;
        height: 60px;

        right: 16px;
        bottom: 16px;

        font-size: 30px;
    }
}
@media (max-width: 900px) {
  .header-content {
    flex-direction: column;
    gap: 20px;
  }

  .nav-menu {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .portal-button {
    margin-left: 0;
  }

  .hero-content,
  .about-content,
  .telemedicine-content,
  .contact-grid,
  .manual-steps-grid,
  .nr-changes-grid {
    grid-template-columns: 1fr;
  }

  .products-grid,
  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 18px;
  }

  h1,
  .hero-content h1,
  .services-hero h1,
  .prices-hero h1,
  .contact-hero h1,
  .manual-hero h1,
  .nr-hero-page h1 {
    font-size: 38px;
  }

  h2,
  .products-title,
  .nr-stats-title,
  .nr-section-header h2,
  .manual-section-header h2 {
    font-size: 32px;
  }

  .products-grid,
  .pricing-cards-grid,
  .nr-stats-grid,
  .nr-solution-grid,
  .manual-coverage-grid,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .prices-offer-card,
  .nr-offer-card,
  .nr1-banner {
    flex-direction: column;
    text-align: center;
  }

  .subscribe-content,
  .subscribe-form {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 1100px) {
    .manual-coverage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .manual-coverage-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .manual-important-grid {
        grid-template-columns: 1fr;
    }

    .manual-important-card {
        padding: 38px 24px;
    }
}

@media (max-width: 900px) {
    .manual-steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
/* ==================================================
  MOBILE - HOME
================================================== */

@media (max-width: 900px) {
  .top-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .banner-button {
    display: inline-flex;
    justify-content: center;
    width: fit-content;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .top-banner {
    padding: 16px 0;
  }

  .top-banner-content {
    font-size: 13px;
    padding: 0 10px;
  }

  .banner-text strong,
  .banner-text span {
    display: block;
    line-height: 1.4;
  }

  .banner-button {
    padding: 10px 18px;
    font-size: 12px;
  }

  .benefits-section {
    padding: 35px 0;
  }

  .benefit-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 24px 18px;
  }
}