:root {
  --lm-brown-950: #24160d;
  --lm-brown-900: #352214;
  --lm-brown-800: #4b321f;
  --lm-brown-700: #66481e;
  --lm-brown-600: #7a5730;
  --lm-copper: #c88748;
  --lm-gold: #f4c36a;
  --lm-ivory: #fff8ed;
  --lm-cream: #f6ead7;
  --lm-ink: #211814;
  --lm-muted: #6e6258;
  --lm-line: #e7d6bd;
  --lm-green: #2d5a46;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: #fffaf3;
  color: var(--lm-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: var(--lm-brown-700);
}

a:hover,
a:focus {
  color: var(--lm-brown-900);
  text-decoration: none;
}

header,
.lm-site-header {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid var(--lm-line);
  box-shadow: 0 8px 28px rgba(36, 22, 13, .08);
}

.lm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 22px;
}

.lm-header-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.lm-header-logo img,
header img {
  max-width: 230px;
  height: auto;
}

.lm-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.lm-header-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 11px;
  color: var(--lm-brown-900);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lm-header-nav a:hover,
.lm-header-nav a:focus {
  color: var(--lm-brown-950);
  background: var(--lm-ivory);
}

.lm-nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lm-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  background: var(--lm-ivory);
  cursor: pointer;
}

.lm-burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background: var(--lm-brown-900);
  border-radius: 99px;
}

section {
  padding: 42px 0;
}

#head-form {
  padding: 0;
  background: radial-gradient(circle at 18% 18%, rgba(244, 195, 106, .18), transparent 34%), linear-gradient(135deg, var(--lm-brown-950), var(--lm-brown-700));
}

#head-form .head-img {
  background: transparent;
}

#head-form .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.form-head {
  width: 100%;
  min-height: 100%;
  margin: 0 auto 24px;
  padding: 32px;
  background: rgba(255, 248, 237, .96);
  color: var(--lm-ink);
  border: 1px solid rgba(244, 195, 106, .35);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(25, 14, 8, .22);
  opacity: 1;
  overflow: hidden;
}

.text-center .form-head,
#head-form .text-center .form-head {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  padding-left: 0;
}

.form-head h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.form-head h1 span {
  color: var(--lm-gold);
}

.lm-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 12px;
  color: var(--lm-gold);
  background: rgba(255, 248, 237, .12);
  border: 1px solid rgba(244, 195, 106, .34);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.preshead {
  max-width: 680px;
  color: #fff;
  font-size: 19px;
  text-transform: none;
  font-weight: 500;
}

.lm-hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px auto 0;
}

.lm-hero-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: #fff;
  background: rgba(255, 248, 237, .14);
  border: 1px solid rgba(255, 248, 237, .28);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.lm-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.text-center .lm-hero-actions,
#head-form .text-center .lm-hero-actions {
  justify-content: center;
}

.lm-hero-cta {
  max-width: 300px;
  width: auto;
  min-width: 260px;
}

.lm-signup-card h2 {
  margin: 0 0 10px;
  color: var(--lm-brown-950);
  font-size: 28px;
  line-height: 1.15;
}

.lm-card-kicker,
.nd-kicker,
.soe-kicker {
  margin: 0 0 8px;
  color: var(--lm-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lm-card-text {
  margin: 0 0 18px;
  color: var(--lm-muted);
}

.lm-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 20px;
}

.lm-proof-list span {
  display: block;
  padding: 10px 8px;
  color: var(--lm-brown-900);
  background: var(--lm-cream);
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.lm-cta-primary,
.bouton_fiche a,
.soe-mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  padding: 14px 20px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--lm-copper), var(--lm-brown-700));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(102, 72, 30, .32);
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.lm-cta-primary:hover,
.bouton_fiche a:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.lm-cta-secondary {
  display: block;
  margin-top: 14px;
  color: var(--lm-brown-700);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#formuser {
  margin-top: 16px;
}

#formuser:empty,
#caruser:empty,
#caruserf:empty,
#caruserh:empty {
  display: none;
}

#profils:has(#caruserf:empty),
#profils:has(#caruserh:empty) {
  display: none;
}

.bouton_fiche {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

#featured,
#profils,
#testimonials,
#social {
  background: #fffaf3;
  border-top: 1px solid var(--lm-line);
}

#featured:nth-of-type(even),
.lm-section-soft {
  background: var(--lm-ivory);
}

#apps {
  background: var(--lm-brown-900);
  color: #fff;
}

#apps a {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  color: var(--lm-brown-950);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

section h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

section h3 {
  margin: 0 0 22px;
  text-align: center;
  text-transform: none;
}

