:root {
  --rfc-ink: #111526;
  --rfc-night: #070a14;
  --rfc-night-soft: #11172a;
  --rfc-rose: #ef2f78;
  --rfc-rose-dark: #c91d5f;
  --rfc-gold: #f6b83f;
  --rfc-cream: #fffaf6;
  --rfc-muted: #646779;
  --rfc-line: rgba(17, 21, 38, 0.12);
  --rfc-shadow: 0 24px 70px rgba(7, 10, 20, 0.2);
}

html {
  scroll-behavior: smooth;
}

body#page1 {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #f7f5f4;
  color: var(--rfc-ink);
  font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body#page1 *,
body#page1 *::before,
body#page1 *::after {
  box-sizing: border-box;
}

.rfc-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--rfc-night);
}

.rfc-header-inner {
  display: flex;
  width: min(1160px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.rfc-brand {
  display: inline-flex;
  width: min(455px, 52vw);
  align-items: center;
}

.rfc-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.rfc-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  padding: 9px 16px;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}

.rfc-login strong {
  color: #fff;
}

.rfc-login:hover,
.rfc-login:focus-visible {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.rfc-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 22%, rgba(239, 47, 120, 0.2), transparent 29%),
    radial-gradient(circle at 82% 15%, rgba(246, 184, 63, 0.15), transparent 24%),
    linear-gradient(135deg, #070a14 0%, #11172a 57%, #1d1020 100%);
  color: #fff;
}

.rfc-hero::after {
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.018), 0 0 0 120px rgba(255, 255, 255, 0.012);
  content: "";
  pointer-events: none;
}

.rfc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1160px, calc(100% - 40px));
  min-height: 610px;
  margin: 0 auto;
  padding: 62px 0 68px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
  gap: clamp(48px, 7vw, 96px);
}

.rfc-eyebrow {
  margin: 0 0 16px;
  color: #f9c35b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body#page1 .rfc-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font: 800 clamp(42px, 5vw, 68px)/1.02 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.048em;
  text-transform: none;
}

.rfc-hero h1 span {
  display: block;
  color: #ff7ba7;
}

.rfc-hero-subtitle {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.rfc-benefits {
  display: flex;
  margin: 24px 0 26px;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
}

.rfc-benefits li {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  padding-left: 23px;
}

.rfc-benefits li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: var(--rfc-gold);
  content: "✓";
  font-weight: 900;
}

.rfc-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff477e, #df1f68);
  box-shadow: 0 14px 32px rgba(223, 31, 104, 0.32);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.rfc-cta:hover,
.rfc-cta:focus-visible {
  color: #fff;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(223, 31, 104, 0.4);
}

.rfc-microcopy {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.rfc-signup-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--rfc-shadow);
  color: var(--rfc-ink);
}

.rfc-signup-card::before {
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--rfc-rose), var(--rfc-gold));
  content: "";
}

.rfc-card-heading {
  display: flex;
  padding: 20px 22px 12px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rfc-card-heading strong {
  color: var(--rfc-ink);
  font-size: 20px;
}

.rfc-card-heading span {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff0f5;
  color: var(--rfc-rose-dark);
  font-size: 11px;
  font-weight: 800;
  padding: 5px 9px;
  text-transform: uppercase;
}

.rfc-form-shell {
  min-height: 330px;
  padding: 0 20px 8px;
}

.rfc-form-trust {
  margin: 0;
  border-top: 1px solid var(--rfc-line);
  background: #faf7f8;
  color: #6b6270;
  font-size: 11px;
  line-height: 1.45;
  padding: 13px 20px 16px;
  text-align: center;
}

/* Le formulaire reste fourni et piloté par Prelinker ; seules sa lisibilité et
   sa taille tactile sont harmonisées avec la landing. */
body#page1 .rfc-form-shell #formuser {
  width: 100% !important;
  min-height: 320px;
  text-align: left !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker--box,
body#page1 .rfc-form-shell #formuser .ptprelinker-content,
body#page1 .rfc-form-shell #formuser .ptprelinker-content-inner,
body#page1 .rfc-form-shell #formuser .ptprelinker-content-content,
body#page1 .rfc-form-shell #formuser .ptprelinker-register-form {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-legend-form {
  display: none !important;
}

