/*
Theme Name: Interking Divi Child
Theme URI: https://wp.interking.nexolabs.cloud
Description: Tema hijo de Divi para Interking — rediseño profesional (2026-09): full-width, tipografía Inter, paleta índigo/violeta, footer custom.
Author: NexoLab
Author URI: https://nexolab.cloud
Template: Divi
Version: 2.0.0
Text Domain: interking-divi-child
*/

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root {
  --ik-navy:      #0f1445;
  --ik-indigo:    #1e1e4b;
  --ik-indigo-2:  #252a6e;
  --ik-violet:    #4f46e5;
  --ik-violet-2:  #6d5ef2;
  --ik-blue:      #2563eb;
  --ik-blue-2:    #3b82f6;
  --ik-cyan:      #06b6d4;
  --ik-wa:        #25d366;
  --ik-wa-dark:   #1eb858;
  --ik-ink:       #0f172a;
  --ik-slate:     #475569;
  --ik-slate-2:   #64748b;
  --ik-line:      #e2e8f0;
  --ik-bg-soft:   #f8fafc;
  --ik-white:     #ffffff;
  --ik-radius:    16px;
  --ik-shadow:    0 10px 40px -12px rgba(15, 20, 69, 0.18);
  --ik-shadow-lg: 0 24px 60px -20px rgba(15, 20, 69, 0.28);
  --ik-grad:      linear-gradient(135deg, #1e1e4b 0%, #312e81 45%, #4f46e5 100%);
  --ik-grad-cta:  linear-gradient(135deg, #2563eb 0%, #6d5ef2 100%);
  --ik-font:      'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* =========================================================
   BASE — full-width, sin sidebar, tipografía moderna
   ========================================================= */
body,
.et_pb_text,
p,
.et_pb_text_inner {
  font-family: var(--ik-font);
  color: var(--ik-slate);
  font-size: 16px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.et_pb_text h1, .et_pb_text h2, .et_pb_text h3, .et_pb_text h4 {
  font-family: var(--ik-font);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ik-ink);
  line-height: 1.15;
}

/* Kill the blog sidebar & make container full width */
#main-content .container { width: 100% !important; max-width: 100% !important; padding: 0 !important; }
#main-content .container:before { display: none !important; }
#sidebar, #sidebar-area, .et_right_sidebar #sidebar { display: none !important; }
body.et_right_sidebar #main-content .container::before { display: none !important; }
#left-area { width: 100% !important; padding-right: 0 !important; }
.et_pb_section { padding: 0; }

/* Hide the page "title" — the sections carry their own headings */
.entry-title { display: none !important; }
#main-content .et_pb_post { margin-bottom: 0 !important; }

/* =========================================================
   HEADER
   ========================================================= */
#main-header {
  background: rgba(255,255,255,0.96) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(15,20,69,0.06), 0 4px 24px -12px rgba(15,20,69,0.12) !important;
  border-bottom: none !important;
}
#main-header .logo_container { padding: 18px 0; }
#main-header #logo { max-height: 46px; }
#top-menu > li > a {
  color: var(--ik-ink) !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
#top-menu > li > a:hover { color: var(--ik-violet) !important; }
#top-menu > li.current-menu-item > a,
#top-menu > li.current_page_item > a { color: var(--ik-violet) !important; }
#et_search_icon { display: none !important; } /* quitar buscador */
.et_search_outer { display: none !important; }
.et_pb_menu__search { display: none !important; }
#et-top-navigation { padding-right: 0 !important; }

/* =========================================================
   LAYOUT HELPERS (bloques Divi: forzar limpieza)
   ========================================================= */
.et_pb_row { width: 100% !important; max-width: 1180px !important; }
.et_pb_row .et_pb_column { margin-bottom: 0 !important; }
.et_pb_text { padding-bottom: 0 !important; }
.et_pb_section {
  padding: 0;
}
.et_pb_section.et_pb_section_first { padding-top: 0 !important; }

/* =========================================================
   HERO
   ========================================================= */
.ik-hero {
  background: var(--ik-grad);
  color: var(--ik-white);
  padding: 120px 24px 96px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ik-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 80% -10%, rgba(109,94,242,0.45), transparent 60%),
    radial-gradient(500px 260px at 10% 110%, rgba(6,182,212,0.28), transparent 60%);
  pointer-events: none;
}
.ik-hero > * { position: relative; z-index: 1; }
.ik-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(6px);
  color: var(--ik-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.ik-hero h1 {
  color: var(--ik-white);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 860px;
  margin: 0 auto 20px;
}
.ik-hero h1 .ik-hero-accent {
  background: linear-gradient(90deg, #93c5fd, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ik-hero-sub {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  max-width: 680px;
  margin: 0 auto 44px;
}
.ik-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ik-hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-top: 64px;
  padding-top: 44px;
  border-top: 1px solid rgba(255,255,255,0.16);
}
.ik-hero-stat { text-align: center; }
.ik-hero-stat strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--ik-white);
  letter-spacing: -0.02em;
}
.ik-hero-stat span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.ik-btn-wa,
.ik-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  line-height: 1.2;
}
.ik-btn-wa {
  background: var(--ik-wa);
  color: var(--ik-white) !important;
  box-shadow: 0 8px 24px -8px rgba(37, 211, 102, 0.55);
}
.ik-btn-wa:hover {
  background: var(--ik-wa-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -8px rgba(37, 211, 102, 0.6);
}
.ik-btn-primary {
  background: var(--ik-grad-cta);
  color: var(--ik-white) !important;
  box-shadow: 0 8px 24px -8px rgba(79, 70, 229, 0.5);
}
.ik-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -8px rgba(79, 70, 229, 0.6);
}
.ik-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ik-violet) !important;
  background: transparent;
  border: 2px solid var(--ik-line);
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.ik-btn-ghost:hover { border-color: var(--ik-violet); transform: translateY(-2px); }