p {
  margin: 0 0 16px;
}

.feature-box,
.about-box,
.profils-widgets,
.approfil {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(53, 34, 20, .08);
}

.feature-box,
.about-box {
  min-height: 170px;
  padding: 22px;
}

#apps .feature-box {
  background: #fff;
  border: 1px solid #d7bd98;
  box-shadow: 0 14px 34px rgba(36, 22, 13, .12);
}

#apps .feature-box h3 {
  color: var(--lm-brown-950);
}

#apps .feature-box p {
  color: #3b2b20;
}

.cats {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 6px;
  padding: 9px 13px;
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 999px;
  color: var(--lm-brown-900);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(53, 34, 20, .06);
}

.cats a {
  color: var(--lm-brown-900);
}

.cats .fa,
.cats .fa:before {
  display: none !important;
  content: none !important;
}

.lm-dating-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: stretch;
  margin: 26px 0;
}

.lm-dating-panel,
.lm-affiliate-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(53, 34, 20, .08);
}

.lm-affiliate-panel {
  background: linear-gradient(145deg, #fff, var(--lm-ivory));
}

.lm-affiliate-panel .lm-cta-primary {
  margin-top: 14px;
}

.lm-live-profiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 2px;
}

.lm-live-profile-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 11px 7px;
  color: var(--lm-brown-950);
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(53, 34, 20, .07);
  text-align: center;
  text-decoration: none;
}

.lm-live-profile-card:hover,
.lm-live-profile-card:focus {
  color: var(--lm-brown-950);
  border-color: var(--lm-copper);
  transform: translateY(-1px);
}

.lm-live-photo {
  display: block;
  width: 70px;
  height: 70px;
  padding: 3px;
  background: linear-gradient(135deg, var(--lm-gold), var(--lm-copper));
  border-radius: 50%;
}

.lm-live-photo img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
}

.lm-live-name,
.lm-live-meta,
.lm-live-status {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lm-live-name {
  color: var(--lm-brown-950);
  font-size: 13px;
  font-weight: 800;
}

.lm-live-meta {
  min-height: 16px;
  color: var(--lm-muted);
  font-size: 12px;
  line-height: 1.3;
}

.lm-live-status {
  margin-top: 2px;
  padding: 3px 7px;
  color: #fff;
  background: var(--lm-green);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.lm-home-profile-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.lm-home-profile-panel,
.lm-home-carousel-wrap {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(53, 34, 20, .08);
}

.lm-home-profile-panel {
  padding: 22px;
}

.lm-home-profile-panel h3,
.lm-home-carousel-wrap h3,
.lm-home-carousel-wrap h4 {
  margin: 0 0 14px;
  color: var(--lm-brown-950);
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

.lm-home-profile-panel .lm-live-profiles {
  margin-bottom: 0;
}

.lm-home-carousel-wrap {
  margin: 26px 0;
  padding: 24px;
  background: linear-gradient(145deg, #fff, var(--lm-ivory));
}

.lm-home-carousel-head {
  margin-bottom: 12px;
  text-align: center;
}

.lm-home-carousel-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.lm-home-carousel-columns > div {
  min-width: 0;
}

.lm-mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lm-mini-list li {
  padding-left: 24px;
  position: relative;
}

.lm-mini-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 10px;
  height: 10px;
  background: var(--lm-copper);
  border-radius: 50%;
}

.lm-profile-teasers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0;
}

.lm-profile-teasers article {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  text-align: center;
}

.lm-profile-teasers img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.lm-hub-kit {
  margin: 30px 0;
}

.lm-hub-copy {
  max-width: 820px;
  margin: 0 auto 22px;
  text-align: center;
}

.lm-insight-grid,
.lm-conversion-grid,
.lm-hub-profiles {
  display: grid;
  gap: 16px;
  margin: 22px 0;
}

.lm-insight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-conversion-grid {
  grid-template-columns: .95fr 1.05fr;
  align-items: stretch;
}

.lm-hub-profiles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-insight-grid article,
.lm-score-card,
.lm-chat-preview,
.lm-hub-profiles article,
.lm-hub-cta,
.lm-hub-links {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(53, 34, 20, .08);
}

.lm-insight-grid article,
.lm-score-card,
.lm-chat-preview,
.lm-hub-profiles article,
.lm-hub-links {
  padding: 22px;
}

.lm-insight-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  color: #fff;
  background: var(--lm-brown-700);
  border-radius: 50%;
  font-weight: 800;
}

.lm-insight-grid strong,
.lm-hub-profiles h3,
.lm-chat-preview h3,
.lm-score-card h3 {
  display: block;
  margin: 0 0 10px;
  color: var(--lm-brown-950);
  font-size: 20px;
  line-height: 1.25;
}

.lm-score-row {
  margin: 15px 0;
  padding-bottom: 1px;
  background: linear-gradient(var(--lm-cream), var(--lm-cream)) left bottom / 100% 9px no-repeat;
}

.lm-score-row span {
  display: block;
  margin-bottom: 7px;
  color: var(--lm-brown-900);
  font-weight: 800;
}

.lm-score-row b {
  display: block;
  height: 9px;
  min-width: 44px;
  background: linear-gradient(90deg, var(--lm-copper), var(--lm-green));
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.lm-chat-message {
  max-width: 88%;
  margin: 12px 0;
  padding: 13px 15px;
  border-radius: 8px;
}

.lm-chat-message span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-chat-message p {
  margin: 0;
}

.lm-chat-me {
  margin-left: auto;
  color: #fff;
  background: var(--lm-brown-700);
}

.lm-chat-them {
  color: var(--lm-ink);
  background: var(--lm-cream);
}

.lm-chat-preview .lm-cta-primary {
  margin-top: 14px;
}

.lm-hub-profiles article a {
  display: inline-block;
  margin-top: 6px;
  color: var(--lm-brown-700);
  font-weight: 800;
}

.lm-hub-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 18px;
  align-items: center;
  margin: 24px 0;
  padding: 26px;
  background: linear-gradient(135deg, var(--lm-brown-950), var(--lm-brown-700));
  color: #fff;
}

.lm-hub-cta h2,
.lm-hub-cta p {
  color: #fff;
}

.lm-hub-links {
  text-align: center;
}

.lm-link-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

.lm-link-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--lm-brown-900);
  background: var(--lm-ivory);
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  font-weight: 800;
}

