/*
 * pages.css
 * Extracted from inline <style> blocks in resources/views/frontend/*
 * Generated as part of the "separate CSS from views" cleanup.
 * NOTE: visual output should be unchanged — this file only relocates
 * existing rules out of the Blade templates.
 */

/* ==================================================================
   resources/views/frontend/partials/project-detail.blade.php
   ================================================================== */

/* ===== PROJECT DETAIL PAGE ===== */
.pd-page { background: #f1f5f9; min-height: 100vh; }

/* Hero banner */
.pd-hero {
  background: linear-gradient(135deg, #0a2d5e 0%, #0f4c81 60%, #1565c0 100%);
  padding: 40px 0; color: #fff;
}
.pd-status-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; font-weight: 700; padding: 4px 12px;
  border-radius: 20px; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px;
}
.pd-title { font-size: 1.9rem; font-weight: 800; margin: 0 0 8px; line-height: 1.2; }
.pd-meta  { display: flex; flex-wrap: wrap; gap: 16px; font-size: .85rem; opacity: .9; margin-bottom: 18px; }
.pd-meta span { display: flex; align-items: center; gap: 5px; }
.pd-hero-stats {
  display: flex; flex-wrap: wrap; gap: 0;
  background: rgba(255,255,255,.12); border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.2); width: fit-content;
}
.pd-hero-stat { text-align: center; padding: 14px 22px; border-right: 1px solid rgba(255,255,255,.15); }
.pd-hero-stat:last-child { border-right: none; }
.pd-hero-stat .val { font-size: 1.3rem; font-weight: 800; line-height: 1; }
.pd-hero-stat .lbl { font-size: .68rem; opacity: .8; margin-top: 3px; }

