/*
Template Name: Ubold - Bootstrap 4 Landing Page (CV Express Kit)
Author: CoderThemes
File: Main CSS - variables y estilos landing venta
*/
/*******************************
00.CSS Variables (identidad)
01.Helper
02.Navbar
03.Home
04.Features
05.Demo
06.Pricing
07.Faqs
08.Testimonial
09.Contact
10.Cta
11.Footer
12.Responsive
********************************/

/* --- Identidad visual: paleta azul oscuro + turquesa --- */
:root {
  --primary: #1D4ED8;
  --accent: #06B6D4;
  --dark: #0B1220;
  --muted: #6B7280;
  --bg: #F8FAFC;
}

@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,900");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}

/*******************
    1.Helper
*******************/
body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  background-color: var(--bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

h3 {
  line-height: 30px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

.section {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}

.section-sm {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px;
}

.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(var(--primary)), to(var(--dark)));
  background: linear-gradient(to left, var(--primary), var(--dark));
}

/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light,
.navbar-custom .navbar-brand.logo {
  color: rgba(255, 255, 255, 0.95);
}

/* Logo CV Express Kit */
.logo-cv-express {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}

.logo-cv-express .logo-icon {
  font-size: 1.5rem;
  opacity: 0.95;
}

.logo-cv-express .logo-main {
  color: inherit;
}

.logo-cv-express .logo-accent {
  color: var(--accent);
}

.navbar-custom .logo-cv-express .logo-icon {
  color: var(--accent);
}

.nav-sticky.navbar-custom .logo-cv-express .logo-main {
  color: var(--dark);
}

.nav-sticky.navbar-custom .logo-cv-express .logo-accent {
  color: var(--accent);
}

.nav-sticky.navbar-custom .logo-cv-express .logo-icon {
  color: var(--accent);
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
  display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
  display: none;
}

.nav-sticky.navbar-custom .navbar-brand.logo {
  color: var(--dark);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: var(--muted);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: var(--primary);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: var(--primary);
}

/*******************
    3.Home
*******************/
.bg-home {
  position: relative;
  padding: 110px 0px 90px 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .home-desc {
  max-width: 605px;
  font-size: 16px;
}

.home-title .subscribe input {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 43px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
}

.home-title .subscribe input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.home-title .subscribe .btn {
  min-height: 43px;
}

.home-title .subscribe .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-first-img {
  position: relative;
  z-index: 2;
  max-width: 300px;
}

.home-second-img {
  position: absolute;
  max-width: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 61px;
  right: 0px;
  z-index: 1;
  opacity: 0.8;
}

.home-third-img {
  position: absolute;
  right: 0px;
  max-width: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
}

.clients {
  position: relative;
  top: -40px;
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 16px;
  margin-bottom: -40px;
}

.clients .client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/*******************
    4.features / includes (grid de bonus)
********************/
.includes-section {
  padding: 80px 0;
  background: var(--bg);
}

.includes-section .section-title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.includes-section .section-title p {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 0;
}

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

.include-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.include-media {
  background: radial-gradient(circle at 30% 20%, rgba(29, 78, 216, 0.16), rgba(6, 182, 212, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.include-media img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.22));
}

.include-content {
  padding: 22px 22px 18px;
}

.include-badge {
  display: inline-block;
  background: rgba(29, 78, 216, 0.1);
  color: var(--primary);
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.include-content h3 {
  font-size: 1.2rem;
  margin: 0 0 8px;
  font-weight: 900;
  color: var(--dark);
}

.include-content p {
  margin: 0;
  color: #64748b;
  line-height: 1.45;
}

.includes-bonus {
  margin-top: 30px;
  background: var(--primary);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 18px 50px rgba(29, 78, 216, 0.25);
  border-left: 6px solid var(--accent);
}

.includes-bonus-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.includes-bonus-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.includes-bonus h3 {
  font-weight: 900;
  margin-bottom: 12px;
  color: #fff;
}

.includes-bonus-list {
  margin: 0 auto;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  text-align: left;
}

.includes-bonus li {
  margin: 6px 0;
}

@media (max-width: 991.98px) {
  .includes-grid {
    grid-template-columns: 1fr;
  }
  .include-card {
    grid-template-columns: 1fr;
  }
  .include-media {
    padding: 22px;
  }
  .include-media img {
    max-width: 260px;
  }
}

.features-box {
  padding: 20px;
  text-align: center;
}

.features-box .features-img img {
  max-height: 60px;
}

.features-icon i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: linear-gradient(to left, var(--primary), var(--dark));
  border-radius: 7px;
  line-height: 48px;
}

/* --- Landing: cards y acentos --- */
.card-landing {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.08);
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.08);
  padding: 1.15rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

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

