body:has(.r360-landing-revamp) {
  overflow-x: hidden;
  background: #f4fafb;
}

.r360-site-header--landing {
  width: min(1600px, calc(100% - 2rem));
  min-height: 60px;
  margin: 1rem auto 0;
  padding: 0.7rem 2rem;
  border: 1px solid rgba(17, 57, 103, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(18, 55, 101, 0.05);
}

.r360-site-header--landing.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
}

.r360-site-header--landing .r360-site-brand__mark {
  width: 34px;
  height: 34px;
  box-shadow: none;
}

.r360-site-header--landing .r360-site-brand__text {
  font-size: 1.55rem;
  text-transform: lowercase;
}

.r360-site-header--landing .r360-site-nav {
  gap: 0.2rem;
  margin-left: auto;
}

.r360-site-header--landing .r360-site-nav a {
  min-height: 36px;
  padding: 0.45rem 0.78rem;
  border-radius: 6px;
  color: #2a4168;
  font-size: 0.82rem;
  font-weight: 700;
}

.r360-site-header--landing .r360-site-nav a:first-child {
  color: #102d5d;
  box-shadow: inset 0 -2px 0 #009880;
}

.r360-site-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 1rem;
}

.r360-site-actions a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border: 1px solid #91b8f5;
  border-radius: 6px;
  color: #1559b6;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.r360-site-actions a:hover,
.r360-site-actions a:focus-visible {
  border-color: #008e79;
  color: #006f5f;
  background: #effaf6;
  outline: none;
}

.r360-site-actions .r360-site-actions__register {
  border-color: #008e79;
  color: #ffffff;
  background: #008e79;
  box-shadow: 0 8px 16px rgba(0, 142, 121, 0.16);
}

.r360-site-actions .r360-site-actions__register:hover,
.r360-site-actions .r360-site-actions__register:focus-visible {
  border-color: #006f5f;
  color: #ffffff;
  background: #006f5f;
}

.r360-landing-revamp {
  width: 100%;
  padding-bottom: 1.5rem;
  background: #f4fafb;
}

.r360-landing-revamp *,
.r360-landing-revamp *::before,
.r360-landing-revamp *::after {
  box-sizing: border-box;
}

.r360-landing-revamp svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.r360-lp-hero-v3,
.r360-lp-module-strip,
.r360-lp-info-grid,
.r360-lp-cta-band {
  width: min(1600px, calc(100% - 2rem));
  margin-right: auto;
  margin-left: auto;
}

.r360-lp-hero-v3 {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(580px, 1.22fr);
  gap: 3.4rem;
  align-items: center;
  min-height: 445px;
  padding: 2.7rem 0 1.2rem;
}

.r360-lp-hero-v3__copy {
  max-width: 405px;
}

.r360-lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 30px;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(21, 89, 182, 0.13);
  border-radius: 999px;
  color: #1559b6;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(18, 55, 101, 0.05);
  font-size: 0.76rem;
  font-weight: 800;
}

.r360-lp-badge svg {
  width: 16px;
  height: 16px;
}

.r360-lp-hero-v3 h1 {
  margin: 1.25rem 0 0;
  color: #102d5d;
  font-size: 3.35rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.r360-lp-hero-v3 h1 span {
  color: #009880;
}

.r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
  max-width: 390px;
  margin: 1rem 0 0;
  color: #50617e;
  font-size: 0.98rem;
  line-height: 1.56;
}

.r360-lp-hero-v3__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.r360-lp-primary-action,
.r360-lp-secondary-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.7rem 1.25rem;
  border: 1px solid #1e78e8;
  border-radius: 6px;
  color: #1e69cb;
  background: #ffffff;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.r360-lp-primary-action {
  border-color: #008e79;
  color: #ffffff;
  background: #008e79;
  box-shadow: 0 10px 20px rgba(0, 142, 121, 0.19);
}

.r360-lp-primary-action:hover,
.r360-lp-primary-action:focus-visible {
  color: #ffffff;
  background: #006f5f;
  outline: none;
  transform: translateY(-1px);
}

