.elementor-22 .elementor-element.elementor-element-17f758f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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;}/* Start custom CSS for html, class: .elementor-element-2161be0 *//* ============================================================
   TUSEGUROS.ES — CSS HOME
   Pegar en: Elementor → Página Home → Configuración → CSS personalizado
   (o en un widget HTML aparte dentro de la misma página)
   ============================================================ */

/* ---------- HERO ---------- */
.ts-hero {
  background: linear-gradient(180deg, #FFF9F2 0%, #FFFFFF 100%);
  padding-top: clamp(60px, 8vw, 100px);
  padding-bottom: clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}

.ts-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.ts-hero__highlight {
  background: linear-gradient(120deg, transparent 0%, transparent 5%, #FFEEE6 5%, #FFEEE6 95%, transparent 95%);
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: 100% 35%;
  padding: 0 8px;
  color: var(--ts-accent);
}

.ts-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ts-hero__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--ts-ink-soft);
}
.ts-hero__trust strong { color: var(--ts-ink); }
.ts-hero__trust-stars {
  display: inline-flex;
  gap: 2px;
}

.ts-hero__visual {
  position: relative;
}
.ts-hero__visual svg {
  width: 100%;
  height: auto;
  max-width: 480px;
  margin: 0 auto;
  display: block;
}

.ts-hero__floater {
  position: absolute;
  background: #fff;
  border-radius: var(--ts-r-md);
  padding: 14px 18px;
  box-shadow: var(--ts-shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  animation: ts-float 4s var(--ts-ease) infinite;
}
.ts-hero__floater strong { display: block; color: var(--ts-ink); font-weight: 700; font-size: 15px; }
.ts-hero__floater small  { display: block; color: var(--ts-ink-soft); font-size: 12px; }

.ts-hero__floater-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--ts-r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ts-hero__floater--1 { top: 20%; left: -5%; animation-delay: 0s; }
.ts-hero__floater--2 { bottom: 18%; right: -3%; animation-delay: 1.5s; }

@keyframes ts-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 900px) {
  .ts-hero__grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .ts-hero__cta  { justify-content: center; }
  .ts-hero__trust { justify-content: center; flex-wrap: wrap; }
  .ts-hero__floater--1 { left: 0; }
  .ts-hero__floater--2 { right: 0; }
}

/* ---------- TRUST BAR ---------- */
.ts-trust-bar {
  padding: 36px 0;
  border-top: 1px solid var(--ts-line);
  border-bottom: 1px solid var(--ts-line);
}
.ts-trust-bar__label {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ts-muted);
  margin-bottom: 24px;
  font-weight: 600;
}
.ts-trust-bar__logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 32px;
}
.ts-trust-bar__logos span {
  font-family: var(--ts-font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ts-muted);
  opacity: 0.6;
  letter-spacing: 0.05em;
  transition: opacity .25s var(--ts-ease);
}
.ts-trust-bar__logos span:hover { opacity: 1; color: var(--ts-ink); }

/* ---------- PRODUCT CARDS ---------- */
.ts-product-card {
  display: block;
  text-decoration: none;
  color: var(--ts-ink);
  position: relative;
}
.ts-product-card h3 { margin-bottom: 12px; }
.ts-product-card p  { color: var(--ts-ink-soft); font-size: 15px; margin-bottom: 20px; }

.ts-product-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-top: 1px solid var(--ts-line);
  padding-top: 20px;
}
.ts-product-card__list li {
  font-size: 14px;
  color: var(--ts-ink);
  padding: 6px 0 6px 24px;
  position: relative;
}
.ts-product-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 7px;
  border-left: 2px solid var(--ts-primary);
  border-bottom: 2px solid var(--ts-primary);
  transform: rotate(-45deg);
}

.ts-product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ts-font-display);
  font-weight: 600;
  color: var(--ts-primary-dark);
  font-size: 15px;
}
.ts-product-card:hover .ts-product-card__cta .arrow { transform: translateX(4px); }

