.home-seo-intro { background:rgba(255,255,255,.94); border:1px solid rgba(226,232,240,.86); border-radius:22px; padding:25px 26px; margin:20px 0 24px; box-shadow:0 10px 26px rgba(83,67,169,.06); }
.home-seo-intro h1 { color:#2e2949; font-size:27px; line-height:1.25; letter-spacing:-.025em; margin:0 0 9px; }
.home-seo-intro .lead { color:#69637f; font-size:14px; line-height:1.65; margin:0; max-width:900px; }
.home-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:20px; }
.home-service-card { display:flex; flex-direction:column; gap:6px; padding:14px; background:#fbfaff; border:1px solid #ece9fb; border-radius:14px; text-decoration:none; transition:transform .2s,box-shadow .2s,border-color .2s; }
.home-service-card:hover { transform:translateY(-2px); border-color:#cfc6ff; box-shadow:0 10px 18px rgba(99,79,210,.1); }
.home-service-card .service-icon { width:34px; height:34px; border-radius:10px; background:#eeeaff; color:#6d5bea; display:grid; place-items:center; font-size:17px; }
.home-service-card strong { color:#3e385e; font-size:13px; line-height:1.35; }
.home-service-card span { color:#9892aa; font-size:11px; line-height:1.4; }
.home-seo-points { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:20px; padding-top:18px; border-top:1px dashed #e6e2f2; }
.home-seo-point { display:flex; gap:9px; align-items:flex-start; color:#75708d; font-size:12px; line-height:1.5; }
.home-seo-point i { color:#6c5be7; margin-top:2px; }
.home-faq-section { margin:0 0 24px; }
.home-faq-section h2 { margin:0 0 12px; color:#34304d; font-size:19px; }
.home-faq-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.home-faq-item { border:1px solid #ebe8f7; border-radius:12px; background:#fff; overflow:hidden; }
.home-faq-item summary { cursor:pointer; list-style:none; padding:14px 16px; color:#4e486a; font-size:13px; font-weight:700; }
.home-faq-item summary::-webkit-details-marker { display:none; }
.home-faq-item summary:after { content:'+'; float:right; color:#7566e8; font-size:18px; line-height:1; }
.home-faq-item[open] summary:after { content:'–'; }
.home-faq-item p { margin:0; padding:0 16px 15px; color:#85809b; font-size:12px; line-height:1.55; }
@media(max-width:1023px){.home-seo-intro{margin:16px 0 20px;padding:20px}.home-seo-intro h1{font-size:23px}.home-service-grid{grid-template-columns:repeat(2,1fr)}.home-seo-points{grid-template-columns:1fr;gap:8px}.home-faq-grid{grid-template-columns:1fr}}