.r360-lp-secondary-action:hover,
.r360-lp-secondary-action:focus-visible {
  border-color: #1559b6;
  color: #102d5d;
  background: #eff6ff;
  outline: none;
  transform: translateY(-1px);
}

.r360-lp-secondary-action svg {
  width: 19px;
  height: 19px;
}

.r360-lp-trust {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1.35rem 0 0;
  color: #5f6f89;
  font-size: 0.73rem;
  font-weight: 650;
}

.r360-lp-trust svg {
  width: 18px;
  height: 18px;
  color: #008e79;
}

.r360-lp-dashboard {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  width: 100%;
  min-height: 416px;
  overflow: hidden;
  border: 1px solid rgba(18, 55, 101, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 44px rgba(18, 55, 101, 0.14);
}

.r360-lp-dashboard__nav {
  display: grid;
  grid-template-rows: 48px repeat(7, 1fr);
  gap: 0.25rem;
  padding: 0.4rem 0.35rem;
  color: #ffffff;
  background: #073c79;
}

.r360-lp-dashboard__nav > span {
  display: grid;
  min-height: 30px;
  place-items: center;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.r360-lp-dashboard__nav > span.is-active {
  color: #ffffff;
  background: #2b82e8;
}

.r360-lp-dashboard__nav svg {
  width: 16px;
  height: 16px;
}

.r360-lp-dashboard__mark {
  color: #dff9f1 !important;
  font-size: 1.7rem;
  font-weight: 900;
}

.r360-lp-dashboard__main {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.75rem;
}

.r360-lp-dashboard__main > header,
.r360-lp-dashboard__main > header > div,
.r360-lp-dashboard__welcome,
.r360-lp-dashboard__stats {
  display: flex;
  align-items: center;
}

.r360-lp-dashboard__main > header {
  justify-content: space-between;
  gap: 0.75rem;
}

.r360-lp-dashboard__main > header strong {
  color: #102d5d;
  font-size: 1rem;
  white-space: nowrap;
}

.r360-lp-dashboard__main > header strong i {
  display: inline-grid;
  width: 17px;
  height: 17px;
  place-items: center;
  margin-right: 0.2rem;
  border-radius: 4px;
  color: #ffffff;
  background: #129b45;
  font-size: 0.9rem;
  font-style: normal;
}

.r360-lp-dashboard__main > header strong span {
  color: #159c51;
}

.r360-lp-dashboard__brand {
  display: block;
  width: 118px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.r360-lp-dashboard__main > header > div {
  gap: 0.55rem;
  min-width: 0;
}

.r360-lp-dashboard__main > header small {
  display: block;
  width: 152px;
  overflow: hidden;
  padding: 0.42rem 0.6rem;
  border: 1px solid #dce6f2;
  border-radius: 5px;
  color: #8796aa;
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r360-lp-dashboard__main > header svg {
  width: 15px;
  height: 15px;
  color: #1f6fcb;
}

.r360-lp-dashboard__main > header b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #ad7552;
  font-size: 0.65rem;
}

.r360-lp-dashboard__welcome {
  justify-content: space-between;
  gap: 0.8rem;
}

.r360-lp-dashboard__welcome h2 {
  margin: 0;
  color: #102d5d;
  font-size: 1.15rem;
  line-height: 1.05;
}

.r360-lp-dashboard__welcome p {
  max-width: 245px;
  margin: 0.28rem 0 0;
  color: #6b7e99;
  font-size: 0.76rem;
  line-height: 1.35;
}

.r360-lp-dashboard__welcome aside {
  position: relative;
  width: 170px;
  min-height: 61px;
  padding: 0.68rem 2.5rem 0.5rem 0.75rem;
  overflow: hidden;
  border-radius: 6px;
  color: #ffffff;
  background: #2d96ed;
}

.r360-lp-dashboard__welcome aside strong,
.r360-lp-dashboard__welcome aside small {
  display: block;
}

.r360-lp-dashboard__welcome aside strong {
  font-size: 0.82rem;
}

.r360-lp-dashboard__welcome aside small {
  margin-top: 0.27rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.66rem;
  line-height: 1.35;
}

.r360-lp-dashboard__welcome aside svg {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  width: 31px;
  height: 31px;
}

.r360-lp-dashboard__stats {
  justify-content: space-between;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 1px solid #e6edf5;
  border-radius: 6px;
}

.r360-lp-dashboard__stats span {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  column-gap: 0.35rem;
  align-items: center;
  min-width: 0;
  padding: 0.15rem 0.35rem;
  border-right: 1px solid #e5edf5;
}

.r360-lp-dashboard__stats span:last-child {
  border-right: 0;
}

.r360-lp-dashboard__stats svg {
  grid-row: span 2;
  width: 18px;
  height: 18px;
  color: #1f6fcb;
}

.r360-lp-dashboard__stats small,
.r360-lp-dashboard__stats b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r360-lp-dashboard__stats small {
  color: #536d92;
  font-size: 0.68rem;
  font-weight: 800;
}

.r360-lp-dashboard__stats b {
  margin-top: 0.12rem;
  color: #7890ae;
  font-size: 0.64rem;
  font-weight: 650;
}

.r360-lp-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  min-height: 0;
}

.r360-lp-dashboard-card {
  position: relative;
  display: grid;
  grid-template-rows: 49px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e5edf4;
  border-radius: 6px;
  background: #fbfdff;
}

.r360-lp-dashboard-card img {
  width: 100%;
  height: 49px;
  object-fit: cover;
  opacity: 0.34;
}

.r360-lp-dashboard-card > div {
  min-width: 0;
  padding: 0.48rem 1.35rem 0.45rem 0.52rem;
}

.r360-lp-dashboard-card strong,
.r360-lp-dashboard-card small {
  display: block;
}

.r360-lp-dashboard-card strong {
  overflow: hidden;
  color: #173d72;
  font-size: 0.84rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r360-lp-dashboard-card small {
  display: -webkit-box;
  margin-top: 0.22rem;
  overflow: hidden;
  color: #7a8da8;
  font-size: 0.66rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.r360-lp-dashboard-card em {
  position: absolute;
  right: 0.48rem;
  bottom: 0.48rem;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: #1f6fcb;
  background: #e8f2ff;
}

.r360-lp-dashboard-card em svg {
  width: 10px;
  height: 10px;
}

.r360-lp-dashboard-card--nutricion em,
.r360-lp-dashboard-card--bienestar em {
  color: #07866f;
  background: #e5f6ef;
}

.r360-lp-dashboard-card--ejercicio em {
  color: #7b47d8;
  background: #f0ebff;
}

.r360-lp-dashboard-card--lugares {
  background: #f4f9ff;
}

.r360-lp-dashboard-card__visual {
  display: grid;
  height: 49px;
  place-items: center;
  color: #3565bc;
  background: #edf5ff;
}

.r360-lp-dashboard-card__visual svg {
  width: 34px;
  height: 34px;
}

.r360-lp-module-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  padding: 1.4rem 0 1rem;
}

.r360-lp-module-strip > a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  min-height: 100px;
  padding: 0.7rem;
  border: 1px solid #dce9f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(18, 55, 101, 0.04);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.r360-lp-module-strip > a:hover,
.r360-lp-module-strip > a:focus-visible {
  border-color: #a5caee;
  box-shadow: 0 12px 24px rgba(18, 55, 101, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.r360-lp-module-strip__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  color: #1f6fcb;
  background: #e8f2ff;
}

.r360-lp-module-strip__icon svg {
  width: 32px;
  height: 32px;
}

.r360-lp-module-strip__icon--recetas,
.r360-lp-module-strip__icon--nutricion {
  color: #07866f;
  background: #e5f6ef;
}

.r360-lp-module-strip__icon--ejercicio {
  color: #6f45c7;
  background: #f0ebff;
}

.r360-lp-module-strip__icon--bienestar {
  color: #c27319;
  background: #fff2df;
}

.r360-lp-module-strip strong,
.r360-lp-module-strip small {
  display: block;
}

.r360-lp-module-strip strong {
  color: #123765;
  font-size: 0.96rem;
  line-height: 1.2;
}

.r360-lp-module-strip small {
  display: -webkit-box;
  margin-top: 0.34rem;
  overflow: hidden;
  color: #6d7c95;
  font-size: 0.78rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.r360-lp-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) minmax(250px, 0.9fr);
  gap: 0.75rem;
  padding: 0.5rem 0 1rem;
}

.r360-lp-info-card {
  min-width: 0;
  min-height: 270px;
  padding: 1.15rem;
  border: 1px solid #dce9f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(18, 55, 101, 0.04);
}

.r360-lp-info-card h2 {
  margin: 0;
  color: #123765;
  font-size: 1.18rem;
  line-height: 1.2;
}

.r360-lp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 1rem;
}

.r360-lp-steps > div {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 0 0.25rem;
  text-align: center;
}

.r360-lp-steps > div > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #138d78;
  background: #dff4ed;
  font-size: 0.64rem;
  font-weight: 850;
}

.r360-lp-steps > div > i {
  position: absolute;
  top: 11px;
  left: 58%;
  width: 84%;
  border-top: 1px dashed #c7d7e7;
}

.r360-lp-steps > div:last-child > i {
  display: none;
}

.r360-lp-steps b {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  margin-top: 0.62rem;
  border-radius: 50%;
  color: #008e79;
  background: #e7f7f1;
}

.r360-lp-steps b svg {
  width: 24px;
  height: 24px;
}

.r360-lp-steps strong,
.r360-lp-steps small {
  display: block;
}

.r360-lp-steps strong {
  margin-top: 0.55rem;
  color: #173d72;
  font-size: 0.9rem;
  line-height: 1.25;
}

.r360-lp-steps small {
  margin-top: 0.3rem;
  color: #71839f;
  font-size: 0.74rem;
  line-height: 1.35;
}

.r360-lp-info-card--benefits ul {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.r360-lp-info-card--benefits li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 0.5rem;
}

.r360-lp-info-card--benefits li > svg {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  padding: 4px;
  border-radius: 50%;
  color: #008e79;
  background: #e1f5ed;
}

.r360-lp-info-card--benefits strong,
.r360-lp-info-card--benefits small {
  display: block;
}

.r360-lp-info-card--benefits strong {
  color: #247c6d;
  font-size: 0.9rem;
  line-height: 1.2;
}

.r360-lp-info-card--benefits small {
  margin-top: 0.15rem;
  color: #71839f;
  font-size: 0.74rem;
  line-height: 1.28;
}

.r360-lp-info-card--quote {
  display: grid;
  align-content: space-between;
}

.r360-lp-quote-mark {
  color: #cdeee7;
  font-family: Georgia, serif;
  font-size: 3.25rem;
  font-weight: 900;
  line-height: 0.55;
}

.r360-lp-info-card--quote blockquote {
  margin: 0.5rem 0 0;
  color: #556985;
  font-size: 1.02rem;
  line-height: 1.5;
}

.r360-lp-info-card--quote > div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.r360-lp-info-card--quote img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.r360-lp-info-card--quote strong,
.r360-lp-info-card--quote small,
.r360-lp-info-card--quote em {
  display: block;
}

.r360-lp-info-card--quote strong {
  color: #173d72;
  font-size: 0.82rem;
}

.r360-lp-info-card--quote small {
  margin-top: 0.12rem;
  color: #71839f;
  font-size: 0.7rem;
}

.r360-lp-info-card--quote em {
  margin-top: 0.18rem;
  color: #009880;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 1px;
}

.r360-lp-cta-band {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 132px;
  margin-top: 0.2rem;
  padding: 0.8rem 1.1rem;
  overflow: hidden;
  border: 1px solid #cce8e0;
  border-radius: 8px;
  background: #effaf7;
}

.r360-lp-cta-band img {
  width: 185px;
  height: 86px;
  object-fit: cover;
  object-position: left center;
  border-radius: 6px;
}

.r360-lp-cta-band h2 {
  margin: 0;
  color: #123765;
  font-size: 1.48rem;
  line-height: 1.2;
}

.r360-lp-cta-band p {
  margin: 0.32rem 0 0;
  color: #61738d;
  font-size: 0.92rem;
  line-height: 1.35;
}

.r360-lp-cta-band a {
  display: grid;
  min-width: 170px;
  gap: 0.25rem;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  color: #ffffff;
  background: #008e79;
  box-shadow: 0 10px 18px rgba(0, 142, 121, 0.16);
  text-align: center;
  text-decoration: none;
}

.r360-lp-cta-band a:hover,
.r360-lp-cta-band a:focus-visible {
  color: #ffffff;
  background: #006f5f;
  outline: none;
}

.r360-lp-cta-band a span {
  font-size: 0.94rem;
  font-weight: 850;
}

.r360-lp-cta-band a small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
}