/* =========================================================
   SECTION HEADINGS
   ========================================================= */
.ik-section {
  padding: 88px 24px;
}
.ik-section--soft { background: var(--ik-bg-soft); }
.ik-section--white { background: var(--ik-white); }
.ik-section--dark {
  background: var(--ik-navy);
  color: rgba(255,255,255,0.85);
}
.ik-container { max-width: 1180px; margin: 0 auto; }
.ik-kicker {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ik-violet);
  margin-bottom: 14px;
}
.ik-section--dark .ik-kicker { color: #a5b4fc; }
.ik-section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ik-ink);
  margin: 0 0 16px;
  line-height: 1.15;
}
.ik-section--dark .ik-section-title { color: var(--ik-white); }
.ik-section-sub {
  font-size: 1.05rem;
  color: var(--ik-slate-2);
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.ik-section--dark .ik-section-sub { color: rgba(255,255,255,0.7); }
.ik-center { text-align: center; }
.ik-section-title.ik-center { margin-left: auto; margin-right: auto; }
.ik-section-sub.ik-center { margin-left: auto; margin-right: auto; }

/* =========================================================
   BENEFITS (grid 3×2 con iconos)
   ========================================================= */
.ik-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.ik-benefit {
  background: var(--ik-white);
  border: 1px solid var(--ik-line);
  border-radius: var(--ik-radius);
  padding: 32px 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 2px 12px -6px rgba(15,20,69,0.06);
}
.ik-benefit:hover {
  transform: translateY(-6px);
  box-shadow: var(--ik-shadow);
  border-color: rgba(79,70,229,0.3);
}
.ik-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
  color: var(--ik-violet);
  margin-bottom: 20px;
}
.ik-benefit-icon svg { width: 26px; height: 26px; }
.ik-benefit h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ik-ink);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.ik-benefit p {
  color: var(--ik-slate-2);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* =========================================================
   AUDIENCES (Hogar / Empresa)
   ========================================================= */
.ik-audiences {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}
.ik-audience {
  background: var(--ik-white);
  border: 1px solid var(--ik-line);
  border-radius: 20px;
  padding: 44px 38px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ik-audience:hover { transform: translateY(-4px); box-shadow: var(--ik-shadow); }
.ik-audience::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: var(--ik-grad-cta);
}
.ik-audience.ik-audience--wa::after { background: linear-gradient(90deg, #25d366, #10b981); }
.ik-audience-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: var(--ik-violet);
  margin-bottom: 18px;
}
.ik-audience--wa .ik-audience-tag { background: #ecfdf5; color: var(--ik-wa-dark); }
.ik-audience h2 {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ik-ink);
  margin: 0 0 12px;
}
.ik-audience p {
  color: var(--ik-slate-2);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 26px;
}
.ik-audience ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.ik-audience ul li {
  position: relative;
  padding: 7px 0 7px 30px;
  color: var(--ik-slate);
  font-size: 0.95rem;
}
.ik-audience ul li::before {
  content: '';
  position: absolute;
  left: 4px; top: 15px;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%234f46e5'%3E%3Cpath fill-rule='evenodd' d='M16.704 5.29a1 1 0 010 1.42l-7.5 7.5a1 1 0 01-1.415 0l-3.5-3.5a1 1 0 111.415-1.42l2.792 2.793 6.793-6.793a1 1 0 011.42 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ik-audience .ik-btn-primary,
.ik-audience .ik-btn-wa { margin-top: auto; align-self: flex-start; }
.ik-audience { display: flex; flex-direction: column; }

/* =========================================================
   PLANS (toggle + grid)
   ========================================================= */
.ik-toggle {
  display: inline-flex;
  background: var(--ik-bg-soft);
  border: 1px solid var(--ik-line);
  border-radius: 999px;
  padding: 5px;
  gap: 4px;
  margin: 8px auto 44px;
}
.ik-toggle button {
  border: none;
  background: transparent;
  padding: 12px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  color: var(--ik-slate-2);
  font-family: var(--ik-font);
  transition: all 0.2s ease;
}
.ik-toggle button.ik-active {
  background: var(--ik-grad-cta);
  color: var(--ik-white);
  box-shadow: 0 6px 16px -6px rgba(79,70,229,0.5);
}
.ik-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
.ik-plan-card {
  background: var(--ik-white);
  border: 1px solid var(--ik-line);
  border-radius: 20px;
  padding: 36px 30px;
  text-align: left;
  box-shadow: 0 4px 20px -10px rgba(15,20,69,0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ik-plan-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--ik-shadow-lg);
}
.ik-plan-card.ik-featured {
  border: 2px solid var(--ik-violet);
  box-shadow: 0 20px 50px -18px rgba(79,70,229,0.45);
  background: linear-gradient(180deg, #1e1e4b 0%, #312e81 60%, #4f46e5 100%);
  color: var(--ik-white);
}
.ik-plan-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--ik-grad-cta);
  color: var(--ik-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 16px -6px rgba(79,70,229,0.6);
  white-space: nowrap;
}
.ik-plan-name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ik-slate-2);
  margin-bottom: 6px;
}
.ik-plan-card.ik-featured .ik-plan-name { color: rgba(255,255,255,0.75); }
.ik-plan-speed {
  font-size: 1rem;
  color: var(--ik-slate);
  margin-bottom: 10px;
}
.ik-plan-card.ik-featured .ik-plan-speed { color: rgba(255,255,255,0.85); }
.ik-plan-price {
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ik-ink);
  line-height: 1;
  margin: 6px 0 4px;
}
.ik-plan-card.ik-featured .ik-plan-price { color: #ffffff; }
.ik-plan-price small {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ik-slate-2);
  letter-spacing: 0;
}
.ik-plan-card.ik-featured .ik-plan-price small { color: rgba(255,255,255,0.7); }
.ik-plan-feats {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  flex-grow: 1;
}
.ik-plan-feats li {
  position: relative;
  padding: 8px 0 8px 26px;
  color: var(--ik-slate);
  font-size: 0.93rem;
  border-bottom: 1px solid var(--ik-line);
}
.ik-plan-feats li:last-child { border-bottom: none; }
.ik-plan-feats li::before {
  content: '';
  position: absolute;
  left: 2px; top: 14px;
  width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232563eb'%3E%3Cpath fill-rule='evenodd' d='M16.704 5.29a1 1 0 010 1.42l-7.5 7.5a1 1 0 01-1.415 0l-3.5-3.5a1 1 0 111.415-1.42l2.792 2.793 6.793-6.793a1 1 0 011.42 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ik-plan-card.ik-featured .ik-plan-feats li {
  color: rgba(255,255,255,0.9);
  border-bottom-color: rgba(255,255,255,0.14);
}
.ik-plan-card.ik-featured .ik-plan-feats li::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2393c5fd'%3E%3Cpath fill-rule='evenodd' d='M16.704 5.29a1 1 0 010 1.42l-7.5 7.5a1 1 0 01-1.415 0l-3.5-3.5a1 1 0 111.415-1.42l2.792 2.793 6.793-6.793a1 1 0 011.42 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ik-plan-card .ik-btn-primary,
.ik-plan-card .ik-btn-wa { width: 100%; justify-content: center; }
.ik-plan-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ik-slate-2);
  margin-top: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   COVERAGE (chips)
   ========================================================= */
