* { box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; margin: 0; background: #fff; color: #1a1a2e; line-height: 1.55; }
a { color: #005eb8; }
.topbar { background: #005eb8; color: #fff; }
.topbar .inner { max-width: 1000px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 27px; font-weight: 800; color: #fff; text-decoration: none; }
.logo span { font-weight: 300; }
nav.main a { color: #fff; text-decoration: none; margin-left: 22px; font-weight: 600; font-size: 15px; }
nav.main a:hover, nav.main a[aria-current] { text-decoration: underline; }
.hero { background: #f0f4f5; padding: 56px 20px; }
.hero .inner { max-width: 1000px; margin: 0 auto; }
.hero h1 { font-size: 34px; margin: 0 0 12px; max-width: 640px; }
.hero p.lead { font-size: 19px; color: #35414b; max-width: 620px; }
.btn { display: inline-block; background: #007f3b; color: #fff; font-weight: 700; padding: 14px 26px; border-radius: 6px; text-decoration: none; font-size: 17px; border: 0; cursor: pointer; }
.btn.secondary { background: #fff; color: #005eb8; border: 2px solid #005eb8; }
.wrap { max-width: 1000px; margin: 0 auto; padding: 40px 20px; }
.cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.card { background: #f8fafb; border: 1px solid #e2e7ea; border-radius: 10px; padding: 24px; }
.card h3 { margin-top: 0; color: #005eb8; }
.stat { font-size: 34px; font-weight: 800; color: #005eb8; }
.price-card { border: 2px solid #e2e7ea; border-radius: 12px; padding: 28px; text-align: center; }
.price-card.featured { border-color: #005eb8; box-shadow: 0 4px 14px rgba(0,94,184,.12); }
.price-card .amount { font-size: 42px; font-weight: 800; }
.price-card .amount small { font-size: 15px; font-weight: 400; color: #4c545b; }
.price-card ul { text-align: left; padding-left: 20px; color: #35414b; }
.badge { display: inline-block; background: #ffdd57; color: #1a1a2e; font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: 10px; letter-spacing: .4px; }
.review { border-left: 4px solid #005eb8; background: #f8fafb; padding: 16px 20px; border-radius: 0 8px 8px 0; margin-bottom: 18px; }
.review .who { color: #4c545b; font-size: 14px; margin-top: 8px; }
.stars { color: #b58105; letter-spacing: 2px; }
label { display: block; font-weight: 600; margin: 14px 0 4px; }
input, textarea, select { width: 100%; padding: 10px 12px; font-size: 16px; border: 2px solid #aeb7bd; border-radius: 6px; font-family: inherit; }
input:focus, textarea:focus, select:focus { outline: 3px solid #ffdd00; border-color: #1a1a2e; }
.notice { padding: 12px 16px; border-radius: 6px; margin-top: 14px; display: none; }
.notice.ok { background: #e7f3ec; color: #00703c; display: block; }
.notice.err { background: #fbe9e7; color: #b3261e; display: block; }
footer.site { background: #1a1a2e; color: #c6ccd1; margin-top: 48px; }
footer.site .inner { max-width: 1000px; margin: 0 auto; padding: 28px 20px; font-size: 13px; }
footer.site a { color: #fff; }
@media (max-width: 640px) { .hero h1 { font-size: 26px; } nav.main a { margin-left: 12px; } }

.brand { line-height: 1.15; }
.division { font-size: 12px; color: rgba(255,255,255,.85); letter-spacing: .3px; }
