/*
Theme Name: SMP Tower Child
Theme URI: https://smptower.com
Description: Custom child theme for SMP Tower based on Houzez.
Author: SMP Tower
Author URI: https://smptower.com
Template: houzez
Version: 1.0.0
Text Domain: smp-tower-child
*/

/*
  SMP Tower custom styles will live here.
  Keep parent Houzez files untouched.
*/

/* ===== SMP Tower Branding v1 ===== */

:root {
  --smp-gold: #d4af37;
  --smp-dark: #111827;
  --smp-muted: #6b7280;
}

/* Replace default Houzez logo image visually with SMP Tower text brand */
.navbar-brand img[src*="logo-houzez"],
.logo img[src*="logo-houzez"],
.header-logo img[src*="logo-houzez"] {
  display: none !important;
}

.navbar-brand,
.logo,
.header-logo {
  text-decoration: none !important;
}

.navbar-brand::after,
.logo::after,
.header-logo::after {
  content: "SMP Tower";
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 22px;
  color: var(--smp-gold);
  white-space: nowrap;
}

.header-transparent-wrap .navbar-brand::after,
.header-transparent-wrap .logo::after,
.header-transparent-wrap .header-logo::after {
  color: #ffffff;
}

/* Gentle brand polish */
.header-main-wrap .nav-link,
.header-main-wrap a {
  transition: color 0.18s ease, opacity 0.18s ease;
}

.header-main-wrap .nav-link:hover {
  color: var(--smp-gold) !important;
}

/* ===== SMP Tower Homepage v1 ===== */

.smp-home,
.smp-section {
  direction: rtl;
}

.smp-hero {
  padding: 88px 24px;
  margin: 0 auto 32px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(31, 41, 55, 0.88)),
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.34), transparent 34%);
  color: #ffffff;
  text-align: right;
  overflow: hidden;
}

.smp-hero h1 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.25;
  margin-bottom: 18px;
  color: #ffffff;
}

.smp-hero-subtitle {
  max-width: 760px;
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 2;
  color: rgba(255, 255, 255, 0.86);
}

.smp-section {
  padding: 48px 24px;
  margin: 0 auto 24px;
}

.smp-section h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.45;
  margin-bottom: 18px;
  color: #111827;
}

.smp-section p,
.smp-section li {
  font-size: 17px;
  line-height: 2.05;
  color: #374151;
}

.smp-cards {
  gap: 24px;
}

.smp-card {
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
}

.smp-card h3 {
  color: #111827;
  font-size: 22px;
  margin-bottom: 12px;
}

.smp-highlight {
  border-radius: 24px;
  background: #f9fafb;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.smp-highlight ul {
  padding-right: 22px;
}

.smp-highlight li::marker {
  color: #d4af37;
}

.smp-cta {
  border-radius: 28px;
  background: #111827;
  color: #ffffff;
  text-align: center;
}

.smp-cta h2,
.smp-cta p {
  color: #ffffff;
}

.smp-btn-primary .wp-block-button__link {
  background: #d4af37;
  color: #111827;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 800;
}

.smp-btn-secondary .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .smp-hero {
    padding: 58px 18px;
    border-radius: 22px;
  }

  .smp-section {
    padding: 36px 18px;
  }

  .smp-card {
    padding: 22px;
  }
}

/* ===== SMP Tower Website v2 Brand Book Lock ===== */

:root {
  --smp-navy: #0A1F44;
  --smp-steel: #8A8F98;
  --smp-silver: #D1D5DB;
  --smp-gold: #B08D57;
  --smp-white: #FFFFFF;
  --smp-ink: #111827;
}

body {
  text-rendering: optimizeLegibility;
}

.smp-home-v2,
.smp-home-v2 * {
  box-sizing: border-box;
}

.smp-home-v2 {
  direction: rtl;
  color: var(--smp-ink);
}

.smp-hero-v2 {
  margin: 0 auto 54px;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  color: var(--smp-white);
}

.smp-hero-v2 .wp-block-cover__inner-container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
}

.smp-kicker,
.smp-eyebrow {
  color: var(--smp-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 14px;
}

.smp-hero-v2 h1 {
  color: var(--smp-white);
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 900;
}

.smp-hero-subtitle-v2 {
  color: var(--smp-silver);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.8;
  margin: 0 0 12px;
  font-weight: 700;
}

.smp-hero-text-v2 {
  max-width: 760px;
  color: rgba(255,255,255,0.88);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 2.05;
}

.smp-hero-actions {
  margin-top: 28px;
}

.smp-section-v2 {
  max-width: 1180px;
  margin: 0 auto 34px;
  padding: 56px 24px;
}

.smp-section-v2 h2 {
  color: var(--smp-navy);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.45;
  margin-bottom: 18px;
  font-weight: 850;
}

.smp-section-v2 h3 {
  color: var(--smp-navy);
  font-size: 23px;
  line-height: 1.55;
  margin-bottom: 12px;
  font-weight: 850;
}

.smp-section-v2 p,
.smp-section-v2 li {
  color: #374151;
  font-size: 17px;
  line-height: 2.08;
}

.smp-intro-v2 {
  max-width: 920px;
  text-align: right;
}

.smp-image-text-v2 {
  align-items: center !important;
  gap: 34px;
}

.smp-rounded-image img {
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(10, 31, 68, 0.16);
  width: 100%;
}

.smp-cards-v2 > .wp-block-columns {
  gap: 24px;
}

.smp-card-v2 {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(10, 31, 68, 0.10);
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(10, 31, 68, 0.08);
}

.smp-card-v2:before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  background: var(--smp-gold);
  border-radius: 999px;
  margin-bottom: 18px;
}

.smp-architecture-v2 ul {
  padding-right: 22px;
}

.smp-architecture-v2 li::marker {
  color: var(--smp-gold);
}

.smp-highlight-v2 {
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(10,31,68,0.06), rgba(209,213,219,0.26));
  border: 1px solid rgba(10, 31, 68, 0.09);
}

.smp-investment-v2 {
  border-right: 4px solid var(--smp-gold);
  background: #ffffff;
}

.smp-cta-v2 {
  max-width: 1120px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(176,141,87,0.24), transparent 32%),
    linear-gradient(135deg, var(--smp-navy), #07152f);
  text-align: center;
}

.smp-cta-v2 h2,
.smp-cta-v2 p {
  color: #ffffff;
}

.smp-btn-primary .wp-block-button__link {
  background: var(--smp-gold) !important;
  color: var(--smp-navy) !important;
  border-radius: 999px;
  padding: 13px 26px;
  font-weight: 900;
  border: 1px solid var(--smp-gold);
}

.smp-btn-secondary .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.78) !important;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 13px 26px;
  font-weight: 800;
}

.header-main-wrap .nav-link:hover,
.header-main-wrap .current-menu-item > a {
  color: var(--smp-gold) !important;
}

/* Use Brand Book muted gold instead of temporary gold */
.navbar-brand::after,
.logo::after,
.header-logo::after {
  color: var(--smp-gold) !important;
}

@media (max-width: 768px) {
  .smp-hero-v2 {
    min-height: 680px !important;
    border-radius: 0 0 24px 24px;
  }

  .smp-section-v2 {
    padding: 42px 18px;
    margin-bottom: 18px;
  }

  .smp-card-v2 {
    padding: 24px;
  }

  .smp-image-text-v2 {
    gap: 18px;
  }
}

/* ===== SMP Tower Homepage Polish v1 ===== */

/* Remove Houzez default page-title block on homepage to avoid duplicate H1 above hero */
body.home .page-title-wrap,
body.home .breadcrumb-wrap,
body.home .page-title,
body.home .page-title-wrap h1 {
  display: none !important;
}

/* Make the homepage feel like a premium landing page, not a boxed article */
body.home .houzez-main-wrap,
body.home .main-wrap,
body.home .container.main-content-area,
body.home .content-area,
body.home article.page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .entry-content,
body.home .wp-block-post-content {
  margin-top: 0 !important;
}

/* Header polish */
.header-main-wrap,
.header-v1 .header-inner-wrap,
.header-mobile {
  background: var(--smp-navy) !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

.header-main-wrap .nav-link,
.header-main-wrap a,
.header-mobile a {
  color: rgba(255,255,255,0.92) !important;
}

.header-main-wrap .current-menu-item > a,
.header-main-wrap .nav-link:hover {
  color: var(--smp-gold) !important;
}

/* Brand text polish */
.navbar-brand::after,
.logo::after,
.header-logo::after {
  font-size: 24px !important;
  letter-spacing: 0.01em !important;
  color: var(--smp-gold) !important;
}

/* Hero polish: larger, cleaner, more cinematic */
.smp-hero-v2 {
  max-width: 1180px;
  min-height: 720px !important;
  margin: 0 auto 42px !important;
  border-radius: 0 0 34px 34px !important;
  box-shadow: 0 30px 90px rgba(10,31,68,0.18);
}

.smp-hero-v2 .wp-block-cover__background {
  opacity: 0.52 !important;
  background:
    linear-gradient(90deg, rgba(10,31,68,0.72), rgba(10,31,68,0.24)),
    rgba(0,0,0,0.36) !important;
}

.smp-hero-v2 .wp-block-cover__inner-container {
  padding: 0 36px !important;
}

.smp-hero-v2 h1 {
  max-width: 780px;
  text-shadow: 0 18px 46px rgba(0,0,0,0.45);
}

.smp-hero-text-v2 {
  max-width: 850px;
}

/* Reduce excessive vertical empty spaces */
.smp-section-v2 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  margin-bottom: 18px !important;
}

.smp-intro-v2 {
  padding-top: 36px !important;
  padding-bottom: 34px !important;
}

.smp-section-v2 h2 {
  margin-bottom: 14px !important;
}

.smp-section-v2 p {
  margin-bottom: 14px !important;
}

/* Cards: more premium, less template-like */
.smp-card-v2 {
  min-height: 260px;
  border-color: rgba(10,31,68,0.08) !important;
  box-shadow: 0 24px 60px rgba(10,31,68,0.06) !important;
}

.smp-card-v2:before {
  width: 42px;
  height: 2px;
  opacity: 0.9;
}

/* Architecture section visual weight */
.smp-architecture-v2 .smp-rounded-image img {
  min-height: 320px;
  object-fit: cover;
}

/* CTA polish */
.smp-cta-v2 {
  box-shadow: 0 28px 80px rgba(10,31,68,0.18);
}

.smp-cta-v2 .wp-block-button {
  margin-top: 14px;
}

/* Footer: hide Houzez text visually and replace with SMP Tower text */
.footer-bottom,
.footer-bottom-wrap {
  background: var(--smp-navy) !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.footer-bottom,
.footer-bottom a,
.footer-bottom-wrap,
.footer-bottom-wrap a {
  color: rgba(255,255,255,0.90) !important;
}

.footer-bottom .footer-copyright,
.footer-bottom-wrap .footer-copyright,
.footer-copyright {
  font-size: 0 !important;
}

.footer-bottom .footer-copyright::after,
.footer-bottom-wrap .footer-copyright::after,
.footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  font-size: 14px !important;
  color: rgba(255,255,255,0.90);
}

/* Back to top button brand color */
.back-to-top,
#back-to-top,
.scrolltop,
.scroll-top,
.btn-scrolltop {
  background: var(--smp-navy) !important;
  border: 1px solid rgba(176,141,87,0.55) !important;
  color: #ffffff !important;
}

.back-to-top:hover,
#back-to-top:hover,
.scrolltop:hover,
.scroll-top:hover,
.btn-scrolltop:hover {
  background: var(--smp-gold) !important;
  color: var(--smp-navy) !important;
}

/* Hide Houzez real-estate account/add-listing UI in public project website mobile menu */
.mobile-menu-wrap .login-register,
.mobile-menu-wrap .login-register-nav,
.mobile-menu-wrap .navi-login-register,
.mobile-menu-wrap .logged-in-nav,
.mobile-menu-wrap .navbar-logged-in-wrap,
.mobile-menu-wrap .account-menu-wrap,
.mobile-menu-wrap .user-nav-wrap,
.mobile-menu-wrap .dashboard-menu-wrap,
.mobile-menu-wrap .btn-create-listing,
.mobile-menu-wrap .btn-property,
.mobile-menu-wrap .create-listing-btn,
.mobile-menu-wrap .submit-property,
.mobile-menu-wrap a[href*="submit-property"],
.mobile-menu-wrap a[href*="create-listing"],
.mobile-menu-wrap a[href*="dashboard"],
.mobile-menu-wrap a[href*="login"],
.mobile-menu-wrap a[href*="register"],
.mobile-menu-wrap a[href*="account"],
.mobile-menu-wrap button,
.mobile-menu-wrap .btn-primary,
.mobile-menu-wrap .btn-secondary {
  display: none !important;
}

/* Some Houzez versions use these wrappers */
.nav-mobile .login-register,
.nav-mobile .logged-in-nav,
.nav-mobile .btn-create-listing,
.nav-mobile a[href*="submit-property"],
.nav-mobile a[href*="dashboard"],
.nav-mobile a[href*="login"],
.nav-mobile a[href*="register"],
.offcanvas-menu .login-register,
.offcanvas-menu .logged-in-nav,
.offcanvas-menu .btn-create-listing,
.offcanvas-menu a[href*="submit-property"],
.offcanvas-menu a[href*="dashboard"],
.offcanvas-menu a[href*="login"],
.offcanvas-menu a[href*="register"] {
  display: none !important;
}

/* Mobile menu typography and brand alignment */
.mobile-menu-wrap,
.nav-mobile,
.offcanvas-menu {
  direction: rtl;
}

.mobile-menu-wrap .nav-link,
.nav-mobile .nav-link,
.offcanvas-menu .nav-link {
  color: var(--smp-navy) !important;
  font-weight: 800 !important;
  font-size: 16px !important;
}

/* Mobile layout fixes */
@media (max-width: 768px) {
  body.home .houzez-main-wrap,
  body.home .main-wrap,
  body.home .content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .smp-hero-v2 {
    min-height: 610px !important;
    margin: 0 18px 26px !important;
    border-radius: 0 0 28px 28px !important;
  }

  .smp-hero-v2 .wp-block-cover__inner-container {
    padding: 0 18px !important;
  }

  .smp-hero-v2 h1 {
    font-size: 40px !important;
    line-height: 1.35 !important;
  }

  .smp-hero-subtitle-v2 {
    font-size: 22px !important;
    line-height: 1.75 !important;
  }

  .smp-hero-text-v2 {
    font-size: 15px !important;
    line-height: 2 !important;
  }

  .smp-hero-actions {
    gap: 10px !important;
  }

  .smp-hero-actions .wp-block-button {
    width: 100%;
  }

  .smp-hero-actions .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .smp-section-v2 {
    padding: 32px 18px !important;
  }

  .smp-section-v2 h2 {
    font-size: 28px !important;
    line-height: 1.55 !important;
  }

  .smp-section-v2 h3 {
    font-size: 20px !important;
    line-height: 1.65 !important;
  }

  .smp-section-v2 p,
  .smp-section-v2 li {
    font-size: 15px !important;
    line-height: 2.05 !important;
  }

  .smp-cards-v2 .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .smp-card-v2 {
    min-height: auto !important;
    padding: 24px 22px !important;
    width: 100% !important;
  }

  .smp-image-text-v2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .smp-image-text-v2 .wp-block-column {
    flex-basis: 100% !important;
  }

  .smp-rounded-image img {
    border-radius: 22px !important;
  }

  .smp-architecture-v2 .smp-rounded-image {
    order: -1;
  }

  .smp-highlight-v2,
  .smp-cta-v2 {
    border-radius: 24px !important;
  }

  .footer-bottom,
  .footer-bottom-wrap {
    text-align: center !important;
  }
}

/* ===== SMP Tower Polish v1.1 Strong Fixes ===== */

/* Hide Houzez account/login offcanvas completely for SMP public project website */
#hz-offcanvas-login-register,
#hz-offcanvas-login-register-label,
.offcanvas#hz-offcanvas-login-register,
.offcanvas-login-register,
.login-register-form,
.login-register-form-wrap,
.hz-login-register-form,
.houzez-login-register,
.hz-login-register,
.hz-social-login,
.modal-login-register,
#login-register-form,
#houzez-login-form,
#houzez-register-form {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide add property / submit listing buttons globally */
a[href*="submit-property"],
a[href*="create-listing"],
a[href*="add-new-property"],
a[href*="dashboard"],
a[href*="my-properties"],
a[href*="login"],
a[href*="register"],
a[href*="account"],
.btn-create-listing,
.create-listing-btn,
.submit-property,
.add-property,
.header-create-listing,
.mobile-create-listing,
.hz-btn-create-listing,
.houzez-create-listing {
  display: none !important;
  visibility: hidden !important;
}