.features-icon-landing {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(6, 182, 212, 0.12);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.features-icon-landing .mdi {
  font-size: 1.5rem;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-accent:hover {
  background: #0891b2;
  border-color: #0891b2;
  color: #fff;
}

.btn-comprar {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-comprar:hover {
  background: #c82333 !important;
  border-color: #bd2130 !important;
  color: #fff !important;
}

@keyframes btn-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.6); }
  50% { box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
}

.btn-pulse.btn-comprar {
  animation: btn-pulse 0.7s ease-in-out infinite;
}

.text-accent {
  color: var(--accent) !important;
}

.bg-accent-light {
  background: rgba(6, 182, 212, 0.15);
}

.border-accent {
  border-left: 4px solid var(--accent);
}

.bonus-box.border-accent {
  background: #fff;
}

.bonus-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.step-num {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}

.disclaimer-text {
  font-size: 0.875rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-placeholder-box {
  background: rgba(11, 18, 32, 0.2);
  padding: 3rem 2rem;
}

/* Hero: imagen ocupa todo el contenedor de la columna derecha */
.hero-media {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 991.98px) {
  .hero-media {
    min-height: 220px;
  }
  .hero-img {
    object-fit: contain;
  }
}

.hero-placeholder {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bullets {
  font-size: 1rem;
}

/*******************
    5.demo
********************/
.demo-box, .testi-desc {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 16px;
}

/*******************
    6.pricing
********************/
.pricing-plan {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.08);
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.08);
  border-radius: 16px;
  max-width: 370px;
  margin: 0px auto;
}

.pricing-plan .lable {
  background-color: #f9f9f9;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  right: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pricing-plan.active {
  background: linear-gradient(120deg, var(--accent) 0%, #0891b2 100%);
}

.pricing-list {
  padding-left: 20px;
}

.pricing-list li {
  padding-left: 25px;
  position: relative;
}

.pricing-list li i {
  position: absolute;
  left: 0;
}

.pricing-price {
  font-size: 2.75rem;
  font-weight: 700;
  color: #c00;
}

.pricing-price sup,
.pricing-price span {
  color: #c00;
}

.bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-shape img {
  width: 100%;
}

/*******************
    7.faqs
********************/
/* --- Video Kit: rápido de entender --- */
.section-video-kit {
  background: var(--bg);
}

.video-kit-head {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.video-kit-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}

.video-kit-desc {
  font-size: 1.1rem;
}

.video-kit-cta {
  font-weight: 600;
  color: var(--dark);
  font-size: 1.05rem;
}

.video-kit-cta .text-accent {
  font-size: 1.4rem;
  vertical-align: middle;
}

.video-kit-player {
  border: 3px solid var(--accent);
  border-radius: 12px;
}

@media (max-width: 575.98px) {
  .video-kit-title {
    font-size: 1.4rem;
  }
  .video-kit-desc {
    font-size: 1rem;
  }
}

.faq-section {
  background-color: var(--bg) !important;
}

.faq-tag {
  background: var(--accent);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2c2c;
  line-height: 1.2;
}

.faq-title-accent {
  color: var(--accent);
}

.faq-subtitle {
  font-size: 1.15rem;
}

.faq-accordion {
  border: none;
}

.faq-accordion-card {
  border: none;
  border-radius: 14px !important;
  margin-bottom: 14px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-accordion-header {
  background: #fff;
  border: none;
  border-bottom: none;
  padding: 0;
}

.faq-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 18px 22px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.faq-accordion-btn:hover {
  color: var(--primary) !important;
}

.faq-accordion-btn:not(.collapsed) .faq-chevron {
  transform: rotate(180deg);
}

.faq-chevron {
  font-size: 1.5rem;
  color: #666;
  flex-shrink: 0;
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.faq-accordion-body {
  padding: 0 22px 20px !important;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555;
  border-top: none;
}

@media (max-width: 575.98px) {
  .faq-title {
    font-size: 1.85rem;
  }
  .faq-accordion-btn {
    font-size: 1.05rem !important;
    padding: 14px 16px !important;
  }
  .faq-accordion-body {
    font-size: 0.95rem;
    padding: 0 16px 16px !important;
  }
}

/*******************
    8.testionial
********************/
.testi-box .testi-desc {
  position: relative;
}

.testi-box .testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  bottom: -6px;
  left: 48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.testi-box .testi-img img {
  max-width: 48px;
}

.promo-banner-img {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-banner-link:hover .promo-banner-img {
  transform: scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

/*******************
    9.contact
********************/
.custom-form {
  -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
  border-radius: 16px;
}

.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
  height: 43px;
}

.custom-form .form-group textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff5d48;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #806027;
  background-color: #fdf1db;
  border-color: #fdebcd;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #10c469;
  font-size: 22px;
}

/*******************
    10.cta
********************/
.cta {
  background-image: linear-gradient(120deg, #63e4ec 0%, #3db9dc 100%);
  border-radius: 8px;
}

/*******************
    11.footer
********************/
.footer {
  padding: 40px 0px 16px 0px;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .social-links li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  padding: 0px 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #ffffff;
}

/******************
    12.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(40, 40, 46, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: var(--primary) !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--dark);
  }
  .bg-home {
    padding: 90px 0px 70px 0px;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 425px) {
  .home-title h1 {
    font-size: 34px;
  }
  .features-content, .cta, .custom-form {
    padding: 24px !important;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
}

/* --- Offer Countdown --- */
.offer-countdown-wrap {
  margin: 22px 0;
  margin-top: 48px;
}

.offer-countdown {
  background: #ff0000;
  border-radius: 18px;
  padding: 18px 18px 16px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.offer-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

.offer-timer {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.time-box {
  background: #0b0b0b;
  border-radius: 14px;
  padding: 10px 14px;
  min-width: 108px;
}

.time-label {
  color: #fff;
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 6px;
}

.time-value {
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.time-sep {
  color: #000;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-6px);
}

.offer-ended {
  margin-top: 12px;
  font-weight: 900;
  color: #fff;
  font-size: 1.2rem;
}

.garantia-logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .garantia-logo {
    width: 110px;
    height: 110px;
  }
  .offer-title {
    font-size: 1.25rem;
  }
  .time-box {
    min-width: 88px;
    padding: 10px 12px;
  }
  .time-value {
    font-size: 2.4rem;
  }
  .time-sep {
    font-size: 2.4rem;
  }
}

/* --- Site Header: Offer Bar + Navbar --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.offer-bar {
  background: #0b0b0b;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: 0.95rem;
}

.offer-bar strong {
  color: #22c55e;
}

.main-nav {
  background: rgba(11, 11, 11, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 0;
}

/* --- Hero V2: Layout centrado --- */

.hero-v2 {
  background: var(--bg);
  padding: 0 0 80px;
}

.hero-v2-inner {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.hero-v2-title {
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.15;
  margin: 32px auto 16px;
  color: var(--dark);
}

.hero-v2-sub {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.55;
}

.hero-v2-pills {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px 0 26px;
}

.hero-v2-pills .pill {
  background: #fff;
  border: 1px solid rgba(2, 6, 23, 0.08);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  color: var(--dark);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  font-size: 0.95rem;
}

.hero-v2-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 14px 0 18px;
}

.hero-v2-whatsapp {
  margin: 14px 0 28px;
}

.hero-v2-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-v2-media {
  margin-top: 30px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.hero-v2-media img {
  width: 100%;
  max-width: 920px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .hero-v2-title {
    font-size: 1.75rem;
    margin-top: 24px;
  }
  .hero-v2-sub {
    font-size: 1rem;
  }
  .hero-v2-pills .pill {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
  .hero-v2-media {
    padding: 14px;
    margin-top: 22px;
  }
}

@media (max-width: 575.98px) {
  .offer-bar {
    font-size: 0.85rem;
    padding: 8px 0;
  }
}

/* --- Testimonios: estilo tarjetas (fondo melocotón) --- */
.testimonials-peach {
  background: #fef4ef;
  padding: 60px 0 70px;
}

.testimonials-peach-head {
  margin-bottom: 2rem;
}

.testimonials-peach-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.testimonial-card-top {
  margin-bottom: 16px;
}

.testimonial-card-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}

.testimonial-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card-header {
  min-width: 0;
}

.testimonial-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.testimonial-card-stars {
  color: #eab308;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.testimonial-card-quote {
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.testimonial-card-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  gap: 10px;
}

.testimonial-card-avatar-sm {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}

.testimonial-card-avatar-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card-name {
  font-size: 0.95rem;
  color: #0f172a;
}

.testimonial-card-role {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 2px;
}

.testimonial-card-badge {
  font-size: 0.8rem;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.testimonial-card-badge .mdi-check-circle {
  color: #2563eb;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .testimonials-peach {
    padding: 50px 0 60px;
  }
  .testimonial-card {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .testimonials-peach-title {
    font-size: 1.5rem;
  }
  .testimonial-card-title {
    font-size: 1rem;
  }
  .testimonial-card-quote {
    font-size: 0.9rem;
  }
}

/* --- Cómo funciona: estilo tarjetas grandes (número arriba, texto abajo) --- */
.how-it-works-v2 {
  background: var(--bg);
  padding: 70px 0 80px;
}

.how-it-works-v2-head {
  margin-bottom: 2.5rem;
}

.how-it-works-v2-title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 900;
  color: var(--dark);
  margin: 0 0 12px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.how-it-works-v2-sub {
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}

.how-it-works-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.how-it-works-num {
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.25rem);
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  text-align: center;
}

.how-it-works-text {
  font-size: 1.05rem;
  color: var(--dark);
  line-height: 1.55;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .how-it-works-v2 {
    padding: 55px 0 65px;
  }
  .how-it-works-card {
    padding: 28px 24px;
    min-height: 180px;
  }
  .how-it-works-num {
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .how-it-works-v2-title {
    font-size: 1.65rem;
  }
  .how-it-works-v2-sub {
    font-size: 1rem;
  }
  .how-it-works-card {
    padding: 24px 20px;
    min-height: 160px;
    border-radius: 20px;
  }
  .how-it-works-num {
    font-size: 2.25rem;
    margin-bottom: 14px;
  }
  .how-it-works-text {
    font-size: 0.98rem;
  }
}

/*# sourceMappingURL=style.css.map */