@charset "UTF-8";

:root {
  --color-brand: #138fc2;
  --color-brand-dark: #0c3f63;
  --color-brand-deep: #071f33;
  --color-brand-soft: #e7f6fb;
  --color-accent: #ff6b00;
  --color-accent-dark: #d95700;
  --color-surface: #ffffff;
  --color-surface-muted: #f6f9fb;
  --color-text: #17212b;
  --color-text-muted: #5d6b78;
  --color-border: rgba(15, 47, 73, 0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 8px 22px rgba(7, 31, 51, 0.08);
  --shadow-md: 0 18px 48px rgba(7, 31, 51, 0.16);
  --shadow-lg: 0 28px 70px rgba(7, 31, 51, 0.26);
  --space-section: clamp(56px, 8vw, 96px);
}

.header {
    background-image: url('images/fondo-lg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.proyecto-n {
  background-image: url('images/soft-company.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 220px;
}


.header-consultoria {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/consultoria.png);
  background-size: cover;
  height: 100vh;
}

.header-cls-n {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/soft-company.jpg);
  background-size: cover;
  height: 100vh;
}

.header-cls-apptaller {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/fondo-lg.jpg);
  background-size: cover;
  height: 100vh;
}

.title-cls-n {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.title-cls-apptaller {
  padding-top: 60px;
}

.h1-cls-n  {
  margin: 0;
  font-size: 2.2rem;
  white-space: nowrap;
}

body {
    padding: 0;
    margin: 0;
    background: #138fc2;
    line-height: 0;
    font-size: 1.2rem;
}

section{
  line-height: 1.5;
}

/*--- navigation bar ---*/
.navbar {
background:#138fc2;
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; /* Full width */
}
/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbar a:hover {
  background: #ddd;
  color: black;
}
.nav-link,
.navbar-brand {
color: #fff;
cursor: pointer;
}
.nav-link {
margin-right: 1em !important;
}
.nav-link:hover {
color: #000;
}
.navbar-collapse {
justify-content: flex-end;
}

/*--- header ---*/

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
  }

.description-cls {
  position: relative;
  text-align: center;
  color: #fff;
}

.description h1 {
    color: #fff;
}
.descriptionsec h1 {
  font-size: 1.8rem;
}

.descriptionsec h2 {
  font-size: 1.2rem;
}
.firstdescription p {
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    margin: 0.1em;
}

.firstdescription {
  font-size: 2.2rem;
  line-height: 1.5;
}

.description-cls h2 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.2em;
}

.description button {
    border:1px solid #138fc2;
    background:#138fc2;
    border-radius: 0;
    color:#fff;
  }
  .description button:hover {
    border:1px solid #fff;
    background:#fff;
    color:#000;
  }


  .features {
    margin: 4em auto;
    padding: 1em;
    position: relative;
    
  }
  .feature-title {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
  }

  .img-cls-montar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-montar-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-administrar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-llave-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-conservar {
    padding-top: 200px;
    background: url(../images/blog-mecanico-clienta-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-generar {
    padding-top: 200px;
    background: url(../images/blog-car-money-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .img-cls-marketing {
    padding-top: 200px;
    background: url(../images/blog-marketing-l.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }

  /*--- feauter section ---*/

.section-color{
  color: #515656;
}

.features-detail {
  background-color: #f2f6e9;
  color: #515656;
}

.features-title {
  color: #565151;
}

.features-admin {
  background-color: #f2f6e9;
  color: #515656;
  padding: 4em;
}

.features-padding {
  padding: 2em;
}

.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}

.features .form-control,
.features input {
    border-radius: 0;
}
.features .btn {
  background-color: #138fc2;
  border: 1px solid #151616;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #333;
  border: 1px solid #333;

}

.features {
  text-align: center;
}

.cen{
  line-height: 1.5;
}

/***
*Carrusel
***/

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
  color: #1b1b19;
  margin: 100px;
}

.carousel-control-next-icon:after
{
  content: ">";
  font-size: 55px;
  color: #333;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: #333;
}


.carrusel-color {
  color: #f2f6e9;
  background-color: #333;
  border: 1px solid rgb(168, 162, 162);
  margin: 20px;
}

.carrusel-height {
  max-height: 500px;
}

/***
*Price-area
***/

.price-area {
  background-color: #f2f6e9;

}

.price-table h3 {
  margin-bottom: 30px;
}

.price-table {
  padding: 50px 40px;
  border-radius: 2px;
  text-align: center;
  background-color: #ffffff;
  color: #515656;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
}

.price-table.active {
  padding: 70px 40px;
  margin-top: 0
}

.price-table ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.price-table ul li {
  padding: 5px 0;
}

.price-table .price-info {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #55A2BE;
  color: #ffffff;
  border-radius: 0 0 50% 50%;
  padding-bottom: 5px;
}

.button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #324147;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.contact .button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #172930;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
  background-color: #ffffff;
  color: #138fc2;
}
.button-mail:hover {
  background-color: #138fc2;
  color: #242b2e;
}
.button.white:hover {
  background-color: #138fc2;
  color: #ffffff;
}

.contact .button:hover{
  background-color: #ffffff;
  color: #212a2e;
}

.contact {
  max-width: 800px;
}

.button i {
  margin-left: 5px;
}

.aviso {
  color: rgb(204, 46, 46);
  }

/*--- page footer ---*/

.page-footer {
  background-color: #222;
  color: #ccc;
  padding: 60px 0 30px;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}

.blog-family{
  font-family: helvetica neue,Helvetica,Arial,sans-serif;
  font-style: italic;
}

.blog-style{
  text-align: left!important;
  font-size: 1.2rem;
}

/**
*Page title
**/

.page-title {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-title h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 80px;
  padding-bottom: 20px;
}

.page-title h2:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  width: 15px;
  height: 15px;
  font-size: 14px;
}

/**
*Box-style
**/

.detail {
  background-color: #138fc2;
  padding: 60px 0 30px;
}

.box {
  padding: 50px 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 #f2f6e9;
  box-shadow: 0 0 0 0 #f2f6e9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box:hover {
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background-color: #f2f6e9;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.box h4 {
  text-transform: uppercase;
}

.box .box-icon {
  height: 160px;
  margin-bottom: 20px;
}

.box .box-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box:hover .box-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}


/**
*Default Background Class
**/

.overlay-1:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.gray-bg {
    background-color: #f2fefe;
}

/*--- helper class --- */

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

.back-blue{
    background-color: #138fc2;
}

.back-withe{
  background-color: #f2f6e9;
}

.whatsapp {
  padding: 2em;
}

.flotante {
  position:fixed;
  width: 20px;
  height: 20px;
  left: 95%;
  top: 80%; 
  margin-left: -90px; /*half the width*/


}

/*--- Css Menu ----*/

.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #136dc2b6;
  text-align: center;
}

/* The element at the top of the page right after the fixed navigation bar
   MUST have sufficient top margin or else it will be covered by the bar */
.content {
  margin-top: 20px;
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a { 
  height: 50px;
  line-height: 50px;
}
.menu {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.menu a, .menu a:visited {
  color: #ffffff;
}
.menu a:hover, .menu a:target {
  color: #ebebeb;
}
.menu-items {
  display: inline-block;
}
.sitename {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}
a.sitename, a:visited.sitename {
  color: #ffffff;
  font-size: 25px
;
}
.menu-items li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.menu-items a {
  text-decoration: none;
}
.show, .hide {
  display: none;
  padding-left: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  color: #dde1e2;
}

@media only screen and (max-width: 800px) {
  .menu { 
    position: relative;
    width: 100%;
  }
  .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0px;
  }
  .menu-items {
    display: none; 
    width: 100%;
    margin-top: 50px;
    background-color: #1f2544f2;
  }
  .menu-items li {
    display: block;
    text-align: center;
  }
  .show, .hide {  
    position: absolute;
    top: 0;
    right: 15px;
  }
  .show {
    display: inline-block;
  }
  .hide {
    display: none;
  }
  #menu:target .show {
    display: none;
  }
  #menu:target .hide, #menu:target .menu-items {
    display: inline-block;
  }
}

@media only screen and (max-width: 220px) {
  .sitename, .show, .hide {
    font-size: 14px;
  }
}


/*--- Css Slide --- */

/*---- NUMBER OF SLIDE CONFIGURATION ----*/
.wrapper {
  max-width: 60em;
  margin: 1em auto;
  position: relative;
}

input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
  width: 20%;
  float: left;
  position: relative;
}
article img {
  width: 100%;
}

/*---- SET UP CONTROL ----*/
.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

/* Info Box */
.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

/* Slider Styling */
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #666;
  background: #fff;
  background: #fcfff4;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

/*
.cc_dialog_text { 
  font-size: 12px !important;
  
}

.cc_dialog .cc_dialog_headline{
  font-size: 14px !important;
}

.cc_dialog {
  padding: 1rem !important;
}

.cc_css_reboot {
  line-height: 1 !important;
}

.cc_css_reboot button {
  padding: .1rem 1rem !important;
}
*/

/*---- SET POSITION FOR SLIDE ----*/
#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0;
  line-height: 38px;
  font-size: 3em;
  display: block;
  color: #777;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: ">";
  padding-left: 15px;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5px;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "<";
  padding-left: 8px;
}

#slide5:checked ~ .slider-dot-control label:nth-child(5), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #333;
}

#slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide1:checked ~ .slider-wrapper article:nth-child(1) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
/*---- TABLET ----*/
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
/*---- MOBILE----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}




/*--- media queries ---*/

  @media (max-width: 575.98px) {
    .description {
      left: 0;
      padding: 0 15px;
      position: absolute;
      top: 10%;
      transform: none;
      text-align: center;
    }
    
    .description h1 {
      font-size: 2em;
    }

    .descriptionsec h1 {
      font-size: 1.2em;
    }
    
    .description p {
      font-size: 2.5rem;
    }
    
    .features {
      margin: 0;
    }
}


@font-face{
  font-family:FontAwesome;
  font-display: fallback;
  src:url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);
}


