

/* Ceddu investment calculator - lightweight, responsive */
.invest-calc{margin:22px 0;background:#fff;border:1px solid #ece6d8;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden}
.invest-calc__head{padding:18px 20px;background:linear-gradient(135deg,#7A1F2E,#4b111b);color:#fff}
.invest-calc__title{font-size:20px;font-weight:900;margin:0 0 5px;line-height:1.4}
.invest-calc__sub{font-size:13px;font-weight:700;opacity:.86;line-height:1.7;margin:0}
.invest-calc__body{padding:18px 20px 20px}
.invest-calc__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.invest-calc__field label{display:block;font-size:13px;font-weight:900;color:#555;margin-bottom:7px}
.invest-calc__field input{width:100%;height:44px;border:1px solid #dedede;border-radius:10px;padding:0 12px;background:#fafafa;color:#111;font-size:15px;font-weight:800;outline:none;direction:ltr;text-align:left}
.invest-calc__field input:focus{border-color:#c9a227;background:#fff;box-shadow:0 0 0 3px rgba(201,162,39,.14)}
.invest-calc__results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px}
.invest-calc__result{background:#f8f8f8;border:1px solid #eee;border-radius:12px;padding:13px 14px}
.invest-calc__result span{display:block;color:#777;font-size:12px;font-weight:900;margin-bottom:6px}
.invest-calc__result strong{display:block;color:#7A1F2E;font-size:18px;font-weight:900;direction:ltr;text-align:left}
.invest-calc__note{font-size:12px;font-weight:700;color:#777;line-height:1.7;margin:13px 0 0}
html[dir="rtl"] .invest-calc__field label,html[dir="rtl"] .invest-calc__result span,html[dir="rtl"] .invest-calc__note{text-align:right}
html[dir="rtl"] .invest-calc__result strong{text-align:right}
@media(max-width:620px){.invest-calc__grid,.invest-calc__results{grid-template-columns:1fr}.invest-calc__head{padding:16px}.invest-calc__body{padding:16px}.invest-calc__title{font-size:18px}}

/* Placement refinements: calculator appears directly under the photos without crowding the content. */
.calc-under-gallery{width:100%;margin:18px 0 26px}
.calc-under-gallery .invest-calc{margin:0}
@media(max-width:620px){
  .invest-calc{border-radius:15px;box-shadow:0 6px 18px rgba(0,0,0,.055)}
  .invest-calc__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .invest-calc__results{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .invest-calc__field label{font-size:11px;min-height:30px;line-height:1.35;margin-bottom:5px}
  .invest-calc__field input{height:40px;border-radius:9px;font-size:13px;padding:0 9px}
  .invest-calc__result{padding:10px 9px;border-radius:10px}
  .invest-calc__result span{font-size:10.5px;line-height:1.35;min-height:28px;margin-bottom:4px}
  .invest-calc__result strong{font-size:14px;line-height:1.25}
  .invest-calc__note{font-size:11px;line-height:1.6}
}
@media(max-width:370px){
  .invest-calc__grid,.invest-calc__results{grid-template-columns:1fr}
  .invest-calc__field label,.invest-calc__result span{min-height:auto}
}

@media(max-width:768px){
  .prop-card .prop-img{order:1}
  .prop-card .gallery{order:2}
  .prop-card .calc-under-gallery{order:3;padding:0 12px;margin:14px 0 18px}
  .prop-card .prop-body{order:4}
  .main .gallery-block{order:-1}
  .main .calc-under-gallery{order:0}
}


/* Ceddu refined mobile UI: compact calculator + delivery status highlight */
.ceddu-status-flash{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 14px;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#fff8e5,#ffffff);border:1px solid #e7d29a;box-shadow:0 8px 22px rgba(0,0,0,.055)}
.ceddu-status-flash__left{display:flex;align-items:center;gap:11px;min-width:0}
.ceddu-status-flash__icon{width:40px;height:40px;border-radius:14px;background:#7A1F2E;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px;flex:0 0 auto}
.ceddu-status-flash__text{min-width:0}.ceddu-status-flash__label{display:block;font-size:12px;font-weight:900;color:#7A1F2E;margin-bottom:3px}.ceddu-status-flash__value{display:block;font-size:19px;font-weight:900;color:#111;line-height:1.25}.ceddu-status-flash__meta{font-size:13px;font-weight:900;color:#666;white-space:nowrap;background:#fff;border:1px solid #eee;border-radius:999px;padding:7px 10px}
.invest-calc{border-radius:20px;border-color:#ead9ac;background:linear-gradient(180deg,#fff,#fffdf8);box-shadow:0 10px 28px rgba(0,0,0,.065)}
.invest-calc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;background:linear-gradient(135deg,#111,#7A1F2E)}
.invest-calc__head:after{content:'ROI';display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:#c9a227;color:#111;font-size:14px;font-weight:900;letter-spacing:.4px;flex:0 0 auto}.invest-calc__head>div{min-width:0}.invest-calc__body{padding:16px 18px 18px}.invest-calc__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.invest-calc__field{background:#fff;border:1px solid #eee;border-radius:14px;padding:10px;min-width:0}.invest-calc__field label{min-height:34px;margin-bottom:7px;color:#3f3f3f}.invest-calc__field input{border-radius:10px;background:#fbfbfb;border-color:#e6e6e6}.invest-calc__results{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.invest-calc__result{background:#fff;border-color:#ead9ac;box-shadow:0 4px 14px rgba(0,0,0,.035)}.invest-calc__note{background:#fff8e5;border:1px solid #ead9ac;border-radius:12px;padding:10px 12px;color:#5d4a14;margin-top:12px}.delivery-card,.delivery-timeline{margin-top:14px;margin-bottom:18px}.delivery-card{padding:16px}.delivery-card__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.delivery-card__item{padding:12px 13px}.delivery-timeline{padding:17px}.delivery-phase{min-height:auto;padding:14px}.delivery-phase h3{line-height:1.35}.main .section-title{margin-bottom:14px}.main .description{margin-bottom:20px}.media-links{margin:12px 0 18px}.calc-under-gallery{margin:14px 0 18px}
@media(max-width:980px){.invest-calc__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.invest-calc__results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ceddu-status-flash{align-items:flex-start;margin:12px 0;padding:12px;border-radius:15px}.ceddu-status-flash__icon{width:36px;height:36px;border-radius:12px}.ceddu-status-flash__value{font-size:17px}.ceddu-status-flash__meta{font-size:12px;padding:6px 8px}.invest-calc{border-radius:16px}.invest-calc__head{padding:14px}.invest-calc__head:after{width:42px;height:42px;border-radius:14px;font-size:12px}.invest-calc__body{padding:12px}.invest-calc__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.invest-calc__field{padding:8px;border-radius:12px}.invest-calc__field label{font-size:10.8px;min-height:28px;line-height:1.25}.invest-calc__field input{height:38px;font-size:13px}.invest-calc__results{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.invest-calc__result{padding:9px 8px}.invest-calc__result span{font-size:10px;min-height:25px}.invest-calc__result strong{font-size:13.5px}.delivery-card,.delivery-timeline{border-radius:15px;padding:13px;margin-bottom:15px}.delivery-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.delivery-card__item{padding:10px;border-radius:11px}.delivery-card__item span{font-size:11px}.delivery-card__item strong{font-size:14px;line-height:1.35}.delivery-timeline__track{gap:10px}.delivery-phase{padding:12px;border-radius:13px}.delivery-phase__num{width:28px;height:28px;font-size:13px;margin-bottom:8px}.delivery-phase h3{font-size:15px}.delivery-phase p{font-size:12.5px;margin:4px 0}.main .section-title{margin-top:18px!important;margin-bottom:12px!important}.media-links{gap:8px;margin:10px 0 14px}.media-link{padding:12px;font-size:14px}.calc-under-gallery{margin:12px 0 14px}}
@media(max-width:390px){.delivery-card__grid{grid-template-columns:1fr}.ceddu-status-flash{flex-direction:column}.ceddu-status-flash__meta{white-space:normal}.invest-calc__grid,.invest-calc__results{grid-template-columns:1fr}.invest-calc__field label,.invest-calc__result span{min-height:auto}}

/* Ceddu compact accordion blocks for project/property features */
.ceddu-fold{margin:12px 0 18px;background:#fff;border:1px solid #ead9ac;border-radius:18px;box-shadow:0 8px 22px rgba(0,0,0,.055);overflow:hidden}
.ceddu-fold__head{width:100%;border:0;background:linear-gradient(135deg,#fffaf0,#ffffff);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;color:#111;font:inherit;text-align:inherit}
.ceddu-fold__head span{font-size:19px;font-weight:900;line-height:1.35;color:#111}
.ceddu-fold__head b{width:36px;height:36px;border-radius:12px;background:#7A1F2E;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;flex:0 0 auto}
.ceddu-fold.is-open .ceddu-fold__head b{background:#c9a227;color:#111}
.ceddu-fold.is-open .ceddu-fold__head b::before{content:'−'}
.ceddu-fold.is-open .ceddu-fold__head b{font-size:0}
.ceddu-fold.is-open .ceddu-fold__head b::before{font-size:22px}
.ceddu-fold__body{padding:0 18px 18px}
.ceddu-fold-subtitle{font-size:18px!important;margin:16px 0 10px!important}
.ceddu-fold .feature-list{margin-top:0;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}
.ceddu-fold .feature-card,.ceddu-fold .feature-item{padding:12px 13px!important;border-radius:13px!important;min-height:auto!important;font-size:15px!important;line-height:1.45!important}
.ceddu-fold .chips{margin-top:6px;gap:8px}
.ceddu-fold .chip{font-size:14px;padding:9px 13px}
@media(max-width:768px){
  .ceddu-fold{margin:10px 0 14px;border-radius:16px}
  .ceddu-fold__head{padding:14px 15px}
  .ceddu-fold__head span{font-size:17px}
  .ceddu-fold__head b{width:34px;height:34px;border-radius:11px;font-size:20px}
  .ceddu-fold__body{display:none;padding:0 12px 13px}
  .ceddu-fold.is-open .ceddu-fold__body{display:block}
  .ceddu-fold .feature-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .ceddu-fold .feature-card,.ceddu-fold .feature-item{padding:10px 9px!important;border-radius:12px!important;font-size:13px!important;line-height:1.35!important;text-align:center!important}
  .ceddu-fold .feature-card span{display:block;font-size:11px!important;margin-bottom:4px!important;color:#7A1F2E!important}
  .ceddu-fold .chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}
  .ceddu-fold .chip{font-size:12.5px;padding:8px 10px;border-radius:999px}
  .ceddu-fold-subtitle{font-size:16px!important;margin:12px 0 9px!important;text-align:center!important}
}
@media(max-width:390px){.ceddu-fold .feature-list{grid-template-columns:1fr!important}}