/* ---------- STEPS ---------- */
.ts-steps {
  position: relative;
}
.ts-step {
  text-align: center;
  padding: 0 16px;
}
.ts-step__num {
  font-family: var(--ts-font-display);
  font-size: 64px;
  font-weight: 800;
  color: var(--ts-primary);
  opacity: 0.18;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.ts-step h4 { margin-bottom: 8px; }
.ts-step p  { font-size: 15px; color: var(--ts-ink-soft); }

@media (min-width: 900px) {
  .ts-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    color: var(--ts-line);
    font-size: 28px;
    top: 32px;
  }
}

/* ---------- WHY US ---------- */
.ts-why__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.ts-why__features {
  display: grid;
  gap: 28px;
}

.ts-why__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ts-why__item h4 { margin-bottom: 4px; }
.ts-why__item p  { font-size: 15px; margin: 0; }

.ts-why__icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ts-primary-dark);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .ts-why__grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- STATS ---------- */
.ts-stats { gap: 16px; }

.ts-stat {
  text-align: center;
  padding: 20px 12px;
}
.ts-stat__num {
  font-family: var(--ts-font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.ts-stat__label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

/* ---------- TESTIMONIALS ---------- */
.ts-testimonial {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-r-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.ts-testimonial__stars {
  color: #FF6B35;
  font-size: 18px;
  letter-spacing: 2px;
}
.ts-testimonial p {
  color: var(--ts-ink);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-style: italic;
  flex: 1;
}
.ts-testimonial__author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--ts-line);
  padding-top: 20px;
}
.ts-testimonial__author strong { display: block; color: var(--ts-ink); font-size: 15px; }
.ts-testimonial__author small  { display: block; color: var(--ts-ink-soft); font-size: 13px; }

.ts-testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  font-family: var(--ts-font-display);
  flex-shrink: 0;
}

/* ---------- FAQ ---------- */
.ts-faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.ts-faq__list { display: grid; gap: 12px; }

.ts-faq__item {
  background: #fff;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-r-md);
  padding: 20px 24px;
  transition: all .25s var(--ts-ease);
}
.ts-faq__item[open] {
  border-color: var(--ts-primary);
  box-shadow: var(--ts-shadow-sm);
}
.ts-faq__item summary {
  cursor: pointer;
  font-family: var(--ts-font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--ts-ink);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ts-faq__item summary::-webkit-details-marker { display: none; }
.ts-faq__item summary::after {
  content: "+";
  font-size: 24px;
  font-weight: 400;
  color: var(--ts-primary);
  transition: transform .25s var(--ts-ease);
  flex-shrink: 0;
}
.ts-faq__item[open] summary::after { transform: rotate(45deg); }
.ts-faq__item p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

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

/* ---------- CTA FINAL ---------- */
.ts-cta-final__box {
  background: var(--ts-primary);
  border-radius: var(--ts-r-xl);
  padding: clamp(48px, 6vw, 80px);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.ts-cta-final__box::before,
.ts-cta-final__box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}
.ts-cta-final__box::before {
  width: 240px; height: 240px;
  background: var(--ts-accent);
  top: -80px; left: -80px;
}
.ts-cta-final__box::after {
  width: 180px; height: 180px;
  background: #fff;
  bottom: -60px; right: -60px;
}
.ts-cta-final__box h2 { color: #fff; position: relative; z-index: 1; }
.ts-cta-final__box .ts-lead { color: rgba(255,255,255,0.85); margin: 0 auto 32px; position: relative; z-index: 1; max-width: 50ch; }
.ts-cta-final__box .ts-hero__cta { justify-content: center; position: relative; z-index: 1; }

.ts-cta-final__box .ts-btn--primary {
  background: var(--ts-accent);
  border-color: var(--ts-accent);
}
.ts-cta-final__box .ts-btn--primary:hover {
  background: #E5582A;
  border-color: #E5582A;
}
.ts-cta-final__box .ts-btn--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,0.3);
}
.ts-cta-final__box .ts-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}/* End custom CSS */