/* If Houzez prints a login/account trigger with only text */
a:has(.fa-user),
a:has(.houzez-icon-single-neutral-circle),
button:has(.fa-user),
button:has(.houzez-icon-single-neutral-circle) {
  display: none !important;
}

/* Hide accidental public account overlay title/button in offcanvas */
.offcanvas .offcanvas-title,
.offcanvas .btn-primary,
.offcanvas .btn-secondary {
  display: none !important;
}

/* Keep actual mobile navigation visible */
#mobile-main-nav,
#mobile-main-nav li,
#mobile-main-nav a,
.mobile-navbar-nav,
.mobile-navbar-nav li,
.mobile-navbar-nav a {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Footer hard visual replacement */
.footer-copyright,
.footer-bottom .footer-copyright,
.footer-bottom-wrap .footer-copyright,
.footer-bottom .col-md-6,
.footer-bottom-wrap .col-md-6 {
  color: transparent !important;
  font-size: 0 !important;
}

.footer-copyright::after,
.footer-bottom .footer-copyright::after,
.footer-bottom-wrap .footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* If copyright is printed in a generic footer column */
.footer-bottom .col-md-6:first-child::after,
.footer-bottom-wrap .col-md-6:first-child::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* Reduce default page title artifact if Houzez outputs another title wrapper */
body.home .property-title-wrap,
body.home .page-title-area,
body.home .page-header,
body.home .entry-header,
body.home .entry-title,
body.home .article-header,
body.home .blog-post-title {
  display: none !important;
}


/* ===== SMP Tower Layout Brand Polish v2 ===== */

/*
  Goal:
  - Center homepage content
  - Remove Houzez boxed/sidebar feel
  - Make header fully SMP branded
  - Swap desktop logo/menu positions
  - Restore clean footer
  - Keep login/register/profile/add-property hidden
*/

/* 1) Full-width homepage canvas, centered content */
body.home {
  background: #f7f8fa !important;
}

body.home .main-wrap,
body.home .houzez-main-wrap,
body.home .main-content-area,
body.home .container.main-content-area,
body.home .content-area,
body.home .site-main,
body.home article.page,
body.home .entry-content {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .main-content-area > .row,
body.home .main-content-area .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center !important;
}

body.home aside,
body.home .sidebar-wrap,
body.home .houzez-sidebar,
body.home .widget-area {
  display: none !important;
}

/* Hide Houzez default homepage title above hero */
body.home .page-title-wrap,
body.home .breadcrumb-wrap,
body.home .page-title-area,
body.home .page-header,
body.home .entry-header,
body.home .entry-title,
body.home .blog-post-title,
body.home .article-header,
body.home .property-title-wrap {
  display: none !important;
}

/* Main homepage wrapper */
.smp-home-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7f8fa 0%, #ffffff 20%, #ffffff 76%, #f7f8fa 100%);
}

