* {
   font-family: 'Muli', sans-serif;
}

/* Override Bootstrap's bolder font-weight for strong/b tags - use fixed weight instead */
.investment-light-section strong,
.investment-light-section b,
.investment-white-section strong,
.investment-white-section b {
  font-weight: 700;
}

/* Hero Section */
.investment-hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 60px;
  color: #fff;
}

.investment-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.investment-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1200px;
}

.investment-hero-title {
  font-size: calc(0.5rem + 0.6vw);
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.9;
}

.investment-hero-headline {
  font-size: calc(1.2rem + 2vw);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.investment-hero-subtitle {
  font-size: calc(0.85rem + 0.6vw);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .investment-hero-headline {
    font-size: 1.2rem;
  }
  .investment-hero-subtitle {
    font-size: 1.6rem;
  }
}

.investment-hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.investment-hero-btn:hover {
  background: #fff;
  color: #2c2c2c;
}

/* Light Section */
.investment-light-section {
  background: #D8D3CC;
  padding: 30px 30px;
  color: #2c2c2c;
}

/* White Section */
.investment-white-section {
  background: #ffffff;
  padding: 20px 20px;
  color: #2c2c2c;
}

.investment-content {
  max-width: 1200px;
  margin: 0 auto;
}

.investment-section-title {
  font-size: calc(1.5rem + 1.2vw);
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
}

@media (min-width: 1200px) {
  .investment-section-title {
    font-size: 2.2rem;
  }
}

.investment-section-subtitle {
  font-size: calc(1rem + 0.5vw);
  line-height: 1.8;
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}

.investment-unlock-title {
  font-size: calc(1.5rem + 1.2vw);
  font-weight: 700;
  margin-bottom: 40px;
  color: #2c2c2c;
  text-align: center;
}

@media (min-width: 1200px) {
  .investment-unlock-title {
    font-size: 2.2rem;
  }
}

.investment-trust-title {
  font-size: calc(1.5rem + 1.2vw);
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c2c2c;
  text-align: center;
}

@media (min-width: 1200px) {
  .investment-trust-title {
    font-size: 1.875rem;
  }
}

.investment-trust-subtitle {
  font-size: calc(1rem + 0.3vw);
  line-height: 1.8;
  margin-bottom: 50px;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .investment-trust-subtitle {
    font-size: 1.15rem;
  }
}

.investment-text-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 25px;
  text-align: justify;
  max-width: 100%;
  font-weight: lighter;
}

/* Override Bootstrap's bolder font-weight for strong tags */
.investment-text-content strong,
.investment-text-content b {
  font-weight: 700;
}

.investment-cta-text {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 40px 0 15px;
  color: #2c2c2c;
}

.investment-cta-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

.investment-btn {
  display: inline-block;
  padding: 14px 35px;
  background: transparent;
  color: #2c2c2c;
  border: 1px solid #999;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.investment-btn:hover {
  background: #2c2c2c;
  color: #fff;
  border-color: #2c2c2c;
}

/* Why Trust Section - Alternating Layout */
.investment-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

.investment-trust-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.investment-trust-item.reverse {
  direction: rtl;
}

.investment-trust-item.reverse > * {
  direction: ltr;
}

.investment-trust-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  display: block;
}

.investment-trust-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.investment-trust-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.investment-trust-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Process Steps */
.investment-process-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 800px;
}

.investment-process-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 25px;
  margin-bottom: 40px;
  padding: 0;
  justify-content: flex-start;
  padding-left: 100px;
}

.investment-process-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #2c2c2c;
}

.investment-process-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.investment-process-content {
  flex: 1;
  text-align: left;
}

.investment-process-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2c2c2c;
  text-align: left;
}

.investment-process-content p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
  text-align: left;
}

/* Investment Types Table */
.investment-table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
}

.investment-table thead {
  background: #d8d3cc;
}

.investment-table th {
  padding: 20px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #2c2c2c;
}

.investment-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  color: #555;
}

.investment-table tbody tr:nth-child(even) {
  background: #f8f7f5;
}

.investment-table tbody tr:last-child td {
  border-bottom: none;
}

.investment-table tbody tr:hover {
  background: #e8e5e0;
}

/* Market Snapshot Table - Simpler Style */
.investment-snapshot-table {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  border-collapse: collapse;
  background: #D8D3CC;
}

/* Table wrapper for mobile responsiveness */
.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.table-responsive-wrapper .investment-snapshot-table,
.table-responsive-wrapper .investment-table {
  margin: 0;
  min-width: 600px;
}

.investment-snapshot-table thead {
  background: #D8D3CC;
}