.r360-site-footer--landing {
  width: min(1600px, calc(100% - 2rem));
  margin: 1.2rem auto 1rem;
  padding: 1.35rem 2rem;
  border: 1px solid rgba(17, 57, 103, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.r360-site-footer--landing strong {
  font-size: 1.15rem;
}

.r360-site-footer--landing {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(220px, 1.15fr) minmax(100px, 0.55fr) minmax(190px, 0.9fr);
  align-items: start;
  gap: 1.5rem;
}

.r360-lp-footer-brand strong {
  color: #123765;
  font-size: 1.2rem;
}

.r360-lp-footer-brand strong span {
  color: #009880;
}

.r360-lp-footer-brand p {
  max-width: 155px;
  margin: 0.38rem 0 0;
  color: #75849a;
  font-size: 0.82rem;
  line-height: 1.35;
}

.r360-lp-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.r360-lp-footer-links div,
.r360-lp-footer-social,
.r360-lp-footer-security {
  display: grid;
  gap: 0.42rem;
}

.r360-lp-footer-links strong,
.r360-lp-footer-social > strong {
  color: #20375f;
  font-size: 0.84rem;
}

.r360-lp-footer-links a {
  color: #718198;
  font-size: 0.78rem;
  line-height: 1.25;
  text-decoration: none;
}

.r360-lp-footer-links a:hover,
.r360-lp-footer-links a:focus-visible {
  color: #008e79;
  outline: none;
}

.r360-lp-footer-social span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.r360-lp-footer-social i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid #c7d4e4;
  border-radius: 4px;
  color: #546a8c;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.r360-lp-footer-security {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.5rem;
}

.r360-lp-footer-security > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 6px;
  color: #008e79;
  background: #e6f7f1;
  font-weight: 900;
}

