.elementor-749 .elementor-element.elementor-element-f2bddec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */#site-header, #site-footer{
    display: none !important;
}

.project-card .image-placeholder{
        padding: 0 !important;
}
.project-card .image-area, .image-placeholder, .image-placeholder img{
    height: 250px !important;
    object-fit: cover !important;
    width: 100%;
}

.header-cta, .header-cta:hover{
    color: #fff !important;
}

.floating-cta .call img{
filter: brightness(0) invert(1);
}


  /* ===== DESIGN TOKENS — Sobha luxury palette ===== */
  :root {
    --ink: #0b1d2e;          /* Sobha deep navy */
    --ink-soft: #475a6b;
    --ink-muted: #7e8a96;
    --gold: #b8924f;         /* Sobha-tier gold */
    --gold-deep: #8a6a36;
    --gold-soft: #f5ecd9;
    --gold-light: #faf3e3;
    --line: #e6e1d6;
    --cream: #fbf8f1;
    --white: #ffffff;
    --us-red: #b91c1c;       /* US accent for trust signals */
    --shadow-sm: 0 2px 8px rgba(11, 29, 46, 0.06);
    --shadow-md: 0 10px 30px rgba(11, 29, 46, 0.10);
    --shadow-lg: 0 20px 60px rgba(11, 29, 46, 0.14);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --sans: 'Inter', 'Helvetica Neue', system-ui, sans-serif;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--sans); color: var(--ink); background: var(--cream); line-height: 1.55; font-size: 16px; -webkit-font-smoothing: antialiased; }

  h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--ink); letter-spacing: -0.01em; }
  h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
  h2 { font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-bottom: 0.5rem; }
  h3 { font-size: 1.25rem; font-weight: 600; }
  h4 { font-size: 1rem; font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); }

  a { color: inherit; text-decoration: none; }

  .eyebrow { font-family: var(--sans); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 1rem; }

  .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
  .container-narrow { max-width: 900px; margin: 0 auto; padding: 0 24px; }
  section { padding: 70px 0; }
  @media (max-width: 768px) { section { padding: 50px 0; } }

  /* ===== US TRUST BAR ===== */
  .trust-bar {
    background: var(--ink); color: var(--white); padding: 8px 0;
    font-size: 0.78rem; text-align: center; letter-spacing: 0.04em;
  }
  .trust-bar strong { color: var(--gold); }
  .trust-bar .sep { color: rgba(255,255,255,0.3); margin: 0 12px; }

  /* ===== HEADER ===== */
  header {
    background: var(--white); border-bottom: 1px solid var(--line);
    padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm);
  }
  .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .logo { display: flex; align-items: center; gap: 12px; }
  .logo-mark {
    width: 38px; height: 38px; border-radius: 8px;
    background: linear-gradient(135deg, var(--ink), #1a3552);
    display: grid; place-items: center; color: var(--gold);
    font-family: var(--serif); font-size: 1.4rem; font-weight: 700;
  }
  .logo-text { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); }
  .logo-text small { font-family: var(--sans); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ink-muted); display: block; margin-top: -2px; }
  .header-nav { display: flex; gap: 28px; align-items: center; }
  .header-nav a { font-size: 0.9rem; color: var(--ink-soft); transition: color 0.2s; }
  .header-nav a:hover { color: var(--gold); }
  .header-cta {
    background: var(--ink); color: var(--white);
    padding: 10px 20px; border-radius: var(--radius-sm);
    font-size: 0.85rem; font-weight: 600; transition: all 0.2s;
  }
  .header-cta:hover { background: var(--gold); color: var(--ink); }
  @media (max-width: 900px) { .header-nav a:not(.header-cta) { display: none; } }

  /* ===== DEFLECTION ===== */
  .deflection-banner {
    background: var(--gold-soft); border-left: 4px solid var(--gold);
    padding: 12px 20px; font-size: 0.86rem;
    color: var(--ink-soft); text-align: center;
  }
  .deflection-banner strong { color: var(--ink); }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(135deg, #0b1d2e 0%, #173354 60%, #1f4068 100%);
    color: var(--white); padding: 80px 0 90px;
    position: relative; overflow: hidden;
  }
  .hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(184, 146, 79, 0.25) 0%, transparent 70%); }
  .hero::after { content: ''; position: absolute; bottom: -150px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(184, 146, 79, 0.12) 0%, transparent 70%); }
  .hero-inner { position: relative; z-index: 2; }
  .hero-flag {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
    padding: 6px 12px; border-radius: 999px;
    font-size: 0.78rem; color: rgba(255,255,255,0.92); margin-bottom: 16px;
  }
  .hero h1 { color: var(--white); margin-bottom: 1.2rem; }
  .hero h1 .accent {
    color: var(--gold); font-style: italic;
    background: linear-gradient(135deg, #d4ad6a, var(--gold));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero-sub { font-size: 1.15rem; color: rgba(255,255,255,0.85); max-width: 700px; margin-bottom: 2rem; line-height: 1.6; }
  .hero-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; margin-bottom: 2rem; max-width: 800px; }
  .hero-stat {
    background: rgba(255,255,255,0.05);
    border-left: 3px solid var(--gold);
    padding: 14px 18px; border-radius: var(--radius-sm);
    backdrop-filter: blur(8px);
  }
  .hero-stat .num { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--white); line-height: 1; }
  .hero-stat .label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); margin-top: 4px; }
  .hero-cta-group { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
  .btn-primary, .btn-secondary, .btn-calendly {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 28px; border-radius: var(--radius-sm);
    font-weight: 600; font-size: 0.95rem;
    border: 2px solid transparent; cursor: pointer; transition: all 0.2s;
  }
  .btn-primary { background: var(--gold); color: var(--ink); }
  .btn-primary:hover { background: #c9a35e; transform: translateY(-1px); }
  .btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
  .btn-secondary:hover { background: rgba(255,255,255,0.1); }
  .btn-calendly { background: var(--white); color: var(--ink); }
  .btn-calendly:hover { background: var(--gold-soft); }
  .us-hours { font-size: 0.78rem; color: rgba(255,255,255,0.7); margin-top: 12px; }
  .us-hours strong { color: var(--gold); }

  /* ===== SECTION HEADING ===== */
  .section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
  .section-head p { color: var(--ink-soft); margin-top: 14px; font-size: 1.05rem; }

  /* ===== PROJECT FILTER ===== */
  .project-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
  .filter-chip {
    padding: 9px 18px; border: 1.5px solid var(--line); background: var(--white);
    border-radius: 999px; font-size: 0.85rem; color: var(--ink-soft);
    cursor: pointer; transition: all 0.2s; font-family: var(--sans);
  }
  .filter-chip:hover, .filter-chip.active { background: var(--ink); color: var(--white); border-color: var(--ink); }

  /* ===== PROJECT GRID ===== */
  .project-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
  .project-card {
    background: var(--white); border-radius: var(--radius-md);
    overflow: hidden; border: 1px solid var(--line);
    transition: all 0.3s; cursor: pointer;
    display: flex; flex-direction: column;
  }
  .project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
  .project-card .badge {
    position: absolute; top: 16px; left: 16px;
    padding: 5px 10px; background: var(--gold); color: var(--ink);
    font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; border-radius: var(--radius-sm); z-index: 3;
  }
  .project-card .badge.ready { background: #2c5e2c; color: var(--white); }
  .project-card .badge.signature { background: var(--ink); color: var(--gold); }
  .project-card .badge.demand { background: #8b1a1a; color: var(--white); }

  .project-card .image-area {
    height: 200px; position: relative;
    background: linear-gradient(135deg, var(--ink) 0%, #1f4068 100%);
    display: grid; place-items: center;
    color: var(--gold); overflow: hidden;
  }
  .project-card .image-placeholder {
    font-family: var(--serif); font-size: 1.7rem;
    font-style: italic; text-align: center; padding: 0 20px;
    z-index: 2; line-height: 1.1;
  }
  .project-card .image-area::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(184,146,79,0.3) 0%, transparent 60%);
  }

  .project-card .card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
  .project-card h3 { margin-bottom: 4px; }
  .project-card .location { font-size: 0.82rem; color: var(--ink-muted); margin-bottom: 14px; }
  .project-card .price-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 12px 0; border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line); margin-bottom: 14px;
  }
  .project-card .price-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-muted); }
  .project-card .price-value { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--ink); }
  .project-card .price-aed { font-size: 0.72rem; color: var(--ink-muted); margin-top: 2px; font-family: var(--sans); font-weight: 400; }

  .project-card .specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; font-size: 0.78rem; }
  .project-card .specs > div { color: var(--ink-soft); }
  .project-card .specs strong { display: block; color: var(--ink); margin-top: 2px; font-size: 0.92rem; font-weight: 600; }

  .project-card .card-cta {
    margin-top: auto; padding: 11px 16px;
    background: var(--ink); color: var(--white);
    text-align: center; border-radius: var(--radius-sm);
    font-size: 0.85rem; font-weight: 500; transition: background 0.2s;
  }
  .project-card .card-cta:hover { background: var(--gold); color: var(--ink); }

  /* ===== US PROCESS SECTION ===== */
  .process-section { background: var(--ink); color: var(--white); }
  .process-section .section-head h2 { color: var(--white); }
  .process-section .section-head p { color: rgba(255,255,255,0.7); }
  .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 30px; }
  .process-step {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-md); padding: 24px;
    backdrop-filter: blur(10px);
  }
  .process-step .step-num {
    font-family: var(--serif); font-size: 3rem;
    color: var(--gold); line-height: 1;
    font-weight: 700; opacity: 0.9; margin-bottom: 8px;
  }
  .process-step h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 8px; }
  .process-step p { color: rgba(255,255,255,0.78); font-size: 0.88rem; }

  /* ===== WHY SOBHA ===== */
  .why-sobha-section { background: linear-gradient(135deg, var(--cream) 0%, var(--gold-soft) 100%); }
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
  }
  .why-card {
    background: var(--white);
    padding: 28px; border-radius: var(--radius-md);
    border: 1px solid var(--line); transition: all 0.2s;
  }
  .why-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold); }
  .why-card .icon {
    width: 48px; height: 48px; border-radius: var(--radius-sm);
    background: var(--gold-soft); color: var(--gold);
    display: grid; place-items: center; margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .why-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
  .why-card p { font-size: 0.92rem; color: var(--ink-soft); }

  .sobha-stats-bar {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 36px; margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
  }
  .sobha-stat .stat-num { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--gold); line-height: 1; }
  .sobha-stat .stat-label { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); margin-top: 6px; }

  /* ===== COMPARISON TABLE ===== */
  .comparison-section { background: var(--white); }
  .comparison-wrap {
    overflow-x: auto; background: var(--white);
    border-radius: var(--radius-md); border: 1px solid var(--line);
    margin-top: 30px;
  }
  table.comparison { width: 100%; min-width: 900px; border-collapse: collapse; font-size: 0.88rem; }
  table.comparison th, table.comparison td {
    padding: 14px 18px; text-align: left;
    border-bottom: 1px solid var(--line); vertical-align: middle;
  }
  table.comparison th {
    background: var(--ink); color: var(--white);
    font-weight: 600; font-size: 0.76rem;
    text-transform: uppercase; letter-spacing: 0.08em;
    text-align: center;
  }
  table.comparison th:first-child { text-align: left; }
  table.comparison td { text-align: center; }
  table.comparison td:first-child { text-align: left; font-weight: 600; color: var(--ink); }
  table.comparison tr:last-child td { border-bottom: none; }
  table.comparison tr:nth-child(even) { background: var(--cream); }
  table.comparison .highlight { color: var(--gold); font-weight: 700; }
  table.comparison .check { color: #2c5e2c; font-weight: 700; }

  /* ===== ROI MATH ===== */
  .roi-section { background: linear-gradient(135deg, var(--cream) 0%, #ebe5d6 100%); }
  .roi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
  .roi-card {
    background: var(--white); border-radius: var(--radius-md);
    padding: 28px; border-top: 4px solid var(--gold);
    box-shadow: var(--shadow-sm);
  }
  .roi-card h4 { color: var(--ink-muted); font-size: 0.78rem; font-weight: 600; }
  .roi-card .big-num { font-family: var(--serif); font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; margin: 12px 0; }
  .roi-card p { color: var(--ink-soft); font-size: 0.92rem; }
  .roi-card .compare { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line); font-size: 0.82rem; color: var(--ink-muted); }
  .roi-card .compare strong { color: var(--ink); }

  /* ===== INVESTOR PROFILES ===== */
  .profiles-section { background: var(--white); }
  .profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
  .profile-card {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 28px; border-radius: var(--radius-md);
    transition: all 0.2s;
  }
  .profile-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
  .profile-card h4 { color: var(--gold); margin-bottom: 12px; }
  .profile-card h3 { margin-bottom: 10px; font-size: 1.15rem; }
  .profile-card p { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 14px; }
  .profile-card .reco {
    padding-top: 14px; border-top: 1px solid var(--line);
    font-size: 0.85rem; color: var(--ink);
  }
  .profile-card .reco strong { display: block; color: var(--ink-soft); margin-bottom: 4px; font-weight: 500; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }

  /* ===== FORM SECTION ===== */
  .form-section { background: linear-gradient(180deg, var(--cream) 0%, #f1eadb 100%); }
  .form-container {
    background: var(--white);
    max-width: 720px; margin: 0 auto;
    border-radius: var(--radius-lg);
    padding: 48px; box-shadow: var(--shadow-md);
  }
  @media (max-width: 600px) { .form-container { padding: 32px 24px; } }
  .form-container .deflection-inline {
    background: var(--gold-soft);
    border-left: 3px solid var(--gold);
    padding: 12px 16px; margin-bottom: 20px;
    font-size: 0.82rem; color: var(--ink-soft);
    border-radius: var(--radius-sm);
  }
  .form-container .us-hours-inline {
    background: var(--gold-light);
    border-left: 3px solid var(--gold-deep);
    padding: 12px 16px; margin-bottom: 24px;
    font-size: 0.82rem; color: var(--ink);
    border-radius: var(--radius-sm);
  }
  .form-container .us-hours-inline strong { color: var(--gold-deep); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  @media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
  .form-grid .full { grid-column: 1 / -1; }
  .form-field { display: flex; flex-direction: column; }
  .form-field label {
    font-size: 0.76rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--ink-soft); margin-bottom: 8px;
  }
  .form-field label .req { color: var(--us-red); }
  .form-field input, .form-field select {
    padding: 12px 14px; border: 1.5px solid var(--line);
    border-radius: var(--radius-sm); font-family: var(--sans);
    font-size: 0.95rem; color: var(--ink);
    background: var(--white); transition: border 0.2s;
  }
  .form-field input:focus, .form-field select:focus { outline: none; border-color: var(--gold); }
  .phone-input { display: grid; grid-template-columns: 110px 1fr; gap: 8px; }
  .budget-gate {
    background: var(--cream); padding: 14px;
    border-radius: var(--radius-sm); border: 1.5px solid var(--line);
    margin-top: 4px;
  }
  .budget-gate label {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.88rem; color: var(--ink);
    cursor: pointer; text-transform: none; letter-spacing: 0; line-height: 1.5;
  }
  .budget-gate input[type="checkbox"] { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--gold); }
  .form-submit {
    width: 100%; padding: 16px;
    background: var(--ink); color: var(--white);
    border: none; border-radius: var(--radius-sm);
    font-size: 1rem; font-weight: 600;
    cursor: pointer; margin-top: 8px;
    transition: background 0.2s;
  }
  .form-submit:hover { background: var(--gold); color: var(--ink); }
  .form-alternate {
    text-align: center; margin-top: 18px;
    font-size: 0.85rem; color: var(--ink-soft);
  }
  .form-alternate a { color: var(--gold-deep); font-weight: 600; }
  .form-trust {
    text-align: center; margin-top: 18px;
    font-size: 0.78rem; color: var(--ink-muted); line-height: 1.6;
  }
  .form-trust strong { color: var(--ink-soft); }

  /* ===== TESTIMONIALS ===== */
  .testimonial-section { background: var(--white); }
  .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 24px; }
  .testimonial-card {
    background: var(--cream); padding: 28px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line); position: relative;
  }
  .testimonial-card::before {
    content: '"'; position: absolute; top: 8px; right: 24px;
    font-family: var(--serif); font-size: 4rem; color: var(--gold-soft); line-height: 1;
  }
  .testimonial-card p { font-style: italic; color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 18px; position: relative; z-index: 1; }
  .testimonial-card .author { font-weight: 600; color: var(--ink); }
  .testimonial-card .author-meta { font-size: 0.8rem; color: var(--ink-muted); }
  .testimonial-card .author-flag { display: inline-block; margin-right: 6px; }

  /* ===== FAQ ===== */
  .faq-section { background: var(--cream); }
  .faq-list { max-width: 900px; margin: 0 auto; }
  .faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    margin-bottom: 12px; overflow: hidden;
  }
  .faq-item summary {
    font-family: var(--serif); font-size: 1.1rem; font-weight: 600;
    color: var(--ink); cursor: pointer;
    list-style: none; display: flex;
    justify-content: space-between; align-items: center;
    gap: 20px; padding: 18px 24px;
  }
  .faq-item summary::after {
    content: '+'; font-family: var(--sans);
    font-size: 1.4rem; color: var(--gold);
    transition: transform 0.2s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item p {
    padding: 0 24px 20px;
    color: var(--ink-soft); font-size: 0.93rem; line-height: 1.7;
  }

  /* ===== FOOTER ===== */
  footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 60px 0 30px; font-size: 0.88rem; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  @media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
  .footer-grid h4 { color: var(--gold); font-size: 0.85rem; margin-bottom: 16px; }
  .footer-grid ul { list-style: none; }
  .footer-grid li { margin-bottom: 8px; }
  .footer-grid a:hover { color: var(--white); }
  .footer-compliance {
    background: rgba(255,255,255,0.04); padding: 16px 20px;
    border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.76rem; line-height: 1.7; margin: 30px 0 20px;
  }
  .footer-compliance strong { color: var(--gold); }
  .footer-bottom {
    text-align: center; padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.78rem; color: rgba(255,255,255,0.5);
  }

  /* ===== FLOATING CTA ===== */
  .floating-cta {
    position: fixed; bottom: 24px; right: 24px;
    display: flex; flex-direction: column; gap: 10px; z-index: 50;
  }
  .floating-cta a {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 18px; border-radius: 999px;
    color: var(--white); box-shadow: var(--shadow-lg);
    transition: transform 0.2s;
    font-size: 0.85rem; font-weight: 600;
    white-space: nowrap;
  }
  .floating-cta a:hover { transform: translateY(-2px); }
  .floating-cta .call { background: var(--gold-deep); }
  .floating-cta .calendly { background: var(--ink); border: 1px solid var(--gold); }
  @media (max-width: 600px) {
    .floating-cta a span:not(.icon) { display: none; }
    .floating-cta a { padding: 14px; }
  }

  .text-center { text-align: center; }
  .mt-md { margin-top: 24px; }/* End custom CSS */