.investment-snapshot-table tbody {
  background: #D8D3CC;
}

.investment-snapshot-table th {
  padding: 20px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #2c2c2c;
  border-bottom: 1px solid #e0e0e0;
}

.investment-snapshot-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
  color: #555;
}

.investment-snapshot-table tbody tr:last-child td {
  border-bottom: none;
}

/* Responsive Styles for All Service Pages */

/* Mobile First - Base Mobile Styles (up to 480px) */
@media (max-width: 480px) {
  /* Hero Sections */
  .investment-hero-section {
    min-height: 40vh;
    padding: 50px 15px 40px;
  }

  .investment-hero-title {
    font-size: 0.7rem;
    margin-bottom: 12px;
  }

  .investment-hero-headline {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .investment-hero-subtitle {
    font-size: 0.85rem;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .investment-hero-btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  
  /* Center contact section on mobile */
  .selling-contact-section {
    text-align: center;
  }
  
  .selling-contact-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .selling-contact-item {
    justify-content: center;
  }
  
  .selling-cta-content {
    text-align: center;
  }

  /* Section Titles */
  .investment-section-title {
    font-size: 1.1rem !important;
    margin-bottom: 25px;
    line-height: 1.3;
  }

  .investment-unlock-title,
  .investment-trust-title {
    font-size: 1.4rem !important;
    margin-bottom: 20px;
  }

  /* Content Sections */
  .investment-light-section,
  .investment-white-section {
    padding: 40px 15px;
  }

  .investment-content {
    padding: 0 10px;
  }

  /* Text Content */
  .investment-text-content {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .investment-section-subtitle,
  .investment-trust-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  /* Process Items */
  .investment-process-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .investment-process-icon {
    width: 60px;
    height: 60px;
  }

  .investment-process-content {
    text-align: center;
  }

  .investment-process-content h4 {
    font-size: 1.1rem;
    text-align: center;
  }

  .investment-process-content p {
    font-size: 0.9rem;
    text-align: center;
  }

  /* Trust Grid Items */
  .investment-trust-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .investment-trust-item.reverse {
    direction: ltr;
  }

  .investment-trust-image {
    height: 250px;
  }

  .investment-trust-content {
    padding: 25px 15px;
  }

  .investment-trust-content h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .investment-trust-content p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  /* Tables */
  .table-responsive-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-wrapper .investment-table,
  .table-responsive-wrapper .investment-snapshot-table {
    min-width: 500px;
    margin: 0;
    width: auto;
    display: table;
  }

  .investment-table,
  .investment-snapshot-table {
    font-size: 0.75rem;
    margin: 15px auto;
    width: auto;
    display: table;
    min-width: 500px;
  }

  .investment-table th,
  .investment-table td,
  .investment-snapshot-table th,
  .investment-snapshot-table td {
    padding: 10px 8px;
    font-size: 0.75rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
  }

  .investment-table th,
  .investment-snapshot-table th {
    font-size: 0.7rem;
    white-space: normal;
  }

  .investment-table td,
  .investment-snapshot-table td {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  /* Ensure selling table is centered on mobile */
  .selling-table-centered {
    margin: 30px auto !important;
    width: 100%;
    max-width: 100%;
    display: table;
  }

  /* Grids */
  .investment-benefits-grid,
  .investment-insights-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* CTA Sections */
  .investment-cta-section {
    padding: 50px 15px !important;
    min-height: 350px !important;
  }

  /* Forms */
  .investment-subscribe-form {
    flex-direction: column !important;
    gap: 15px !important;
  }

  .investment-subscribe-form input {
    margin-bottom: 15px;
  }

  /* Contact Info */
  .contact-info-grid {
    flex-direction: column !important;
    gap: 20px !important;
  }

  /* Feature Boxes */
  .feature-boxes-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Core Strengths */
  .core-strengths-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Mortgage Calculator */
  .mortgage-calculator-form {
    gap: 15px !important;
  }

  .mortgage-calculator-form > div {
    grid-template-columns: 1fr !important;
  }

  /* Intelligence Hub Cards */
  .intelligence-hub-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .intelligence-card img {
    width: 120px !important;
    height: 120px !important;
  }
}

/* Tablet Styles (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  /* Hero Sections */
  .investment-hero-section {
    min-height: 50vh;
    padding: 60px 20px 50px;
  }

  .investment-hero-headline {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .investment-hero-subtitle {
    font-size: 0.95rem;
  }

  /* Section Titles */
  .investment-section-title {
    font-size: 1.8rem !important;
  }

  /* Content Sections */
  .investment-light-section,
  .investment-white-section {
    padding: 60px 20px;
  }

  /* Process Items */
  .investment-process-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 20px;
    padding-left: 50px;
  }

  .investment-process-icon {
    width: 70px;
    height: 70px;
  }

  .investment-process-content {
    text-align: left;
  }

  .investment-process-content h4 {
    font-size: 1.3rem;
    text-align: left;
  }

  .investment-process-content p {
    font-size: 1rem;
    text-align: left;
  }

  /* Trust Grid Items */
  .investment-trust-item {
    grid-template-columns: 1fr;
  }

  .investment-trust-item.reverse {
    direction: ltr;
  }

  .investment-trust-image {
    height: 300px;
  }

  .investment-trust-content {
    padding: 30px 20px;
  }

  /* Tables */
  .table-responsive-wrapper {
    margin: 15px 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-wrapper .investment-table,
  .table-responsive-wrapper .investment-snapshot-table {
    min-width: 550px;
    width: auto;
    margin: 0;
    display: table;
  }

  .investment-table,
  .investment-snapshot-table {
    font-size: 0.85rem;
    margin: 15px auto;
    width: auto;
    display: table;
    min-width: 550px;
  }
  
  .investment-table th,
  .investment-table td,
  .investment-snapshot-table th,
  .investment-snapshot-table td {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .investment-table th,
  .investment-table td,
  .investment-snapshot-table th,
  .investment-snapshot-table td {
    padding: 12px 10px;
    font-size: 0.85rem;
  }

  /* Ensure selling table is centered on tablet */
  .selling-table-centered {
    margin: 30px auto !important;
    width: 100%;
    max-width: 100%;
    display: table;
  }

  /* Grids */
  .investment-benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  .investment-insights-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  .feature-boxes-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  .core-strengths-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  .intelligence-hub-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px !important;
  }

  /* CTA Sections */
  .investment-cta-section {
    padding: 70px 20px !important;
    min-height: 450px !important;
  }

  /* Forms */
  .investment-subscribe-form {
    flex-direction: row !important;
    gap: 20px !important;
  }

  /* Contact Info */
  .contact-info-grid {
    flex-direction: row !important;
    gap: 30px !important;
  }

  /* Mortgage Calculator */
  .mortgage-calculator-form > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}

/* Desktop Styles (769px and up) */
@media (min-width: 769px) {
  /* Process Items - Horizontal Layout */
  .investment-process-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    gap: 25px;
    padding-left: 100px;
  }

  .investment-process-icon {
    width: 100px;
    height: 100px;
  }

  .investment-process-content {
    text-align: left;
  }

  .investment-process-content h4 {
    text-align: left;
  }

  .investment-process-content p {
    text-align: left;
  }

  /* Trust Grid Items - Side by Side */
  .investment-trust-item {
    grid-template-columns: 1fr 1fr;
  }

  /* Grids - Multiple Columns */
  .investment-benefits-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .investment-insights-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .feature-boxes-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .core-strengths-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .intelligence-hub-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Selling Page Specific Styles */
.selling-section-title-spaced {
  margin-top: 40px;
  margin-bottom: 20px;
}

.selling-center-content {
  text-align: center;
}

.selling-margin-top-30 {
  margin-top: 30px;
}

.selling-reach-buyers-section {
  position: relative;
  padding: 80px 20px;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.selling-reach-buyers-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.selling-reach-buyers-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.selling-white-title {
  color: #fff;
  margin-bottom: 30px;
}

.selling-white-text {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

.selling-white-text-no-margin {
  font-size: 1rem;
  color: #fff;
  text-align: justify;
}

.selling-table-centered {
  max-width: 800px;
  margin: 40px auto !important;
  display: table;
}

.selling-table-bold {
  font-weight: 600;
}

.selling-text-left {
  text-align: left;
}

.selling-marketing-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 30px auto;
}

.selling-marketing-list-item {
  padding: 15px 0;
  font-size: 1rem;
  color: #2c2c2c;
  border-bottom: 1px solid #ddd;
  text-align: justify;
}

.selling-text-margin-top {
  margin-top: 30px;
  text-align: left;
}

.selling-center-margin-top {
  text-align: center;
  margin-top: 40px;
}

.selling-process-conclusion {
  text-align: center;
  font-size: 1.2rem;
  color: #2c2c2c;
  margin-top: 40px;
  font-weight: 500;
}

.selling-cta-section {
  position: relative;
  padding: 100px 20px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selling-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.selling-cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #fff;
}

.selling-cta-title {
  font-size: calc(1.6rem + 0.5vw);
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.selling-cta-text {
  font-size: calc(1.1rem + 0.3vw);
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.95;
}

.selling-contact-section {
  margin-top: 40px;
}

.selling-contact-intro {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: center;
}

.selling-contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
}

.selling-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
}

.selling-contact-icon {
  font-size: 1.3rem;
}

.selling-cta-btn {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.selling-resource-section {
  text-align: center;
  margin: 60px 0;
}

.selling-resource-subtitle {
  margin-bottom: 30px;
}

.selling-resource-image {
  max-width: 600px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 30px;
  display: block;
}

.selling-resource-text {
  max-width: 700px;
  margin: 0 auto 30px;
}

.selling-strategy-subtitle {
  text-align: center;
  margin-bottom: 50px;
}

.selling-intelligence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.selling-intelligence-card {
  background: #f8f7f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
}

.selling-intelligence-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 20px;
}

.selling-intelligence-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.selling-intelligence-content {
  padding: 0 30px 30px;
  text-align: center;
}

.selling-intelligence-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.selling-intelligence-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.selling-newsletter-section {
  margin-top: 50px;
  text-align: center;
}

.selling-newsletter-intro {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.selling-newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 500px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.selling-newsletter-input {
  flex: 1;
  min-width: 250px;
  padding: 14px 20px;
  border: 2px solid #ddd;
  border-radius: 30px;
  font-size: 1rem;
  font-family: 'Muli', sans-serif;
  background: #fff;
}

.selling-newsletter-btn {
  padding: 14px 35px;
  background: transparent;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Muli', sans-serif;
}

.selling-subtitle-margin-bottom-20 {
  margin-bottom: 20px;
}

.selling-subtitle-margin-bottom-30 {
  margin-bottom: 30px;
}

.selling-text-margin-bottom-50 {
  margin-bottom: 50px;
}

/* Common Mobile Responsive Utilities */
@media (max-width: 768px) {
  /* Hide decorative lines on mobile */
  .section-line,
  .title-line {
    display: none !important;
  }

  /* Center tables on mobile */
  .investment-snapshot-table,
  .selling-table-centered {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Make tables scrollable on mobile */
  .table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 15px 0;
    display: block !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-wrapper .investment-snapshot-table,
  .table-responsive-wrapper .investment-table {
    min-width: 500px;
    width: auto;
    margin: 0;
    display: table;
  }
  
  .investment-snapshot-table th,
  .investment-snapshot-table td,
  .investment-table th,
  .investment-table td {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Full width buttons on mobile */
  .investment-btn,
  .investment-hero-btn {
    text-align: center;
  }
  
  /* Center contact section on mobile */
  .selling-contact-section {
    text-align: center;
  }
  
  .selling-contact-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  
  .selling-contact-item {
    justify-content: center;
  }
  
  .selling-cta-content {
    text-align: center;
  }

  /* Stack contact information */
  .contact-flex {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
  }

  /* Center align on mobile */
  .mobile-center {
    text-align: center !important;
  }

  /* Reduce margins on mobile */
  .mobile-reduce-margin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* Full width forms */
  .form-row {
    flex-direction: column !important;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  /* Image responsive */
  .responsive-image {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Square images for intelligence hubs */
  .square-image {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    margin: 0 auto !important;
  }

  /* Error messages center align */
  .error-message {
    text-align: center !important;
    font-size: 0.9rem !important;
  }

  /* Success messages center align */
  .success-message {
    text-align: center !important;
    font-size: 0.9rem !important;
  }
}

/* UK Investment Page Specific Styles */
/* Step-by-step process grid */
.uk-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.uk-process-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.uk-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.uk-process-image {
  width: 100%;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin: 0 auto 20px;
  display: block;
}

.uk-process-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.uk-process-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Download guide section */
.uk-download-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.uk-download-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 600px;
  text-align: left;
}

.uk-download-list li {
  padding: 10px 0;
  font-size: 1.1rem;
  color: #2c2c2c;
  position: relative;
  padding-left: 30px;
}

.uk-download-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2c2c2c;
  font-weight: bold;
}

/* Final CTA section */
.uk-final-cta-section {
  position: relative;
  padding: 100px 20px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-final-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.uk-final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  color: #fff;
}

/* Mobile Responsive for UK Investment Page */
@media (max-width: 768px) {
  .uk-process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .uk-process-image {
    max-width: 150px;
    height: 150px;
  }
  
  .uk-download-list {
    max-width: 100%;
  }
  
  .uk-final-cta-section {
    padding: 60px 15px;
    min-height: 400px;
  }
}