.ik-coverage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
.ik-coverage-chip {
  background: var(--ik-white);
  color: var(--ik-ink);
  border: 1px solid var(--ik-line);
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 2px 10px -4px rgba(15,20,69,0.08);
  transition: all 0.2s ease;
}
.ik-coverage-chip:hover {
  border-color: var(--ik-violet);
  color: var(--ik-violet);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -8px rgba(79,70,229,0.3);
}

/* =========================================================
   CTA BANNER
   ========================================================= */
.ik-cta {
  background: var(--ik-grad-cta);
  color: var(--ik-white);
  text-align: center;
  padding: 72px 28px;
  border-radius: 24px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ik-shadow-lg);
}
.ik-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(400px 200px at 85% 0%, rgba(255,255,255,0.18), transparent 60%);
  pointer-events: none;
}
.ik-cta > * { position: relative; }
.ik-cta h2 {
  color: var(--ik-white);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.ik-cta p {
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}
.ik-cta .ik-btn-wa { background: var(--ik-white); color: #0f172a !important; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.35); }
.ik-cta .ik-btn-wa:hover { background: #f1f5f9; }

/* =========================================================
   FAQ
   ========================================================= */
.ik-faq {
  max-width: 780px;
  margin: 0 auto;
}
.ik-faq-item {
  border: 1px solid var(--ik-line);
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  background: var(--ik-white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ik-faq-item.ik-open { border-color: rgba(79,70,229,0.4); box-shadow: 0 8px 24px -12px rgba(79,70,229,0.25); }
.ik-faq-q {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ik-ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ik-faq-q::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--ik-violet);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.ik-faq-item.ik-open .ik-faq-q::after { transform: rotate(45deg); }
.ik-faq-a {
  padding: 0 24px 22px;
  color: var(--ik-slate-2);
  font-size: 0.97rem;
  line-height: 1.7;
  display: none;
}
.ik-faq-item.ik-open .ik-faq-a { display: block; }

/* =========================================================
   CONTACT / PAGES
   ========================================================= */
.ik-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  max-width: 1000px;
  margin: 0 auto;
}
.ik-contact-card {
  background: var(--ik-white);
  border: 1px solid var(--ik-line);
  border-radius: var(--ik-radius);
  padding: 30px 26px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ik-contact-card:hover { transform: translateY(-4px); box-shadow: var(--ik-shadow); }
.ik-contact-card .ik-benefit-icon { margin: 0 auto 16px; }
.ik-contact-card h3 { font-size: 1.05rem; margin: 0 0 8px; color: var(--ik-ink); }
.ik-contact-card p { color: var(--ik-slate-2); font-size: 0.93rem; margin: 0; word-break: break-word; }
.ik-contact-card a { color: var(--ik-violet); font-weight: 600; text-decoration: none; }
.ik-contact-card a:hover { text-decoration: underline; }

/* Página simple (privacidad, oficinas) — contenido limpio centrado */
.ik-page-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 24px;
}
.ik-page-body h1 {
  font-size: 2.3rem;
  margin-bottom: 24px;
}
.ik-page-body h2 { font-size: 1.4rem; margin: 32px 0 12px; }
.ik-page-body p, .ik-page-body li { color: var(--ik-slate); font-size: 1rem; line-height: 1.8; }
.ik-page-body ul { padding-left: 22px; }

/* Big WhatsApp CTA (pagos) */
.ik-pay-cta {
  text-align: center;
  padding: 80px 24px;
}
.ik-pay-cta h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 16px; }
.ik-pay-cta p { max-width: 560px; margin: 0 auto 36px; color: var(--ik-slate-2); font-size: 1.08rem; }
.ik-pay-cta .ik-btn-wa { padding: 20px 44px; font-size: 1.1rem; }

/* =========================================================
   FOOTER (custom, reemplaza widgets de blog)
   ========================================================= */
.ik-footer {
  background: var(--ik-navy);
  color: rgba(255,255,255,0.75);
  padding: 72px 24px 0;
  margin-top: 40px;
}
.ik-footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px;
  padding-bottom: 56px;
}
.ik-footer h4 {
  color: var(--ik-white);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.ik-footer-brand p { font-size: 0.95rem; line-height: 1.7; margin: 16px 0 0; color: rgba(255,255,255,0.65); }
.ik-footer ul { list-style: none; padding: 0; margin: 0; }
.ik-footer ul li { margin-bottom: 12px; }
.ik-footer ul a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
.ik-footer ul a:hover { color: var(--ik-white); }
.ik-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
}
.ik-footer-contact a { color: #a5b4fc; text-decoration: none; }
.ik-footer-contact a:hover { text-decoration: underline; }
.ik-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 22px 24px;
  text-align: center;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.45);
}
.ik-footer-bottom a { color: rgba(255,255,255,0.55); text-decoration: none; }
.ik-footer-bottom a:hover { color: var(--ik-white); }

/* Ocultar el footer nativo de Divi (widgets de blog) */
#footer-widgets, #footer-bottom, .et_pb_footer_area { display: none !important; }

/* =========================================================
   WHATSAPP FLOAT
   ========================================================= */
.ik-whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 99999;
  background: var(--ik-wa);
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px -6px rgba(37, 211, 102, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ik-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 14px 36px -6px rgba(37, 211, 102, 0.65);
}
.ik-whatsapp-float svg { width: 30px; height: 30px; }

/* =========================================================
   FORMS (Fluent Forms embebido)
   ========================================================= */
.fluentform .ff-el-input--label label {
  font-weight: 600;
  color: var(--ik-ink);
  font-size: 0.92rem;
}
.fluentform .ff-el-form-control {
  border-radius: 12px !important;
  border: 1.5px solid var(--ik-line) !important;
  padding: 13px 16px !important;
  font-family: var(--ik-font);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fluentform .ff-el-form-control:focus {
  border-color: var(--ik-violet) !important;
  box-shadow: 0 0 0 4px rgba(79,70,229,0.12) !important;
  outline: none;
}
.fluentform .ff-btn-submit {
  background: var(--ik-grad-cta) !important;
  border-radius: 999px !important;
  padding: 15px 36px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  border: none !important;
  box-shadow: 0 8px 24px -8px rgba(79,70,229,0.5);
  transition: transform 0.2s ease;
}
.fluentform .ff-btn-submit:hover { transform: translateY(-2px); }
.fluentform .ff-el-input--select::after { border-color: var(--ik-slate-2); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  #main-header { background: var(--ik-white) !important; }
  .ik-hero { padding: 88px 20px 72px; }
  .ik-hero h1 { font-size: 2.3rem; }
  .ik-hero-stats { gap: 28px; }
  .ik-section { padding: 64px 20px; }
  .ik-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .ik-plan-grid { grid-template-columns: 1fr; max-width: 480px; }
  .ik-plan-card.ik-featured { transform: none; }
  .ik-benefits { grid-template-columns: 1fr; }
  .ik-audiences { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .ik-footer-grid { grid-template-columns: 1fr; }
  .ik-hero-ctas { flex-direction: column; align-items: center; }
  .ik-btn-wa, .ik-btn-primary { width: 100%; justify-content: center; }
}
