body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.7; color: #2d2d2d; margin: 0; background: #fafbfc; }
.container { max-width: 860px; margin: auto; padding: 24px; }
header { padding: 16px 0; border-bottom: 3px solid #2e7d32; background: #fff; }
.header-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { font-size: 1.4em; font-weight: 700; color: #2e7d32; }
.header-contacts { text-align: right; }
.header-phone { display: block; font-weight: 600; color: #333; }
.header-hours { display: block; font-size: 0.85em; color: #888; }
.hero { text-align: center; padding: 40px 0 20px; }
.hero h1 { font-size: 1.8em; color: #1b5e20; margin-bottom: 12px; }
.subtitle { font-size: 1.05em; color: #666; max-width: 600px; margin: 0 auto; }
h2 { color: #2e7d32; border-left: 4px solid #66bb6a; padding-left: 12px; margin-top: 36px; }
section { margin-bottom: 20px; }
.steps { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
.step { flex: 1; min-width: 220px; background: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.06); display: flex; gap: 14px; align-items: flex-start; }
.step-num { background: #2e7d32; color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.step-text h3 { margin: 0 0 6px; font-size: 1em; }
.step-text p { margin: 0; font-size: 0.92em; color: #555; }
.cards-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 20px; }
.card { background: #fff; padding: 22px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); border-top: 3px solid #81c784; }
.card-icon { font-size: 1.6em; margin-bottom: 8px; }
.card h3 { margin-top: 0; color: #333; font-size: 1em; }
.card p { font-size: 0.92em; color: #555; }
.faq-list { margin-top: 16px; }
.faq-item { background: #fff; padding: 18px 22px; border-radius: 8px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.faq-item h3 { margin: 0 0 6px; font-size: 1em; color: #2e7d32; }
.faq-item p { margin: 0; font-size: 0.93em; color: #555; }
.cta-section { text-align: center; background: #e8f5e9; padding: 36px 20px; border-radius: 12px; margin-top: 40px; }
.cta-section h2 { border: none; padding: 0; text-align: center; }
.btn-call { display: inline-block; background: #2e7d32; color: #fff; padding: 14px 32px; text-decoration: none; border-radius: 8px; font-size: 1.1em; margin-top: 14px; transition: background 0.2s; }
.btn-call:hover { background: #1b5e20; }
footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #ddd; font-size: 0.88em; color: #888; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 20px; }
.footer-col h4 { color: #333; margin: 0 0 8px; }
.footer-col p { margin: 4px 0; }
.footer-col a { color: #2e7d32; text-decoration: none; }
.footer-bottom { text-align: center; padding-top: 16px; border-top: 1px solid #eee; }
.footer-links a { color: #2e7d32; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }