*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f9fafb;color:#1f2937;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:50}
.header-inner{max-width:760px;margin:0 auto;padding:0 1rem;height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-icon{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#f43f5e,#ec4899);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-name{font-weight:700;font-size:16px;color:#111827}
.logo-sub{font-size:10px;color:#9ca3af}
.header-links{display:flex;align-items:center;gap:1rem}
.header-links a{font-size:13px;color:#6b7280}
.header-links a:hover{color:#f43f5e}
.header-cta{background:#f43f5e;color:#fff!important;padding:7px 18px;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap;transition:background .15s}
.header-cta:hover{background:#e11d48!important}

/* Layout */
.container{max-width:760px;margin:0 auto;padding:2rem 1rem 5rem}

/* Breadcrumb */
.breadcrumb{font-size:12px;color:#9ca3af;margin-bottom:1.5rem;display:flex;align-items:center;flex-wrap:wrap;gap:4px}
.breadcrumb a{color:#9ca3af}
.breadcrumb a:hover{color:#f43f5e}
.breadcrumb .sep{margin:0 2px}

/* Article */
.article-header{margin-bottom:2rem}
h1.article-title{font-size:1.9rem;font-weight:800;color:#111827;line-height:1.25;margin-bottom:.75rem}
.article-meta{font-size:12.5px;color:#9ca3af;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.tag{background:#fce7f3;color:#be185d;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600}
.lead{font-size:15.5px;color:#374151;background:#fff1f2;border-left:4px solid #f43f5e;padding:1.1rem 1.25rem;border-radius:0 12px 12px 0;line-height:1.8;margin-bottom:2rem}

/* Typography */
h2{font-size:1.3rem;font-weight:700;color:#111827;margin:2.5rem 0 .9rem;padding-bottom:.5rem;border-bottom:2px solid #fce7f3}
h3{font-size:1.05rem;font-weight:700;color:#374151;margin:1.75rem 0 .6rem}
p{color:#374151;margin-bottom:1rem;font-size:15px}
ul,ol{padding-left:1.5rem;margin-bottom:1rem}
li{color:#374151;font-size:15px;margin-bottom:.45rem;line-height:1.7}
strong{color:#111827;font-weight:700}

/* Table */
.table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.08)}
table{width:100%;border-collapse:collapse;font-size:14px;min-width:320px}
thead th{background:#f43f5e;color:#fff;padding:11px 14px;text-align:left;font-weight:600;white-space:nowrap}
tbody td{padding:9px 14px;border-bottom:1px solid #f3f4f6;color:#374151}
tbody tr:nth-child(even) td{background:#fafafa}
tbody tr:last-child td{border-bottom:none}

/* CTA */
.cta-box{background:linear-gradient(135deg,#f43f5e,#db2777);border-radius:20px;padding:1.75rem 1.5rem;text-align:center;margin:2.5rem 0}
.cta-box p{color:#fff;margin-bottom:1rem;font-size:15.5px;font-weight:500}
.cta-btn{display:inline-block;background:#fff;color:#f43f5e;font-weight:700;font-size:15px;padding:12px 32px;border-radius:999px;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px rgba(0,0,0,.15)}
.cta-btn:hover{transform:scale(1.04)}

/* FAQ */
.faq h2{margin-top:2.5rem}
.faq-item{background:#fff;border-radius:14px;padding:1.1rem 1.25rem;margin-bottom:.75rem;box-shadow:0 1px 4px rgba(0,0,0,.07)}
.faq-q{font-weight:700;font-size:14px;color:#111827;margin-bottom:.5rem;line-height:1.5}
.faq-a{font-size:14px;color:#374151;line-height:1.75;margin:0}

/* Info box */
.info-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1rem 1.25rem;margin:1.5rem 0}
.info-box p{font-size:14px;color:#166534;margin:0}
.warn-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:1rem 1.25rem;margin:1.5rem 0}
.warn-box p{font-size:14px;color:#92400e;margin:0}

/* Disclaimer */
.disclaimer{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:1.1rem 1.25rem;margin-top:3rem;font-size:13px;color:#92400e;line-height:1.75}

/* Blog index cards */
.articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}
.article-card{background:#fff;border-radius:20px;padding:1.25rem;box-shadow:0 1px 4px rgba(0,0,0,.07);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}
.article-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}
.card-icon{font-size:28px;margin-bottom:.75rem}
.card-title{font-size:15px;font-weight:700;color:#111827;line-height:1.4;margin-bottom:.5rem}
.card-desc{font-size:13px;color:#6b7280;line-height:1.65;flex:1;margin:0}
.card-link{display:inline-block;margin-top:1rem;font-size:13px;font-weight:600;color:#f43f5e}
.card-link:hover{text-decoration:underline}

/* Hero */
.blog-hero{background:linear-gradient(135deg,#fff1f2,#fce7f3);border-radius:20px;padding:2rem 1.5rem;margin-bottom:2rem;text-align:center}
.blog-hero h1{font-size:1.75rem;font-weight:800;color:#111827;margin-bottom:.5rem}
.blog-hero p{font-size:15px;color:#4b5563;max-width:480px;margin:0 auto}

/* Footer */
site-footer{background:#fff;border-top:1px solid #f3f4f6;margin-top:4rem}
.footer-inner{max-width:760px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}
.footer-nav a{font-size:12px;color:#9ca3af}
.footer-nav a:hover{color:#f43f5e}
.footer-copy{font-size:11px;color:#d1d5db}

@media(max-width:600px){
  h1.article-title{font-size:1.45rem}
  .articles-grid{grid-template-columns:1fr}
  .container{padding:1.5rem 1rem 4rem}
  .header-links{display:none}
}