/* Compacto el alto y evito cortes en la 1ª línea */
.price-table .tier{ margin:6px 0; }
.price-table .tier-line{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  column-gap:.4rem;
  white-space:nowrap;           /* <— NO se parte en el medio */
}
.price-table .tier-name{ font-weight:700; }
.price-table .tier-users{ color:#6b7280; margin-left:.25rem; }
.price-table .tier-price{ font-weight:700; font-variant-numeric:tabular-nums; }

/* 2ª línea, sutil y pegada */
.price-table .tier-meta{
  display:block;
  margin-top:2px;               /* <— pegado a la 1ª línea */
  color:#6b7280;
  text-align:center;
}

/* En móviles angostos, permito que la 1ª línea baje prolija */
@media (max-width:480px){
  .price-table .tier-line{ white-space:normal; flex-wrap:wrap; row-gap:2px; }
}


/* ====== Card ====== */
.price-table .cen{
  display:flex; flex-direction:column; align-items:center; text-align:center;
}

/* ====== Títulos ====== */
.price-title{ letter-spacing:.5px; margin-bottom:4px; }
.amount .big{ white-space:nowrap; }

/* ====== Logo pasarela ====== */
.gateway-logo img{
  height:34px; width:auto; margin:10px 0 14px; display:block;
}

/* ====== Lista de planes ====== */
.tiers{
  width:100%; max-width:420px; margin:0 auto 10px; padding:0; list-style:none;
  display:grid; row-gap:10px; justify-items:center;
}

/* Cada fila: 1) línea principal (nombre/usuarios vs precio) 2) meta */
.tier{ display:grid; row-gap:2px; width:100%; }

/* Línea principal en grid 2 columnas auto (centradas en el card) */
.tier-line{
  display:grid;
  grid-template-columns: auto auto;
  column-gap:12px;
  justify-content:center;              /* centra el conjunto dentro del card */
  align-items:baseline;
  white-space:nowrap;                  /* evita cortes raros */
}

.tier-left{ color:#111; }
.tier-name{ font-weight:700; margin-right:.25rem; }
.tier-users{ color:#6b7280; }
.tier-price{
  font-weight:700;
  font-variant-numeric:tabular-nums;   /* montos prolijos */
}

/* Segunda línea: beneficio */
.tier-meta{
  color:#6b7280;
  font-size:.95em;
}

/* Compactar un toque en pantallas chicas */
@media (max-width:480px){
  .tier-line{ white-space:normal; }
}


.price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price-row h4 {
    margin: 0;
}

.price-row .gateway-logo img {
    height: 24px;
    /* ajustá según tu logo */
}

.hero-actions {
    margin-top: 28px;
}

.hero-actions .btn {
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;

    background: #ff6b00; /* podés ajustar a tu color */
    color: #fff;
    border: none;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
    display: inline-block;
}

.hero-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    opacity: 0.95;
}

.hero-actions .btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.descriptionsec .hero-proof {
    font-size: 16px !important;
}

.hero-proof {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 14px;
    border-radius: 999px;

    background: rgba(0, 0, 0, 0.6);
    color: #fff;

    backdrop-filter: blur(4px);

    max-width: 90%;
    white-space: normal;
    text-align: center;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .hero-actions .btn {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 14px 18px;
        font-size: 18px;
        line-height: 1.3;
    }
}
.hero-subtitle {
    display: inline-block;
    max-width: 900px;
    margin: 18px auto 0;
    padding: 14px 20px;
    box-sizing: border-box;

    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    text-align: center;

    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    border-radius: 14px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}


@media (max-width: 768px) {
    .descriptionsec {
        padding: 0 12px;
    }

    .descriptionsec h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-subtitle {
        width: 100%;
        max-width: 100%;
        margin: 14px 0 0;
        padding: 12px 14px;
        font-size: 17px;
        line-height: 1.4;
        border-radius: 12px;
    }

    .hero-btn {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .title-cls-apptaller {
        width: 100%;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
}

.slider-wrapper {
  aspect-ratio: 16 / 9;
}

article img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-subtitle {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  border-left: 3px solid #f5b400;
  padding-left: 8px;
}

.license-extra {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

.price-table ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.price-table li {
  margin-bottom: 6px;
  line-height: 1.4;
}


.license-list {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px; /* 👈 clave */
  list-style: disc;
}

.license-list li {
  margin-bottom: 6px;
  line-height: 1.45;
}

.license-list li::marker {
  color: #6b7280; /* gris moderno */
}

.license-list li::before {
  content: "•";
  color: #6b7280;
  margin-right: 8px;
}



.pricing-switch {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pricing-tab {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.pricing-tab.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Desktop: ocultar switch */
@media (min-width: 768px) {
    .pricing-switch {
        display: none;
    }
}



/* Mobile: permitir reordenamiento */
@media (max-width: 767px) {
    #obtener {
        display: flex;
        flex-direction: column;
    }

    .pricing-world.order-first,
    .pricing-arg.order-first {
        order: 1;
    }

    .pricing-world.order-second,
    .pricing-arg.order-second {
        order: 2;
    }
}

/* First-stage AppTaller visual refresh */
body.apptaller-landing {
  background: var(--color-surface-muted);
  color: var(--color-text);
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.apptaller-landing a {
  color: var(--color-brand);
}

body.apptaller-landing button:focus,
body.apptaller-landing a:focus,
body.apptaller-landing input:focus {
  outline: 3px solid rgba(255, 107, 0, 0.35);
  outline-offset: 3px;
}

body.apptaller-landing.reveal-ready .reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.apptaller-landing.reveal-ready .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.apptaller-landing.reveal-ready .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.apptaller-landing .fixed-nav-bar {
  height: 64px;
  background: rgba(7, 31, 51, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(7, 31, 51, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.apptaller-landing .fixed-nav-bar li,
body.apptaller-landing .fixed-nav-bar a {
  height: 64px;
  line-height: 64px;
}

body.apptaller-landing .menu {
  max-width: 1180px;
}

body.apptaller-landing a.sitename,
body.apptaller-landing a:visited.sitename {
  color: rgba(250, 253, 255, 0.96);
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(7, 31, 51, 0.28);
}

body.apptaller-landing .menu-items a {
  color: rgba(246, 251, 255, 0.88);
  border-radius: 999px;
  padding: 0 10px;
  font-weight: 650;
  text-shadow: 0 1px 10px rgba(7, 31, 51, 0.22);
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.apptaller-landing .menu-items a:visited {
  color: rgba(246, 251, 255, 0.88);
}

body.apptaller-landing .menu-items a:hover,
body.apptaller-landing .menu-items a:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-shadow: none;
}

body.apptaller-landing .header-cls-apptaller {
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(19, 143, 194, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(7, 31, 51, 0.92), rgba(11, 69, 102, 0.88)),
    url(images/fondo-lg.jpg);
  background-size: cover;
  background-position: center;
}

body.apptaller-landing .app-hero-shell {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 124px 0 64px;
  text-align: left;
}

body.apptaller-landing .app-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

body.apptaller-landing .app-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 9px 16px 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.apptaller-landing .app-hero-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

body.apptaller-landing .app-hero-brand .firstdescription {
  margin: 0;
  padding: 0 !important;
  font-size: 22px;
  line-height: 1;
}

body.apptaller-landing .hero-kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #c9f3ff;
  background: rgba(19, 143, 194, 0.16);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

body.apptaller-landing .descriptionsec h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  text-wrap: balance;
}

body.apptaller-landing .hero-subtitle {
  display: block;
  max-width: 680px;
  margin: 22px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  font-weight: 500;
  text-align: left;
  text-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.apptaller-landing .hero-actions {
  margin-top: 30px;
}

body.apptaller-landing .hero-actions .btn {
  min-height: 54px;
  padding: 15px 28px;
  border: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--color-accent), #ff8a2a);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255, 107, 0, 0.28);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.apptaller-landing .hero-actions .btn:hover,
body.apptaller-landing .hero-actions .btn:focus {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--color-accent-dark), #ff7b19);
  color: #ffffff;
  box-shadow: 0 20px 42px rgba(255, 107, 0, 0.36);
}

body.apptaller-landing .hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

body.apptaller-landing .hero-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
}

body.apptaller-landing .app-hero-product {
  position: relative;
}

body.apptaller-landing .app-hero-product::before {
  content: "";
  position: absolute;
  inset: 12% -8% -10% 10%;
  border-radius: 34px;
  background: rgba(19, 143, 194, 0.36);
  filter: blur(34px);
}

body.apptaller-landing .product-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: #101820;
  box-shadow: var(--shadow-lg);
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

body.apptaller-landing .product-window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
}

body.apptaller-landing .product-window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

body.apptaller-landing .product-window img {
  display: block;
  width: 100%;
  height: auto;
}

body.apptaller-landing .product-window picture {
  display: block;
}

body.apptaller-landing .features-detail,
body.apptaller-landing .price-area {
  background: var(--color-surface-muted);
  color: var(--color-text);
}

body.apptaller-landing .features-padding {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: var(--space-section) 0;
}

body.apptaller-landing .page-title {
  max-width: 900px;
  margin: 0 auto 48px;
}

body.apptaller-landing .page-title h2 {
  margin-top: 0;
  color: var(--color-text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 800;
}

body.apptaller-landing .page-title p {
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

body.apptaller-landing .box {
  min-height: 100%;
  margin-bottom: 26px;
  padding: 32px 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  text-align: left;
}

body.apptaller-landing .box:hover {
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

body.apptaller-landing .box .box-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 86px;
  margin-bottom: 18px;
}

body.apptaller-landing .box .box-icon img {
  max-width: 104px;
  max-height: 74px;
  width: auto;
  height: auto;
  filter: none;
}

body.apptaller-landing .box .box-icon picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.apptaller-landing .box h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

body.apptaller-landing .box p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.apptaller-landing .price-table {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

body.apptaller-landing .button {
  min-height: 44px;
  padding: 11px 24px;
  border-radius: var(--radius-sm);
  background: var(--color-brand-deep);
  font-weight: 800;
}

body.apptaller-landing .button:hover,
body.apptaller-landing .button:focus {
  background: var(--color-brand);
  color: #ffffff;
}

body.apptaller-landing .gateway-logo img {
  height: 36px;
  width: auto;
  margin: 8px 0 12px;
}

body.apptaller-landing .tiers {
  width: 100%;
  max-width: 360px;
  text-align: left;
  margin: 0 auto 12px;
}

body.apptaller-landing .tiers li {
  margin: 4px 0;
}

body.apptaller-landing .cta-wrap {
  margin: 16px 0 12px;
}

body.apptaller-landing .price-title {
  letter-spacing: 0.5px;
}

body.apptaller-landing .amount .big {
  white-space: nowrap;
}

body.apptaller-landing .pricing-heading {
  margin-bottom: 34px;
}

body.apptaller-landing .license-overview {
  overflow: hidden;
  margin-bottom: 34px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, #ffffff, rgba(231, 246, 251, 0.72)),
    var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.apptaller-landing .license-overview .cen {
  align-items: stretch;
  text-align: left;
}

body.apptaller-landing .license-overview .price-info,
body.apptaller-landing .pricing-plan-card .price-info {
  display: none;
}

body.apptaller-landing .license-header {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 24px;
}

body.apptaller-landing .license-header .price-title {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
}

body.apptaller-landing .license-header p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.6;
}

body.apptaller-landing .license-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(19, 143, 194, 0.18);
  border-radius: 999px;
  background: rgba(19, 143, 194, 0.08);
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

body.apptaller-landing .trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

body.apptaller-landing .trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 47, 73, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 6px 18px rgba(7, 31, 51, 0.05);
}

body.apptaller-landing .license-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 18px;
}

body.apptaller-landing .license-feature-card {
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

body.apptaller-landing .license-feature-card:first-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(42, 163, 101, 0.12), #ffffff);
  border-color: rgba(42, 163, 101, 0.24);
}

body.apptaller-landing .license-feature-card:first-child .license-subtitle {
  margin-bottom: 12px;
}

body.apptaller-landing .license-feature-card:first-child .license-list {
  max-width: none;
}

body.apptaller-landing .license-feature-card:nth-child(1) {
  order: 1;
}

body.apptaller-landing .license-feature-card:nth-child(2) {
  order: 2;
}

body.apptaller-landing .license-feature-card:nth-child(4) {
  order: 3;
}

body.apptaller-landing .license-feature-card:nth-child(3) {
  order: 4;
  grid-column: 1 / -1;
}

body.apptaller-landing .license-subtitle {
  margin: 0 0 12px;
  padding-left: 0;
  border-left: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

body.apptaller-landing .license-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 0;
}

body.apptaller-landing .license-list li {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  column-gap: 9px;
  align-items: start;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.5;
}

body.apptaller-landing .license-item-copy {
  min-width: 0;
}

body.apptaller-landing .license-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 19px;
  height: 19px;
  margin-top: 0.15em;
  border-radius: 999px;
  background: rgba(42, 163, 101, 0.12);
  color: #2aa365;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

body.apptaller-landing .license-list li::marker {
  content: "";
}

body.apptaller-landing .license-list a {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin: 0 1px;
  padding: 1px 7px;
  border-radius: 999px;
  background: rgba(19, 143, 194, 0.09);
  color: var(--color-brand-dark);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.apptaller-landing .license-list a:hover,
body.apptaller-landing .license-list a:focus {
  background: rgba(19, 143, 194, 0.16);
  color: var(--color-brand-deep);
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(19, 143, 194, 0.1);
}

body.apptaller-landing .new-feature-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(42, 163, 101, 0.12);
  color: #247f50;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
  vertical-align: 0.08em;
  white-space: nowrap;
}

body.apptaller-landing #obtener {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.apptaller-landing #obtener::before,
body.apptaller-landing #obtener::after {
  display: none;
}

body.apptaller-landing .pricing-col {
  display: flex;
}

body.apptaller-landing .pricing-world.order-first,
body.apptaller-landing .pricing-arg.order-first {
  order: 1;
}

body.apptaller-landing .pricing-world.order-second,
body.apptaller-landing .pricing-arg.order-second {
  order: 2;
}

body.apptaller-landing .pricing-plan-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 28px;
  padding: 34px 28px;
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.apptaller-landing .pricing-plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--color-brand), var(--color-accent));
}

body.apptaller-landing .pricing-plan-card .cen {
  height: 100%;
  justify-content: flex-start;
}

body.apptaller-landing .pricing-plan-card .price-title {
  margin: 0 0 16px;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

body.apptaller-landing .price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  justify-content: center;
  min-height: 118px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid rgba(19, 143, 194, 0.12);
  border-radius: var(--radius-md);
  background: var(--color-brand-soft);
}

body.apptaller-landing .price-row h4 {
  display: grid;
  gap: 4px;
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-size: 19px;
  line-height: 1.2;
}

body.apptaller-landing .amount .big {
  display: block;
  color: var(--color-brand-deep);
  font-size: clamp(28px, 2.55vw, 34px);
  line-height: 1.08;
  font-weight: 900;
}

body.apptaller-landing .tiers {
  max-width: 100%;
  width: 100%;
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
}

body.apptaller-landing .tier {
  padding: 14px 15px;
  border: 1px solid rgba(15, 47, 73, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(7, 31, 51, 0.035);
}

body.apptaller-landing .tier-line {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 14px;
  white-space: normal;
}

body.apptaller-landing .tier-left {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 7px;
  min-width: 0;
  line-height: 1.28;
}

body.apptaller-landing .tier-name {
  color: var(--color-text);
  font-size: 17px;
  font-weight: 850;
}

body.apptaller-landing .tier-users {
  margin-left: 0;
  color: var(--color-text-muted);
  font-size: 13.5px;
  line-height: 1.25;
}

body.apptaller-landing .tier-price {
  color: var(--color-brand-dark);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

body.apptaller-landing .tier-meta {
  margin-top: 5px;
  color: #2a8a59;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
  text-align: left;
}

body.apptaller-landing .pricing-plan-card .cta-wrap {
  width: 100%;
  margin: auto 0 14px;
}

body.apptaller-landing .pricing-plan-card .cta-wrap a {
  display: block;
}

body.apptaller-landing .pricing-plan-card .button,
body.apptaller-landing .conversion-actions .button {
  width: 100%;
  min-height: 52px;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--color-accent), #ff8a2a);
  box-shadow: 0 14px 30px rgba(255, 107, 0, 0.22);
  font-size: 17px;
  color: #ffffff;
}

body.apptaller-landing .pricing-plan-card .button:hover,
body.apptaller-landing .pricing-plan-card .button:focus,
body.apptaller-landing .conversion-actions .button:hover,
body.apptaller-landing .conversion-actions .button:focus {
  background: linear-gradient(135deg, var(--color-accent-dark), #ff7b19);
  color: #ffffff;
}

body.apptaller-landing .pricing-note {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: #f8fafc;
  color: var(--color-text-muted);
}

body.apptaller-landing .pricing-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

body.apptaller-landing .pricing-note p + p {
  margin-top: 5px;
}

body.apptaller-landing .conversion-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: 28px;
  margin: 18px 0 var(--space-section);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 85% 20%, rgba(19, 143, 194, 0.32), transparent 30%),
    linear-gradient(135deg, var(--color-brand-deep), #0c3f63);
  color: #ffffff;
  box-shadow: var(--shadow-lg);
}

body.apptaller-landing .conversion-footer .section-eyebrow {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #c9f3ff;
}

body.apptaller-landing .conversion-footer h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 850;
}

body.apptaller-landing .conversion-footer p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

body.apptaller-landing .conversion-actions {
  display: grid;
  gap: 12px;
}

body.apptaller-landing .conversion-actions > a {
  display: block;
}

body.apptaller-landing .conversion-actions > a:last-child {
  min-height: 50px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.apptaller-landing .conversion-actions > a:last-child:hover,
body.apptaller-landing .conversion-actions > a:last-child:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

@media (max-width: 900px) {
  body.apptaller-landing .license-feature-grid {
    grid-template-columns: 1fr;
  }

  body.apptaller-landing .conversion-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  body.apptaller-landing #obtener {
    display: flex;
    flex-direction: column;
  }

  body.apptaller-landing .pricing-col {
    float: none;
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }

  body.apptaller-landing .pricing-plan-card {
    margin-bottom: 22px;
  }
}

@media (max-width: 575.98px) {
  body.apptaller-landing .license-overview,
  body.apptaller-landing .pricing-plan-card,
  body.apptaller-landing .conversion-footer {
    border-radius: var(--radius-md);
  }

  body.apptaller-landing .license-overview {
    padding: 26px 18px;
  }

  body.apptaller-landing .trust-strip {
    gap: 8px;
  }

  body.apptaller-landing .trust-strip span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  body.apptaller-landing .license-feature-card {
    padding: 20px;
  }

  body.apptaller-landing .license-feature-card:first-child {
    display: block;
  }

  body.apptaller-landing .license-feature-card:first-child .license-subtitle {
    margin-bottom: 12px;
  }

  body.apptaller-landing .pricing-switch {
    margin-bottom: 18px;
  }

  body.apptaller-landing .pricing-tab {
    width: 100%;
  }

  body.apptaller-landing .pricing-plan-card {
    padding: 30px 18px 22px;
  }

  body.apptaller-landing .price-row {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    padding: 16px 12px;
    text-align: center;
  }

  body.apptaller-landing .tier-line {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  body.apptaller-landing .tier-price {
    text-align: left;
  }

  body.apptaller-landing .tier-meta {
    text-align: left;
  }

  body.apptaller-landing .conversion-footer {
    padding: 28px 18px;
    margin-bottom: 56px;
  }
}

body.apptaller-landing .flotante {
  right: 24px;
  bottom: 24px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-left: 0;
  z-index: 9998;
}

body.apptaller-landing .flotante img {
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 31, 51, 0.2);
}

@media only screen and (max-width: 1060px) {
  body.apptaller-landing .fixed-nav-bar {
    height: 56px;
  }

  body.apptaller-landing .fixed-nav-bar li,
  body.apptaller-landing .fixed-nav-bar a {
    height: 56px;
    line-height: 56px;
  }

  body.apptaller-landing .menu {
    position: relative;
    width: 100%;
    max-width: none;
  }

  body.apptaller-landing .sitename {
    position: absolute;
    top: 0;
    left: 15px;
    margin-left: 0;
  }

  body.apptaller-landing .menu-items {
    display: none;
    width: 100%;
    margin-top: 56px;
    background: rgba(7, 31, 51, 0.96);
  }

  body.apptaller-landing .menu-items li {
    display: block;
    margin: 0;
    text-align: center;
  }

  body.apptaller-landing .show,
  body.apptaller-landing .hide,
  body.apptaller-landing .show:visited,
  body.apptaller-landing .hide:visited,
  body.apptaller-landing .menu-items a,
  body.apptaller-landing .menu-items a:visited {
    color: rgba(246, 251, 255, 0.9);
  }

  body.apptaller-landing .menu-items a {
    display: block;
    border-radius: 0;
    font-weight: 650;
  }

  body.apptaller-landing .show,
  body.apptaller-landing .hide {
    position: absolute;
    top: 0;
    right: 15px;
  }

  body.apptaller-landing .show {
    display: inline-block;
  }

  body.apptaller-landing .hide {
    display: none;
  }

  body.apptaller-landing #menu:target .show {
    display: none;
  }

  body.apptaller-landing #menu:target .hide,
  body.apptaller-landing #menu:target .menu-items {
    display: inline-block;
  }

  body.apptaller-landing .menu-items a:hover,
  body.apptaller-landing .menu-items a:focus,
  body.apptaller-landing .show:hover,
  body.apptaller-landing .show:focus,
  body.apptaller-landing .hide:hover,
  body.apptaller-landing .hide:focus {
    color: #ffffff;
  }
}

@media only screen and (max-width: 800px) {
  body.apptaller-landing .fixed-nav-bar {
    height: 56px;
  }

  body.apptaller-landing .fixed-nav-bar li,
  body.apptaller-landing .fixed-nav-bar a {
    height: 56px;
    line-height: 56px;
  }

  body.apptaller-landing .menu-items {
    margin-top: 56px;
    background: rgba(7, 31, 51, 0.96);
  }

  body.apptaller-landing .show,
  body.apptaller-landing .hide,
  body.apptaller-landing .show:visited,
  body.apptaller-landing .hide:visited,
  body.apptaller-landing .menu-items a,
  body.apptaller-landing .menu-items a:visited {
    color: rgba(246, 251, 255, 0.9);
  }

  body.apptaller-landing .menu-items a {
    display: block;
    border-radius: 0;
    font-weight: 650;
  }

  body.apptaller-landing .menu-items a:hover,
  body.apptaller-landing .menu-items a:focus,
  body.apptaller-landing .show:hover,
  body.apptaller-landing .show:focus,
  body.apptaller-landing .hide:hover,
  body.apptaller-landing .hide:focus {
    color: #ffffff;
  }
}

@media (max-width: 900px) {
  body.apptaller-landing .app-hero-shell {
    width: min(100% - 28px, 680px);
    padding: 96px 0 48px;
    text-align: center;
  }

  body.apptaller-landing .app-hero-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.apptaller-landing .app-hero-brand {
    margin-left: auto;
    margin-right: auto;
  }

  body.apptaller-landing .descriptionsec h1,
  body.apptaller-landing .hero-subtitle {
    max-width: 100%;
    text-align: center;
  }

  body.apptaller-landing .hero-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  body.apptaller-landing .hero-trust {
    justify-content: center;
  }

  body.apptaller-landing .product-window {
    transform: none;
    border-radius: var(--radius-md);
  }
}

@media (max-width: 575.98px) {
  body.apptaller-landing .app-hero-shell {
    width: calc(100% - 24px);
    padding: 82px 0 38px;
  }

  body.apptaller-landing .app-hero-brand {
    gap: 10px;
  }

  body.apptaller-landing .app-hero-brand img {
    width: 52px;
    height: 52px;
  }

  body.apptaller-landing .app-hero-brand .firstdescription {
    font-size: 20px;
  }

  body.apptaller-landing .descriptionsec {
    padding: 0;
  }

  body.apptaller-landing .descriptionsec h1 {
    font-size: 34px;
  }

  body.apptaller-landing .hero-subtitle {
    padding: 0;
    font-size: 17px;
  }

  body.apptaller-landing .hero-actions .btn {
    width: 100%;
    padding: 15px 18px;
  }

  body.apptaller-landing .app-hero-product {
    margin: 0 -4px;
  }

  body.apptaller-landing .features-padding {
    width: calc(100% - 24px);
    padding: 52px 0;
  }

  body.apptaller-landing .page-title {
    margin-bottom: 34px;
  }

  body.apptaller-landing .box {
    padding: 26px 20px;
  }

  body.apptaller-landing .flotante {
    right: 16px;
    bottom: 16px;
  }

  body.apptaller-landing .flotante img {
    width: 64px;
    height: 64px;
  }
}

/* Second-stage AppTaller content refresh */
body.apptaller-landing .section-eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(19, 143, 194, 0.16);
  border-radius: 999px;
  background: rgba(19, 143, 194, 0.08);
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.apptaller-landing .solution-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(56px, 7vw, 88px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 246, 251, 0.8)),
    var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.apptaller-landing .solution-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(19, 143, 194, 0.12);
}

