* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: linear-gradient(165deg, #f8fafc 0%, #ecfdf5 40%, #fafafa 100%); color: #18181b; line-height: 1.55; }
.wrap { max-width: 44rem; margin: 0 auto; padding: 1.25rem 1rem 3rem; }
.wrap-wide { max-width: 52rem; }
.top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: 1rem; flex-wrap: wrap; }
.top a { font-size: .8125rem; text-decoration: none; color: #047857; font-weight: 600; }
.nav-links { display: flex; flex-wrap: wrap; gap: .35rem .75rem; font-size: .75rem; }
.nav-links a { color: #52525b; font-weight: 500; text-decoration: none; }
.nav-links a:hover { color: #047857; }
.card { background: #fff; border: 1px solid #e4e4e7; border-radius: 1.25rem; padding: 1.5rem; box-shadow: 0 8px 24px -12px rgba(0,0,0,.12); margin-bottom: 1rem; }
.badge { display: inline-block; font-size: .625rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 999px; padding: .3rem .7rem; margin-bottom: .75rem; }
h1 { font-size: clamp(1.5rem, 4vw, 2rem); margin: 0 0 .5rem; letter-spacing: -.03em; line-height: 1.15; }
h2 { font-size: 1rem; margin: 1.25rem 0 .4rem; color: #18181b; }
h3 { font-size: .9rem; margin: 0 0 .25rem; }
p, li { font-size: .9rem; color: #52525b; }
.lead { font-size: 1rem; color: #3f3f46; }
a { color: #047857; font-weight: 600; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .65rem 1.15rem; background: #059669; color: #fff; border-radius: .85rem; font-size: .875rem; font-weight: 700; text-decoration: none; border: none; cursor: pointer; }
.btn:hover { background: #047857; }
.btn-ghost { background: #fff; color: #047857; border: 1px solid #a7f3d0; }
.btn-amber { background: #d97706; }
.btn-amber:hover { background: #b45309; }
.hero { padding: 1.75rem 1.5rem; background: linear-gradient(135deg, #ecfdf5 0%, #fff 55%, #f0fdf4 100%); border-color: #a7f3d0; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: .85rem; }
.feat { padding: 1rem; border-radius: 1rem; border: 1px solid #e4e4e7; background: #fafafa; }
.feat h3 { color: #047857; }
.feat p { font-size: .8125rem; margin: 0; }
.price-big { font-size: 2rem; font-weight: 800; color: #047857; }
.form label { display: block; font-size: .75rem; font-weight: 600; color: #3f3f46; margin-bottom: .25rem; }
.form input, .form select, .form textarea { width: 100%; padding: .6rem .75rem; border: 1px solid #d4d4d8; border-radius: .65rem; font-size: .875rem; margin-bottom: .75rem; font-family: inherit; }
.form textarea { min-height: 7rem; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.status { font-size: .8125rem; padding: .65rem .85rem; border-radius: .65rem; margin-top: .5rem; display: none; }
.status.ok { display: block; background: #ecfdf5; color: #047857; border: 1px solid #a7f3d0; }
.status.err { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
footer { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #e4e4e7; font-size: .75rem; color: #71717a; }
footer nav { display: flex; flex-wrap: wrap; gap: .5rem .85rem; margin-top: .5rem; }
details { border: 1px solid #e4e4e7; border-radius: .75rem; padding: .65rem .85rem; margin-bottom: .5rem; background: #fff; }
summary { font-weight: 600; font-size: .875rem; cursor: pointer; }
details p { margin: .5rem 0 0; font-size: .8125rem; }
.seo-static-block { font-size: .875rem; color: #52525b; line-height: 1.55; }
.seo-static-block h2 { font-size: 1rem; color: #18181b; margin: 1.25rem 0 .5rem; }
.seo-static-block ul { padding-left: 1.2rem; margin: .5rem 0; }
.seo-static-block a { color: #047857; font-weight: 600; }
.seo-public-footer { margin-top: 2rem; padding: 1.25rem 1rem 2rem; border-top: 1px solid #e4e4e7; background: #fafafa; font-size: .8125rem; color: #52525b; }
.seo-public-footer nav { display: flex; flex-wrap: wrap; gap: .5rem .85rem; margin-top: .65rem; }
.seo-public-footer a { color: #047857; font-weight: 600; text-decoration: none; }
.seo-public-footer a:hover { text-decoration: underline; }
body:not(.guest-mode) #public-seo-footer { display: none !important; }