body#page1 .rfc-form-shell #formuser form {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input-group {
  display: flex !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 0 10px !important;
  align-items: stretch !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input-group-prepend {
  display: flex !important;
  width: 42px !important;
  flex: 0 0 42px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #d9dce6 !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px !important;
  background: #f4f4f8 !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input-group-text {
  color: #656a7d !important;
  font-size: 16px !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input,
body#page1 .rfc-form-shell #formuser .ptprelinker-select {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  margin: 0 !important;
  border: 1px solid #d9dce6 !important;
  border-radius: 0 10px 10px 0 !important;
  background-color: #fff !important;
  color: var(--rfc-ink) !important;
  font: 15px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: 0 12px !important;
  outline: none !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input:focus,
body#page1 .rfc-form-shell #formuser .ptprelinker-select:focus {
  border-color: var(--rfc-rose) !important;
  box-shadow: 0 0 0 3px rgba(239, 47, 120, 0.12) !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-buttons {
  display: flex !important;
  width: 100% !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-checkbox {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  margin: 1px 0 2px !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: start !important;
  color: #5e6270 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-input-checkbox {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  margin: 1px 0 0 !important;
  accent-color: var(--rfc-rose);
}

body#page1 .rfc-form-shell #formuser .ptprelinker-label-checkbox {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  grid-column: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5e6270 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

body#page1 .rfc-form-shell #formuser .cgu-couple[style*="display: none"] {
  display: none !important;
}

body#page1 .rfc-form-shell #formuser .ptprelinker-cgu-link {
  color: #a51c50 !important;
  text-decoration: underline !important;
}

body#page1 .rfc-form-shell #formuser input[type="submit"].ptprelinker-button {
  display: block !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ff477e, #d91f65) !important;
  box-shadow: 0 10px 22px rgba(217, 31, 101, 0.25) !important;
  color: #fff !important;
  cursor: pointer !important;
  font: 800 16px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  padding: 14px 16px !important;
  text-align: center !important;
  white-space: normal !important;
}

.rfc-proof {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin: -28px auto 0;
  border: 1px solid rgba(17, 21, 38, 0.09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 21, 38, 0.1);
  padding: 24px;
}

.rfc-proof-heading {
  display: flex;
  margin-bottom: 16px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

body#page1 .rfc-proof h2 {
  margin: 0;
  color: var(--rfc-ink);
  font: 800 clamp(23px, 3vw, 31px)/1.12 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.025em;
  text-transform: none;
}

.rfc-proof-heading p {
  max-width: 440px;
  margin: 0;
  color: var(--rfc-muted);
  font-size: 13px;
  text-align: right;
}

body#page1 .rfc-proof #caruser {
  width: 100% !important;
  min-height: 230px;
  overflow: hidden;
  border-radius: 15px;
  background: #f2eef0;
}

.rfc-proof-action {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

.rfc-cta-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dc2a6d;
  border-radius: 12px;
  color: #c91d5f;
  font-size: 15px;
  font-weight: 800;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
}

.rfc-cta-secondary:hover,
.rfc-cta-secondary:focus-visible {
  background: #fff0f5;
  color: #a9184f;
}

/* Le contenu SEO historique reste indexable, mais devient plus lisible et moins
   visuellement concurrent du CTA principal. */
body#page1 section#content {
  padding: 52px 0 30px;
  background: #f7f5f4;
}

body#page1 .container_12 {
  width: min(960px, calc(100% - 32px)) !important;
}

body#page1 .container_12 .grid_12 {
  width: calc(100% - 20px) !important;
}

body#page1 .boxborder {
  overflow: hidden;
  border-color: rgba(17, 21, 38, 0.1);
  border-radius: 16px;
  box-shadow: 0 9px 28px rgba(17, 21, 38, 0.055);
}

body#page1 .boxpad {
  color: #3f4351;
  font-size: 15px;
  line-height: 1.72;
  padding: 24px !important;
}

body#page1 section#content h2,
body#page1 section#content h3 {
  color: var(--rfc-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: none;
}

