@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

/* ============================================
   GLOBAL BODY
   ============================================ */
body {
  background-color: #0a0f1a !important;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ============================================
   REMOVE WHITE GAP BELOW HEADER SITEWIDE
   ============================================ */
.site-main,
#primary,
#content,
#page,
.content-area,
.kadence-content-area,
.kadence-inner-wrap,
.wp-site-blocks,
.entry-content,
.kb-content-wrap,
.kadence-hero-area,
.kadence-page-hero,
.wp-block-kadence-rowlayout {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ============================================
   KADENCE HEADER: dark luxury nav sitewide
   ============================================ */
.site-header,
.kadence-header,
header.site-header,
#masthead,
header#masthead {
  background: rgba(0,0,0,0.92) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 999999 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.kadence-header-wrap,
.header-wrap,
.site-header .kadence-header-row,
.kadence-top-header-area,
.kadence-main-header-area,
.kadence-below-header-area,
#masthead .kadence-main-header-inner-wrap,
#masthead .kadence-header-row-inner {
  background: transparent !important;
}

/* Logo */
.site-header .site-logo img,
.kadence-header .site-logo img,
.site-header img.custom-logo {
  height: 34px !important;
  width: auto !important;
}

/* Hide site title and tagline */
.site-title,
.site-description,
.kadence-site-title,
.header-site-title {
  display: none !important;
}

/* Nav links */
.kadence-navigation .menu-item a,
.primary-navigation .menu-item a,
.site-header nav a,
.kadence-header nav a,
#masthead .kadence-navigation a,
#masthead nav a,
#masthead .menu-item a {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* Nav link hover */
.kadence-navigation .menu-item a:hover,
.primary-navigation .menu-item a:hover,
#masthead .menu-item a:hover {
  color: #c9a84c !important;
}

/* ONE Fort Myers gold highlight */
.kadence-navigation .menu-item a[href*="fort-myers-luxury-riverfront"],
.primary-navigation .menu-item a[href*="fort-myers-luxury-riverfront"] {
  color: #c9a84c !important;
}

/* Contact button */
.kadence-navigation .menu-item:last-child a,
.primary-navigation .menu-item:last-child a,
#masthead .menu-item:last-child > a {
  background: #c9a84c !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 4px !important;
}
.kadence-navigation .menu-item:last-child a:hover,
.primary-navigation .menu-item:last-child a:hover,
#masthead .menu-item:last-child > a:hover {
  background: #e5c97a !important;
  color: #0a0f1a !important;
}

/* Remove duplicate button elements */
.kadence-header .kadence-button-wrap,
.site-header .wp-block-button {
  display: none !important;
}

/* Scroll offset for anchor links */
html {
  scroll-padding-top: 60px;
}

/* ============================================
   SINGLE POSTS: full-width, no sidebar
   ============================================ */
.single-post .entry-title,
.single-post .entry-meta,
.single-post .entry-footer,
.single-post .post-thumbnail,
.single-post .wp-block-post-featured-image,
.single-post .kadence-post-image,
.single-post .post-navigation,
.single-post #secondary,
.single-post .widget-area,
.single-post .comments-area {
  display: none !important;
}

.single-post #primary,
.single-post .content-area,
.single-post .entry-content,
.single-post .site-main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.single-post .wp-block-columns {
  display: block !important;
}
.single-post .wp-block-columns > .wp-block-column:first-child {
  display: none !important;
}
.single-post .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ============================================
   LANDING PAGES (629 = ONE FM, 1125 = seller)
   ============================================ */
.page-id-629 .entry-title,
.page-id-1125 .entry-title,
.page-id-629 .entry-meta,
.page-id-1125 .entry-meta,
.page-id-629 .post-thumbnail,
.page-id-1125 .post-thumbnail,
.page-id-629 .wp-block-post-featured-image,
.page-id-1125 .wp-block-post-featured-image {
  display: none !important;
}

.page-id-629 .entry-content,
.page-id-1125 .entry-content,
.page-id-629 .wp-block-post-content,
.page-id-1125 .wp-block-post-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ============================================
   DTFM ARTICLE STYLES
   ============================================ */
