*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:#111}
a{color:#0b5bd3;text-decoration:none}
header .brand-wrap{background:#1990ff;color:#fff;text-align:center;padding:28px 12px}
.brand-logo{width:72px;height:72px;border-radius:999px;display:block;margin:0 auto 10px auto;background:#22c55e;display:grid;place-items:center;color:#fff;font-weight:700}
.brand-logo img{width:72px;height:72px}
.brand-title{font-size:32px;font-weight:800;margin:6px 0 4px 0}
nav{background:#2d2d2d;color:#fff}
nav .container{max-width:980px;margin:0 auto;padding:10px 12px;display:flex;gap:18px;justify-content:center}
nav a{color:#fff;font-weight:700;padding:8px 12px;border-radius:6px}
nav a:hover{background:#3a3a3a}
.container{max-width:980px;margin:0 auto;padding:22px 16px}
.hero-title{font-size:26px;text-align:center;margin:14px 0 10px 0;color:#1f2937;font-weight:800}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}
footer{border-top:1px solid #e5e7eb;margin-top:34px}
footer .container{color:#6b7280;font-size:14px}
.table{width:100%;border-collapse:collapse}
.table th,.table td{border:1px solid #e5e7eb;padding:10px;text-align:left}
.notice{background:#eef7ff;border-left:4px solid #60a5fa;padding:12px;border-radius:6px}
/* --- Pricing Grid Styles --- */
.price-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 40px;
}

.price-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  position: relative;
}

.price-card .price {
  font-size: 28px;
  color: #0f172a;
  margin: 8px 0;
  font-weight: 800;
}

.price-card .muted {
  color: #64748b;
  font-size: 14px;
}

.price-card .btn-primary {
  display: inline-block;
  margin-top: 16px;
  background: #0b5bd3;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
}

.price-card.highlight {
  border: 2px solid #0b5bd3;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.price-card .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0b5bd3;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

/* --- FAQ styles --- */
.faq-wrap{max-width:920px;margin:28px auto}
.faq-acc details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden}
.faq-acc summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:800;color:#0f172a;display:flex;align-items:center;justify-content:space-between}
.faq-acc summary::-webkit-details-marker{display:none}
.faq-acc details div{padding:0 16px 16px 16px;color:#374151;line-height:1.6}
.faq-acc details[open]{border-color:#cde4ff;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.faq-acc a{color:#0b5bd3;font-weight:700}

/* --- FAQ Accordion Styles --- */
.faq-wrap {
  max-width: 900px;
  margin: 30px auto;
  padding: 0 20px;
}
.faq-acc details {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.faq-acc summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc details[open] summary {
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
.faq-acc details div {
  padding: 16px 20px;
  color: #374151;
  line-height: 1.6;
  font-size: 15px;
}
.faq-acc a {
  color: #0b5bd3;
  font-weight: 600;
  text-decoration: none;
}
.faq-acc a:hover { text-decoration: underline; }

/* --- FAQ Accordion Styles --- */
.faq-wrap{max-width:900px;margin:30px auto;padding:0 20px}
.faq-acc details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:14px;box-shadow:0 2px 6px rgba(0,0,0,.04)}
.faq-acc summary{cursor:pointer;list-style:none;padding:16px 20px;font-weight:700;font-size:16px;color:#0f172a;display:flex;align-items:center;justify-content:space-between}
.faq-acc summary::-webkit-details-marker{display:none}
.faq-acc details[open] summary{border-bottom:1px solid #e5e7eb;background:#f9fafb}
.faq-acc details div{padding:16px 20px;color:#374151;line-height:1.6;font-size:15px}
.faq-acc a{color:#0b5bd3;font-weight:600;text-decoration:none}
.faq-acc a:hover{text-decoration:underline}

/* --- Policy page polish --- */
.policy-wrap{max-width:920px;margin:28px auto}
.card-slim{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;margin-bottom:14px}
.card-slim h2{margin:0 0 8px;color:#0f172a;font-size:20px}
.card-slim p,.card-slim li{color:#374151;line-height:1.7}
.card-slim ul{margin:8px 0 0 18px}