body#page1 section#content h2 span,
body#page1 section#content h3 span {
  color: var(--rfc-rose-dark);
}

body#page1 .cats {
  display: inline-block;
  margin: 4px 2px;
  border-color: #ded7dc;
  border-radius: 9px;
  background: #fff;
  line-height: 1.2;
  padding: 9px 11px;
}

body#page1 .cats a {
  color: #29334f;
}

/* Correctif de la modale/disclaimer injectée par Prelinker sur petit écran.
   Le texte, les destinations et les actions du partenaire ne sont pas modifiés. */
body#page1 .ptprelinker-disclaimer.ptprelinker--box {
  display: flex !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-content {
  position: relative !important;
  display: block !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-width: 420px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: calc(100vh - 32px) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #101628, #1e1021) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  padding: 30px 22px 22px !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-content-inner,
body#page1 .ptprelinker-disclaimer .ptprelinker-content-content,
body#page1 .ptprelinker-disclaimer .ptprelinker-content-inner__content,
body#page1 .ptprelinker-disclaimer .ptprelinker-content-inner__datas {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-title:empty {
  display: none !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-infos {
  display: block !important;
  width: 100% !important;
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-content-inner__buttons {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: 0.82fr 1.18fr !important;
  gap: 10px !important;
  padding: 0 !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-button {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 12px 10px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-button-wrong {
  background: rgba(255, 255, 255, 0.09) !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-button-success {
  border-color: #e93275 !important;
  background: linear-gradient(135deg, #ff477e, #d91f65) !important;
}

body#page1 .ptprelinker-disclaimer .ptprelinker-close {
  top: 10px !important;
  right: 12px !important;
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 860px) {
  .rfc-hero-grid {
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 36px;
  }
}

@media (max-width: 700px) {
  .rfc-header-inner {
    width: calc(100% - 28px);
    min-height: 74px;
    gap: 12px;
  }

  .rfc-brand {
    width: min(248px, 67vw);
  }

  .rfc-login {
    min-height: 40px;
    border: 0;
    font-size: 0;
    padding: 8px 4px 8px 10px;
  }

  .rfc-login strong {
    font-size: 13px;
  }

  .rfc-hero-grid {
    display: block;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 34px 0 52px;
  }

  .rfc-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  body#page1 .rfc-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.03;
  }

  .rfc-hero-subtitle {
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.48;
  }

  .rfc-benefits {
    margin: 18px 0 21px;
    gap: 7px 13px;
  }

  .rfc-benefits li {
    font-size: 12px;
  }

  .rfc-cta {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 18px;
  }

  .rfc-microcopy {
    text-align: center;
  }

  .rfc-signup-card {
    margin-top: 28px;
    border-radius: 18px;
  }

  .rfc-card-heading {
    padding: 17px 16px 10px;
  }

  .rfc-card-heading strong {
    font-size: 18px;
  }

  .rfc-form-shell {
    min-height: 330px;
    padding: 0 14px 8px;
  }

  .rfc-proof {
    width: calc(100% - 24px);
    margin-top: -25px;
    border-radius: 18px;
    padding: 17px 12px;
  }

  .rfc-proof-heading {
    display: block;
    margin-bottom: 13px;
  }

  body#page1 .rfc-proof h2 {
    font-size: 22px;
  }

  .rfc-proof-heading p {
    margin-top: 6px;
    font-size: 12px;
    text-align: left;
  }

  body#page1 .rfc-proof #caruser {
    min-height: 210px;
  }

  body#page1 section#content {
    padding-top: 36px;
  }

  body#page1 .container_12,
  body#page1 .container_12 .grid_12,
  body#page1 .container_12 .grid_4 {
    float: none !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  body#page1 .container_12 {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body#page1 .boxpad {
    font-size: 15px;
    line-height: 1.68;
    padding: 19px !important;
  }

  body#page1 section#content h2 {
    font-size: 24px;
  }

  body#page1 .cats {
    font-size: 13px;
    padding: 9px 10px;
  }

  body#page1 .ptprelinker-disclaimer.ptprelinker--box {
    padding: 16px !important;
  }

  body#page1 .ptprelinker-disclaimer .ptprelinker-content {
    width: calc(100vw - 32px) !important;
    padding: 29px 16px 17px !important;
  }

  body#page1 .ptprelinker-disclaimer .ptprelinker-infos {
    margin-bottom: 20px !important;
    font-size: 21px !important;
  }
}