.r360-lp-footer-security p {
  margin: 0;
}

.r360-lp-footer-security strong,
.r360-lp-footer-security small {
  display: block;
}

.r360-lp-footer-security strong {
  color: #2a4168;
  font-size: 0.8rem;
  line-height: 1.2;
}

.r360-lp-footer-security small {
  margin-top: 0.2rem;
  color: #7b8ca4;
  font-size: 0.7rem;
  line-height: 1.3;
}

.r360-lp-footer-partners {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 66px;
  padding: 0.7rem 0 0.15rem;
  border-top: 1px solid #e4edf4;
}

.r360-lp-footer-partners .r360-partner-logo--minsal {
  width: 118px;
  height: 52px;
}

.r360-lp-footer-partners .r360-partner-logo--ihes-wrap {
  width: 116px;
  height: 62px;
}

.r360-lp-footer-partners .r360-partner-logo--ihes {
  width: 116px;
  transform: translateY(-20px);
}

.r360-lp-footer-copy {
  grid-column: 1 / -1;
  padding-top: 0.75rem;
  border-top: 1px solid #e4edf4;
  color: #92a0b3;
  font-size: 0.7rem;
  text-align: center;
}

@media (min-width: 1500px) {
  .r360-site-header--landing {
    min-height: 68px;
    padding-inline: 2.35rem;
  }

  .r360-site-header--landing .r360-site-brand__text {
    font-size: 1.75rem;
  }

  .r360-site-header--landing .r360-site-nav a,
  .r360-site-actions a {
    font-size: 0.88rem;
  }

  .r360-lp-hero-v3 {
    grid-template-columns: minmax(400px, 0.78fr) minmax(720px, 1.22fr);
    gap: 4.4rem;
    min-height: 525px;
    padding-top: 3.5rem;
  }

  .r360-lp-hero-v3__copy,
  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    max-width: 465px;
  }

  .r360-lp-hero-v3 h1 {
    font-size: 3.85rem;
  }

  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    font-size: 1.08rem;
  }

  .r360-lp-primary-action,
  .r360-lp-secondary-action {
    min-height: 48px;
    font-size: 0.94rem;
  }

  .r360-lp-dashboard {
    min-height: 490px;
  }

  .r360-lp-module-strip > a {
    min-height: 112px;
    padding: 0.9rem;
  }

  .r360-lp-module-strip strong {
    font-size: 0.84rem;
  }

  .r360-lp-module-strip small {
    font-size: 0.67rem;
  }

  .r360-lp-info-card {
    min-height: 235px;
    padding: 1.35rem;
  }

  .r360-lp-info-card h2 {
    font-size: 1rem;
  }

  .r360-lp-cta-band {
    min-height: 118px;
    padding: 0.95rem 1.3rem;
  }
}

