/* ============================================================
   Partner With Us — partner-with-us.css  (Premium Redesign)
   Prefix: pw-
   ============================================================ */

/* ── Page wrapper ── */
.pw-page {
  width: 100%;
  background: #f5f7fb;
  min-height: 100vh;
}

/* ── Breadcrumb ── */
.pw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #64748b;
  padding: 16px 32px;
  background: #fff;
  border-bottom: 1px solid #e8edf5;
}
.pw-breadcrumb a { color: #2563eb; text-decoration: none; }
.pw-breadcrumb a:hover { text-decoration: underline; }
.pw-bc-sep { color: #cbd5e1; }
.pw-bc-current { color: #1e293b; font-weight: 600; }

/* ── Hero banner ── */
.pw-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #1e3a5f 70%, #2563eb 100%);
  padding: 40px 48px 48px;
  position: relative;
  overflow: hidden;
}
.pw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(99,102,241,0.18) 0%, transparent 70%),
    radial-gradient(circle at 10% 80%, rgba(34,197,94,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.pw-hero-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
.pw-hero-avatar-col { flex-shrink: 0; }
.pw-hero-avatar-wrap { position: relative; display: inline-block; }
.pw-hero-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background: #22c55e;
  border: 3px solid rgba(255,255,255,0.2);
}
.pw-hero-info { flex: 1; min-width: 0; }
.pw-hero-name-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.pw-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pw-badge-premium,
.pw-badge-verified,
.pw-badge-pro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.pw-badge-premium {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: #fff;
}
.pw-badge-verified {
  background: #dcfce7;
  color: #16a34a;
}
.pw-badge-pro {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.92);
}
.pw-hero-name {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.05;
}
.pw-hero-name span { color: #60a5fa; }
.pw-hero-sub {
  font-size: 1rem;
  color: rgba(191,219,254,0.9);
  margin: 0;
  line-height: 1.7;
}
.pw-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.78);
  margin-top: 20px;
}
.pw-hero-meta i { color: rgba(255,255,255,0.72); font-size: 0.9rem; }
.pw-hero-meta-sep { color: rgba(255,255,255,0.35); }
.pw-hero-bottom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
  align-items: center;
}
.pw-hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 12px;
  padding: 10px 16px;
  width: fit-content;
}
.pw-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 14px;
}
.pw-stat-value {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.pw-stat-value i { color: #fbbf24; font-size: 0.85rem; }
.pw-stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.68);
  margin-top: 4px;
  white-space: nowrap;
}
.pw-stat-divider {
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.18);
  flex-shrink: 0;
}
.pw-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pw-cta-wa,
.pw-cta-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.pw-cta-wa {
  background: #22c55e;
  color: #fff;
}
.pw-cta-email {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

/* ── Inner wrapper ── */
.pw-inner {
  padding: 0 32px 64px;
}

/* ── Body layout ── */
.pw-body {
  display: flex;
  gap: 28px;
  align-items: start;
}
.pw-main {
  flex: 0 0 70%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pw-sidebar {
  flex: 1;
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Cards ── */
.pw-card {
  background: #fff;
  border: 1px solid rgba(226,232,240,0.7);
  border-radius: 20px;
  padding: 28px 28px 32px;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04), 0 8px 40px rgba(15,23,42,0.05);
}
.pw-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
  flex-wrap: wrap;
}
.pw-card-accent {
  width: 4px;
  height: 42px;
  border-radius: 999px;
  flex-shrink: 0;
}
.pw-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  flex: 1;
  letter-spacing: -0.02em;
}
.pw-card-sub {
  font-size: 0.87rem;
  color: #64748b;
  margin: 5px 0 0;
  width: 100%;
  line-height: 1.6;
}
.pw-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(79,70,229,0.35);
}

/* ───────────────────────────────────────────
   SERVICES SECTION — matches property detail
   ─────────────────────────────────────────── */