@media (max-width: 370px) {
  .rfc-header-inner {
    width: calc(100% - 20px);
  }

  .rfc-brand {
    width: 222px;
  }

  body#page1 .rfc-hero h1 {
    font-size: 34px;
  }

  body#page1 .ptprelinker-disclaimer .ptprelinker-content-inner__buttons {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rfc-login,
  .rfc-cta {
    transition: none;
  }
}

/* Conversion pass v3: white navigation, human hero and engagement modules. */
.rfc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #ece8eb;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 30px rgba(17, 21, 38, 0.06);
  backdrop-filter: blur(14px);
}

body#page1 header.rfc-site-header {
  padding-bottom: 0 !important;
}

.rfc-header-inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 76px;
  gap: 20px;
}

.rfc-brand {
  width: 270px;
  flex: 0 0 270px;
  color: #17213b;
  text-decoration: none;
}

.rfc-brand img {
  display: block;
  width: 100%;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: contain;
  object-position: left center;
}

.rfc-main-nav {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0 auto;
  align-items: center;
  gap: 2px;
  padding: 0;
}

.rfc-main-nav a {
  border-radius: 9px;
  color: #313649;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 9px;
  text-decoration: none;
  white-space: nowrap;
}

.rfc-main-nav a:hover,
.rfc-main-nav a:focus-visible {
  background: #fff0f5;
  color: var(--rfc-rose-dark);
}

.rfc-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.rfc-login {
  min-height: 42px;
  border: 1px solid #ded9dd;
  color: #4f5361;
  font-size: 12px;
  padding: 8px 12px;
}

.rfc-login strong {
  color: #171b2d;
}

.rfc-login:hover,
.rfc-login:focus-visible {
  border-color: #cfc6cc;
  background: #faf7f8;
}

.rfc-header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #f73b79, #d91f65);
  box-shadow: 0 8px 20px rgba(217, 31, 101, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.rfc-header-cta:hover,
.rfc-header-cta:focus-visible {
  color: #fff;
  filter: brightness(1.06);
}

.rfc-mobile-menu {
  position: relative;
  display: none;
}

.rfc-mobile-menu summary {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid #ded9dd;
  border-radius: 10px;
  color: #252a3d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
  list-style: none;
}

.rfc-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.rfc-mobile-menu nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: 230px;
  overflow: hidden;
  border: 1px solid #e4dce1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17, 21, 38, 0.18);
  padding: 8px;
}

.rfc-mobile-menu nav a {
  border-radius: 8px;
  color: #24283a;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 12px;
  text-decoration: none;
}

.rfc-mobile-menu nav a:hover,
.rfc-mobile-menu nav a:focus-visible {
  background: #fff0f5;
  color: var(--rfc-rose-dark);
}

.rfc-hero-grid {
  width: min(1240px, calc(100% - 48px));
  min-height: 660px;
  padding: 50px 0 62px;
  grid-template-columns: minmax(350px, 1fr) minmax(225px, 290px) minmax(360px, 395px);
  gap: clamp(20px, 2.5vw, 34px);
}

.rfc-hero-copy {
  position: relative;
  z-index: 2;
}

body#page1 .rfc-hero h1 {
  max-width: 610px;
  font-size: clamp(42px, 4.5vw, 62px);
}

.rfc-hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.27);
}

.rfc-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 8, 17, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.rfc-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
}

.rfc-hero-visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 21px;
  left: 20px;
  z-index: 1;
  color: #fff;
}

.rfc-hero-visual figcaption small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rfc-hero-visual figcaption strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.rfc-intent-pulse {
  display: grid;
  max-width: 560px;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.rfc-intent-pulse span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 1.35;
  padding: 9px 10px;
}

.rfc-intent-pulse strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.rfc-signup-card {
  z-index: 3;
}

