body.fincaswin-theme.page-migracion,
body.fincaswin-theme.page-empresa {
  background: var(--fw-bg, #f7fafc);
}

body.fincaswin-theme.page-migracion .page-header,
body.fincaswin-theme.page-empresa .page-header {
  display: none;
}

.fw-trust-page {
  overflow: hidden;
  color: var(--fw-text, #24364a);
  background: var(--fw-bg, #f7fafc);
}

.fw-trust-page *,
.fw-trust-page *::before,
.fw-trust-page *::after {
  box-sizing: border-box;
}

.fw-trust-container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.fw-trust-hero {
  position: relative;
  padding: clamp(70px, 9vw, 118px) 0 clamp(64px, 8vw, 96px);
  background:
    radial-gradient(circle at 88% 15%, rgba(18, 184, 200, .19), transparent 30%),
    radial-gradient(circle at 12% 22%, rgba(34, 198, 113, .14), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 72%, #f7fafc 100%);
}

.fw-trust-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(36px, 7vw, 86px);
}

.fw-trust-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 108, 183, .16);
  border-radius: 999px;
  background: rgba(0, 108, 183, .08);
  color: var(--fw-blue, #006cb7);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.fw-trust-hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.04;
}

.fw-trust-lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: var(--fw-muted, #60748c);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.fw-trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fw-trust-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 16px 24px;
  border: 1px solid rgba(8, 27, 51, .14);
  border-radius: 999px;
  background: #fff;
  color: var(--fw-navy, #081b33) !important;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.fw-trust-button:hover,
.fw-trust-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 27, 51, .12);
}

.fw-trust-button-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #1c74d8 0%, #19a7d8 100%);
  box-shadow: 0 14px 32px rgba(47, 134, 223, .22);
  color: #fff !important;
}

.fw-trust-summary {
  padding: 30px;
  border: 1px solid rgba(0, 108, 183, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 22px 56px rgba(8, 27, 51, .10);
}

.fw-trust-summary strong {
  display: block;
  margin-bottom: 14px;
  color: var(--fw-navy, #081b33);
  font-size: 19px;
}

.fw-trust-summary ul,
.fw-trust-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-trust-summary li,
.fw-trust-checklist li {
  position: relative;
  padding-left: 29px;
  line-height: 1.6;
}

.fw-trust-summary li + li,
.fw-trust-checklist li + li {
  margin-top: 10px;
}

.fw-trust-summary li::before,
.fw-trust-checklist li::before {
  content: "";
  position: absolute;
  top: .42em;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fw-green, #22c671), var(--fw-cyan, #12b8c8));
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 1px rgba(34, 198, 113, .35);
}

.fw-trust-section {
  padding: clamp(64px, 8vw, 100px) 0;
}

.fw-trust-section-white {
  background: #fff;
}

.fw-trust-heading {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.fw-trust-heading h2,
.fw-trust-split h2,
.fw-trust-final h2 {
  margin: 0 0 16px;
  color: var(--fw-navy, #081b33);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
}

.fw-trust-heading p,
.fw-trust-split p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  font-size: 18px;
  line-height: 1.7;
}

.fw-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fw-trust-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fw-trust-card {
  height: 100%;
  padding: 30px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(8, 27, 51, .06);
}

.fw-trust-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(28, 116, 216, .13), rgba(25, 167, 216, .13));
  color: var(--fw-blue, #006cb7);
  font-weight: 900;
}

.fw-trust-card h3 {
  margin: 0 0 12px;
  color: var(--fw-navy, #081b33);
  font-size: 21px;
  line-height: 1.25;
}

.fw-trust-card p {
  margin: 0;
  color: var(--fw-muted, #60748c);
  line-height: 1.68;
}

.fw-trust-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(40px, 7vw, 82px);
}

.fw-trust-panel {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(0, 108, 183, .13);
  border-radius: 26px;
  background: linear-gradient(145deg, #f8fbff, #eef7ff);
}

.fw-trust-note {
  margin-top: 22px !important;
  padding: 18px 20px;
  border-left: 4px solid var(--fw-blue, #006cb7);
  border-radius: 0 14px 14px 0;
  background: #fff;
  color: var(--fw-text, #24364a) !important;
  font-size: 15px !important;
}

.fw-trust-details {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}

.fw-trust-details div {
  padding: 20px;
  border: 1px solid var(--fw-border, #dce6ef);
  border-radius: 16px;
  background: #fff;
}

.fw-trust-details dt {
  margin-bottom: 5px;
  color: var(--fw-muted, #60748c);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fw-trust-details dd {
  margin: 0;
  color: var(--fw-navy, #081b33);
  font-weight: 750;
  line-height: 1.55;
}

.fw-trust-details a {
  color: var(--fw-blue, #006cb7);
}

.fw-trust-final {
  padding: clamp(38px, 6vw, 60px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 20%, rgba(18, 184, 200, .28), transparent 30%),
    linear-gradient(135deg, #071c33, #0d314d);
  color: #fff;
  text-align: center;
}

body.fincaswin-theme .fw-trust-page .fw-trust-final h2,
body.fincaswin-theme .fw-trust-page .fw-trust-final p {
  color: #fff;
}

.fw-trust-final p {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.7;
}

.fw-trust-final .fw-trust-actions {
  justify-content: center;
}

@media (max-width: 980px) {
  .fw-trust-hero-inner,
  .fw-trust-split {
    grid-template-columns: 1fr;
  }

  .fw-trust-grid,
  .fw-trust-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fw-trust-summary {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .fw-trust-container {
    width: min(100% - 28px, 1180px);
  }

  .fw-trust-grid,
  .fw-trust-grid-4 {
    grid-template-columns: 1fr;
  }

  .fw-trust-actions,
  .fw-trust-button {
    width: 100%;
  }

  .fw-trust-summary,
  .fw-trust-card,
  .fw-trust-panel {
    padding: 24px;
  }

  .fw-trust-final {
    padding: 36px 22px;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fw-trust-button {
    transition: none;
  }
}