.pw-services-section { margin-bottom: 24px; text-align: center !important; }
.pw-services-header { text-align: center !important; margin-bottom: 32px; }
.pw-services-header h2 { font-size: 28px; font-weight: 800; color: #0f172a; margin: 0 0 10px; text-align: center !important; }
.pw-services-header p { font-size: 15px; color: #64748b; margin: 0; text-align: center !important; }
.pw-service-tabs { display: flex; justify-content: center !important; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }
.pw-service-tab {
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  color: #475569;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.pw-service-tab:hover { background: #f8fafc; }
.pw-service-tab.active { background: #0f172a; color: #fff; }

.pw-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1140px) {
  .pw-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .pw-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pw-services-grid { grid-template-columns: 1fr; }
}
.pw-service-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px;
  padding: 28px 16px;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(99,102,241,0.12);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
  cursor: pointer;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
  position: relative;
}
.pw-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 36px rgba(15,23,42,0.14);
  border-color: rgba(79,70,229,0.24);
}
.pw-service-card.pw-svc--active {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.14), 0 20px 40px rgba(15,23,42,0.12);
}

.pw-svc-icon-wrap {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.3rem !important;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
  background: var(--pw-svc-bg) !important;
  color: var(--pw-svc-color) !important;
}
.pw-svc-icon-wrap i {
  color: inherit !important;
}

.pw-svc-title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 auto !important;
  letter-spacing: -0.01em;
  text-align: center !important;
}
.pw-svc-desc {
  font-size: 0.78rem !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin: 6px auto 0 !important;
  max-width: 220px;
  text-align: center !important;
}
.pw-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.2s ease;
}
.pw-service-link:hover {
  background: #1d4ed8;
}
.pw-service-card.pw-svc--active .pw-service-link {
  background: #4f46e5;
}
.pw-service-card.pw-svc--active .pw-service-link:hover {
  background: #4338ca;
}
.pw-service-card.pw-svc--active .pw-svc-title { color: #4f46e5 !important; }

.pw-svc-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: #4f46e5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.2s, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pw-service-card.pw-svc--active .pw-svc-check {
  opacity: 1;
  transform: scale(1);
}

/* ── Form ── */
.pw-form { display: flex; flex-direction: column; gap: 16px; }
.pw-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .pw-form-row { grid-template-columns: 1fr; } }
.pw-field { display: flex; flex-direction: column; gap: 6px; }
.pw-field--full { width: 100%; }
.pw-label { font-size: 0.8rem; font-weight: 700; color: #374151; letter-spacing: 0.01em; }
.pw-req { color: #ef4444; }
.pw-opt { color: #94a3b8; font-weight: 400; }

.pw-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.88rem;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}
.pw-input:focus {
  border-color: #4f46e5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
}
.pw-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.pw-phone-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
  overflow: hidden;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.pw-phone-wrap:focus-within {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.1);
  background: #fff;
}
.pw-phone-flag {
  padding: 11px 12px;
  font-size: 0.82rem;
  color: #374151;
  border-right: 1.5px solid #e2e8f0;
  white-space: nowrap;
  background: #f1f5f9;
  font-weight: 600;
}
.pw-phone { border: none; background: transparent; flex: 1; border-radius: 0; }
.pw-phone:focus { border: none; }
.pw-textarea { min-height: 90px; resize: vertical; }

.pw-consent {
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 12px 14px;
}
.pw-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.79rem;
  color: #475569;
  cursor: pointer;
  line-height: 1.6;
}
.pw-check-label input[type="checkbox"] { margin-top: 2px; accent-color: #4f46e5; cursor: pointer; }

.pw-selected-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.8rem;
  color: #4338ca;
  font-weight: 600;
}
.pw-clear-sel {
  background: none; border: none; cursor: pointer;
  color: #64748b; font-size: 0.85rem; padding: 0 0 0 4px; line-height: 1;
}
.pw-clear-sel:hover { color: #ef4444; }

.pw-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 36px;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.15s, box-shadow 0.15s;
  align-self: flex-start;
  box-shadow: 0 6px 20px rgba(79,70,229,0.35);
  letter-spacing: 0.01em;
}
.pw-submit-btn:hover { opacity: 0.92; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(79,70,229,0.4); }
.pw-submit-btn:active { transform: none; }