body.apptaller-landing .solution-heading {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 28px;
}

body.apptaller-landing .solution-heading h2,
body.apptaller-landing .product-preview-heading h2 {
  margin: 0 0 14px;
  color: var(--color-text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.13;
  font-weight: 850;
}

body.apptaller-landing .solution-heading p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.65;
}

body.apptaller-landing .solution-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.05fr) minmax(0, 1.1fr);
  gap: 18px;
}

body.apptaller-landing .solution-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

body.apptaller-landing .solution-card-primary {
  border-color: rgba(19, 143, 194, 0.28);
  background: linear-gradient(135deg, #ffffff, #eef9fc);
}

body.apptaller-landing .solution-card-muted {
  background: #fbfcfd;
}

body.apptaller-landing .solution-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--color-brand);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

body.apptaller-landing .solution-card h3 {
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

body.apptaller-landing .solution-card p,
body.apptaller-landing .solution-list {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.apptaller-landing .solution-list {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

body.apptaller-landing .solution-list li::marker {
  color: var(--color-brand);
}

body.apptaller-landing .features-heading {
  margin-bottom: 34px;
}

body.apptaller-landing .feature-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

body.apptaller-landing .feature-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 26px;
}

body.apptaller-landing .feature-grid .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 24px 28px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.apptaller-landing .feature-grid .box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--color-brand), #77d4ee);
  opacity: 0;
  transition: opacity 0.22s ease;
}