@media (max-width: 1100px) {
  .r360-site-header--landing {
    padding-inline: 1rem;
  }

  .r360-site-header--landing .r360-site-nav a {
    padding-inline: 0.5rem;
  }

  .r360-site-actions {
    margin-left: 0.35rem;
  }

  .r360-site-actions a {
    padding-inline: 0.65rem;
  }

  .r360-lp-hero-v3 {
    grid-template-columns: minmax(290px, 0.78fr) minmax(510px, 1.22fr);
    gap: 2rem;
  }

  .r360-lp-hero-v3 h1 {
    font-size: 2.9rem;
  }

  .r360-lp-module-strip > a {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .r360-lp-module-strip__icon {
    width: 42px;
    height: 42px;
  }

  .r360-lp-module-strip__icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 1024px) {
  .r360-site-header--landing {
    min-height: 68px;
    padding-inline: 2.25rem;
  }

  .r360-site-header--landing .r360-site-brand__mark {
    width: 40px;
    height: 40px;
  }

  .r360-site-header--landing .r360-site-brand__text {
    font-size: 1.72rem;
  }

  .r360-site-header--landing .r360-site-nav a,
  .r360-site-actions a {
    font-size: 0.9rem;
  }

  .r360-site-actions a {
    min-height: 42px;
    padding-inline: 1rem;
  }

  .r360-lp-hero-v3 {
    grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
    gap: 2.5rem;
    min-height: 500px;
    padding-top: 3rem;
  }

  .r360-lp-hero-v3__copy,
  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    max-width: 450px;
  }

  .r360-lp-badge {
    min-height: 34px;
    font-size: 0.82rem;
  }

  .r360-lp-hero-v3 h1 {
    font-size: 3.85rem;
  }

  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    font-size: 1.08rem;
  }

  .r360-lp-primary-action,
  .r360-lp-secondary-action {
    min-height: 50px;
    font-size: 0.96rem;
  }

  .r360-lp-trust {
    font-size: 0.8rem;
  }

  .r360-lp-dashboard {
    grid-template-columns: 60px minmax(0, 1fr);
    min-height: 470px;
  }

  .r360-lp-dashboard__main {
    padding: 0.95rem;
  }

  .r360-lp-dashboard__main > header strong {
    font-size: 1.12rem;
  }

  .r360-lp-dashboard__welcome h2 {
    font-size: 1.28rem;
  }

  .r360-lp-dashboard__welcome p {
    font-size: 0.82rem;
  }

  .r360-lp-dashboard__welcome aside strong {
    font-size: 0.9rem;
  }

  .r360-lp-dashboard__welcome aside small {
    font-size: 0.72rem;
  }

  .r360-lp-dashboard__main > header small {
    font-size: 0.76rem;
  }

  .r360-lp-dashboard__stats small {
    font-size: 0.72rem;
  }

  .r360-lp-dashboard__stats b {
    font-size: 0.68rem;
  }

  .r360-lp-dashboard-card strong {
    font-size: 0.9rem;
  }

  .r360-lp-dashboard-card small {
    font-size: 0.7rem;
  }

  .r360-lp-module-strip {
    gap: 0.75rem;
    padding-top: 1.7rem;
  }

  .r360-lp-module-strip > a {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0.8rem;
    min-height: 114px;
    padding: 0.9rem;
  }

  .r360-lp-module-strip__icon {
    width: 58px;
    height: 58px;
  }

  .r360-lp-module-strip__icon svg {
    width: 34px;
    height: 34px;
  }

  .r360-lp-module-strip strong {
    font-size: 1.02rem;
  }

  .r360-lp-module-strip small {
    font-size: 0.82rem;
  }

  .r360-lp-info-grid {
    gap: 0.9rem;
    padding-top: 0.7rem;
  }

  .r360-lp-info-card {
    min-height: 310px;
    padding: 1.35rem;
  }

  .r360-lp-info-card h2 {
    font-size: 1.24rem;
  }

  .r360-lp-steps strong,
  .r360-lp-info-card--benefits strong {
    font-size: 0.95rem;
  }

  .r360-lp-steps small,
  .r360-lp-info-card--benefits small {
    font-size: 0.78rem;
  }

  .r360-lp-info-card--quote blockquote {
    font-size: 1.1rem;
  }

  .r360-lp-cta-band {
    min-height: 144px;
    padding: 1rem 1.3rem;
  }

  .r360-lp-cta-band h2 {
    font-size: 1.6rem;
  }

  .r360-lp-cta-band p {
    font-size: 1rem;
  }

  .r360-lp-cta-band a {
    min-width: 190px;
    padding: 0.8rem 1rem;
  }
}