.rfc-engagement {
  display: grid;
  width: min(1160px, calc(100% - 40px));
  margin: 50px auto;
  overflow: hidden;
  border: 1px solid rgba(17, 21, 38, 0.09);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 21, 38, 0.09);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.rfc-chat-preview {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(239, 47, 120, 0.22), transparent 31%),
    linear-gradient(145deg, #0a0e1b, #191326);
  color: #fff;
  padding: clamp(28px, 5vw, 56px);
}

.rfc-chat-topline {
  display: grid;
  align-items: center;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
}

.rfc-chat-avatar {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4b83, #f0a53d);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.rfc-chat-topline strong,
.rfc-chat-topline small {
  display: block;
}

.rfc-chat-topline strong {
  font-size: 15px;
}

.rfc-chat-topline small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.rfc-online-dot {
  position: relative;
  color: #a9e5bf;
  font-size: 11px;
  font-weight: 800;
  padding-left: 13px;
}

.rfc-online-dot::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #55d88d;
  content: "";
}

.rfc-chat-messages {
  display: grid;
  margin-top: 28px;
  gap: 12px;
}

.rfc-message {
  width: fit-content;
  max-width: 82%;
  margin: 0;
  border-radius: 16px 16px 16px 4px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 15px;
}

.rfc-message-out {
  margin-left: auto;
  border-radius: 16px 16px 4px;
  background: linear-gradient(135deg, #ef3977, #ca1e5d);
  color: #fff;
}

.rfc-chat-disclaimer {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.45;
}

.rfc-engagement-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 5vw, 62px);
}

.rfc-section-kicker {
  margin: 0 0 9px;
  color: var(--rfc-rose-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body#page1 .rfc-engagement h2,
body#page1 .rfc-steps h2 {
  margin: 0;
  color: var(--rfc-ink);
  font: 800 clamp(29px, 4vw, 42px)/1.08 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
  text-transform: none;
}

.rfc-engagement-copy > p:not(.rfc-section-kicker) {
  margin: 18px 0 0;
  color: var(--rfc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rfc-engagement-copy ul {
  display: grid;
  margin: 20px 0 25px;
  padding: 0;
  gap: 9px;
  list-style: none;
}

.rfc-engagement-copy li {
  position: relative;
  color: #303546;
  font-size: 14px;
  padding-left: 25px;
}

.rfc-engagement-copy li::before {
  position: absolute;
  left: 0;
  color: var(--rfc-rose);
  content: "✓";
  font-weight: 900;
}

.rfc-steps {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 48px;
  text-align: center;
}

.rfc-steps-heading {
  margin-bottom: 24px;
}

.rfc-step-grid {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  text-align: left;
}

.rfc-step-grid article {
  border: 1px solid rgba(17, 21, 38, 0.09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(17, 21, 38, 0.055);
  padding: 24px;
}

.rfc-step-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff0f5;
  color: var(--rfc-rose-dark);
  font-size: 12px;
  font-weight: 900;
}

body#page1 .rfc-step-grid h3 {
  margin: 16px 0 8px;
  color: var(--rfc-ink);
  font: 800 18px/1.25 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: none;
}

.rfc-step-grid p {
  margin: 0;
  color: var(--rfc-muted);
  font-size: 13px;
  line-height: 1.6;
}

.rfc-mobile-sticky {
  display: none;
}

body#page1 .ptprelinker-disclaimer.ptprelinker--box {
  z-index: 999999 !important;
}

@media (max-width: 1120px) {
  .rfc-main-nav {
    display: flex;
    margin-left: auto;
  }

  .rfc-mobile-menu {
    display: none;
  }

  .rfc-main-nav a:nth-child(n + 4) {
    display: none;
  }

  .rfc-login span {
    display: none;
  }

  .rfc-brand {
    width: 235px;
    flex-basis: 235px;
  }

  .rfc-header-inner {
    width: min(1000px, calc(100% - 32px));
  }

  .rfc-hero-grid {
    grid-template-columns: minmax(300px, 1fr) 220px minmax(345px, 380px);
    gap: 18px;
  }

  body#page1 .rfc-hero h1 {
    font-size: clamp(40px, 5vw, 52px);
  }
}

