  :root {
    --pink: #D6006E;
    --pink-light: #F5D0E5;
    --pink-pale: #FDF0F7;
    --dark: #0F0F1A;
    --dark2: #1A1A2E;
    --grey: #F7F6F4;
    --grey2: #EEEDE9;
    --text: #2C2C2C;
    --muted: #6B6B6B;
    --white: #FFFFFF;
    --border: #E5E4E0;
    --serif: "Work Sans", sans-serif;
    --sans: "Work Sans", sans-serif;
  }

  html { scroll-behavior: smooth; }

  /* ── HERO ── */
  .hero {
    position: relative;
    min-height: 52vh;
    display: flex;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .hero { min-height: 70vh; }
  }
  @media (min-width: 1200px) {
    .hero { min-height: 80vh; }
  }
  .hero-bg {
    position: absolute; inset: 0;
        background: linear-gradient(rgba(10, 8, 20, 0.55) 100%, rgba(214, 0, 111, 0.08) 9%), var(--area-guide-hero-img, url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1800&q=80)) center / cover no-repeat;
}
  
  .hero-accent {
    position: absolute; top: 0; right: 0;
    width: 480px; height: 100%;
  
  }
  .hero-content {
    position: relative; z-index: 2;
   
    
  }
 
  .hero h1 {
    
    font-weight: 500; 
    color: var(--white);
    
    margin-bottom: 24px;
  }
  .hero h1 em { color: #ff65ab; font-style: normal; }
  .hero-sub {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    max-width: 520px;
    margin-bottom: 44px;
    
  }
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  
  

  /* ── TRUST BAR ── */
  .trust-bar {
    background: #cd5f91;
    padding: 12px 0;
    display: flex; gap: 0; justify-content: space-between;
    align-items: center;
  }
  .trust-item {
    align-items: center; gap: 12px;
    border-right: none;
    flex: 1;
  }
  .trust-num {
    font-size: 30px; font-weight: 400;
    color: #ffffff; line-height: 1;
  }
  .trust-label {
    font-size: 12px; color: rgba(255, 255, 255, 0.9);
    font-weight: 400; line-height: 1.4;
  }

  /* ── SECTION SHARED ── */
 
  .section-label {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--pink);
    margin-bottom: 16px;
  }
  .section-label::before {
    content: ''; display: block;
    width: 24px; height: 1px; background: var(--pink);
  }
  .section-title {
     line-height: 1.15;
    margin-bottom: 20px;
    /* font-size: 38px; */
    font-weight: 300;
    color: #2e2e2d;
  }
  .section-intro {
    font-size: 17px; color: var(--muted);
    line-height: 1.7;
    font-weight: 300;
  }
  .section-header { margin-bottom: 20px; }

  /* ── S1 INTRO ── */
  .intro-section { background: var(--white); padding-top: 2.5rem; }
  @media (min-width: 992px) {
    .intro-section { padding-top: 4.5rem; }
  }
  .intro-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
    max-width: 1200px; margin: 0 auto;
  }
  .intro-text-block {}
  .intro-text-block p {
    font-size: 17px; line-height: 1.8;
    color: var(--muted); margin-bottom: 20px;
  }
  .intro-text-block p strong { color: var(--text); }
  .intro-img-block {
    position: relative;
  }
  .intro-img-block img {
    width: 100%; border-radius: 4px;
    display: block; aspect-ratio: 4/5; object-fit: cover;
  }
  .intro-img-stat {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
    background: #cd5f91; color: white;
    padding: 16px 20px;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(214,0,110,0.3);
  }
  @media (min-width: 992px) {
    .intro-img-stat {
      bottom: -24px;
      left: -24px;
      right: auto;
      max-width: none;
      padding: 22px 28px;
    }
  }
  .intro-img-stat .big {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
  }
  .area-guide-ref-sup {
    display: inline;
    vertical-align: super;
    line-height: 0;
    margin-left: 1px;
    font-size: 0.72em;
    font-weight: 400;
    white-space: nowrap;
  }
  .intro-img-stat .area-guide-ref-sup {
    position: relative;
    top: -1.9em;
    font-size: 0.32em;
  }
  .area-guide-ref-num-inline {
    color: #36c;
    font-size: 12px;
  }
  .intro-img-stat .area-guide-ref-num-inline {
    color: #fff;
  }
  .area-guide-section-refs {
    margin-top: 12px;
  }
  .area-guide-section-refs-list {
    list-style: none;
    counter-reset: area-guide-ref;
    padding-left: 0;
    font-size: 11px;
    line-height: 1.45;
    color: #666;
  }
  .area-guide-section-ref-item {
    margin-bottom: 6px;
    padding-left: 0;
  }
  .area-guide-ref-num {
    /* color: #36c; */
    margin-right: 2px;
  }
  .area-guide-section-ref-item::marker {
    content: '';
  }
  .area-guide-section-refs--light .area-guide-section-refs-list {
    color: rgba(255, 255, 255, 0.78);
  }
  .area-guide-section-refs--light .area-guide-ref-domain {
    color: rgba(255, 255, 255, 0.78);
  }
  .area-guide-section-refs--light .area-guide-ref-num {
    color: rgba(255, 255, 255, 0.92);
  }
  .area-guide-ref-domain {
    color: #666;
  }
  .intro-img-stat .sm { font-size: 12px; font-weight: 500; opacity: 0.85; margin-top: 4px; }
 

  /* ── S2 INVESTMENT CARDS ── */
  .invest-section { background: var(--grey); }
  .invest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 1200px; margin: 0 auto;
  }
  .invest-card {
    background: var(--white);
    padding: 40px 36px;
    transition: all .3s;
    cursor: default;
    position: relative;
    overflow: visible;
  }
  .invest-card::after {
    content: ''; position: absolute;
    bottom: 0; left: 0; right: 0; height: 3px;
    background: var(--pink);
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s ease;
  }
  .invest-card:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
  .invest-card:hover::after { transform: scaleX(1); }
  .invest-icon {
    width: 48px; height: 48px;
    background: var(--pink-pale);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; font-size: 22px;
  }
  .invest-card h3 {
    font-family: var(--serif);
    font-size: 20px; font-weight: 600;
    color: var(--dark); margin-bottom: 12px;
  }
  .invest-card p,
  .invest-card .invest-card-text { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 0; }
  .intro-description .area-guide-ref-sup,
  .rental-tab-body .area-guide-ref-sup,
  .btr-section .area-guide-ref-sup {
    color: inherit;
  }
  .btr-section .area-guide-ref-num-inline {
    color: rgba(255, 255, 255, 0.85);
  }
  .invest-card p .area-guide-ref-sup,
  .invest-card .invest-card-text .area-guide-ref-sup {
    position: static;
    top: auto;
    display: inline;
    white-space: normal;
    vertical-align: super;
    line-height: 0;
    margin-left: 1px;
    font-size: 0.72em;
  }
  .invest-card .stat {
    display: inline-block; margin-top: 16px;
    font-size: 12px; font-weight: 600;
    color: var(--pink); letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #cd5f91fc  !important;
}

  /* ── S3 TABS ── */



