.ServicePage-module__113klq__main{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding:120px 0 100px}.ServicePage-module__113klq__backLink{color:var(--text-secondary);transition:var(--transition-smooth);align-items:center;gap:8px;margin-bottom:40px;font-size:.9rem;text-decoration:none;display:flex}.ServicePage-module__113klq__backLink:hover{color:var(--accent);transform:translate(-5px)}.ServicePage-module__113klq__heroSection{margin-bottom:60px}.ServicePage-module__113klq__badge{color:#000;background:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-radius:6px;margin-bottom:20px;padding:5px 14px;font-size:12px;font-weight:700;display:inline-block}.ServicePage-module__113klq__title{margin-bottom:20px;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.15}.ServicePage-module__113klq__highlight{color:var(--accent)}.ServicePage-module__113klq__subtitle{color:var(--text-secondary);max-width:800px;margin-bottom:30px;font-size:1.15rem;line-height:1.7}.ServicePage-module__113klq__heroBanner{color:#ffffffe6;filter:saturate(1.1)contrast(1.1);border-radius:24px;justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.ServicePage-module__113klq__heroBanner svg{filter:drop-shadow(0 0 20px #ffffff4d)}.ServicePage-module__113klq__contentLayout{grid-template-columns:1fr 340px;align-items:start;gap:60px;display:grid}.ServicePage-module__113klq__articleContent{overflow-wrap:break-word;max-width:100%}.ServicePage-module__113klq__articleContent h2{color:var(--text-primary);border-bottom:2px solid var(--border);margin-top:48px;margin-bottom:20px;padding-bottom:12px;font-size:1.8rem}.ServicePage-module__113klq__articleContent h3{color:var(--text-primary);margin-top:36px;margin-bottom:16px;font-size:1.35rem}.ServicePage-module__113klq__articleContent p{color:var(--text-secondary);margin-bottom:20px;font-size:1.05rem;line-height:1.85}.ServicePage-module__113klq__articleContent ul,.ServicePage-module__113klq__articleContent ol{margin-bottom:20px;padding-left:24px;list-style:outside}.ServicePage-module__113klq__articleContent ol{list-style:decimal}.ServicePage-module__113klq__articleContent li{color:var(--text-secondary);list-style:inherit;margin-bottom:8px;font-size:1.05rem;line-height:1.8}.ServicePage-module__113klq__articleContent strong{color:var(--text-primary);font-weight:700}.ServicePage-module__113klq__articleContent table{border-collapse:collapse;width:100%;margin:24px 0;font-size:.95rem}.ServicePage-module__113klq__articleContent th,.ServicePage-module__113klq__articleContent td{border:1px solid var(--border);text-align:left;padding:12px 16px}.ServicePage-module__113klq__articleContent th{background:var(--surface);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.ServicePage-module__113klq__articleContent td{color:var(--text-secondary)}.ServicePage-module__113klq__featureGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0;display:grid}.ServicePage-module__113klq__featureCard{background:var(--surface);border:1px solid var(--border);transition:var(--transition-smooth);border-radius:16px;padding:24px}.ServicePage-module__113klq__featureCard:hover{border-color:var(--accent);transform:translateY(-4px)}.ServicePage-module__113klq__featureCard h4{color:var(--text-primary);text-transform:none;letter-spacing:0;margin-bottom:8px;font-size:1rem}.ServicePage-module__113klq__featureCard p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.ServicePage-module__113klq__featureIcon{color:var(--accent);margin-bottom:12px}.ServicePage-module__113klq__sidebar{position:relative}.ServicePage-module__113klq__stickyBox{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:28px;position:sticky;top:120px}.ServicePage-module__113klq__stickyBox h3{color:var(--accent);margin-bottom:16px;font-size:1.1rem}.ServicePage-module__113klq__techList{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.ServicePage-module__113klq__techTag{color:var(--accent);background:rgba(var(--accent-rgb),.1);text-transform:uppercase;letter-spacing:.03em;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.ServicePage-module__113klq__serviceLinks{border-top:1px solid var(--border);flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;display:flex}.ServicePage-module__113klq__serviceLink{background:var(--bg-primary);border:1px solid var(--border);color:var(--text-primary);transition:var(--transition-smooth);border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.ServicePage-module__113klq__serviceLink:hover{border-color:var(--accent);transform:translate(4px)}.ServicePage-module__113klq__serviceLink svg{color:var(--accent)}.ServicePage-module__113klq__activeLink{border-color:var(--accent);background:rgba(var(--accent-rgb),.05)}.ServicePage-module__113klq__cta{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:20px;margin-top:60px;padding:40px}.ServicePage-module__113klq__cta h3{margin-bottom:12px;font-size:1.5rem}.ServicePage-module__113klq__cta p{color:var(--text-secondary);max-width:500px;margin-bottom:24px;margin-left:auto;margin-right:auto}.ServicePage-module__113klq__ctaBtn{background:var(--accent);color:#000;transition:var(--transition-smooth);border-radius:50px;align-items:center;gap:10px;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.ServicePage-module__113klq__ctaBtn:hover{box-shadow:0 10px 30px rgba(var(--accent-rgb),.3);transform:translateY(-2px)}@media (max-width:900px){.ServicePage-module__113klq__contentLayout{grid-template-columns:1fr}.ServicePage-module__113klq__sidebar{order:-1}.ServicePage-module__113klq__stickyBox{position:static}.ServicePage-module__113klq__featureGrid{grid-template-columns:1fr}}@media (max-width:768px){.ServicePage-module__113klq__articleContent h2{font-size:1.5rem}.ServicePage-module__113klq__articleContent h3{font-size:1.2rem}.ServicePage-module__113klq__cta{padding:28px}.ServicePage-module__113klq__heroBanner{border-radius:16px;height:200px}}
