*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: Inter, sans-serif; background: rgb(255, 255, 255); color: rgb(0, 0, 0); overflow-x: hidden; }
.srv-hero { background: rgb(24, 22, 23); width: 100%; min-height: 480px; display: flex; align-items: center; justify-content: center; position: relative; padding: 100px 40px 80px; overflow: hidden; }
.srv-hero::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(208, 2, 27, 0.08) 0%, transparent 60%); pointer-events: none; }
.srv-hero-inner { max-width: 900px; width: 100%; text-align: center; position: relative; z-index: 2; }
.srv-hero-label { font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; color: rgb(208, 2, 27); text-transform: uppercase; margin-bottom: 24px; display: block; }
.srv-hero-headline { font-family: Poppins, sans-serif; font-size: clamp(32px, 5vw, 56px); font-weight: 800; color: rgb(255, 255, 255); line-height: 1.15; margin-bottom: 24px; letter-spacing: -0.5px; }
.srv-hero-subheadline { font-family: Inter, sans-serif; font-size: clamp(16px, 2.2vw, 20px); font-weight: 400; color: rgba(255, 255, 255, 0.75); line-height: 1.7; margin-bottom: 36px; max-width: 700px; margin-left: auto; margin-right: auto; }
.srv-hero-separator { width: 80px; height: 3px; background: rgb(208, 2, 27); margin: 0px auto; border-radius: 2px; }
.srv-intro { background: rgb(255, 255, 255); padding: 80px 40px; }
.srv-intro-inner { max-width: 800px; margin: 0px auto; text-align: center; }
.srv-intro-body { font-family: Inter, sans-serif; font-size: clamp(16px, 1.8vw, 18px); font-weight: 400; color: rgb(51, 51, 51); line-height: 1.9; }
.srv-category-block { width: 100%; padding: 80px 40px; }
.srv-category-block.srv-dark { background: rgb(24, 22, 23); }
.srv-category-block.srv-light { background: rgb(255, 255, 255); }
.srv-category-inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.srv-category-inner.srv-reverse { direction: rtl; }
.srv-category-inner.srv-reverse > * { direction: ltr; }
.srv-category-visual { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 3; background: rgba(208, 2, 27, 0.05); display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid rgba(208, 2, 27, 0.2); }
.srv-dark .srv-category-visual { background: rgba(208, 2, 27, 0.08); border-color: rgba(208, 2, 27, 0.25); }
.srv-category-img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 12px; transition: transform 0.5s; }
.srv-category-visual:hover .srv-category-img { transform: scale(1.04); }
.srv-category-icon-overlay { position: absolute; bottom: 20px; left: 20px; background: rgb(208, 2, 27); border-radius: 8px; padding: 10px 16px; display: flex; align-items: center; gap: 8px; z-index: 3; }
.srv-category-icon-overlay svg { width: 22px; height: 22px; fill: rgb(255, 255, 255); flex-shrink: 0; }
.srv-category-icon-label { font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; color: rgb(255, 255, 255); letter-spacing: 1.5px; text-transform: uppercase; }
.srv-category-content { display: flex; flex-direction: column; gap: 20px; }
.srv-category-provider { font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; color: rgb(208, 2, 27); text-transform: uppercase; }
.srv-category-title { font-family: Poppins, sans-serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700; line-height: 1.2; letter-spacing: -0.3px; }
.srv-dark .srv-category-title { color: rgb(255, 255, 255); }
.srv-light .srv-category-title { color: rgb(0, 0, 0); }
.srv-category-separator { width: 50px; height: 3px; background: rgb(208, 2, 27); border-radius: 2px; }
.srv-category-desc { font-family: Inter, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.8; }
.srv-dark .srv-category-desc { color: rgba(255, 255, 255, 0.75); }
.srv-light .srv-category-desc { color: rgb(68, 68, 68); }
.srv-capability-label { font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.srv-dark .srv-capability-label { color: rgba(255, 255, 255, 0.5); }
.srv-light .srv-capability-label { color: rgba(0, 0, 0, 0.45); }
.srv-capability-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.srv-capability-list li { font-family: Inter, sans-serif; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.srv-dark .srv-capability-list li { color: rgba(255, 255, 255, 0.85); }
.srv-light .srv-capability-list li { color: rgb(34, 34, 34); }
.srv-capability-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: rgb(208, 2, 27); flex-shrink: 0; }
.srv-category-cta { display: inline-flex; align-items: center; gap: 8px; font-family: Inter, sans-serif; font-size: 14px; font-weight: 700; color: rgb(208, 2, 27); text-decoration: none; letter-spacing: 0.5px; transition: gap 0.3s, opacity 0.3s; border-bottom: 2px solid transparent; padding-bottom: 2px; width: fit-content; }
.srv-category-cta:hover { gap: 14px; border-bottom-color: rgb(208, 2, 27); opacity: 0.85; }
.srv-selector { background: rgb(197, 197, 197); padding: 80px 40px; }
.srv-selector-inner { max-width: 700px; margin: 0px auto; text-align: center; }
.srv-selector-headline { font-family: Poppins, sans-serif; font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: rgb(0, 0, 0); margin-bottom: 20px; letter-spacing: -0.3px; }
.srv-selector-body { font-family: Inter, sans-serif; font-size: 17px; font-weight: 400; color: rgb(51, 51, 51); line-height: 1.8; margin-bottom: 36px; }
.srv-selector-btn { display: inline-block; background: rgb(208, 2, 27); color: rgb(255, 255, 255); font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.5px; padding: 16px 40px; border-radius: 4px; text-decoration: none; transition: background 0.3s, transform 0.2s, box-shadow 0.3s; box-shadow: rgba(208, 2, 27, 0.35) 0px 4px 20px; }
.srv-selector-btn:hover { background: rgb(168, 0, 22); transform: translateY(-2px); box-shadow: rgba(208, 2, 27, 0.45) 0px 8px 28px; }
.srv-selector-btn:active { transform: translateY(0px); }
@media (max-width: 960px) {
  .srv-category-inner { grid-template-columns: 1fr; gap: 40px; }
  .srv-category-inner.srv-reverse { direction: ltr; }
  .srv-category-visual { aspect-ratio: 16 / 9; max-width: 600px; margin: 0px auto; width: 100%; }
}
@media (max-width: 640px) {
  .srv-hero { padding: 80px 24px 60px; min-height: auto; }
  .srv-intro { padding: 60px 24px; }
  .srv-category-block { padding: 60px 24px; }
  .srv-selector { padding: 60px 24px; }
  .srv-category-inner { gap: 32px; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }