/*
Theme Name: Easydoc
Author: Datapro
Description: Your description goes here
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
  --primary: #2563eb;
  --primary-dark: #1e40af;
  --bg-light: #f8fafc;
  --text-main: #0f172a;
  --text-soft: #64748b;
  --border: #e2e8f0;
}

body,
p,
span,
li,
a,
input,
textarea,
select {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;

    font-weight: 400;
    letter-spacing: -0.01em;
}

body {
  font-family: system-ui, sans-serif;
  color: var(--text-main);
font-weight: 500!important;
}

section {
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.container.narrow {
  max-width: 700px;
  text-align: center;
}

h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
}

h2 {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 20px;
}

.subtitle {
  font-size: 18px;
  color: var(--text-soft);
}

.grid-2, .grid-3 {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
}

.card {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: white;
}

.btn-primary {
  background: var(--primary);
  color: white;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
}

.btn-secondary {
  margin-left: 10px;
  color: var(--primary);
}



.hero-pos {
  background: linear-gradient(135deg, #1e3a5f, #1e4f7a);
  color: #fff;
  padding: 100px 0px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  margin-bottom: 20px;
color: #ffffff;
}

.highlight {
  color: #f97316;
}

.hero-sub {
  color: #cbd5e1;
  font-size: 18px;
  margin-bottom: 30px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero-cta {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

.btn-primary {
  background: #f97316;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 14px 26px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
background: #112a4a;
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
}

.hero-stats strong {
  font-size: 22px;
}

.hero-stats span {
  font-size: 14px;
  color: #cbd5e1;
}

/* CARD */
.hero-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.card-header {
  font-weight: 600;
  margin-bottom: 20px;
}

.card-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.card-row span {
  color: #94a3b8;
}

.card-row.total {
  border: none;
  font-size: 18px;
}

.card-status {
  margin-top: 20px;
  background: #064e3b;
  color: #4ade80;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}

/* TRUST BAR */
.hero-trust {
  margin-top: 60px;
  padding: 15px 0;
  background: rgba(0,0,0,0.2);
  text-align: center;
  font-size: 15px;
  color: #cbd5e1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    margin-top: 40px;
  }

footer #block-15 {
    padding: 0px 20px 0px 20px!important;
    margin-bottom: 15px;
}

}

.hero-card .card-row,
.card-status {
  opacity: 0.2;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.hero-card .active {
  opacity: 1;
  transform: translateY(0);
}



/* micro highlight */
.hero-card .active strong {
  color: #f97316;
}

/* efecto “proceso” */
.card-status {
  background: #022c22;
  color: #4ade80;
  font-weight: 500;
}


.lp-problem {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}

.section-tag {
  color: #f97316;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lp-problem h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 50px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.problem-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  text-align: left;
  transition: all 0.25s ease;
}

.problem-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.problem-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.problem-card p {
  font-size: 14px;
  color: #64748b;
}

/* ICONOS SVG */
.icon-box {
  width: 44px;
  height: 44px;
  background: #fee2e2;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.icon-box svg {
  width: 20px;
  height: 20px;
}


.lp-solution {
  background: #ffffff;
  padding: 100px 20px;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.solution-content h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 20px;
}

.solution-sub {
  color: #64748b;
  font-size: 17px;
  margin-bottom: 35px;
}

.solution-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.solution-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.solution-item strong {
  display: block;
  font-size: 16px;
}

.solution-item span {
  font-size: 14px;
  color: #64748b;
}

/* ICONOS */
.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box svg {
  width: 20px;
  height: 20px;
}

/* COLORES (estilo lovable) */
.icon-box.orange {
  background: #fff7ed;
  color: #f97316;
}

.icon-box.blue {
  background: #eff6ff;
  color: #3b82f6;
}

.icon-box.green {
  background: #ecfdf5;
  color: #10b981;
}

.icon-box.purple {
  background: #f5f3ff;
  color: #8b5cf6;
}

.icon-box.teal {
  background: #f0fdfa;
  color: #14b8a6;
}

/* IMAGEN */
.solution-image img {
  width: 100%;

}

/* RESPONSIVE */
@media (max-width: 900px) {
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-image {
    margin-top: 40px;
  }
}

.lp-video {
  background: #114779;
  padding: 100px 20px;
  text-align: center;
}

.video-wrapper h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 10px;
	color: #ffffff;
}

.video-sub {
  font-size: 18px;
  color: #f28518;
  margin-bottom: 40px;
}

/* VIDEO RESPONSIVE */
.video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CTA */
.video-cta {
  margin-top: 20px;
}

.video-cta .btn-primary {
  font-size: 16px;
  padding: 14px 28px;
}


.lp-functionalities {
  background: #f8fafc;
  padding: 100px 20px;
}

.features-header {
  text-align: center;
  margin-bottom: 55px;
}

.features-header h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #0f172a;
  margin-bottom: 14px;
}

.features-sub {
  max-width: 680px;
  margin: 0 auto;
  color: #64748b;
  font-size: 17px;
  line-height: 1.6;
}

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

.feature-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 28px;
  min-height: 195px;
  transition: all 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.feature-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.feature-icon {
 width: 40px;
    height: 40px;
    background: #f3f5f6;
    color: #f28518;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon svg {
  width: 20px;
  height: 20px;
}

.feature-top span {
 background: #1147791a;
    color: #114779;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 999px;
}

.feature-card h3 {
  font-size: 19px;
  line-height: 1.35;
  margin: 0 0 12px;
  color: #020617;
}

.feature-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.features-cta {
  text-align: center;
  margin-top: 45px;
}

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

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

  .feature-card {
    min-height: auto;
    padding: 24px;
  }
}


.lp-contact-form {
  background: #ffffff;
  padding: 100px 20px;
}

.contact-card {
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.contact-card h2 {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  color: #020617;
  margin-bottom: 12px;
}

.contact-card p {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 32px;
}

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

.contact-form input {
  width: 100%;
  height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #0f172a;
  background: #ffffff;
}

.contact-form input::placeholder {
  color: #94a3b8;
}

.contact-form input:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.contact-submit {
  width: 100%;
  margin-top: 16px;
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #f97316;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.25);
  transition: all 0.25s ease;
}

.contact-submit span {
  margin-left: 8px;
}

.contact-submit:hover {
  background: #ea580c;
  transform: translateY(-2px);
}

@media (max-width: 650px) {
  .contact-card {
    padding: 32px 22px;
  }

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

footer .widget-title{
	font-size: 16px!important;
    line-height: 1.5;
    margin-bottom: .5em;
    text-transform: capitalize!important;
    font-weight: 400!important;
    color: #cbd5e1!important;
}

.footer-widget-area-inner .widget_nav_menu a {
    display: block;
    padding: .1em 0;
    text-decoration: none;
    color: #cbd5e1 !important;
	font-size: .875rem!important;
    line-height: 2rem!important;
}





/* api  */

.api-landing .api-hero {
  background: linear-gradient(135deg, #1e3a5f, #1e4f7a);
  color: #fff;
padding: 0px 20px;
  min-height: auto;
   padding-top: 100px;
	overflow: hidden;
}

.api-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
position: relative;

}

.api-hero-content h1 {
  font-size: clamp(36px, 5vw, 56px);
  color: #fff;
  margin-bottom: 20px;
line-height: 1.1!important;
}

.api-hero-sub {
  color: #cbd5e1;
  font-size: 18px;
  margin-bottom: 30px;
}

.api-hero-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
	display: none;
}

.api-hero-card .card-status{
	background: #022c22;
    color: #4ade80!important;
    font-weight: 500;
	opacity: 1!important;
}

.erp-integrados {
  background: #f8fafc;
  padding: 90px 20px;
  text-align: center;
}

.erp-list {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
align-items: center;
}

.erp-list span {
 
  color: #2563eb;
  padding: 10px 18px;

  font-weight: 600;
}

.api-docs {
  background: #114779;
  padding: 100px 20px;
  text-align: center;
}

.api-docs h2{
	color: #ffffff;
}

.api-docs-text {
  color: #ffffff;
  max-width: 600px;
  margin: 10px auto;
}

.docs-cta {
  margin-top: 30px;
}

.api-hero-grid::before{
	position: absolute;
    content: '';
    bottom: -40px;
    right: -300px;
    background-image: url(https://easydoc.cl/website/wp-content/uploads/2026/05/executivo_comercial.png);
    background-repeat: no-repeat;
    background-size: 800px;
    width: 800px;
    height: 800px;
}

@media (max-width: 900px) {
  .api-hero-grid {
    grid-template-columns: 1fr;
  }
	.api-hero-grid::before{
	display: none!important;
}
	
	.hero-cta{
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-bottom: 40px;

	}

	.hero-content{
		padding: 15px!important;
	}

	.hero-card{
		margin: 15px!important;
	}

}


.dte-hero {
  background: #174b78;
  color: #fff;
  padding: 90px 0px 0px;
}

.dte-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.dte-hero-content h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 22px;
  max-width: 720px;
}

.highlight {
  color: #f97316;
}

.dte-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 32px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 22px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.btn-primary {
  background: #f97316;
  color: #fff;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.hero-stats {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.hero-stats span {
  color: #cbd5e1;
  font-size: 13px;
}

.dte-card {
  background: #0f2f4a;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 24px 45px rgba(0,0,0,0.22);
  color: #fff;
}

.card-header {
  font-weight: 700;
  margin-bottom: 20px;
}

.card-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.card-row span {
  color: #94a3b8;
}

.card-row strong {
  color: #fff;
}

.card-row.total {
  border-bottom: none;
}

.card-status {
  background: #065f46;
  color: #4ade80;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  margin-top: 18px;
  font-weight: 700;
  font-size: 13px;
}

.hero-trust {
  margin-top: 70px;
  background: #082f49;
  color: #dbeafe;
  padding: 14px 20px;
  text-align: center;
  font-size: 15px;
}

.dte-problem,
.dte-steps,
.lp-contact-form {
  background: #f1f5f9;
  padding: 90px 20px;
  text-align: center;
}

.section-tag {
  color: #f97316;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dte-problem h2,
.dte-steps h2,
.dte-features h2,
.dte-testimonials h2,
.dte-faq h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 45px;
  color: #0f172a;
}

.problem-grid,
.features-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.problem-card,
.feature-card {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 26px;
  text-align: left;
}

.problem-card h3,
.feature-card h3 {
  color: #0f172a;
  font-size: 18px;
  margin: 0 0 10px;
}

.problem-card p,
.feature-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.icon-box {
  width: 42px;
  height: 42px;
  background: #fee2e2;
  color: #ef4444;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.dte-solution {
  background: #fff;
  padding: 100px 20px;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.solution-content h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: #0f172a;
  margin-bottom: 18px;
}

.solution-sub {
  color: #64748b;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 32px;
}

.solution-list {
  display: grid;
  gap: 20px;
}

.solution-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.solution-item strong {
  display: block;
  color: #0f172a;
  margin-bottom: 4px;
}

.solution-item span {
  color: #64748b;
  font-size: 14px;
}

.icon-box.orange { background: #fff7ed; color: #f97316; }
.icon-box.blue { background: #eff6ff; color: #2563eb; }
.icon-box.green { background: #ecfdf5; color: #10b981; }

.solution-card {
  max-width: 360px;
  margin: 0 auto;
}

.steps-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.step-item {
  text-align: center;
}

.step-item span {
  width: 56px;
  height: 56px;
  background: #174b78;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 16px;
}

.step-item h3 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 8px;
}

.step-item p {

    color: #64748b;
    font-size: 13px;
    padding: 0px;
    margin: 0px;

}

.dte-features {
  background: #fff;
  padding: 100px 20px;
}

.features-header {
  text-align: center;
  margin-bottom: 50px;
}

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

.feature-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: #f1f5f9;
  color: #0b4f86;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-top span {
  background: #eff6ff;
  color: #0b4f86;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 999px;
}

.dte-card .hero-card .card-row, .card-status {
    opacity: 1!important;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.dte-testimonials {
  background: #174b78;
  padding: 100px 20px;
  text-align: center;
}

.dte-testimonials h2 {
  color: #fff;
}

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

.testimonial-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 28px;
  text-align: left;
  color: #fff;
}

.stars {
  color: #f97316;
  margin-bottom: 12px;
}

.testimonial-card p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.6;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
}

.testimonial-card span {
  color: #cbd5e1;
  font-size: 13px;
}

.dte-faq {
  background: #fff;
  padding: 100px 20px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 14px;
  text-align: left;
}

.faq-list details {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
}

.faq-list p {
  color: #64748b;
  margin: 12px 0 0;
}

.contact-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
}

.contact-card h2 {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  color: #020617;
  margin-bottom: 12px;
}

.contact-card p {
  color: #64748b;
  margin-bottom: 30px;
}

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

.contact-form input {
  width: 100%;
  height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 16px;
}

.contact-submit {
  width: 100%;
  margin-top: 16px;
  height: 56px;
  border: none;
  border-radius: 8px;
  background: #f97316;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.contact-form select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #dbe2ea;
  background: #fff;
  font-size: 15px;
  color: #1e293b;
  appearance: none;
}

.contact-form select:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249,115,22,0.15);
}

.input-error {
  border-color: #ef4444 !important;
  background: #fff5f5!important;
}

.input-error:focus {
  box-shadow: 0 0 0 3px rgba(239,68,68,.15)!important;
}

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

  .problem-grid,
  .features-grid,
  .testimonial-grid,
  .steps-line {
    grid-template-columns: repeat(2, 1fr);
  }


}

@media (max-width: 600px) {
  .problem-grid,
  .features-grid,
  .testimonial-grid,
  .steps-line,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 32px 22px;
  }

.dte-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
padding: 10px;
        margin: 10px;
}
}

.dte-problem .icon-box {
  background: #fee2e2;
  color: #ef4444;
}

.dte-problem .icon-box svg {
  width: 20px;
  height: 20px;
}

.set-item span .active{
	background: #f97316!important;
}


/* firma electronica */

.firma-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
overflow: hidden;
}

.firma-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.firma-hero-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.firma-hero-image{
  width: 100%;
  display: block;
  margin: 0 auto;
	position: relative;
	
}

.firma-hero-image::before{
	position: absolute;
    content: '';
    bottom: -350px;
    left: -100px;
    background: url(https://easydoc.cl/website/wp-content/uploads/2026/05/mujer-con-ipad.png);
    width: 600px;
    height: 800px;
    z-index: 2;
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: bottom;
	
}

.firma-hero-content h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.firma-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.firma-note {
  color: #cbd5e1;
  font-size: 14px;
  margin-top: -20px;
}

.firma-about {
  background: #ffffff;
  padding: 100px 20px;
}

.firma-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  color: #ffffff;
  max-width: 390px;
  margin: 0 auto;
}

.firma-examples {
  background: #f8fafc;
  padding: 100px 20px;
}

.firma-manual {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}

.firma-manual p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 30px;
}

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

  .firma-hero-image {
    order: 2;
  }

  .firma-hero-content {
    order: 1;
  }

.firma-hero-image::before{
	display: none;
	
}

	footer section{
		padding: 0px 20px!important;
	}



}



/* nosotros */

.nosotros-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
}

.nosotros-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.nosotros-hero-content h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.nosotros-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
  margin-bottom: 32px;
}

.nosotros-hero-card,
.nosotros-panel {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.nosotros-story {
  background: #ffffff;
  padding: 100px 20px;
}

.nosotros-panel {
  display: grid;
  gap: 18px;
}

.nosotros-panel-item {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 22px;
}

.nosotros-panel-item strong {
  display: block;
  color: #f97316;
  font-size: 32px;
  margin-bottom: 6px;
}

.nosotros-panel-item span {
  color: #cbd5e1;
}

.nosotros-platform {
  background: #f8fafc;
  padding: 100px 20px;
}

.nosotros-values {
  background: #ffffff;
  padding: 100px 20px;
}

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

.value-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 30px;
  text-align: left;
  transition: all 0.25s ease;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.value-card h3 {
  color: #0f172a;
  font-size: 20px;
  margin: 0 0 10px;
}

.value-card p {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.nosotros-testimonials {
  background: #174b78;
  padding: 100px 20px;
  text-align: center;
}

.nosotros-testimonials h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 45px;
}

.nosotros-contact {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}

.nosotros-contact h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #0f172a;
  margin-bottom: 16px;
}

.nosotros-contact p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 30px;
}

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

  .value-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}



/* contacto */

.contacto-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
	overflow: hidden;
}

.contacto-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.contacto-hero-content h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.contacto-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
  margin-bottom: 32px;
}

.contacto-hero-image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
}

.contacto-hero-image{
position: relative;
}

.contacto-hero-image::before{
	position: absolute;
    content: '';
    bottom: -400px;
    left: -100px;
    background: url(https://easydoc.cl/website/wp-content/uploads/2026/05/hombre-contacto-easydoc-laptiop.png);
    width: 700px;
    height: 800px;
    z-index: 2;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom;
	
}

.contacto-info {
  background: #f8fafc;
  padding: 100px 20px;
}

.contacto-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.contacto-info-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 30px;
  text-align: left;
  transition: all 0.25s ease;
}

.contacto-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.contacto-info-card h3 {
  color: #0f172a;
  font-size: 20px;
  margin: 18px 0 10px;
}

.contacto-info-card p {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.contacto-map {
  background: #ffffff;
  padding: 100px 20px;
}

.map-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 460px;
}

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

.contacto-hero-image::before{
	display: none;
	
}
}



/* faq  */

.faq-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
}

.faq-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.faq-hero-content h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.faq-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  max-width: 680px;
  margin-bottom: 32px;
}

.faq-hero-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.faq-nav {
  background: #f8fafc;
  padding: 90px 20px;
}

.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.faq-category-grid a {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 18px 20px;
  color: #0b4f86;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.faq-category-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  border-color: #bfdbfe;
}

.faq-section {
  background: #ffffff;
  padding: 95px 20px;
}

.faq-section.faq-alt {
  background: #f8fafc;
}

.faq-section h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #0f172a;
  text-align: center;
  margin-bottom: 40px;
}

.faq-section .section-tag {
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.faq-alt .faq-list details {
  background: #ffffff;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 56px 20px 22px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #eff6ff;
  color: #0b4f86;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "−";
  background: #fff7ed;
  color: #f97316;
}

.faq-list p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  padding: 0 22px 22px;
}

.faq-final-cta {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.faq-final-cta h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 14px;
}

.faq-final-cta p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 30px;
}

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

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

@media (max-width: 600px) {
  .faq-category-grid {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    font-size: 15px;
    padding: 18px 52px 18px 18px;
  }
}


.home-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 0px 0;
	position: relative;
	z-index: 10;
}

.home-hero .hero-trust{
	margin-top: 0px!important;
	position: relative;
	z-index: 10;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
    padding: 0px 20px 50px 20px;
position: relative;
	z-index: 5;
  

}

.home-hero-content h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.home-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  max-width: 670px;
  margin-bottom: 32px;
}

.home-hero-image img {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0 auto;
}

.home-hero-image{
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.home-hero-image::before {
    position: absolute;
    content: '';
    bottom: -150px;
    left: -50px;
    background: url(https://easydoc.cl/website/wp-content/uploads/2026/05/dispositivos-980x532-1.png);
    width: 700px;
    height: 800px;
    z-index: 2;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.home-products {
  background: #f8fafc;
  padding: 100px 20px;
}

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

.home-product-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  padding: 28px;
  text-decoration: none;
  color: inherit;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.home-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
  border-color: #bfdbfe;
}

.home-product-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.home-product-icon {
  width: 44px;
  height: 44px;
  background: #eff6ff;
  color: #0b4f86;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-product-icon svg {
  width: 22px;
  height: 22px;
}

.home-product-top span {
  background: #fff7ed;
  color: #f97316;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 11px;
  border-radius: 999px;
}

.home-product-card h3 {
  font-size: 21px;
  color: #0f172a;
  margin: 0 0 12px;
}

.home-product-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.home-product-card strong {
  color: #f97316;
  margin-top: auto;
  font-size: 15px;
}

.home-benefits {
  background: #ffffff;
  padding: 100px 20px;
}

.home-benefits-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  max-width: 420px;
  margin: 0 auto;
}

.home-flow {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}

.home-flow h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: #0f172a;
  margin-bottom: 45px;
}

.home-final-cta {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.home-final-cta h2 {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 14px;
}

.home-final-cta p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 30px;
}

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

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

  .home-hero-image {
    margin-top: 30px;
  }
}

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

  .home-product-card {
    min-height: auto;
  }

.home-hero-image img {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0 auto;
	display: none;
}

.home-hero-image::before {
    display: none;
}

}


/* acceso clientes  */

.acceso-hero {
  background: linear-gradient(135deg, #174b78, #1e4f7a);
  color: #ffffff;
  padding: 100px 20px;
}

.acceso-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.acceso-hero-content h1 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
}

.acceso-hero-sub {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.65;
  max-width: 650px;
}

.acceso-hero-card {
  background: #0f2f4a;
  border-radius: 16px;
  padding: 28px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.acceso-options {
  background: #f8fafc;
  padding: 100px 20px;
}

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

.acceso-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.acceso-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
  border-color: #bfdbfe;
}

.acceso-icon {
  width: 46px;
  height: 46px;
  background: #eff6ff;
  color: #0b4f86;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.acceso-icon svg {
  width: 23px;
  height: 23px;
}

.acceso-card h3 {
  font-size: 21px;
  color: #0f172a;
  margin: 0 0 12px;
}

.acceso-card p {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.acceso-card strong {
  color: #f97316;
  margin-top: auto;
  font-size: 15px;
}

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

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

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

  .acceso-card {
    min-height: auto;
  }
}




/* HERO INTERIOR */
.lp-inner-hero {
    background: linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    padding: 110px 20px 90px;
    color: #fff;
    overflow: hidden;
}

.inner-hero-grid {
    display: grid !important;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.inner-hero-content h1 {
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    color: #fff !important;
    margin-bottom: 24px;
    max-width: 700px;
}

.inner-hero-content p {
    color: #d6e2f0 !important;
    font-size: 18px;
    line-height: 1.7;
    max-width: 620px;
}

.inner-hero-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    padding: 35px;
    border-radius: 24px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

.mini-card-header {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.mini-card-body {
    color: #dce7f5;
    line-height: 2;
}

.lp-video-cta .cta-card h2,
.lp-video-cta .cta-card p {
    color: #fff !important;
}

.lp-video-cta .cta-card p {
    opacity: .85;
}

.video-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

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

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

.video-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all .3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(0,0,0,.12);
}

.video-content {
    padding: 24px;
}

.video-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.video-content p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* CTA */
.lp-page .container {
    max-width: 1280px !important;
    margin: 0 auto;
    width: 100%;
}

.lp-video-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg, #174b78, #1e4f7a);
}

.cta-card {
  background: transparent;
  color: #fff;
  border-radius: 24px;
  padding: 70px 40px;
  text-align: center;
}

.cta-card h2 {
  font-size: clamp(30px, 4vw, 42px);
  margin-bottom: 15px;
}

.cta-card p {
  color: #cbd5e1;
  margin-bottom: 30px;
}

/* RESPONSIVE */
@media (max-width: 900px) {

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

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

}



/* =========================================================
   BOLETA MOVIL - EASYDOC
========================================================= */

/* HERO */
.lp-hero {
    background: linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    padding: 120px 20px 100px;
    overflow: hidden;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 24px;
    max-width: 720px;
}

.hero-content p {
    color: #d6e2f0;
    font-size: 18px;
    line-height: 1.7;
    max-width: 620px;
}

/* BOTONES */
.hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff !important;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.btn-primary:hover {
    background: #ea580c;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff !important;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
    transition: all .25s ease;
}

.btn-secondary:hover {
    background: rgba(255,255,255,.08);
}

/* STATS */
.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.hero-stat strong {
    display: block;
    font-size: 28px;
    color: #fff;
}

.hero-stat span {
    color: #d6e2f0;
    font-size: 14px;
}

/* MOBILE CARD */
.hero-visual {
    display: flex;
    justify-content: center;
}

.mobile-card {
    width: 100%;
    max-width: 380px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);
}

.mobile-top {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.mobile-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
}

.mobile-screen {
    background: #fff;
    border-radius: 22px;
    padding: 25px;
}

.mobile-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0f172a;
}

.mobile-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.mobile-item span {
    color: #64748b;
}

.mobile-item strong {
    color: #0f172a;
}

.mobile-success {
    margin-top: 25px;
    background: #ecfdf5;
    color: #10b981;
    padding: 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

/* SECCIONES */
.lp-problem,
.lp-solution,
.lp-video-section,
.lp-video-cta {
    padding: 100px 20px;
}

.lp-problem {
    background: #f8fafc;
}

.lp-solution {
    background: #fff;
}

.section-heading.center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.section-heading h2 {
    font-size: clamp(30px, 4vw, 44px);
    margin-bottom: 18px;
}

.section-heading p {
    color: #64748b;
    line-height: 1.7;
}

/* TAG */
.section-tag {
    display: inline-flex;
    background: rgba(249,115,22,.12);
    color: #f97316;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .03em;
}

/* PROBLEM GRID */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.problem-card {
    background: #fff;
    padding: 35px;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    transition: all .25s ease;
}

.problem-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.problem-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.problem-card p {
    color: #64748b;
    line-height: 1.7;
}

.problem-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.problem-icon svg {
    width: 26px;
    height: 26px;
}

.problem-icon.red {
    background: #fff1f2;
    color: #ef4444;
}

/* SOLUTION */
.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.solution-content h2 {
    font-size: clamp(30px, 4vw, 46px);
    margin-bottom: 20px;
}

.solution-content p {
    color: #64748b;
    line-height: 1.8;
}

.solution-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 35px;
}