@media (min-width: 1500px) {
  .r360-lp-hero-v3 {
    gap: 4.25rem;
    min-height: 550px;
    padding-top: 3.6rem;
  }

  .r360-lp-hero-v3 h1 {
    font-size: 4.4rem;
  }

  .r360-lp-dashboard {
    min-height: 535px;
  }

  .r360-lp-dashboard__main {
    padding: 1.1rem;
  }

  .r360-lp-module-strip > a {
    min-height: 132px;
  }

  .r360-lp-info-card {
    min-height: 330px;
  }

  .r360-lp-cta-band {
    min-height: 154px;
  }
}

@media (max-width: 900px) {
  .r360-site-header--landing {
    gap: 0.8rem;
  }

  .r360-site-header--landing .r360-site-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
  }

  .r360-site-header--landing {
    flex-wrap: wrap;
  }

  .r360-lp-hero-v3 {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    min-height: 0;
    padding-top: 2.2rem;
  }

  .r360-lp-hero-v3__copy {
    max-width: 620px;
  }

  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    max-width: 570px;
  }

  .r360-lp-dashboard {
    max-width: 760px;
    margin: 0 auto;
  }

  .r360-lp-module-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r360-lp-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r360-lp-info-card--quote {
    grid-column: 1 / -1;
    min-height: 180px;
  }
}

