/* ===== SERVICE DETAIL PAGE ===== */
body.xforce-service {
  font-family: 'Noto Sans JP', -apple-system, sans-serif;
  color: #1a1a1a; background: #fff;
  line-height: 1.9; font-size: 15px; overflow-x: hidden;
  margin: 0; padding: 0;
}
body.xforce-service * { box-sizing: border-box; }
body.xforce-service a { text-decoration: none; color: inherit; }
body.xforce-service .wrap { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

/* ===== HEADER (inherit from front) ===== */
body.xforce-service .header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: 72px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: rgba(0,0,0,0.92); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
body.xforce-service .header-logo {
  font-family: 'Inter'; font-weight: 800; font-size: 1.1rem;
  letter-spacing: 0.08em; color: #fff;
}
body.xforce-service .header-nav { display: flex; gap: 32px; align-items: center; }
body.xforce-service .header-nav a {
  font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.5);
  transition: color 0.3s; letter-spacing: 0.02em;
}
body.xforce-service .header-nav a:hover { color: #fff; }
body.xforce-service .header-nav .nav-contact {
  color: #fff; background: #c8102e; padding: 8px 24px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em;
  transition: background 0.3s, transform 0.3s;
}
body.xforce-service .header-nav .nav-contact:hover {
  background: #a00d24; transform: translateY(-1px);
}
body.xforce-service .burger { display: none; cursor: pointer; z-index: 101; }
body.xforce-service .burger span { display: block; width: 22px; height: 1.5px; background: #fff; margin-bottom: 6px; transition: 0.3s; }
body.xforce-service .burger span:last-child { margin: 0; }
body.xforce-service .burger.on span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
body.xforce-service .burger.on span:nth-child(2) { opacity: 0; }
body.xforce-service .burger.on span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
body.xforce-service .mobile-menu {
  display: none; position: fixed; inset: 0; background: #0a0a0a; z-index: 99;
  flex-direction: column; align-items: center; justify-content: center; gap: 28px;
}
body.xforce-service .mobile-menu.on { display: flex; }
body.xforce-service .mobile-menu a { font-size: 1rem; font-weight: 500; color: #fff; }

/* ===== SERVICE HERO ===== */
.sv-hero {
  padding: 180px 0 100px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.sv-hero-label {
  font-family: 'Inter'; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.2em; color: #c8102e; margin-bottom: 20px;
}
.sv-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; line-height: 1.5; margin-bottom: 8px;
}
.sv-hero-sub {
  font-family: 'Inter'; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; color: #bbb; margin-bottom: 32px;
}
.sv-hero-catch {
  font-size: 1rem; color: #555; line-height: 2.2;
}

/* ===== SECTION COMMON ===== */
.sv-section {
  padding: 100px 0;
}
.sv-section:nth-child(even) {
  background: #f8f8f8;
}
.sv-section-label {
  font-family: 'Inter'; font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: #c8102e;
  margin-bottom: 16px;
}
.sv-section-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700; line-height: 1.8; margin-bottom: 24px;
}
.sv-section-lead {
  font-size: 0.92rem; color: #666; line-height: 2.2;
  margin-bottom: 56px;
}

/* ===== BENEFITS ===== */
.sv-benefits-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 48px;
}
.sv-benefit-card {
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #e8e8e8;
  display: flex; align-items: flex-start; gap: 16px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.sv-benefit-card:hover {
  border-color: #c8102e;
  box-shadow: 0 8px 32px rgba(200,16,46,0.06);
  transform: translateY(-2px);
}
.sv-benefit-icon {
  font-size: 1.3rem; flex-shrink: 0; margin-top: 2px;
}
.sv-benefit-card h3 {
  font-size: 0.88rem; font-weight: 500; color: #333;
  line-height: 1.9; margin: 0;
}
.sv-benefits-close {
  margin-top: 56px; font-size: 1rem; color: #333;
  text-align: center; line-height: 2.2;
}
.sv-benefits-close strong { color: #c8102e; }

/* ===== APPROACH ===== */
.sv-approach-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; margin-top: 56px;
}
.sv-approach-item {
  padding: 36px;
  background: #f8f8f8;
  border: 1px solid #eee;
  transition: border-color 0.3s;
}
.sv-approach .sv-approach-item {
  background: #fff;
}
.sv-approach-item:hover {
  border-color: #c8102e;
}
.sv-approach-num {
  font-family: 'Inter'; font-size: 2rem; font-weight: 900;
  color: rgba(200,16,46,0.1); line-height: 1; margin-bottom: 16px;
}
.sv-approach-item h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 12px;
  line-height: 1.6;
}
.sv-approach-item p {
  font-size: 0.85rem; color: #666; line-height: 2;
}

/* ===== OUTCOME ===== */
.sv-outcome-list {
  margin-top: 48px;
}
.sv-outcome-item {
  display: flex; align-items: center; gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.sv-outcome-item:first-child { border-top: 1px solid #eee; }
.sv-outcome-before {
  flex: 1; font-size: 0.9rem; color: #999;
  position: relative; padding-left: 16px;
}
.sv-outcome-before::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: #ddd;
}
.sv-outcome-arrow {
  font-family: 'Inter'; font-size: 1.2rem; color: #c8102e; font-weight: 700;
  flex-shrink: 0;
}
.sv-outcome-after {
  flex: 1; font-size: 0.9rem; font-weight: 600; color: #1a1a1a;
}
.sv-outcome-message {
  margin-top: 48px; text-align: center;
  font-size: 1rem; color: #333; line-height: 2.2;
}
.sv-outcome-message strong { color: #c8102e; }

/* ===== PROCESS ===== */
.sv-process-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 56px;
  position: relative;
}
.sv-process-steps::before {
  content: ''; position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 2px; background: #e0e0e0;
}
.sv-process-step {
  text-align: center; padding: 0 16px;
  position: relative;
}
.sv-process-num {
  font-family: 'Inter'; font-size: 1.2rem; font-weight: 900;
  color: #fff; background: #c8102e;
  width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  position: relative; z-index: 1;
}
.sv-process-step h3 {
  font-size: 0.92rem; font-weight: 700; margin-bottom: 10px;
}
.sv-process-step p {
  font-size: 0.8rem; color: #666; line-height: 1.9;
}

/* ===== CTA ===== */
.sv-cta {
  padding: 100px 0;
  background: #0a0a0a; color: #fff;
  text-align: center;
}
.sv-cta h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700; margin-bottom: 16px;
}
.sv-cta p {
  font-size: 0.9rem; color: rgba(255,255,255,0.5);
  line-height: 2; margin-bottom: 36px;
}
.sv-cta-btn {
  display: inline-block; padding: 16px 48px;
  background: #c8102e; color: #fff;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.05em;
  transition: all 0.4s;
}
.sv-cta-btn:hover {
  background: #a00d24;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200,16,46,0.4);
}

/* ===== FOOTER ===== */
body.xforce-service .footer {
  padding: 56px 0 32px; background: #050505; color: #fff;
}
body.xforce-service .footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-bottom: 40px; flex-wrap: wrap; gap: 32px;
}
body.xforce-service .footer-logo {
  font-family: 'Inter'; font-weight: 800; font-size: 0.95rem;
  letter-spacing: 0.08em; margin-bottom: 6px;
}
body.xforce-service .footer-tagline { font-size: 0.75rem; color: rgba(255,255,255,0.25); }
body.xforce-service .footer-links { display: flex; gap: 24px; }
body.xforce-service .footer-links a {
  font-size: 0.75rem; color: rgba(255,255,255,0.3); transition: color 0.3s;
}
body.xforce-service .footer-links a:hover { color: rgba(255,255,255,0.7); }
body.xforce-service .footer-bottom {
  text-align: center; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
body.xforce-service .footer-copy {
  font-size: 0.65rem; color: rgba(255,255,255,0.1); letter-spacing: 0.02em;
}

/* ===== AI SERVICE PAGE ===== */
.sv-hero-ai {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #f8f8f8 0%, #fff 40%, #f0f0f0 100%);
  padding: 180px 0 120px;
}
.sv-hero-ai .wrap { position: relative; z-index: 2; }
.sv-hero-blobs {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.sv-hero-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.3;
}
.sv-hero-blob-1 {
  width: 400px; height: 400px; background: #c8102e;
  top: -100px; right: -50px;
}
.sv-hero-blob-2 {
  width: 300px; height: 300px; background: #7c3aed;
  bottom: -80px; left: -40px;
}
.sv-hero-blob-3 {
  width: 250px; height: 250px; background: #f59e0b;
  top: 50%; left: 60%;
}
.sv-hero-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.sv-hero-float-tags { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.sv-float-tag {
  position: absolute;
  font-size: 10px; font-weight: 600;
  padding: 8px 14px; border-radius: 8px;
  background: #fff; border: 1px solid #e8e8e8;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  color: #999; opacity: 0.55;
  animation: svTagOrbit 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes svTagOrbit {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-8px) rotate(1deg); }
  50% { transform: translateY(-4px) rotate(-0.5deg); }
  75% { transform: translateY(-12px) rotate(0.5deg); }
}
.sv-ft-1  { top: 12%; left: 2%; animation-delay: 0s; }
.sv-ft-2  { top: 25%; right: 2%; animation-delay: 0.6s; }
.sv-ft-3  { top: 38%; left: 3%; animation-delay: 1.2s; }
.sv-ft-4  { top: 55%; right: 3%; animation-delay: 1.8s; }
.sv-ft-5  { top: 70%; left: 1%; animation-delay: 2.4s; }
.sv-ft-6  { top: 82%; right: 1%; animation-delay: 3s; }
.sv-ft-7  { top: 18%; right: 4%; animation-delay: 3.6s; }
.sv-ft-8  { top: 45%; left: 1%; animation-delay: 4.2s; }
.sv-ft-9  { top: 62%; right: 2%; animation-delay: 4.8s; }
.sv-ft-10 { top: 30%; left: 1%; animation-delay: 5.4s; }
.sv-ft-11 { top: 75%; right: 4%; animation-delay: 6s; }
.sv-ft-12 { top: 88%; left: 3%; animation-delay: 6.6s; }
.sv-ft-13 { top: 8%; right: 3%; animation-delay: 7.2s; }
.sv-ft-14 { top: 92%; right: 2%; animation-delay: 7.8s; }

.sv-hero-label-pill {
  display: inline-block;
  font-family: 'Inter'; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.12em; color: #c8102e;
  background: rgba(200,16,46,0.06); border: 1px solid rgba(200,16,46,0.12);
  padding: 8px 20px; border-radius: 100px;
  margin-bottom: 28px;
}
.sv-hero-ai .sv-hero-title { margin-bottom: 16px; }
.sv-hero-ai .red-hl { color: #c8102e; }
.sv-hero-ai .sv-hero-catch {
  font-size: 1rem; color: #555; line-height: 2.2; margin-bottom: 40px;
}
.sv-hero-badges {
  display: flex; gap: 20px; flex-wrap: wrap;
}
.sv-hero-badge {
  padding: 16px 24px;
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.sv-hero-badge strong {
  display: block; font-family: 'Inter'; font-size: 1.1rem;
  font-weight: 800; color: #c8102e; margin-bottom: 4px;
}
.sv-hero-badge span {
  font-size: 0.72rem; color: #999;
}

/* AI Overview Grid */
.sv-ai-overview-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 48px;
}
.sv-ai-overview-card {
  padding: 36px 28px;
  background: #fff; border: 1px solid #e8e8e8;
  border-radius: 4px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.sv-ai-overview-card:hover {
  border-color: #c8102e;
  box-shadow: 0 8px 32px rgba(200,16,46,0.06);
  transform: translateY(-2px);
}
.sv-ai-overview-icon {
  font-size: 1.8rem; margin-bottom: 16px;
}
.sv-ai-overview-card h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 12px;
}
.sv-ai-overview-card p {
  font-size: 0.85rem; color: #666; line-height: 2;
}

/* AI Roadmap */
.sv-ai-roadmap {
  margin-top: 56px; position: relative;
  padding-left: 32px;
  border-left: 2px solid #e0e0e0;
}
.sv-ai-phase {
  position: relative; padding: 0 0 48px 28px;
}
.sv-ai-phase-last { padding-bottom: 0; }
.sv-ai-phase-dot {
  position: absolute; left: -39px; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
  background: #c8102e; border: 3px solid #fff;
  box-shadow: 0 0 0 2px #c8102e;
}
.sv-ai-phase-label {
  font-family: 'Inter'; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.15em; margin-bottom: 8px;
}
.sv-ai-phase-label.blue { color: #3b82f6; }
.sv-ai-phase-label.yellow { color: #d97706; }
.sv-ai-phase-label.green { color: #16a34a; }
.sv-ai-phase h3 {
  font-size: 1.1rem; font-weight: 700; margin-bottom: 8px;
}
.sv-ai-phase-hours {
  font-family: 'Inter'; font-size: 0.75rem; font-weight: 600;
  color: #c8102e; margin-bottom: 12px;
}
.sv-ai-phase p {
  font-size: 0.88rem; color: #555; line-height: 2; margin-bottom: 16px;
}
.sv-ai-phase-topics {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.sv-ai-phase-topics span {
  font-size: 0.7rem; font-weight: 500;
  padding: 4px 12px; border-radius: 100px;
  background: #f4f4f4; color: #666; border: 1px solid #e8e8e8;
}

/* AI Features Grid */
.sv-ai-features-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 20px; margin-top: 48px;
}
.sv-ai-feature {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 24px 28px;
  background: #fff; border: 1px solid #e8e8e8;
  transition: border-color 0.3s;
}
.sv-ai-feature:hover { border-color: #c8102e; }
.sv-ai-feature-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.sv-ai-feature h4 {
  font-size: 0.9rem; font-weight: 700; margin-bottom: 6px;
}
.sv-ai-feature p {
  font-size: 0.82rem; color: #666; line-height: 1.9;
}

/* AI Why X-Force (diff items) */
.sv-ai-diff-items {
  margin-top: 48px;
}
.sv-ai-diff-item {
  display: flex; align-items: flex-start; gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid #eee;
}
.sv-ai-diff-item:first-child { border-top: 1px solid #eee; }
.sv-ai-diff-num {
  font-family: 'Inter'; font-size: 2.2rem; font-weight: 900;
  color: rgba(200,16,46,0.6); line-height: 1; flex-shrink: 0;
  min-width: 56px;
}
.sv-ai-diff-item h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 10px;
}
.sv-ai-diff-item p {
  font-size: 0.88rem; color: #555; line-height: 2;
}

/* AI Flow - 5 columns override */
.sv-ai-flow-steps {
  grid-template-columns: repeat(5, 1fr);
}

/* ===== LEGAL PAGE ===== */
.sv-legal-hero {
  padding: 160px 0 60px;
  background: #fff; border-bottom: 1px solid #eee;
}
.sv-legal-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700; line-height: 1.6;
}
.sv-legal-body {
  padding: 80px 0 120px; background: #fff;
}
.sv-legal-content {
  max-width: 780px; font-size: 0.9rem; color: #333; line-height: 2.2;
}
.sv-legal-content h2 {
  font-size: 1.1rem; font-weight: 700; margin: 48px 0 16px;
  padding-bottom: 10px; border-bottom: 1px solid #e8e8e8;
}
.sv-legal-content h3 {
  font-size: 0.95rem; font-weight: 700; margin: 32px 0 12px;
}
.sv-legal-content p {
  margin-bottom: 16px;
}
.sv-legal-content ul, .sv-legal-content ol {
  margin: 12px 0 20px 24px;
}
.sv-legal-content li {
  margin-bottom: 6px; line-height: 2;
}
.sv-legal-content table {
  width: 100%; border-collapse: collapse; margin: 16px 0 24px;
}
.sv-legal-content th, .sv-legal-content td {
  padding: 12px 16px; border: 1px solid #e8e8e8;
  font-size: 0.85rem; text-align: left;
}
.sv-legal-content th {
  background: #f8f8f8; font-weight: 600; white-space: nowrap; width: 30%;
}

/* ===== WEB SERVICE PAGE ===== */
body.xforce-service .wrap-wide { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

/* Web Hero - Full screen dark */
.sv-web-hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; align-items: center; justify-content: center;
  background: #0a0a0a; overflow: hidden;
}
.sv-web-hero-bg {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: 'Inter'; font-size: clamp(12rem, 22vw, 24rem);
  font-weight: 900; color: rgba(255,255,255,0.015);
  white-space: nowrap; pointer-events: none;
}
.sv-web-hero-content {
  position: relative; z-index: 2; text-align: center; color: #fff;
}
.sv-web-hero-label {
  font-family: 'Inter'; font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.3em; color: #c8102e; margin-bottom: 40px;
  opacity: 0; animation: svFadeIn 1s ease 0.3s forwards;
}
.sv-web-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900; line-height: 1.5; margin-bottom: 32px;
  opacity: 0; animation: svSplitReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.sv-web-hero-sub {
  font-size: 1rem; color: rgba(255,255,255,0.4);
  line-height: 2.2; max-width: 500px; margin: 0 auto;
  opacity: 0; animation: svFadeIn 1s ease 1s forwards;
}
.sv-web-hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: svFadeIn 1s ease 1.5s forwards;
}
.sv-web-hero-scroll span {
  font-family: 'Inter'; font-size: 0.6rem; letter-spacing: 0.2em; color: rgba(255,255,255,0.3);
}
.sv-web-scroll-line {
  width: 1px; height: 48px; background: rgba(255,255,255,0.15);
  position: relative; overflow: hidden;
}
.sv-web-scroll-line::after {
  content: ''; position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%; background: #c8102e;
  animation: svScrollDown 2s ease-in-out infinite;
}
@keyframes svScrollDown { 0% { top: -100%; } 50% { top: 100%; } 100% { top: 100%; } }
@keyframes svFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes svSplitReveal { from { opacity: 0; transform: translateY(40px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Web Statement */
.sv-web-statement {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700; line-height: 2.4;
}
.sv-web-statement strong { color: #c8102e; }

/* Web Gallery */
.sv-web-gallery-section { padding: 0 0 160px; background: #fff; }
.sv-web-gallery-cat { margin-bottom: 140px; }
.sv-web-gallery-cat:last-child { margin-bottom: 0; }
.sv-web-gallery-cat-header {
  display: flex; align-items: baseline; gap: 20px;
  margin-bottom: 48px; padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.sv-web-cat-num {
  font-family: 'Inter'; font-size: 0.7rem; font-weight: 700;
  color: #c8102e; letter-spacing: 0.1em;
}
.sv-web-cat-title { font-size: 1.3rem; font-weight: 700; }
.sv-web-cat-desc { font-size: 0.85rem; color: #888; margin-left: auto; }
.sv-web-mockups {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}

/* Mockup card */
.sv-web-mockup {
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border: 1px solid #e5e5e5; background: #fff;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s;
  display: block;
}
.sv-web-mockup:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 32px 80px rgba(0,0,0,0.14);
  border-color: #d0d0d0;
}
.sv-web-mockup-bar {
  height: 30px; background: #f6f6f6;
  display: flex; align-items: center; padding: 0 12px; gap: 5px;
  border-bottom: 1px solid #e8e8e8; position: relative;
}
.sv-web-dot { width: 7px; height: 7px; border-radius: 50%; }
.sv-web-dot:nth-child(1) { background: #ff5f57; }
.sv-web-dot:nth-child(2) { background: #febc2e; }
.sv-web-dot:nth-child(3) { background: #28c840; }
.sv-web-mockup-url {
  position: absolute; left: 50%; transform: translateX(-50%);
  font-family: 'Inter'; font-size: 8px; color: #aaa;
  background: #ececec; padding: 2px 14px; border-radius: 3px;
}
.sv-web-mockup-body {
  position: relative; width: 100%; height: 320px;
  overflow: hidden; background: #f8f8f8;
}
.sv-web-mockup-iframe {
  width: 200%; height: 200%;
  border: none; transform-origin: top left; transform: scale(0.5);
  pointer-events: none;
}
.sv-web-mockup-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 55%, rgba(255,255,255,0.92) 100%);
  z-index: 2; pointer-events: none;
}
.sv-web-mockup-arrow {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translate(4px, -4px);
  transition: opacity 0.3s, transform 0.3s;
  color: #fff; font-size: 11px;
}
.sv-web-mockup:hover .sv-web-mockup-arrow { opacity: 1; transform: translate(0, 0); }
.sv-web-mockup-label { padding: 14px 16px 16px; position: relative; }
.sv-web-mockup-color {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.sv-web-mockup:hover .sv-web-mockup-color { transform: scaleX(1); }
.sv-web-mockup-title { font-size: 0.9rem; font-weight: 700; margin-bottom: 3px; }
.sv-web-mockup-desc { font-size: 0.75rem; color: #999; line-height: 1.6; }
.sv-web-mockup-tags { display: flex; gap: 4px; margin-top: 8px; flex-wrap: wrap; }
.sv-web-tag {
  font-size: 0.6rem; padding: 2px 8px; border-radius: 3px;
  background: #f3f4f6; color: #666; font-weight: 500;
}
.sv-web-tag.c { color: #fff; }

/* Web Philosophy */
.sv-web-philosophy { padding: 160px 0; background: #0a0a0a; color: #fff; }
.sv-web-philosophy-items { display: flex; flex-direction: column; gap: 100px; }
.sv-web-philosophy-item {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.sv-web-philosophy-item:nth-child(even) { direction: rtl; }
.sv-web-philosophy-item:nth-child(even) > * { direction: ltr; }
.sv-web-phil-num {
  font-family: 'Inter'; font-size: 5rem; font-weight: 900;
  color: rgba(200,16,46,0.6); line-height: 1; margin-bottom: 20px;
}
.sv-web-philosophy-item h3 {
  font-size: 1.4rem; font-weight: 700; line-height: 1.8; margin-bottom: 20px;
}
.sv-web-philosophy-item p {
  font-size: 0.92rem; color: rgba(255,255,255,0.5); line-height: 2.4;
}
.sv-web-phil-visual {
  height: 280px; border: 1px solid rgba(255,255,255,0.08); overflow: hidden;
}
.sv-web-phil-visual img {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.7;
  transition: opacity 0.4s, transform 0.6s;
}
.sv-web-philosophy-item:hover .sv-web-phil-visual img { opacity: 1; transform: scale(1.05); }

/* Web Process Steps */
.sv-web-process-steps {
  display: flex; flex-direction: column;
  border-top: 1px solid #e8e8e8; margin-top: 56px;
}
.sv-web-process-step {
  display: grid; grid-template-columns: 80px 1fr; gap: 40px;
  padding: 48px 0; border-bottom: 1px solid #e8e8e8; align-items: start;
}
.sv-web-step-num {
  font-family: 'Inter'; font-size: 2.5rem; font-weight: 900;
  color: rgba(200,16,46,0.2); line-height: 1;
}
.sv-web-process-step h3 {
  font-size: 1.1rem; font-weight: 700; margin-bottom: 12px;
}
.sv-web-process-step p {
  font-size: 0.92rem; color: #666; line-height: 2.2;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .sv-float-tag { display: none; }
  .sv-web-mockups { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  body.xforce-service .header { padding: 0 24px; }
  body.xforce-service .header-nav { display: none; }
  body.xforce-service .burger { display: block; }
  body.xforce-service .wrap { padding: 0 24px; }
  body.xforce-service .wrap-wide { padding: 0 24px; }
  .sv-hero { padding: 120px 0 60px; }
  .sv-hero-title { font-size: 1.8rem; }
  .sv-hero-catch { font-size: 0.9rem; }
  .sv-section { padding: 64px 0; }
  .sv-section-title { font-size: 1.2rem; }
  .sv-benefits-grid { grid-template-columns: 1fr; gap: 12px; }
  .sv-benefit-card { padding: 20px 24px; }
  .sv-approach-grid { grid-template-columns: 1fr; gap: 20px; }
  .sv-approach-item { padding: 28px; }
  .sv-outcome-item { flex-direction: column; gap: 8px; align-items: flex-start; }
  .sv-outcome-arrow { transform: rotate(90deg); align-self: center; }
  .sv-process-steps { grid-template-columns: 1fr; gap: 32px; }
  .sv-process-steps::before { display: none; }
  .sv-cta { padding: 64px 0; }
  body.xforce-service .footer-top { flex-direction: column; }
  body.xforce-service .footer-links { flex-wrap: wrap; }
  /* AI page responsive */
  .sv-hero-ai { padding: 120px 0 80px; }
  .sv-ai-overview-grid { grid-template-columns: 1fr; }
  .sv-ai-features-grid { grid-template-columns: 1fr; }
  .sv-ai-flow-steps { grid-template-columns: 1fr; }
  .sv-ai-diff-item { flex-direction: column; gap: 12px; }
  .sv-ai-diff-num { font-size: 1.6rem; }
  .sv-hero-badges { flex-direction: column; }
  /* Web page responsive */
  .sv-web-hero { min-height: 600px; }
  .sv-web-hero-title { font-size: 1.9rem; }
  .sv-web-hero-bg { font-size: 6rem; }
  .sv-web-mockups { grid-template-columns: 1fr; }
  .sv-web-mockup-body { height: 280px; }
  .sv-web-gallery-cat-header { flex-direction: column; gap: 8px; }
  .sv-web-cat-desc { margin-left: 0; }
  .sv-web-gallery-cat { margin-bottom: 80px; }
  .sv-web-philosophy { padding: 100px 0; }
  .sv-web-philosophy-item { grid-template-columns: 1fr; gap: 32px; }
  .sv-web-philosophy-item:nth-child(even) { direction: ltr; }
  .sv-web-phil-visual { height: 200px; }
  .sv-web-phil-num { font-size: 3.5rem; }
  .sv-web-process-step { grid-template-columns: 60px 1fr; gap: 24px; padding: 36px 0; }
}