body.apptaller-landing .feature-grid .box:hover {
  border-color: rgba(19, 143, 194, 0.24);
}

body.apptaller-landing .feature-grid .box:hover::before {
  opacity: 1;
}

body.apptaller-landing .feature-grid .box-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(19, 143, 194, 0.12);
  border-radius: 20px;
  background: linear-gradient(135deg, #eef9fc, #ffffff);
}

body.apptaller-landing .feature-grid .box-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.apptaller-landing .product-preview-section {
  overflow: hidden;
  padding: var(--space-section) 0;
  background:
    linear-gradient(180deg, var(--color-surface-muted), #ffffff 52%, var(--color-surface-muted));
}

body.apptaller-landing .product-preview-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

body.apptaller-landing .product-preview-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

body.apptaller-landing .product-carousel {
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 34px;
}

body.apptaller-landing .product-carousel .slider-wrapper {
  overflow: hidden;
  aspect-ratio: 1366 / 727;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(19, 143, 194, 0.05), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow: var(--shadow-lg);
}

body.apptaller-landing .product-carousel .slider-wrapper::before {
  content: "";
  display: block;
  height: 4.68%;
  background:
    radial-gradient(circle at 18px 50%, #ff6b6b 0 4px, transparent 5px),
    radial-gradient(circle at 36px 50%, #ffd166 0 4px, transparent 5px),
    radial-gradient(circle at 54px 50%, #57cc99 0 4px, transparent 5px),
    linear-gradient(90deg, #152534, #1d3347);
}

body.apptaller-landing .product-carousel .slider-wrapper .inner {
  height: calc(100% - 4.68%);
  background: linear-gradient(180deg, #f7fbfd, #ffffff);
  transition: margin-left 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.apptaller-landing .product-carousel article {
  height: 100%;
  background: linear-gradient(180deg, #f7fbfd, #ffffff);
}

body.apptaller-landing .product-carousel article img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.apptaller-landing .product-carousel article picture {
  display: block;
  width: 100%;
  height: 100%;
}

body.apptaller-landing .product-carousel .slider-prev-next-control {
  inset: 0;
  top: 0;
  height: 100%;
  transform: none;
  pointer-events: none;
  z-index: 3;
}

body.apptaller-landing .product-carousel .slider-prev-next-control label {
  pointer-events: auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(19, 143, 194, 0.16);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(21, 37, 52, 0.14);
  backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0.92;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
}

body.apptaller-landing .product-carousel .slider-prev-next-control label::after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--color-brand-deep);
  border-right: 2px solid var(--color-brand-deep);
  display: block;
  line-height: 1;
  font-size: 0;
}

body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(1),
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(5),
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(4),
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(3),
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 14px;
  left: auto;
  display: flex;
  float: none;
  margin: 0;
  transform: translateY(-50%);
}

body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(5),
body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(4),
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(3),
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(2),
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  position: absolute;
  top: 50%;
  right: auto;
  left: 14px;
  display: flex;
  float: none;
  margin: 0;
  transform: translateY(-50%);
}

body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "";
  width: 10px;
  height: 10px;
  padding: 0;
  border-top: 2px solid var(--color-brand-deep);
  border-right: 2px solid var(--color-brand-deep);
  color: transparent;
  font-family: inherit;
  font-size: 0;
  line-height: 1;
}

body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  transform: rotate(45deg);
}

body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  transform: rotate(-135deg);
}

body.apptaller-landing .product-carousel .slider-prev-next-control label:hover,
body.apptaller-landing .product-carousel .slider-prev-next-control label:focus-visible {
  background: #ffffff;
  border-color: rgba(19, 143, 194, 0.28);
  box-shadow: 0 18px 42px rgba(21, 37, 52, 0.18);
  opacity: 1;
  outline: none;
}

body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(1):hover,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(5):hover,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(4):hover,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(3):hover,
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(2):hover,
body.apptaller-landing #slide1:checked ~ .slider-prev-next-control label:nth-child(5):hover,
body.apptaller-landing #slide5:checked ~ .slider-prev-next-control label:nth-child(4):hover,
body.apptaller-landing #slide4:checked ~ .slider-prev-next-control label:nth-child(3):hover,
body.apptaller-landing #slide3:checked ~ .slider-prev-next-control label:nth-child(2):hover,
body.apptaller-landing #slide2:checked ~ .slider-prev-next-control label:nth-child(1):hover {
  transform: translateY(-50%) scale(1.04);
}

body.apptaller-landing .product-carousel .slider-dot-control {
  bottom: 1px;
  display: flex;
  justify-content: center;
  gap: 8px;
  line-height: 0;
}

body.apptaller-landing .product-carousel .slider-dot-control label {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: #c9d8e3;
  border: 0;
  opacity: 0.82;
  transition: width 180ms ease, background 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

body.apptaller-landing .product-carousel .slider-dot-control label:hover,
body.apptaller-landing .product-carousel .slider-dot-control label:focus-visible {
  background: #8dbfd4;
  opacity: 1;
  outline: none;
}

body.apptaller-landing #slide5:checked ~ .slider-dot-control label:nth-child(5),
body.apptaller-landing #slide4:checked ~ .slider-dot-control label:nth-child(4),
body.apptaller-landing #slide3:checked ~ .slider-dot-control label:nth-child(3),
body.apptaller-landing #slide2:checked ~ .slider-dot-control label:nth-child(2),
body.apptaller-landing #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  width: 24px;
  background: var(--color-brand);
  box-shadow: 0 6px 14px rgba(19, 143, 194, 0.22);
  opacity: 1;
}

@media (max-width: 900px) {
  body.apptaller-landing .solution-grid {
    grid-template-columns: 1fr;
  }

  body.apptaller-landing .feature-grid > [class*="col-"] {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  body.apptaller-landing .section-eyebrow {
    white-space: normal;
    text-align: center;
  }

  body.apptaller-landing .solution-panel {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  body.apptaller-landing .solution-heading p {
    font-size: 16px;
  }

  body.apptaller-landing .solution-card {
    padding: 20px;
  }

  body.apptaller-landing .feature-grid > [class*="col-"] {
    width: 100%;
    margin-bottom: 18px;
  }

  body.apptaller-landing .feature-grid .box {
    padding: 24px 20px;
  }

  body.apptaller-landing .product-preview-inner {
    width: calc(100% - 24px);
  }

  body.apptaller-landing .product-preview-heading {
    margin-bottom: 22px;
  }

  body.apptaller-landing .product-carousel {
    padding-bottom: 30px;
  }

  body.apptaller-landing .product-carousel .slider-wrapper {
    border-radius: var(--radius-md);
  }

body.apptaller-landing .product-carousel .slider-prev-next-control {
    display: none;
  }

  body.apptaller-landing .product-carousel .slider-dot-control {
    gap: 7px;
  }

  body.apptaller-landing .product-carousel .slider-dot-control label {
    width: 7px;
    height: 7px;
  }

  body.apptaller-landing #slide5:checked ~ .slider-dot-control label:nth-child(5),
  body.apptaller-landing #slide4:checked ~ .slider-dot-control label:nth-child(4),
  body.apptaller-landing #slide3:checked ~ .slider-dot-control label:nth-child(3),
  body.apptaller-landing #slide2:checked ~ .slider-dot-control label:nth-child(2),
  body.apptaller-landing #slide1:checked ~ .slider-dot-control label:nth-child(1) {
    width: 20px;
  }

}

@media (prefers-reduced-motion: reduce) {
  body.apptaller-landing .product-carousel .slider-wrapper .inner,
  body.apptaller-landing .product-carousel .slider-prev-next-control label,
  body.apptaller-landing .product-carousel .slider-dot-control label {
    transition: none;
  }
}

/* VenVenta public landing */
body.venventa-landing {
  --color-brand: #0e6fbe;
  --color-brand-dark: #0b5798;
  --color-brand-deep: #083c6b;
  --color-brand-soft: #eff6ff;
  --color-accent: #0e6fbe;
  --color-accent-dark: #0b5798;
  --color-surface-muted: #f8fafc;
  --color-text: #1f2937;
  --color-text-muted: #6b7280;
  --color-border: #d7dee8;
  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.09);
  --shadow-lg: 0 18px 48px rgba(15, 23, 42, 0.14);
  background: #f8fafc;
  color: #1f2937;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.venventa-landing .fixed-nav-bar {
  height: 64px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(215, 222, 232, 0.9);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

body.venventa-landing .fixed-nav-bar li,
body.venventa-landing .fixed-nav-bar a {
  height: auto;
  line-height: 1.2;
}

body.venventa-landing .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  max-width: 1180px;
}

body.venventa-landing .menu-items {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
}

body.venventa-landing .menu-items li {
  display: flex;
  align-items: center;
  margin: 0;
}

body.venventa-landing .venta-menu-toggle {
  display: none;
}

body.venventa-landing .header-cls-apptaller {
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.72), rgba(248, 250, 252, 0.96)),
    #f8fafc;
}

body.venventa-landing a.sitename,
body.venventa-landing a:visited.sitename,
body.venventa-landing .menu-items a,
body.venventa-landing .menu-items a:visited {
  color: #1f2937;
  text-shadow: none;
  white-space: nowrap;
}

body.venventa-landing .menu-items a:hover,
body.venventa-landing .menu-items a:focus {
  background: #eff6ff;
  color: #0e6fbe;
}
body.venventa-landing .menu-items .venta-nav-cta,
body.venventa-landing .menu-items .venta-nav-cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  background: #0e6fbe;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(14, 111, 190, 0.22);
}

body.venventa-landing .menu-items .venta-nav-cta:hover,
body.venventa-landing .menu-items .venta-nav-cta:focus {
  background: #0b5798;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(14, 111, 190, 0.28);
}

body.venventa-landing .venta-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
}

body.venventa-landing .venta-nav-brand img {
  display: inline-block;
  width: auto;
  height: 30px;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  object-fit: contain;
}

body.venventa-landing .venta-nav-brand span {
  display: inline-block;
  line-height: 1;
}

body.venventa-landing .hero-kicker,
body.venventa-landing .conversion-footer .section-eyebrow {
  color: #0e6fbe;
  border-color: rgba(14, 111, 190, 0.16);
  background: #eff6ff;
}

body.venventa-landing .app-hero-content {
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr);
  gap: clamp(28px, 4vw, 54px);
}

body.venventa-landing .app-hero-shell {
  padding-top: 104px;
}