.pw-form-note {
  font-size: 0.75rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ── Why Partner with us ── */
.pw-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .pw-why-grid { grid-template-columns: 1fr; } }
.pw-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: background 0.15s;
}
.pw-why-item:hover { background: #f1f5f9; }
.pw-why-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.pw-why-item h4 {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 5px;
}
.pw-why-item p {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

/* ── Sidebar cards ── */
.pw-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pw-stat-item {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pw-stat-icon {
  width: 34px;
  height: 34px;
  background: #eef2ff;
  color: #4f46e5;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
}
.pw-stat-value {
  font-size: 1rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}
.pw-stat-label { font-size: 0.7rem; color: #64748b; margin: 0; line-height: 1.3; }

/* ── EMI Calculator ── */
.pw-emi-form { display: flex; flex-direction: column; gap: 10px; }
.pw-emi-field { display: flex; flex-direction: column; gap: 4px; }
.pw-emi-field label { font-size: 0.78rem; font-weight: 700; color: #374151; }
.pw-emi-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 0.88rem;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
}
.pw-emi-input:focus { border-color: #7c3aed; background: #fff; }
.pw-emi-calc-btn {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-top: 2px;
  box-shadow: 0 4px 14px rgba(124,58,237,0.3);
}
.pw-emi-calc-btn:hover { opacity: 0.9; }
.pw-emi-result {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
  border: 1px solid #ddd6fe;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.pw-emi-label { font-size: 0.74rem; color: #7c3aed; font-weight: 700; }
.pw-emi-value { font-size: 1.4rem; font-weight: 900; color: #5b21b6; line-height: 1; letter-spacing: -0.03em; }
.pw-emi-value em { font-size: 0.72rem; font-weight: 600; color: #7c3aed; font-style: normal; margin-left: 2px; }

/* ── Safety tips ── */
.pw-safety-card { background: linear-gradient(160deg, #f0fdf4, #dcfce7); border-color: #bbf7d0; }
.pw-safety-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.pw-safety-icon {
  width: 36px; height: 36px; background: #16a34a; color: #fff;
  border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.pw-safety-header h3 { font-size: 0.92rem; font-weight: 800; color: #15803d; margin: 0; }
.pw-safety-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.pw-safety-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.79rem; color: #166534; line-height: 1.5; }
.pw-safety-list li i { color: #22c55e; margin-top: 2px; font-size: 0.72rem; flex-shrink: 0; }

/* ── Quick contact ── */
.pw-quick-sub { font-size: 0.78rem; color: #64748b; margin: 0 0 14px; }
.pw-quick-btns { display: flex; flex-direction: column; gap: 10px; }
.pw-quick-call {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff; padding: 11px 14px; border-radius: 10px; font-size: 0.85rem;
  font-weight: 800; text-decoration: none; transition: opacity 0.15s;
  box-shadow: 0 4px 14px rgba(37,99,235,0.3);
}
.pw-quick-call:hover { opacity: 0.9; color: #fff; }
.pw-quick-wa {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff; padding: 11px 14px; border-radius: 10px; font-size: 0.85rem;
  font-weight: 800; text-decoration: none; transition: opacity 0.15s;
  box-shadow: 0 4px 14px rgba(22,163,74,0.3);
}
.pw-quick-wa:hover { opacity: 0.9; color: #fff; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .pw-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .pw-body { flex-direction: column; }
  .pw-main { flex: unset; width: 100%; }
  .pw-sidebar { position: static; width: 100%; }
  .pw-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .pw-hero { padding: 32px 20px; }
  .pw-inner { padding: 20px 16px 48px; }
  .pw-services-grid { grid-template-columns: repeat(2, 1fr); }
  .pw-why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .pw-services-grid { grid-template-columns: 1fr; }
}


/* ── Breadcrumb ── */
.pw-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 22px;
}
.pw-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}
.pw-breadcrumb a:hover { text-decoration: underline; }
.pw-bc-sep { color: #94a3b8; }
.pw-bc-current { color: #374151; font-weight: 500; }

/* ── Hero banner ── */
.pw-hero {
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
  border-radius: 14px;
  padding: 40px 40px 38px;
  margin-bottom: 28px;
  color: #fff;
}
.pw-hero-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #93c5fd;
  margin: 0 0 10px;
}
.pw-hero-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.2;
}
.pw-hero-sub {
  font-size: 0.95rem;
  color: #bfdbfe;
  margin: 0;
  max-width: 620px;
  line-height: 1.6;
}

/* ── Body grid ── */
.pw-body {
  display: flex;
  gap: 24px;
  align-items: start;
}

.pw-main {
  flex: 0 0 70%;
  min-width: 0;
}

.pw-sidebar {
  flex: 1;
}

/* ── Cards ── */
.pw-card {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  padding: 26px 26px 28px;
  margin-bottom: 24px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.05);
}
.pw-card:last-child { margin-bottom: 0; }

.pw-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}
.pw-card-accent {
  width: 4px;
  min-height: 40px;
  border-radius: 999px;
  flex-shrink: 0;
  margin-top: 2px;
}
.pw-card-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #111827;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.pw-card-sub {
  font-size: 0.88rem;
  color: #475569;
  margin: 4px 0 0;
  width: 100%;
  line-height: 1.7;
}
.pw-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #4f46e5, #2563eb);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Services Grid ── */
.pw-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.pw-service-card {
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 18px;
  padding: 20px 20px 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.22s ease, transform 0.16s ease;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}
.pw-service-card:hover {
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}
.pw-service-card.pw-svc--active {
  border-color: #4f46e5;
  box-shadow: 0 26px 60px rgba(79, 70, 229, 0.15);
  background: #eef2ff;
}

.pw-svc-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.pw-svc-body { flex: 1; min-width: 0; }
.pw-svc-title {
  font-size: 0.96rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.pw-svc-desc {
  font-size: 0.82rem;
  color: #475569;
  margin: 0;
  line-height: 1.7;
}

.pw-svc-check {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #2563eb;
  font-size: 0.9rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.15s, transform 0.15s;
}
.pw-service-card.pw-svc--active .pw-svc-check {
  opacity: 1;
  transform: scale(1);
}

/* ── Form ── */
.pw-form { display: flex; flex-direction: column; gap: 14px; }

.pw-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 640px) {
  .pw-form-row { grid-template-columns: 1fr; }
}

.pw-field { display: flex; flex-direction: column; gap: 5px; }
.pw-field--full { width: 100%; }

.pw-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
}
.pw-req { color: #ef4444; }
.pw-opt { color: #94a3b8; font-weight: 400; font-size: 0.75rem; }

.pw-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 0;
  padding: 9px 12px;
  font-size: 0.88rem;
  color: #1e293b;
  background: #fafafa;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
  box-sizing: border-box;
}
.pw-input:focus { border-color: #2563eb; background: #fff; }

.pw-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}

.pw-phone-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid #e2e8f0;
  background: #fafafa;
  transition: border-color 0.15s;
}
.pw-phone-wrap:focus-within { border-color: #2563eb; background: #fff; }
.pw-phone-flag {
  padding: 9px 10px;
  font-size: 0.82rem;
  color: #374151;
  border-right: 1.5px solid #e2e8f0;
  white-space: nowrap;
}
.pw-phone { border: none; background: transparent; flex: 1; }
.pw-phone:focus { border: none; }

.pw-textarea { min-height: 90px; resize: vertical; border-radius: 0; }

/* Strong form control overrides */
.pw-input,
.pw-select,
.pw-textarea,
.pw-phone-wrap {
  border-radius: 5px !important;
  line-height: 16px !important;
}
.pw-input,
.pw-select,
.pw-textarea {
  padding: 8px 10px !important;
}
.pw-phone-wrap {
  padding: 0 !important;
}
.pw-phone-flag {
  padding: 8px 10px !important;
}


.pw-consent {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px 12px;
}
.pw-check-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.79rem;
  color: #475569;
  cursor: pointer;
  line-height: 1.5;
}
.pw-check-label input[type="checkbox"] { margin-top: 2px; cursor: pointer; }

.pw-selected-service-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 0.8rem;
  color: #1e40af;
}
.pw-clear-sel {
  background: none;
  border: none;
  cursor: pointer;
  color: #64748b;
  font-size: 0.85rem;
  padding: 0 0 0 4px;
  line-height: 1;
}
.pw-clear-sel:hover { color: #ef4444; }

.pw-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 28px;
  font-size: 0.93rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, transform 0.12s;
  align-self: flex-start;
}
.pw-submit-btn:hover { background: #1d4ed8; transform: translateY(-1px); }
.pw-submit-btn:active { transform: none; }

.pw-form-note {
  font-size: 0.75rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

/* ── Why Partner with us ── */
.pw-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) { .pw-why-grid { grid-template-columns: 1fr; } }

.pw-why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pw-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.pw-why-item h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
}
.pw-why-item p {
  font-size: 0.78rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* ── Sidebar ── */
.pw-sidebar { position: sticky; top: 88px; }

/* ── Stats card ── */
.pw-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pw-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pw-stat-icon {
  width: 36px;
  height: 36px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.pw-stat-value {
  font-size: 0.97rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 2px;
  line-height: 1;
}
.pw-stat-label {
  font-size: 0.72rem;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
}

/* ── EMI Calculator ── */
.pw-emi-form { display: flex; flex-direction: column; gap: 10px; }
.pw-emi-field { display: flex; flex-direction: column; gap: 4px; }
.pw-emi-field label { font-size: 0.78rem; font-weight: 600; color: #374151; }
.pw-emi-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 0;
  padding: 8px 10px;
  font-size: 0.88rem;
  color: #1e293b;
  background: #fafafa;
  outline: none;
  transition: border-color 0.15s;
}
.pw-emi-input:focus { border-color: #7c3aed; background: #fff; }
.pw-emi-calc-btn {
  background: #7c3aed;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 2px;
}
.pw-emi-calc-btn:hover { background: #6d28d9; }
.pw-emi-result {
  background: #f5f3ff;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  margin-top: 4px;
}
.pw-emi-label { font-size: 0.75rem; color: #7c3aed; font-weight: 600; }
.pw-emi-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #5b21b6;
  line-height: 1;
}
.pw-emi-value em { font-size: 0.72rem; font-weight: 500; color: #7c3aed; font-style: normal; margin-left: 2px; }

/* ── Safety tips ── */
.pw-safety-card { background: #f0fdf4; border-color: #bbf7d0; }
.pw-safety-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.pw-safety-icon {
  width: 34px;
  height: 34px;
  background: #16a34a;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.pw-safety-header h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #15803d;
  margin: 0;
}
.pw-safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pw-safety-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.78rem;
  color: #166534;
  line-height: 1.45;
}
.pw-safety-list li i { color: #16a34a; margin-top: 2px; font-size: 0.75rem; }

/* ── Quick contact ── */
.pw-quick-sub { font-size: 0.78rem; color: #64748b; margin: 0 0 12px; }
.pw-quick-btns { display: flex; flex-direction: column; gap: 8px; }
.pw-quick-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #2563eb;
  color: #fff;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}
.pw-quick-call:hover { background: #1d4ed8; color: #fff; }
.pw-quick-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #16a34a;
  color: #fff;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
}
.pw-quick-wa:hover { background: #15803d; color: #fff; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .pw-body {
    grid-template-columns: 1fr;
  }
  .pw-sidebar { position: static; }
}
@media (max-width: 600px) {
  .pw-hero { padding: 24px 18px; }
  .pw-hero-title { font-size: 1.4rem; }
  .pw-page { padding: 16px 12px 40px; }
  .pw-services-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .pw-services-grid { grid-template-columns: 1fr; }
}