/* 2) Header: remove Houzez color leftovers, force full SMP navy */
.header-main-wrap,
.header-v1,
.header-v2,
.header-v3,
.header-v4,
.header-v5,
.header-v6,
.header-desktop,
.header-inner-wrap,
.header-main-wrap .container,
.header-main-wrap .container-fluid,
.header-main-wrap .row,
.header-main-wrap .navbar,
.header-section,
.header-mobile,
.mobile-header,
.mobile-header-wrap,
.nav-mobile,
.navbar {
  background: var(--smp-navy) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-main-wrap {
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}

/* Remove any bright Houzez accent blocks in header */
.header-main-wrap::before,
.header-main-wrap::after,
.header-inner-wrap::before,
.header-inner-wrap::after,
.header-mobile::before,
.header-mobile::after {
  background: var(--smp-navy) !important;
  border-color: var(--smp-navy) !important;
}

/* 3) Desktop header swap: logo on opposite side, menu on the other side */
@media (min-width: 992px) {
  .header-main-wrap .header-inner-wrap,
  .header-main-wrap .navbar,
  .header-main-wrap .container,
  .header-main-wrap .container-fluid {
    direction: ltr !important;
  }

  .header-main-wrap .navbar-brand,
  .header-main-wrap .logo,
  .header-main-wrap .header-logo {
    order: 1 !important;
    margin-left: 0 !important;
    margin-right: 28px !important;
  }

  .header-main-wrap .main-nav,
  .header-main-wrap #main-nav,
  .header-main-wrap .navbar-nav,
  .header-main-wrap nav {
    order: 2 !important;
    direction: rtl !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: flex-end !important;
  }
}

.header-main-wrap a,
.header-main-wrap .nav-link,
.header-mobile a,
.mobile-header a {
  color: rgba(255,255,255,0.92) !important;
}

.header-main-wrap .current-menu-item > a,
.header-main-wrap .nav-link:hover {
  color: var(--smp-gold) !important;
}

.navbar-brand::after,
.logo::after,
.header-logo::after {
  color: var(--smp-gold) !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
}

/* Hide original Houzez logo image if it still loads */
.navbar-brand img[src*="houzez"],
.logo img[src*="houzez"],
.header-logo img[src*="houzez"] {
  display: none !important;
}

/* 4) Hero: make it feel more like a premium website, less like a slide inside a page */
.smp-hero-v2 {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  min-height: 700px !important;
  margin: 0 auto 36px !important;
  border-radius: 0 0 36px 36px !important;
  box-shadow: 0 30px 90px rgba(10,31,68,0.18) !important;
}

.smp-hero-v2 .wp-block-cover__inner-container {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 36px !important;
}

.smp-hero-v2 .wp-block-cover__background {
  opacity: 0.58 !important;
  background:
    linear-gradient(90deg, rgba(10,31,68,0.76), rgba(10,31,68,0.22)),
    rgba(0,0,0,0.35) !important;
}

/* Sections: centered and more editorial */
.smp-section-v2,
.smp-intro-v2,
.smp-image-text-v2,
.smp-cards-v2,
.smp-highlight-v2,
.smp-investment-v2,
.smp-cta-v2 {
  width: min(100% - 48px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.smp-section-v2 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
  margin-bottom: 14px !important;
}

.smp-intro-v2 {
  max-width: 920px !important;
  text-align: center !important;
}

.smp-image-text-v2 {
  align-items: center !important;
  gap: 44px !important;
}

.smp-image-text-v2 .wp-block-column {
  min-width: 0 !important;
}

.smp-rounded-image img {
  display: block !important;
  width: 100% !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 70px rgba(10,31,68,0.13) !important;
}

/* More website-like cards */
.smp-cards-v2 {
  background: linear-gradient(180deg, rgba(10,31,68,0.025), rgba(255,255,255,0)) !important;
  border-radius: 34px !important;
}

.smp-cards-v2 > .wp-block-columns {
  gap: 22px !important;
}

.smp-card-v2 {
  min-height: 250px !important;
  border: 1px solid rgba(10,31,68,0.08) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfd) !important;
  box-shadow: 0 18px 48px rgba(10,31,68,0.055) !important;
}

.smp-card-v2:before {
  height: 2px !important;
  width: 44px !important;
  opacity: 0.88 !important;
}

/* Highlight sections: keep premium but not PowerPoint-ish */
.smp-highlight-v2 {
  background:
    radial-gradient(circle at 10% 0%, rgba(176,141,87,0.10), transparent 26%),
    linear-gradient(135deg, #ffffff, #f6f7f9) !important;
  border: 1px solid rgba(10,31,68,0.08) !important;
  box-shadow: 0 18px 54px rgba(10,31,68,0.05) !important;
}

.smp-investment-v2 {
  border-right: 3px solid var(--smp-gold) !important;
  background: #ffffff !important;
}

/* 5) Restore clean SMP footer */
.footer-wrap,
.footer-bottom,
.footer-bottom-wrap,
.footer-top-wrap {
  display: block !important;
  visibility: visible !important;
  background: var(--smp-navy) !important;
  color: rgba(255,255,255,0.92) !important;
  border: 0 !important;
}

.footer-bottom,
.footer-bottom-wrap {
  min-height: 78px !important;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.footer-bottom .container,
.footer-bottom-wrap .container {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hide Houzez copyright visually */
.footer-copyright,
.footer-bottom .footer-copyright,
.footer-bottom-wrap .footer-copyright {
  font-size: 0 !important;
  color: transparent !important;
}

/* Replace copyright text visually */
.footer-copyright::after,
.footer-bottom .footer-copyright::after,
.footer-bottom-wrap .footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  display: inline-block;
  font-size: 14px !important;
  color: rgba(255,255,255,0.92) !important;
  line-height: 1.9 !important;
}

/* Footer links */
.footer-bottom a,
.footer-bottom-wrap a,
.footer-menu a {
  color: rgba(255,255,255,0.88) !important;
}

.footer-bottom a:hover,
.footer-bottom-wrap a:hover,
.footer-menu a:hover {
  color: var(--smp-gold) !important;
}

/* 6) No login/register/profile/add listing on public project site */
#hz-offcanvas-login-register,
#hz-offcanvas-login-register-label,
.offcanvas-login-register,
.login-register-form,
.login-register-form-wrap,
.hz-login-register-form,
.houzez-login-register,
.hz-login-register,
.hz-social-login,
.modal-login-register,
#login-register-form,
#houzez-login-form,
#houzez-register-form,
.navbar-logged-in-wrap,
.account-menu-wrap,
.user-nav-wrap,
.dashboard-menu-wrap,
.btn-create-listing,
.create-listing-btn,
.submit-property,
.add-property,
.header-create-listing,
.mobile-create-listing,
.hz-btn-create-listing,
.houzez-create-listing,
a[href*="submit-property"],
a[href*="create-listing"],
a[href*="add-new-property"],
a[href*="dashboard"],
a[href*="my-properties"],
a[href*="login"],
a[href*="register"],
a[href*="account"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* But keep actual navigation visible */
#mobile-main-nav,
#mobile-main-nav li,
#mobile-main-nav a,
.mobile-navbar-nav,
.mobile-navbar-nav li,
.mobile-navbar-nav a {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Back-to-top brand color */
.back-to-top,
#back-to-top,
.scrolltop,
.scroll-top,
.btn-scrolltop {
  background: var(--smp-navy) !important;
  color: #ffffff !important;
  border: 1px solid rgba(176,141,87,0.58) !important;
}

/* Mobile fixes */
@media (max-width: 768px) {
  .smp-home-v2 {
    background: #ffffff !important;
  }

  .smp-hero-v2 {
    width: calc(100% - 32px) !important;
    min-height: 610px !important;
    margin: 0 auto 26px !important;
    border-radius: 0 0 28px 28px !important;
  }

  .smp-hero-v2 .wp-block-cover__inner-container {
    padding: 0 18px !important;
  }

  .smp-hero-v2 h1 {
    font-size: 38px !important;
    line-height: 1.35 !important;
  }

  .smp-hero-subtitle-v2 {
    font-size: 21px !important;
    line-height: 1.75 !important;
  }

  .smp-hero-text-v2 {
    font-size: 15px !important;
    line-height: 2 !important;
  }

  .smp-section-v2,
  .smp-intro-v2,
  .smp-image-text-v2,
  .smp-cards-v2,
  .smp-highlight-v2,
  .smp-investment-v2,
  .smp-cta-v2 {
    width: calc(100% - 32px) !important;
    padding: 32px 18px !important;
  }

  .smp-section-v2 h2 {
    font-size: 28px !important;
    line-height: 1.55 !important;
  }

  .smp-section-v2 h3 {
    font-size: 20px !important;
    line-height: 1.65 !important;
  }

  .smp-section-v2 p,
  .smp-section-v2 li {
    font-size: 15px !important;
    line-height: 2.05 !important;
  }

  .smp-image-text-v2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .smp-image-text-v2 .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
  }

  .smp-cards-v2 .wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .smp-card-v2 {
    min-height: auto !important;
    width: 100% !important;
    padding: 24px 22px !important;
  }

  .smp-hero-actions .wp-block-button {
    width: 100% !important;
  }

  .smp-hero-actions .wp-block-button__link {
    width: 100% !important;
    text-align: center !important;
  }

  .footer-bottom,
  .footer-bottom-wrap {
    text-align: center !important;
    padding: 18px 12px !important;
  }
}

/* ===== SMP Tower Layout Fix v2.1 ===== */

/* 
  Critical fix:
  Houzez/Bootstrap still keeps the page content inside a shifted column.
  Force homepage content to use full-width centered layout.
*/
body.home .site-main,
body.home .main-wrap,
body.home .houzez-main-wrap,
body.home .main-content-area,
body.home .container.main-content-area,
body.home .content-area,
body.home .page-content,
body.home .page-content-wrap,
body.home .article-content-wrap,
body.home .block-content-wrap,
body.home .entry-content,
body.home .wp-block-post-content,
body.home article,
body.home article.page {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

/* Kill Bootstrap column shifting on homepage */
body.home .main-content-area .row,
body.home .page-content-wrap .row,
body.home article .row,
body.home .entry-content .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}

body.home [class*="col-"],
body.home .col,
body.home .col-md-8,
body.home .col-lg-8,
body.home .col-md-9,
body.home .col-lg-9,
body.home .col-md-10,
body.home .col-lg-10,
body.home .col-md-12,
body.home .col-lg-12 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep actual designed sections centered */
body.home .smp-home-v2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body.home .smp-hero-v2 {
  width: min(100% - 64px, 1280px) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.home .smp-section-v2,
body.home .smp-intro-v2,
body.home .smp-image-text-v2,
body.home .smp-cards-v2,
body.home .smp-highlight-v2,
body.home .smp-investment-v2,
body.home .smp-cta-v2 {
  width: min(100% - 64px, 1180px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hide all sidebars/empty columns on homepage */
body.home aside,
body.home .sidebar,
body.home .sidebar-wrap,
body.home .houzez-sidebar,
body.home .widget-area,
body.home .col-md-4.sidebar-wrap,
body.home .col-lg-4.sidebar-wrap {
  display: none !important;
}

/* Header v2.1: logo one side, menu opposite side */
@media (min-width: 992px) {
  .header-main-wrap,
  .header-main-wrap .header-inner-wrap,
  .header-main-wrap .navbar,
  .header-main-wrap .container,
  .header-main-wrap .container-fluid {
    width: 100% !important;
    max-width: none !important;
  }

  .header-main-wrap .header-inner-wrap,
  .header-main-wrap .navbar,
  .header-main-wrap .container,
  .header-main-wrap .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    direction: ltr !important;
  }

  /* Logo stays left */
  .header-main-wrap .navbar-brand,
  .header-main-wrap .logo,
  .header-main-wrap .header-logo {
    order: 1 !important;
    margin-left: 28px !important;
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }

  /* Menu moves to far right */
  .header-main-wrap .collapse,
  .header-main-wrap .navbar-collapse,
  .header-main-wrap .main-nav,
  .header-main-wrap #main-nav,
  .header-main-wrap nav {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 28px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    direction: rtl !important;
  }

  .header-main-wrap #main-nav,
  .header-main-wrap .navbar-nav {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Header color lock: remove any remaining Houzez color strips */
.header-main-wrap,
.header-main-wrap *,
.header-inner-wrap,
.header-inner-wrap *,
.header-desktop,
.header-desktop *,
.header-section,
.header-section * {
  border-color: rgba(255,255,255,0.08) !important;
}

.header-main-wrap,
.header-inner-wrap,
.header-desktop,
.header-section,
.header-main-wrap .container,
.header-main-wrap .container-fluid,
.header-main-wrap .row,
.header-main-wrap .navbar {
  background-color: var(--smp-navy) !important;
}

/* Footer v2.1: show footer menu + clean copyright */
.footer-wrap,
.footer-bottom,
.footer-bottom-wrap {
  display: block !important;
  visibility: visible !important;
  background: var(--smp-navy) !important;
  color: rgba(255,255,255,0.92) !important;
}

.footer-bottom,
.footer-bottom-wrap {
  min-height: 82px !important;
  padding: 20px 32px !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.footer-bottom .container,
.footer-bottom-wrap .container {
  max-width: 1280px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.footer-bottom .row,
.footer-bottom-wrap .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer-bottom [class*="col-"],
.footer-bottom-wrap [class*="col-"] {
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 1 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Footer menu visible */
.footer-menu,
#footer-menu,
.footer-bottom .nav,
.footer-bottom-wrap .nav {
  display: flex !important;
  visibility: visible !important;
  align-items: center !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-menu li,
#footer-menu li,
.footer-bottom .nav li,
.footer-bottom-wrap .nav li {
  display: inline-flex !important;
  visibility: visible !important;
}

.footer-menu a,
#footer-menu a,
.footer-bottom .nav a,
.footer-bottom-wrap .nav a {
  display: inline-flex !important;
  visibility: visible !important;
  color: rgba(255,255,255,0.88) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

.footer-menu a:hover,
#footer-menu a:hover,
.footer-bottom .nav a:hover,
.footer-bottom-wrap .nav a:hover {
  color: var(--smp-gold) !important;
}

/* Copyright: do not hide footer column anymore; only replace actual copyright element */
.footer-copyright,
.footer-bottom .footer-copyright,
.footer-bottom-wrap .footer-copyright {
  color: transparent !important;
  font-size: 0 !important;
  white-space: nowrap !important;
}

.footer-copyright::after,
.footer-bottom .footer-copyright::after,
.footer-bottom-wrap .footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  color: rgba(255,255,255,0.92) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* If Houzez prints copyright in a generic div, JS will also replace it. */
.footer-bottom,
.footer-bottom-wrap {
  direction: rtl;
}

/* Public project website: login/register/profile/add-property remain hidden */
#hz-offcanvas-login-register,
#hz-offcanvas-login-register-label,
.offcanvas-login-register,
.login-register-form,
.login-register-form-wrap,
.hz-login-register-form,
.houzez-login-register,
.hz-login-register,
.hz-social-login,
.modal-login-register,
#login-register-form,
#houzez-login-form,
#houzez-register-form,
.navbar-logged-in-wrap,
.account-menu-wrap,
.user-nav-wrap,
.dashboard-menu-wrap,
.btn-create-listing,
.create-listing-btn,
.submit-property,
.add-property,
.header-create-listing,
.mobile-create-listing,
.hz-btn-create-listing,
.houzez-create-listing,
a[href*="submit-property"],
a[href*="create-listing"],
a[href*="add-new-property"],
a[href*="dashboard"],
a[href*="my-properties"],
a[href*="login"],
a[href*="register"],
a[href*="account"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Mobile: avoid side shift and make footer stack cleanly */
@media (max-width: 768px) {
  body.home .smp-hero-v2,
  body.home .smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 32px) !important;
  }

  .footer-bottom .row,
  .footer-bottom-wrap .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 14px !important;
  }

  .footer-menu,
  #footer-menu,
  .footer-bottom .nav,
  .footer-bottom-wrap .nav {
    justify-content: center !important;
    gap: 14px !important;
  }

  .footer-copyright,
  .footer-bottom .footer-copyright,
  .footer-bottom-wrap .footer-copyright {
    white-space: normal !important;
  }
}

/* ===== SMP Tower Header Opposite Nav Fix v1 ===== */

/*
  Desktop target:
  - SMP Tower brand stays on one side
  - navigation goes to the opposite side
  - nav should not sit immediately after the logo
*/

@media (min-width: 992px) {
  .header-main-wrap .header-inner-wrap,
  .header-main-wrap .navbar,
  .header-main-wrap .container,
  .header-main-wrap .container-fluid {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
  }

  .header-main-wrap .navbar-brand,
  .header-main-wrap .logo,
  .header-main-wrap .header-logo {
    flex: 0 0 auto !important;
    margin-left: 28px !important;
    margin-right: 0 !important;
  }

  .header-main-wrap .navbar-collapse,
  .header-main-wrap .collapse,
  .header-main-wrap .main-nav,
  .header-main-wrap nav {
    flex: 1 1 auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    margin-right: 28px !important;
    width: auto !important;
  }

  .header-main-wrap #main-nav,
  .header-main-wrap ul#main-nav,
  .header-main-wrap .navbar-nav {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 10px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    direction: rtl !important;
  }

  .header-main-wrap #main-nav > li,
  .header-main-wrap .navbar-nav > li {
    flex: 0 0 auto !important;
  }
}

/* If Houzez keeps menu directly next to brand through a sibling wrapper */
@media (min-width: 992px) {
  .header-main-wrap .navbar-brand + div,
  .header-main-wrap .logo + div,
  .header-main-wrap .header-logo + div {
    margin-left: auto !important;
  }
}

/* ===== SMP Tower Desktop Header Hard Right Nav v1 ===== */

/*
  Desktop final target:
  - SMP Tower logo stays far left
  - Menu buttons go far right
  - Menu must NOT sit immediately after logo
*/

@media (min-width: 992px) {
  .header-main-wrap,
  .header-main-wrap .header-inner-wrap,
  .header-main-wrap .navbar,
  .header-main-wrap .container,
  .header-main-wrap .container-fluid {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 82px !important;
    background: var(--smp-navy) !important;
  }

  /* Logo fixed on the left */
  .header-main-wrap .navbar-brand,
  .header-main-wrap .logo,
  .header-main-wrap .header-logo {
    position: absolute !important;
    left: 36px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 5 !important;
  }

  /* Menu wrapper fixed on the right */
  .header-main-wrap .navbar-collapse,
  .header-main-wrap .collapse,
  .header-main-wrap .main-nav,
  .header-main-wrap nav {
    position: absolute !important;
    right: 36px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    max-width: calc(100% - 320px) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    z-index: 4 !important;
  }

  .header-main-wrap #main-nav,
  .header-main-wrap ul#main-nav,
  .header-main-wrap .navbar-nav {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 18px !important;
    direction: rtl !important;
  }

  .header-main-wrap #main-nav > li,
  .header-main-wrap .navbar-nav > li {
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-main-wrap #main-nav > li > a,
  .header-main-wrap .navbar-nav > li > a {
    padding-left: 4px !important;
    padding-right: 4px !important;
    white-space: nowrap !important;
  }
}

/* On medium desktop widths, slightly reduce gaps to avoid overlap */
@media (min-width: 992px) and (max-width: 1200px) {
  .header-main-wrap .navbar-brand,
  .header-main-wrap .logo,
  .header-main-wrap .header-logo {
    left: 24px !important;
  }

  .header-main-wrap .navbar-collapse,
  .header-main-wrap .collapse,
  .header-main-wrap .main-nav,
  .header-main-wrap nav {
    right: 24px !important;
    max-width: calc(100% - 280px) !important;
  }

  .header-main-wrap #main-nav,
  .header-main-wrap .navbar-nav {
    gap: 12px !important;
  }
}

/* ===== SMP Tower Hero Readability and Latin Font Fix v1 ===== */

/* Brand Book Latin font */
.smp-latin,
.smp-kicker,
.navbar-brand,
.logo,
.header-logo,
.navbar-brand::after,
.logo::after,
.header-logo::after,
.footer-copyright::after {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
}

/* Keep Latin inside mixed Persian headlines visually balanced */
h1 .smp-latin,
h2 .smp-latin,
h3 .smp-latin,
p .smp-latin,
li .smp-latin,
a .smp-latin,
span.smp-latin {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
}

/* Stronger readable hero overlay */
.smp-hero-v2 .wp-block-cover__background {
  opacity: 0.70 !important;
  background:
    linear-gradient(90deg, rgba(10,31,68,0.80), rgba(10,31,68,0.34)),
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.38)) !important;
}

/* Better hero text readability */
.smp-hero-v2 h1,
.smp-hero-subtitle-v2,
.smp-hero-text-v2,
.smp-kicker {
  text-shadow:
    0 2px 10px rgba(0,0,0,0.36),
    0 10px 28px rgba(0,0,0,0.28) !important;
}

.smp-hero-v2 h1 {
  color: #ffffff !important;
}

.smp-hero-subtitle-v2 {
  color: rgba(255,255,255,0.96) !important;
}

.smp-hero-text-v2 {
  color: rgba(255,255,255,0.92) !important;
  max-width: 880px !important;
}

.smp-kicker {
  color: var(--smp-gold) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}

/* Slightly clearer buttons over image */
.smp-hero-actions .smp-btn-primary .wp-block-button__link {
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.smp-hero-actions .smp-btn-secondary .wp-block-button__link {
  background: rgba(255,255,255,0.04) !important;
  backdrop-filter: blur(4px);
}

/* Mobile readability */
@media (max-width: 768px) {
  .smp-hero-v2 .wp-block-cover__background {
    opacity: 0.76 !important;
  }

  .smp-hero-v2 h1 {
    line-height: 1.30 !important;
  }

  .smp-hero-subtitle-v2,
  .smp-hero-text-v2 {
    line-height: 1.9 !important;
  }
}

/* ===== SMP Tower Mobile Polish v1 ===== */

/*
  Mobile goals:
  - Remove duplicate page title above hero
  - Hide non-working account/profile icon
  - Keep mobile header clean: brand + hamburger only
  - Make CTA card navy like desktop
  - Restore visible footer on mobile
*/

@media (max-width: 991px) {

  /* 1) Remove duplicate mobile page title above hero */
  body.home .page-title-wrap,
  body.home .breadcrumb-wrap,
  body.home .page-title-area,
  body.home .page-header,
  body.home .entry-header,
  body.home .entry-title,
  body.home .article-header,
  body.home .blog-post-title,
  body.home .property-title-wrap,
  body.home h1.entry-title,
  body.home .page-title,
  body.home .wp-block-post-title {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  /* Some Houzez versions print page title in generic title blocks */
  body.home .content-area > h1:first-child,
  body.home .main-content-area h1:first-child:not(.wp-block-heading),
  body.home article > h1:first-child,
  body.home .block-content-wrap > h1:first-child {
    display: none !important;
  }

  /* 2) Mobile header cleanup */
  .header-mobile,
  .mobile-header,
  .mobile-header-wrap,
  .header-mobile .container,
  .header-mobile .container-fluid {
    background: var(--smp-navy) !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Hide non-working profile/account icon on mobile */
  .header-mobile .login-register,
  .header-mobile .login-register-nav,
  .header-mobile .navi-login-register,
  .header-mobile .logged-in-nav,
  .header-mobile .navbar-logged-in-wrap,
  .header-mobile .account-menu-wrap,
  .header-mobile .user-nav-wrap,
  .header-mobile .dashboard-menu-wrap,
  .header-mobile a[href*="login"],
  .header-mobile a[href*="register"],
  .header-mobile a[href*="account"],
  .header-mobile a[href*="dashboard"],
  .header-mobile .houzez-icon-single-neutral-circle,
  .header-mobile .fa-user,
  .mobile-header .login-register,
  .mobile-header .login-register-nav,
  .mobile-header .navi-login-register,
  .mobile-header .logged-in-nav,
  .mobile-header .navbar-logged-in-wrap,
  .mobile-header .account-menu-wrap,
  .mobile-header .user-nav-wrap,
  .mobile-header .dashboard-menu-wrap,
  .mobile-header a[href*="login"],
  .mobile-header a[href*="register"],
  .mobile-header a[href*="account"],
  .mobile-header a[href*="dashboard"],
  .mobile-header .houzez-icon-single-neutral-circle,
  .mobile-header .fa-user {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* If the profile icon is printed as the first icon button in mobile header */
  .header-mobile .header-left,
  .mobile-header .header-left {
    min-width: 44px !important;
  }

  .header-mobile .header-left > a:not(.navbar-brand):not(.logo),
  .mobile-header .header-left > a:not(.navbar-brand):not(.logo),
  .header-mobile .header-left > button,
  .mobile-header .header-left > button {
    display: none !important;
  }

  /* Keep hamburger visible */
  .header-mobile .navbar-toggler,
  .mobile-header .navbar-toggler,
  .header-mobile .nav-mobile-trigger,
  .mobile-header .nav-mobile-trigger,
  .header-mobile .btn-menu,
  .mobile-header .btn-menu,
  .header-mobile .toggle-button,
  .mobile-header .toggle-button {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    color: #ffffff !important;
  }

  /* Center brand in mobile header */
  .header-mobile .navbar-brand,
  .mobile-header .navbar-brand,
  .header-mobile .logo,
  .mobile-header .logo,
  .header-mobile .header-logo,
  .mobile-header .header-logo {
    position: static !important;
    transform: none !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .header-mobile .navbar-brand::after,
  .mobile-header .navbar-brand::after,
  .header-mobile .logo::after,
  .mobile-header .logo::after,
  .header-mobile .header-logo::after,
  .mobile-header .header-logo::after {
    font-size: 28px !important;
    color: var(--smp-gold) !important;
  }

  /* 3) Hero mobile refinement */
  body.home .smp-hero-v2 {
    margin-top: 22px !important;
  }

  /* 4) CTA card must stay navy on mobile */
  .smp-cta-v2 {
    background:
      radial-gradient(circle at top left, rgba(176,141,87,0.24), transparent 32%),
      linear-gradient(135deg, var(--smp-navy), #07152f) !important;
    color: #ffffff !important;
    border-radius: 26px !important;
    box-shadow: 0 24px 70px rgba(10,31,68,0.18) !important;
  }

  .smp-cta-v2 h2,
  .smp-cta-v2 p,
  .smp-cta-v2 a {
    color: #ffffff !important;
  }

  .smp-cta-v2 .smp-btn-primary .wp-block-button__link,
  .smp-cta-v2 .wp-block-button__link {
    background: var(--smp-gold) !important;
    color: var(--smp-navy) !important;
    border-color: var(--smp-gold) !important;
  }

  /* 5) Restore footer on mobile */
  .footer-wrap,
  .footer-bottom,
  .footer-bottom-wrap,
  .footer-top-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    min-height: 96px !important;
    background: var(--smp-navy) !important;
    color: rgba(255,255,255,0.92) !important;
    overflow: visible !important;
  }

  .footer-bottom,
  .footer-bottom-wrap {
    padding: 22px 16px 96px !important;
    text-align: center !important;
  }

  .footer-bottom .container,
  .footer-bottom-wrap .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom .row,
  .footer-bottom-wrap .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    justify-items: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .footer-bottom [class*="col-"],
  .footer-bottom-wrap [class*="col-"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
  }

  #footer-menu,
  .footer-menu,
  .footer-bottom .nav,
  .footer-bottom-wrap .nav {
    display: flex !important;
    visibility: visible !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  #footer-menu li,
  .footer-menu li,
  .footer-bottom .nav li,
  .footer-bottom-wrap .nav li {
    display: inline-flex !important;
    visibility: visible !important;
  }

  #footer-menu a,
  .footer-menu a,
  .footer-bottom .nav a,
  .footer-bottom-wrap .nav a {
    display: inline-flex !important;
    visibility: visible !important;
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 0 !important;
  }

  .footer-copyright,
  .footer-bottom .footer-copyright,
  .footer-bottom-wrap .footer-copyright {
    display: block !important;
    visibility: visible !important;
    color: transparent !important;
    font-size: 0 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .footer-copyright::after,
  .footer-bottom .footer-copyright::after,
  .footer-bottom-wrap .footer-copyright::after {
    content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
    display: block !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
    text-align: center !important;
  }

  /* Back-to-top should not cover footer text too aggressively */
  .back-to-top,
  #back-to-top,
  .scrolltop,
  .scroll-top,
  .btn-scrolltop {
    bottom: 22px !important;
    left: 18px !important;
    background: var(--smp-navy) !important;
    border-color: rgba(176,141,87,0.58) !important;
  }
}

/* ===== SMP Tower Mobile CTA Polish v1 ===== */

@media (max-width: 768px) {
  body.home .smp-cta-v2,
  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px 22px !important;
    border-radius: 24px !important;
    background:
      radial-gradient(circle at top right, rgba(176,141,87,0.22), transparent 34%),
      linear-gradient(135deg, #0A1F44, #07152f) !important;
    box-shadow: 0 18px 44px rgba(10,31,68,0.22) !important;
    text-align: right !important;
    overflow: hidden !important;
  }

  body.home .smp-cta-v2 h2 {
    font-size: 25px !important;
    line-height: 1.55 !important;
    margin: 0 0 14px !important;
    color: #ffffff !important;
    text-align: right !important;
  }

  body.home .smp-cta-v2 p {
    font-size: 14.5px !important;
    line-height: 2 !important;
    margin: 0 0 22px !important;
    color: rgba(255,255,255,0.86) !important;
    text-align: right !important;
  }

  body.home .smp-cta-v2 .wp-block-buttons {
    justify-content: flex-start !important;
    margin-top: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button {
    width: 100% !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
    padding: 14px 20px !important;
    border-radius: 999px !important;
    background: #B08D57 !important;
    color: #0A1F44 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18) !important;
  }
}

/* A little smaller on narrow iPhones */
@media (max-width: 390px) {
  body.home .smp-cta-v2,
  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    padding: 26px 18px !important;
  }

  body.home .smp-cta-v2 h2 {
    font-size: 23px !important;
  }

  body.home .smp-cta-v2 p {
    font-size: 14px !important;
  }
}

/* ===== SMP Tower Mobile Desktop Visual Match v1 ===== */

/*
  Goal:
  Make mobile visual language match desktop:
  - Latin font: Montserrat / Helvetica Neue
  - Kicker color: Muted Gold
  - Hero text colors consistent
  - CTA color system consistent
*/

.smp-latin,
.smp-kicker,
.smp-kicker *,
.smp-hero-v2 .smp-latin,
.smp-cta-v2 .smp-latin,
.navbar-brand,
.navbar-brand::after,
.logo,
.logo::after,
.header-logo,
.header-logo::after {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
}

/* Desktop + mobile: force the hero kicker to brand gold */
.smp-hero-v2 .smp-kicker,
.smp-hero-v2 .smp-kicker *,
.smp-kicker,
.smp-kicker .smp-latin {
  color: #B08D57 !important;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Hero text should match desktop hierarchy */
.smp-hero-v2 h1 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.smp-hero-subtitle-v2 {
  color: rgba(255,255,255,0.96) !important;
  font-weight: 700 !important;
}

.smp-hero-text-v2 {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 500 !important;
}

/* CTA consistent with desktop */
.smp-cta-v2,
.smp-cta-v2 > .wp-block-group__inner-container {
  background:
    radial-gradient(circle at top left, rgba(176,141,87,0.24), transparent 32%),
    linear-gradient(135deg, #0A1F44, #07152f) !important;
  color: #ffffff !important;
}

.smp-cta-v2 h2,
.smp-cta-v2 p,
.smp-cta-v2 span {
  color: #ffffff !important;
}

.smp-cta-v2 .wp-block-button__link {
  background: #B08D57 !important;
  border-color: #B08D57 !important;
  color: #0A1F44 !important;
}

/* Mobile-specific refinements */
@media (max-width: 768px) {
  .smp-hero-v2 .smp-kicker,
  .smp-hero-v2 .smp-kicker *,
  .smp-kicker,
  .smp-kicker .smp-latin {
    color: #B08D57 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.045em !important;
    text-shadow:
      0 2px 10px rgba(0,0,0,0.38),
      0 8px 24px rgba(0,0,0,0.32) !important;
  }

  .smp-hero-v2 h1 {
    color: #ffffff !important;
    text-shadow:
      0 2px 12px rgba(0,0,0,0.42),
      0 12px 34px rgba(0,0,0,0.34) !important;
  }

  .smp-hero-subtitle-v2 {
    color: rgba(255,255,255,0.96) !important;
    text-shadow:
      0 2px 10px rgba(0,0,0,0.38),
      0 8px 24px rgba(0,0,0,0.30) !important;
  }

  .smp-hero-text-v2 {
    color: rgba(255,255,255,0.92) !important;
    text-shadow:
      0 2px 10px rgba(0,0,0,0.38),
      0 8px 24px rgba(0,0,0,0.30) !important;
  }

  /* Keep overlay similar to desktop but slightly stronger for mobile readability */
  .smp-hero-v2 .wp-block-cover__background {
    opacity: 0.72 !important;
    background:
      linear-gradient(90deg, rgba(10,31,68,0.80), rgba(10,31,68,0.34)),
      linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.38)) !important;
  }

  /* CTA typography closer to desktop, but mobile-safe */
  body.home .smp-cta-v2 h2 {
    color: #ffffff !important;
    font-weight: 900 !important;
  }

  body.home .smp-cta-v2 p {
    color: rgba(255,255,255,0.86) !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    background: #B08D57 !important;
    border-color: #B08D57 !important;
    color: #0A1F44 !important;
    font-weight: 900 !important;
  }

  /* Latin words inside Persian text */
  body.home .smp-latin,
  body.home p .smp-latin,
  body.home h1 .smp-latin,
  body.home h2 .smp-latin {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 800 !important;
  }
}

/* ===== SMP Tower Mobile Width Tighten v1 ===== */

@media (max-width: 768px) {

  /* Overall mobile page shell: narrower gutters */
  body.home .main-content-area,
  body.home .content-area,
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-hero-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 28px) !important;   /* 14px each side */
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Hero image/container wider */
  body.home .smp-hero-v2 .wp-block-cover,
  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Section inner padding slightly tighter */
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  /* Text sections use more horizontal space */
  body.home .smp-section-v2 h2,
  body.home .smp-section-v2 p,
  body.home .smp-section-v2 ul,
  body.home .smp-section-v2 li {
    max-width: 100% !important;
  }

  /* CTA card should align with new page width */
  body.home .smp-cta-v2,
  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Slightly reduce extra white-space around grouped sections */
  body.home .smp-section-v2 + .smp-section-v2 {
    margin-top: 18px !important;
  }
}

/* Very small phones: keep a bit safer gutter */
@media (max-width: 390px) {
  body.home .main-content-area,
  body.home .content-area,
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-hero-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 24px) !important;   /* 12px each side */
    max-width: calc(100% - 24px) !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ===== SMP Tower Mobile Width Expand Correction v2 ===== */

@media (max-width: 768px) {
  /*
    Undo too-narrow mobile layout.
    Use more of the phone width while keeping a premium safe gutter.
  */

  body.home .smp-hero-v2 {
    width: calc(100% - 16px) !important;   /* 8px each side */
    max-width: calc(100% - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 20px) !important;   /* 10px each side */
    max-width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.home .smp-cta-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .smp-rounded-image,
  body.home .smp-rounded-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 390px) {
  body.home .smp-hero-v2 {
    width: calc(100% - 12px) !important;   /* 6px each side */
    max-width: calc(100% - 12px) !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 16px) !important;   /* 8px each side */
    max-width: calc(100% - 16px) !important;
  }
}

/* ===== SMP Tower Mobile Hero Full-Bleed v1 ===== */

@media (max-width: 768px) {
  /*
    Make Hero mobile feel like a real premium landing hero:
    full viewport width, no boxed narrow card.
  */

  body.home .smp-home-v2 {
    width: 100% !important;
    max-width: none !important;
    overflow-x: hidden !important;
  }

  body.home .smp-hero-v2 {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 680px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 34px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__image-background {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    text-align: center !important;
  }

  body.home .smp-hero-v2 .smp-kicker {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-hero-v2 h1,
  body.home .smp-hero-subtitle-v2,
  body.home .smp-hero-text-v2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-hero-text-v2 {
    max-width: 92% !important;
  }

  body.home .smp-hero-actions {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-hero-actions .wp-block-button {
    width: 100% !important;
  }

  body.home .smp-hero-actions .wp-block-button__link {
    width: 100% !important;
  }

  /*
    After Hero, content can remain premium with controlled gutters.
    Not full bleed, because text needs comfortable reading width.
  */
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-rounded-image,
  body.home .smp-rounded-image img {
    width: 100% !important;
    max-width: 100% !important;
  }

  /*
    Hide non-working account icon on mobile if Houzez still prints it.
  */
  .header-mobile .login-register,
  .header-mobile .login-register-nav,
  .header-mobile .navi-login-register,
  .header-mobile .logged-in-nav,
  .header-mobile .navbar-logged-in-wrap,
  .header-mobile .account-menu-wrap,
  .header-mobile .user-nav-wrap,
  .header-mobile a[href*="login"],
  .header-mobile a[href*="register"],
  .header-mobile a[href*="account"],
  .header-mobile a[href*="dashboard"],
  .mobile-header .login-register,
  .mobile-header .login-register-nav,
  .mobile-header .navi-login-register,
  .mobile-header .logged-in-nav,
  .mobile-header .navbar-logged-in-wrap,
  .mobile-header .account-menu-wrap,
  .mobile-header .user-nav-wrap,
  .mobile-header a[href*="login"],
  .mobile-header a[href*="register"],
  .mobile-header a[href*="account"],
  .mobile-header a[href*="dashboard"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 390px) {
  body.home .smp-hero-v2 {
    min-height: 650px !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
}

/* ===== SMP Tower Remove Mobile Hero White Frame v1 ===== */

@media (max-width: 768px) {
  /*
    Root fix:
    remove the white boxed parent around the hero and make the hero section
    go edge-to-edge like a true mobile landing hero.
  */

  body.home .smp-home-v2,
  body.home .entry-content,
  body.home .post-content-wrap,
  body.home .block-content-wrap,
  body.home .wp-site-blocks,
  body.home main.site-main,
  body.home .main-content-area,
  body.home .content-area {
    overflow-x: hidden !important;
  }

  /* Hero outer wrappers: remove white card behavior */
  body.home .smp-home-v2 > .wp-block-group:first-child,
  body.home .smp-home-v2 > .wp-block-cover:first-child,
  body.home .smp-home-v2 .smp-hero-v2,
  body.home .smp-home-v2 .smp-hero-v2.wp-block-group,
  body.home .smp-home-v2 .smp-hero-v2.wp-block-cover {
    background: transparent !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Remove white frame from any immediate wrapper around hero */
  body.home .smp-home-v2 > .wp-block-group:first-child,
  body.home .smp-home-v2 > .wp-block-cover:first-child,
  body.home .smp-home-v2 > .alignwide:first-child,
  body.home .smp-home-v2 > .alignfull:first-child {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Actual hero becomes truly full-bleed */
  body.home .smp-hero-v2 {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 680px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__image-background,
  body.home .smp-hero-v2 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 0 !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container,
  body.home .smp-hero-v2 .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 36px !important;
    padding-bottom: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: transparent !important;
  }

  /* Buttons full-width and cleaner on mobile hero */
  body.home .smp-hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-hero-actions .wp-block-button,
  body.home .smp-hero-actions .wp-block-button__link {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Keep following sections controlled, not full bleed */
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 390px) {
  body.home .smp-hero-v2 {
    min-height: 640px !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container,
  body.home .smp-hero-v2 .wp-block-group__inner-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
}

/* ===== SMP Tower Mobile Hero True Full-Bleed Force v2 ===== */

@media (max-width: 768px) {
  /*
    Force hero out of every Houzez / Bootstrap / Gutenberg container.
    This is stronger than width:100vw alone.
  */

  html,
  body {
    overflow-x: hidden !important;
  }

  body.home .smp-home-v2,
  body.home .entry-content,
  body.home .block-content-wrap,
  body.home .article-content-wrap,
  body.home .content-area,
  body.home .main-content-area {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.home .smp-hero-v2 {
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 680px !important;
    overflow: hidden !important;
    background: #0A1F44 !important;
  }

  body.home .smp-hero-v2::before,
  body.home .smp-hero-v2::after {
    display: none !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__background {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__image-background {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /*
    Keep text readable after hero expands.
  */
  body.home .smp-hero-v2 h1 {
    font-size: 38px !important;
    line-height: 1.35 !important;
  }

  body.home .smp-hero-text-v2 {
    max-width: 94% !important;
  }

  body.home .smp-hero-actions {
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-hero-actions .wp-block-button,
  body.home .smp-hero-actions .wp-block-button__link {
    width: 100% !important;
  }

  /*
    Keep everything after hero comfortably framed.
  */
  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ===== SMP Tower Home Full-Width Wrapper Fix v1 ===== */

/*
  Root cause:
  Houzez renders the homepage inside:
  .page-wrap > .container > .row > .col-lg-8.bt-content-wrap
  This makes the hero look boxed/narrow.
*/

body.home .page-wrap > .container,
body.home .page-wrap .container {
  width: 100% !important;
  max-width: none !important;
}

body.home .page-wrap .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.home .bt-content-wrap {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .bt-sidebar-wrap {
  display: none !important;
}

body.home .article-wrap,
body.home .article-page-wrap,
body.home .page-content-wrap,
body.home .smp-home-v2,
body.home .smp-home-v2 > .wp-block-group__inner-container {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Desktop keeps premium framed content for non-hero sections */
body.home .smp-section-v2 {
  width: min(100% - 48px, 1160px) !important;
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hero desktop can stay premium wide, not necessarily edge-to-edge */
@media (min-width: 769px) {
  body.home .smp-hero-v2 {
    width: min(100% - 48px, 1180px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Mobile: real landing hero, no white boxed column */
@media (max-width: 768px) {
  html,
  body,
  body.home,
  body.home .main-wrap,
  body.home .page-wrap,
  body.home .page-wrap > .container,
  body.home .page-wrap .container,
  body.home .page-wrap .row,
  body.home .bt-content-wrap,
  body.home .article-wrap,
  body.home .article-page-wrap,
  body.home .page-content-wrap,
  body.home .smp-home-v2,
  body.home .smp-home-v2 > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  body.home .page-wrap {
    background: #ffffff !important;
  }

  body.home .smp-hero-v2 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 680px !important;
    margin: 0 0 34px !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__image-background {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  body.home .smp-section-v2,
  body.home .wp-block-group.smp-section-v2,
  body.home .smp-intro-v2,
  body.home .smp-image-text-v2,
  body.home .smp-cards-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2,
  body.home .smp-cta-v2 {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ===== SMP Tower Mobile Hero Buttons Premium Width v1 ===== */

@media (max-width: 768px) {
  body.home .smp-hero-actions {
    width: 84% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    gap: 14px !important;
  }

  body.home .smp-hero-actions .wp-block-button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body.home .smp-hero-actions .wp-block-button__link {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 15px 22px !important;
    border-radius: 999px !important;
    text-align: center !important;
  }

  body.home .smp-hero-actions .smp-btn-primary .wp-block-button__link {
    box-shadow: 0 14px 32px rgba(0,0,0,0.22) !important;
  }

  body.home .smp-hero-actions .smp-btn-secondary .wp-block-button__link {
    background: rgba(255,255,255,0.04) !important;
    border: 2px solid rgba(255,255,255,0.82) !important;
    color: #ffffff !important;
    box-shadow: none !important;
  }
}

@media (max-width: 390px) {
  body.home .smp-hero-actions {
    width: 86% !important;
    max-width: 330px !important;
  }
}

/* ===== SMP Tower Mobile CTA Button Premium Width v1 ===== */

@media (max-width: 768px) {
  body.home .smp-cta-v2 .wp-block-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 22px !important;
  }

  body.home .smp-cta-v2 .wp-block-button {
    width: 82% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    width: 100% !important;
    display: block !important;
    padding: 14px 22px !important;
    border-radius: 999px !important;
    text-align: center !important;
    background: #B08D57 !important;
    border: 1px solid #B08D57 !important;
    color: #0A1F44 !important;
    font-size: 15.5px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18) !important;
  }
}

@media (max-width: 390px) {
  body.home .smp-cta-v2 .wp-block-button {
    width: 86% !important;
    max-width: 320px !important;
  }
}

/* ===== SMP Tower Desktop Prestige Polish v1 ===== */

@media (min-width: 769px) {
  /*
    Desktop-only polish:
    - Keep mobile locked.
    - Make desktop feel more premium, editorial, and international.
  */

  body.home {
    background: #f7f8fa !important;
  }

  body.home .page-wrap {
    background:
      radial-gradient(circle at 18% 18%, rgba(176,141,87,0.06), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%) !important;
  }

  /* Overall content rhythm */
  body.home .smp-home-v2 {
    padding-top: 36px !important;
    padding-bottom: 64px !important;
  }

  body.home .smp-section-v2 {
    width: min(100% - 72px, 1160px) !important;
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-section-v2 + .smp-section-v2 {
    margin-top: 104px !important;
  }

  /* Hero: premium wide card, not cramped text */
  body.home .smp-hero-v2 {
    width: min(100% - 72px, 1320px) !important;
    max-width: 1320px !important;
    min-height: 720px !important;
    margin: 0 auto 92px !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    box-shadow:
      0 28px 80px rgba(10,31,68,0.18),
      0 8px 26px rgba(10,31,68,0.12) !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__background {
    opacity: 0.54 !important;
    background:
      linear-gradient(90deg, rgba(10,31,68,0.20) 0%, rgba(10,31,68,0.28) 42%, rgba(10,31,68,0.72) 100%) !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__image-background {
    object-position: center center !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 1180px !important;
    padding: 0 72px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 720px !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container > .wp-block-group {
    width: min(100%, 680px) !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
  }

  body.home .smp-hero-v2 .smp-kicker {
    color: #B08D57 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    letter-spacing: 0.09em !important;
    margin-bottom: 18px !important;
    text-align: right !important;
  }

  body.home .smp-hero-v2 h1 {
    font-size: clamp(56px, 5.3vw, 86px) !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: -0.025em !important;
    margin-bottom: 18px !important;
    color: #ffffff !important;
    text-shadow: 0 18px 48px rgba(0,0,0,0.32) !important;
  }

  body.home .smp-hero-subtitle-v2 {
    font-size: clamp(24px, 2.1vw, 34px) !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
    color: rgba(255,255,255,0.94) !important;
    margin-bottom: 22px !important;
    text-shadow: 0 10px 30px rgba(0,0,0,0.28) !important;
  }

  body.home .smp-hero-text-v2 {
    max-width: 660px !important;
    font-size: 18px !important;
    line-height: 2.05 !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 34px !important;
    text-shadow: 0 8px 24px rgba(0,0,0,0.26) !important;
  }

  body.home .smp-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 16px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.home .smp-hero-actions .wp-block-button {
    width: auto !important;
    margin: 0 !important;
  }

  body.home .smp-hero-actions .wp-block-button__link {
    min-width: 178px !important;
    width: auto !important;
    padding: 15px 28px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
  }

  body.home .smp-hero-actions .wp-block-button__link:hover {
    transform: translateY(-2px) !important;
  }

  body.home .smp-hero-actions .smp-btn-primary .wp-block-button__link {
    background: #B08D57 !important;
    border-color: #B08D57 !important;
    color: #0A1F44 !important;
    box-shadow: 0 14px 36px rgba(0,0,0,0.24) !important;
  }

  body.home .smp-hero-actions .smp-btn-secondary .wp-block-button__link {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.78) !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px) !important;
  }

  /* Typography: make text sections less PowerPoint-like */
  body.home .smp-section-v2 .smp-kicker,
  body.home .smp-section-v2 .smp-section-kicker {
    color: #B08D57 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 14px !important;
  }

  body.home .smp-section-v2 h2 {
    max-width: 820px !important;
    font-size: clamp(42px, 3.4vw, 62px) !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    color: #0A1F44 !important;
    margin-bottom: 24px !important;
  }

  body.home .smp-section-v2 p {
    max-width: 920px !important;
    font-size: 17px !important;
    line-height: 2.15 !important;
    color: #263246 !important;
  }

  body.home .smp-intro-v2 {
    padding-top: 24px !important;
    padding-bottom: 30px !important;
  }

  body.home .smp-intro-v2 h2,
  body.home .smp-intro-v2 p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.home .smp-image-text-v2 {
    display: grid !important;
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.05fr) !important;
    gap: 72px !important;
    align-items: center !important;
  }

  body.home .smp-image-text-v2 .wp-block-image,
  body.home .smp-rounded-image {
    margin: 0 !important;
  }

  body.home .smp-rounded-image img,
  body.home .smp-image-text-v2 img {
    border-radius: 28px !important;
    box-shadow: 0 28px 70px rgba(10,31,68,0.14) !important;
  }

  body.home .smp-cards-v2 {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  body.home .smp-cards-v2 .wp-block-columns {
    gap: 28px !important;
  }

  body.home .smp-cards-v2 .wp-block-column {
    border-radius: 28px !important;
    padding: 42px 34px !important;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(10,31,68,0.08) !important;
    box-shadow: 0 22px 54px rgba(10,31,68,0.08) !important;
  }

  body.home .smp-cards-v2 .wp-block-column h3 {
    font-size: 26px !important;
    line-height: 1.55 !important;
    font-weight: 900 !important;
    color: #0A1F44 !important;
  }

  body.home .smp-cards-v2 .wp-block-column p {
    font-size: 16px !important;
    line-height: 2.05 !important;
  }

  body.home .smp-highlight-v2 {
    padding: 62px 72px !important;
    border-radius: 34px !important;
    background:
      radial-gradient(circle at top left, rgba(176,141,87,0.10), transparent 30%),
      linear-gradient(135deg, #ffffff, #f4f6f9) !important;
    border: 1px solid rgba(10,31,68,0.08) !important;
    box-shadow: 0 24px 70px rgba(10,31,68,0.08) !important;
  }

  body.home .smp-investment-v2 {
    padding-right: 44px !important;
    border-right: 4px solid #B08D57 !important;
  }

  /* CTA: premium desktop two-column card */
  body.home .smp-cta-v2,
  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: min(100% - 72px, 1160px) !important;
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 38px !important;
    background:
      radial-gradient(circle at top left, rgba(176,141,87,0.22), transparent 34%),
      linear-gradient(135deg, #0A1F44 0%, #07152f 100%) !important;
    color: #ffffff !important;
    box-shadow:
      0 30px 90px rgba(10,31,68,0.22),
      inset 0 1px 0 rgba(255,255,255,0.08) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
  }

  body.home .smp-cta-v2 {
    padding: 0 !important;
    margin-top: 104px !important;
    margin-bottom: 64px !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 260px !important;
    gap: 44px !important;
    align-items: center !important;
    padding: 58px 70px !important;
  }

  body.home .smp-cta-v2 h2 {
    color: #ffffff !important;
    max-width: 780px !important;
    font-size: clamp(36px, 3.1vw, 54px) !important;
    line-height: 1.45 !important;
    margin: 0 0 16px !important;
  }

  body.home .smp-cta-v2 p {
    color: rgba(255,255,255,0.86) !important;
    max-width: 760px !important;
    font-size: 16px !important;
    line-height: 2 !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-buttons {
    width: auto !important;
    justify-content: flex-end !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    min-width: 220px !important;
    width: auto !important;
    padding: 15px 28px !important;
    border-radius: 999px !important;
    background: #B08D57 !important;
    border-color: #B08D57 !important;
    color: #0A1F44 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22) !important;
  }

  /* Reduce empty space before footer */
  body.home .page-content-wrap {
    padding-bottom: 0 !important;
  }

  body.home .article-page-wrap {
    margin-bottom: 0 !important;
  }

  /* Premium desktop footer */
  body.home .footer-wrap,
  body.home .footer-bottom,
  body.home .footer-bottom-wrap {
    background: #07152f !important;
    color: rgba(255,255,255,0.84) !important;
  }

  body.home .footer-bottom,
  body.home .footer-bottom-wrap {
    padding: 34px 0 30px !important;
    border-top: 1px solid rgba(176,141,87,0.24) !important;
  }

  body.home .footer-bottom .container,
  body.home .footer-bottom-wrap .container {
    width: min(100% - 72px, 1160px) !important;
    max-width: 1160px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-footer-brand-v1 {
    display: grid !important;
    gap: 7px !important;
    margin-bottom: 22px !important;
    text-align: right !important;
  }

  body.home .smp-footer-brand-v1 strong {
    color: #B08D57 !important;
    font-size: 26px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    font-family: "Montserrat", "Plus Jakarta Sans", Arial, sans-serif !important;
  }

  body.home .smp-footer-brand-v1 span {
    color: rgba(255,255,255,0.74) !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  body.home .footer-bottom .row,
  body.home .footer-bottom-wrap .row {
    align-items: center !important;
    row-gap: 18px !important;
  }

  body.home #footer-menu,
  body.home .footer-menu,
  body.home .footer-bottom .nav,
  body.home .footer-bottom-wrap .nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 22px !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.home #footer-menu a,
  body.home .footer-menu a,
  body.home .footer-bottom .nav a,
  body.home .footer-bottom-wrap .nav a {
    color: rgba(255,255,255,0.78) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  body.home #footer-menu a:hover,
  body.home .footer-menu a:hover,
  body.home .footer-bottom .nav a:hover,
  body.home .footer-bottom-wrap .nav a:hover {
    color: #B08D57 !important;
  }

  body.home .footer-copyright,
  body.home .footer-bottom .footer-copyright,
  body.home .footer-bottom-wrap .footer-copyright {
    color: rgba(255,255,255,0.76) !important;
    font-size: 13.5px !important;
    line-height: 1.9 !important;
    text-align: left !important;
  }
}

/* ===== SMP Tower Desktop Prestige Repair v2 ===== */

@media (min-width: 769px) {
  /*
    Repair after Desktop Prestige v1:
    - Re-center Home hero structure
    - Stop scattered text/buttons
    - Make CTA premium but clean
    - Keep mobile untouched
  */

  body.home .smp-home-v2 {
    padding-top: 38px !important;
  }

  body.home .smp-hero-v2 {
    width: min(100% - 72px, 1320px) !important;
    max-width: 1320px !important;
    min-height: 700px !important;
    margin: 0 auto 88px !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    position: relative !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__background {
    opacity: 0.62 !important;
    background:
      linear-gradient(90deg, rgba(10,31,68,0.18) 0%, rgba(10,31,68,0.34) 38%, rgba(10,31,68,0.76) 100%) !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 1180px !important;
    min-height: 700px !important;
    margin: 0 auto !important;
    padding: 0 74px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;

    text-align: right !important;
    direction: rtl !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container > * {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: right !important;
  }

  body.home .smp-hero-v2 .smp-kicker,
  body.home .smp-hero-v2 .smp-kicker * {
    display: block !important;
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    color: #B08D57 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    text-align: right !important;
    margin: 0 0 16px !important;
  }

  body.home .smp-hero-v2 h1 {
    display: block !important;
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    color: #ffffff !important;
    font-size: clamp(58px, 5vw, 82px) !important;
    line-height: 1.14 !important;
    font-weight: 900 !important;
    letter-spacing: -0.02em !important;
    text-align: right !important;
    margin: 0 0 16px !important;
    text-shadow: 0 16px 44px rgba(0,0,0,0.34) !important;
  }

  body.home .smp-hero-subtitle-v2 {
    display: block !important;
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    color: rgba(255,255,255,0.96) !important;
    font-size: clamp(24px, 2vw, 32px) !important;
    line-height: 1.55 !important;
    font-weight: 800 !important;
    text-align: right !important;
    margin: 0 0 18px !important;
    text-shadow: 0 10px 28px rgba(0,0,0,0.30) !important;
  }

  body.home .smp-hero-text-v2 {
    display: block !important;
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 18px !important;
    line-height: 2.05 !important;
    font-weight: 500 !important;
    text-align: right !important;
    margin: 0 0 34px !important;
    text-shadow: 0 8px 24px rgba(0,0,0,0.28) !important;
  }

  body.home .smp-hero-actions,
  body.home .smp-hero-v2 .wp-block-buttons {
    width: min(100%, 680px) !important;
    max-width: 680px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px !important;
    margin: 0 !important;
    direction: rtl !important;
  }

  body.home .smp-hero-actions .wp-block-button,
  body.home .smp-hero-v2 .wp-block-buttons .wp-block-button {
    width: auto !important;
    margin: 0 !important;
  }

  body.home .smp-hero-actions .wp-block-button__link,
  body.home .smp-hero-v2 .wp-block-buttons .wp-block-button__link {
    width: auto !important;
    min-width: 172px !important;
    padding: 15px 28px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  body.home .smp-hero-actions .smp-btn-primary .wp-block-button__link {
    background: #B08D57 !important;
    border-color: #B08D57 !important;
    color: #0A1F44 !important;
    box-shadow: 0 14px 34px rgba(0,0,0,0.24) !important;
  }

  body.home .smp-hero-actions .smp-btn-secondary .wp-block-button__link {
    background: rgba(255,255,255,0.08) !important;
    border: 2px solid rgba(255,255,255,0.76) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px) !important;
  }

  /* CTA Repair: clean prestigious centered card */
  body.home .smp-cta-v2 {
    width: min(100% - 72px, 1120px) !important;
    max-width: 1120px !important;
    margin: 96px auto 70px !important;
    padding: 0 !important;
    border-radius: 36px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 85% 0%, rgba(176,141,87,0.22), transparent 34%),
      linear-gradient(135deg, #0A1F44 0%, #07152f 100%) !important;
    box-shadow: 0 28px 80px rgba(10,31,68,0.22) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 64px 72px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;

    text-align: center !important;
    direction: rtl !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.home .smp-cta-v2 h1,
  body.home .smp-cta-v2 h2,
  body.home .smp-cta-v2 h3 {
    width: 100% !important;
    max-width: 860px !important;
    color: #ffffff !important;
    font-size: clamp(38px, 3vw, 54px) !important;
    line-height: 1.45 !important;
    font-weight: 900 !important;
    text-align: center !important;
    margin: 0 auto 18px !important;
  }

  body.home .smp-cta-v2 p {
    width: 100% !important;
    max-width: 760px !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 16px !important;
    line-height: 2 !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 auto 34px !important;
  }

  body.home .smp-cta-v2 .wp-block-buttons {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  body.home .smp-cta-v2 .wp-block-button {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    width: auto !important;
    min-width: 230px !important;
    padding: 16px 34px !important;
    border-radius: 999px !important;
    background: #B08D57 !important;
    border-color: #B08D57 !important;
    color: #0A1F44 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 16px 36px rgba(0,0,0,0.22) !important;
  }
}

/* ===== SMP Tower Desktop Home Center CTA Glow v3 ===== */

@media (min-width: 769px) {
  /*
    Desktop v3 decision:
    - Keep SMP TOWER TABRIZ as Latin brand signature
    - Keep Persian H1 as main message
    - Center Home section copy
    - Restore premium glow CTA card
    - Do not touch mobile
  */

  body.home .smp-section-v2,
  body.home .smp-section-v2 *,
  body.home .smp-intro-v2,
  body.home .smp-highlight-v2,
  body.home .smp-investment-v2 {
    text-align: center !important;
  }

  body.home .smp-section-v2 h1,
  body.home .smp-section-v2 h2,
  body.home .smp-section-v2 h3,
  body.home .smp-section-v2 p,
  body.home .smp-section-v2 ul,
  body.home .smp-section-v2 li {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .smp-section-v2 h2 {
    max-width: 900px !important;
    font-size: clamp(40px, 3.1vw, 58px) !important;
    line-height: 1.42 !important;
    letter-spacing: -0.01em !important;
  }

  body.home .smp-section-v2 p {
    max-width: 920px !important;
    font-size: 17px !important;
    line-height: 2.15 !important;
  }

  body.home .smp-section-v2 ul {
    display: inline-grid !important;
    justify-items: start !important;
    text-align: right !important;
    max-width: 680px !important;
  }

  body.home .smp-image-text-v2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 64px !important;
  }

  body.home .smp-image-text-v2 > * {
    align-self: center !important;
  }

  /* Hero desktop: centered luxury editorial layout */
  body.home .smp-hero-v2 {
    width: min(100% - 72px, 1320px) !important;
    max-width: 1320px !important;
    min-height: 700px !important;
    margin: 0 auto 86px !important;
    border-radius: 34px !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__background {
    opacity: 0.58 !important;
    background:
      linear-gradient(180deg, rgba(10,31,68,0.10) 0%, rgba(10,31,68,0.34) 46%, rgba(10,31,68,0.62) 100%),
      linear-gradient(90deg, rgba(10,31,68,0.18), rgba(10,31,68,0.30)) !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container {
    width: 100% !important;
    max-width: 980px !important;
    min-height: 700px !important;
    margin: 0 auto !important;
    padding: 0 56px !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    text-align: center !important;
    direction: rtl !important;
  }

  body.home .smp-hero-v2 .wp-block-cover__inner-container > * {
    width: 100% !important;
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  body.home .smp-hero-v2 .smp-kicker,
  body.home .smp-hero-v2 .smp-kicker *,
  body.home .smp-hero-v2 .smp-latin {
    color: #B08D57 !important;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
  }

  body.home .smp-hero-v2 .smp-kicker {
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.10em !important;
    line-height: 1.4 !important;
    margin: 0 auto 18px !important;
    text-align: center !important;
  }

  body.home .smp-hero-v2 h1 {
    max-width: 820px !important;
    color: #ffffff !important;
    font-size: clamp(58px, 5vw, 82px) !important;
    line-height: 1.16 !important;
    font-weight: 900 !important;
    text-align: center !important;
    margin: 0 auto 18px !important;
    text-shadow: 0 18px 48px rgba(0,0,0,0.34) !important;
  }

  body.home .smp-hero-subtitle-v2 {
    max-width: 760px !important;
    color: rgba(255,255,255,0.96) !important;
    font-size: clamp(24px, 2vw, 32px) !important;
    line-height: 1.6 !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin: 0 auto 20px !important;
  }

  body.home .smp-hero-text-v2 {
    max-width: 820px !important;
    color: rgba(255,255,255,0.92) !important;
    font-size: 18px !important;
    line-height: 2.05 !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 auto 34px !important;
  }

  body.home .smp-hero-actions,
  body.home .smp-hero-v2 .wp-block-buttons {
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 auto !important;
    direction: rtl !important;
  }

  body.home .smp-hero-actions .wp-block-button {
    width: auto !important;
    margin: 0 !important;
  }

  body.home .smp-hero-actions .wp-block-button__link {
    width: auto !important;
    min-width: 178px !important;
    padding: 15px 30px !important;
    border-radius: 999px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 900 !important;
  }

  /* CTA desktop: premium glow card, less empty, bigger typography */
  body.home .smp-cta-v2 {
    width: min(100% - 72px, 1120px) !important;
    max-width: 1120px !important;
    margin: 86px auto 58px !important;
    padding: 0 !important;
    border-radius: 38px !important;
    overflow: hidden !important;
    background:
      radial-gradient(circle at 50% 0%, rgba(176,141,87,0.24), transparent 34%),
      radial-gradient(circle at 12% 80%, rgba(255,255,255,0.08), transparent 26%),
      linear-gradient(135deg, #0A1F44 0%, #07152f 100%) !important;
    box-shadow:
      0 34px 90px rgba(10,31,68,0.24),
      0 0 0 1px rgba(255,255,255,0.08) inset !important;
    border: 1px solid rgba(176,141,87,0.18) !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 58px 64px 56px !important;
    margin: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    direction: rtl !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body.home .smp-cta-v2 h1,
  body.home .smp-cta-v2 h2,
  body.home .smp-cta-v2 h3 {
    width: 100% !important;
    max-width: 880px !important;
    color: #ffffff !important;
    font-size: clamp(42px, 3.2vw, 58px) !important;
    line-height: 1.42 !important;
    font-weight: 900 !important;
    text-align: center !important;
    margin: 0 auto 18px !important;
  }

  body.home .smp-cta-v2 p {
    width: 100% !important;
    max-width: 780px !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 17px !important;
    line-height: 2.05 !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 auto 30px !important;
  }

  body.home .smp-cta-v2 .wp-block-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto !important;
  }

  body.home .smp-cta-v2 .wp-block-button {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    width: auto !important;
    min-width: 236px !important;
    padding: 16px 36px !important;
    border-radius: 999px !important;
    background: #B08D57 !important;
    border: 1px solid #B08D57 !important;
    color: #0A1F44 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    box-shadow: 0 16px 36px rgba(0,0,0,0.22) !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 20px 42px rgba(0,0,0,0.26) !important;
  }
}

/* ===== SMP Tower Desktop Hero Title CTA Glow v4 ===== */

@media (min-width: 769px) {
  /*
    v4:
    - Hero H1 must be visually unified: SMP inside Persian title stays white
    - Keep only SMP TOWER TABRIZ kicker gold
    - Restore richer premium halo for CTA card
  */

  body.home .smp-hero-v2 h1,
  body.home .smp-hero-v2 h1 *,
  body.home .smp-hero-v2 h1 .smp-latin {
    color: #ffffff !important;
  }

  body.home .smp-hero-v2 .smp-kicker,
  body.home .smp-hero-v2 .smp-kicker *,
  body.home .smp-hero-v2 .smp-kicker .smp-latin {
    color: #B08D57 !important;
  }

  body.home .smp-cta-v2 {
    position: relative !important;
    isolation: isolate !important;
    overflow: visible !important;
    background:
      radial-gradient(circle at 50% -18%, rgba(176,141,87,0.34), transparent 32%),
      radial-gradient(circle at 8% 86%, rgba(255,255,255,0.10), transparent 24%),
      linear-gradient(135deg, #0A1F44 0%, #07152f 100%) !important;
    box-shadow:
      0 34px 92px rgba(10,31,68,0.26),
      0 18px 52px rgba(10,31,68,0.16),
      0 0 0 1px rgba(176,141,87,0.18) inset !important;
    border: 1px solid rgba(176,141,87,0.22) !important;
  }

  body.home .smp-cta-v2::before {
    content: "" !important;
    position: absolute !important;
    inset: -34px -42px !important;
    z-index: -1 !important;
    border-radius: 46px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(176,141,87,0.20), transparent 58%),
      radial-gradient(circle at 50% 42%, rgba(10,31,68,0.14), transparent 68%) !important;
    filter: blur(18px) !important;
    opacity: 0.9 !important;
    pointer-events: none !important;
  }

  body.home .smp-cta-v2::after {
    content: "" !important;
    position: absolute !important;
    inset: 14px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.055), transparent 38%),
      radial-gradient(circle at 78% 18%, rgba(176,141,87,0.10), transparent 34%) !important;
    pointer-events: none !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    position: relative !important;
    z-index: 1 !important;
    padding: 60px 66px 58px !important;
  }

  body.home .smp-cta-v2 h1,
  body.home .smp-cta-v2 h2,
  body.home .smp-cta-v2 h3 {
    text-shadow: 0 14px 38px rgba(0,0,0,0.28) !important;
  }

  body.home .smp-cta-v2 p {
    text-shadow: 0 8px 24px rgba(0,0,0,0.20) !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    box-shadow:
      0 16px 36px rgba(0,0,0,0.24),
      0 0 0 1px rgba(255,255,255,0.10) inset !important;
  }
}

/* ===== SMP Tower Desktop CTA Final Balance v5 ===== */

@media (min-width: 769px) {
  body.home .smp-cta-v2 {
    width: min(100% - 72px, 1080px) !important;
    max-width: 1080px !important;
    margin: 78px auto 54px !important;
    border-radius: 36px !important;
  }

  body.home .smp-cta-v2::before {
    inset: -28px -34px !important;
    filter: blur(16px) !important;
    opacity: 0.82 !important;
  }

  body.home .smp-cta-v2::after {
    inset: 12px !important;
    border-radius: 28px !important;
  }

  body.home .smp-cta-v2 > .wp-block-group__inner-container {
    padding: 48px 62px 50px !important;
  }

  body.home .smp-cta-v2 h1,
  body.home .smp-cta-v2 h2,
  body.home .smp-cta-v2 h3 {
    max-width: 860px !important;
    font-size: clamp(40px, 3vw, 54px) !important;
    line-height: 1.38 !important;
    margin: 0 auto 14px !important;
  }

  body.home .smp-cta-v2 p {
    max-width: 760px !important;
    font-size: 16.5px !important;
    line-height: 1.95 !important;
    margin: 0 auto 26px !important;
  }

  body.home .smp-cta-v2 .wp-block-button__link {
    min-width: 248px !important;
    padding: 17px 40px !important;
    font-size: 15px !important;
    box-shadow:
      0 18px 38px rgba(0,0,0,0.25),
      0 0 0 1px rgba(255,255,255,0.12) inset !important;
  }
}

/* =========================================================
   SMP Tower — Opportunities Desktop Polish v1
   Goal: tighter desktop rhythm, stronger investment-page feel,
   cleaner metrics, less repetition fatigue.
   ========================================================= */

@media (min-width: 1025px) {

  /* Reduce top whitespace between header and hero */
  body .smp-opps-page,
  body .smp-opportunities-page,
  body .smp-opportunity-page,
  body .opportunities-page {
    padding-top: 56px !important;
  }

  /* Main content width: less narrow on desktop */
  body .smp-opps-wrap,
  body .smp-opps-container,
  body .smp-opportunities-wrap,
  body .smp-opportunities-container,
  body .opportunities-wrap,
  body .opportunities-container {
    max-width: 1320px !important;
    width: min(1320px, calc(100% - 120px)) !important;
    margin-inline: auto !important;
  }

  /* Hero: tighter, more premium, less oversized */
  body .smp-opps-hero,
  body .smp-opportunities-hero,
  body .opportunities-hero {
    min-height: auto !important;
    padding: 92px 72px 118px !important;
    border-radius: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 72px !important;
  }

  body .smp-opps-hero h1,
  body .smp-opportunities-hero h1,
  body .opportunities-hero h1 {
    max-width: 980px !important;
    margin-inline: auto !important;
    line-height: 1.45 !important;
    letter-spacing: -0.015em !important;
  }

  body .smp-opps-hero p,
  body .smp-opportunities-hero p,
  body .opportunities-hero p {
    max-width: 900px !important;
    margin-inline: auto !important;
    line-height: 2.05 !important;
  }

  /* Hero floating metrics: bring them closer and make them calmer */
  body .smp-opps-hero-metrics,
  body .smp-opps-metrics-hero,
  body .smp-opportunities-hero-metrics,
  body .hero-metrics {
    margin-top: -112px !important;
    margin-bottom: 96px !important;
    gap: 22px !important;
  }

  /* Section rhythm: reduce vertical fatigue */
  body .smp-opps-section,
  body .smp-opportunities-section,
  body .opportunities-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  body .smp-opps-section + .smp-opps-section,
  body .smp-opportunities-section + .smp-opportunities-section,
  body .opportunities-section + .opportunities-section {
    margin-top: 0 !important;
  }

  /* Large boxed sections: less padding, more useful content density */
  body .smp-opps-panel,
  body .smp-opps-box,
  body .smp-opportunities-panel,
  body .smp-opportunities-box,
  body .opportunities-panel,
  body .opportunities-box {
    padding: 72px 64px !important;
    border-radius: 28px !important;
  }

  /* Headings: keep authority but reduce excessive scale */
  body .smp-opps-section h2,
  body .smp-opportunities-section h2,
  body .opportunities-section h2 {
    max-width: 1060px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 26px !important;
    line-height: 1.55 !important;
    letter-spacing: -0.012em !important;
  }

  body .smp-opps-kicker,
  body .smp-opportunities-kicker,
  body .opportunities-kicker {
    margin-bottom: 20px !important;
    color: #B08D57 !important;
    font-weight: 700 !important;
  }

  body .smp-opps-section-desc,
  body .smp-opportunities-section-desc,
  body .opportunities-section-desc {
    max-width: 940px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 46px !important;
    line-height: 2.05 !important;
  }

  /* Card grids: tighter and more consistent */
  body .smp-opps-grid,
  body .smp-opportunities-grid,
  body .opportunities-grid {
    gap: 22px !important;
  }

  body .smp-opps-card,
  body .smp-opps-metric,
  body .smp-opportunities-card,
  body .smp-opportunities-metric,
  body .opportunities-card,
  body .opportunities-metric {
    border-radius: 18px !important;
    padding: 30px 24px !important;
    box-shadow: 0 18px 46px rgba(10, 31, 68, 0.07) !important;
    border-color: rgba(10, 31, 68, 0.08) !important;
  }

  /* Metric numbers: still gold, but more controlled */
  body .smp-opps-metric strong,
  body .smp-opps-metric-value,
  body .smp-opportunities-metric strong,
  body .smp-opportunities-metric-value,
  body .opportunities-metric strong,
  body .opportunities-metric-value {
    color: #A9854F !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
  }

  body .smp-opps-metric span,
  body .smp-opps-metric-label,
  body .smp-opportunities-metric span,
  body .smp-opportunities-metric-label,
  body .opportunities-metric span,
  body .opportunities-metric-label {
    color: #0A1F44 !important;
    font-weight: 700 !important;
    line-height: 1.9 !important;
  }

  /* Dense metric blocks like area/capacity: reduce visual heaviness */
  body .smp-opps-facts-grid .smp-opps-metric,
  body .smp-opps-capacity-grid .smp-opps-metric,
  body .smp-opportunities-facts-grid .smp-opportunities-metric,
  body .smp-opportunities-capacity-grid .smp-opportunities-metric,
  body .facts-grid .opportunities-metric,
  body .capacity-grid .opportunities-metric {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    min-height: 120px !important;
  }

  body .smp-opps-facts-grid .smp-opps-metric strong,
  body .smp-opps-capacity-grid .smp-opps-metric strong,
  body .smp-opportunities-facts-grid .smp-opportunities-metric strong,
  body .smp-opportunities-capacity-grid .smp-opportunities-metric strong,
  body .facts-grid .opportunities-metric strong,
  body .capacity-grid .opportunities-metric strong {
    font-size: clamp(28px, 2.3vw, 42px) !important;
    color: #AA8956 !important;
  }

  /* Cards with only text: slightly calmer and more editorial */
  body .smp-opps-card h3,
  body .smp-opportunities-card h3,
  body .opportunities-card h3 {
    margin-bottom: 14px !important;
    color: #0A1F44 !important;
    line-height: 1.75 !important;
  }

  body .smp-opps-card p,
  body .smp-opportunities-card p,
  body .opportunities-card p {
    line-height: 2.05 !important;
  }

  /* Final CTA: keep strong, but reduce empty surrounding space */
  body .smp-opps-final-cta,
  body .smp-opportunities-final-cta,
  body .opportunities-final-cta {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
    padding: 76px 64px !important;
    border-radius: 28px !important;
  }
}

/* Safer desktop-wide fallback for this page if class names differ */
@media (min-width: 1025px) {
  body:has([class*="opps"]) [class*="hero"] {
    margin-top: 0;
  }

  body:has([class*="opps"]) [class*="section"] {
    scroll-margin-top: 120px;
  }
}

/* === SMP IranSansX Global Font v1 START === */
@font-face {
  font-family: "IRANSansX";
  src: url("assets/fonts/iransansx/IRANSansX-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("assets/fonts/iransansx/IRANSansX-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("assets/fonts/iransansx/IRANSansX-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("assets/fonts/iransansx/IRANSansX-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansX";
  src: url("assets/fonts/iransansx/IRANSansX-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html[lang="fa-IR"],
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] textarea,
html[lang="fa-IR"] select,
html[lang="fa-IR"] .smp-home,
html[lang="fa-IR"] .smp-opportunities,
html[lang="fa-IR"] .smp-page,
html[lang="fa-IR"] .smp-card,
html[lang="fa-IR"] .smp-cta,
html[lang="fa-IR"] .smp-header,
html[lang="fa-IR"] .smp-footer {
  font-family: "IRANSansX", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6 {
  font-family: "IRANSansX", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: -0.015em;
}

html[lang="fa-IR"] .smp-latin,
html[lang="fa-IR"] .smp-brand-latin,
html[lang="fa-IR"] .site-logo,
html[lang="fa-IR"] .navbar-brand,
html[lang="fa-IR"] .logo,
html[lang="fa-IR"] .custom-logo-link {
  letter-spacing: 0;
}
/* === SMP IranSansX Global Font v1 END === */

/* === SMP IranSansX Strong Apply v2 START === */
/* Icon-safe version: apply IranSansX to text/UI, but do not override Houzez/icon fonts. */
html[lang="fa-IR"] body,
html[lang="fa-IR"] p,
html[lang="fa-IR"] a:not([class*="icon"]):not([class*="houzez-icon"]),
html[lang="fa-IR"] span:not([class*="icon"]):not([class*="houzez-icon"]),
html[lang="fa-IR"] div:not([class*="icon"]):not([class*="houzez-icon"]),
html[lang="fa-IR"] button:not([class*="icon"]):not([class*="houzez-icon"]),
html[lang="fa-IR"] input,
html[lang="fa-IR"] textarea,
html[lang="fa-IR"] select,
html[lang="fa-IR"] label,
html[lang="fa-IR"] li,
html[lang="fa-IR"] .nav-link,
html[lang="fa-IR"] .menu-item > a,
html[lang="fa-IR"] .navbar-nav > li > a,
html[lang="fa-IR"] #mobile-main-nav a,
html[lang="fa-IR"] .mobile-navbar-nav a,
html[lang="fa-IR"] .smp-home,
html[lang="fa-IR"] .smp-opportunities,
html[lang="fa-IR"] .smp-cta,
html[lang="fa-IR"] .smp-card {
  font-family: "IRANSansX", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="fa-IR"] .smp-home h1,
html[lang="fa-IR"] .smp-home h2,
html[lang="fa-IR"] .smp-home h3,
html[lang="fa-IR"] .smp-opportunities h1,
html[lang="fa-IR"] .smp-opportunities h2,
html[lang="fa-IR"] .smp-opportunities h3 {
  font-family: "IRANSansX", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: -0.02em;
}

/* Keep icon fonts untouched. */
html[lang="fa-IR"] i,
html[lang="fa-IR"] i::before,
html[lang="fa-IR"] i::after,
html[lang="fa-IR"] [class^="houzez-icon-"],
html[lang="fa-IR"] [class*=" houzez-icon-"],
html[lang="fa-IR"] [class^="icon-"],
html[lang="fa-IR"] [class*=" icon-"],
html[lang="fa-IR"] [class*="fa-"],
html[lang="fa-IR"] .fa,
html[lang="fa-IR"] .fas,
html[lang="fa-IR"] .far,
html[lang="fa-IR"] .fab {
  font-family: inherit;
}

html[lang="fa-IR"] .smp-latin,
html[lang="fa-IR"] .smp-brand-latin,
html[lang="fa-IR"] .smp-logo-text,
html[lang="fa-IR"] .navbar-brand::after,
html[lang="fa-IR"] .logo::after,
html[lang="fa-IR"] .header-logo::after {
  letter-spacing: 0 !important;
}
/* === SMP IranSansX Strong Apply v2 END === */

/* === SMP Intro Meeting Form v1 START === */
body.page-id-12 {
  background: #f7f8fb;
}

body.page-id-12 .page-title-wrap,
body.page-id-12 .breadcrumb-wrap {
  display: none !important;
}

.smp-intro-meeting-page {
  max-width: 1180px;
  margin: 56px auto 72px;
  padding: 0 20px;
  color: #0A1F44;
}

.smp-intro-meeting-hero {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 34px;
}

.smp-intro-meeting-eyebrow {
  display: inline-block;
  color: #B08D57;
  font-weight: 800;
  margin-bottom: 12px;
}

.smp-intro-meeting-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.25;
  font-weight: 800;
  color: #0A1F44;
}

.smp-intro-meeting-hero p {
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.05;
  color: rgba(10, 31, 68, 0.78);
}

.smp-intro-meeting-alert {
  max-width: 900px;
  margin: 0 auto 24px;
  padding: 18px 22px;
  border-radius: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.9;
}

.smp-intro-meeting-alert-success {
  background: rgba(176, 141, 87, 0.12);
  border: 1px solid rgba(176, 141, 87, 0.36);
  color: #0A1F44;
}

.smp-intro-meeting-alert-error {
  background: rgba(160, 40, 40, 0.08);
  border: 1px solid rgba(160, 40, 40, 0.28);
  color: #8a1f1f;
}

.smp-intro-meeting-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.smp-intro-meeting-form,
.smp-intro-meeting-side {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(10, 31, 68, 0.10);
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(10, 31, 68, 0.08);
}

.smp-intro-meeting-form {
  padding: 34px;
}

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

.smp-form-grid label {
  display: block;
  margin: 0;
}

.smp-form-grid label span {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: #0A1F44;
}

.smp-form-grid label b {
  color: #B08D57;
}

.smp-form-grid input,
.smp-form-grid select,
.smp-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(10, 31, 68, 0.14);
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  min-height: 54px;
  color: #0A1F44;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.smp-form-grid textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.9;
}

.smp-form-grid input:focus,
.smp-form-grid select:focus,
.smp-form-grid textarea:focus {
  border-color: rgba(176, 141, 87, 0.65);
  box-shadow: 0 0 0 4px rgba(176, 141, 87, 0.14);
}

.smp-form-full {
  grid-column: 1 / -1;
}

.smp-intro-meeting-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin-top: 24px;
  border: 0;
  border-radius: 999px;
  background: #B08D57;
  color: #0A1F44;
  font-weight: 900;
  padding: 15px 30px;
  box-shadow: 0 16px 34px rgba(176, 141, 87, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.smp-intro-meeting-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 22px 44px rgba(176, 141, 87, 0.28);
}

.smp-intro-meeting-note {
  margin: 18px 0 0;
  color: rgba(10, 31, 68, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.smp-intro-meeting-side {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(176,141,87,0.16), transparent 34%),
    linear-gradient(145deg, #0A1F44, #0d274f);
  color: #fff;
}

.smp-intro-meeting-side span {
  color: #B08D57;
  font-weight: 900;
}

.smp-intro-meeting-side h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 800;
}

.smp-intro-meeting-side ul {
  margin: 0;
  padding: 0 20px 0 0;
}

.smp-intro-meeting-side li {
  margin: 0 0 14px;
  line-height: 1.9;
  color: rgba(255,255,255,0.88);
}

.smp-intro-meeting-hp {
  position: absolute !important;
  right: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .smp-intro-meeting-page {
    margin: 34px auto 56px;
    padding: 0 18px;
  }

  .smp-intro-meeting-layout {
    grid-template-columns: 1fr;
  }

  .smp-intro-meeting-form,
  .smp-intro-meeting-side {
    border-radius: 26px;
  }
}

@media (max-width: 640px) {
  .smp-intro-meeting-hero {
    margin-bottom: 24px;
  }

  .smp-intro-meeting-hero h1 {
    font-size: 34px;
  }

  .smp-intro-meeting-hero p {
    font-size: 16px;
    line-height: 2;
  }

  .smp-intro-meeting-form,
  .smp-intro-meeting-side {
    padding: 24px 18px;
  }

  .smp-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .smp-form-grid input,
  .smp-form-grid select,
  .smp-form-grid textarea {
    font-size: 16px;
  }

  .smp-intro-meeting-submit {
    width: 100%;
    min-width: 0;
  }

  .smp-intro-meeting-side h2 {
    font-size: 24px;
  }
}
/* === SMP Intro Meeting Form v1 END === */

/* === SMP Intro Meeting Form Polish v1.1 START === */
/* Keep the contact/request page centered inside Houzez wrappers. */
body.page-id-12 .houzez-main-wrap,
body.page-id-12 .main-content-wrap,
body.page-id-12 .container,
body.page-id-12 .content-area,
body.page-id-12 .site-main,
body.page-id-12 .article-wrap,
body.page-id-12 .entry-content,
body.page-id-12 .page-content {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
}

body.page-id-12 .container {
  display: block !important;
}

body.page-id-12 .smp-intro-meeting-page {
  width: min(1180px, calc(100vw - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-12 .smp-intro-meeting-layout {
  direction: rtl;
}

body.page-id-12 .smp-form-grid input::placeholder,
body.page-id-12 .smp-form-grid textarea::placeholder {
  color: rgba(10, 31, 68, 0.44);
}

body.page-id-12 .smp-form-grid select {
  cursor: pointer;
}

@media (max-width: 640px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: min(100%, calc(100vw - 28px));
  }
}
/* === SMP Intro Meeting Form Polish v1.1 END === */

/* === SMP Intro Meeting Layout Balance v1.2 START === */
/* Corrected v1.2b: form remains the dominant card; side card stays compact. */
body.page-id-12 .smp-intro-meeting-page {
  max-width: 1160px;
  width: min(1160px, calc(100vw - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-12 .smp-intro-meeting-layout {
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.82fr);
  gap: 28px;
  justify-content: center;
  align-items: stretch;
  direction: rtl;
}

body.page-id-12 .smp-intro-meeting-form,
body.page-id-12 .smp-intro-meeting-side {
  width: 100%;
}

body.page-id-12 .smp-form-full {
  grid-column: 1 / -1;
}

body.page-id-12 .smp-intro-meeting-submit {
  display: flex;
  margin: 24px auto 0;
  min-width: 280px;
}

body.page-id-12 .smp-intro-meeting-note {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 901px) {
  body.page-id-12 .smp-intro-meeting-form {
    padding: 34px 34px 30px;
  }

  body.page-id-12 .smp-intro-meeting-side {
    min-height: 100%;
  }
}

@media (max-width: 900px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: min(100%, calc(100vw - 36px));
  }

  body.page-id-12 .smp-intro-meeting-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page-id-12 .smp-intro-meeting-submit {
    width: 100%;
    min-width: 0;
  }
}
/* === SMP Intro Meeting Layout Balance v1.2 END === */

/* === SMP Intro Meeting Full Background Fix v1.3 START === */
/* Make the contact/request page canvas full-width; keep the form content centered. */
body.page-id-12 {
  background: #ffffff !important;
}

body.page-id-12 .houzez-main-wrap,
body.page-id-12 .main-wrap,
body.page-id-12 .main-content-wrap,
body.page-id-12 .content-wrap,
body.page-id-12 .page-wrap,
body.page-id-12 .article-wrap,
body.page-id-12 .entry-content,
body.page-id-12 .page-content {
  background: #ffffff !important;
}

body.page-id-12 .main-content-wrap,
body.page-id-12 .content-wrap,
body.page-id-12 .container,
body.page-id-12 .container-fluid,
body.page-id-12 .content-area,
body.page-id-12 .site-main,
body.page-id-12 article,
body.page-id-12 .article-wrap,
body.page-id-12 .entry-content,
body.page-id-12 .page-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.page-id-12 .smp-intro-meeting-page {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  width: min(1160px, calc(100vw - 48px));
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Soft full-width stage behind the form area, instead of a partial white card. */
body.page-id-12 .smp-intro-meeting-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -42px calc((100vw - 100%) / -2) -56px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f8f9fb 100%);
  pointer-events: none;
}

@media (max-width: 900px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: min(100%, calc(100vw - 36px));
  }

  body.page-id-12 .smp-intro-meeting-page::before {
    inset: -28px calc((100vw - 100%) / -2) -44px;
  }
}

@media (max-width: 640px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: min(100%, calc(100vw - 28px));
  }
}
/* === SMP Intro Meeting Full Background Fix v1.3 END === */

/* === SMP Intro Meeting Symmetric Outer Gutters v1.4 START === */
@media (min-width: 1100px) {
  /* Keep the whole custom section centered with equal outer gutters */
  body.page-id-12 .smp-intro-meeting-page {
    width: min(1240px, calc(100vw - 88px)) !important;
    max-width: min(1240px, calc(100vw - 88px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Normalize the 2-column wrapper */
  body.page-id-12 .smp-intro-meeting-grid,
  body.page-id-12 .smp-intro-meeting-layout,
  body.page-id-12 .smp-intro-meeting-main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 32px !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
  }

  /* Left navy card */
  body.page-id-12 .smp-intro-meeting-grid > :first-child,
  body.page-id-12 .smp-intro-meeting-layout > :first-child,
  body.page-id-12 .smp-intro-meeting-main > :first-child,
  body.page-id-12 .smp-intro-meeting-process-card,
  body.page-id-12 .smp-intro-meeting-steps-card,
  body.page-id-12 .smp-intro-meeting-info-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }

  /* Right form card */
  body.page-id-12 .smp-intro-meeting-grid > :last-child,
  body.page-id-12 .smp-intro-meeting-layout > :last-child,
  body.page-id-12 .smp-intro-meeting-main > :last-child,
  body.page-id-12 .smp-intro-meeting-form-card,
  body.page-id-12 .smp-intro-meeting-form-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box !important;
  }
}
/* === SMP Intro Meeting Symmetric Outer Gutters v1.4 END === */

/* === SMP Contact Mobile Width Polish v1 START === */
@media (max-width: 640px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-12 .smp-intro-meeting-layout {
    width: 100% !important;
    max-width: 100% !important;
    gap: 22px !important;
  }

  body.page-id-12 .smp-intro-meeting-form,
  body.page-id-12 .smp-intro-meeting-side {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-form {
    padding: 22px 16px 24px !important;
    border-radius: 24px !important;
  }

  body.page-id-12 .smp-intro-meeting-side {
    padding: 28px 20px !important;
    border-radius: 24px !important;
  }

  body.page-id-12 .smp-form-grid {
    width: 100% !important;
  }

  body.page-id-12 .smp-form-grid input,
  body.page-id-12 .smp-form-grid select,
  body.page-id-12 .smp-form-grid textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-12 .smp-intro-meeting-note {
    max-width: 100% !important;
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 390px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  body.page-id-12 .smp-intro-meeting-form {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
/* === SMP Contact Mobile Width Polish v1 END === */

/* === SMP Intro Meeting Mobile Center Lock v1.5 START === */
@media (max-width: 640px) {
  html,
  body.page-id-12 {
    overflow-x: hidden !important;
  }

  body.page-id-12 .houzez-main-wrap,
  body.page-id-12 .main-content-wrap,
  body.page-id-12 .content-wrap,
  body.page-id-12 .container,
  body.page-id-12 .container-fluid,
  body.page-id-12 .content-area,
  body.page-id-12 .site-main,
  body.page-id-12 article,
  body.page-id-12 .article-wrap,
  body.page-id-12 .entry-content,
  body.page-id-12 .page-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-page {
    width: calc(100vw - 28px) !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-page::before {
    inset: -26px -14px -42px !important;
  }

  body.page-id-12 .smp-intro-meeting-hero,
  body.page-id-12 .smp-intro-meeting-layout,
  body.page-id-12 .smp-intro-meeting-form,
  body.page-id-12 .smp-intro-meeting-side {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    justify-content: center !important;
    align-items: stretch !important;
  }

  body.page-id-12 .smp-intro-meeting-form,
  body.page-id-12 .smp-intro-meeting-side {
    border-radius: 26px !important;
  }

  body.page-id-12 .smp-intro-meeting-hero {
    text-align: center !important;
  }

  body.page-id-12 .smp-intro-meeting-hero h1,
  body.page-id-12 .smp-intro-meeting-hero p {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: normal !important;
  }

  body.page-id-12 .smp-intro-meeting-submit {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* === SMP Intro Meeting Mobile Center Lock v1.5 END === */

/* === SMP Intro Meeting Template Isolation v1.6 START === */
/*
  Contact page is rendered by Houzez inside:
  .row > .col-lg-8.bt-content-wrap + .col-lg-4.bt-sidebar-wrap
  This isolates page-id-12 from that sidebar layout.
*/
body.page-id-12 .bt-sidebar-wrap,
body.page-id-12 .sidebar-wrap,
body.page-id-12 aside.sidebar {
  display: none !important;
}

body.page-id-12 .bt-content-wrap,
body.page-id-12 .col-lg-8.bt-content-wrap,
body.page-id-12 .col-md-12.bt-content-wrap {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-id-12 .main-content-wrap > .container,
body.page-id-12 .main-content-wrap .container,
body.page-id-12 .page-title-wrap .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-12 .main-content-wrap .row {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center !important;
}

body.page-id-12 .article-wrap,
body.page-id-12 article,
body.page-id-12 .page-content-wrap,
body.page-id-12 .page-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Final desktop canvas */
body.page-id-12 .smp-intro-meeting-page {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: min(1180px, calc(100vw - 64px)) !important;
  margin: 56px auto 72px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.page-id-12 .smp-intro-meeting-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr) !important;
  gap: 28px !important;
  align-items: stretch !important;
  justify-content: center !important;
  direction: rtl !important;
}

body.page-id-12 .smp-intro-meeting-form,
body.page-id-12 .smp-intro-meeting-side {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

body.page-id-12 .smp-intro-meeting-submit {
  display: flex !important;
  margin: 24px auto 0 !important;
}

/* Final mobile canvas */
@media (max-width: 900px) {
  body.page-id-12 .smp-intro-meeting-page {
    width: min(100%, calc(100vw - 28px)) !important;
    max-width: 520px !important;
    margin: 34px auto 56px !important;
    padding: 0 !important;
  }

  body.page-id-12 .smp-intro-meeting-layout {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.page-id-12 .smp-intro-meeting-form {
    order: 1 !important;
  }

  body.page-id-12 .smp-intro-meeting-side {
    order: 2 !important;
  }
}

@media (max-width: 640px) {
  html,
  body.page-id-12 {
    overflow-x: hidden !important;
  }

  body.page-id-12 .smp-intro-meeting-page {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.page-id-12 .smp-intro-meeting-page::before {
    inset: -24px -12px -42px !important;
  }

  body.page-id-12 .smp-intro-meeting-hero {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-id-12 .smp-intro-meeting-hero h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
    line-height: 1.22 !important;
    max-width: 100% !important;
  }

  body.page-id-12 .smp-intro-meeting-hero p {
    max-width: 100% !important;
    font-size: 18px !important;
    line-height: 2.05 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-form,
  body.page-id-12 .smp-intro-meeting-side {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 24px !important;
  }

  body.page-id-12 .smp-intro-meeting-form {
    padding: 22px 14px 24px !important;
  }

  body.page-id-12 .smp-intro-meeting-side {
    padding: 28px 18px !important;
  }

  body.page-id-12 .smp-form-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.page-id-12 .smp-form-grid input,
  body.page-id-12 .smp-form-grid select,
  body.page-id-12 .smp-form-grid textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-12 .smp-intro-meeting-submit {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.page-id-12 .smp-intro-meeting-note {
    max-width: 100% !important;
    text-align: center !important;
  }
}
/* === SMP Intro Meeting Template Isolation v1.6 END === */

/* === SMP Intro Meeting Admin + Success Polish v1 START === */
.smp-intro-meeting-alert-success {
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease, margin 0.5s ease, padding 0.5s ease;
}

.smp-intro-meeting-alert-success.smp-alert-is-hiding {
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

/* WP Admin list polish */
.post-type-smp_meeting_request .smp-admin-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.7;
}

.post-type-smp_meeting_request .smp-admin-status-new {
  background: #fff7e6;
  color: #8a5a00;
  border: 1px solid #f1d39a;
}

.post-type-smp_meeting_request .smp-admin-status-reviewed {
  background: #eef5ff;
  color: #0a4c8a;
  border: 1px solid #bdd7f3;
}

.post-type-smp_meeting_request .smp-admin-status-contacted {
  background: #eefaf1;
  color: #137333;
  border: 1px solid #bde5c8;
}

.post-type-smp_meeting_request .smp-admin-status-closed {
  background: #f1f1f1;
  color: #555;
  border: 1px solid #d5d5d5;
}

.post-type-smp_meeting_request .smp-admin-action-btn {
  margin: 2px 0 2px 4px !important;
  border-radius: 8px !important;
}
/* === SMP Intro Meeting Admin + Success Polish v1 END === */

/* === SMP Intro Meeting Editable Status Date v1 START === */
.post-type-smp_meeting_request .smp-admin-status-time {
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.7;
  white-space: nowrap;
}

.post-type-smp_meeting_request .column-smp_request_status {
  min-width: 132px;
}

#smp_intro_meeting_status_box_v1 .description {
  display: block;
  margin-top: 6px;
  color: #667085;
  line-height: 1.7;
}

#smp_intro_meeting_status_box_v1 textarea,
#smp_intro_meeting_status_box_v1 input,
#smp_intro_meeting_status_box_v1 select {
  border-radius: 6px;
}
/* === SMP Intro Meeting Editable Status Date v1 END === */

/* === SMP Mobile Profile Icon Hide RTL Fix v1 START === */
/*
  Houzez RTL mobile header prints the hamburger on the visual right
  but often under left/toggle-left classes. Keep hamburger visible,
  hide the non-working profile/account trigger on the opposite side.
*/
@media (max-width: 991px) {
  /* Keep hamburger/menu trigger visible */
  .header-mobile .header-left,
  .mobile-header .header-left,
  .header-mobile .mobile-header-left,
  .mobile-header .mobile-header-left,
  .header-mobile .toggle-button-left,
  .mobile-header .toggle-button-left,
  .header-mobile .navbar-toggler,
  .mobile-header .navbar-toggler,
  .header-mobile .nav-mobile-trigger,
  .mobile-header .nav-mobile-trigger {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    display: flex !important;
  }

  .header-mobile .header-left *,
  .mobile-header .header-left *,
  .header-mobile .mobile-header-left *,
  .mobile-header .mobile-header-left *,
  .header-mobile .toggle-button-left *,
  .mobile-header .toggle-button-left * {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* Hide non-working profile/account trigger */
  .header-mobile .header-right,
  .mobile-header .header-right,
  .header-mobile .mobile-header-right,
  .mobile-header .mobile-header-right,
  .header-mobile .toggle-button-right,
  .mobile-header .toggle-button-right {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .header-mobile .header-right *,
  .mobile-header .header-right *,
  .header-mobile .mobile-header-right *,
  .mobile-header .mobile-header-right *,
  .header-mobile .toggle-button-right *,
  .mobile-header .toggle-button-right * {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* === SMP Mobile Profile Icon Hide RTL Fix v1 END === */

/* === SMP Footer Premium v1 START === */
.footer-wrap.smp-footer-premium-v1-ready,
.smp-footer-premium-v1-ready.footer-wrap,
.smp-footer-premium-v1-ready .footer-bottom-wrap,
.smp-footer-premium-v1-ready .footer-bottom {
  background:
    radial-gradient(circle at top right, rgba(176, 141, 87, 0.14), transparent 34%),
    linear-gradient(145deg, #071b3d 0%, #0A1F44 52%, #071832 100%) !important;
  color: #fff !important;
}

.smp-footer-premium-v1-ready .footer-bottom-wrap,
.smp-footer-premium-v1-ready .footer-bottom {
  padding: 0 !important;
}

.smp-footer-premium-v1-ready .footer-bottom-wrap .container,
.smp-footer-premium-v1-ready .footer-bottom .container,
.smp-footer-premium-v1-ready .footer-wrap .container {
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: min(1180px, calc(100vw - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.smp-footer-premium-v1 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.82fr) minmax(280px, 1fr);
  gap: 34px;
  align-items: start;
  padding: 54px 0 34px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.smp-footer-premium-brand strong {
  display: block;
  color: #B08D57;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.smp-footer-premium-brand p,
.smp-footer-premium-contact p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 2.05;
}

.smp-footer-premium-links h3,
.smp-footer-premium-contact h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 850;
}

.smp-footer-premium-v1 .footer-nav,
.smp-footer-premium-v1 #footer-menu,
.smp-footer-premium-v1 .footer-menu,
.smp-footer-premium-v1 .nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.smp-footer-premium-v1 #footer-menu li,
.smp-footer-premium-v1 .footer-menu li,
.smp-footer-premium-v1 .nav li {
  margin: 0 !important;
  padding: 0 !important;
}

.smp-footer-premium-v1 #footer-menu a,
.smp-footer-premium-v1 .footer-menu a,
.smp-footer-premium-v1 .footer-nav a,
.smp-footer-premium-v1 .nav a {
  display: inline-flex !important;
  color: rgba(255,255,255,0.78) !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  text-decoration: none !important;
  transition: color 180ms ease, transform 180ms ease;
}

.smp-footer-premium-v1 #footer-menu a:hover,
.smp-footer-premium-v1 .footer-menu a:hover,
.smp-footer-premium-v1 .footer-nav a:hover,
.smp-footer-premium-v1 .nav a:hover {
  color: #B08D57 !important;
  transform: translateX(-3px);
}

.smp-footer-premium-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #B08D57;
  color: #0A1F44 !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(176, 141, 87, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.smp-footer-premium-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 22px 44px rgba(176, 141, 87, 0.26);
}

.smp-footer-premium-legal {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 18px 0 22px;
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.9;
}

.smp-footer-premium-legal .footer-copyright,
.smp-footer-premium-v1-ready .footer-copyright {
  display: block !important;
  visibility: hidden !important;
  position: relative !important;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 0 !important;
  line-height: 1.9 !important;
}

.smp-footer-premium-legal .footer-copyright::after,
.smp-footer-premium-v1-ready .footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است.";
  visibility: visible !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 13px !important;
}

.smp-footer-premium-v1-ready .footer-bottom-wrap > .container > .footer-nav,
.smp-footer-premium-v1-ready .footer-bottom-wrap > .container > nav.footer-nav {
  display: none !important;
}

@media (max-width: 900px) {
  .smp-footer-premium-v1-ready .footer-bottom-wrap .container,
  .smp-footer-premium-v1-ready .footer-bottom .container,
  .smp-footer-premium-v1-ready .footer-wrap .container {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: min(100%, calc(100vw - 32px)) !important;
  }

  .smp-footer-premium-v1 {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 42px 0 28px;
    text-align: center;
  }

  .smp-footer-premium-brand strong {
    font-size: 28px;
  }

  .smp-footer-premium-v1 .footer-nav,
  .smp-footer-premium-v1 #footer-menu,
  .smp-footer-premium-v1 .footer-menu,
  .smp-footer-premium-v1 .nav {
    align-items: center !important;
  }

  .smp-footer-premium-cta {
    width: min(100%, 280px);
  }

  .smp-footer-premium-v1 #footer-menu a:hover,
  .smp-footer-premium-v1 .footer-menu a:hover,
  .smp-footer-premium-v1 .footer-nav a:hover,
  .smp-footer-premium-v1 .nav a:hover {
    transform: translateY(-1px);
  }
}
/* === SMP Footer Premium v1 END === */

/* === SMP Footer Premium v1.1 Fix START === */
/* Fix footer overflow/clipping and remove legacy duplicate copyright. */
.smp-footer-premium-v1-ready {
  overflow-x: hidden !important;
}

.smp-footer-premium-v1-ready .footer-bottom-wrap,
.smp-footer-premium-v1-ready .footer-bottom {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.smp-footer-premium-v1-ready .footer-bottom-wrap > .container,
.smp-footer-premium-v1-ready .footer-bottom > .container,
.smp-footer-premium-v1-ready .footer-wrap > .container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: min(1180px, calc(100vw - 64px)) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  box-sizing: border-box !important;
}

/* Keep only the premium shell + premium legal visible as footer structure. */
.smp-footer-premium-v1-ready .footer-bottom-wrap > .container > .row,
.smp-footer-premium-v1-ready .footer-bottom > .container > .row,
.smp-footer-premium-v1-ready .footer-bottom-wrap > .container > nav.footer-nav,
.smp-footer-premium-v1-ready .footer-bottom > .container > nav.footer-nav,
.smp-footer-premium-v1-ready .footer-bottom-wrap > .container > .footer-nav,
.smp-footer-premium-v1-ready .footer-bottom > .container > .footer-nav {
  display: none !important;
}

/* Disable old pseudo copyright duplicates from previous footer cleanups. */
.smp-footer-premium-v1-ready .footer-bottom .col-md-6:first-child::after,
.smp-footer-premium-v1-ready .footer-bottom-wrap .col-md-6:first-child::after,
.smp-footer-premium-v1-ready .footer-copyright::before {
  content: none !important;
  display: none !important;
}

/* Premium grid: stable, contained, and visually balanced. */
.smp-footer-premium-v1-ready .smp-footer-premium-v1 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(200px, 0.75fr) minmax(0, 1.1fr) !important;
  gap: 42px !important;
  padding: 56px 0 36px !important;
  overflow: hidden !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-brand,
.smp-footer-premium-v1-ready .smp-footer-premium-links,
.smp-footer-premium-v1-ready .smp-footer-premium-contact {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-brand {
  text-align: right !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-links {
  text-align: right !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-contact {
  text-align: right !important;
}

/* Only one copyright: inside premium legal. */
.smp-footer-premium-v1-ready .smp-footer-premium-legal {
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  border-top: 1px solid rgba(255,255,255,0.10) !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-legal .footer-copyright {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  visibility: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
}

.smp-footer-premium-v1-ready .smp-footer-premium-legal .footer-copyright::after {
  content: "© 2026 SMP Tower — تمامی حقوق محفوظ است." !important;
  display: block !important;
  visibility: visible !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 13px !important;
  text-align: center !important;
}

/* In case legacy copyright exists outside premium legal, hide it. */
.smp-footer-premium-v1-ready .footer-copyright:not(.smp-footer-premium-legal .footer-copyright) {
  display: none !important;
}

@media (max-width: 900px) {
  .smp-footer-premium-v1-ready .footer-bottom-wrap > .container,
  .smp-footer-premium-v1-ready .footer-bottom > .container,
  .smp-footer-premium-v1-ready .footer-wrap > .container {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: min(100%, calc(100vw - 32px)) !important;
  }

  .smp-footer-premium-v1-ready .smp-footer-premium-v1 {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    text-align: center !important;
    padding: 42px 0 28px !important;
  }

  .smp-footer-premium-v1-ready .smp-footer-premium-brand,
  .smp-footer-premium-v1-ready .smp-footer-premium-links,
  .smp-footer-premium-v1-ready .smp-footer-premium-contact {
    text-align: center !important;
  }
}
/* === SMP Footer Premium v1.1 Fix END === */

/* === SMP Footer Premium v1.2 Isolated START === */
footer.footer-wrap.smp-footer-premium-v12-ready,
.footer-wrap.smp-footer-premium-v12-ready {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 88% 0%, rgba(176, 141, 87, 0.16), transparent 34%),
    linear-gradient(145deg, #071832 0%, #0A1F44 52%, #06162f 100%) !important;
  color: #ffffff !important;
}

.smp-footer-v12-shell {
  width: min(1180px, calc(100vw - 64px));
  max-width: min(1180px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 54px 0 0;
  box-sizing: border-box;
}

.smp-footer-v12-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(190px, 0.72fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
  padding-bottom: 36px;
  box-sizing: border-box;
}

.smp-footer-v12-col {
  min-width: 0;
  max-width: 100%;
  text-align: right;
  box-sizing: border-box;
}

.smp-footer-v12-brand strong {
  display: block;
  color: #B08D57;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.smp-footer-v12-brand p,
.smp-footer-v12-contact p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 2.05;
}

.smp-footer-v12-links h3,
.smp-footer-v12-contact h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 850;
}

.smp-footer-v12-links a {
  display: table;
  margin: 0 0 10px;
  color: rgba(255,255,255,0.78) !important;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none !important;
  transition: color 180ms ease, transform 180ms ease;
}

.smp-footer-v12-links a:hover {
  color: #B08D57 !important;
  transform: translateX(-3px);
}

.smp-footer-v12-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #B08D57;
  color: #0A1F44 !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(176,141,87,0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.smp-footer-v12-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 22px 44px rgba(176,141,87,0.26);
}

.smp-footer-v12-legal {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 18px 0 22px;
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.9;
}

/* Kill any legacy Houzez/footer pseudo leftovers after isolated render. */
footer.footer-wrap.smp-footer-premium-v12-ready .footer-copyright,
footer.footer-wrap.smp-footer-premium-v12-ready .footer-nav,
footer.footer-wrap.smp-footer-premium-v12-ready #footer-menu,
footer.footer-wrap.smp-footer-premium-v12-ready .footer-bottom-wrap,
footer.footer-wrap.smp-footer-premium-v12-ready .footer-bottom {
  display: none !important;
}

@media (max-width: 900px) {
  .smp-footer-v12-shell {
    width: min(100%, calc(100vw - 32px));
    max-width: min(100%, calc(100vw - 32px));
    padding-top: 42px;
  }

  .smp-footer-v12-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
  }

  .smp-footer-v12-col {
    text-align: center;
  }

  .smp-footer-v12-brand strong {
    font-size: 28px;
  }

  .smp-footer-v12-links a {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .smp-footer-v12-links a:hover {
    transform: translateY(-1px);
  }

  .smp-footer-v12-cta {
    width: min(100%, 280px);
  }
}
/* === SMP Footer Premium v1.2 Isolated END === */


/* SMP Tower — Header Logo Home Link v1 */
.smp-header-logo-home-link-v1-ready,
.smp-header-logo-home-link-v1-ready::after {
  cursor: pointer;
}


/* SMP Tower — Header Logo Home Link v1.1 */
.smp-header-logo-home-link-v1-1-host {
  position: relative !important;
  cursor: pointer !important;
}

.smp-header-logo-home-link-v1-1-host .smp-header-logo-real-home-link-v1-1 {
  position: absolute !important;
  inset: 0 !important;
  z-index: 50 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 140px !important;
  min-height: 36px !important;
  background: transparent !important;
  text-decoration: none !important;
  cursor: pointer !important;
}


/* SMP Tower — Header Logo Home Link v1.1 Mobile Hotfix
   Keep desktop logo link, but prevent overlay from blocking mobile hamburger. */
@media (max-width: 991px) {
  .header-mobile .smp-header-logo-real-home-link-v1-1,
  .mobile-header .smp-header-logo-real-home-link-v1-1,
  .nav-mobile .smp-header-logo-real-home-link-v1-1,
  .mobile-header-wrap .smp-header-logo-real-home-link-v1-1 {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .header-mobile .smp-header-logo-home-link-v1-1-host,
  .mobile-header .smp-header-logo-home-link-v1-1-host,
  .nav-mobile .smp-header-logo-home-link-v1-1-host,
  .mobile-header-wrap .smp-header-logo-home-link-v1-1-host {
    pointer-events: auto !important;
  }

  .header-mobile .navbar-toggler,
  .mobile-header .navbar-toggler,
  .header-mobile .nav-mobile-trigger,
  .mobile-header .nav-mobile-trigger,
  .header-mobile .btn-menu,
  .mobile-header .btn-menu,
  .header-mobile .toggle-button,
  .mobile-header .toggle-button,
  .header-mobile .header-left,
  .mobile-header .header-left,
  .header-mobile .mobile-header-left,
  .mobile-header .mobile-header-left,
  .header-mobile .header-right,
  .mobile-header .header-right,
  .header-mobile .mobile-header-right,
  .mobile-header .mobile-header-right {
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 200 !important;
  }
}