.lm-hub-article {
  max-width: 1180px;
  margin: 0 auto;
}

.lm-hub-article > h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lm-content-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.lm-content-section,
.lm-faq-grid article {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(53, 34, 20, .07);
}

.lm-content-section {
  padding: 24px;
}

.lm-content-section h2,
.lm-faq-block h2 {
  margin-top: 0;
  color: var(--lm-brown-950);
}

.lm-member-widgets {
  margin: 30px 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(53, 34, 20, .07);
}

.lm-member-widgets h2,
.lm-member-widgets h3 {
  margin-top: 0;
  color: var(--lm-brown-950);
}

.lm-member-widgets h3 {
  margin-top: 20px;
  font-size: 20px;
}

.lm-trust-page {
  background: #fffaf3;
}

.lm-trust-hero {
  padding: 58px 0;
  background: radial-gradient(circle at 12% 20%, rgba(244, 195, 106, .22), transparent 34%), linear-gradient(135deg, var(--lm-brown-950), var(--lm-brown-700));
  color: #fff;
}

.lm-trust-hero-light {
  background: radial-gradient(circle at 86% 18%, rgba(244, 195, 106, .24), transparent 32%), linear-gradient(135deg, #2d1d12, var(--lm-brown-600));
}

.lm-trust-hero-safe {
  background: radial-gradient(circle at 18% 22%, rgba(255, 248, 237, .14), transparent 34%), linear-gradient(135deg, var(--lm-brown-900), #2d5a46);
}

.lm-trust-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 28px;
  align-items: center;
}

.lm-trust-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 48px;
  line-height: 1.06;
  letter-spacing: 0;
}

.lm-trust-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .92);
  font-size: 19px;
}

.lm-trust-cta {
  width: auto;
  min-width: 260px;
  margin-top: 10px;
}

.lm-trust-panel,
.lm-trust-signup {
  padding: 26px;
  background: rgba(255, 248, 237, .97);
  color: var(--lm-ink);
  border: 1px solid rgba(244, 195, 106, .42);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(25, 14, 8, .22);
}

.lm-trust-panel strong {
  display: block;
  margin-bottom: 12px;
  color: var(--lm-brown-950);
  font-size: 22px;
}

.lm-trust-panel p,
.lm-trust-panel li,
.lm-trust-signup p {
  color: #3b2b20;
}

.lm-trust-panel ul {
  margin: 0;
  padding-left: 18px;
}

.lm-trust-content {
  padding: 46px 0 56px;
}

.lm-trust-columns,
.lm-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lm-trust-columns-uneven {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}

.lm-trust-columns article,
.lm-steps article,
.lm-trust-note,
.lm-safety-list {
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(53, 34, 20, .07);
}

.lm-trust-columns article,
.lm-steps article,
.lm-trust-note,
.lm-safety-list {
  padding: 25px;
}

