* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: Inter, sans-serif; line-height: 1.6; color: rgb(26, 26, 26); overflow-x: hidden; }
.services-page-header { background: rgb(179, 0, 0); color: rgb(255, 255, 255); padding: 80px 20px; text-align: center; position: relative; }
.services-page-header::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(179, 0, 0, 0.95) 0%, rgb(160, 0, 0) 100%); z-index: 1; }
.services-page-header-content { position: relative; z-index: 2; max-width: 1200px; margin: 0px auto; }
.services-page-breadcrumb { font-size: 14px; margin-bottom: 20px; opacity: 0.95; font-weight: 400; letter-spacing: 0.5px; }
.services-page-breadcrumb span { margin: 0px 8px; }
.services-page-header h1 { font-size: 56px; font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; line-height: 1.1; }
.services-page-header p { font-size: 20px; font-weight: 400; opacity: 0.95; max-width: 700px; margin: 0px auto; }
.services-intro-section { background: rgb(255, 255, 255); padding: 80px 20px; }
.services-intro-content { max-width: 900px; margin: 0px auto; text-align: center; }
.services-intro-content h2 { color: rgb(192, 0, 0); font-size: 36px; font-weight: 700; margin-bottom: 25px; letter-spacing: -0.5px; }
.services-intro-content p { font-size: 18px; line-height: 1.8; color: rgb(26, 26, 26); margin-bottom: 15px; }
.services-detail-section { padding: 100px 20px; }
.services-detail-section:nth-of-type(2n+1) { background: rgb(245, 245, 245); }
.services-detail-section:nth-of-type(2n) { background: rgb(255, 255, 255); }
.services-detail-container { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.services-detail-container.reverse { direction: rtl; }
.services-detail-container.reverse > * { direction: ltr; }
.services-detail-text-wrapper { display: flex; flex-direction: column; gap: 20px; }
.services-icon-wrapper { width: 70px; height: 70px; background: linear-gradient(135deg, rgb(192, 0, 0) 0%, rgb(179, 0, 0) 100%); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; box-shadow: rgba(192, 0, 0, 0.2) 0px 4px 15px; }
.services-icon-wrapper svg { width: 36px; height: 36px; fill: rgb(255, 255, 255); }
.services-detail-text-wrapper h2 { color: rgb(192, 0, 0); font-size: 38px; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.5px; }
.services-detail-text-wrapper p { font-size: 17px; line-height: 1.8; color: rgb(26, 26, 26); margin-bottom: 20px; }
.services-features-list { list-style: none; margin: 25px 0px; }
.services-features-list li { padding: 12px 0px 12px 35px; position: relative; font-size: 16px; color: rgb(26, 26, 26); }
.services-features-list li::before { content: "✓"; position: absolute; left: 0px; color: rgb(192, 0, 0); font-weight: 700; font-size: 18px; }
.services-highlights { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 25px; }
.services-highlight-badge { background: rgb(192, 0, 0); color: rgb(255, 255, 255); padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; transition: transform 0.3s, box-shadow 0.3s; }
.services-highlight-badge:hover { transform: translateY(-2px); box-shadow: rgba(192, 0, 0, 0.3) 0px 6px 20px; }
.services-detail-image { border-radius: 20px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 40px; position: relative; height: 450px; }
.services-detail-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.services-detail-image:hover img { transform: scale(1.05); }
.services-additional-section { background: rgb(161, 0, 0); padding: 80px 20px; color: rgb(255, 255, 255); }
.services-additional-content { max-width: 1200px; margin: 0px auto; }
.services-additional-content h2 { font-size: 42px; font-weight: 700; text-align: center; margin-bottom: 60px; letter-spacing: -0.5px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.services-grid-item { background: rgba(255, 255, 255, 0.1); padding: 35px 30px; border-radius: 16px; text-align: center; transition: 0.3s; border: 2px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); }
.services-grid-item:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-5px); border-color: rgba(255, 255, 255, 0.3); }
.services-grid-icon { width: 60px; height: 60px; background: rgba(255, 255, 255, 0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0px auto 20px; }
.services-grid-icon svg { width: 30px; height: 30px; fill: rgb(255, 255, 255); }
.services-grid-item h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.services-grid-item p { font-size: 15px; line-height: 1.6; opacity: 0.95; }
.services-process-section { background: rgb(255, 255, 255); padding: 100px 20px; }
.services-process-content { max-width: 1200px; margin: 0px auto; }
.services-process-content h2 { color: rgb(192, 0, 0); font-size: 42px; font-weight: 700; text-align: center; margin-bottom: 70px; letter-spacing: -0.5px; }
.services-process-timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; position: relative; }
.services-process-step { text-align: center; position: relative; padding: 30px 20px; background: rgb(249, 249, 249); border-radius: 16px; transition: 0.3s; }
.services-process-step:hover { background: rgb(245, 245, 245); transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px; }
.services-process-number { width: 70px; height: 70px; background: linear-gradient(135deg, rgb(192, 0, 0) 0%, rgb(161, 0, 0) 100%); color: rgb(255, 255, 255); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700; margin: 0px auto 20px; box-shadow: rgba(192, 0, 0, 0.3) 0px 5px 20px; }
.services-process-step h3 { color: rgb(192, 0, 0); font-size: 22px; font-weight: 600; margin-bottom: 12px; }
.services-process-step p { font-size: 15px; line-height: 1.6; color: rgb(26, 26, 26); }
.services-guarantee-section { background: rgb(245, 245, 245); padding: 80px 20px; }
.services-guarantee-content { max-width: 1000px; margin: 0px auto; text-align: center; }
.services-guarantee-content h2 { color: rgb(192, 0, 0); font-size: 42px; font-weight: 700; margin-bottom: 50px; letter-spacing: -0.5px; }
.services-guarantee-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: left; }
.services-guarantee-item { background: rgb(255, 255, 255); padding: 30px; border-radius: 16px; display: flex; align-items: flex-start; gap: 20px; box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px; transition: 0.3s; }
.services-guarantee-item:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 30px; }
.services-guarantee-icon { width: 50px; height: 50px; background: linear-gradient(135deg, rgb(192, 0, 0) 0%, rgb(179, 0, 0) 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.services-guarantee-icon svg { width: 26px; height: 26px; fill: rgb(255, 255, 255); }
.services-guarantee-item h3 { color: rgb(192, 0, 0); font-size: 18px; font-weight: 600; margin-bottom: 8px; }
.services-guarantee-item p { font-size: 15px; line-height: 1.6; color: rgb(26, 26, 26); }
.services-cta-section { background: linear-gradient(135deg, rgb(192, 0, 0) 0%, rgb(161, 0, 0) 100%); padding: 80px 20px; text-align: center; color: rgb(255, 255, 255); }
.services-cta-content { max-width: 800px; margin: 0px auto; }
.services-cta-content h2 { font-size: 46px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.5px; }
.services-cta-content p { font-size: 20px; margin-bottom: 35px; opacity: 0.95; }
.services-contact-info { display: flex; justify-content: center; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.services-contact-item { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 500; }
.services-contact-item svg { width: 24px; height: 24px; fill: rgb(255, 255, 255); }
.services-cta-button { display: inline-block; background: rgb(230, 0, 0); color: rgb(255, 255, 255); padding: 18px 45px; border-radius: 12px; font-size: 18px; font-weight: 600; text-decoration: none; transition: 0.3s; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 25px; }
.services-cta-button:hover { background: rgb(255, 0, 0); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 35px; }
@media (max-width: 768px) {
  .services-page-header { padding: 60px 20px; }
  .services-page-header h1 { font-size: 38px; }
  .services-page-header p { font-size: 17px; }
  .services-intro-section { padding: 60px 20px; }
  .services-intro-content h2 { font-size: 28px; }
  .services-intro-content p { font-size: 16px; }
  .services-detail-section { padding: 60px 20px; }
  .services-detail-container { grid-template-columns: 1fr; gap: 40px; }
  .services-detail-container.reverse { direction: ltr; }
  .services-detail-text-wrapper h2 { font-size: 30px; }
  .services-detail-image { height: 300px; }
  .services-additional-section { padding: 60px 20px; }
  .services-additional-content h2 { font-size: 32px; margin-bottom: 40px; }
  .services-grid { grid-template-columns: 1fr; gap: 20px; }
  .services-process-section { padding: 60px 20px; }
  .services-process-content h2 { font-size: 32px; margin-bottom: 50px; }
  .services-process-timeline { grid-template-columns: 1fr; gap: 25px; }
  .services-guarantee-section { padding: 60px 20px; }
  .services-guarantee-content h2 { font-size: 32px; }
  .services-guarantee-list { grid-template-columns: 1fr; gap: 20px; }
  .services-cta-section { padding: 60px 20px; }
  .services-cta-content h2 { font-size: 34px; }
  .services-cta-content p { font-size: 17px; }
  .services-contact-info { flex-direction: column; gap: 20px; }
  .services-cta-button { padding: 15px 35px; font-size: 16px; }
}
.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; }