*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,’Segoe UI’,Roboto,sans-serif}
/* ── HERO ── */
.ctp-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:90px 24px 80px;text-align:center;position:relative;overflow:hidden}
.ctp-hero::before{content:”;position:absolute;inset:0;background:url(“data:image/svg+xml,%3Csvg width=’60’ height=’60’ viewBox=’0 0 60 60′ xmlns=’http://www.w3.org/2000/svg’%3E%3Cg fill=’none’ fill-rule=’evenodd’%3E%3Cg fill=’%23ffffff’ fill-opacity=’0.03’%3E%3Cpath d=’M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z’/%3E%3C/g%3E%3C/g%3E%3C/svg%3E”)}
.ctp-hero-inner{max-width:760px;margin:0 auto;position:relative}
.ctp-hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(232,93,38,0.2);border:1px solid rgba(232,93,38,0.4);color:#ff7a45;font-size:12px;font-weight:600;padding:5px 14px;border-radius:20px;margin-bottom:24px;letter-spacing:0.04em;text-transform:uppercase}
.ctp-hero h1{font-size:clamp(32px,5vw,54px);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-1px;margin-bottom:20px}
.ctp-hero h1 em{color:#e85d26;font-style:normal}
.ctp-hero p{font-size:18px;color:#aab4c8;line-height:1.7;max-width:560px;margin:0 auto 36px}
.ctp-hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.ctp-hero-btn-primary{background:#e85d26;color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:8px;text-decoration:none;transition:opacity 0.15s}
.ctp-hero-btn-primary:hover{opacity:0.88}
.ctp-hero-btn-secondary{background:rgba(255,255,255,0.1);border:1.5px solid rgba(255,255,255,0.2);color:#fff;font-size:15px;font-weight:600;padding:14px 28px;border-radius:8px;text-decoration:none;transition:background 0.15s}
.ctp-hero-btn-secondary:hover{background:rgba(255,255,255,0.18)}
.ctp-hero-stats{display:flex;justify-content:center;gap:40px;margin-top:52px;flex-wrap:wrap}
.ctp-hero-stat .num{font-size:28px;font-weight:800;color:#fff}
.ctp-hero-stat .lbl{font-size:12px;color:#aab4c8;margin-top:2px;letter-spacing:0.04em;text-transform:uppercase}
/* ── TRUST BAR ── */
.ctp-trust-bar{background:#fff;border-bottom:1px solid #eee;padding:16px 24px}
.ctp-trust-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.ctp-trust-item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#555}
.ctp-trust-item svg{width:16px;height:16px;fill:#e85d26}
/* ── SECTION ── */
.ctp-section{padding:70px 24px}
.ctp-section-inner{max-width:1200px;margin:0 auto}
.ctp-section-label{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#e85d26;margin-bottom:10px}
.ctp-section-title{font-size:clamp(24px,3.5vw,34px);font-weight:800;color:#1a1a2e;letter-spacing:-0.5px;margin-bottom:12px;line-height:1.25}
.ctp-section-sub{font-size:16px;color:#666;max-width:520px;line-height:1.6;margin-bottom:40px}
/* ── HOW IT WORKS ── */
.ctp-how{background:#f8f8fb}
.ctp-how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.ctp-how-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:28px 24px;position:relative}
.ctp-how-num{font-size:40px;font-weight:900;color:#f0f0f5;line-height:1;margin-bottom:12px}
.ctp-how-icon{width:44px;height:44px;background:#fff5f0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.ctp-how-icon svg{width:22px;height:22px;fill:#e85d26}
.ctp-how-card h3{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.ctp-how-card p{font-size:13.5px;color:#666;line-height:1.6}
/* ── CATEGORIES ── */
.ctp-cats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}
.ctp-cat-card{background:#fff;border:1.5px solid #eee;border-radius:12px;padding:24px 16px;text-align:center;text-decoration:none;transition:all 0.18s}
.ctp-cat-card:hover{border-color:#e85d26;transform:translateY(-3px);box-shadow:0 8px 24px rgba(232,93,38,0.12)}
.ctp-cat-icon{width:52px;height:52px;background:#fff5f0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.ctp-cat-icon svg{width:26px;height:26px;fill:#e85d26}
.ctp-cat-card h3{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.ctp-cat-card p{font-size:12px;color:#888}
/* ── FEATURED REVIEWS ── */
.ctp-reviews-bg{background:#f8f8fb}
.ctp-reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.ctp-review-card{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;transition:box-shadow 0.18s}
.ctp-review-card:hover{box-shadow:0 10px 30px rgba(0,0,0,0.08)}
.ctp-review-card-top{background:linear-gradient(135deg,#1a1a2e,#0f3460);padding:24px;display:flex;align-items:center;gap:16px}
.ctp-review-card-thumb{width:56px;height:56px;background:rgba(255,255,255,0.1);border-radius:10px;display:flex;align-items:center;justify-content:center}
.ctp-review-card-thumb svg{width:30px;height:30px;fill:#fff}
.ctp-review-card-meta h3{font-size:16px;font-weight:700;color:#fff;margin-bottom:4px}
.ctp-review-card-meta .category{font-size:11px;color:#aab4c8;text-transform:uppercase;letter-spacing:0.06em}
.ctp-score-badge{margin-left:auto;background:#e85d26;color:#fff;font-size:18px;font-weight:900;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}
.ctp-review-card-body{padding:20px 24px}
.ctp-stars{color:#f59e0b;font-size:15px;margin-bottom:8px}
.ctp-review-card-body p{font-size:13.5px;color:#555;line-height:1.65;margin-bottom:16px}
.ctp-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}
.ctp-pro,.ctp-con{font-size:12px;padding:6px 10px;border-radius:6px}
.ctp-pro{background:#f0fdf4;color:#166534}
.ctp-con{background:#fff5f5;color:#991b1b}
.ctp-review-link{display:block;text-align:center;background:#1a1a2e;color:#fff;font-size:13px;font-weight:700;padding:11px;border-radius:8px;text-decoration:none;transition:background 0.15s}
.ctp-review-link:hover{background:#e85d26}
/* ── WHY US ── */
.ctp-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.ctp-why-card{padding:28px 24px;border-left:3px solid #e85d26}
.ctp-why-card h3{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.ctp-why-card p{font-size:13.5px;color:#666;line-height:1.65}
/* ── CTA BANNER ── */
.ctp-cta-banner{background:linear-gradient(135deg,#e85d26,#c94a18);padding:70px 24px;text-align:center}
.ctp-cta-banner h2{font-size:clamp(24px,4vw,36px);font-weight:800;color:#fff;margin-bottom:14px;letter-spacing:-0.5px}
.ctp-cta-banner p{font-size:17px;color:rgba(255,255,255,0.85);max-width:480px;margin:0 auto 32px;line-height:1.65}
.ctp-cta-btn{display:inline-block;background:#fff;color:#e85d26;font-size:15px;font-weight:800;padding:14px 36px;border-radius:8px;text-decoration:none;transition:opacity 0.15s}
.ctp-cta-btn:hover{opacity:0.9}
@media(max-width:600px){.ctp-hero-stats{gap:24px}.ctp-trust-bar-inner{gap:16px}}
Trusted Independent Reviews
Make Smarter Purchases with Honest Reviews
We research, test, and compare products so you don’t have to. Get unbiased reviews, expert buying guides, and side-by-side comparisons before you spend a rupee.
No paid placements
Real hands-on testing
Full affiliate disclosure
Updated regularly
Our Process
How We Review Products
Every review follows a strict methodology — so you always know what you’re getting.
01
Deep Research
We study specs, user reports, expert opinions, and manufacturer claims before touching the product.
02
Hands-on Testing
Products are tested in real conditions over days or weeks — not just unboxed and photographed.
03
Honest Scoring
Scores reflect performance, value, and real-world usability — never influenced by brand relationships.
04
Compare & Conclude
We pit competitors head-to-head so you can instantly see which product wins for your specific needs.
Browse by Category
What We Cover
From tech gadgets to home appliances — we review products across all major categories.
Editor’s Picks
Featured Reviews
Our most recent in-depth reviews — each with pros, cons, and a final verdict.
★★★★★
An outstanding value pick with flagship-like camera performance, all-day battery, and a premium build that defies its price tag.
✓ Great camera
✗ No fast charge
✓ Long battery
✗ Average display
Read Full Review →
★★★★½
Lightweight, fast, and affordable — this laptop handles everything from assignments to light creative work without breaking a sweat.
✓ Thin & light
✗ Limited ports
✓ Great keyboard
✗ No touchscreen
Read Full Review →
★★★★★
Quiet, efficient, and easy to maintain — this air purifier covers large rooms and removes 99.97% of pollutants with its HEPA filtration.
✓ Near-silent
✗ Pricey filters
✓ Large coverage
✗ No app control
Read Full Review →
Why ConsumerTrustPoint
Reviews You Can Actually Trust
We’re not affiliated with any brand. Our only loyalty is to you — the reader.
🔍 No Sponsored Content
We never accept money to write positive reviews. Every verdict is earned through testing, not cheques.
📊 Data-Driven Scoring
Our scores are calculated from weighted criteria — performance, value, design, durability, and support.
🔄 Regular Updates
Products change. So do our reviews. We revisit and update content when new versions or competitors emerge.
💬 Community Driven
Reader feedback shapes our coverage. If we missed something, our community makes sure we cover it next.
Looking for the Best Product in a Category?
Browse our curated buying guides and comparison charts to find exactly what fits your budget and needs.
Browse All Reviews