body.venventa-landing .app-hero-brand {
  padding: 10px 14px;
  border-color: rgba(215, 222, 232, 0.9);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .app-hero-brand .venta-brand-logo {
  display: block;
  width: auto;
  height: 52px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

body.venventa-landing .venta-brand-copy {
  display: grid;
  gap: 4px;
}

body.venventa-landing .venta-brand-copy .firstdescription {
  margin: 0;
  padding: 0 !important;
  color: #1f2937;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

body.venventa-landing .venta-brand-copy span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 650;
}

body.venventa-landing .descriptionsec h1 {
  color: #1f2937;
  font-size: clamp(40px, 4.1vw, 56px);
  line-height: 1.03;
}

body.venventa-landing .hero-subtitle {
  margin-top: 18px;
  color: #4b5563;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.45;
}

body.venventa-landing .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

body.venventa-landing .hero-actions .btn {
  min-width: 174px;
  text-align: center;
  border-radius: 8px;
  box-shadow: none;
}
body.venventa-landing .hero-actions .hero-primary-cta {
  min-width: 206px;
  transform: translateY(-1px);
}

body.venventa-landing .hero-actions .btn-primary,
body.venventa-landing .pricing-plan-card .button,
body.venventa-landing .conversion-actions .button {
  background: #0e6fbe;
  color: #ffffff;
  box-shadow: none;
}

body.venventa-landing .hero-actions .btn-primary:hover,
body.venventa-landing .hero-actions .btn-primary:focus,
body.venventa-landing .pricing-plan-card .button:hover,
body.venventa-landing .pricing-plan-card .button:focus,
body.venventa-landing .conversion-actions .button:hover,
body.venventa-landing .conversion-actions .button:focus {
  background: #0b5798;
  color: #ffffff;
}

body.venventa-landing .hero-actions .btn-secondary {
  background: #ffffff;
  border: 1px solid #d7dee8;
  color: #1f2937;
  box-shadow: none;
}

body.venventa-landing .hero-actions .btn-secondary:hover,
body.venventa-landing .hero-actions .btn-secondary:focus {
  background: #eff6ff;
  border-color: rgba(14, 111, 190, 0.22);
  color: #0e6fbe;
  box-shadow: none;
}

body.venventa-landing .hero-trust span {
  border-color: #d7dee8;
  color: #4b5563;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .app-hero-product::before {
  background: rgba(14, 111, 190, 0.12);
}

body.venventa-landing .product-window {
  border-color: #d7dee8;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.14);
  transform: none;
}

body.venventa-landing .product-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  height: 38px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(215, 222, 232, 0.95);
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

body.venventa-landing .window-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.venventa-landing .window-controls span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: none;
}

body.venventa-landing .window-controls span:first-child {
  background: #ff7a7a;
}

body.venventa-landing .window-controls span:nth-child(2) {
  background: #f4c34f;
}

body.venventa-landing .window-controls span:nth-child(3) {
  background: #2aa365;
}

body.venventa-landing .window-address {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 24px;
  padding: 0 14px;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: #6b7280;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
}

body.venventa-landing .window-spacer {
  display: block;
}

body.venventa-landing .venta-dashboard-image {
  display: block;
  width: 100%;
  height: auto;
  background: #f8fafc;
}

body.venventa-landing .venta-ui {
  display: grid;
  grid-template-rows: 54px minmax(0, 1fr);
  min-height: 370px;
  background: #f6f8fb;
}

body.venventa-landing .venta-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  border-bottom: 1px solid #d7dee8;
  background: #ffffff;
}

body.venventa-landing .venta-appbrand,
body.venventa-landing .venta-appcontext {
  display: flex;
  align-items: center;
  gap: 9px;
}

body.venventa-landing .venta-appbrand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

body.venventa-landing .venta-appbrand strong {
  color: #0b2e5f;
  font-size: 14px;
  line-height: 1;
}

body.venventa-landing .venta-appcontext > span:first-child {
  color: #64748b;
  font-size: 11px;
  font-weight: 650;
}

body.venventa-landing .venta-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8f2ff;
  color: #0e6fbe;
  font-size: 10px;
  font-weight: 850;
}

body.venventa-landing .venta-panel {
  min-width: 0;
  padding: clamp(18px, 2vw, 22px);
}

body.venventa-landing .venta-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

body.venventa-landing .venta-topline small,
body.venventa-landing .venta-metrics span,
body.venventa-landing .venta-table span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.25;
}

body.venventa-landing .venta-topline strong {
  display: block;
  margin-top: 3px;
  color: var(--color-brand-deep);
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1;
}

body.venventa-landing .venta-topline button {
  min-width: 108px;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: #0e6fbe;
  color: #ffffff;
  font-weight: 850;
}

body.venventa-landing .venta-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

body.venventa-landing .venta-metrics article {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .venta-metrics strong {
  display: block;
  margin-top: 7px;
  color: #0f172a;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

body.venventa-landing .venta-metrics small {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 10px;
  line-height: 1.2;
}

body.venventa-landing .venta-table {
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .venta-table > div {
  display: grid;
  grid-template-columns: minmax(96px, 1fr) 82px 72px;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid rgba(7, 59, 56, 0.06);
}

body.venventa-landing .venta-table > div:first-child {
  border-top: 0;
  background: #f1f5f9;
}

body.venventa-landing .venta-table > div:not(:first-child) span:first-child,
body.venventa-landing .venta-table > div:not(:first-child) span:last-child {
  color: var(--color-text);
  font-weight: 800;
}

body.venventa-landing .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  font-weight: 800;
}

body.venventa-landing .status.paid {
  color: #237b52;
  background: rgba(42, 163, 101, 0.12);
}

body.venventa-landing .status.pending {
  color: #98621a;
  background: rgba(255, 180, 80, 0.18);
}

body.venventa-landing .status.quote {
  color: #0e6fbe;
  background: rgba(14, 111, 190, 0.1);
}

body.venventa-landing .feature-grid .box::before,
body.venventa-landing .pricing-plan-card::before {
  background: #0e6fbe;
}

body.venventa-landing .feature-grid .box-icon.venta-feature-icon {
  color: var(--color-brand-dark);
  background: #ffffff;
}

body.venventa-landing .venta-feature-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: var(--color-brand-soft);
  color: var(--color-brand-dark);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

body.venventa-landing .venta-integration-section {
  overflow: hidden;
  padding: var(--space-section) 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

body.venventa-landing .venta-integration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

body.venventa-landing .venta-integration-copy {
  max-width: 650px;
}

body.venventa-landing .venta-integration-copy h2 {
  margin: 12px 0 14px;
  color: var(--color-text);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}

body.venventa-landing .venta-integration-copy p {
  margin: 0 0 22px;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.65;
}

body.venventa-landing .venta-integration-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.venventa-landing .venta-integration-list li {
  position: relative;
  padding-left: 30px;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.55;
}

body.venventa-landing .venta-integration-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 3px, transparent 4px),
    #0e6fbe;
  box-shadow: 0 0 0 5px rgba(14, 111, 190, 0.1);
}

body.venventa-landing .venta-integration-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.venventa-landing .venta-integration-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #d7dee8;
  color: #1f2937;
  background: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
}

body.venventa-landing .venta-integration-actions a:first-child {
  border-color: #0e6fbe;
  background: #0e6fbe;
  color: #ffffff;
}

body.venventa-landing .venta-integration-actions a:hover,
body.venventa-landing .venta-integration-actions a:focus {
  border-color: rgba(14, 111, 190, 0.35);
  background: #eff6ff;
  color: #0e6fbe;
}

body.venventa-landing .venta-integration-actions a:first-child:hover,
body.venventa-landing .venta-integration-actions a:first-child:focus {
  border-color: #0b5798;
  background: #0b5798;
  color: #ffffff;
}

body.venventa-landing .venta-integration-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 360px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(14, 111, 190, 0.08), rgba(42, 163, 101, 0.08)),
    #ffffff;
  box-shadow: var(--shadow-md);
}

body.venventa-landing .integration-node {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 24px 16px;
  border: 1px solid rgba(215, 222, 232, 0.95);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .integration-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #eff6ff;
  color: #0e6fbe;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

body.venventa-landing .integration-node-store span {
  background: rgba(42, 163, 101, 0.12);
  color: #237b52;
}

body.venventa-landing .integration-node strong {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

body.venventa-landing .integration-node small {
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
}

body.venventa-landing .integration-connector {
  position: relative;
  height: 4px;
  min-width: 44px;
  border-radius: 999px;
  background: rgba(14, 111, 190, 0.18);
}

body.venventa-landing .integration-connector span {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #0e6fbe;
  border-right: 4px solid #0e6fbe;
  transform: translateY(-50%) rotate(45deg);
}

body.venventa-landing .integration-sync-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

body.venventa-landing .integration-sync-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(215, 222, 232, 0.9);
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-text);
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
  text-align: center;
}

body.venventa-landing .product-preview-section {
  background: #f8fafc;
}

body.venventa-landing .venta-flow-grid,
body.venventa-landing .venta-audience-grid {
  display: grid;
  gap: 18px;
}

body.venventa-landing .venta-flow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.venventa-landing .venta-flow-grid article {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .venta-flow-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--color-brand);
  color: #ffffff;
  font-weight: 900;
}

body.venventa-landing .venta-flow-grid h3 {
  overflow-wrap: anywhere;
  margin: 0 0 10px;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 850;
}