.dtfm-wrap {
  background: #0a0f1a;
  color: #c8cdd6;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.dtfm-hero {
  background: linear-gradient(160deg, #0a0f1a 0%, #0d1a2e 60%, #0a0f1a 100%);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 72px 0 60px;
  text-align: center;
  position: relative;
}
.dtfm-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.dtfm-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 20px;
}
.dtfm-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.dtfm-hero-sub {
  font-size: 15px;
  color: #8e97a8;
  max-width: 560px;
  margin: 0 auto 32px;
  font-weight: 300;
}
.dtfm-hero-meta {
  font-size: 12px;
  color: #5a6478;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dtfm-hero-divider {
  width: 48px;
  height: 2px;
  background: #c9a84c;
  margin: 28px auto 0;
}
.dtfm-feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 40px 0;
  border: 1px solid rgba(255,255,255,0.07);
  object-fit: cover;
}
.dtfm-intro {
  padding: 52px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dtfm-intro p {
  font-size: 17px;
  line-height: 1.85;
  color: #c8cdd6;
  margin: 0 0 20px;
}
.dtfm-intro p:last-child { margin: 0; }
.dtfm-intro a {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  transition: color 0.2s, border-color 0.2s;
}
.dtfm-intro a:hover { color: #e5c97a; }
.dtfm-toc {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.2);
  border-left: 3px solid #c9a84c;
  border-radius: 4px;
  padding: 32px 36px;
  margin: 44px 0;
}
.dtfm-toc-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 18px;
}
.dtfm-toc ol {
  margin: 0;
  padding-left: 18px;
  counter-reset: toc-counter;
  list-style: none;
}
.dtfm-toc ol li {
  counter-increment: toc-counter;
  margin: 0 0 10px;
  font-size: 14px;
  color: #8e97a8;
  position: relative;
  padding-left: 24px;
}
.dtfm-toc ol li::before {
  content: counter(toc-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 600;
  top: 2px;
}
.dtfm-toc ol li a { color: #a8b4c8; text-decoration: none; transition: color 0.2s; }
.dtfm-toc ol li a:hover { color: #c9a84c; }
.dtfm-section {
  padding: 52px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dtfm-section:last-of-type { border-bottom: none; }
.dtfm-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.3;
}
.dtfm-section h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  color: #e8e0d0;
  margin: 36px 0 14px;
  line-height: 1.4;
}
.dtfm-section p { margin: 0 0 20px; color: #c8cdd6; }
.dtfm-section p:last-child { margin: 0; }
.dtfm-section a {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  transition: border-color 0.2s, color 0.2s;
}
.dtfm-section a:hover { color: #e5c97a; border-bottom-color: rgba(201,168,76,0.7); }
.dtfm-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 2px solid #c9a84c;
  border-radius: 4px;
  padding: 32px 36px;
  margin: 32px 0;
}
.dtfm-card-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 8px;
}
.dtfm-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.25;
}
.dtfm-card p { color: #c8cdd6; margin: 0 0 16px; }
.dtfm-card p:last-child { margin: 0; }
.dtfm-card a {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  transition: all 0.2s;
}
.dtfm-card a:hover { color: #e5c97a; border-bottom-color: rgba(201,168,76,0.7); }
.dtfm-reasons {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}
.dtfm-reasons li {
  font-size: 14px;
  color: #a8b4c8;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  position: relative;
}
.dtfm-reasons li:last-child { border-bottom: none; }
.dtfm-reasons li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c9a84c;
  border-radius: 50%;
}
.dtfm-table-wrap {
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.08);
}
.dtfm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 560px;
}
.dtfm-table thead tr { background: rgba(201,168,76,0.12); }
.dtfm-table thead th {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(201,168,76,0.25);
}
.dtfm-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.15s;
}
.dtfm-table tbody tr:hover { background: rgba(255,255,255,0.02); }
.dtfm-table tbody tr.dtfm-table-featured { background: rgba(201,168,76,0.05); }
.dtfm-table tbody td { padding: 14px 18px; color: #c8cdd6; vertical-align: top; }
.dtfm-table tbody td:first-child { color: #ffffff; font-weight: 500; }
.dtfm-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0a0f1a;
  background: #c9a84c;
  padding: 3px 8px;
  border-radius: 2px;
  margin-left: 8px;
  vertical-align: middle;
}
.dtfm-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 20px 0;
}
.dtfm-two-col-item h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 12px;
}
.dtfm-two-col-item ul { list-style: none; padding: 0; margin: 0; }
.dtfm-two-col-item ul li {
  font-size: 14px;
  color: #a8b4c8;
  padding: 6px 0 6px 18px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.dtfm-two-col-item ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: rgba(201,168,76,0.5);
  border-radius: 50%;
}
.dtfm-callout {
  background: rgba(201,168,76,0.06);
  border-left: 3px solid #c9a84c;
  border-radius: 0 4px 4px 0;
  padding: 24px 28px;
  margin: 32px 0;
}
.dtfm-callout p {
  font-size: 16px;
  color: #dcd4c0;
  margin: 0;
  line-height: 1.7;
  font-style: italic;
}
.dtfm-cta-mid {
  background: linear-gradient(135deg, rgba(13,25,48,0.9) 0%, rgba(10,15,26,0.95) 100%);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 4px;
  padding: 44px 40px;
  text-align: center;
  margin: 52px 0;
}
.dtfm-cta-mid h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.3;
}
.dtfm-cta-mid p {
  font-size: 15px;
  color: #8e97a8;
  margin: 0 auto 28px;
  max-width: 520px;
}
.dtfm-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0a0f1a;
  background: #c9a84c;
  padding: 14px 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin: 6px;
  border: none;
}
.dtfm-btn:hover {
  background: #e5c97a;
  transform: translateY(-1px);
  text-decoration: none;
  color: #0a0f1a;
  border-bottom: none;
}
.dtfm-btn-outline {
  background: transparent;
  color: #c9a84c;
  border: 1px solid rgba(201,168,76,0.5);
}
.dtfm-btn-outline:hover { background: rgba(201,168,76,0.1); color: #e5c97a; }
.dtfm-watchlist { list-style: none; padding: 0; margin: 20px 0; }
.dtfm-watchlist li {
  font-size: 14px;
  color: #a8b4c8;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  position: relative;
}
.dtfm-watchlist li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-size: 13px;
}
.dtfm-faq { margin: 48px 0 0; }
.dtfm-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 28px 0;
}
.dtfm-faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.dtfm-faq-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: #e8e0d0;
  margin: 0 0 12px;
  line-height: 1.4;
}
.dtfm-faq-item p { font-size: 15px; color: #a8b4c8; margin: 0; line-height: 1.75; }
.dtfm-faq-item a {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.dtfm-faq-item a:hover { color: #e5c97a; }
.dtfm-cta-final {
  background: linear-gradient(145deg, #0d1a2e 0%, #0a0f1a 100%);
  border: 1px solid rgba(201,168,76,0.25);
  border-top: 2px solid #c9a84c;
  border-radius: 4px;
  padding: 52px 40px;
  text-align: center;
  margin-top: 60px;
}
.dtfm-cta-final h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.3;
}
.dtfm-cta-final p {
  font-size: 15px;
  color: #8e97a8;
  max-width: 500px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.dtfm-cta-final-links { margin-top: 20px; font-size: 13px; color: #5a6478; }
.dtfm-cta-final-links a {
  color: #8e97a8;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.2s;
}
.dtfm-cta-final-links a:hover { color: #c9a84c; }
.dtfm-closing {
  font-size: 15px;
  font-style: italic;
  color: #6a7585;
  text-align: center;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

/* ============================================
   MOBILE
   ============================================ */
@media (max-width: 768px) {
  .kadence-navigation,
  .primary-navigation {
    font-size: 11px !important;
  }
}

@media (max-width: 600px) {
  .dtfm-card { padding: 24px 20px; }
  .dtfm-cta-mid { padding: 36px 20px; }
  .dtfm-cta-final { padding: 40px 20px; }
  .dtfm-toc { padding: 24px 20px; }
  .dtfm-two-col { grid-template-columns: 1fr; gap: 24px; }
  .dtfm-feature-image { margin: 28px 0; }
}
/* About page ID 1 */
.page-id-1 .entry-content,
.page-id-1 .wp-block-post-content,
.page-id-1 .entry-content.is-layout-constrained > *,
.page-id-1 .wp-block-post-content.is-layout-constrained {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-id-1 {
  --wp--style--root--padding-right: 0px !important;
  --wp--style--root--padding-left: 0px !important;
}/* Remove white container margins */
.page .entry-content,
.wp-site-blocks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Force full-width sections */
.wp-block-group,
.wp-block-cover {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}/* Remove white container margins */
.page .entry-content,
.wp-site-blocks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Force full-width sections */
.wp-block-group,
.wp-block-cover {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}.single-post .entry-categories,
.single-post .post-categories,
.single-post .cat-links {
  display: none !important;
}/* === SINGLE POST DARK THEME === */
.single-post .entry.single-entry,
.single-post .entry-content-wrap {
  background: #0a0f1a !important;
}
.single-post .entry-content p,
.single-post .entry-content li {
  color: #c8cdd6;
}
.single-post .entry-content h2 {
  color: #c9a84c !important;
  font-family: 'Playfair Display', serif;
}
.single-post .entry-content h3 {
  color: #e8e0d0 !important;
  font-family: 'Playfair Display', serif;
}
.single-post .entry-content strong {
  color: #ffffff;
}
.single-post .entry-content a:not([style]) {
  color: #c9a84c;
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.single-post .entry-content hr.wp-block-separator {
  border-color: rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.06);
}
.single-post .entry-content ul:not([class]) li,
.single-post .entry-content .wp-block-list li {
  color: #a8b4c8;
}
.single-post .entry-header {
  background: #0a0f1a;
  color: #ffffff;
}
.single-post h1.entry-title {
  color: #ffffff;
}
.single-post .entry-meta,
.single-post .entry-meta a,
.single-post .entry-taxonomies a {
  color: #5a6478;
}/* Fix dtfm button text visibility */
a.dtfm-btn {
  color: #0a0f1a !important;
}
a.dtfm-btn:hover {
  color: #0a0f1a !important;
}
a.dtfm-btn.dtfm-btn-outline {
  color: #c9a84c !important;
}
a.dtfm-btn.dtfm-btn-outline:hover {
  color: #e5c97a !important;
}