.nav-link {
   
    color: black;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #cd5f91fc !important;
    font-weight: 300;
}

  .tabs-section { background: var(--white); }
  .tabs-nav {
    display: flex; gap: 0;
    border-bottom: 2px solid var(--border);
    margin-bottom: 35px; overflow-x: auto;
    max-width: 1200px;
  }
  .tab-btn {
   
    font-size: 14px; 
    cursor: pointer;
    border: none; 
    position: relative;
    transition: color .2s;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    background: none;
    white-space: nowrap;
  }
  .tab-btn.active {
    color: var(--pink); font-weight: 600;
  }
  .tab-btn.active::after {
    content: ''; position: absolute;
    bottom: -2px; left: 0; right: 0; height: 2px;
    background: var(--pink);
  }
  .tab-btn:hover { color: var(--text); }
  .tab-panel { display: none; max-width: 1200px; }
  .tab-panel.active { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .tab-content h3 {
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 20px;
     margin-top: 10px;
  }
  .tab-content ul { list-style: none; margin-top: 8px; }
  .tab-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 15px; color: var(--muted);
    display: flex; gap: 12px; align-items: flex-start;
  }
  .tab-content ul li::before { content: '→'; color: var(--pink); flex-shrink: 0; font-weight: 600; }
  .tab-img {
    width: 100%; aspect-ratio: 5/6;
    object-fit: cover; border-radius: 4px;
  }
  .tab-img-wrap { position: relative; }
  .tab-badge {
    position: absolute; top: 20px; left: 20px;
    background: var(--dark2); color: white;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 8px 14px; border-radius: 2px;
  }

  /* ── S4 SERVICES ── */
  .services-section {
    background: #f0edec;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 768px) {
    .services-section {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 1200px) {
    .services-section {
      padding-left: 5rem;
      padding-right: 5rem;
    }
  }
  .services-section .section-title { color: black; }
  .services-section .section-label { color: var(--pink); }
  .services-tabs-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
  .services-tabs-scroll .services-tabs-nav {
    flex-wrap: nowrap;
    min-width: min-content;
  }
  @media (min-width: 992px) {
    .services-tabs-scroll {
      overflow-x: visible;
    }
    .services-tabs-scroll .services-tabs-nav {
      flex-wrap: wrap;
    }
  }
  .rental-tabs-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
  .rental-tabs-scroll .rental-tabs-nav {
    flex-wrap: nowrap;
    min-width: min-content;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
  }
  @media (min-width: 992px) {
    .rental-tabs-scroll {
      overflow-x: visible;
    }
    .rental-tabs-scroll .rental-tabs-nav {
      flex-wrap: wrap;
    }
  }

  .rental-tab-btn {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 45%);
    cursor: pointer;
    border: none;
    background: #fff;
    position: relative;
    white-space: nowrap;
    transition: color .2s, background-color .2s;
    margin: 0 2px 3px;
  }
  .rental-tab-btn.active {
    color: #f8f9fa;
    background-color: #cd5f918f;
    font-weight: 400;
    font-size: 15px;
  }
  .rental-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--pink);
  }
  .rental-tab-btn:hover:not(.active) {
    color: rgba(7, 7, 7, 0.75);
  }

  .tabs-section .rental-tab-title,
  .tabs-section .rental-tab-panels h3 {
    font-size: 24px;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 16px;
    line-height: 1.3;
  }

  .tabs-section .rental-tab-content {
    max-width: 100%;
  }

  .tabs-section .rental-tab-body {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
    max-width: 100%;
  }

  .tabs-section .rental-tab-justify,
  .tabs-section .rental-tab-body > p {
    text-align: left;
    line-height: 1.75;
  }

  .tabs-section .rental-tab-intro {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
  }

  .tabs-section .rental-tab-intro > p:last-child {
    margin-bottom: 0;
  }

  .tabs-section .rental-tab-arrow {
    color: var(--pink);
    font-weight: 600;
    line-height: 1.45;
    display: inline-block;
  }

  .tabs-section .rental-tab-item-row {
    --rental-tab-label-width: 10.5rem;
  }

  .tabs-section .rental-tab-item-label {
    font-size: 15px;
    line-height: 1.45;
   
    font-weight: 600;
    text-align: left;
  }

  @media (min-width: 992px) {
    .tabs-section .rental-tab-item-label-col {
      width: var(--rental-tab-label-width);
      max-width: var(--rental-tab-label-width);
      flex: 0 0 auto;
    }

    .tabs-section .rental-tab-item-desc-col {
      flex: 1 1 0;
      min-width: 0;
    }
  }

  .tabs-section .rental-tab-item-desc {
    font-size: 15px;
    line-height: 1.55;
    color: var(--muted);
    text-align: left;
  }

  /* Rental list uses its own arrow; override global .tab-content ul rules */
  .tabs-section .rental-tab-panels .rental-tab-list > li {
    display: block;
    padding: 0;
    border-bottom: none;
  }

  .tabs-section .rental-tab-panels .rental-tab-list > li::before {
    content: none !important;
    display: none !important;
  }

  .tabs-section .rental-tab-body--raw > p {
    margin-bottom: 1.25rem;
  }

  .tabs-section .rental-tab-body--raw ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .tabs-section .rental-tab-body img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 1rem 0;
  }

  .tabs-section .rental-tab-body > p:has(> img) {
    display: inline-block;
    width: 50%;
    padding-right: 6px;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 0.75rem;
  }

  .tabs-section .rental-tab-body > p:has(> img) img {
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .tabs-section .rental-tab-body .beforeAfter-slider,
  .tabs-section .rental-tab-body .before-after-slider {
    margin: 1.25rem 0;
    max-width: 100%;
  }

  .tabs-section .rental-tab-body .beforeAfter-slider .slider-container,
  .tabs-section .rental-tab-body .before-after-slider .slider-container {
    min-height: 220px;
    border-radius: 4px;
    overflow: hidden;
  }

  .tabs-section .rental-tab-img-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .tabs-section .rental-tab-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
  }

  @media (min-width: 992px) {
    .tabs-section .rental-tab-img {
      max-height: 320px;
    }
  }

  .tabs-section .rental-tab-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--dark2);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 2px;
    z-index: 1;
  }

  .tabs-section .service-tab-body > p,
  .tabs-section .service-tab-body ul {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
  }

  .tabs-section .service-tab-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
  }

  .tabs-section .service-tab-body ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .tabs-section .service-tab-body ul li::before {
    content: '→';
    color: var(--pink);
    flex-shrink: 0;
    font-weight: 600;
  }
  .services-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    max-width: 1200px;
  }

    .svc-tab-btn {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0 0 0 / 45%);
    cursor: pointer;
    border: none;
    background: none;
    position: relative;
    white-space: nowrap;
    transition: color .2s;
    background-color: #ffffff;
    margin: 0px 2px;
    margin-bottom:3px;
}
 
  .svc-tab-btn.active {
    color: #f8f9fa;
    background-color: #cd5f918f;
    font-weight: 300;
    font-size: 15px;
}
  .svc-tab-btn.active::after {
    content: ''; position: absolute;
    bottom: -1px; left: 0; right: 0; height: 2px;
    background: var(--pink);
  }
  .svc-tab-btn:hover { color: rgba(7, 7, 7, 0.75); }
  .svc-panel { display: none; max-width: 1200px; margin-top: 0; }
  .svc-panel.active {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0; margin-top: 0;
  }
  .svc-content {
    padding: 52px 52px 52px 0;
    border-right: 1px solid rgba(255,255,255,0.08);
  }
  .svc-badge {
    display: inline-block;
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--pink); margin-bottom: 20px;
  }
  .svc-new {
    background: var(--pink); color: white;
    font-size: 10px; padding: 2px 8px;
    border-radius: 2px; margin-left: 8px;
    font-weight: 700; letter-spacing: 0.06em;
    vertical-align: middle;
  }
  .svc-content h3 {
    font-family: var(--serif);
    font-size: 34px; font-weight: 600; line-height: 1.2;
    color: var(--white); margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  .svc-content p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 28px; }
  .svc-who {
    font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
  }
  .svc-who-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
  .svc-who-tag {
    border: 1px solid rgba(255,255,255,0.15);
    padding: 5px 14px; border-radius: 2px;
    font-size: 12px; color: rgba(255,255,255,0.55);
  }
  .svc-img-wrap { padding-left: 52px; display: flex; flex-direction: column; justify-content: center; }
  .svc-img {
    width: 100%; aspect-ratio: 4/5;
    object-fit: cover; border-radius: 4px;
    filter: brightness(0.88) saturate(1.1);
  }
 
 

  /* ── S5 DEVELOPMENTS ── */
  .devs-section { background: var(--grey); }
  .devs-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2px; max-width: 1200px; margin: 0 auto;
  }
  .dev-card {
    background: var(--white);
    overflow: hidden; position: relative;
    /* cursor: pointer; */
    transition: transform .3s;
  }
  .dev-card:hover { transform: translateY(-4px); }
  .dev-img {
    width: 100%; aspect-ratio: 4/3;
    object-fit: cover; display: block;
    transition: transform .4s;
    filter: brightness(0.9);
  }
  .dev-card:hover .dev-img { transform: scale(1.04); filter: brightness(1); }
  .dev-badge-instyle {
    position: absolute; top: 12px; left: 12px;
    background: #cd5f91; color: white;
    font-size: 10px; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 5px 10px; border-radius: 2px;
  }
  .dev-info { padding: 20px 22px 22px; }
  .dev-name { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--dark); margin-bottom: 3px; }
  .dev-developer { font-size: 12px; color: var(--pink); font-weight: 500; margin-bottom: 8px; }
  .dev-postcode { font-size: 11px; color: #000000; letter-spacing: 0.06em; text-transform: uppercase; }
  .dev-note { font-size: 13px; color: var(--muted); margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--border); line-height: 1.5; }

  /* ── S6 BTR ── */
  .btr-section {
    background: var(--dark);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  
  }
  @media (min-width: 992px) {
    .btr-section {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
  }
  .btr-left { flex: 1; }
  .btr-left .section-label { color: var(--pink); }
  .btr-left h2 {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 4vw + 0.5rem, 2.375rem);
    font-weight: 600;
    color: var(--white); line-height: 1.2;
    margin-bottom: 20px; letter-spacing: -0.02em;
  }
  .btr-left p { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 28px; }
 
  .btr-stat .n { font-family: var(--serif); font-size: 40px; font-weight: 700; color: #cd5f91; line-height: 1; }
  .btr-stat .l { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 4px; }
  .btr-right { flex-shrink: 0; }
  .btr-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px; border-radius: 4px;
    
  }
  .btr-card h3 { font-size: 13px; font-weight: 600; color: var(--pink); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
  .btr-card ul { list-style: none; }
  .btr-card ul li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 14px; color: rgba(255,255,255,0.65); display: flex; gap: 10px; }
  .btr-card ul li::before { content: '✓'; color: #cd5f91; font-weight: 700; flex-shrink: 0; }

  /* ── S7 WHY ── */
  .why-section { background: var(--white); }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; max-width: 1200px; }
  .why-left p { font-size: 17px; color: var(--muted); line-height: 1.8; margin-bottom: 36px; }
  .why-points { display: flex; flex-direction: column; gap: 0; }
  .why-point {
    padding: 22px 0;
    border-bottom: 1px solid var(--border);
    display: flex; gap: 20px; align-items: flex-start;
  }
  .why-point-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    border-radius: 50%; background: var(--pink-pale);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--pink);
  }
  .why-point h3 { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
  .why-point p { font-size: 14px; color: #000000; line-height: 1.65; margin: 0; }
  .why-right { position: static; }
  @media (min-width: 992px) {
    .why-right { position: sticky; top: 96px; }
  }
  .why-img-stack { position: relative; }
  .why-img-main { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px; display: block; }
  .why-img-secondary {
    position: absolute;
    bottom: 8px;
    right: 8px;
    left: auto;
    width: min(42%, 140px);
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 4px;
    border: 4px solid white;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  }
  @media (min-width: 992px) {
    .why-img-secondary {
      bottom: -32px;
      right: -32px;
      width: 55%;
      border-width: 6px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    }
  }
 
  /* ─── SECTION  FAQs ─── */
  
.accordion-button {
    padding: 10px 25px 10px 10px;
    border-radius: 10px 10px 0 0 !important;
    outline: 0;
    box-shadow: none;
    border: 0;
    background: #fff0;
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 400;
}

  /* ─── FINAL CTA ─── */
  .final-cta {
    background: #f7f3ed;
    padding: 2.5rem 1.25rem;
    text-align: center;
  }
  @media (min-width: 768px) {
    .final-cta {
      padding: 3.75rem 2rem;
    }
  }
  .final-cta h2 {
    font-family: var(--serif);
    font-size: clamp(1.5rem, 3vw + 0.75rem, 2.5rem);
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 16px;
  }
  .final-cta p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
        font-weight: 400;

    margin-right: auto;
  }
  .final-cta .btn primary_btn {
    background: var(--navy);
    color: #fff;
    padding: 16px 40px;
    font-size: 14px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    .hero-content { padding: 1rem 0; }
    .invest-grid { grid-template-columns: repeat(2, 1fr); }
    .devs-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; }
    .faq-layout { grid-template-columns: 1fr; }
    .btr-card { width: 100%; }
    .nav-links { display: none; }
    .breadcrumb { padding: 12px 40px; }
  }

  @media (max-width: 767.98px) {
    .trust-stat-cell.border-end {
      border-right: none !important;
    }
    .invest-card {
      padding: 28px 22px;
    }
    .btr-stat .n {
      font-size: clamp(1.5rem, 6vw, 2.5rem);
    }
    .tabs-section .rental-tab-btn {
      padding: 0.5rem 0.75rem;
      font-size: 0.875rem;
    }

    .tabs-section .rental-tab-body > p:has(> img) {
      display: block;
      width: 100%;
      padding-right: 0;
    }

    .tabs-section .rental-tab-img {
      max-height: 240px;
    }
    .section-title {
      font-size: clamp(1.35rem, 4vw + 0.5rem, 2rem);
    }
    .hero h1 {
      font-size: clamp(1.5rem, 5vw + 0.5rem, 2.25rem);
      line-height: 1.2;
    }
    .svc-tab-btn {
      padding: 0.5rem 0.75rem;
      font-size: 0.8125rem;
    }
  }

  /* ── SCROLL ANIMATIONS ── */
  .reveal { opacity: 0; transform: translateY(24px); transition: all .6s cubic-bezier(.16,1,.3,1); }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-delay-1 { transition-delay: .1s; }
  .reveal-delay-2 { transition-delay: .2s; }
  .reveal-delay-3 { transition-delay: .3s; }
  .reveal-delay-4 { transition-delay: .4s; }
  .reveal-delay-5 { transition-delay: .5s; }


  .project-slider{
    margin: 0 -10px;
}