body.venventa-landing .venta-flow-grid p {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.venventa-landing .venta-audience-section {
  padding: var(--space-section) 0;
  background: #f8fafc;
}

body.venventa-landing .venta-audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.venventa-landing .venta-audience-grid div {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(7, 59, 56, 0.1);
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

body.venventa-landing .venta-license-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.venventa-landing .venta-license-grid .license-feature-card,
body.venventa-landing .venta-license-grid .license-feature-card:first-child,
body.venventa-landing .venta-license-grid .license-feature-card:nth-child(3) {
  grid-column: auto;
  order: initial;
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--color-border);
}

body.venventa-landing .venta-license-grid .license-feature-card:first-child {
  border-color: rgba(42, 163, 101, 0.24);
  background: linear-gradient(135deg, rgba(42, 163, 101, 0.1), #ffffff);
}

body.venventa-landing .venta-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 16px;
}

body.venventa-landing .venta-plan-card {
  float: none;
  width: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

body.venventa-landing .venta-plan-card.plan-featured {
  border-color: rgba(14, 111, 190, 0.38);
  box-shadow: 0 12px 28px rgba(14, 111, 190, 0.11);
}

body.venventa-landing .venta-plan-card .plan-code {
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eff6ff;
  color: #0e6fbe;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
}

body.venventa-landing .venta-plan-card h4 {
  margin: 0;
  color: var(--color-text);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 850;
}

body.venventa-landing .venta-plan-card .plan-description {
  min-height: 48px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.45;
}

body.venventa-landing .plan-price-row {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(215, 222, 232, 0.9);
  border-radius: var(--radius-sm);
  background: #f8fafc;
}

body.venventa-landing .plan-price-option {
  order: 2;
}

body.venventa-landing .plan-price-primary {
  order: 1;
  border-color: rgba(14, 111, 190, 0.28);
  background: #eff6ff;
}

body.venventa-landing .plan-price-alternative {
  background: #ffffff;
}

body.venventa-landing .plan-price-row strong {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

body.venventa-landing .plan-price-row span {
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

body.venventa-landing .plan-price-alternative strong {
  font-size: 18px;
}

body.venventa-landing .plan-price-primary span {
  color: #0e6fbe;
}

body.venventa-landing .venta-plan-card .license-list {
  gap: 7px;
  margin-top: 2px;
}

body.venventa-landing .venta-plan-card .license-list li {
  font-size: 14px;
}

body.venventa-landing .venta-plan-card > a {
  display: block;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: #0e6fbe;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  text-align: center;
}

body.venventa-landing .venta-plan-card > a:hover,
body.venventa-landing .venta-plan-card > a:focus {
  background: #0b5798;
  color: #ffffff;
}

body.venventa-landing .venta-plan-source-note {
  margin: 0 0 26px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.venventa-landing .venta-plan-source-note [data-pricing-locale-note] {
  display: block;
  margin-bottom: 4px;
  color: var(--color-text);
  font-weight: 750;
}

body.venventa-landing .venta-trial-actions {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(220px, 320px);
  gap: 12px;
  margin-top: 26px;
}

body.venventa-landing .venta-trial-actions a {
  display: block;
}

body.venventa-landing .venta-trial-actions .button {
  width: 100%;
  min-height: 52px;
  border-radius: var(--radius-sm);
  background: #0e6fbe;
  color: #ffffff;
  box-shadow: none;
  font-size: 17px;
}

body.venventa-landing .venta-trial-actions a:last-child {
  min-height: 52px;
  padding: 15px 18px;
  border: 1px solid rgba(14, 111, 190, 0.22);
  border-radius: var(--radius-sm);
  background: var(--color-brand-soft);
  color: var(--color-brand-dark);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
}

body.venventa-landing .conversion-footer {
  border-color: #0e6fbe;
  background: #0e6fbe;
}

body.venventa-landing .conversion-footer p,
body.venventa-landing .conversion-footer .section-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

body.venventa-landing .conversion-footer .section-eyebrow {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
}

body.venventa-landing .conversion-footer .conversion-actions .button {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #0e6fbe;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

body.venventa-landing .conversion-footer .conversion-actions .button:hover,
body.venventa-landing .conversion-footer .conversion-actions .button:focus {
  border-color: #eff6ff;
  background: #eff6ff;
  color: #0b5798;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

@media only screen and (max-width: 1060px) {
  body.venventa-landing .fixed-nav-bar {
    height: 64px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(215, 222, 232, 0.95);
    z-index: 1000;
  }

  body.venventa-landing .fixed-nav-bar li,
  body.venventa-landing .fixed-nav-bar a,
  body.venventa-landing .fixed-nav-bar button {
    height: auto;
    line-height: 1.2;
  }

  body.venventa-landing .menu {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    max-width: none;
    padding: 0 16px;
    box-sizing: border-box;
  }

  body.venventa-landing .sitename {
    position: static;
    left: auto;
    margin-left: 0;
  }

  body.venventa-landing .venta-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    min-width: 74px;
    min-height: 36px;
    margin-left: 12px;
    padding: 9px 0;
    border: 1px solid rgba(14, 111, 190, 0.22);
    border-radius: var(--radius-sm);
    background: #eff6ff;
    color: #0e6fbe;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
  }

  body.venventa-landing .menu-items {
    width: auto;
    margin-top: 0;
    border: 1px solid rgba(215, 222, 232, 0.95);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow-md);
  }

  body.venventa-landing .menu-items {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 8px;
    box-sizing: border-box;
  }

  body.venventa-landing.venta-menu-open .menu-items {
    display: grid;
  }

  body.venventa-landing .menu-items li {
    display: block;
    margin: 0;
    text-align: left;
  }

  body.venventa-landing .menu-items a,
  body.venventa-landing .menu-items a:visited {
    display: block;
    padding: 13px 14px;
    border-radius: var(--radius-sm);
    color: #1f2937;
    font-weight: 750;
  }

  body.venventa-landing .menu-items a:hover,
  body.venventa-landing .menu-items a:focus,
  body.venventa-landing .venta-menu-toggle:hover,
  body.venventa-landing .venta-menu-toggle:focus {
    background: #eff6ff;
    color: #0e6fbe;
  }
  body.venventa-landing .menu-items .venta-nav-cta,
  body.venventa-landing .menu-items .venta-nav-cta:visited,
  body.venventa-landing .menu-items .venta-nav-cta:hover,
  body.venventa-landing .menu-items .venta-nav-cta:focus {
    display: flex;
    width: 100%;
    min-height: 44px;
    background: #0e6fbe;
    color: #ffffff;
  }
}

@media (max-width: 991.98px) {
  body.venventa-landing .venta-license-grid,
  body.venventa-landing .venta-plan-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.venventa-landing .app-hero-content,
  body.venventa-landing .venta-integration-layout,
  body.venventa-landing .venta-flow-grid,
  body.venventa-landing .venta-audience-grid {
    grid-template-columns: 1fr;
  }

  body.venventa-landing .hero-actions {
    justify-content: center;
  }

  body.venventa-landing .product-window {
    transform: none;
  }

  body.venventa-landing .venta-integration-copy {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  body.venventa-landing {
    overflow-x: hidden;
  }

  body.venventa-landing .row {
    margin-right: 0;
    margin-left: 0;
  }

  body.venventa-landing .fixed-nav-bar,
  body.venventa-landing .menu {
    width: 100vw;
    max-width: 100vw;
  }

  body.venventa-landing .venta-menu-toggle {
    width: 72px;
    min-width: 72px;
    max-width: 72px;
  }

  body.venventa-landing .app-hero-shell {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  body.venventa-landing .app-hero-product {
    margin: 0;
    max-width: 100%;
  }

  body.venventa-landing .product-window,
  body.venventa-landing .venta-ui,
  body.venventa-landing .venta-panel {
    max-width: 100%;
    min-width: 0;
  }

  body.venventa-landing .hero-kicker {
    max-width: 100%;
    white-space: normal;
  }

  body.venventa-landing .descriptionsec h1,
  body.venventa-landing .hero-subtitle {
    overflow-wrap: break-word;
  }

  body.venventa-landing .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.venventa-landing .venta-ui {
    grid-template-rows: 50px minmax(0, 1fr);
    min-height: 0;
  }

  body.venventa-landing .venta-appbar {
    padding: 0 12px;
  }

  body.venventa-landing .venta-nav-brand img {
    width: auto;
    height: 28px;
  }

  body.venventa-landing .app-hero-brand .venta-brand-logo {
    width: auto;
    height: 44px;
  }

  body.venventa-landing .venta-appcontext > span:first-child {
    display: none;
  }

  body.venventa-landing .venta-topline {
    display: grid;
  }

  body.venventa-landing .venta-topline button {
    width: 100%;
  }

  body.venventa-landing .venta-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.venventa-landing .venta-metrics article {
    padding: 10px 8px;
  }

  body.venventa-landing .venta-metrics span {
    font-size: 10px;
  }

  body.venventa-landing .venta-metrics strong {
    font-size: 14px;
  }

  body.venventa-landing .venta-metrics small {
    display: none;
  }

  body.venventa-landing .venta-table {
    overflow-x: auto;
  }

  body.venventa-landing .venta-table > div {
    min-width: 0;
    grid-template-columns: minmax(112px, 1fr) 82px 82px;
  }

  body.venventa-landing .venta-flow-grid article,
  body.venventa-landing .venta-audience-grid div {
    border-radius: var(--radius-md);
  }

  body.venventa-landing .venta-integration-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.venventa-landing .venta-integration-visual {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px;
    border-radius: var(--radius-md);
  }

  body.venventa-landing .integration-connector {
    width: 4px;
    height: 34px;
    min-width: 0;
    margin: 0 auto;
  }

  body.venventa-landing .integration-connector span {
    top: auto;
    right: auto;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  body.venventa-landing .integration-sync-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.venventa-landing .venta-audience-grid div {
    min-height: 70px;
  }

  body.venventa-landing .venta-trial-actions {
    grid-template-columns: 1fr;
  }
}

/* ProyectoNube main home visual refresh */
body.projectnube-home {
  background: var(--color-surface-muted);
  color: var(--color-text);
  line-height: 1.5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.projectnube-home a {
  color: var(--color-brand);
}

body.projectnube-home button:focus,
body.projectnube-home a:focus,
body.projectnube-home input:focus {
  outline: 3px solid rgba(255, 107, 0, 0.35);
  outline-offset: 3px;
}

body.projectnube-home .fixed-nav-bar {
  height: 64px;
  background: rgba(7, 31, 51, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(7, 31, 51, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.projectnube-home .fixed-nav-bar li,
body.projectnube-home .fixed-nav-bar a {
  height: 64px;
  line-height: 64px;
}

body.projectnube-home .menu {
  max-width: 1180px;
}

body.projectnube-home a.sitename,
body.projectnube-home a:visited.sitename {
  color: rgba(250, 253, 255, 0.96);
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(7, 31, 51, 0.28);
}

body.projectnube-home .menu-items a,
body.projectnube-home .menu-items a:visited {
  color: rgba(246, 251, 255, 0.88);
  border-radius: 999px;
  padding: 0 10px;
  font-weight: 650;
  text-shadow: 0 1px 10px rgba(7, 31, 51, 0.22);
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.projectnube-home .menu-items a:hover,
body.projectnube-home .menu-items a:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-shadow: none;
}

body.projectnube-home .header-cls-n {
  min-height: 100vh;
  height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(19, 143, 194, 0.42), transparent 34%),
    linear-gradient(135deg, rgba(7, 31, 51, 0.93), rgba(11, 69, 102, 0.86)),
    url(images/soft-company.jpg);
  background-size: cover;
  background-position: center;
}

body.projectnube-home .title-cls-n {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 124px 0 76px;
  text-align: center;
}

body.projectnube-home .home-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #c9f3ff;
  background: rgba(19, 143, 194, 0.16);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

body.projectnube-home .firstdescription {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.projectnube-home .descriptionsec {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 0;
  color: rgba(244, 250, 255, 0.9);
  font-size: clamp(22px, 3.5vw, 42px);
  line-height: 1.12;
  font-weight: 750;
  text-align: center;
  background: transparent;
  backdrop-filter: none;
}

body.projectnube-home .home-hero-subtitle {
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(244, 250, 255, 0.82);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
  font-weight: 600;
}

body.projectnube-home .home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

body.projectnube-home .home-hero-actions .btn {
  min-width: 190px;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.projectnube-home .home-hero-actions .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-accent), #ff8a2a);
  box-shadow: 0 14px 36px rgba(255, 107, 0, 0.26);
}

body.projectnube-home .home-hero-actions .btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
}

body.projectnube-home .home-hero-actions .btn:hover,
body.projectnube-home .home-hero-actions .btn:focus {
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

body.projectnube-home .home-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

body.projectnube-home .home-trust span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(244, 250, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 750;
}

body.projectnube-home .features-detail {
  background: var(--color-surface-muted);
  color: var(--color-text);
}

body.projectnube-home .features-padding {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: var(--space-section) 0;
}

body.projectnube-home .page-title {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 246, 251, 0.82)),
    var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.projectnube-home .page-title h2 {
  margin: 0 0 18px;
  color: var(--color-text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.13;
  font-weight: 850;
}

body.projectnube-home .page-title h2::after {
  display: none;
}

body.projectnube-home .page-title p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.projectnube-home .page-title a {
  font-weight: 800;
}

body.projectnube-home .home-section-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #0b6682;
  background: rgba(19, 143, 194, 0.1);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

body.projectnube-home .home-platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

body.projectnube-home .home-platform-card {
  display: flex;
  float: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid rgba(122, 151, 171, 0.32);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(7, 31, 51, 0.08);
}

body.projectnube-home .home-platform-card-accent {
  border-color: rgba(19, 143, 194, 0.34);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 246, 251, 0.9));
}

body.projectnube-home .home-platform-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0b6682;
  background: rgba(19, 143, 194, 0.11);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

body.projectnube-home .home-platform-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.15;
  font-weight: 850;
}

body.projectnube-home .home-platform-card p {
  margin-top: 14px;
  font-size: 15.5px;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

body.projectnube-home .home-platform-link {
  display: inline-flex;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #0b6682;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
}

body.projectnube-home .home-platform-link:hover,
body.projectnube-home .home-platform-link:focus {
  color: #ffffff;
  background: #084e65;
  text-decoration: none;
}

body.projectnube-home .home-solution-guide {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(19, 143, 194, 0.2);
  border-radius: var(--radius-md);
  background: rgba(231, 246, 251, 0.62);
  text-align: left;
}

body.projectnube-home .home-solution-guide h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

body.projectnube-home .home-solution-guide ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--color-text-muted);
  font-size: 15.5px;
  line-height: 1.58;
}

body.projectnube-home .home-solution-guide li + li {
  margin-top: 6px;
}

body.projectnube-home .home-related-solution {
  margin-top: 20px;
  padding: 18px 20px;
  border: 1px solid rgba(122, 151, 171, 0.28);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.58);
  text-align: left;
}

body.projectnube-home .home-related-solution h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

body.projectnube-home .home-related-solution p {
  margin-top: 8px;
  font-size: 15.5px;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

body.projectnube-home .home-related-solution a {
  display: inline-flex;
  margin-top: 10px;
}

body.projectnube-home .flotante,
body.projectnube-blog .flotante {
  right: 24px;
  bottom: 24px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-left: 0;
  z-index: 9998;
}

body.projectnube-home .flotante img {
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 31, 51, 0.2);
}

@media only screen and (max-width: 800px) {
  body.projectnube-home .fixed-nav-bar {
    height: 56px;
  }

  body.projectnube-home .fixed-nav-bar li,
  body.projectnube-home .fixed-nav-bar a {
    height: 56px;
    line-height: 56px;
  }

  body.projectnube-home .menu-items {
    margin-top: 56px;
    background: rgba(7, 31, 51, 0.96);
  }

  body.projectnube-home .show,
  body.projectnube-home .hide,
  body.projectnube-home .show:visited,
  body.projectnube-home .hide:visited,
  body.projectnube-home .menu-items a,
  body.projectnube-home .menu-items a:visited {
    color: rgba(246, 251, 255, 0.9);
  }

  body.projectnube-home .menu-items a {
    display: block;
    border-radius: 0;
    font-weight: 650;
  }

  body.projectnube-home .home-platform-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body.projectnube-home .title-cls-n {
    width: calc(100% - 24px);
    padding: 92px 0 52px;
  }

  body.projectnube-home .home-hero-actions .btn {
    width: 100%;
  }

  body.projectnube-home .features-padding {
    width: calc(100% - 24px);
    padding: 52px 0;
  }

  body.projectnube-home .page-title {
    padding: 26px 18px;
    border-radius: var(--radius-md);
  }

  body.projectnube-home .home-platform-grid {
    grid-template-columns: 1fr;
  }

  body.projectnube-home .home-platform-card,
  body.projectnube-home .home-related-solution {
    padding: 20px 16px;
  }


body.projectnube-home .flotante img {
    width: 64px;
    height: 64px;
  }
}

/* ProyectoNube consultoria visual refresh */
body.consultoria-page {
  background: var(--color-surface-muted);
  color: var(--color-text);
  line-height: 1.5;
  overflow-x: hidden;
}

body.consultoria-page .fixed-nav-bar {
  height: 56px;
  background: rgba(7, 31, 51, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(7, 31, 51, 0.16);
}

body.consultoria-page .fixed-nav-bar li,
body.consultoria-page .fixed-nav-bar a {
  height: 56px;
  line-height: 56px;
}

body.consultoria-page a.sitename,
body.consultoria-page a:visited.sitename {
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 0;
}

body.consultoria-page .menu-items a {
  padding: 0 4px;
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s ease, background-color 0.2s ease;
}

body.consultoria-page .menu-items a:hover,
body.consultoria-page .menu-items a:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

body.consultoria-page .header-consultoria {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 92vh;
  height: auto;
  padding: 88px 20px 56px;
  background:
    linear-gradient(115deg, rgba(7, 31, 51, 0.84) 0%, rgba(12, 63, 99, 0.62) 48%, rgba(7, 31, 51, 0.5) 100%),
    url(images/consultoria.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

body.consultoria-page .header-consultoria::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(246, 249, 251, 0), var(--color-surface-muted));
  pointer-events: none;
}

body.consultoria-page .title-cls-n {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(920px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

body.consultoria-page .firstdescription {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 7vw, 82px);
  line-height: 0.96;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.consultoria-page .firstdescription:first-child {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #c9f3ff;
  background: rgba(19, 143, 194, 0.16);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: none;
}

body.consultoria-page .descriptionsec {
  max-width: 780px;
  margin: 24px auto 0;
  padding: 0;
  color: rgba(244, 250, 255, 0.9);
  font-size: clamp(22px, 3.5vw, 42px);
  line-height: 1.12;
  font-weight: 750;
  text-align: center;
  background: transparent;
  backdrop-filter: none;
}

body.consultoria-page .features-detail {
  background: var(--color-surface-muted);
  color: var(--color-text);
}

body.consultoria-page .features-padding {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: var(--space-section) 0;
}

body.consultoria-page .page-title {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(231, 246, 251, 0.84)),
    var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.consultoria-page .consultoria-landing {
  max-width: 1180px;
  text-align: left;
}

body.consultoria-page .consultoria-section {
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid var(--color-border);
}

body.consultoria-page .consultoria-section:first-child {
  padding-top: 0;
  border-top: 0;
}

body.consultoria-page .consultoria-section:last-of-type {
  padding-bottom: 0;
}

body.consultoria-page .consultoria-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(19, 143, 194, 0.2);
  border-radius: 999px;
  color: var(--color-brand-dark);
  background: rgba(19, 143, 194, 0.08);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

body.consultoria-page .page-title h2 {
  margin: 0 0 18px;
  padding: 0;
  color: var(--color-text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.13;
  font-weight: 850;
}

body.consultoria-page .page-title h2::after {
  display: none;
}

body.consultoria-page .page-title p {
  margin: 14px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.consultoria-page .page-title .consultoria-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 12px;
  color: var(--color-brand-dark);
  font-size: 13px;
  line-height: 1.2;
}

body.consultoria-page .consultoria-intro p {
  max-width: 900px;
}

body.consultoria-page .consultoria-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

body.consultoria-page .consultoria-hero-trust span {
  padding: 7px 12px;
  border: 1px solid rgba(40, 127, 204, 0.28);
  border-radius: 999px;
  color: #174a73;
  background: rgba(246, 251, 255, 0.9);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

body.consultoria-page .consultoria-value-grid,
body.consultoria-page .consultoria-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  width: 100%;
}

body.consultoria-page .consultoria-value-grid div,
body.consultoria-page .consultoria-plan-card {
  min-width: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-sm);
}

body.consultoria-page .consultoria-value-grid div {
  padding: 22px;
}

body.consultoria-page .consultoria-value-grid h3,
body.consultoria-page .consultoria-plan-card h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 850;
}

body.consultoria-page .consultoria-value-grid p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

body.consultoria-page .consultoria-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

body.consultoria-page .consultoria-topic-grid span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(19, 143, 194, 0.16);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  background: rgba(231, 246, 251, 0.58);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 750;
}

body.consultoria-page .consultoria-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.consultoria-page .consultoria-project-grid span {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

body.consultoria-page .consultoria-method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.consultoria-page .consultoria-method-list div {
  padding: 18px 20px;
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.76);
}

body.consultoria-page .consultoria-method-list strong,
body.consultoria-page .consultoria-method-list span {
  display: block;
}

body.consultoria-page .consultoria-method-list strong {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.25;
}

body.consultoria-page .consultoria-method-list span {
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.consultoria-page .consultoria-plan-card {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 26px 24px;
  overflow: hidden;
  border-color: rgba(7, 31, 51, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.9)),
    var(--color-surface);
}

body.consultoria-page .consultoria-plan-card.plan-featured {
  border-color: rgba(19, 143, 194, 0.5);
  background:
    linear-gradient(160deg, var(--color-brand-deep), var(--color-brand-dark) 58%, var(--color-brand));
  box-shadow: 0 22px 54px rgba(7, 31, 51, 0.22);
}

body.consultoria-page .consultoria-plan-card:nth-child(3) {
  border-color: rgba(184, 145, 72, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.98), rgba(249, 241, 222, 0.92)),
    var(--color-surface);
  box-shadow: 0 16px 42px rgba(111, 83, 32, 0.12);
}

body.consultoria-page .plan-label {
  margin: 0 0 12px;
  color: var(--color-brand-dark);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
}

body.consultoria-page .consultoria-plan-card.plan-featured .plan-label {
  color: rgba(231, 246, 251, 0.92);
}

body.consultoria-page .consultoria-plan-card:nth-child(3) .plan-label {
  color: #7a5a1d;
}

body.consultoria-page .consultoria-plan-card.plan-featured h3,
body.consultoria-page .consultoria-plan-card.plan-featured .plan-price {
  color: #ffffff;
}

body.consultoria-page .consultoria-plan-card:nth-child(3) h3,
body.consultoria-page .consultoria-plan-card:nth-child(3) .plan-price {
  color: #4d3510;
}

body.consultoria-page .plan-price {
  margin: 12px 0 0;
  color: var(--color-brand-deep);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 900;
}

body.consultoria-page .plan-note {
  margin: 10px 0 0;
  color: var(--color-accent-dark);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

body.consultoria-page .consultoria-plan-card.plan-featured .plan-note {
  color: #c9effb;
}

body.consultoria-page .consultoria-plan-card:nth-child(3) .plan-note {
  color: #7a5a1d;
}

body.consultoria-page .consultoria-plan-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

body.consultoria-page .consultoria-plan-card li {
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: 15px;
  line-height: 1.45;
}

body.consultoria-page .consultoria-plan-card.plan-featured li {
  color: rgba(255, 255, 255, 0.86);
}

body.consultoria-page .consultoria-plan-card:nth-child(3) li {
  color: #5f523f;
}

body.consultoria-page .consultoria-selection {
  margin-top: 8px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(19, 143, 194, 0.18);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(231, 246, 251, 0.86), rgba(255, 255, 255, 0.94)),
    var(--color-surface);
}

body.consultoria-page .consultoria-selection p:last-child {
  max-width: 860px;
}

body.consultoria-page.consultoria-evaluation-page .evaluation-hero {
  min-height: 72vh;
}

body.consultoria-page .evaluation-card {
  max-width: 1040px;
}

body.consultoria-page .evaluation-form {
  padding-top: clamp(24px, 4vw, 42px);
  border-top: 1px solid var(--color-border);
}

body.consultoria-page .evaluation-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.consultoria-page .evaluation-form label {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

body.consultoria-page .evaluation-form label span {
  display: block;
  margin-bottom: 8px;
}

body.consultoria-page .evaluation-form input,
body.consultoria-page .evaluation-form select {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: auto;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.3;
}

body.consultoria-page .evaluation-form input:focus,
body.consultoria-page .evaluation-form select:focus {
  border-color: rgba(19, 143, 194, 0.55);
  outline: 3px solid rgba(19, 143, 194, 0.14);
}

body.consultoria-page .evaluation-form-invalid input:invalid,
body.consultoria-page .evaluation-form-invalid select:invalid {
  border-color: rgba(204, 46, 46, 0.55);
}

body.consultoria-page .evaluation-message {
  min-height: 24px;
  margin: 18px 0 0;
  color: #b12d2d;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

body.consultoria-page .evaluation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.consultoria-page .evaluation-actions .btn {
  min-width: 190px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.consultoria-page .evaluation-actions .btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-accent), #ff8a2a);
  box-shadow: 0 14px 36px rgba(255, 107, 0, 0.22);
}

body.consultoria-page .evaluation-actions .btn-secondary {
  color: var(--color-brand-dark);
  border: 1px solid rgba(19, 143, 194, 0.2);
  background: rgba(231, 246, 251, 0.9);
}

body.consultoria-page .evaluation-actions .btn:hover,
body.consultoria-page .evaluation-actions .btn:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

body.consultoria-page .evaluation-actions .btn-primary:hover,
body.consultoria-page .evaluation-actions .btn-primary:focus {
  color: #ffffff;
}

body.consultoria-page .evaluation-result {
  scroll-margin-top: 76px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

body.consultoria-page .evaluation-result-success {
  border-color: rgba(19, 143, 194, 0.24);
  background:
    linear-gradient(135deg, rgba(231, 246, 251, 0.9), rgba(255, 255, 255, 0.94)),
    var(--color-surface);
}

body.consultoria-page .evaluation-result-neutral {
  border-color: rgba(255, 107, 0, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 246, 239, 0.9), rgba(255, 255, 255, 0.94)),
    var(--color-surface);
}

body.consultoria-page .evaluation-result h2 {
  margin-bottom: 14px;
}

body.consultoria-page .page-title a:not(.btn) {
  color: var(--color-brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body.consultoria-page .consultoria-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--color-text);
  font-weight: 750;
}

body.consultoria-page .consultoria-cta .btn {
  min-width: 112px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-accent), #ff8a2a);
  box-shadow: 0 14px 36px rgba(255, 107, 0, 0.22);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.consultoria-page .consultoria-cta .btn:hover,
body.consultoria-page .consultoria-cta .btn:focus {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(255, 107, 0, 0.28);
}

body.consultoria-page .flotante {
  right: 24px;
  bottom: 24px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin-left: 0;
  z-index: 9998;
}

body.consultoria-page .flotante img {
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 31, 51, 0.2);
}

body.consultoria-page .page-footer {
  background: var(--color-brand-deep);
  color: rgba(246, 251, 255, 0.78);
}

body.consultoria-page .page-footer h6 {
  color: #ffffff;
  letter-spacing: 0;
}

body.consultoria-page .page-footer a {
  color: #c9f3ff;
  font-weight: 700;
}

body.consultoria-page .footer-copyright {
  color: rgba(246, 251, 255, 0.54);
}

@media (max-width: 991.98px) {
  body.consultoria-page .consultoria-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 800px) {
  body.consultoria-page .consultoria-value-grid,
  body.consultoria-page .consultoria-plan-grid {
    grid-template-columns: 1fr;
  }

  body.consultoria-page .consultoria-topic-grid,
  body.consultoria-page .consultoria-method-list,
  body.consultoria-page .consultoria-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.consultoria-page .menu-items {
    margin-top: 56px;
    background: rgba(7, 31, 51, 0.96);
  }

  body.consultoria-page .show,
  body.consultoria-page .hide,
  body.consultoria-page .show:visited,
  body.consultoria-page .hide:visited,
  body.consultoria-page .menu-items a,
  body.consultoria-page .menu-items a:visited {
    color: rgba(246, 251, 255, 0.9);
  }

  body.consultoria-page .menu-items a {
    display: block;
    border-radius: 0;
    font-weight: 650;
  }
}

@media (max-width: 575.98px) {
  body.consultoria-page .header-consultoria {
    min-height: 86vh;
    padding: 82px 12px 48px;
  }

  body.consultoria-page .title-cls-n {
    width: calc(100vw - 24px);
    padding: 0;
  }

  body.consultoria-page .firstdescription {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.03;
    overflow-wrap: normal;
  }

  body.consultoria-page .firstdescription:first-child {
    font-size: 13px;
  }

  body.consultoria-page .descriptionsec {
    max-width: 100%;
    font-size: 21px;
    line-height: 1.18;
  }

  body.consultoria-page .features-padding {
    width: calc(100vw - 16px);
    padding: 52px 0;
  }

  body.consultoria-page .page-title {
    padding: 26px 18px;
    border-radius: var(--radius-md);
  }

  body.consultoria-page .consultoria-section {
    padding: 32px 0;
  }

  body.consultoria-page .consultoria-topic-grid,
  body.consultoria-page .consultoria-method-list,
  body.consultoria-page .consultoria-project-grid {
    grid-template-columns: 1fr;
  }

  body.consultoria-page .consultoria-topic-grid span {
    min-height: auto;
  }

  body.consultoria-page .consultoria-plan-grid {
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
  }

  body.consultoria-page .consultoria-plan-card {
    padding: 22px 18px;
  }

  body.consultoria-page .consultoria-selection {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  body.consultoria-page.consultoria-evaluation-page .evaluation-hero {
    min-height: 76vh;
  }

  body.consultoria-page .evaluation-form-grid {
    grid-template-columns: 1fr;
  }

  body.consultoria-page .evaluation-actions {
    display: block;
  }

  body.consultoria-page .evaluation-actions .btn {
    display: block;
    width: 100%;
    min-width: 0;
  }

  body.consultoria-page .evaluation-actions .btn + .btn {
    margin-top: 12px;
  }

  body.consultoria-page .evaluation-result {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  body.consultoria-page .plan-price {
    font-size: 28px;
  }

  body.consultoria-page .consultoria-cta {
    display: block;
    text-align: center;
  }

  body.consultoria-page .consultoria-cta .btn {
    display: block;
    width: 100%;
    margin-top: 14px;
  }

  body.consultoria-page .flotante img {
    width: 64px;
    height: 64px;
  }
}

/* ProyectoNube blog visual refresh */
body.projectnube-blog {
  background: var(--color-surface-muted);
  color: var(--color-text);
  line-height: 1.6;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.projectnube-blog a {
  color: var(--color-brand);
}

body.projectnube-blog a:focus,
body.projectnube-blog button:focus,
body.projectnube-blog input:focus {
  outline: 3px solid rgba(255, 107, 0, 0.35);
  outline-offset: 3px;
}

body.projectnube-blog .fixed-nav-bar {
  height: 64px;
  background: rgba(7, 31, 51, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(7, 31, 51, 0.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.projectnube-blog .fixed-nav-bar li,
body.projectnube-blog .fixed-nav-bar a {
  height: 64px;
  line-height: 64px;
}

body.projectnube-blog .menu {
  max-width: 1180px;
}

body.projectnube-blog a.sitename,
body.projectnube-blog a:visited.sitename {
  color: rgba(250, 253, 255, 0.96);
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(7, 31, 51, 0.28);
}

body.projectnube-blog .menu-items a,
body.projectnube-blog .menu-items a:visited {
  color: rgba(246, 251, 255, 0.88);
  border-radius: 999px;
  padding: 0 10px;
  font-weight: 650;
  text-shadow: 0 1px 10px rgba(7, 31, 51, 0.22);
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.projectnube-blog .menu-items a:hover,
body.projectnube-blog .menu-items a:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-shadow: none;
}

body.projectnube-blog .blog-family,
body.projectnube-blog .gray-bg.section-padding {
  min-height: 100vh;
  padding: clamp(92px, 10vw, 132px) 0 var(--space-section);
  background:
    radial-gradient(circle at 82% 6%, rgba(19, 143, 194, 0.18), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(42, 163, 101, 0.08), transparent 28%),
    linear-gradient(180deg, #eef7fb 0, #f6fbfd 360px, #f8fafc 100%);
}

body.projectnube-blog .features-detail {
  background: transparent;
  color: var(--color-text);
}

body.projectnube-blog .features-padding {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0;
}

body.projectnube-blog .page-title {
  max-width: 900px;
  margin: 0 auto 34px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(231, 246, 251, 0.82)),
    var(--color-surface);
  box-shadow: var(--shadow-md);
}

body.projectnube-blog .page-title:empty {
  display: none;
}

body.projectnube-blog h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  color: var(--color-text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

body.projectnube-blog h2 {
  max-width: 920px;
  margin: 22px auto 18px;
  color: var(--color-text);
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.16;
  font-weight: 820;
}

body.projectnube-blog .img-cls-montar,
body.projectnube-blog .img-cls-administrar,
body.projectnube-blog .img-cls-conservar,
body.projectnube-blog .img-cls-generar,
body.projectnube-blog .img-cls-marketing {
  width: min(940px, 100%);
  height: clamp(220px, 34vw, 380px);
  margin: 0 auto 28px;
  padding-top: 0;
  border: 1px solid rgba(15, 47, 73, 0.1);
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 24px 70px rgba(7, 31, 51, 0.14);
}

body.projectnube-blog .page-title h1,
body.projectnube-blog .page-title h2 {
  margin-left: auto;
  margin-right: auto;
}

body.projectnube-blog .page-title p {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.7;
}

body.projectnube-blog .blog-style {
  max-width: 880px;
  margin: 0 auto 36px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
  text-align: left;
}

body.projectnube-blog .blog-style p {
  margin: 0 0 18px;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.78;
}

body.projectnube-blog .blog-style h2,
body.projectnube-blog .blog-style h3 {
  max-width: none;
  margin: 30px 0 12px;
  color: var(--color-text);
  font-weight: 820;
}

body.projectnube-blog .blog-style h3 {
  font-size: 24px;
  line-height: 1.25;
}

body.projectnube-blog .row > [class*="col-"] > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.projectnube-blog .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 26px;
  padding: 0 0 24px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.projectnube-blog .box:hover,
body.projectnube-blog a:focus .box {
  transform: translateY(-3px);
  border-color: rgba(19, 143, 194, 0.24);
  box-shadow: var(--shadow-md);
}

body.projectnube-blog .box-icon {
  width: 100%;
  height: 190px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #eef7fb;
}

body.projectnube-blog .box-icon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

body.projectnube-blog .box h3 {
  margin: 0 22px 10px;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 850;
}

body.projectnube-blog .box p {
  margin: 0 22px;
  color: var(--color-text-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

body.projectnube-blog .text-left {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

body.projectnube-blog .flotante {
  right: 24px;
  bottom: 24px;
  top: auto;
  left: auto;
  position: fixed;
  z-index: 999;
  width: auto;
  margin-left: 0;
}

body.projectnube-blog .flotante img {
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(7, 31, 51, 0.2);
}

/* ProyectoNube legal pages */
body.projectnube-legal .features-padding {
  width: min(980px, calc(100% - 32px));
}

body.projectnube-legal .legal-document {
  max-width: 900px;
  margin-bottom: 0;
  text-align: left;
}

body.projectnube-legal .legal-document h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(34px, 4.8vw, 54px);
}

body.projectnube-legal .legal-document p {
  max-width: none;
  margin: 16px 0 0;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.78;
}

body.projectnube-legal .legal-document p:first-of-type {
  margin-top: 0;
  color: var(--color-text);
  font-size: 18px;
}

body.projectnube-legal .legal-document strong {
  color: var(--color-text);
  font-weight: 850;
}

@media only screen and (max-width: 800px) {
  body.projectnube-blog .fixed-nav-bar {
    height: 56px;
  }

  body.projectnube-blog .fixed-nav-bar li,
  body.projectnube-blog .fixed-nav-bar a {
    height: 56px;
    line-height: 56px;
  }

  body.projectnube-blog .menu-items {
    margin-top: 56px;
    background: rgba(7, 31, 51, 0.96);
  }

  body.projectnube-blog .show,
  body.projectnube-blog .hide,
  body.projectnube-blog .show:visited,
  body.projectnube-blog .hide:visited,
  body.projectnube-blog .menu-items a,
  body.projectnube-blog .menu-items a:visited {
    color: rgba(246, 251, 255, 0.9);
  }

  body.projectnube-blog .menu-items a {
    display: block;
    border-radius: 0;
    font-weight: 650;
  }
}

@media (max-width: 575.98px) {
  body.projectnube-blog .blog-family,
  body.projectnube-blog .gray-bg.section-padding {
    padding: 82px 0 52px;
  }

  body.projectnube-blog .features-padding {
    width: calc(100% - 24px);
  }

  body.projectnube-blog .page-title,
  body.projectnube-blog .blog-style {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }

  body.projectnube-blog .img-cls-montar,
  body.projectnube-blog .img-cls-administrar,
  body.projectnube-blog .img-cls-conservar,
  body.projectnube-blog .img-cls-generar,
  body.projectnube-blog .img-cls-marketing {
    height: 210px;
    margin-bottom: 22px;
    border-radius: var(--radius-md);
  }

  body.projectnube-blog .box {
    border-radius: var(--radius-md);
  }

  body.projectnube-blog .box-icon {
    height: 176px;
  }


  body.projectnube-blog .flotante img {
    width: 64px;
    height: 64px;
  }
}