/* Section title */
.pd-section-title { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; padding-bottom: 8px; border-bottom: 2px solid #bfdbfe; }
.pd-section-title i { color: #0078d4; }

/* Card */
.pd-card { background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; padding: 24px; margin-bottom: 20px; }

/* Gallery */
.pd-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.pd-gallery-item {
  border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.pd-gallery-item:hover { transform: scale(1.03); box-shadow: 0 4px 16px rgba(0,0,0,.15); }
.pd-gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* Cover image */
.pd-cover {
  width: 100%; border-radius: 12px; overflow: hidden;
  height: 380px; background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.pd-cover img { width: 100%; height: 100%; object-fit: cover; }
.pd-cover .pd-cover-fallback { font-size: 5rem; color: #0078d4; opacity: .4; }

/* Amenities */
.pd-amenity-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: #eff6ff; border: 1px solid #bfdbfe; color: #1d4ed8;
  font-size: .78rem; font-weight: 500; padding: 5px 12px;
  border-radius: 20px; margin: 3px;
}
.pd-amenity-chip i { font-size: .9rem; }
.pd-cat-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #94a3b8; margin: 12px 0 6px; }

/* Unit table */
.pd-unit-table { width: 100%; border-collapse: collapse; font-size: .84rem; }
.pd-unit-table thead th { background: #f8fafc; padding: 10px 14px; text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .5px; color: #64748b; border-bottom: 2px solid #e2e8f0; white-space: nowrap; }
.pd-unit-table tbody td { padding: 12px 14px; border-bottom: 1px solid #f1f5f9; color: #334155; vertical-align: middle; }
.pd-unit-table tbody tr:last-child td { border-bottom: none; }
.pd-unit-table tbody tr:hover td { background: #eff6ff; }

/* Lead form */
.pd-lead-form { background: linear-gradient(135deg, #0078d4 0%, #1565c0 100%); border-radius: 12px; padding: 24px; color: #fff; position: sticky; top: 80px; }
.pd-lead-form h5 { font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
.pd-lead-form p  { font-size: .82rem; opacity: .85; margin-bottom: 16px; }
.pd-lead-form .form-control, .pd-lead-form .form-select {
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3);
  color: #fff; border-radius: 8px; padding: 10px 14px; font-size: .85rem;
  margin-bottom: 10px;
}
.pd-lead-form .form-control::placeholder { color: rgba(255,255,255,.6); }
.pd-lead-form .form-control:focus, .pd-lead-form .form-select:focus {
  background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.6);
  color: #fff; box-shadow: none;
}
.pd-lead-form .form-select option { background: #1565c0; color: #fff; }
.pd-lead-form label { font-size: .78rem; opacity: .85; margin-bottom: 3px; }
.pd-lead-btn {
  width: 100%; background: #fff; color: #0078d4; border: none;
  border-radius: 8px; padding: 12px; font-size: .9rem; font-weight: 700;
  cursor: pointer; transition: all .2s; margin-top: 4px;
}
.pd-lead-btn:hover { background: #eff6ff; transform: translateY(-1px); }
.pd-lead-tabs { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.pd-lead-tab {
  flex: 1; min-width: 70px; text-align: center; padding: 7px 6px;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
  border-radius: 7px; cursor: pointer; font-size: .72rem; font-weight: 600;
  transition: all .2s; color: rgba(255,255,255,.85);
}
.pd-lead-tab.active, .pd-lead-tab:hover { background: rgba(255,255,255,.3); color: #fff; }
.pd-lead-tab input[type="radio"] { display: none; }

/* Location info */
.pd-location-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.pd-location-item i { color: #0078d4; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.pd-location-item .li-label { font-size: .72rem; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; }
.pd-location-item .li-val   { font-size: .88rem; color: #334155; font-weight: 500; }

/* Related projects */
.pd-related-card {
  background: #fff; border-radius: 10px; border: 1px solid #e2e8f0;
  padding: 14px; display: flex; gap: 12px; align-items: center;
  transition: box-shadow .2s; text-decoration: none;
}
.pd-related-card:hover { box-shadow: 0 4px 16px rgba(0,120,212,.1); text-decoration: none; }
.pd-related-card .thumb {
  width: 70px; height: 70px; border-radius: 8px; flex-shrink: 0; overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  display: flex; align-items: center; justify-content: center;
}
.pd-related-card .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Lightbox overlay */
#pd-lightbox {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92);
  z-index: 9999; align-items: center; justify-content: center;
}
#pd-lightbox.open { display: flex; }
#pd-lightbox img { max-width: 90vw; max-height: 90vh; border-radius: 8px; }
#pd-lightbox-close {
  position: absolute; top: 20px; right: 24px;
  color: #fff; font-size: 2rem; cursor: pointer; line-height: 1;
}

@media(max-width:768px) {
  .pd-title { font-size: 1.4rem; }
  .pd-hero-stats { width: 100%; }
  .pd-cover { height: 220px; }
}
/* ===== TIMELINE ===== */
.pd-timeline-track { display:flex; align-items:flex-start; gap:0; overflow-x:auto; padding:4px 0; }
.pd-tl-item { display:flex; flex-direction:column; align-items:center; flex-shrink:0; width:90px; text-align:center; }
.pd-tl-dot { width:34px; height:34px; border-radius:50%; border:2px solid; display:flex; align-items:center; justify-content:center; margin-bottom:6px; }
.pd-tl-item.done .pd-tl-label { font-weight:700; color:#1e293b; }
.pd-tl-label { font-size:.68rem; color:#94a3b8; line-height:1.2; }
.pd-tl-line { flex:1; height:2px; background:#e2e8f0; margin-top:17px; min-width:20px; }
.pd-tl-line.done { background:#22c55e; }

/* ===== TRUST SEALS ===== */
.pd-trust-seals-card { background:linear-gradient(135deg,#f0fdf4 0%,#fff 70%); }
.pd-trust-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.pd-trust-item { display:flex; align-items:flex-start; gap:9px; padding:10px; background:rgba(255,255,255,.8); border-radius:8px; border:1px solid #e2e8f0; }
.pd-ti-icon { width:32px; height:32px; border-radius:8px; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:.85rem; }
.pd-ti-label { font-size:.72rem; font-weight:700; color:#334155; }
.pd-ti-val   { font-size:.68rem; color:#64748b; margin-top:1px; }

/* ===== STICKY PROJECT BAR ===== */
#proj-sticky-bar {
  position:fixed; bottom:0; left:0; right:0; z-index:1050;
  background:linear-gradient(90deg,#0a2d5e 0%,#0078d4 100%);
  color:#fff; padding:10px 0;
  transform:translateY(110%); transition:transform .35s cubic-bezier(.4,0,.2,1);
}
#proj-sticky-bar .psb-inner { display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
#proj-sticky-bar .psb-title { font-size:.88rem; font-weight:700; opacity:.95; }
#proj-sticky-bar .psb-price { font-size:1.1rem; font-weight:800; }
#proj-sticky-bar .psb-units { font-size:.72rem; opacity:.8; }
@media(max-width:576px) { .pd-trust-grid { grid-template-columns:1fr; } }

/* ==================================================================
   resources/views/frontend/partials/subscription.blade.php
   ================================================================== */

/* Black Tabs */
.nav-tabs .nav-link {
  color: #000 !important; /* Black text for inactive tabs */
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
}

.nav-tabs .nav-link.active {
  color: #fff !important; /* White text for active tab */
  background-color: #000 !important; /* Black active tab */
  border-color: #000 !important;
}

/* Plan Card Boxes */
.plan-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: #198754;
}

/* Plan Box Container */
.plan-box {
  background: #f9f9f9;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* Feature Icon Styling */
.feature-icon i {
  font-size: 2rem;
  color: #198754;
}

/* Price Styling */
.plan-card h3 {
  font-size: 1.8rem;
  color: #198754;
  margin: 1rem 0;
}

/* Feature List */
.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.plan-card ul li {
  color: #555;
  margin: 0.5rem 0;
}

/* Subscribe Button */
.plan-card .btn-success {
  background-color: #198754;
  border: none;
  padding: 0.6rem;
  font-weight: 500;
}

.plan-card .btn-success:hover {
  background-color: #146c43;
}

/* Fix for Bootstrap tab fade effect */
.tab-pane {
  transition: opacity 0.5s linear;
}

/* Custom fade-in animation for tab panes */
.tab-pane.custom-fadein {
  animation: customFadeIn 0.5s;
}
@keyframes customFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Rectangular box for each plan card (merged into .plan-card for simplicity) */
.plan-card.plan-rect {
  border: 1.5px solid #e0e0e0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  margin-bottom: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

/* Ensure .plan-card has border for the rectangle effect */
.plan-card {
  border: 1.5px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* Remove double border if needed */
.plan-card:not(.plan-rect) {
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ==================================================================
   resources/views/frontend/index.blade.php
   ================================================================== */

/* ════════════════════════════════════════════════════════════
   HOME PAGE STYLES
════════════════════════════════════════════════════════════ */
:root {
  --blue-dark:  #0a2d5e;
  --blue-mid:   #0f4c81;
  --blue-main:  #0078d4;
  --blue-light: #50e6ff;
  --bg-page:    #f4f6f9;
  --bg-white:   #ffffff;
  --text-dark:  #1e293b;
  --text-mid:   #475569;
  --text-light: #94a3b8;
}

/* ─── Section common ──────────────────────────── */
.hs-section { padding: 70px 0; background: var(--bg-page); }
.hs-section.white { background: #fff; }
.hs-section-title { text-align:center; margin-bottom:44px; }
.hs-section-title h2 {
  font-size:2rem; font-weight:800; color:var(--text-dark);
  position:relative; display:inline-block; padding-bottom:14px;
}
.hs-section-title h2::after {
  content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%);
  width:50px; height:3px; background:linear-gradient(90deg,var(--blue-main),var(--blue-light));
  border-radius:2px;
}
.hs-section-title p { color:var(--text-light); margin-top:10px; font-size:.95rem; }
.hs-badge {
  display:inline-block; background:#e8f4ff; color:var(--blue-main);
  border-radius:50px; padding:4px 14px; font-size:.75rem; font-weight:700;
  text-transform:uppercase; letter-spacing:.5px; margin-bottom:10px;
}

/* ─── Property Types ──────────────────────────── */
.prop-type-grid { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; }
.prop-type-chip {
  display:flex; flex-direction:column; align-items:center; gap:8px;
  background:#fff; border:1.5px solid #e4e8f0; border-radius:16px;
  padding:18px 22px; text-decoration:none; min-width:110px;
  transition:all .22s; box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.prop-type-chip:hover {
  border-color:var(--blue-main); background:#f0f7ff;
  transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,120,212,.12);
}
.prop-type-chip .icon {
  width:52px; height:52px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem;
}
.prop-type-chip .label { font-size:.8rem; font-weight:700; color:var(--text-dark); }
.prop-type-chip .cnt  { font-size:.7rem; color:var(--text-light); font-weight:600; }

/* ─── Property cards reuse (from properties.blade) ── */
.prop-card {
  background:#fff; border-radius:18px; box-shadow:0 2px 16px rgba(0,0,0,.07);
  overflow:hidden; transition:transform .22s, box-shadow .22s; height:100%;
}
.prop-card:hover { transform:translateY(-5px); box-shadow:0 12px 40px rgba(0,0,0,.13); }
.prop-card-img { position:relative; height:210px; overflow:hidden; }
.prop-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.prop-card:hover .prop-card-img img { transform:scale(1.06); }
.prop-img-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 60%); }
.prop-badges { position:absolute; top:10px; left:10px; display:flex; gap:5px; flex-wrap:wrap; }
.prop-badge { padding:3px 9px; border-radius:50px; font-size:.7rem; font-weight:700; text-transform:uppercase; }
.badge-sale    { background:#16a34a; color:#fff; }
.badge-rent    { background:#0891b2; color:#fff; }
.badge-pg      { background:#7c3aed; color:#fff; }
.badge-featured{ background:#f59e0b; color:#fff; }
.badge-premium { background:linear-gradient(135deg,#b45309,#f59e0b); color:#fff; }
.badge-boosted { background:linear-gradient(135deg,#7c3aed,#a855f7); color:#fff; }
.badge-builder { background:#0f766e; color:#fff; }
.badge-new     { background:#ef4444; color:#fff; }
.prop-wishlist-btn {
  position:absolute; top:10px; right:10px; width:32px; height:32px;
  border-radius:50%; background:rgba(255,255,255,.9); border:none;
  display:flex; align-items:center; justify-content:center;
  font-size:.95rem; color:#64748b; cursor:pointer; transition:all .2s;
}
.prop-wishlist-btn:hover { background:#fff; color:#ef4444; }
.prop-price-bar { position:absolute; bottom:0; left:0; right:0; padding:10px 14px; display:flex; justify-content:space-between; align-items:flex-end; }
.prop-price { font-size:1.2rem; font-weight:800; color:#fff; text-shadow:0 1px 3px rgba(0,0,0,.4); }
.prop-card-body { padding:14px 16px 16px; }
.prop-type-tag { display:inline-block; background:#f1f5f9; color:#475569; border-radius:6px; padding:2px 9px; font-size:.7rem; font-weight:700; text-transform:uppercase; margin-bottom:6px; }
.prop-title { font-size:.92rem; font-weight:700; color:var(--text-dark); margin-bottom:4px; line-height:1.3; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.prop-addr { font-size:.78rem; color:#64748b; margin-bottom:8px; display:flex; align-items:center; gap:4px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.prop-addr i { flex-shrink:0; color:var(--blue-main); }
.prop-specs { display:flex; gap:10px; padding:8px 0; border-top:1px solid #f1f5f9; border-bottom:1px solid #f1f5f9; margin-bottom:10px; }
.prop-spec { display:flex; align-items:center; gap:4px; font-size:.75rem; color:#475569; font-weight:600; }
.prop-spec i { color:var(--blue-main); font-size:.8rem; }
.prop-footer { display:flex; align-items:center; justify-content:space-between; }
.prop-agent { display:flex; align-items:center; gap:7px; flex:1; min-width:0; }
.prop-agent-avatar { width:28px; height:28px; border-radius:50%; object-fit:cover; flex-shrink:0; border:2px solid #e2e8f0; }
.prop-agent-name { font-size:.75rem; font-weight:700; color:#334155; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.btn-view-prop {
  background:linear-gradient(135deg,var(--blue-dark),var(--blue-main)); color:#fff; border:none;
  border-radius:8px; padding:5px 12px; font-size:.75rem; font-weight:700;
  text-decoration:none; white-space:nowrap; transition:opacity .2s;
}
.btn-view-prop:hover { opacity:.85; color:#fff; }

/* ─── New Launches ────────────────────────────── */
.launch-card {
  background:#fff; border-radius:18px; overflow:hidden;
  box-shadow:0 2px 16px rgba(0,0,0,.07); transition:transform .22s, box-shadow .22s; height:100%;
}
.launch-card:hover { transform:translateY(-5px); box-shadow:0 12px 40px rgba(0,0,0,.13); }
.launch-card-img { position:relative; height:200px; overflow:hidden; }
.launch-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.launch-card:hover .launch-card-img img { transform:scale(1.05); }
.launch-status-badge {
  position:absolute; top:12px; left:12px; padding:4px 12px; border-radius:50px;
  font-size:.72rem; font-weight:700; text-transform:uppercase;
}
.status-upcoming { background:#fef3c7; color:#92400e; }
.status-under { background:#dbeafe; color:#1e40af; }
.status-ready { background:#dcfce7; color:#14532d; }
.launch-builder-badge {
  position:absolute; bottom:10px; right:10px; background:rgba(255,255,255,.92);
  border-radius:8px; padding:4px 10px; font-size:.7rem; font-weight:700; color:#0a2d5e;
}
.launch-card-body { padding:14px 16px 16px; }
.launch-title { font-size:.95rem; font-weight:800; color:var(--text-dark); margin-bottom:4px; }
.launch-loc { font-size:.78rem; color:#64748b; margin-bottom:8px; display:flex; align-items:center; gap:4px; }
.launch-price { font-size:1.1rem; font-weight:800; color:var(--blue-main); }
.launch-price-label { font-size:.7rem; color:#94a3b8; font-weight:600; }
.launch-meta { display:flex; gap:16px; flex-wrap:wrap; margin-top:8px; padding-top:8px; border-top:1px solid #f1f5f9; }
.launch-meta-item { font-size:.75rem; color:#64748b; font-weight:600; display:flex; align-items:center; gap:4px; }
.launch-meta-item i { color:var(--blue-main); }

/* ─── Top Cities ──────────────────────────────── */
.city-card {
  position:relative; border-radius:18px; overflow:hidden;
  height:160px; text-decoration:none; display:block;
  box-shadow:0 4px 20px rgba(0,0,0,.1); transition:transform .22s, box-shadow .22s;
}
.city-card:hover { transform:translateY(-4px); box-shadow:0 10px 36px rgba(0,0,0,.18); }
.city-card img { width:100%; height:100%; object-fit:cover; }
.city-card-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(10,45,94,.85) 0%, rgba(10,45,94,.3) 60%, transparent 100%);
}
.city-card-info { position:absolute; bottom:0; left:0; right:0; padding:14px 16px; }
.city-card-name { font-size:1.05rem; font-weight:800; color:#fff; }
.city-card-count { font-size:.78rem; color:rgba(255,255,255,.8); font-weight:600; }

/* ─── How It Works ────────────────────────────── */
.hiw-card {
  background:#fff; border-radius:18px; padding:30px 24px; text-align:center;
  box-shadow:0 2px 16px rgba(0,0,0,.06); transition:box-shadow .22s; position:relative;
}
.hiw-card:hover { box-shadow:0 10px 36px rgba(0,0,0,.1); }
.hiw-icon {
  width:72px; height:72px; border-radius:20px; margin:0 auto 18px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.8rem;
}
.hiw-step-num {
  position:absolute; top:16px; right:16px;
  width:28px; height:28px; border-radius:50%;
  background:var(--blue-main); color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-size:.75rem; font-weight:800;
}
.hiw-title { font-size:1.05rem; font-weight:800; color:var(--text-dark); margin-bottom:8px; }
.hiw-desc { font-size:.85rem; color:var(--text-light); line-height:1.6; }
.hiw-connector { display:flex; align-items:center; justify-content:center; padding-top:30px; }
.hiw-connector i { font-size:1.4rem; color:#e4e8f0; }

/* ─── Why Choose Us ───────────────────────────── */
.why-card {
  display:flex; gap:16px; align-items:flex-start; padding:20px;
  background:#fff; border-radius:16px; box-shadow:0 2px 12px rgba(0,0,0,.06);
  transition:box-shadow .2s;
}
.why-card:hover { box-shadow:0 8px 28px rgba(0,0,0,.1); }
.why-icon {
  width:50px; height:50px; border-radius:14px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center; font-size:1.4rem;
}
.why-title { font-size:.95rem; font-weight:800; color:var(--text-dark); margin-bottom:4px; }
.why-desc { font-size:.82rem; color:var(--text-light); line-height:1.5; margin:0; }

/* ─── Testimonials ────────────────────────────── */
.testi-card {
  background:#fff; border-radius:18px; padding:28px 24px;
  box-shadow:0 2px 16px rgba(0,0,0,.07); height:100%;
}
.testi-stars { color:#f59e0b; font-size:1rem; margin-bottom:12px; }
.testi-text { font-size:.88rem; color:var(--text-mid); line-height:1.7; font-style:italic; margin-bottom:18px; }
.testi-author { display:flex; align-items:center; gap:12px; }
.testi-avatar { width:44px; height:44px; border-radius:50%; object-fit:cover; border:2px solid #e2e8f0; }
.testi-name { font-size:.88rem; font-weight:800; color:var(--text-dark); }
.testi-role { font-size:.75rem; color:var(--text-light); }
.quote-icon { font-size:2rem; color:#e8f4ff; line-height:1; margin-bottom:8px; }

/* ─── CTA Post Property ───────────────────────── */
.cta-post {
  background:linear-gradient(135deg, #0a2d5e 0%, #0f4c81 50%, #1565c0 100%);
  border-radius:24px; padding:50px 40px; position:relative; overflow:hidden;
}
.cta-post::before {
  content:''; position:absolute; top:-60px; right:-60px;
  width:300px; height:300px; border-radius:50%;
  background:rgba(255,255,255,.06);
}
.cta-post h2 { font-size:2rem; font-weight:900; color:#fff; margin-bottom:10px; }
.cta-post p { color:rgba(255,255,255,.75); font-size:1rem; margin-bottom:24px; }
.btn-cta-white {
  background:#fff; color:var(--blue-dark); border:none; border-radius:12px;
  padding:12px 28px; font-size:.95rem; font-weight:800; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px; transition:all .2s;
}
.btn-cta-white:hover { background:#f0f7ff; color:var(--blue-dark); transform:translateY(-2px); }
.btn-cta-outline {
  background:transparent; color:#fff; border:2px solid rgba(255,255,255,.4);
  border-radius:12px; padding:12px 28px; font-size:.95rem; font-weight:700;
  text-decoration:none; display:inline-flex; align-items:center; gap:8px;
  transition:all .2s;
}
.btn-cta-outline:hover { border-color:#fff; color:#fff; background:rgba(255,255,255,.1); }
.cta-feature-pill {
  display:inline-flex; align-items:center; gap:6px;
  background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2);
  border-radius:50px; padding:5px 14px; color:rgba(255,255,255,.85);
  font-size:.78rem; font-weight:600; margin:3px;
}

/* ─── Top Builders ────────────────────────────── */
.builder-chip {
  background:#fff; border:1.5px solid #e4e8f0; border-radius:14px;
  padding:16px 20px; display:flex; align-items:center; gap:14px;
  text-decoration:none; transition:all .22s;
  box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.builder-chip:hover { border-color:var(--blue-main); box-shadow:0 6px 24px rgba(0,120,212,.1); transform:translateY(-2px); }
.builder-avatar {
  width:46px; height:46px; border-radius:12px; object-fit:contain;
  background:#f8faff; flex-shrink:0; border:1px solid #e8f0fe;
}
.builder-name { font-size:.88rem; font-weight:800; color:var(--text-dark); }
.builder-city { font-size:.74rem; color:var(--text-light); font-weight:600; }
.builder-verified { font-size:.68rem; color:#16a34a; font-weight:700; display:flex; align-items:center; gap:3px; }

@media(max-width:768px) {
  .hs-section { padding:50px 0; }
  .hs-section-title h2 { font-size:1.6rem; }
  .cta-post { padding:32px 20px; }
  .cta-post h2 { font-size:1.5rem; }
}

/* ==================================================================
   resources/views/frontend/pricing.blade.php
   ================================================================== */

/* ══════════════════════════════════════════
   PRICING PAGE STYLES
══════════════════════════════════════════ */

/* Hero */
.pricing-hero {
  background: linear-gradient(135deg, #0a2d5e 0%, #0f4c81 55%, #1565c0 100%);
  padding: 72px 0 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pricing-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(80,230,255,.12) 0%, transparent 70%);
  border-radius: 50%;
}
.pricing-hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(0,120,212,.18) 0%, transparent 70%);
  border-radius: 50%;
}
.pricing-hero h1 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.pricing-hero .hero-sub {
  font-size: 1.1rem;
  opacity: .85;
  margin: 1rem 0 1.8rem;
  max-width: 560px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
  color: #50e6ff;
}

/* Segment selector tabs */
.segment-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 48px 0 0;
  flex-wrap: wrap;
}
.seg-tab {
  padding: 10px 28px;
  border-radius: 30px;
  font-size: .92rem;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #dee2e6;
  background: #fff;
  color: #64748b;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 7px;
}
.seg-tab.active, .seg-tab:hover {
  background: linear-gradient(135deg, #0a2d5e, #0078d4);
  border-color: transparent;
  color: #fff;
}
.seg-tab i { font-size: 1rem; }

/* Section titles */
.pricing-section-title {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-section-title .seg-label {
  display: inline-block;
  background: #e8f3fe;
  color: #0078d4;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.pricing-section-title h2 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #0a2d5e;
  margin-bottom: .5rem;
}
.pricing-section-title p {
  color: #64748b;
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto;
}

/* Plan Cards */
.plan-card {
  background: #fff;
  border-radius: 16px;
  border: 2px solid #e2e8f0;
  padding: 32px 28px;
  transition: all .25s;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.plan-card:hover {
  border-color: #0078d4;
  box-shadow: 0 12px 40px rgba(0,120,212,.14);
  transform: translateY(-4px);
}
.plan-card.featured {
  border-color: #0078d4;
  background: linear-gradient(160deg, #f0f8ff 0%, #fff 100%);
  box-shadow: 0 8px 32px rgba(0,120,212,.18);
}
.plan-card.popular-badge::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, #0a2d5e, #0078d4);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
.plan-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
  background: #e8f3fe;
  color: #0078d4;
}
.plan-card.featured .plan-icon { background: #0078d4; color: #fff; }
.plan-name { font-size: 1rem; font-weight: 700; color: #0a2d5e; margin-bottom: 4px; }
.plan-tagline { font-size: .82rem; color: #94a3b8; margin-bottom: 18px; }
.plan-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 6px;
}
.plan-price .currency { font-size: 1.1rem; font-weight: 700; color: #0a2d5e; line-height: 1.8; }
.plan-price .amount   { font-size: 2.4rem; font-weight: 800; color: #0a2d5e; line-height: 1; }
.plan-price .period   { font-size: .8rem; color: #94a3b8; line-height: 1.8; padding-bottom: 4px; }
.plan-price-note { font-size: .78rem; color: #94a3b8; margin-bottom: 20px; }
.plan-divider { border: 0; border-top: 1px solid #f1f5f9; margin: 16px 0; }
.plan-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.plan-features li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: .88rem; color: #475569;
  padding: 5px 0;
}
.plan-features li i { color: #22c55e; font-size: .9rem; flex-shrink: 0; margin-top: 2px; }
.plan-features li.muted i { color: #cbd5e1; }
.plan-features li.muted { color: #cbd5e1; }
.plan-cta {
  display: block; width: 100%; padding: 11px;
  text-align: center; font-weight: 700; font-size: .9rem;
  border-radius: 10px; text-decoration: none;
  transition: all .2s;
}
.plan-cta-primary {
  background: linear-gradient(135deg, #0a2d5e, #0078d4);
  color: #fff; border: none;
}
.plan-cta-primary:hover { background: linear-gradient(135deg, #0a2d5e, #005ba1); color: #fff; opacity:.95; }
.plan-cta-outline {
  background: transparent;
  color: #0078d4;
  border: 2px solid #0078d4;
}
.plan-cta-outline:hover { background: #0078d4; color: #fff; }
.plan-cta-green { background: #22c55e; color: #fff; border: none; }
.plan-cta-green:hover { background: #16a34a; color: #fff; }
.plan-cta-free { background: #f1f5f9; color: #0a2d5e; border: none; }
.plan-cta-free:hover { background: #e2e8f0; color: #0a2d5e; }

/* Free card */
.free-card {
  background: linear-gradient(135deg, #f0fdf4, #fff);
  border: 2px solid #86efac;
}
.free-card .plan-price .amount { color: #16a34a; }
.free-card .plan-icon { background: #dcfce7; color: #16a34a; }

/* Add-ons grid */
.addon-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 22px 20px;
  transition: all .2s;
  height: 100%;
}
.addon-card:hover {
  border-color: #0078d4;
  box-shadow: 0 6px 24px rgba(0,120,212,.1);
  transform: translateY(-2px);
}
.addon-card .addon-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 12px;
}
.addon-card h5 { font-size: .92rem; font-weight: 700; color: #0a2d5e; margin-bottom: 4px; }
.addon-card p  { font-size: .8rem; color: #64748b; margin-bottom: 10px; }
.addon-price   { font-size: 1.05rem; font-weight: 800; color: #0078d4; }
.addon-price span { font-size: .75rem; font-weight: 500; color: #94a3b8; }

/* Builder pricing */
.builder-card {
  border-radius: 16px;
  padding: 36px 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
}
.builder-card::after {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 140px; height: 140px;
  background: rgba(255,255,255,.07);
  border-radius: 50%;
}
.builder-card-basic    { background: linear-gradient(135deg, #0a2d5e, #1e4b8a); }
.builder-card-premium  { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.builder-card-spotlight { background: linear-gradient(135deg, #b45309, #f59e0b); }
.builder-card .bc-icon {
  font-size: 2rem; margin-bottom: 16px; opacity: .9;
}
.builder-card .bc-name { font-size: 1.1rem; font-weight: 800; margin-bottom: 4px; }
.builder-card .bc-price-range { font-size: 1.4rem; font-weight: 800; margin-bottom: 4px; }
.builder-card .bc-price-note { font-size: .78rem; opacity: .75; margin-bottom: 18px; }
.builder-card .bc-features { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.builder-card .bc-features li {
  font-size: .85rem; padding: 5px 0;
  display: flex; gap: 8px; align-items: flex-start;
  opacity: .9;
}
.builder-card .bc-features li i { flex-shrink: 0; margin-top: 2px; }
.builder-cta {
  display: block; padding: 11px;
  text-align: center; font-weight: 700; font-size: .9rem;
  border-radius: 10px; text-decoration: none;
  background: rgba(255,255,255,.2); color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  transition: all .2s;
}
.builder-cta:hover { background: rgba(255,255,255,.32); color: #fff; }

/* Compare toggle */
.compare-toggle-wrap { text-align: center; margin: 16px 0 32px; }
.compare-toggle { background: none; border: none; color: #0078d4; font-size: .88rem; font-weight: 600; cursor: pointer; }
.compare-toggle i { transition: transform .2s; }
.compare-toggle.open i { transform: rotate(180deg); }

/* FAQ */
.pricing-faq .accordion-button {
  font-weight: 600; color: #0a2d5e; font-size: .92rem;
}
.pricing-faq .accordion-button:not(.collapsed) { color: #0078d4; background: #f0f8ff; }

/* Guarantee badge */
.guarantee-strip {
  background: linear-gradient(135deg, #0a2d5e, #0078d4);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}
.guarantee-strip h4 { font-size: 1.2rem; font-weight: 800; }
.guarantee-strip p  { opacity: .85; font-size: .92rem; margin: 0; }
.guarantee-icon { font-size: 2.5rem; opacity: .85; }

/* Segment section spacing */
.segment-section { padding: 64px 0; }
.segment-section + .segment-section { border-top: 1px solid #f1f5f9; }
.segment-section:last-of-type { border-bottom: 1px solid #f1f5f9; }

/* Mobile improvements */
@@media (max-width: 576px) {
  .pricing-hero h1 { font-size: 1.7rem; }
  .plan-card { padding: 24px 18px; }
  .builder-card { padding: 26px 20px; }
}

/* ==================================================================
   resources/views/frontend/seo-landing.blade.php
   ================================================================== */

.seo-hero {
  background: linear-gradient(135deg, #0a2d5e 0%, #0f4c81 55%, #1565c0 100%);
  padding: 56px 0 90px;
  position: relative;
  overflow: hidden;
}
.seo-hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 60px;
  background: #f4f6f9;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.seo-hero h1 { color:#fff; font-size:2.4rem; font-weight:800; letter-spacing:-0.5px; }
.seo-hero p  { color:rgba(255,255,255,.8); font-size:1.05rem; }
.seo-hero .breadcrumb-item a { color:rgba(255,255,255,.75); }
.seo-hero .breadcrumb-item.active { color:rgba(255,255,255,.55); }
.seo-hero .breadcrumb-item+.breadcrumb-item::before { color:rgba(255,255,255,.4); }
.stat-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.2); color:#fff; padding:6px 14px; border-radius:20px; font-size:.85rem; font-weight:600; margin:4px 4px 0 0; }
.seo-intro-box { background:#fff; border-left:4px solid #0078d4; padding:18px 22px; border-radius:0 8px 8px 0; margin-bottom:28px; }
.seo-intro-box p { margin:0; color:#475569; line-height:1.75; }
.prop-card { border:none; border-radius:12px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,.07); transition:transform .2s,box-shadow .2s; }
.prop-card:hover { transform:translateY(-4px); box-shadow:0 8px 28px rgba(0,0,0,.12); }
.prop-img { width:100%; height:200px; object-fit:cover; }
.prop-price { font-size:1.2rem; font-weight:800; color:#0a2d5e; }
.prop-badge { font-size:.7rem; font-weight:700; padding:3px 8px; border-radius:4px; }
.locality-chip { display:inline-block; background:#eef5fb; color:#0a2d5e; border:1px solid #bee3f8; padding:5px 12px; border-radius:20px; font-size:.83rem; font-weight:600; margin:3px; text-decoration:none; transition:background .2s; }
.locality-chip:hover { background:#0078d4; color:#fff; border-color:#0078d4; }
.faq-item { background:#fff; border-radius:10px; padding:20px 24px; margin-bottom:12px; box-shadow:0 1px 6px rgba(0,0,0,.06); }
.faq-item h5 { color:#0a2d5e; font-weight:700; margin-bottom:8px; font-size:1rem; }
.faq-item p  { color:#475569; margin:0; line-height:1.7; }
.city-link-card { display:flex; flex-direction:column; align-items:center; justify-content:center; background:#fff; border:1.5px solid #e2e8f0; border-radius:10px; padding:16px 10px; text-decoration:none; color:#0a2d5e; font-weight:700; font-size:.88rem; text-align:center; transition:all .2s; }
.city-link-card:hover { border-color:#0078d4; background:#eef5fb; color:#0078d4; }
.city-link-card i { font-size:1.6rem; color:#0078d4; margin-bottom:6px; }
.section-title-line { display:inline-block; padding-bottom:10px; border-bottom:3px solid #0078d4; margin-bottom:0; }

/* ==================================================================
   resources/views/frontend/user/layout.blade.php
   ================================================================== */

  .user-dashboard-wrapper {
    min-height: 80vh;
  }
  .user-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 0;
    overflow: hidden;
  }
  .user-sidebar .sidebar-header {
    background: linear-gradient(135deg, #0a2d5e, #0078d4);
    color: #fff;
    padding: 24px 20px;
    text-align: center;
  }
  .user-sidebar .sidebar-header .user-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 28px;
    color: #fff;
  }
  .user-sidebar .sidebar-header h5 {
    margin-bottom: 2px;
    font-weight: 600;
  }
  .user-sidebar .sidebar-header small {
    opacity: 0.85;
  }
  .user-sidebar .sidebar-nav {
    list-style: none;
    padding: 12px 0;
    margin: 0;
  }
  .user-sidebar .sidebar-nav li a {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
    border-left: 3px solid transparent;
  }
  .user-sidebar .sidebar-nav li a:hover,
  .user-sidebar .sidebar-nav li a.active {
    background: #eff6ff;
    color: #0078d4;
    border-left-color: #0078d4;
  }
  .user-sidebar .sidebar-nav li a i {
    width: 20px;
    margin-right: 12px;
    font-size: 16px;
    text-align: center;
  }
  .user-sidebar .sidebar-nav li.nav-divider {
    border-top: 1px solid #eee;
    margin: 8px 20px;
  }
  .user-content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 30px;
    min-height: 500px;
  }
  @media (max-width: 991.98px) {
    .user-sidebar-offcanvas {
      width: 280px !important;
    }
  }