.lm-trust-columns h2,
.lm-steps h2,
.lm-trust-note h2,
.lm-safety-list h2 {
  margin-top: 0;
  color: var(--lm-brown-950);
  text-align: left;
}

.lm-steps article > span,
.lm-trust-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin-bottom: 12px;
  padding: 0 12px;
  color: #fff;
  background: var(--lm-brown-700);
  border-radius: 8px;
  font-weight: 900;
}

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

.lm-trust-proof div {
  padding: 20px;
  background: var(--lm-ivory);
  border: 1px solid var(--lm-line);
  border-radius: 8px;
}

.lm-trust-proof p {
  margin-bottom: 0;
}

.lm-trust-note,
.lm-safety-list {
  margin-top: 22px;
}

.lm-safety-list ul {
  margin: 0;
  padding-left: 20px;
}

.lm-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lm-trust-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--lm-brown-900);
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.lm-trust-links a:hover,
.lm-trust-links a:focus {
  background: var(--lm-ivory);
}

.lm-js-carousel {
  min-height: 1px;
}

.lm-faq-block {
  margin: 34px 0;
}

.lm-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lm-faq-grid article {
  padding: 22px;
}

.lm-faq-grid h3 {
  margin: 0 0 10px;
  color: var(--lm-brown-950);
  font-size: 19px;
  line-height: 1.25;
}

footer {
  background: var(--lm-brown-950);
  color: #f8efe2;
  padding-top: 22px;
}

footer a {
  color: #f8efe2;
}

.lm-footer-popular-links {
  max-width: 980px;
  margin: 6px auto 0;
  text-align: center;
}

.lm-footer-popular-links p {
  margin: 0 0 12px;
  color: var(--lm-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-footer-popular-links nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.lm-footer-popular-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(255, 248, 237, .08);
  border: 1px solid rgba(255, 248, 237, .18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}

.lm-footer-popular-links a:hover,
.lm-footer-popular-links a:focus {
  color: #fff;
  background: rgba(244, 195, 106, .18);
}

footer .copyright {
  background: rgba(0, 0, 0, .22);
  margin-top: 18px;
  padding: 14px 0;
}

@media (min-width: 992px) {
  #head-form .row > .text-center {
    flex: 0 0 43%;
    width: 43%;
    max-width: 43%;
  }

  #head-form .row > .text-center + div {
    flex: 0 0 57%;
    width: 57%;
    max-width: 57%;
  }

  #head-form .text-center .form-head {
    padding-right: 18px;
  }

  .form-head h1 {
    font-size: 46px;
  }

  .preshead {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #head-form .row,
  .lm-dating-band,
  .lm-conversion-grid,
  .lm-hub-cta {
    display: block;
  }

  .lm-insight-grid,
  .lm-hub-profiles,
  .lm-home-profile-layout,
  .lm-home-carousel-columns,
  .lm-content-sections,
  .lm-faq-grid,
  .lm-trust-hero-grid,
  .lm-trust-columns,
  .lm-trust-columns-uneven,
  .lm-steps,
  .lm-trust-proof {
    grid-template-columns: 1fr;
  }

  .text-center .form-head,
  #head-form .text-center .form-head {
    padding: 28px 18px 8px;
  }

  .lm-hero-actions {
    justify-content: center;
  }

  .form-head {
    min-width: 0;
    padding: 24px;
  }

  .lm-profile-teasers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lm-hub-cta .lm-cta-primary {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .lm-header-inner {
    min-height: 68px;
    position: relative;
  }

  .lm-header-logo img,
  header img {
    max-width: 185px;
  }

  .lm-burger {
    display: inline-flex;
    flex-direction: column;
  }

  .lm-header-nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 15px;
    right: 15px;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--lm-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(36, 22, 13, .16);
  }

  .lm-header-nav a {
    justify-content: center;
    min-height: 42px;
    background: var(--lm-ivory);
  }

  .lm-nav-toggle:checked ~ .lm-header-nav {
    display: flex;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  section {
    padding: 30px 0;
  }

  .form-head h1 {
    font-size: 34px;
  }

  .lm-trust-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lm-trust-hero {
    padding: 40px 0;
  }

  .lm-trust-hero h1 {
    font-size: 34px;
  }

  .lm-trust-hero p {
    font-size: 17px;
  }

  .lm-trust-cta {
    width: 100%;
    min-width: 0;
  }

  .preshead {
    font-size: 17px;
  }

  .lm-proof-list {
    grid-template-columns: 1fr;
  }

  .lm-live-profiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lm-profile-teasers {
    grid-template-columns: 1fr;
  }

  .lm-hero-cta {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .cats {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
