.page-hero p { max-width: 520px; }
.anchor-nav-wrap { background: white; border-bottom: 1px solid rgba(0,0,0,0.07); position: sticky; top: 68px; z-index: 50; overflow-x: auto; scrollbar-width: none; }
.anchor-nav-wrap::-webkit-scrollbar { display: none; }
.anchor-nav { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; gap: 0; white-space: nowrap; }
.anchor-link { padding: 1rem 1.25rem; font-family: 'Outfit', sans-serif; font-size: 0.82rem; font-weight: 600; color: #94a3b8; text-decoration: none; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; display: flex; align-items: center; gap: 0.4rem; }
.anchor-link:hover { color: var(--night); }
.anchor-link.active { color: var(--navy); border-bottom-color: var(--red); }
.main-content { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem 6rem; }
.service-section { display: grid; grid-template-columns: 280px 1fr; gap: 5rem; padding: 5rem 0; border-bottom: 1px solid rgba(0,0,0,0.07); scroll-margin-top: 120px; }
.service-section:last-of-type { border-bottom: none; }
.service-number { font-family: 'Outfit', sans-serif; font-size: 4rem; font-weight: 800; color: rgba(200,16,46,0.08); line-height: 1; margin-bottom: 0.5rem; }
.service-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 0.75rem; }
.service-title { font-size: 1.5rem; font-weight: 800; color: var(--night); line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 1rem; }
.service-intro { font-size: 1.05rem; color: #4a5568; line-height: 1.85; margin: 0 0 2.5rem; max-width: 580px; }
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.product-card { background: var(--gray-bg); border-radius: 14px; padding: 1.5rem; transition: background 0.25s, transform 0.2s, box-shadow 0.2s; border: 1px solid transparent; }
.product-card:hover { background: white; border-color: rgba(27,58,107,0.12); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.product-name { font-family: 'Outfit', sans-serif; font-size: 0.92rem; font-weight: 700; color: var(--night); margin: 0 0 0.4rem; }
.product-desc { font-size: 0.82rem; color: #64748b; line-height: 1.6; margin: 0; }
.highlight-box { background: linear-gradient(135deg, var(--night), var(--navy)); border-radius: 16px; padding: 1.75rem; margin-top: 1.5rem; display: flex; align-items: flex-start; gap: 1rem; }
.highlight-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.1rem; }
.highlight-text { font-size: 0.875rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0; }
.highlight-text strong { color: white; font-weight: 600; }
.cta-banner { background: var(--red); border-radius: 20px; padding: 3.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-top: 4rem; }
.cta-banner h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: white; letter-spacing: -0.02em; margin: 0; max-width: 480px; }
.btn-white { background: white; color: var(--red); padding: 0.85rem 2rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.service-contact-link { margin-top: 1.25rem; font-size: 0.85rem; }
.service-contact-link a { color: var(--navy); font-weight: 600; text-decoration: none; transition: color 0.2s; }
.service-contact-link a:hover { color: var(--red); }
@media (hover: none) {
  .product-card:active { background: white; border-color: rgba(27,58,107,0.12); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
}
@media (max-width: 900px) {
  .service-section { grid-template-columns: 1fr; gap: 2rem; }
  .service-number { font-size: 2.5rem; }
}
@media (max-width: 640px) {
  .main-content { padding: 3rem 1.5rem 4rem; }
  .cta-banner { padding: 2rem 1.5rem; }
}
