
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Helvetica,Arial,sans-serif;color:#1E293B;background:#FFFFFF;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:#B45309;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{max-width:1180px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{background:#FFFFFF;border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px;flex-wrap:wrap}
.brand{font-weight:800;font-size:1.25rem;letter-spacing:-.02em;color:#1E293B}
.brand span{color:#B45309}
.nav{display:flex;gap:6px;flex-wrap:wrap}
.nav a{padding:8px 14px;border-radius:8px;color:#475569;font-weight:500;font-size:.95rem}
.nav a:hover{background:#F8FAFC;color:#1E293B;text-decoration:none}
.nav a.active{background:#1E293B;color:#fff}

/* Hero */
.hero{padding:72px 0;background:#F8FAFC;border-bottom:1px solid #E2E8F0}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}
.eyebrow{display:inline-block;background:#1E293B;color:#fff;padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
h1{font-size:clamp(2rem,4.4vw,3.4rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:20px;font-weight:800}
.lead{font-size:1.15rem;color:#475569;margin-bottom:28px;max-width:62ch}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-top:8px}
.btn{display:inline-block;padding:14px 26px;border-radius:10px;font-weight:600;font-size:1rem;border:1px solid transparent;transition:transform .15s ease}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-primary{background:#B45309;color:#fff}
.btn-primary:hover{background:#92400E;color:#fff}
.btn-ghost{background:#fff;color:#1E293B;border-color:#E2E8F0}
.btn-ghost:hover{background:#F8FAFC}
.hero-img{border-radius:18px;overflow:hidden;border:1px solid #E2E8F0;box-shadow:0 30px 80px -40px rgba(15,23,42,.35)}

/* Sections */
section{padding:72px 0}
.section-head{max-width:720px;margin:0 auto 48px;text-align:center}
.section-head h2{font-size:clamp(1.75rem,3vw,2.4rem);letter-spacing:-.02em;margin-bottom:14px;font-weight:800}
.section-head p{color:#475569;font-size:1.05rem}
h2{font-weight:800;letter-spacing:-.01em}
h3{font-weight:700;margin-bottom:10px;font-size:1.2rem}

/* Cards */
.grid{display:grid;gap:24px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:28px;transition:border-color .2s}
.card:hover{border-color:#CBD5E1}
.card .icon{width:44px;height:44px;border-radius:10px;background:#F8FAFC;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px;border:1px solid #E2E8F0}
.card p{color:#475569}

/* Image card */
.shot{border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;background:#fff}
.shot img{width:100%;aspect-ratio:3/4;object-fit:cover}
.shot-caption{padding:14px 18px;font-size:.92rem;color:#475569;border-top:1px solid #E2E8F0}

/* Stat / ratings */
.bar-row{display:grid;grid-template-columns:140px 1fr 56px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #E2E8F0}
.bar-row:last-child{border-bottom:0}
.bar-label{font-weight:600;color:#1E293B}
.bar{height:10px;background:#F8FAFC;border-radius:999px;overflow:hidden;border:1px solid #E2E8F0}
.bar > span{display:block;height:100%;background:#B45309;border-radius:999px}
.bar-score{text-align:right;font-weight:700;color:#1E293B}

/* Table */
.tbl{width:100%;border-collapse:collapse;background:#fff;border:1px solid #E2E8F0;border-radius:14px;overflow:hidden}
.tbl th,.tbl td{padding:14px 18px;text-align:left;border-bottom:1px solid #E2E8F0;vertical-align:top}
.tbl th{background:#F8FAFC;font-weight:700;color:#1E293B}
.tbl tr:last-child td{border-bottom:0}
.pros td:first-child,.pros th:first-child{color:#15803D}
.cons td:last-child,.cons th:last-child{color:#B91C1C}

/* FAQ */
.faq{max-width:840px;margin:0 auto}
.faq details{background:#fff;border:1px solid #E2E8F0;border-radius:12px;margin-bottom:12px;overflow:hidden}
.faq summary{cursor:pointer;padding:18px 22px;font-weight:600;color:#1E293B;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;color:#B45309;font-weight:400}
.faq details[open] summary::after{content:"\2212"}
.faq .a{padding:0 22px 20px;color:#475569}

/* Blog */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.post{border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.post img{aspect-ratio:16/10;object-fit:cover}
.post-body{padding:22px;display:flex;flex-direction:column;flex:1}
.post-meta{color:#94A3B8;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}
.post h3{font-size:1.15rem;margin-bottom:10px}
.post p{color:#475569;font-size:.95rem;margin-bottom:14px;flex:1}
.post a.more{font-weight:600;color:#B45309}

/* Article */
.article{max-width:780px;margin:0 auto}
.article h1{font-size:clamp(1.9rem,3.5vw,2.8rem);margin-bottom:14px}
.article .meta{color:#94A3B8;font-size:.9rem;margin-bottom:24px;letter-spacing:.04em;text-transform:uppercase}
.article img{border-radius:14px;border:1px solid #E2E8F0;margin:24px 0}
.article p{margin-bottom:18px;color:#334155;font-size:1.05rem}
.article h2{font-size:1.5rem;margin:32px 0 12px}
.article h3{font-size:1.2rem;margin:24px 0 10px}
.article ul{padding-left:22px;margin-bottom:18px;color:#334155}
.article li{margin-bottom:8px}
.article blockquote{border-left:3px solid #B45309;padding:8px 18px;color:#475569;font-style:italic;margin:20px 0;background:#F8FAFC;border-radius:6px}

/* Forms */
.form{max-width:640px;margin:0 auto;background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:32px}
.field{margin-bottom:18px}
.field label{display:block;font-weight:600;margin-bottom:6px;color:#1E293B}
.field input,.field textarea{width:100%;padding:12px 14px;border:1px solid #E2E8F0;border-radius:10px;font:inherit;color:#1E293B;background:#F8FAFC}
.field input:focus,.field textarea:focus{outline:2px solid #B45309;outline-offset:1px;background:#fff}
.field textarea{min-height:140px;resize:vertical}

/* Legal block */
.legal{max-width:820px;margin:0 auto}
.legal h2{margin:28px 0 10px;font-size:1.3rem}
.legal p,.legal ul{color:#334155;margin-bottom:14px}
.legal ul{padding-left:22px}

/* Footer */
.site-footer{background:#1E293B;color:#CBD5E1;padding:56px 0 28px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px;margin-bottom:32px}
.site-footer h4{color:#fff;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.site-footer a{color:#CBD5E1;display:block;padding:4px 0;font-size:.95rem}
.site-footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid #334155;padding-top:20px;font-size:.85rem;color:#94A3B8;text-align:center}
.footer-bottom strong{color:#fff}

/* Cookie banner */
.cookie{position:fixed;left:20px;right:20px;bottom:20px;max-width:520px;margin:0 auto;background:#1E293B;color:#fff;padding:20px 22px;border-radius:14px;box-shadow:0 20px 50px -20px rgba(0,0,0,.4);z-index:100;display:none}
.cookie.show{display:block}
.cookie p{margin-bottom:14px;font-size:.92rem;color:#CBD5E1}
.cookie .row{display:flex;gap:10px}
.cookie button{flex:1;padding:10px 14px;border-radius:8px;border:0;cursor:pointer;font-weight:600;font-size:.9rem}
.cookie .accept{background:#B45309;color:#fff}
.cookie .decline{background:transparent;color:#CBD5E1;border:1px solid #475569}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:32px}
  .grid-3,.posts{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .bar-row{grid-template-columns:120px 1fr 50px}
}
