/* Theme header */
Theme Name: PagePilot Landing
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Clean product landing page theme inspired by your screenshot.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: pagepilot-landing

*/

:root{--bg:#f7f8fb;--card:#ffffff;--text:#0f172a;--muted:#475569;--primary:#111827;--ring:#e5e7eb;--shadow:0 10px 30px rgba(2,8,23,.06);--radius:16px;}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;}
.container{max-width:1150px;margin:0 auto;padding:20px;}
.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;}
.grid{display:grid;gap:24px;}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));}
@media (max-width:900px){.grid-2{grid-template-columns:1fr;}}
.header{position:sticky;top:0;background:rgba(255,255,255,.8);backdrop-filter:blur(8px);border-bottom:1px solid var(--ring);z-index:10;}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;}
.brand{display:flex;align-items:center;gap:10px;font-weight:700}
.brand .logo{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#22d3ee);}
.nav-btn{border:1px solid var(--ring);border-radius:14px;padding:10px 14px;background:#fff;}
.badge{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;border:1px solid #e0e7ff;color:#3730a3;border-radius:999px;padding:6px 10px;font-size:12px;}
.hero-title{font-size:32px;line-height:1.2;margin:8px 0 8px;}
.price{font-size:28px;font-weight:800;}
.strike{color:#64748b;text-decoration:line-through;font-weight:500;margin-left:8px;}
.rating{display:flex;align-items:center;gap:8px;margin:8px 0;}
.star{font-size:18px;color:#f59e0b}
.kicker{color:var(--muted);font-size:14px;margin-bottom:12px;}
.cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border-radius:12px;background:#0f172a;color:#fff;text-decoration:none;font-weight:700;border:1px solid #0b1220;box-shadow:var(--shadow);}
.cta.secondary{background:#fff;color:#0f172a;border:1px solid var(--ring);}
.gallery{display:flex;gap:10px;align-items:center;overflow:auto}
.gallery img{width:80px;height:80px;object-fit:cover;border-radius:10px;border:1px solid var(--ring);}
.section{margin-top:30px;}
.section h2{font-size:26px;margin:4px 0 12px;}
.section p.lead{color:var(--muted);max-width:760px;}
.round-wrap{display:flex;align-items:center;gap:24px}
.round{width:320px;height:320px;border-radius:999px;overflow:hidden;border:8px solid #fff;box-shadow:var(--shadow);}
.round img{width:100%;height:100%;object-fit:cover;}
.round-list{display:grid;gap:14px;}
.round-item{display:flex;align-items:flex-start;gap:10px;}
.round-item strong{display:block}
.compare{border:1px solid var(--ring);border-radius:14px;overflow:hidden}
.compare table{width:100%;border-collapse:collapse}
.compare th, .compare td{padding:12px 14px;border-bottom:1px solid var(--ring);text-align:left}
.compare th{background:#fafafa;font-weight:700}
.compare tr:last-child td{border-bottom:none}
.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
@media (max-width:900px){.cards{grid-template-columns:1fr;}}
.card-img{width:100%;border-radius:12px;border:1px solid var(--ring);}
.accordion details{border:1px solid var(--ring);border-radius:12px;padding:12px 14px;background:#fff}
.accordion details+details{margin-top:12px;}
.accordion summary{cursor:pointer;font-weight:600}
.reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width:900px){.reviews{grid-template-columns:1fr;}}
.review{border:1px solid var(--ring);border-radius:14px;background:#fff;padding:16px}
.review .meta{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.review .meta img{width:34px;height:34px;border-radius:999px;border:1px solid var(--ring);}
.products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
@media (max-width:900px){.products{grid-template-columns:repeat(2,minmax(0,1fr));}}
.product{border:1px solid var(--ring);border-radius:12px;padding:10px;text-align:center;background:#fff}
.product-icon{width:42px;height:42px;border-radius:10px;border:1px dashed var(--ring);margin:0 auto 8px;}
.footer-cta{display:flex;align-items:center;justify-content:center;gap:12px}
footer{padding:40px 0;color:var(--muted);}
