.pov-root{font-family:'Plus Jakarta Sans',sans-serif;width:100%;margin:0;padding:0;box-sizing:border-box}.pov-root *{box-sizing:border-box}.pov-head{display:flex;align-items:center;gap:14px;margin:0 0 20px 0;padding:0}.pov-head-icon{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgb(249 115 22 / .25)}.pov-head-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pov-head-text{flex:1;border-bottom:2px solid #f3f4f6;padding-bottom:10px}.pov-head-title{font-size:18px;font-weight:800;color:#111827;letter-spacing:-.2px;line-height:1;margin:0;padding:0}.pov-head-accent{display:flex;align-items:center;gap:5px;margin-top:6px}.pov-head-line{width:28px;height:2.5px;background:linear-gradient(90deg,#f97316,#fbbf24);border-radius:2px}.pov-head-dot{width:4px;height:4px;background:#fbbf24;border-radius:50%}.pov-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0}.pov-grid-extras{margin-top:12px}.pov-head-verified{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:4px 10px;background:#f1f5f9;border-radius:999px;font-size:11.5px;font-weight:600;color:#475569;letter-spacing:.2px}.pov-head-verified svg{width:12px;height:12px;stroke:#16a34a;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.pov-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;position:relative;overflow:hidden;transition:border-color 0.2s,box-shadow 0.2s,transform 0.2s;margin:0}.pov-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f97316,#fbbf24);opacity:0;transition:opacity 0.2s}.pov-card:hover{border-color:#fed7aa;box-shadow:0 4px 20px rgb(249 115 22 / .1);transform:translateY(-2px)}.pov-card:hover::after{opacity:1}.pov-card.pov-hl{background:linear-gradient(135deg,#fff7ed,#fffbf5);border-color:#fed7aa}.pov-card.pov-hl::after{opacity:1}.pov-card.pov-hl .pov-card-icon{background:linear-gradient(135deg,#f97316,#fbbf24);border-color:#fff0;box-shadow:0 3px 10px rgb(249 115 22 / .3)}.pov-card.pov-hl .pov-card-icon svg{stroke:#fff}.pov-card-icon{width:36px;height:36px;background:#fff7ed;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #fed7aa}.pov-card-icon svg{width:16px;height:16px;stroke:#f97316;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pov-card-body{flex:1;min-width:0;margin:0;padding:0}.pov-card-label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin:0 0 5px 0;line-height:1}.pov-card-value{font-size:13.5px;font-weight:700;color:#111827;line-height:1.3;word-break:break-word;margin:0;padding:0}.pov-card-value.pov-v-price{font-size:14.5px;color:#c2410c}.pov-card-value.pov-v-status{display:inline-flex;align-items:center;gap:6px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:20px}.pov-card-value.pov-v-status::before{content:'';width:6px;height:6px;background:#10b981;border-radius:50%;flex-shrink:0;animation:povPulse 2s ease-in-out infinite}@keyframes povPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.pov-card-value.pov-v-rera{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:11.5px;font-weight:600;padding:3px 10px;border-radius:20px}.pov-card-value.pov-v-rera-num{font-size:11.5px;font-weight:500;color:#374151;font-family:'Courier New',monospace;background:#f9fafb;border:1px solid #e5e7eb;padding:3px 8px;border-radius:6px;display:inline-block}.pov-card.pov-full{grid-column:1 / -1}@media (max-width:900px){.pov-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.pov-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pov-card{padding:12px 12px;gap:10px;border-radius:12px}.pov-card-icon{width:30px;height:30px}.pov-card-icon svg{width:14px;height:14px}.pov-card-value{font-size:12.5px}.pov-head-title{font-size:16px}}