.elementor-345 .elementor-element.elementor-element-03ef550{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-345 .elementor-element.elementor-element-03ef550{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-9ed5a74 *//* ============================================================
   PLAN CRONOS — style.css
   ============================================================ */

:root {
  --navy:       #0f1f3d;
  --navy-mid:   #1a3260;
  --navy-light: #2c4a7e;
  --blue:       #2f6df6;
  --blue-dark:  #1a55d4;
  --blue-light: #6b9cff;
  --cream:      #f9f6f0;
  --white:      #ffffff;
  --gray-100:   #f4f4f2;
  --gray-200:   #e8e7e2;
  --gray-400:   #9e9c96;
  --gray-600:   #5c5a55;
  --gray-900:   #1a1918;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --ease: 0.22s ease;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 12px rgba(15,31,61,0.07);
  --shadow-md: 0 8px 32px rgba(15,31,61,0.11);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--gray-900); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: 1140px; margin-inline: auto; padding-inline: 1.5rem; }
.section { padding-block: 5rem; }
.section-header { text-align: center; max-width: 640px; margin-inline: auto; margin-bottom: 3rem; }

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.75rem;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
em { font-style: italic; color: var(--navy-mid); }
p  { color: var(--gray-600); }

/* ---- BOTONES -------------------------------------------- */
.btn { display: inline-block; font-family: var(--sans); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.02em; padding: 0.65rem 1.4rem; border-radius: var(--radius-sm); border: 1.5px solid transparent; cursor: pointer; transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease); white-space: nowrap; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--blue); color: var(--white); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); box-shadow: var(--shadow-sm); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--gray-200); }
.btn-outline:hover { border-color: var(--navy); box-shadow: var(--shadow-sm); }
.btn-light { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-light:hover { background: var(--cream); }
.btn-large { font-size: 1rem; padding: 0.85rem 2rem; }
.btn-full  { width: 100%; text-align: center; }

/* ---- HEADER -------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-200); }
.header-inner { display: flex; align-items: center; gap: 2rem; padding-block: 1rem; }
.logo { display: flex; align-items: center; gap: 0.65rem; flex-shrink: 0; }
.logo-mark { width: 36px; height: 36px; background: var(--navy); color: var(--blue-light); border-radius: var(--radius-sm); display: grid; place-items: center; font-family: var(--serif); font-size: 0.9rem; }
.logo-text { font-family: var(--sans); font-size: 1rem; color: var(--navy); }
.logo-text strong { font-weight: 500; }
.main-nav { display: flex; gap: 0.25rem; margin-left: auto; }
.nav-link { font-size: 0.875rem; color: var(--gray-600); padding: 0.4rem 0.8rem; border-radius: var(--radius-sm); transition: color var(--ease), background var(--ease); }
.nav-link:hover { color: var(--navy); background: var(--gray-100); }
.nav-link.active { color: var(--navy); font-weight: 500; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--navy); padding: 0.25rem; margin-left: auto; }

/* ---- HERO ---------------------------------------------- */
.hero { background: var(--cream); padding-block: 6rem 5rem; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(47,109,246,0.06) 0%, transparent 60%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eyebrow { display: block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 1rem; }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 1.25rem; color: var(--navy); }
.hero-sub { font-size: 1.1rem; line-height: 1.8; color: var(--gray-600); max-width: 500px; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-trust { display: flex; align-items: center; gap: 1.5rem; padding-top: 2rem; border-top: 1px solid var(--gray-200); }
.trust-item { display: flex; flex-direction: column; }
.trust-num { font-family: var(--serif); font-size: 1.4rem; color: var(--navy); line-height: 1; }
.trust-label { font-size: 0.75rem; color: var(--gray-600); margin-top: 0.2rem; }
.trust-divider { width: 1px; height: 36px; background: var(--gray-200); }
.hero-visual { position: relative; min-height: 360px; display: flex; flex-direction: column; gap: 1rem; padding-top: 1rem; }
.hero-card { background: var(--white); border-radius: var(--radius-lg); padding: 1.25rem 1.5rem; box-shadow: var(--shadow-md); border: 1px solid var(--gray-200); animation: floatUp 0.7s ease both; }
.hero-card:nth-child(1) { animation-delay: 0.1s; max-width: 280px; }
.hero-card:nth-child(2) { animation-delay: 0.25s; max-width: 260px; align-self: flex-end; }
.hero-card:nth-child(3) { animation-delay: 0.4s; max-width: 220px; }
.hero-card--alt { border-left: 3px solid var(--blue); }
.hero-card--sm { padding: 0.85rem 1.25rem; }
.hcard-icon { width: 32px; height: 32px; background: var(--navy); color: var(--white); border-radius: 50%; display: grid; place-items: center; font-size: 0.85rem; margin-bottom: 0.75rem; }
.hcard-icon--gold { background: var(--blue); color: var(--white); }
.hcard-title { font-weight: 500; color: var(--navy); font-size: 0.9rem; margin-bottom: 0.2rem; }
.hcard-sub { font-size: 0.78rem; color: var(--gray-400); }
.hero-bg-shape { position: absolute; inset: -40px -40px -40px 0; background: radial-gradient(ellipse at center, var(--gray-100) 0%, transparent 70%); z-index: -1; border-radius: 50%; }
@keyframes floatUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ---- SERVICIOS DESTACADOS (inicio) --------------------- */
.services-highlight { background: var(--white); }

.section-header h2 { color: var(--navy); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}

.services-grid > .service-card:nth-child(1),
.services-grid > .service-card:nth-child(2),
.services-grid > .service-card:nth-child(3) {
  grid-column: span 2;
}

.services-grid > .service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.services-grid > .service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: box-shadow var(--ease), transform var(--ease);
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.service-card h3 { color: var(--navy); margin-bottom: 0.75rem; }
.service-card p { color: var(--gray-600); }
.service-card--featured { background: var(--navy); border-color: var(--navy); }
.service-card--featured h3 { color: var(--white); }
.service-card--featured p { color: rgba(255,255,255,0.8); }
.service-card--featured .card-link { color: var(--blue-light); }
.service-icon { font-size: 1.5rem; color: var(--blue); margin-bottom: 1rem; display: block; }
.card-link { display: inline-block; margin-top: 1.25rem; font-size: 0.875rem; font-weight: 500; color: var(--navy); transition: color var(--ease); }
.card-link:hover { color: var(--blue); }

/* ---- POR QUÉ ELEGIRNOS --------------------------------- */
.why-us { background: var(--cream); }
.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.why-text .section-label { display: block; margin-bottom: 0.75rem; }
.why-text h2 { margin-bottom: 1.25rem; color: var(--navy); }
.why-desc { font-size: 1.05rem; margin-bottom: 2rem; color: var(--gray-600); }
.why-features { display: flex; flex-direction: column; gap: 1.5rem; }
.feature-item { display: flex; gap: 1.25rem; align-items: flex-start; }
.feature-num { font-family: var(--serif); font-size: 1.4rem; color: var(--blue); line-height: 1; flex-shrink: 0; width: 28px; padding-top: 2px; }
.feature-item h4 { margin-bottom: 0.3rem; font-size: 1rem; color: var(--navy); }
.feature-item p { color: var(--gray-600); }

/* ---- CTA BANNER ---------------------------------------- */
.cta-banner { background: var(--navy); padding-block: 5rem; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.cta-banner h2 { color: var(--white); }
.cta-banner em { color: #6b9cff !important; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-top: 0.5rem; }

/* ---- PAGE HERO ----------------------------------------- */
.page-hero { background: var(--cream); padding-block: 4rem 3rem; border-bottom: 1px solid var(--gray-200); }
.page-hero .section-label { display: block; margin-bottom: 0.75rem; }
.page-hero h1 { max-width: 700px; margin-bottom: 1rem; color: var(--navy); }
.page-hero p { font-size: 1.1rem; max-width: 560px; color: var(--gray-600); }

/* ---- SERVICIOS DETALLE --------------------------------- */
.service-detail     { background: var(--white); }
.service-detail--alt { background: var(--cream); }
.service-detail-inner { display: grid; grid-template-columns: auto 1fr; gap: 4rem; align-items: start; }
.service-detail-badge { font-family: var(--serif); font-size: 3.5rem; color: var(--gray-200); line-height: 1; flex-shrink: 0; padding-top: 0.5rem; user-select: none; }
.service-detail--alt .service-detail-badge { color: var(--blue-light); opacity: 0.35; }
.service-detail-content .section-label { display: block; margin-bottom: 0.75rem; color: var(--blue); }
.service-detail-content h2 { margin-bottom: 1.25rem; color: var(--navy); }
.service-detail-content h2 em { color: var(--navy-mid); }
.service-detail-content > p { margin-bottom: 2rem; font-size: 1.05rem; color: var(--gray-600); }
.service-includes { margin-bottom: 2rem; }
.service-includes h4 { margin-bottom: 0.75rem; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1.5rem; }
.check-list li { position: relative; padding-left: 1.25rem; font-size: 0.9rem; color: var(--gray-600); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 500; }
.benefit-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.pill { background: var(--navy); color: var(--white); font-size: 0.78rem; padding: 0.3rem 0.85rem; border-radius: 100px; font-weight: 500; }
.service-extra { background: var(--cream); }
.service-extra .section-header h2 { color: var(--navy); }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.extra-card { background: var(--white); border-radius: var(--radius-md); padding: 1.5rem; border: 1px solid var(--gray-200); transition: box-shadow var(--ease), transform var(--ease); }
.extra-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.extra-card h4 { margin-bottom: 0.75rem; font-size: 1rem; color: var(--navy); }
.extra-card p { color: var(--gray-600); }

/* ---- SOBRE NOSOTROS ------------------------------------ */
.about-story { background: var(--white); }
.about-story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text .section-label { display: block; margin-bottom: 0.75rem; }
.about-text h2 { margin-bottom: 1.5rem; color: var(--navy); }
.about-text p { margin-bottom: 1.25rem; font-size: 1.05rem; color: var(--gray-600); }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.about-stat { background: var(--cream); border-radius: var(--radius-lg); padding: 1.75rem; border: 1px solid var(--gray-200); }
.stat-big { display: block; font-family: var(--serif); font-size: 2.5rem; color: var(--navy); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.82rem; color: var(--gray-600); text-transform: uppercase; letter-spacing: 0.08em; }
.values { background: var(--cream); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.value-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; border: 1px solid var(--gray-200); }
.value-num { font-family: var(--serif); font-size: 1.6rem; color: var(--blue); margin-bottom: 1rem; }
.value-card h3 { margin-bottom: 0.75rem; font-size: 1.05rem; color: var(--navy); }
.value-card p { color: var(--gray-600); }
.differentiation { background: var(--cream); }
.diff-header { margin-bottom: 2.5rem; }
.diff-header .section-label { display: block; margin-bottom: 0.75rem; }
.diff-table-wrap { overflow-x: auto; }
.diff-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.diff-table th, .diff-table td { padding: 1rem 1.5rem; text-align: left; font-size: 0.9rem; }
.diff-table thead th { background: var(--navy); color: var(--white); font-weight: 500; font-family: var(--sans); }
.th-cronos { color: var(--blue-light) !important; }
.th-trad { opacity: 0.5; }
.diff-table tbody tr { border-bottom: 1px solid var(--gray-200); }
.diff-table tbody tr:last-child { border-bottom: none; }
.diff-table tbody tr:nth-child(even) { background: var(--gray-100); }
.diff-table td:first-child { color: var(--gray-600); font-weight: 500; }
.td-yes { color: var(--navy); font-weight: 500; }
.td-yes::before { content: '✓ '; color: var(--blue); }
.td-no { color: var(--gray-400); }
.td-no::before { content: '✕ '; color: var(--gray-400); }

/* ---- CONTACTO ------------------------------------------ */
.contact-section { background: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: start; }
.contact-form-wrap h2 { margin-bottom: 0.75rem; color: var(--navy); }
.form-intro { color: var(--gray-600); margin-bottom: 2rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.82rem; font-weight: 500; color: var(--navy); letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { font-family: var(--sans); font-size: 0.925rem; color: var(--gray-900); background: var(--gray-100); border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); padding: 0.7rem 1rem; transition: border-color var(--ease), background var(--ease), box-shadow var(--ease); outline: none; appearance: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-400); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(47,109,246,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-check { display: flex; align-items: flex-start; gap: 0.65rem; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px; accent-color: var(--blue); cursor: pointer; }
.form-check label { font-size: 0.825rem; color: var(--gray-600); cursor: pointer; }
.form-check a { color: var(--blue); text-decoration: underline; }
.form-success { text-align: center; padding: 2rem; background: var(--cream); border-radius: var(--radius-lg); border: 1px solid var(--gray-200); }
.success-icon { display: block; width: 48px; height: 48px; background: var(--navy); color: var(--white); border-radius: 50%; line-height: 48px; font-size: 1.2rem; margin-inline: auto; margin-bottom: 1rem; }
.form-success strong { display: block; color: var(--navy); font-size: 1.1rem; margin-bottom: 0.5rem; }
.form-success p { font-size: 0.9rem; color: var(--gray-600); }
.contact-info { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-card { background: var(--gray-100); border-radius: var(--radius-lg); padding: 1.75rem; border: 1px solid var(--gray-200); }
.contact-info-card h3 { font-size: 1.05rem; margin-bottom: 1.25rem; color: var(--navy); }
.contact-method { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; }
.contact-method:last-child { margin-bottom: 0; }
.cm-icon { width: 36px; height: 36px; background: var(--navy); color: var(--white); border-radius: var(--radius-sm); display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }
.contact-method strong { display: block; font-size: 0.8rem; color: var(--gray-600); font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.2rem; }
.contact-method a, .contact-method span { font-size: 0.9rem; color: var(--navy); }
.contact-method a:hover { color: var(--blue); }
.promise-list li { position: relative; padding-left: 1.25rem; font-size: 0.9rem; color: var(--gray-600); margin-bottom: 0.5rem; }
.promise-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.faq-item { border-bottom: 1px solid var(--gray-200); padding-block: 0.85rem; }
.faq-item:last-child { border-bottom: none; padding-bottom: 0; }
.faq-item summary { cursor: pointer; font-size: 0.875rem; font-weight: 500; color: var(--navy); list-style: none; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.2rem; color: var(--blue); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font-size: 0.875rem; margin-top: 0.65rem; color: var(--gray-600); }

/* ---- FOOTER -------------------------------------------- */
.site-footer { background: var(--navy); padding-top: 5rem; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.logo--light .logo-mark { background: rgba(255,255,255,0.1); color: var(--blue-light); }
.logo--light .logo-text { color: var(--white); }
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.875rem; margin-top: 1rem; max-width: 280px; }
.footer-nav h4, .footer-contact h4, .footer-legal h4 { color: var(--white); font-family: var(--sans); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.footer-nav a, .footer-contact p, .footer-contact a, .footer-legal a { display: block; font-size: 0.875rem; color: rgba(255,255,255,0.6); margin-bottom: 0.5rem; transition: color var(--ease); }
.footer-nav a:hover, .footer-contact a:hover, .footer-legal a:hover { color: var(--white); }
.footer-bottom { padding-block: 1.25rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.3); text-align: center; }

/* ---- MOBILE MENU --------------------------------------- */
.mobile-nav { display: none; flex-direction: column; background: var(--white); padding: 1rem 1.5rem 1.5rem; border-bottom: 1px solid var(--gray-200); }
.mobile-nav.open { display: flex; }
.mobile-nav .nav-link { padding: 0.65rem 0; border-bottom: 1px solid var(--gray-100); font-size: 1rem; color: var(--navy); }
.mobile-nav .btn { margin-top: 1rem; text-align: center; }

/* ---- PÁGINAS LEGALES ----------------------------------- */
.legal-page { max-width: 860px; margin: 0 auto; padding: 2.5rem 2rem 5rem; }
.legal-eyebrow { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.6rem; }
.legal-header { border-bottom: 2px solid var(--gray-200); border-top: none; border-left: none; border-right: none; padding-bottom: 1.75rem; margin-bottom: 2.25rem; }
.legal-header h1 { color: var(--navy); font-size: clamp(1.6rem, 4vw, 2.4rem); }
.legal-updated { color: var(--gray-400); font-size: 0.78rem; }
.legal-body h2 { font-size: 0.78rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.1em; margin: 2.25rem 0 0.8rem; padding: 0.55rem 1rem; background: var(--gray-100); border-left: 3px solid var(--blue); border-top: none; border-right: none; border-bottom: none; border-radius: 0 4px 4px 0; }
.legal-body p { font-size: 0.93rem; color: #2c2c2a; line-height: 1.85; margin-bottom: 1rem; }
.legal-body strong { color: var(--navy); font-weight: 600; }
.legal-body a { color: var(--blue); text-decoration: underline; }
.legal-body a:hover { color: var(--blue-dark); }
.legal-body ul { list-style: none; margin: 0.5rem 0 1.5rem; padding: 0; }
.legal-body ul li { position: relative; padding: 0.4rem 0 0.4rem 1.5rem; font-size: 0.93rem; color: #2c2c2a; line-height: 1.7; border-bottom: 1px solid var(--gray-100); border-top: none; border-left: none; border-right: none; }
.legal-body ul li:last-child { border-bottom: none; }
.legal-body ul li::before { content: '—'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.legal-id-card { background: var(--cream); border: 1.5px solid var(--gray-200); border-radius: 10px; padding: 1.4rem 1.75rem; margin: 1.5rem 0 2rem; }
.legal-id-card p { color: #2c2c2a; font-size: 0.88rem; padding: 0.5rem 0; border-bottom: 1px solid var(--gray-200); border-top: none; border-left: none; border-right: none; margin: 0; }
.legal-id-card p:last-child { border-bottom: none; }
.legal-block { background: var(--cream); border-left: 3px solid var(--blue); border-top: none; border-right: none; border-bottom: none; border-radius: 8px; padding: 1.4rem 1.75rem; margin: 1.25rem 0; }
.legal-block h3 { font-size: 0.82rem; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 0.75rem; }
.legal-block p, .legal-block li { color: #2c2c2a; font-size: 0.88rem; }
.legal-price-table { width: 100%; border-collapse: collapse; margin: 1rem 0 2rem; }
.legal-price-table thead th { background: var(--navy); color: var(--white); padding: 0.85rem 1rem; text-align: left; font-size: 0.76rem; font-weight: 600; text-transform: uppercase; border: none; }
.legal-price-table thead th:last-child { text-align: right; }
.legal-price-table tbody tr { border-bottom: 1px solid var(--gray-200); }
.legal-price-table tbody tr:nth-child(even) { background: var(--cream); }
.legal-price-table tbody td { padding: 0.72rem 1rem; color: #2c2c2a; border: none; border-bottom: 1px solid var(--gray-200); }
.legal-price-table tbody td:last-child { font-weight: 600; color: var(--navy); text-align: right; }
.legal-footer-nav { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--gray-200); border-bottom: none; border-left: none; border-right: none; }
.legal-footer-nav a { font-size: 0.78rem; color: var(--gray-400); text-decoration: none; }
.legal-footer-nav a:hover, .legal-footer-nav a.active { color: var(--navy); font-weight: 600; }

/* ---- PÁGINA 404 ---------------------------------------- */
.page-404 { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 5rem 1.5rem; min-height: 55vh; }
.page-404 .error-code { font-size: clamp(5rem, 20vw, 10rem); font-weight: 800; color: var(--gray-200); line-height: 1; margin-bottom: 1rem; letter-spacing: -0.04em; }
.page-404 .error-code span { color: var(--blue); }
.page-404 h1 { color: var(--navy); font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1rem; }
.page-404 p { color: var(--gray-600); max-width: 440px; margin: 0 auto 2rem; }
.page-404 .btn-404 { display: inline-block; background: var(--navy); color: var(--white); font-size: 0.925rem; font-weight: 500; padding: 0.85rem 2rem; border-radius: 6px; text-decoration: none; margin: 0.35rem; border: none; }
.page-404 .btn-404:hover { background: var(--navy-mid); color: var(--white); }
.page-404 .btn-404--ghost { background: transparent; color: var(--navy); border: 1.5px solid var(--gray-200); }
.page-404 .btn-404--ghost:hover { border-color: var(--navy); }
.page-404 .quick-links { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--gray-200); border-bottom: none; border-left: none; border-right: none; width: 100%; max-width: 500px; }
.page-404 .quick-links p { font-size: 0.72rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1rem; }
.page-404 .quick-links ul { list-style: none; display: flex; justify-content: center; gap: 0.5rem 1.5rem; flex-wrap: wrap; padding: 0; margin: 0; border: none; }
.page-404 .quick-links li { border: none; padding: 0; }
.page-404 .quick-links li::before { display: none; }
.page-404 .quick-links a { color: var(--blue); text-decoration: underline; }
.page-404 .quick-links a:hover { color: var(--blue-dark); }

/* ---- RESPONSIVE ---------------------------------------- */
@media (max-width: 1024px) {
  .values-grid  { grid-template-columns: repeat(2, 1fr); }
  .extras-grid  { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 860px) {
  .hero-inner           { grid-template-columns: 1fr; }
  .hero-visual          { display: none; }
  .why-inner            { grid-template-columns: 1fr; }
  .about-story-inner    { grid-template-columns: 1fr; }
  .contact-inner        { grid-template-columns: 1fr; }
  .check-list           { grid-template-columns: 1fr; }
  .cta-inner            { flex-direction: column; text-align: center; }
  .service-detail-inner { grid-template-columns: 1fr; }
  .service-detail-badge { display: none; }
  .about-stats          { grid-template-columns: 1fr 1fr; }
  .main-nav             { display: none; }
  .site-header .btn     { display: none; }
  .menu-toggle          { display: block; }

  /* Grid servicios: 2 columnas en tablet */
  .services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .services-grid > .service-card:nth-child(1),
  .services-grid > .service-card:nth-child(2),
  .services-grid > .service-card:nth-child(3),
  .services-grid > .service-card:nth-child(4),
  .services-grid > .service-card:nth-child(5) {
    grid-column: span 1;
  }
  /* 5ª tarjeta sola: ocupa toda la fila centrada */
  .services-grid > .service-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .section           { padding-block: 3rem; }
  .hero              { padding-block: 3rem 2.5rem; }
  .values-grid       { grid-template-columns: 1fr; }
  .extras-grid       { grid-template-columns: 1fr; }
  .form-row          { grid-template-columns: 1fr; }
  .hero-trust        { flex-wrap: wrap; gap: 1rem; }
  .hero-cta          { flex-direction: column; }
  .about-stats       { grid-template-columns: 1fr; }
  .footer-inner      { grid-template-columns: 1fr; gap: 1.5rem; }
  .diff-table-wrap   { overflow-x: auto; }
  .legal-page        { padding: 1.5rem 1rem 3rem; }
  .legal-price-table { display: block; overflow-x: auto; }
  .page-404          { padding: 3rem 1rem; }
  .page-404 .btn-404 { display: block; width: 100%; max-width: 300px; margin: 0.4rem auto; }

  /* Grid servicios: 1 columna en móvil */
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid > .service-card:nth-child(5) {
    max-width: 100%;
  }
}/* End custom CSS */