.slide-wrap{
    padding: 0 10px;
}

.dev-card{
    background: #f5f5f5;
    height: 100%;
}

.dev-img-wrap{
    position: relative;
    overflow: hidden;
}

.dev-img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.dev-note{
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.area-guide-sources {
    background: var(--grey);
    border-top: 1px solid var(--border);
}
.area-guide-sources .section-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: var(--dark);
}
.area-guide-sources-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
}
.area-guide-sources-accordion .accordion-button {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--dark);
    background: #fff;
    box-shadow: none;
}
.area-guide-sources-accordion .accordion-button:not(.collapsed) {
    color: var(--dark);
    background: #fff;
    box-shadow: none;
}
.area-guide-sources-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.area-guide-sources-accordion .accordion-body {
    padding-top: 0;
}
.area-guide-source-stat {
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
}
.area-guide-source-citations {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}
.area-guide-source-citation {
    padding-left: 0;
}
.area-guide-source-citations .area-guide-source-url {
    color: inherit;
    text-decoration: none;
    word-break: break-word;
}
.area-guide-source-num {
    display: inline-block;
    min-width: 2rem;
    font-weight: 700;
    color: var(--pink);
}

.dev-badge-instyle{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background: #cd5f91;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 12px;
    letter-spacing: .5px;
    cursor: pointer;
}
