*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Raleway', sans-serif; background: #FFF9F4; color: #271610; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Lora', Georgia, serif; }
:root { --bg:#FFF9F4;--surface:#FFFFFF;--dark:#271610;--muted:#9C7E74;--border:#EDE3DC;--primary:#E8796A;--primary-dk:#B85A47; }
.container { max-width: 860px; margin: 0 auto; padding: 0 24px; }

nav { position:fixed;top:14px;left:50%;transform:translateX(-50%);z-index:200;width:calc(100% - 32px);max-width:900px;background:rgba(255,249,244,.88);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:99px;padding:0 8px 0 20px;height:52px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 24px rgba(39,22,16,.07); }
.nav-logo { display:flex;align-items:center;gap:8px;font-family:'Lora',serif;font-weight:700;font-size:17px;color:var(--dark);text-decoration:none; }
.nav-dot { width:8px;height:8px;border-radius:50%;background:var(--primary);animation:pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.8)} }
.nav-links-hide { display:flex;gap:24px; }
.nav-links-hide a { font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s; }
.nav-links-hide a:hover { color:var(--primary); }
@media(max-width:640px){.nav-links-hide{display:none;}}

.btn-primary { display:inline-flex;align-items:center;gap:6px;background:var(--primary);color:#fff;font-weight:700;font-size:14px;padding:10px 20px;border-radius:99px;text-decoration:none;transition:background .2s;font-family:'Raleway',sans-serif;box-shadow:0 4px 16px rgba(232,121,106,.35); }
.btn-primary:hover { background:var(--primary-dk); }
.btn-dl { display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;border-radius:14px;padding:12px 22px;text-decoration:none;transition:opacity .2s,transform .15s;cursor:pointer; }
.btn-dl:hover { opacity:.85;transform:translateY(-1px); }
.btn-dl-sub { font-size:10px;opacity:.6;font-weight:400;display:block;line-height:1;margin-bottom:1px;font-family:'Raleway',sans-serif; }
.btn-dl-main { font-size:15px;font-weight:800;display:block;line-height:1;font-family:'Raleway',sans-serif; }
.btn-ghost { display:inline-flex;align-items:center;gap:6px;border:1.5px solid var(--border);color:var(--dark);font-weight:600;font-size:14px;padding:12px 22px;border-radius:99px;text-decoration:none;font-family:'Raleway',sans-serif;transition:border-color .2s,color .2s; }
.btn-ghost:hover { border-color:var(--primary);color:var(--primary); }

.breadcrumb-bar { padding:80px 24px 0; }
.breadcrumb-list { display:flex;gap:6px;align-items:center;font-size:13px;font-family:'Raleway',sans-serif;list-style:none; }
.breadcrumb-list li { color:var(--muted); }
.breadcrumb-list a { color:var(--muted);text-decoration:none; }
.breadcrumb-list a:hover { color:var(--primary); }
.breadcrumb-sep { color:var(--border); }

.page-hero { padding:40px 24px 48px;background:radial-gradient(ellipse 80% 50% at 50% -5%,#FFE4DE 0%,var(--bg) 65%);text-align:center; }
.eyebrow { display:inline-flex;align-items:center;gap:7px;background:rgba(232,121,106,.1);border:1px solid rgba(232,121,106,.25);border-radius:99px;padding:5px 14px;font-size:11px;font-weight:800;color:var(--primary);letter-spacing:.3px;font-family:'Raleway',sans-serif;margin-bottom:24px; }
.eyebrow-dot { width:6px;height:6px;border-radius:50%;background:var(--primary);display:inline-block; }
.page-hero h1 { font-size:clamp(32px,6vw,60px);font-weight:700;line-height:1.08;letter-spacing:-1.5px;margin-bottom:20px; }
.page-hero h1 em { font-style:italic;color:var(--primary); }
.page-hero .lead { font-size:clamp(16px,2vw,18px);color:var(--muted);line-height:1.7;max-width:560px;margin:0 auto 36px; }
.ctas { display:flex;justify-content:center;gap:12px;flex-wrap:wrap; }

.article { padding:72px 24px 100px; }
.article h2 { font-size:clamp(22px,3vw,32px);font-weight:700;margin:56px 0 16px;line-height:1.2; }
.article h2:first-child { margin-top:0; }
.article h3 { font-size:18px;font-weight:700;margin:28px 0 10px; }
.article p { font-size:16px;line-height:1.8;color:#4A3530;margin-bottom:18px;font-family:'Raleway',sans-serif; }
.article ul,.article ol { padding-left:22px;margin-bottom:18px; }
.article li { font-size:16px;line-height:1.8;color:#4A3530;margin-bottom:8px;font-family:'Raleway',sans-serif; }
.article strong { color:var(--dark); }
.article a { color:var(--primary);text-decoration:none; }
.article a:hover { text-decoration:underline; }
.divider { border:none;border-top:1px solid var(--border);margin:48px 0; }

.callout { background:#FFF5F3;border:1.5px solid rgba(232,121,106,.3);border-radius:16px;padding:20px 24px;margin:28px 0; }
.callout p { margin-bottom:0;color:var(--dark); }

.cmp-wrap { overflow-x:auto;margin:28px 0; }
.cmp { width:100%;border-collapse:collapse;border-radius:16px;overflow:hidden;border:1px solid var(--border); }
.cmp th { background:var(--dark);color:#F0E4DC;font-size:13px;font-weight:700;padding:14px 18px;text-align:left;font-family:'Raleway',sans-serif; }
.cmp th:first-child { background:#3a2820; }
.cmp td { font-size:14px;padding:13px 18px;border-bottom:1px solid var(--border);font-family:'Raleway',sans-serif;color:#4A3530;vertical-align:middle; }
.cmp tr:last-child td { border-bottom:none; }
.cmp tr:nth-child(even) td { background:#FDFAF8; }
.cmp td:first-child { font-weight:600;color:var(--dark); }
.yes { color:var(--primary);font-weight:800;font-size:15px; }
.no  { color:#D1C4BE;font-weight:800;font-size:15px; }
.partial { color:#C49A6C;font-weight:700;font-size:12px; }

.verdict { background:var(--dark);border-radius:20px;padding:32px 36px;margin:40px 0;color:#F0E4DC;display:flex;gap:24px;align-items:flex-start; }
.verdict-icon { flex-shrink:0;margin-top:2px; }
.verdict h3 { font-size:20px;margin-bottom:8px;color:#F0E4DC; }
.verdict p { color:rgba(240,228,220,.65);margin-bottom:0;font-size:15px; }

.cta-band { background:radial-gradient(ellipse 80% 60% at 50% 100%,#FFE4DE 0%,var(--bg) 60%);padding:80px 24px;text-align:center; }
.cta-band h2 { font-size:clamp(28px,4vw,48px);font-weight:700;letter-spacing:-1px;margin-bottom:14px; }
.cta-band p { font-size:17px;color:var(--muted);margin-bottom:32px;font-family:'Raleway',sans-serif; }

.faq-section { padding:72px 24px;background:#F7F3EF; }
.faq-list { max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:8px; }
.faq-item { background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden; }
.faq-q { width:100%;text-align:left;padding:18px 22px;background:none;border:none;cursor:pointer;font-family:'Raleway',sans-serif;font-size:15px;font-weight:700;color:var(--dark);display:flex;justify-content:space-between;align-items:center;gap:14px; }
.faq-q:hover { color:var(--primary); }
.faq-ch { font-size:14px;transition:transform .25s;color:var(--muted);flex-shrink:0; }
.faq-item.open .faq-ch { transform:rotate(180deg); }
.faq-a { font-size:14px;color:var(--muted);line-height:1.8;padding:0 22px 18px;display:none;font-family:'Raleway',sans-serif; }
.faq-item.open .faq-a { display:block; }

footer { background:var(--dark);padding:40px 24px;text-align:center; }
.footer-logo { font-family:'Lora',serif;font-weight:700;font-size:18px;color:#F0E4DC;margin-bottom:14px; }
.footer-links { display:flex;justify-content:center;gap:20px;margin-bottom:16px;flex-wrap:wrap; }
.footer-links a { color:rgba(240,228,220,.45);text-decoration:none;font-size:13px;font-family:'Raleway',sans-serif;transition:color .2s; }
.footer-links a:hover { color:var(--primary); }
.footer-copy { color:rgba(240,228,220,.2);font-size:12px;font-family:'Raleway',sans-serif; }
