Toyota RAV4

A collection page of TORQ ENGINEERING LLC

category
Products
15
Active ads
0
Depth
Published
2019/09/24

About

Why Choose TORQ – RAV4 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; background: #fff; color: #1a1a1a; } .torq-wrap { border-radius: 14px; overflow: hidden; border: 1px solid #e0e0e0; max-width: 1100px; margin: 0 auto; } /* Dark header */ .torq-header { background: #111; padding: 2.5rem 2.25rem 2.25rem; } .torq-eye { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #E07030; margin-bottom: 0.4rem; } .torq-heading { font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 0.5rem; line-height: 1.2; } .torq-sub { font-size: 15px; color: #777; line-height: 1.65; max-width: 540px; } /* Orange stats bar */ .torq-stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #B85C20; } .torq-stat { padding: 1.25rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); } .torq-stat:last-child { border-right: none; } .torq-stat-num { display: block; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 4px; } .torq-stat-num.inf { font-size: 34px; line-height: 1; } .torq-stat-lbl { font-size: 11px; color: rgba(255,255,255,0.65); line-height: 1.4; } /* Cards body */ .torq-body { background: #fff; padding: 2rem 2.25rem 2.25rem; } .torq-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } @media (max-width: 800px) { .torq-cards { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 500px) { .torq-cards { grid-template-columns: 1fr; } .torq-stats { grid-template-columns: repeat(2, 1fr); } .torq-stat:nth-child(2) { border-right: none; } .torq-stat:nth-child(3), .torq-stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.2); } } .torq-card { background: #f9f8f6; border: 1px solid #e8e8e8; border-radius: 10px; padding: 1.25rem 1.1rem; } .torq-icon { width: 36px; height: 36px; background: #FBF0E8; border-radius: 8px; display: flex; align