/*

Theme Name: Halloween

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #f5f8fa;
}


/* Optional brand region. Compact logo dimensions below are defaults, not limits for mastheads. */
.lfm_brand_scene:empty { display: none; }
.lfm_brand_scene { position: relative; isolation: isolate; }
.lfm_brand_scene img { max-width: 100%; height: auto; }
.lfm_brand_scene .lfm_brand_decoration { pointer-events: none; }

/* Navigation surfaces: the active category shares a border with its submenu. */
.lfm_menu_bar { background: #007bff; margin-bottom: 20px; }
.lfm_menu_bar .navbar { align-items: start; }
.lfm_brand { padding: 6px 0; }
.lfm_menu_logo { max-height: 35px; max-width: 160px; object-fit: contain; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
    color: #fff; font-size: 15px; padding: 10px 15px; position: relative;
    border: 1px solid transparent; border-radius: 5px 5px 0 0;
}
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link {
    color: #001330; background: #fff; border-color: #ddd; border-bottom-color: #fff;
}
.lfm_menu_bar .nav-link:hover { background: #0065d1; }
.lfm_menu_bar .lfm_tab_opened > .nav-link:hover { background: #fff; }
.lfm_menu_tab {
    display: none; position: static; flex-wrap: wrap; min-width: 0;
    background: #fff; border: 1px solid #ddd; width: 100%; margin: 0;
}
li.lfm_tab_opened > .lfm_menu_tab { display: flex; }
.lfm_menu_tab > li > a, .lfm_public_link > a {
    display: block; padding: 12px 18px; color: #343a40; font-size: 15px;
    text-decoration: none; overflow-wrap: anywhere;
}
.lfm_public_link > a { color: #fff; }
.lfm_menu_tab a:hover { color: #001330; background: #eef3f8; }
.lfm_menu_tab .dropdown-menu { max-width: calc(100vw - 32px); }
.lfm_menu_tab .dropdown-menu a {
    display: block; padding: 8px 20px; color: #343a40;
    white-space: normal; overflow-wrap: anywhere; text-decoration: none;
}
.lfm_menu_bar a:focus-visible, .lfm_menu_bar button:focus-visible, .lfm_nav_search input:focus-visible {
    outline: 3px solid #ffcc33; outline-offset: 2px;
}
.lfm_nav_search { position: relative; min-width: 0; margin: 0 0 8px; }
.lfm_nav_search[hidden], #lfm-nav-results[hidden] { display: none !important; }
.lfm_nav_search input {
    width: 100%; min-width: 0; border: 1px solid #9ca9b8; border-radius: 4px;
    background: #fff; color: #212529; padding: 9px 12px; font: inherit;
}
#lfm-nav-results {
    position: absolute; top: 100%; right: 0; width: max(100%, 320px); max-width: calc(100vw - 32px);
    z-index: 1100; max-height: min(360px, 50vh); overflow-y: auto;
    background: #fff; color: #212529; border: 1px solid #9ca9b8;
    border-radius: 4px; box-shadow: 0 6px 18px #00133033; padding: 4px; margin: 4px 0 0; list-style: none;
}
#lfm-nav-results > li { padding: 10px 12px; overflow-wrap: anywhere; }
#lfm-nav-results > [role=option] { cursor: pointer; }
#lfm-nav-results > [aria-selected=true], #lfm-nav-results > [role=option]:hover { background: #e6f0ff; color: #001330; }
#lfm-nav-results small { display: block; color: #526176; }
@media (min-width: 992px) {
    .lfm_menu_bar .navbar { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; }
    /* navigation.js derives these tracks from rendered categories, including client-added tabs. */
    .lfm_menu_bar .navbar-collapse { --lfm-search-space: 196px; display: grid !important; grid-template-columns: repeat(var(--lfm-category-count, 3), max-content) minmax(var(--lfm-search-space), 1fr); align-items: end; min-width: 0; }
    .lfm_menu_bar .navbar-nav, .lfm_menu_bar .navbar-nav > .nav-item { display: contents; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { grid-row: 1; margin-bottom: -1px; z-index: 1; }
    .lfm_menu_tab { grid-column: 1 / -1; grid-row: 2; }
    .lfm_nav_search { grid-column: var(--lfm-search-column, 4); grid-row: 1; margin-left: 16px; justify-self: end; width: min(100% - 16px, 320px); }
    /* Keep search above the tabs when crowded, preserving the tab/submenu connection.
       Equal bounded tracks let even long category labels wrap without overflowing. */
    .lfm_menu_bar .navbar-collapse.lfm_search_stacked { grid-template-columns: repeat(var(--lfm-category-count, 3), minmax(0, 1fr)); }
    .lfm_search_stacked .lfm_nav_search { grid-column: 1 / -1; grid-row: 1; margin-left: 0; width: min(100%, 320px); }
    .lfm_menu_bar .lfm_search_stacked .navbar-nav > .nav-item > .nav-link { grid-row: 2; min-width: 0; overflow-wrap: anywhere; }
    .lfm_search_stacked .lfm_menu_tab { grid-row: 3; }
    .lfm_public_link { grid-row: 1; }
}
@media (max-width: 991.98px) {
    .lfm_menu_bar .navbar { align-items: center; }
    .lfm_menu_bar .navbar-collapse.show, .lfm_menu_bar .navbar-collapse.collapsing { display: flex; flex-direction: column; align-items: stretch; }
    .lfm_nav_search { order: -1; margin-top: 12px; }
    #lfm-nav-results { position: static; width: 100%; max-width: none; box-shadow: none; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { border-radius: 0; padding-right: 36px; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link::after { content: '▸'; position: absolute; right: 12px; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_opened:not(.lfm_tab_closed) > .nav-link::after { content: '▾'; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_closed > .nav-link { color: #fff; background: transparent; border-color: transparent; }
    .lfm_menu_tab { flex-direction: column; background: #f5f8fa; }
    li.lfm_tab_closed > .lfm_menu_tab { display: none; }
    .lfm_menu_tab > li > a { padding-left: 28px; }
    .lfm_menu_tab .dropdown-menu { position: static !important; transform: none !important; float: none; max-width: 100%; }
    .lfm_menu_tab .dropdown-menu a { padding-left: 40px; }
}


/* Styles for the footer */

.lfm_footer {
	background-color: #001330;
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}


/* Profile picture sizes */

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}


/* Various styles */

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#1468e5;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#3385FF;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

/* Farm Traffic | shared shell and midnight pumpkin patch */
:root { --ft-plum:#211a2c; --ft-navy:#181b2d; --ft-orange:#f39a35; --ft-gold:#ffc45c; --ft-cream:#fff8e9; --ft-leaf:#416b35; --ft-ivory:#f5f0e8; }
body { font-family: "Trebuchet MS", Arial, sans-serif; color:var(--ft-plum); background-color:#fffcf5; background-image:radial-gradient(#c98f5430 .8px, transparent .8px); background-size:23px 23px; line-height:1.55; }
h1,h2,h3,h4,.lfm_title { font-family: Georgia, "Times New Roman", serif; letter-spacing:-.025em; }
a { color:#804121; }
a:hover { color:#522a23; }
.lfm_title { color:var(--ft-plum); font-size:2rem; }
.lfm_descr { color:#393342; }
.lfm_brand_scene { height:208px; display:flex; align-items:center; justify-content:center; overflow:hidden; background:radial-gradient(ellipse at 50% 95%,#57404b 0,transparent 57%),linear-gradient(180deg,#191b30,#2a2030 72%,#211a2c); }
.lfm_brand_scene:empty { display:flex; }
.lfm_brand_scene .lfm_brand_decoration { position:absolute; inset:0; pointer-events:none; background-image:radial-gradient(circle at 82% 27%,#ffc86b 0 19px,#ffc86b18 20px 42px,transparent 43px),radial-gradient(circle,#fce4af99 1px,transparent 1.5px),radial-gradient(circle,#fce4af72 1px,transparent 1.5px); background-size:100% 100%,98px 61px,151px 79px; background-position:0 0,19px 7px,77px 28px; opacity:.85; }
.lfm_brand_scene::after { content:""; position:absolute; inset:auto 0 0; height:25px; pointer-events:none; background:linear-gradient(0deg,#211a2c,transparent); }
.lfm_brand_scene .lfm_brand { display:block; padding:0; z-index:1; flex:none; line-height:0; }
.lfm_brand_scene .lfm_menu_logo { display:block; width:min(760px,145vw); max-width:none; max-height:none; height:auto; filter:drop-shadow(0 8px 13px #0c0b1880); }
.lfm_brand_scene .lfm_brand:focus-visible { outline:3px solid var(--ft-gold); outline-offset:-7px; border-radius:12px; }
.lfm_menu_bar { background:var(--ft-plum); margin-bottom:0; border-bottom:4px solid var(--ft-gold); box-shadow:0 8px 22px #241c2a18; }
.lfm_menu_bar .navbar { display:flex; max-width:1100px; min-height:53px; margin:auto; padding:0 18px; background:var(--ft-cream); border-radius:9px 9px 0 0; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link { color:var(--ft-plum); font-weight:700; font-size:14px; padding:14px 19px; border-radius:9px 9px 0 0; transition:background-color .18s ease,color .18s ease; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover { background:#f8e8c8; }
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link,.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link:hover { background:#fffdf8; color:#342035; border-color:#d8b779; border-bottom-color:#fffdf8; }
.lfm_menu_tab { background:#fffdf8; border-color:#d8b779; border-radius:0 0 8px 8px; padding:4px 8px; box-shadow:0 5px 12px #26182a14; }
.lfm_menu_tab > li > a,.lfm_public_link > a { color:#342838; font-size:14px; font-weight:600; border-radius:5px; text-decoration:none; }
.lfm_menu_tab > li > a { padding:11px 14px; }
.lfm_public_link > a { padding:15px 17px; white-space:nowrap; }
.lfm_public_link > a:hover,.lfm_menu_tab a:hover { background:#f8edda; color:#873e17; text-decoration:none; }
.lfm_menu_tab .dropdown-menu { background:var(--ft-cream); border:1px solid #dfbd83; box-shadow:0 12px 24px #261b3030; }
.lfm_menu_tab .dropdown-menu a { color:var(--ft-plum); }
.lfm_menu_tab .dropdown-menu a:hover { background:#f6e8cf; }
.lfm_nav_search { margin-bottom:5px; }
.lfm_nav_search input { border-color:#ae916a; background:#fffdf8; color:var(--ft-plum); border-radius:7px; padding:8px 12px; }
#lfm-nav-results { background:#fffdf8; border-color:#c5a577; }
#lfm-nav-results > [aria-selected=true],#lfm-nav-results > [role=option]:hover { background:#faebcf; color:var(--ft-plum); }
#lfm-nav-results small { color:#60565e; }
.lfm_menu_bar a:focus-visible,.lfm_menu_bar button:focus-visible,.lfm_nav_search input:focus-visible { outline-color:#d67822; }
.lfm_footer { background:var(--ft-plum); border-top:4px solid var(--ft-orange); }
.buttonlink,.btn-primary { background:#ed982f; color:#271d30; border:1px solid #aa601d; border-radius:6px; font-family:inherit; font-weight:700; }
.buttonlink:hover,.btn-primary:hover,.btn-primary:focus { background:#ffc45c; color:#271d30; border-color:#a5611e; }
.btn-outline-primary { color:#814b20; border-color:#a56b35; }
.btn-outline-primary:hover { background:#f39a35; border-color:#a56b35; color:#211a2c; }
.infobar { background:var(--ft-plum); }
.feedicon { color:var(--ft-leaf); }
.form-control:focus { border-color:#e39845; box-shadow:0 0 0 .2rem #f39a3540; }
@media (min-width:992px) {
  .lfm_menu_bar .navbar { display:block; }
  .lfm_menu_bar .navbar-collapse { width:100%; }
  .lfm_menu_bar .lfm_public_link { justify-self:start; }
}
@media (max-width:991.98px) {
  .lfm_brand_scene { height:145px; }
  .lfm_brand_scene .lfm_menu_logo { width:min(525px,140vw); }
  .lfm_brand_scene .lfm_brand_decoration { background-size:100% 100%,108px 67px,151px 79px; }
  .lfm_menu_bar .navbar { padding:8px 15px; border-radius:0; background:var(--ft-cream); }
  .lfm_menu_bar .navbar-toggler { color:var(--ft-plum) !important; border:1px solid #ba8c52; border-radius:6px; font-size:14px; font-weight:700; padding:6px 10px; }
  .lfm_menu_bar .navbar-collapse.show,.lfm_menu_bar .navbar-collapse.collapsing { width:100%; }
  .lfm_menu_bar .navbar-nav { width:100%; }
  .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { background:var(--ft-plum); color:var(--ft-cream); border-radius:5px; margin:3px 0 0; }
  .lfm_menu_bar .navbar-nav > .lfm_tab_opened:not(.lfm_tab_closed) > .nav-link { color:var(--ft-plum); background:#fffdf8; border-color:#d8b779; border-bottom-color:#fffdf8; border-radius:5px 5px 0 0; margin-bottom:-1px; }
  .lfm_menu_bar .navbar-nav > .lfm_tab_closed > .nav-link { color:var(--ft-cream); background:var(--ft-plum); }
  .lfm_menu_tab { padding:3px; border-radius:0 0 7px 7px; }
  .lfm_menu_tab > li > a { padding:11px 16px 11px 25px; }
  .lfm_menu_tab .dropdown-menu { box-shadow:none; }
  .lfm_public_link { width:100%; }
  .lfm_public_link > a { padding:11px 14px; }
}
@media (max-width:480px) {
  .lfm_brand_scene { height:132px; }
  .lfm_brand_scene .lfm_menu_logo { width:510px; }
  .lfm_brand_scene .lfm_brand_decoration { background-image:radial-gradient(circle at 90% 30%,#ffc86b 0 13px,#ffc86b18 14px 28px,transparent 29px),radial-gradient(circle,#fce4af88 1px,transparent 1.5px); background-size:100% 100%,112px 74px; }
}

/* Front page: all selectors are scoped to this standalone fragment. */
.lfm-salespage { width:100%; max-width:1120px; margin:0 auto; }
.lfm-salespage * { box-sizing:border-box; }
.lfm-salespage h1,.lfm-salespage h2,.lfm-salespage h3,.lfm-salespage p { margin-top:0; }
.lfm-salespage h1,.lfm-salespage h2,.lfm-salespage h3 { font-family:Georgia,"Times New Roman",serif; letter-spacing:-.035em; }
.lfm-salespage .lfm-salespage-eyebrow { color:#cc772b; font:700 11px/1.5 "Trebuchet MS",Arial,sans-serif; letter-spacing:.2em; text-transform:uppercase; margin-bottom:18px; }
.lfm-salespage .lfm-salespage-hero { display:grid; grid-template-columns:1.02fr .98fr; align-items:center; gap:20px; min-height:458px; padding:52px 48px; overflow:hidden; border-radius:20px; color:var(--ft-cream); background:radial-gradient(circle at 81% 47%,#61382670,transparent 25%),linear-gradient(125deg,#1b1f31,#241925 87%); box-shadow:0 18px 30px #291a2930; }
.lfm-salespage .lfm-salespage-hero-copy { position:relative; z-index:1; }
.lfm-salespage .lfm-salespage-hero h1 { font-size:clamp(2.6rem,4.8vw,4.5rem); line-height:1.08; font-weight:700; margin-bottom:24px; }
.lfm-salespage .lfm-salespage-intro { color:#ded5d6; max-width:495px; font-size:16px; line-height:1.7; margin-bottom:26px; }
.lfm-salespage .lfm-salespage-actions { display:flex; flex-wrap:wrap; gap:11px; }
.lfm-salespage .lfm-salespage-button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:10px 18px; background:var(--ft-gold); color:#33252d; font-size:14px; font-weight:700; border:1px solid #ee9335; border-radius:8px; text-decoration:none; box-shadow:0 3px 0 #a95522; transition:background-color .18s ease,box-shadow .18s ease; text-align:center; }
.lfm-salespage .lfm-salespage-button:hover { color:#211a2c; background:#ffe09b; text-decoration:none; box-shadow:0 4px 0 #a95522; }
.lfm-salespage .lfm-salespage-button:focus-visible,.lfm-salespage a:focus-visible { outline:3px solid var(--ft-orange); outline-offset:3px; }
.lfm-salespage .lfm-salespage-button-outline { background:#ffffff0d; color:var(--ft-cream); border-color:#a396a5; box-shadow:none; }
.lfm-salespage .lfm-salespage-button-outline:hover { background:#ffffff25; color:#fff; box-shadow:none; }
.lfm-salespage .lfm-salespage-highlights { display:flex; flex-wrap:wrap; gap:9px 25px; list-style:none; margin:26px 0 0; padding:0; color:#d1c8cf; font-size:12px; }
.lfm-salespage .lfm-salespage-highlights li::before { content:"•"; color:#86a062; margin-right:8px; }
.lfm-salespage .lfm-salespage-hero-art { margin:0; min-width:0; width:100%; }
.lfm-salespage .lfm-salespage-hero-art img { display:block; width:100%; height:auto; filter:drop-shadow(0 10px 14px #0e0c1380); }
.lfm-salespage .lfm-salespage-features { padding:80px 32px 74px; }
.lfm-salespage .lfm-salespage-section-heading { text-align:center; max-width:720px; margin:0 auto 34px; }
.lfm-salespage .lfm-salespage-section-heading .lfm-salespage-eyebrow { margin-bottom:13px; }
.lfm-salespage .lfm-salespage-section-heading h2,.lfm-salespage .lfm-salespage-closing h2 { font-size:clamp(2rem,3.5vw,3.2rem); line-height:1.17; font-weight:700; margin-bottom:16px; }
.lfm-salespage .lfm-salespage-section-heading > p:last-child { color:#59525d; margin-bottom:0; }
.lfm-salespage .lfm-salespage-feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.lfm-salespage .lfm-salespage-feature { position:relative; min-width:0; min-height:206px; padding:24px; overflow:hidden; background:linear-gradient(145deg,#fffdf7,#fff0d2); border:1px solid #e4cda8; border-radius:15px; box-shadow:0 7px 18px #76533113; }
.lfm-salespage .lfm-salespage-feature::after,.lfm-salespage .lfm-salespage-closing::after { content:""; position:absolute; pointer-events:none; width:112px; height:55px; right:-34px; bottom:-26px; border:8px double #416b3526; border-radius:50%; transform:rotate(-29deg); }
.lfm-salespage .lfm-salespage-feature-number { display:grid; place-items:center; width:37px; height:37px; margin-bottom:17px; border-radius:50%; background:var(--ft-leaf); color:#fff; font-size:11px; font-weight:700; }
.lfm-salespage .lfm-salespage-feature h3 { font-size:21px; line-height:1.2; margin-bottom:8px; }
.lfm-salespage .lfm-salespage-feature p { font-size:14px; line-height:1.6; color:#5c5360; margin-bottom:0; }
.lfm-salespage .lfm-salespage-process { position:relative; overflow:hidden; padding:64px 44px 72px; border-radius:20px; background:repeating-linear-gradient(165deg,transparent 0 52px,#416b351b 53px 55px,transparent 56px 94px),radial-gradient(circle at 84% 15%,#773d2d55,transparent 29%),#241a29; color:var(--ft-cream); }
.lfm-salespage .lfm-salespage-process .lfm-salespage-section-heading { margin-bottom:33px; }
.lfm-salespage .lfm-salespage-process h2 { color:var(--ft-cream); }
.lfm-salespage .lfm-salespage-step-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.lfm-salespage .lfm-salespage-step { min-width:0; padding:20px 17px; border:1px solid #655045; border-radius:11px; background:#181b2de8; }
.lfm-salespage .lfm-salespage-step > span { display:grid; place-items:center; width:36px; height:36px; margin-bottom:17px; color:#35242d; background:var(--ft-gold); border-radius:50%; box-shadow:0 3px 0 #b06427; font-weight:700; }
.lfm-salespage .lfm-salespage-step h3 { font-size:17px; letter-spacing:0; margin-bottom:7px; }
.lfm-salespage .lfm-salespage-step p { font-size:13px; line-height:1.55; color:#ccc5ca; margin-bottom:0; }
.lfm-salespage .lfm-salespage-closing { position:relative; overflow:hidden; text-align:center; padding:67px 30px 60px; margin:72px 0 18px; border:1px solid #6c913e; border-radius:18px; background:linear-gradient(120deg,#fffcf1,#fff2d0); box-shadow:0 8px 0 #416b3515; }
.lfm-salespage .lfm-salespage-closing::after { width:155px; height:75px; }
.lfm-salespage .lfm-salespage-closing .lfm-salespage-eyebrow { margin-bottom:14px; }
.lfm-salespage .lfm-salespage-closing > p:not(.lfm-salespage-eyebrow):not(.lfm-salespage-questions) { color:#615660; margin-bottom:22px; }
.lfm-salespage .lfm-salespage-questions { font-size:14px; font-weight:700; margin:20px 0 0; }
.lfm-salespage .lfm-salespage-questions a { color:#733b23; text-decoration:underline; }
@media (max-width:991.98px) {
  .lfm-salespage .lfm-salespage-hero { padding:42px 32px; gap:12px; }
  .lfm-salespage .lfm-salespage-hero h1 { font-size:clamp(2.4rem,5vw,3.6rem); }
  .lfm-salespage .lfm-salespage-features { padding:66px 10px; }
  .lfm-salespage .lfm-salespage-step-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .lfm-salespage .lfm-salespage-hero { grid-template-columns:minmax(0,1fr); gap:26px; padding:37px 24px 25px; }
  .lfm-salespage .lfm-salespage-hero h1 { font-size:clamp(2.4rem,9vw,3.6rem); }
  .lfm-salespage .lfm-salespage-hero-art { max-width:560px; justify-self:center; }
  .lfm-salespage .lfm-salespage-feature-grid { grid-template-columns:minmax(0,1fr); gap:14px; }
  .lfm-salespage .lfm-salespage-feature { min-height:0; }
  .lfm-salespage .lfm-salespage-process { padding:45px 24px 52px; }
}
@media (max-width:480px) {
  .lfm-salespage .lfm-salespage-hero { border-radius:15px; padding:29px 20px 24px; }
  .lfm-salespage .lfm-salespage-hero h1 { font-size:clamp(2.2rem,9vw,2.9rem); }
  .lfm-salespage .lfm-salespage-actions { display:grid; grid-template-columns:1fr; }
  .lfm-salespage .lfm-salespage-highlights { display:block; margin-top:21px; }
  .lfm-salespage .lfm-salespage-highlights li + li { margin-top:5px; }
  .lfm-salespage .lfm-salespage-features { padding:54px 2px; }
  .lfm-salespage .lfm-salespage-feature { padding:20px; }
  .lfm-salespage .lfm-salespage-process { padding:42px 17px 48px; border-radius:15px; }
  .lfm-salespage .lfm-salespage-step-grid { grid-template-columns:minmax(0,1fr); gap:12px; }
  .lfm-salespage .lfm-salespage-step { display:flex; align-items:flex-start; gap:15px; padding:15px; }
  .lfm-salespage .lfm-salespage-step > span { margin:0; flex:none; }
  .lfm-salespage .lfm-salespage-closing { padding:50px 18px; margin:54px 0 10px; }
}
/* Keep the complete transparent logo canvas visible with clear space above the menu. */
.lfm_brand_scene {
  height:auto;
  min-height:0;
  padding:14px 12px 18px;
  box-sizing:border-box;
}
.lfm_brand_scene .lfm_brand { width:min(760px,calc(100vw - 24px)); }
.lfm_brand_scene .lfm_menu_logo {
  width:100%;
  max-width:100%;
  max-height:none;
  height:auto;
  object-fit:contain;
}
@media (max-width:991.98px) {
  .lfm_brand_scene { height:auto; padding:12px 12px 16px; }
  .lfm_brand_scene .lfm_menu_logo { width:100%; }
}
@media (max-width:480px) {
  .lfm_brand_scene { height:auto; padding:10px 12px 14px; }
  .lfm_brand_scene .lfm_menu_logo { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  .lfm-salespage .lfm-salespage-button,.lfm_menu_bar .navbar-nav > .nav-item > .nav-link { transition:none; animation:none; }
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}