@media (max-width: 640px) {
  .r360-site-header--landing,
  .r360-lp-hero-v3,
  .r360-lp-module-strip,
  .r360-lp-info-grid,
  .r360-lp-cta-band,
  .r360-site-footer--landing {
    width: calc(100% - 1.25rem);
  }

  .r360-site-header--landing {
    align-items: center;
    flex-direction: row;
    margin-top: 0.6rem;
    padding: 0.7rem;
  }

  .r360-site-header--landing .r360-site-brand__text {
    font-size: 1.25rem;
  }

  .r360-site-actions {
    gap: 0.35rem;
    margin-left: auto;
  }

  .r360-site-actions a {
    min-height: 33px;
    padding: 0.45rem 0.52rem;
    font-size: 0.67rem;
  }

  .r360-site-header--landing .r360-site-nav {
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .r360-site-header--landing .r360-site-nav a {
    flex: 0 0 auto;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .r360-lp-hero-v3 {
    padding-top: 1.65rem;
  }

  .r360-lp-hero-v3 h1 {
    font-size: 2.4rem;
  }

  .r360-lp-hero-v3__copy > p:not(.r360-lp-trust) {
    font-size: 0.92rem;
  }

  .r360-lp-hero-v3__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .r360-lp-primary-action,
  .r360-lp-secondary-action {
    width: 100%;
  }

  .r360-lp-dashboard {
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 380px;
  }

  .r360-lp-dashboard__nav {
    grid-template-rows: 38px repeat(7, 1fr);
    padding-inline: 0.2rem;
  }

  .r360-lp-dashboard__nav svg {
    width: 14px;
    height: 14px;
  }

  .r360-lp-dashboard__main {
    gap: 0.45rem;
    padding: 0.55rem;
  }

  .r360-lp-dashboard__main > header small,
  .r360-lp-dashboard__main > header svg {
    display: none;
  }

  .r360-lp-dashboard__welcome aside {
    width: 116px;
    min-height: 57px;
    padding-right: 1.8rem;
  }

  .r360-lp-dashboard__welcome aside small {
    display: none;
  }

  .r360-lp-dashboard__welcome aside svg {
    width: 24px;
    height: 24px;
  }

  .r360-lp-dashboard__welcome h2 {
    font-size: 0.9rem;
  }

  .r360-lp-dashboard__welcome p {
    max-width: 130px;
    font-size: 0.5rem;
  }

  .r360-lp-dashboard__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .r360-lp-dashboard__stats span {
    grid-template-columns: 1fr;
    gap: 0.1rem;
    padding-inline: 0.2rem;
  }

  .r360-lp-dashboard__stats svg {
    display: none;
  }

  .r360-lp-dashboard__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r360-lp-dashboard-card {
    grid-template-rows: 40px minmax(0, 1fr);
  }

  .r360-lp-dashboard-card img,
  .r360-lp-dashboard-card__visual {
    height: 40px;
  }

  .r360-lp-dashboard-card small {
    font-size: 0.42rem;
  }

  .r360-lp-module-strip,
  .r360-lp-info-grid {
    grid-template-columns: 1fr;
  }

  .r360-lp-module-strip > a {
    min-height: 80px;
  }

  .r360-lp-info-card--quote {
    grid-column: auto;
  }

  .r360-lp-steps {
    gap: 0.15rem;
  }

  .r360-lp-steps small {
    font-size: 0.52rem;
  }

  .r360-lp-cta-band {
    grid-template-columns: 1fr;
    padding: 0.85rem;
    text-align: center;
  }

  .r360-lp-cta-band img {
    width: 100%;
    height: 76px;
    object-position: left center;
  }

  .r360-lp-cta-band a {
    width: 100%;
  }

  .r360-site-footer--landing {
    align-items: flex-start;
    margin-top: 0.8rem;
    padding: 1rem;
  }

  .r360-site-footer--landing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .r360-lp-footer-security {
    grid-column: 1 / -1;
  }

  .r360-lp-footer-partners {
    justify-content: flex-start;
  }

  .r360-lp-footer-copy {
    grid-column: 1 / -1;
  }
}
