.service-motion-section{overflow:hidden;}
.service-motion-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;}
.motion-card{position:relative;min-height:360px;border-radius:28px;background:linear-gradient(145deg,#ffffff,#f4f7fb);border:1px solid rgba(24,29,38,.1);box-shadow:0 22px 70px rgba(24,29,38,.12);padding:24px;overflow:hidden;}
.motion-card:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 30% 20%,rgba(245,158,11,.22),transparent 28%),radial-gradient(circle at 70% 65%,rgba(16,185,129,.18),transparent 24%);animation:floatGlow 8s ease-in-out infinite alternate;}
.browser-mock,.mail-mock,.speed-mock,.care-mock{position:relative;z-index:1;background:#fff;border:1px solid rgba(24,29,38,.1);border-radius:18px;box-shadow:0 12px 34px rgba(24,29,38,.1);overflow:hidden;}
.mock-top{display:flex;gap:7px;align-items:center;padding:12px 14px;background:#F8F9FA;border-bottom:1px solid rgba(24,29,38,.08);}
.mock-dot{width:9px;height:9px;border-radius:999px;background:#E5E7EB;}.mock-dot:nth-child(1){background:#ff6961}.mock-dot:nth-child(2){background:#f7c948}.mock-dot:nth-child(3){background:#10B981}
.mock-body{padding:20px;}
.mock-hero-line{height:14px;border-radius:999px;background:#1C1C1E;margin-bottom:12px;animation:pulseLine 2.6s ease-in-out infinite;}.mock-hero-line.short{width:62%;background:#F59E0B}.mock-copy-line{height:9px;border-radius:999px;background:#E5E7EB;margin:9px 0;width:86%;}.mock-copy-line:nth-child(odd){width:72%;}
.mock-cta{width:112px;height:34px;border-radius:12px;background:#1C1C1E;margin-top:18px;box-shadow:0 8px 20px rgba(24,29,38,.18);}
.floating-chip{position:absolute;z-index:2;background:#fff;border:1px solid rgba(24,29,38,.1);border-radius:999px;padding:10px 13px;font-size:13px;font-weight:700;color:#1C1C1E;box-shadow:0 10px 30px rgba(24,29,38,.12);animation:floatChip 4.5s ease-in-out infinite;}
.chip-a{left:20px;bottom:30px}.chip-b{right:20px;top:38px;animation-delay:.8s}.chip-c{right:38px;bottom:58px;animation-delay:1.4s}
.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px;}
.offer-card{position:relative;border-radius:22px;background:#fff;border:1px solid rgba(24,29,38,.1);box-shadow:0 14px 36px rgba(24,29,38,.08);padding:24px;overflow:hidden;}
.offer-card:after{content:"";position:absolute;right:-50px;top:-50px;width:140px;height:140px;border-radius:999px;background:rgba(245,158,11,.08);}
.offer-kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6B7280;font-weight:800;margin-bottom:8px;}
.offer-price{font-size:34px;line-height:1;font-weight:800;color:#1C1C1E;margin-bottom:10px;}
.offer-note{color:#6B7280;font-size:14px;margin-bottom:18px;}
.mini-graphic{height:88px;border-radius:16px;background:#F8F9FA;border:1px solid rgba(24,29,38,.08);position:relative;overflow:hidden;margin-bottom:18px;}
.mini-graphic .bar{position:absolute;height:8px;border-radius:999px;background:#F59E0B;left:16px;animation:barGrow 3s ease-in-out infinite;}.mini-graphic .bar:nth-child(1){top:22px;width:70%;}.mini-graphic .bar:nth-child(2){top:42px;width:48%;background:#10B981;animation-delay:.4s}.mini-graphic .bar:nth-child(3){top:62px;width:58%;background:#1C1C1E;animation-delay:.8s}
.page-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.page-pill{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid rgba(24,29,38,.1);font-size:13px;color:#1C1C1E;font-weight:700;}
@keyframes floatGlow{to{transform:translate3d(30px,20px,0) rotate(8deg)}}
@keyframes pulseLine{50%{opacity:.55;transform:scaleX(.94)}}
@keyframes floatChip{50%{transform:translateY(-10px)}}
@keyframes barGrow{50%{transform:scaleX(.72);transform-origin:left}}
@media(max-width:900px){.service-motion-grid,.offer-grid{grid-template-columns:1fr}}
.svc-actions{margin-top:18px}.svc-card .btn{position:relative;z-index:2}.svc-card{display:flex;flex-direction:column}.svc-card .svc-metric{margin-top:auto}.service-index-cta{display:flex;justify-content:center;margin-top:34px;gap:12px;flex-wrap:wrap}
.compliance-dashboard{position:relative;width:100%;}
.compliance-dashboard .dashboard-frame{max-width:100%;}
.compliance-dashboard .dash-body{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.05);}
.dash-operate-panel{padding:1rem 1.25rem;}
.operate-stack-mini{display:grid;gap:.75rem;margin-top:1rem;}
.operate-mini-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:var(--radius-md);background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);}
.operate-dot{width:7px;height:7px;border-radius:999px;background:var(--green);box-shadow:0 0 8px var(--green);flex-shrink:0;}
.operate-mini-item strong{display:block;font-family:var(--font-mono);font-size:.68rem;color:var(--green);letter-spacing:.04em;}
.operate-mini-item span{display:block;margin-top:.15rem;font-family:var(--font-mono);font-size:.62rem;color:rgba(255,255,255,.55);}
@media(max-width:900px){.compliance-dashboard .dash-body{grid-template-columns:1fr;}}