@media (max-width: 820px) {
  .rfc-main-nav {
    display: none;
  }

  .rfc-mobile-menu {
    display: block;
  }
}

@media (max-width: 930px) {
  .rfc-hero-grid {
    position: relative;
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 28px;
  }

  .rfc-hero-visual {
    position: absolute;
    bottom: 0;
    left: 31%;
    width: 270px;
    height: 520px;
    min-height: 0;
    border: 0;
    opacity: 0.3;
    box-shadow: none;
    pointer-events: none;
  }

  .rfc-hero-visual figcaption {
    display: none;
  }

  .rfc-signup-card {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  body#page1 {
    padding-bottom: 76px;
  }

  .rfc-header-inner {
    width: calc(100% - 22px);
    min-height: 67px;
    gap: 8px;
  }

  .rfc-brand {
    width: 182px;
    flex-basis: 182px;
  }

  .rfc-brand img {
    height: 48px;
  }

  .rfc-header-actions {
    margin-left: auto;
  }

  .rfc-login {
    min-height: 38px;
    padding: 7px 5px;
  }

  .rfc-login span {
    display: none;
  }

  .rfc-login strong {
    font-size: 12px;
  }

  .rfc-header-cta {
    display: none;
  }

  .rfc-mobile-menu summary {
    min-height: 38px;
    font-size: 0;
    padding: 7px 10px;
  }

  .rfc-mobile-menu summary::after {
    color: #252a3d;
    content: "☰";
    font-size: 18px;
  }

  .rfc-hero-grid {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    padding: 31px 0 48px;
  }

  .rfc-hero-copy {
    position: relative;
    z-index: 2;
  }

  .rfc-hero-visual {
    top: 68px;
    right: -105px;
    bottom: auto;
    left: auto;
    width: 285px;
    height: 385px;
    opacity: 0.32;
  }

  .rfc-hero-visual::after {
    background: linear-gradient(90deg, #0b0f1e 0%, transparent 65%), linear-gradient(180deg, transparent 55%, #10101d 100%);
  }

  body#page1 .rfc-hero h1 {
    max-width: 92%;
    font-size: clamp(35px, 10.4vw, 45px);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  }

  .rfc-hero-subtitle {
    position: relative;
    z-index: 2;
    max-width: 82%;
  }

  .rfc-benefits {
    position: relative;
    z-index: 2;
    max-width: 82%;
  }

  .rfc-intent-pulse {
    position: relative;
    z-index: 2;
    gap: 5px;
  }

  .rfc-intent-pulse span {
    padding: 8px 7px;
  }

  .rfc-intent-pulse strong {
    font-size: 14px;
  }

  .rfc-signup-card {
    position: relative;
    z-index: 3;
    margin-top: 27px;
  }

  .rfc-engagement {
    width: calc(100% - 24px);
    margin: 34px auto;
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .rfc-chat-preview {
    min-height: 0;
    padding: 27px 20px;
  }

  .rfc-engagement-copy {
    padding: 30px 21px 32px;
  }

  body#page1 .rfc-engagement h2,
  body#page1 .rfc-steps h2 {
    font-size: 29px;
  }

  .rfc-steps {
    width: calc(100% - 24px);
    margin-bottom: 34px;
  }

  .rfc-step-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rfc-step-grid article {
    padding: 20px;
  }

  .rfc-mobile-sticky {
    position: fixed;
    right: 10px;
    bottom: 9px;
    left: 10px;
    z-index: 45;
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(11, 15, 29, 0.97);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.36);
    color: #fff;
    padding: 8px 9px 8px 14px;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .rfc-mobile-sticky.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(90px);
  }

  .rfc-mobile-sticky span,
  .rfc-mobile-sticky strong,
  .rfc-mobile-sticky small {
    display: block;
  }

  .rfc-mobile-sticky strong {
    font-size: 13px;
  }

  .rfc-mobile-sticky small {
    margin-top: 1px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
  }

  .rfc-mobile-sticky a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #ff477e, #d91f65);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .rfc-brand {
    width: 185px;
    flex-basis: 185px;
  }

  .rfc-login {
    display: none;
  }

  .rfc-intent-pulse span {
    font-size: 9px;
  }
}