.solution-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.solution-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.solution-item span {
    color: #64748b;
    line-height: 1.6;
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-tag {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}
.icon-box-tag img{
    border-radius: 50%;
}

.icon-box svg {
    width: 22px;
    height: 22px;
}

.icon-box.orange {
    background: #fff7ed;
    color: #f97316;
}

.icon-box.blue {
    background: #eff6ff;
    color: #3b82f6;
}

.icon-box.green {
    background: #ecfdf5;
    color: #10b981;
}

.solution-image img {
    width: 70%;
    border-radius: 24px;
    box-shadow: none;
}

/* VIDEO */
.lp-video-section {
    background: #f8fafc;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    border-radius: 24px;
    overflow: hidden;
  
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* CTA */
.cta-card {
    background: transparent;
    padding: 70px 40px;
    border-radius: 30px;
    text-align: center;
}

.cta-card h2 {
    font-size: clamp(32px, 4vw, 48px);
    color: #fff !important;
    margin-bottom: 20px;
}

.cta-card p {
    color: #d6e2f0 !important;
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

/* CONTAINER */
.lp-page .container {
    max-width: 1280px !important;
    margin: 0 auto;
    width: 100%;
}

/* TIPOGRAFÍA */
.lp-page p,
.lp-page span,
.lp-page li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

/* RESPONSIVE */
@media (max-width: 1024px) {

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

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

}

@media (max-width: 768px) {

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

    .hero-content h1 {
        font-size: 42px;
    }

    .hero-stats {
        gap: 20px;
    }

    .cta-card {
        padding: 50px 25px;
    }

}



/* =========================================================
   PLANES - EASYDOC
========================================================= */

/* HERO */
.lp-hero-plans {
    background: linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    padding: 120px 20px 100px;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 24px;
    max-width: 760px;
}

.hero-content p {
    color: #d6e2f0;
    font-size: 18px;
    line-height: 1.7;
    max-width: 620px;
}

/* HERO BADGES */
.hero-badges {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hero-badges span {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
}

/* MINI CARD */
.hero-visual {
    display: flex;
    justify-content: center;
}

.plans-mini-card {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.plans-mini-header {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.plans-mini-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.plans-mini-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #dce7f5;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 14px;
}

.plans-mini-item strong {
    color: #fff;
}

/* INTRO */
.lp-plans-intro {
    padding: 100px 20px 50px;
    background: #fff;
}

.section-heading.center {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.section-heading h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 20px;
}

.section-heading p {
    color: #64748b;
    line-height: 1.8;
}

/* TAG */
.section-tag {
    display: inline-flex;
    background: rgba(249,115,22,.12);
    color: #f97316;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .03em;
}

/* PLAN CARDS */
.lp-plan-cards {
    padding: 40px 20px 100px;
    background: #fff;
}

.plan-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.plan-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all .3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.plan-card.featured {
    border: 2px solid #f97316;
    transform: scale(1.03);
}

.recommended {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #f97316;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 999px;
    z-index: 2;
}

.plan-top {
    padding: 40px 30px;
    text-align: center;
    color: #fff;
}

.plan-top.blue {
    background: #1d4ed8;
}

.plan-top.orange {
    background: #f59e0b;
}

.plan-top.green {
    background: #10b981;
}

.plan-top h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.plan-price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.plan-year {
    opacity: .9;
}

.plan-body {
    padding: 35px;
}

.plan-body h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

.plan-body p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 24px;
}

.plan-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.plan-body li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}

.btn-plan {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #0f172a;
    color: #fff !important;
    padding: 15px 24px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.btn-plan:hover {
    background: #1e293b;
}

/* TABLA */
.lp-comparison {
    background: #f8fafc;
    padding: 100px 20px;
}

.comparison-wrapper {
    overflow-x: auto;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.comparison-table thead {
    background: #0f172a;
}

.comparison-table th {
    color: #fff;
    padding: 24px;
    text-align: center;
    font-size: 16px;
}

.comparison-table th:first-child {
    text-align: left;
}

.comparison-table td {
    padding: 22px 24px;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    color: #334155;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.category-row td {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 15px;
}

.yes {
    color: #10b981 !important;
    font-weight: 700;
}

.no {
    color: #ef4444 !important;
    font-weight: 700;
}

/* CTA */
.lp-video-cta {
    padding: 100px 20px;
    background: #fff;
}

.cta-card {
    background: linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    padding: 70px 40px;
    border-radius: 32px;
    text-align: center;
}

.cta-card h2 {
    color: #fff !important;
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 20px;
}

.cta-card p {
    color: #d6e2f0 !important;
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

/* FORM */
.lp-contact-form {
    padding: 100px 20px;
    background: #f8fafc;
}

.contact-card {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 50px rgba(0,0,0,.05);
}

.contact-card h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
}

.contact-card p {
    text-align: center;
    color: #64748b;
    margin-bottom: 40px;
}

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

.form-grid input,
.form-grid select {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dbe3ec;
    padding: 0 18px;
    font-size: 15px;
    background: #fff;
}

.form-grid input:focus,
.form-grid select:focus {
    outline: none;
    border-color: #f97316;
}

.contact-submit {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: #f97316;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    cursor: pointer;
    transition: all .25s ease;
}

.contact-submit:hover {
    background: #ea580c;
}

/* BOTONES */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff !important;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .25s ease;
}

.btn-primary:hover {
    background: #ea580c;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff !important;
    padding: 15px 28px;
    border-radius: 12px;
    text-decoration: none;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
	justify-content: center;
}

/* CONTAINER */
.lp-page .container {
    max-width: 1280px !important;
    margin: 0 auto;
    width: 100%;
}

/* TIPOGRAFÍA */
.lp-page p,
.lp-page span,
.lp-page li,
.lp-page a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

/* RESPONSIVE */
@media (max-width: 1100px) {

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

    .plan-card.featured {
        transform: none;
    }

}

@media (max-width: 768px) {

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

    .contact-card {
        padding: 40px 25px;
    }

    .comparison-table {
        min-width: 100%;
        table-layout: fixed;
    }

    .comparison-table th,
    .comparison-table td {
        font-size: 13px;
        padding: 14px 10px;
        line-height: 1.4;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .cta-card {
        padding: 50px 25px;
    }

}

/* =========================================================
TABLA PLANES MODERNA
========================================================= */

.lp-pricing-table {
    padding: 100px 20px;
    background: #ffffff;
}

.pricing-table-wrapper {
    margin-top: 50px;
    overflow-x: auto;
    border-radius: 28px;
    border: 1px solid #dbe4ee;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
    background: #fff;
}

.pricing-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

/* HEAD */
.pricing-table thead {
    background: #fff;
}

.pricing-table th {
    padding: 0;
    border-right: 1px solid #e5edf5;
    vertical-align: top;
}

.pricing-table th:last-child {
    border-right: none;
}

.feature-col {
    width: 32%;
    padding: 50px 40px !important;
    text-align: left;
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

/* PLANES */


.pricing-plan {
  position: relative;
padding: 40px 25px;
    color: #fff;
    text-align: center;
  overflow: hidden;
}

.featured-ribbon{
  position:absolute;
  top:18px;
  right:-48px;
background:#000000;
  color:#ffffff;
font-size:12px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;

  padding:15px 60px;

  transform:rotate(45deg);

  box-shadow:0 4px 12px rgba(0,0,0,.15);

  z-index:5;
}

.pricing-plan.small {
    background: #1976d2;
}

.pricing-plan.medium {
    background: #f59e0b;
}

.pricing-plan.large {
    background: #10b981;
}

.pricing-plan.featured {
    transform: scale(1.03);
    z-index: 2;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.25);
}

.featured-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 999px;
}

.plan-name {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

.plan-subtitle {
    font-size: 14px;
    opacity: .95;
    margin-bottom: 20px;
    min-height: 40px;
}

.plan-price {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.plan-year {
    font-size: 16px;
    opacity: .95;
}

/* BODY */
.pricing-table td {
    padding: 18px 22px;
    border-bottom: 1px solid #e5edf5;
    border-right: 1px solid #e5edf5;
    font-size: 15px;
    color: #334155;
    text-align: center;
    line-height: 1.5;
}

.pricing-table td:last-child {
    border-right: none;
}

.pricing-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #0f172a;
}

/* SETUP */
.setup-row td {
    background: #f8fafc;
    font-size: 16px;
    font-weight: 600;
}

/* CATEGORÍAS */
.category-title td {
    background: #e9f2ff;
    color: #1d4ed8 !important;
    font-size: 14px;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 14px 22px;
}

/* CHECKS */
.table-yes {
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
}

.table-no {
    color: #cbd5e1;
    font-weight: 700;
    font-size: 22px;
}

/* HOVER */
.pricing-table tbody tr:hover td {
    background: #fafcff;
}

/* MOBILE */
@media (max-width: 768px) {

    .lp-pricing-table {
        padding: 60px 0;
    }

    .pricing-table-wrapper {
        overflow-x: visible;
        border-radius: 0;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }

    .pricing-table {
        width: 100%;
        min-width: 100%;
        table-layout: fixed;
    }

    /* CABECERA */
    .feature-col {
        width: 34%;
        font-size: 15px;
        line-height: 1.2;
        padding: 18px 10px !important;
    }

    .pricing-plan {
        padding: 18px 6px;
    }

    .plan-name {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .plan-subtitle {
        display: none;
    }

    .plan-price {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .plan-year {
        font-size: 11px;
    }

    .featured-badge {
        font-size: 8px;
        padding: 4px 6px;
        top: 6px;
        right: 6px;
    }

    /* TABLA */
    .pricing-table td {
        font-size: 11px;
        padding: 10px 6px;
        line-height: 1.25;
        word-break: break-word;
    }

    .pricing-table td:first-child {
        font-size: 10px;
        font-weight: 600;
    }

    .category-title td {
        font-size: 10px !important;
        padding: 10px 8px;
        letter-spacing: .02em;
    }

    .setup-row td {
        font-size: 10px;
    }

    .table-yes,
    .table-no {
        font-size: 14px;
    }

}




/* =========================================================
COMPARATIVA EASYDOCS VS SII
========================================================= */

.lp-compare-sii {
    padding: 100px 20px;
    background: #ffffff;
}

.compare-table-wrapper {
    margin-top: 50px;
    overflow-x: visible;
    border-radius: 28px;
    border: 1px solid #dbe4ee;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
	margin: 0px 60px;
}

.compare-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

/* HEAD */
.compare-table th {
    padding: 0;
    border-right: 1px solid #e2e8f0;
}

.compare-table th:last-child {
    border-right: none;
}

.compare-feature-col {
    width: 46%;
    padding: 40px 30px !important;
    text-align: left;
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.compare-head {
    padding: 35px 15px;
    text-align: center;
    color: #fff;
}

.compare-head.easydoc {
    background: #1d4ed8;
}

.compare-head.sii {
    background: #64748b;
}

.compare-logo {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.compare-head span {
    font-size: 14px;
    opacity: .95;
}

/* BODY */
.compare-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    text-align: center;
    font-size: 15px;
    color: #334155;
}

.compare-table td:last-child {
    border-right: none;
}

.compare-table td:first-child {
    text-align: left;
    font-weight: 500;
    color: #0f172a;
}

/* CATEGORÍAS */
.compare-category td {
    background: #e9f2ff;
    color: #1d4ed8 !important;
    font-size: 13px;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 14px 20px;
}

/* CHECKS */
.compare-yes {
    color: #10b981;
    font-size: 20px;
    font-weight: 700;
}

.compare-no {
    color: #cbd5e1;
    font-size: 20px;
    font-weight: 700;
}

/* HOVER */
.compare-table tbody tr:hover td {
    background: #fafcff;
}

/* MOBILE */
@media (max-width: 768px) {

    .lp-compare-sii {
        padding: 70px 0;
    }

    .compare-table-wrapper {
        border-radius: 0;
        border-left: none;
        border-right: none;
        box-shadow: none;
		margin: 0px 20px;
    }

    .compare-feature-col {
        width: 52%;
        font-size: 15px;
        padding: 18px 10px !important;
    }

    .compare-head {
        padding: 18px 6px;
    }

    .compare-logo {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .compare-head span {
        display: none;
    }

    .compare-table td {
        font-size: 11px;
        padding: 10px 6px;
        line-height: 1.25;
        word-break: break-word;
    }

    .compare-table td:first-child {
        font-size: 10px;
        font-weight: 600;
    }

    .compare-category td {
        font-size: 10px !important;
        padding: 10px 8px;
    }

    .compare-yes,
    .compare-no {
        font-size: 14px;
    }

}




/* =========================================================
HOME FEATURED POS
========================================================= */

.home-pos-feature {
    position: relative;
    padding: 120px 20px;
    background:
    radial-gradient(circle at top right, rgba(249,115,22,.12), transparent 320px),
    linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    overflow: hidden;
}

.home-pos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

/* CONTENT */
.home-pos-content h2 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.08;
    color: #fff;
    margin-bottom: 24px;
    max-width: 720px;
}

.home-pos-description {
    color: #d9e6f2 !important;
    font-size: 18px;
    line-height: 1.8;
    max-width: 620px;
    margin-bottom: 40px;
}

/* BENEFITS */
.home-pos-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.home-pos-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 16px;
    backdrop-filter: blur(10px);
}

.benefit-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(249,115,22,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
}

.benefit-icon svg {
    width: 20px;
    height: 20px;
}

.home-pos-benefit span {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

/* BUTTONS */
.home-pos-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-secondary-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff !important;
    text-decoration: none;
    transition: all .25s ease;
}

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

/* DASHBOARD */
.home-pos-visual {
    display: flex;
    justify-content: center;
}

.pos-dashboard {
    width: 100%;
    max-width: 560px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(0,0,0,.25);
}

/* TOPBAR */
.pos-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.pos-dots {
    display: flex;
    gap: 8px;
}

.pos-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}

.pos-status {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* BODY */
.pos-body {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 20px;
    padding: 24px;
}

/* PRODUCTS */
.pos-products {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pos-product-card {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pos-product-card strong {
    color: #fff;
    font-size: 15px;
}

.pos-product-card span {
    color: #d6e2f0;
    font-size: 14px;
}

.pos-product-card.active {
    border-color: rgba(249,115,22,.4);
    background: rgba(249,115,22,.12);
}

/* SUMMARY */
.pos-summary {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.summary-card {
    background: rgba(255,255,255,.06);
    border-radius: 18px;
    padding: 18px 16px;
}

.summary-card span {
    display: block;
    color: #cbd9e8;
    font-size: 13px;
    margin-bottom: 10px;
}

.summary-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
}

.summary-card.highlight {
    background: rgba(249,115,22,.14);
    border: 1px solid rgba(249,115,22,.2);
}

/* RESPONSIVE */
@media (max-width: 980px) {

    .home-pos-grid {
        grid-template-columns: 1fr;
    }

    .home-pos-content {
        text-align: center;
    }

    .home-pos-description {
        margin-left: auto;
        margin-right: auto;
    }

    .home-pos-buttons {
        justify-content: center;
    }

}

@media (max-width: 768px) {

    .home-pos-feature {
        padding: 80px 20px;
    }

    .home-pos-benefits {
        grid-template-columns: 1fr;
    }

    .home-pos-content h2 {
        font-size: 36px;
    }

    .pos-body {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
COMPARE PAGE
========================================================= */

.lp-compare-page {
    background: #f8fafc;
}

/* HERO */
.lp-hero-small {
    padding: 120px 20px 90px;
    background:
    radial-gradient(circle at top right, rgba(249,115,22,.08), transparent 320px),
    linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
}

.lp-hero-content.center {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.lp-hero-content h1 {
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 26px;
}

.lp-hero-content p {
    color: #dce8f5 !important;
    font-size: 20px;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto 40px;
}

/* INTRO */
.lp-intro-section {
    padding: 80px 20px 30px;
}

.intro-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 40px rgba(15,23,42,.05);
}

.intro-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 20px;
    background: rgba(29,78,216,.08);
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-icon svg {
    width: 34px;
    height: 34px;
}

.intro-card h2 {
    font-size: 34px;
    margin-bottom: 14px;
    color: #0f172a;
}

.intro-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}

/* CTA */
.lp-final-cta {
    padding: 100px 20px;
}

.final-cta-card {
    background:
    radial-gradient(circle at top right, rgba(249,115,22,.16), transparent 280px),
    linear-gradient(135deg, #163d69 0%, #1d4f85 100%);
    border-radius: 36px;
    padding: 80px 50px;
    text-align: center;
}

.final-cta-card h2 {
    color: #fff;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.08;
    margin-bottom: 24px;
}

.final-cta-card p {
    color: #dce8f5 !important;
    font-size: 18px;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto 40px;
}

/* MOBILE */
@media (max-width: 768px) {

    .lp-hero-small {
        padding: 90px 20px 70px;
    }

    .lp-hero-content h1 {
        font-size: 42px;
    }

    .lp-hero-content p {
        font-size: 17px;
    }

    .intro-card {
        flex-direction: column;
        padding: 30px;
    }

    .intro-card h2 {
        font-size: 28px;
    }

    .final-cta-card {
        padding: 60px 28px;
    }

}



/* =========================================================
LP ECOMMERCE
========================================================= */

.lp-ecommerce-page {
    background: #ffffff;
}

/* HERO */

.lp-ecommerce-hero {
    background: linear-gradient(135deg,#0f3b66 0%,#174f86 100%);
    padding: 120px 20px;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: center;
}

.heropos {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
    gap: 10px!important;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.15);
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 28px;
}

.lp-ecommerce-hero h1 {
    color: #fff;
    font-size: 64px;
    line-height: 1.05;
    margin-bottom: 26px;
    letter-spacing: -0.04em;
}

.lp-ecommerce-hero p {
    color: rgba(255,255,255,.8) !important;
    font-size: 21px;
    line-height: 1.8;
    max-width: 640px;
}

.hero-actions {
    display: flex;
    gap: 18px;
    margin-top: 40px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}

.hero-feature {
    color: rgba(255,255,255,.9);
    font-size: 15px;
}

.hero-card {
    background: #0f2f52;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 30px 60px rgba(0,0,0,.25);
}

.hero-card-header {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
}

.hero-line {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.hero-line span {
    color: rgba(255,255,255,.65);
}

.hero-line strong {
    color: #fff;
}

.hero-card-success {
    margin-top: 26px;
    background: rgba(16,185,129,.15);
    border: 1px solid rgba(16,185,129,.25);
    padding: 18px;
    border-radius: 16px;
    color: #34d399;
    text-align: center;
    font-weight: 600;
}

/* PROBLEMS */

.lp-ecommerce-problems,
.lp-ecommerce-solution,
.lp-ecommerce-integrations {
    padding: 110px 20px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-top: 60px;
}

.problem-card {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 38px;
}

.problem-card h3 {
    font-size: 28px;
    margin-bottom: 14px;
}

.problem-card p {
    color: #475569 !important;
    line-height: 1.8;
}

/* SOLUTION */

.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.solution-content h2 {
    font-size: 54px;
    line-height: 1.1;
    margin: 18px 0 26px;
}

.solution-content p {
    font-size: 19px;
    line-height: 1.9;
    color: #475569 !important;
}

.solution-list {
    margin-top: 36px;
    display: grid;
    gap: 16px;
}

.solution-item {
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px 22px;
    font-weight: 600;
}

.solution-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(15,23,42,.12);
}

/* INTEGRATIONS */

.integrations-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    margin-top: 60px;
}

.integration-card {
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    padding: 36px;
    transition: .25s ease;
}

.integration-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,.08);
mix-blend-mode: multiply;
}

.integration-logo {
    height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.integration-logo img {
    max-width: 180px;
    max-height: 58px;
	mix-blend-mode: multiply;
}

.integration-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.integration-card p {
    color: #475569 !important;
    line-height: 1.8;
}

/* CTA */

.lp-ecommerce-cta {
    padding: 0 20px 120px;
}

.cta-box {
    background: linear-gradient(135deg,#123d69 0%,#0f2f52 100%);
    border-radius: 34px;
    padding: 90px 40px;
    text-align: center;
}

.cta-box h2 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 20px;
}

.cta-box p {
    color: rgba(255,255,255,.8) !important;
    font-size: 19px;
    margin-bottom: 34px;
}

/* BUTTONS */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff !important;
    padding: 18px 34px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff !important;
    padding: 18px 34px;
    border-radius: 14px;
    text-decoration: none;
}

/* MOBILE */

@media (max-width: 992px) {

    .hero-grid,
    .solution-grid,
    .integrations-grid,
    .problems-grid {
        grid-template-columns: 1fr;
    }

.heropos {
        grid-template-columns: 1fr!important;
    }
    .lp-ecommerce-hero h1,
    .solution-content h2,
    .cta-box h2 {
        font-size: 42px;
    }

}

@media (max-width: 768px) {

    .lp-ecommerce-hero {
        padding: 90px 20px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .lp-ecommerce-hero h1 {
        font-size: 36px;
    }

    .lp-ecommerce-hero p,
    .solution-content p,
    .cta-box p {
        font-size: 17px;
    }

    .problem-card,
    .integration-card {
        padding: 28px;
    }

    .cta-box {
        padding: 60px 24px;
    }

}




/* =========================================================
CTA COMPARACIÓN SII
========================================================= */

.lp-compare-cta{
  padding:80px 0;
  background:#f8fafc;
}

.compare-cta-card{
  background:linear-gradient(135deg,#0b2f5b 0%, #123d73 100%);
  border-radius:28px;

  padding:60px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;

  color:#ffffff;

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

.compare-cta-content{
  max-width:720px;
}

.compare-cta-content h2{
  font-size:48px;
  line-height:1.1;
  margin:18px 0 20px;
  color:#ffffff;
}

.compare-cta-content p{
  font-size:20px;
  line-height:1.7;
  color:rgba(255,255,255,.82);
}

.compare-cta-action{
  flex-shrink:0;
}

.compare-cta-action .primary-btn{
  background:#f97316;
  color:#ffffff;
  padding:18px 32px;
  border-radius:14px;

  font-size:17px;
  font-weight:700;
  text-decoration:none;

  display:inline-flex;
  align-items:center;
  gap:10px;

  transition:.25s ease;
}

.compare-cta-action .primary-btn:hover{
  transform:translateY(-2px);
  background:#ea580c;
}

@media(max-width:991px){

  .compare-cta-card{
    flex-direction:column;
    align-items:flex-start;
    padding:40px 28px;
  }

  .compare-cta-content h2{
    font-size:34px;
  }

  .compare-cta-content p{
    font-size:17px;
  }

}




/* =========================================================
VIDEOS PAGE
========================================================= */

.lp-videos-page{
  background:#f8fafc;
}

/* HERO */

.videos-hero{
  padding:120px 0 80px;
  background:linear-gradient(180deg,#eff6ff 0%,#f8fafc 100%);
  text-align:center;
}

.videos-hero h1{
  font-size:clamp(42px,5vw,64px);
  line-height:1.05;
  font-weight:800;
  color:#0f172a;
  margin:20px 0;
}

.videos-hero p{
  max-width:760px;
  margin:0 auto;
  font-size:20px;
  line-height:1.7;
  color:#475569;
}

/* SECTIONS */

.videos-section{
  padding:90px 0;
}

.videos-section.light{
  background:#ffffff;
}

/* GRID */

.videos-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  margin-top:50px;
}

/* CARD */

.video-card{
  background:#ffffff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 35px rgba(15,23,42,.08);
  transition:.3s;
}

.video-card:hover{
  transform:translateY(-6px);
}

/* VIDEO */

.video-wrapper{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#000;
}

.video-cover{
  position:absolute;
  inset:0;
  cursor:pointer;
  z-index:2;
}

.video-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.video-play{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:78px;
  height:78px;
  border:none;
  border-radius:50%;
  background:#f97316;
  color:#ffffff;
  font-size:30px;
  cursor:pointer;
  transition:.3s;
}

.video-play:hover{
  transform:translate(-50%,-50%) scale(1.08);
}

.video-wrapper iframe{
  width:100%;
  height:100%;
  border:none;
  display:none;
}

/* INFO */

.video-info{
  padding:28px;
}

.video-info h3{
  font-size:22px;
  line-height:1.3;
  font-weight:700;
  color:#0f172a;
  margin-bottom:12px;
}

.video-info p{
  color:#64748b;
  line-height:1.7;
  margin:0;
}

/* CTA */

.videos-cta{
  padding:0 0 110px;
}

.videos-cta-box{
  background:#0f3b73;
  border-radius:32px;
  padding:70px;
  text-align:center;
  color:#ffffff;
}

.videos-cta-box h2{
  font-size:42px;
  line-height:1.1;
  margin-bottom:20px;
  color:#ffffff;
}

.videos-cta-box p{
  max-width:700px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:991px){

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

  .videos-cta-box{
    padding:50px 30px;
  }

}

@media(max-width:767px){

  .videos-hero{
    padding:90px 0 60px;
  }

  .videos-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .videos-hero h1{
    font-size:42px;
  }

  .videos-hero p{
    font-size:17px;
  }

  .video-info{
    padding:22px;
  }

  .video-info h3{
    font-size:20px;
  }

  .videos-cta-box h2{
    font-size:34px;
  }

}

.custom-video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:22px;
  cursor:pointer;
  background:#000;
}

.video-overlay{
  position:absolute;
  inset:0;
  z-index:2;
}

.video-overlay img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.custom-video iframe{
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
}


/* =========================================
BLOG
========================================= */

.lp-blog-section{
  padding:90px 0;
  background:#f8fafc;
}

.lp-inner-hero h1{
	color: #ffffff;
}

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

.blog-card{
  background:#ffffff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  transition:.3s ease;
}

.blog-card:hover{
  transform:translateY(-6px);
}

.blog-image{
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
}

.blog-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.blog-content{
  padding:28px;
}

.blog-date{
  font-size:14px;
  color:#64748b;
  margin-bottom:12px;
}

.blog-content h2{
  font-size:24px;
  line-height:1.25;
  margin-bottom:16px;
}

.blog-content h2 a{
  color:#0f172a;
  text-decoration:none;
}

.blog-content p{
  color:#475569;
  line-height:1.7;
  margin-bottom:24px;
}

.blog-readmore{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f97316;
  color:#ffffff;
  text-decoration:none;
  padding:14px 20px;
  border-radius:14px;
  font-weight:700;
  transition:.3s ease;
}

.blog-readmore:hover{
  background:#ea580c;
}

.blog-pagination{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:10px;
}

.blog-pagination .page-numbers{
  width:44px;
  height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#ffffff;
  color:#0f172a;
  font-weight:700;
  box-shadow:0 5px 20px rgba(15,23,42,.06);
}

.blog-pagination .current{
  background:#f97316;
  color:#ffffff;
}

.lp-inline-cta a{
	
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff !important;
    padding: 18px 34px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;

}

/* MOBILE */

@media(max-width:768px){

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

  .blog-content h2{
    font-size:22px;
  }

}


/* =========================================================
DEMO EASYPOS
========================================================= */

.ep-demo-section{
  padding: 90px 20px;
  background: #0f172a;
}

.ep-demo-inner{
  max-width: 1180px;
  margin: 0 auto;
}

.ep-demo-heading{
  text-align: center;
  margin-bottom: 50px;
}

.ep-demo-tag{
  display: inline-flex;
  background: rgba(249,115,22,0.12);
  color: #f97316;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ep-demo-heading h2{
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 22px;
}

.ep-demo-heading p{
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}

.ep-demo-video-box{
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #000000;
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.ep-demo-video-box iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ep-demo-action{
  text-align: center;
  margin-top: 40px;
}

.ep-demo-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f97316;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 34px;
  border-radius: 14px;
  transition: .25s ease;
}

.ep-demo-btn:hover{
  background: #ea580c;
  transform: translateY(-2px);
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:768px){

  .ep-demo-section{
    padding: 70px 18px;
  }

  .ep-demo-heading h2{
    font-size: 36px;
  }

  .ep-demo-heading p{
    font-size: 17px;
    line-height: 1.6;
  }

  .ep-demo-video-box{
    border-radius: 20px;
  }

  .ep-demo-btn{
    width: 100%;
    max-width: 340px;
  }

}

.wpforms-submit{
	width: 100%!important;
    height: 58px!important;
    border: none;
    border-radius: 14px!important;
    background: #f97316!important;
    color: #fff!important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px;
    cursor: pointer;
    transition: all .25s ease;
}