/*
 * Service Page Inline Styles
 * Extracted from service.html for better organization
 */

 body {transition: opacity ease-in 0.2s; } 
 body[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; }

 body {
   font-family: "Vazirmatn", sans-serif;
 } 

 .wf-force-outline-none[tabindex="-1"]:focus{outline:none;}
 
 .lf-progress {
   -webkit-appearance: none;
   -moz-apperance: none;
   width: 100%;
   /* margin: 0 10px; */
   height: 4px;
   border-radius: 3px;
   cursor: pointer;
 }
 .lf-progress:focus {
   outline: none;
   border: none;
 }
 .lf-progress::-moz-range-track {
   cursor: pointer;
   background: none;
   border: none;
   outline: none;
 }
 .lf-progress::-webkit-slider-thumb {
   -webkit-appearance: none !important;
   height: 13px;
   width: 13px;
   border: 0;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress::-moz-range-thumb {
   -moz-appearance: none !important;
   height: 13px;
   width: 13px;
   border: 0;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress::-ms-track {
   width: 100%;
   height: 3px;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   color: transparent;
 }
 .lf-progress::-ms-fill-lower {
   background: #ccc;
   border-radius: 3px;
 }
 .lf-progress::-ms-fill-upper {
   background: #ccc;
   border-radius: 3px;
 }
 .lf-progress::-ms-thumb {
   border: 0;
   height: 15px;
   width: 15px;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress:focus::-ms-fill-lower {
   background: #ccc;
 }
 .lf-progress:focus::-ms-fill-upper {
   background: #ccc;
 }
 .lf-player-container :focus {
   outline: 0;
 }
 .lf-popover {
   position: relative;
 }
 
 .lf-popover-content {
   display: inline-block;
   position: absolute;
   opacity: 1;
   visibility: visible;
   transform: translate(0, -10px);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
 }
 
 .lf-popover-content.hidden {
   opacity: 0;
   visibility: hidden;
   transform: translate(0, 0px);
 }
 
 .lf-player-btn-container {
   display: flex;
   align-items: center;
 }
 .lf-player-btn {
   cursor: pointer;
   fill: #999;
   width: 14px;
 }
 
 .lf-player-btn.active {
   fill: var(--color-gray-text);
 }
 
 .lf-popover {
   position: relative;
 }
 
 .lf-popover-content {
   display: inline-block;
   position: absolute;
   background-color: var(--color-white);
   opacity: 1;
 
   transform: translate(0, -10px);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
   padding: 10px;
 }
 
 .lf-popover-content.hidden {
   opacity: 0;
   visibility: hidden;
   transform: translate(0, 0px);
 }
 
 .lf-arrow {
   position: absolute;
   z-index: -1;
   content: '';
   bottom: -9px;
   border-style: solid;
   border-width: 10px 10px 0px 10px;
 }
 
 .lf-left-align,
 .lf-left-align .lfarrow {
   left: 0;
   right: unset;
 }
 
 .lf-right-align,
 .lf-right-align .lf-arrow {
   right: 0;
   left: unset;
 }
 
 .lf-text-input {
   border: 1px #ccc solid;
   border-radius: 5px;
   padding: 3px;
   width: 60px;
   margin: 0;
 }
 
 .lf-color-picker {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   height: 90px;
 }
 
 .lf-color-selectors {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }
 
 .lf-color-component {
   display: flex;
   flex-direction: row;
   font-size: 12px;
   align-items: center;
   justify-content: center;
 }
 
 .lf-color-component strong {
   width: 40px;
 }
 
 .lf-color-component input[type='range'] {
   margin: 0 0 0 10px;
 }
 
 .lf-color-component input[type='number'] {
   width: 50px;
   margin: 0 0 0 10px;
 }
 
 .lf-color-preview {
   font-size: 12px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   padding-left: 5px;
 }
 
 .lf-preview {
   height: 60px;
   width: 60px;
 }
 
 .lf-popover-snapshot {
   width: 150px;
 }
 .lf-popover-snapshot h5 {
   margin: 5px 0 10px 0;
   font-size: 0.75rem;
 }
 .lf-popover-snapshot a {
   display: block;
   text-decoration: none;
 }
 .lf-popover-snapshot a:before {
   content: '⥼';
   margin-right: 5px;
 }
 .lf-popover-snapshot .lf-note {
   display: block;
   margin-top: 10px;
   color: #999;
 }
 .lf-player-controls > div {
   margin-right: 5px;
   margin-left: 5px;
 }
 .lf-player-controls > div:first-child {
   margin-left: 0px;
 }
 .lf-player-controls > div:last-child {
   margin-right: 0px;
 }
 
 .lf-progress {
   -webkit-appearance: none;
   -moz-apperance: none;
   width: 100%;
   /* margin: 0 10px; */
   height: 4px;
   border-radius: 3px;
   cursor: pointer;
 }
 .lf-progress:focus {
   outline: none;
   border: none;
 }
 .lf-progress::-moz-range-track {
   cursor: pointer;
   background: none;
   border: none;
   outline: none;
 }
 .lf-progress::-webkit-slider-thumb {
   -webkit-appearance: none !important;
   height: 13px;
   width: 13px;
   border: 0;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress::-moz-range-thumb {
   -moz-appearance: none !important;
   height: 13px;
   width: 13px;
   border: 0;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress::-ms-track {
   width: 100%;
   height: 3px;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   color: transparent;
 }
 .lf-progress::-ms-fill-lower {
   background: #ccc;
   border-radius: 3px;
 }
 .lf-progress::-ms-fill-upper {
   background: #ccc;
   border-radius: 3px;
 }
 .lf-progress::-ms-thumb {
   border: 0;
   height: 15px;
   width: 15px;
   border-radius: 50%;
   background: var(--color-primary);
   cursor: pointer;
 }
 .lf-progress:focus::-ms-fill-lower {
   background: #ccc;
 }
 .lf-progress:focus::-ms-fill-upper {
   background: #ccc;
 }
 .lf-player-container :focus {
   outline: 0;
 }
 .lf-popover {
   position: relative;
 }
 
 .lf-popover-content {
   display: inline-block;
   position: absolute;
   opacity: 1;
   visibility: visible;
   transform: translate(0, -10px);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
 }
 
 .lf-popover-content.hidden {
   opacity: 0;
   visibility: hidden;
   transform: translate(0, 0px);
 }
 
 .lf-player-btn-container {
   display: flex;
   align-items: center;
 }
 .lf-player-btn {
   cursor: pointer;
   fill: #999;
   width: 14px;
 }
 
 .lf-player-btn.active {
   fill: var(--color-gray-text);
 }
 
 .lf-popover {
   position: relative;
 }
 
 .lf-popover-content {
   display: inline-block;
   position: absolute;
   background-color: var(--color-white);
   opacity: 1;
 
   transform: translate(0, -10px);
   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
   transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
   padding: 10px;
 }
 
 .lf-popover-content.hidden {
   opacity: 0;
   visibility: hidden;
   transform: translate(0, 0px);
 }
 
 .lf-arrow {
   position: absolute;
   z-index: -1;
   content: '';
   bottom: -9px;
   border-style: solid;
   border-width: 10px 10px 0px 10px;
 }
 
 .lf-left-align,
 .lf-left-align .lfarrow {
   left: 0;
   right: unset;
 }
 
 .lf-right-align,
 .lf-right-align .lf-arrow {
   right: 0;
   left: unset;
 }
 
 .lf-text-input {
   border: 1px #ccc solid;
   border-radius: 5px;
   padding: 3px;
   width: 60px;
   margin: 0;
 }
 
 .lf-color-picker {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   height: 90px;
 }
 
 .lf-color-selectors {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
 }
 
 .lf-color-component {
   display: flex;
   flex-direction: row;
   font-size: 12px;
   align-items: center;
   justify-content: center;
 }
 
 .lf-color-component strong {
   width: 40px;
 }
 
 .lf-color-component input[type='range'] {
   margin: 0 0 0 10px;
 }
 
 .lf-color-component input[type='number'] {
   width: 50px;
   margin: 0 0 0 10px;
 }
 
 .lf-color-preview {
   font-size: 12px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   padding-left: 5px;
 }
 
 .lf-preview {
   height: 60px;
   width: 60px;
 }
 
 .lf-popover-snapshot {
   width: 150px;
 }
 .lf-popover-snapshot h5 {
   margin: 5px 0 10px 0;
   font-size: 0.75rem;
 }
 .lf-popover-snapshot a {
   display: block;
   text-decoration: none;
 }
 .lf-popover-snapshot a:before {
   content: '⥼';
   margin-right: 5px;
 }
 .lf-popover-snapshot .lf-note {
   display: block;
   margin-top: 10px;
   color: #999;
 }
 .lf-player-controls > div {
   margin-right: 5px;
   margin-left: 5px;
 }
 .lf-player-controls > div:first-child {
   margin-left: 0px;
 }
 .lf-player-controls > div:last-child {
   margin-right: 0px;
 }
 
 [data-wf-bgvideo-fallback-img] {
     display: none;
   }
   @media (prefers-reduced-motion: reduce) {
     [data-wf-bgvideo-fallback-img] {
       position: absolute;
       z-index: -100;
       display: inline-block;
       height: 100%;
       width: 100%;
       object-fit: cover;
     }
   }
 
 /* ============================================
    SERVICE PAGE ENHANCEMENTS
    ============================================ */
 
 /* Service Details Section */
 .service-details {
     margin-top: 20px !important;
     padding-top: 20px !important;
     border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
     opacity: 0 !important;
     max-height: 0 !important;
     overflow: hidden !important;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
 }
 
 .service-item:hover .service-details,
 .service-item.active .service-details {
     opacity: 1 !important;
     max-height: 1000px !important;
     margin-top: 20px !important;
 }
 
 .service-description {
     font-size: 15px !important;
     line-height: 1.8 !important;
     color: rgba(0, 0, 0, 0.75) !important; /* Darker for better readability */
     margin-bottom: 20px !important;
     font-weight: 400 !important;
     text-align: right !important;
     direction: rtl !important;
     background: rgba(255, 255, 255, 0.6) !important;
     padding: 20px !important;
     border-radius: 12px !important;
     backdrop-filter: blur(5px) !important;
     -webkit-backdrop-filter: blur(5px) !important;
     border: 1px solid rgba(255, 255, 255, 0.3) !important;
 }
 
 .service-features {
     list-style: none !important;
     padding: 0 !important;
     margin: 0 !important;
     display: grid !important;
     grid-template-columns: repeat(2, 1fr) !important;
     gap: 12px !important;
     text-align: right !important;
     direction: rtl !important;
 }
 
 .service-features li {
     font-size: 14px !important;
     line-height: 1.6 !important;
     color: rgba(0, 0, 0, 0.7) !important; /* Darker for better readability */
     padding: 10px 24px 10px 10px !important;
     position: relative !important;
     transition: all 0.3s ease !important;
     background: rgba(255, 255, 255, 0.4) !important;
     border-radius: 8px !important;
     margin-bottom: 4px !important;
     backdrop-filter: blur(3px) !important;
     -webkit-backdrop-filter: blur(3px) !important;
 }
 
 .service-features li::before {
     content: '✓' !important;
     position: absolute !important;
     right: 0 !important;
     color: var(--color-primary, #6BCB3D) !important;
     font-weight: 700 !important;
     font-size: 16px !important;
 }
 
 .service-features li:hover {
     color: rgba(0, 0, 0, 0.9) !important;
     transform: translateX(-5px) !important;
     background: rgba(255, 255, 255, 0.6) !important;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
 }
 
 /* Service Item Interactive Effects - Rich Base Styling */
 .service-item {
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     cursor: pointer !important;
     position: relative !important;
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
     border-radius: 16px !important;
     padding: 40px 30px !important;
     margin-bottom: 30px !important;
     border: 1px solid rgba(255, 255, 255, 0.08) !important;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
     backdrop-filter: blur(10px) !important;
     -webkit-backdrop-filter: blur(10px) !important;
     overflow: hidden !important; /* Prevent content from going out of box */
 }
 
 .service-item:hover {
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
     border-color: rgba(107, 203, 61, 0.3) !important;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(107, 203, 61, 0.2) !important;
     transform: translateY(-3px) !important; /* Reduced movement */
 }
 
 .service-item::before {
     content: '' !important;
     position: absolute !important;
     top: 0 !important;
     right: 0 !important;
     width: 5px !important;
     height: 30% !important; /* Visible even before hover */
     background: linear-gradient(180deg, var(--color-primary, #6BCB3D) 0%, rgba(107, 203, 61, 0.5) 100%) !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     z-index: 1 !important;
     border-radius: 0 16px 16px 0 !important;
     opacity: 0.6 !important;
 }
 
 .service-item:hover::before,
 .service-item.active::before {
     height: 100% !important;
     opacity: 1 !important;
     width: 6px !important;
 }
 
 .service-item-left {
     overflow: visible !important; /* Allow number to scale but contain it */
     position: relative !important;
 }
 
 .service-number {
     color: rgba(107, 203, 61, 0.7) !important; /* More visible base color */
     font-weight: 700 !important;
     font-size: 48px !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     text-shadow: 0 2px 10px rgba(107, 203, 61, 0.2) !important;
     display: inline-block !important; /* Prevent overflow */
     transform-origin: center center !important; /* Center the transform */
     line-height: 1 !important; /* Prevent extra spacing */
     margin: 0 !important;
     padding: 0 !important;
 }
 
 .service-item:hover .service-number,
 .service-item.active .service-number {
     color: var(--color-primary, #6BCB3D) !important;
     transform: scale(1.05) !important; /* Reduced scale to keep in box */
     text-shadow: 0 4px 20px rgba(107, 203, 61, 0.4) !important;
 }
 
 .service-title {
     color: rgba(60, 60, 60, 0.9) !important; /* Dark gray before hover */
     font-weight: 600 !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     text-shadow: none !important;
 }
 
 .service-item:hover .service-title,
 .service-item.active .service-title {
     color: rgba(40, 40, 40, 1) !important; /* Darker gray on hover */
     transform: translateX(-5px) !important; /* Reduced movement */
     text-shadow: none !important;
 }
 
 /* Service Info Animation */
 .service-info {
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     overflow: hidden !important; /* Prevent overflow */
 }
 
 .service-item:hover .service-info,
 .service-item.active .service-info {
     height: auto !important;
     width: auto !important;
 }
 
 /* Service Thumbnail Interactive Effects - Rich Base + Motion */
 .service-thumb-wrap {
     position: relative !important;
     overflow: hidden !important;
     border-radius: 16px !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
     background: rgba(0, 0, 0, 0.1) !important;
     border: 2px solid rgba(255, 255, 255, 0.1) !important;
 }
 
 .service-thumb {
     width: 100% !important;
     height: 100% !important;
     object-fit: cover !important;
     transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     filter: brightness(0.9) contrast(1.05) saturate(1.1) !important;
     animation: imageFloat 8s ease-in-out infinite !important; /* Slower animation */
     transform-origin: center center !important;
 }
 
 @keyframes imageFloat {
     0%, 100% {
         transform: translateY(0) scale(1) rotate(0deg);
     }
     50% {
         transform: translateY(-5px) scale(1.01) rotate(0.3deg); /* Reduced movement */
     }
 }
 
 .service-item:hover .service-thumb,
 .service-item.active .service-thumb {
     transform: scale(1.08) translateY(-3px) !important; /* Reduced scale and movement */
     filter: brightness(1.05) contrast(1.1) saturate(1.15) !important; /* Subtle filter change */
     animation: imagePulse 3s ease-in-out infinite !important; /* Slower pulse */
 }
 
 @keyframes imagePulse {
     0%, 100% {
         transform: scale(1.08) translateY(-3px);
     }
     50% {
         transform: scale(1.1) translateY(-5px); /* Reduced movement */
     }
 }
 
 .service-thumb-wrap::before {
     content: '' !important;
     position: absolute !important;
     top: 0 !important;
     left: 0 !important;
     width: 100% !important;
     height: 100% !important;
     background: linear-gradient(135deg, rgba(107, 203, 61, 0.15) 0%, rgba(107, 203, 61, 0.05) 100%) !important;
     opacity: 0.3 !important; /* Visible even before hover */
     transition: opacity 0.5s ease !important; /* Slower, more delicate */
     pointer-events: none !important;
     z-index: 1 !important;
     border-radius: 16px !important;
 }
 
 .service-thumb-wrap::after {
     content: '' !important;
     position: absolute !important;
     top: 0 !important;
     left: 0 !important;
     width: 100% !important;
     height: 100% !important;
     background: linear-gradient(135deg, rgba(107, 203, 61, 0.2) 0%, rgba(107, 203, 61, 0.4) 100%) !important;
     opacity: 0 !important;
     transition: opacity 0.5s ease !important; /* Slower, more delicate */
     pointer-events: none !important;
     z-index: 2 !important;
     border-radius: 16px !important;
 }
 
 .service-item:hover .service-thumb-wrap::after,
 .service-item.active .service-thumb-wrap::after {
     opacity: 1 !important;
 }
 
 .service-item:hover .service-thumb-wrap,
 .service-item.active .service-thumb-wrap {
     box-shadow: 0 12px 40px rgba(107, 203, 61, 0.25), 0 0 0 2px rgba(107, 203, 61, 0.3) !important;
     transform: translateY(-2px) !important; /* Reduced movement */
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
 }
 
 /* Service Tag Hover Effects - Rich Base Styling */
 .service-tag {
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
     background: rgba(107, 203, 61, 0.1) !important; /* Visible base background */
     border: 1px solid rgba(107, 203, 61, 0.2) !important;
     padding: 8px 16px !important;
     border-radius: 20px !important;
     font-size: 13px !important;
     font-weight: 500 !important;
     color: rgba(255, 255, 255, 0.9) !important;
     backdrop-filter: blur(5px) !important;
     -webkit-backdrop-filter: blur(5px) !important;
 }
 
 .service-item:hover .service-tag,
 .service-item.active .service-tag {
     background: rgba(107, 203, 61, 0.25) !important;
     border-color: var(--color-primary, #6BCB3D) !important;
     transform: translateY(-2px) scale(1.03) !important; /* Reduced movement */
     box-shadow: 0 4px 12px rgba(107, 203, 61, 0.3) !important;
     color: #FFFFFF !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important; /* Slower, more delicate */
 }
 
 /* Service Summary Enhancement */
 .service-summary {
     transition: all 0.3s ease !important;
     color: rgba(255, 255, 255, 0.85) !important; /* More visible base color */
     font-size: 16px !important;
     line-height: 1.7 !important;
     background: rgba(255, 255, 255, 0.05) !important;
     padding: 16px 20px !important;
     border-radius: 10px !important;
     border-right: 3px solid rgba(107, 203, 61, 0.3) !important;
     margin-top: 16px !important;
 }
 
 .service-item:hover .service-summary,
 .service-item.active .service-summary {
     color: rgba(255, 255, 255, 0.95) !important;
     background: rgba(255, 255, 255, 0.1) !important;
     border-right-color: var(--color-primary, #6BCB3D) !important;
 }
 
 /* Responsive Adjustments */
 @media (max-width: 992px) {
     .service-features {
         grid-template-columns: 1fr !important;
         gap: 10px !important;
     }
     
     .service-description {
         font-size: 14px !important;
     }
     
     .service-features li {
         font-size: 13px !important;
     }
 }
 
 @media (max-width: 768px) {
     .service-details {
         margin-top: 15px !important;
         padding-top: 15px !important;
     }
     
     .service-description {
         font-size: 13px !important;
         line-height: 1.7 !important;
         margin-bottom: 15px !important;
     }
     
     .service-features {
         gap: 8px !important;
     }
     
     .service-features li {
         font-size: 12px !important;
         padding-right: 20px !important;
     }
 }
 
 /* ============================================
    OUTCOMES SECTION STYLES
    ============================================ */
 
 .outcomes-area {
     margin-right: var(--_sizes---space--space-10) !important;
     margin-left: var(--_sizes---space--space-10) !important;
     padding-top: var(--_sizes---space--space-120) !important;
     padding-bottom: var(--_sizes---space--space-120) !important;
     border-radius: var(--_sizes---radius--radius-20) !important;
     background: #FFFFFF !important;
 }
 
 .outcomes-top {
     padding-bottom: var(--_sizes---space--space-60) !important;
     text-align: center !important;
     max-width: 800px !important;
     margin-left: auto !important;
     margin-right: auto !important;
 }
 
 .outcomes-grid {
     display: grid !important;
     grid-template-columns: repeat(4, 1fr) !important;
     gap: 24px !important;
     margin-top: 40px !important;
 }
 
 .outcome-card {
     background: #FFFFFF !important;
     border-radius: 8px !important;
     padding: 32px 24px !important;
     text-align: center !important;
     transition: all 0.3s ease !important;
     border: 1px solid rgba(0, 0, 0, 0.08) !important;
     box-shadow: none !important;
     direction: rtl !important;
 }
 
 .outcome-card:hover {
     border-color: rgba(0, 0, 0, 0.15) !important;
     background: #FAFAFA !important;
 }
 
 .outcome-icon {
     width: 40px !important;
     height: 40px !important;
     margin: 0 auto 20px auto !important;
     display: block !important;
     color: rgba(60, 60, 60, 1) !important;
     transition: color 0.3s ease !important;
 }
 
 .outcome-card:hover .outcome-icon {
     color: rgba(40, 40, 40, 1) !important;
 }
 
 .outcome-title {
     font-size: 20px !important;
     font-weight: 700 !important;
     color: rgba(40, 40, 40, 1) !important;
     margin-bottom: 12px !important;
     line-height: 1.4 !important;
 }
 
 .outcome-description {
     font-size: 14px !important;
     line-height: 1.7 !important;
     color: rgba(60, 60, 60, 0.8) !important;
     margin: 0 !important;
 }
 
 /* ============================================
    PROCESS CONFIDENCE SECTION STYLES
    ============================================ */
 
 .process-confidence-area {
     margin-right: var(--_sizes---space--space-10) !important;
     margin-left: var(--_sizes---space--space-10) !important;
     padding-top: var(--_sizes---space--space-120) !important;
     padding-bottom: var(--_sizes---space--space-120) !important;
     border-radius: var(--_sizes---radius--radius-20) !important;
     background: #FFFFFF !important;
 }
 
 .process-confidence-top {
     padding-bottom: var(--_sizes---space--space-60) !important;
     text-align: center !important;
     max-width: 800px !important;
     margin-left: auto !important;
     margin-right: auto !important;
 }
 
 .process-timeline {
     display: flex !important;
     flex-direction: column !important;
     gap: 32px !important;
     max-width: 900px !important;
     margin: 0 auto !important;
     position: relative !important;
     padding-right: 40px !important;
     direction: rtl !important;
 }
 
 .process-timeline::before {
     content: '' !important;
     position: absolute !important;
     right: 20px !important;
     top: 0 !important;
     bottom: 0 !important;
     width: 2px !important;
     background: rgba(0, 0, 0, 0.12) !important;
     border-radius: 0 !important;
     transition: background 0.5s ease !important;
 }
 
 .process-timeline::after {
     content: '' !important;
     position: absolute !important;
     right: 20px !important;
     top: 0 !important;
     width: 2px !important;
     height: 0% !important;
     background: linear-gradient(180deg, var(--color-primary, #6BCB3D) 0%, rgba(107, 203, 61, 0.8) 100%) !important;
     border-radius: 0 !important;
     transition: height 1s cubic-bezier(0.4, 0, 0.2, 1) !important;
     z-index: 1 !important;
 }
 
 .process-timeline.active::after {
     animation: timelineFill 2s ease-out forwards !important;
 }
 
 @keyframes timelineFill {
     0% {
         height: 0% !important;
     }
     100% {
         height: 100% !important;
     }
 }
 
 .process-timeline.active::before {
     animation: timelinePulse 2s ease-in-out infinite !important;
 }
 
 @keyframes timelinePulse {
     0%, 100% {
         box-shadow: 0 0 0 0 rgba(107, 203, 61, 0.4);
     }
     50% {
         box-shadow: 0 0 0 8px rgba(107, 203, 61, 0);
     }
 }
 
 .process-step {
     display: flex !important;
     gap: 24px !important;
     align-items: flex-start !important;
     position: relative !important;
     padding-right: 60px !important;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
     opacity: 0 !important;
     transform: translateX(30px) !important;
 }
 
 .process-step.animate-in {
     opacity: 1 !important;
     transform: translateX(0) !important;
 }
 
 .process-step::before {
     content: '' !important;
     position: absolute !important;
     right: 14px !important;
     top: 20px !important;
     width: 20px !important;
     height: 20px !important;
     background: rgba(60, 60, 60, 1) !important;
     border-radius: 50% !important;
     border: 4px solid #FFFFFF !important;
     z-index: 2 !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
     transform: scale(1) !important;
 }
 
 .process-step::after {
     content: '' !important;
     position: absolute !important;
     right: 14px !important;
     top: 20px !important;
     width: 20px !important;
     height: 20px !important;
     border-radius: 50% !important;
     background: rgba(107, 203, 61, 0.1) !important;
     z-index: 1 !important;
     transform: scale(1) !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
     opacity: 0 !important;
 }
 
 .process-step.active::before,
 .process-step:hover::before {
     background: var(--color-primary, #6BCB3D) !important;
     width: 24px !important;
     height: 24px !important;
     right: 12px !important;
     top: 18px !important;
     border-width: 5px !important;
     box-shadow: 0 0 0 6px rgba(107, 203, 61, 0.2), 0 0 0 12px rgba(107, 203, 61, 0.1), 0 4px 12px rgba(107, 203, 61, 0.3) !important;
     animation: indicatorPulse 2s ease-in-out infinite, indicatorRotate 4s linear infinite !important;
     transform: scale(1.1) !important;
 }
 
 .process-step.active::after,
 .process-step:hover::after {
     opacity: 1 !important;
     transform: scale(2.5) !important;
     background: rgba(107, 203, 61, 0.15) !important;
     animation: indicatorRipple 2s ease-out infinite !important;
 }
 
 @keyframes indicatorPulse {
     0%, 100% {
         box-shadow: 0 0 0 6px rgba(107, 203, 61, 0.2), 0 0 0 12px rgba(107, 203, 61, 0.1), 0 4px 12px rgba(107, 203, 61, 0.3);
     }
     50% {
         box-shadow: 0 0 0 8px rgba(107, 203, 61, 0.3), 0 0 0 16px rgba(107, 203, 61, 0.15), 0 6px 16px rgba(107, 203, 61, 0.4);
     }
 }
 
 @keyframes indicatorRotate {
     0% {
         transform: scale(1.1) rotate(0deg);
     }
     100% {
         transform: scale(1.1) rotate(360deg);
     }
 }
 
 @keyframes indicatorRipple {
     0% {
         transform: scale(1);
         opacity: 0.8;
     }
     50% {
         transform: scale(2.5);
         opacity: 0.4;
     }
     100% {
         transform: scale(3);
         opacity: 0;
     }
 }
 
 .process-step:hover {
     transform: translateX(-8px) !important;
 }
 
 .step-number {
     font-size: 20px !important;
     font-weight: 700 !important;
     color: rgba(60, 60, 60, 1) !important;
     flex-shrink: 0 !important;
     width: 56px !important;
     height: 56px !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%) !important;
     border-radius: 12px !important;
     border: 2px solid rgba(0, 0, 0, 0.08) !important;
     transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
     position: relative !important;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
 }
 
 .step-number::before {
     content: '' !important;
     position: absolute !important;
     top: -2px !important;
     left: -2px !important;
     right: -2px !important;
     bottom: -2px !important;
     border-radius: 12px !important;
     background: linear-gradient(135deg, var(--color-primary, #6BCB3D), rgba(107, 203, 61, 0.6)) !important;
     opacity: 0 !important;
     transition: opacity 0.5s ease !important;
     z-index: -1 !important;
 }
 
 .step-number::after {
     content: '' !important;
     position: absolute !important;
     top: 50% !important;
     left: 50% !important;
     transform: translate(-50%, -50%) scale(0) !important;
     width: 80px !important;
     height: 80px !important;
     border-radius: 12px !important;
     background: rgba(107, 203, 61, 0.15) !important;
     transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
     z-index: -2 !important;
     filter: blur(8px) !important;
 }
 
 .process-step.active .step-number,
 .process-step:hover .step-number {
     background: linear-gradient(135deg, var(--color-primary, #6BCB3D) 0%, rgba(107, 203, 61, 0.8) 100%) !important;
     color: #FFFFFF !important;
     transform: scale(1.05) rotate(5deg) !important;
     border-color: var(--color-primary, #6BCB3D) !important;
     box-shadow: 0 8px 24px rgba(107, 203, 61, 0.4), 0 0 0 4px rgba(107, 203, 61, 0.1) !important;
     animation: numberGlow 2s ease-in-out infinite !important;
 }
 
 .process-step.active .step-number::before,
 .process-step:hover .step-number::before {
     opacity: 1 !important;
     animation: gradientRotate 3s linear infinite !important;
 }
 
 .process-step.active .step-number::after,
 .process-step:hover .step-number::after {
     transform: translate(-50%, -50%) scale(1.2) !important;
     background: rgba(107, 203, 61, 0.2) !important;
 }
 
 @keyframes numberGlow {
     0%, 100% {
         box-shadow: 0 8px 24px rgba(107, 203, 61, 0.4), 0 0 0 4px rgba(107, 203, 61, 0.1);
     }
     50% {
         box-shadow: 0 12px 32px rgba(107, 203, 61, 0.5), 0 0 0 6px rgba(107, 203, 61, 0.15);
     }
 }
 
 @keyframes gradientRotate {
     0% {
         background: linear-gradient(135deg, var(--color-primary, #6BCB3D), rgba(107, 203, 61, 0.6));
     }
     50% {
         background: linear-gradient(225deg, var(--color-primary, #6BCB3D), rgba(107, 203, 61, 0.6));
     }
     100% {
         background: linear-gradient(135deg, var(--color-primary, #6BCB3D), rgba(107, 203, 61, 0.6));
     }
 }
 
 .step-content {
     flex: 1 !important;
     background: #FFFFFF !important;
     border-radius: 8px !important;
     padding: 24px !important;
     border: 1px solid rgba(0, 0, 0, 0.08) !important;
     border-right: 3px solid transparent !important;
     box-shadow: none !important;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
     position: relative !important;
     overflow: hidden !important;
 }
 
 .step-content::before {
     content: '' !important;
     position: absolute !important;
     top: 0 !important;
     right: 0 !important;
     width: 3px !important;
     height: 0% !important;
     background: var(--color-primary, #6BCB3D) !important;
     transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
     z-index: 1 !important;
 }
 
 .process-step.active .step-content,
 .process-step:hover .step-content {
     border-color: rgba(107, 203, 61, 0.2) !important;
     border-right-color: var(--color-primary, #6BCB3D) !important;
     background: rgba(107, 203, 61, 0.02) !important;
     box-shadow: 0 4px 20px rgba(107, 203, 61, 0.1) !important;
     transform: translateX(-4px) !important;
 }
 
 .process-step.active .step-content::before,
 .process-step:hover .step-content::before {
     height: 100% !important;
 }
 
 .step-title {
     font-size: 22px !important;
     font-weight: 700 !important;
     color: rgba(40, 40, 40, 1) !important;
     margin-bottom: 12px !important;
     line-height: 1.3 !important;
     transition: color 0.4s ease !important;
     position: relative !important;
 }
 
 .process-step.active .step-title,
 .process-step:hover .step-title {
     color: var(--color-primary, #6BCB3D) !important;
 }
 
 .step-description {
     font-size: 15px !important;
     line-height: 1.7 !important;
     color: rgba(60, 60, 60, 0.8) !important;
     margin: 0 !important;
 }
 
 /* Responsive Adjustments for Outcomes and Process Sections */
 @media (max-width: 992px) {
     .outcomes-grid {
         grid-template-columns: repeat(2, 1fr) !important;
         gap: 20px !important;
     }
     
     .process-timeline {
         padding-right: 30px !important;
     }
     
     .process-step {
         padding-right: 50px !important;
     }
 }
 
 @media (max-width: 768px) {
     .outcomes-grid {
         grid-template-columns: 1fr !important;
         gap: 16px !important;
     }
     
     .outcome-card {
         padding: 24px 20px !important;
     }
     
     .outcome-icon {
         font-size: 40px !important;
         margin-bottom: 16px !important;
     }
     
     .outcome-title {
         font-size: 18px !important;
     }
     
     .outcome-description {
         font-size: 13px !important;
     }
     
     .process-timeline {
         padding-right: 20px !important;
         gap: 24px !important;
     }
     
     .process-timeline::before {
         right: 10px !important;
         width: 2px !important;
     }
     
     .process-step {
         padding-right: 40px !important;
         gap: 16px !important;
     }
     
     .process-step::before {
         right: 8px !important;
         top: 16px !important;
         width: 18px !important;
         height: 18px !important;
         border-width: 4px !important;
     }
     
     .process-step.active::before,
     .process-step:hover::before {
         width: 22px !important;
         height: 22px !important;
         right: 7px !important;
         top: 15px !important;
     }
     
     .step-number {
         width: 48px !important;
         height: 48px !important;
         font-size: 18px !important;
     }
     
     .step-content {
         padding: 20px !important;
     }
     
     .step-title {
         font-size: 20px !important;
     }
     
     .step-description {
         font-size: 14px !important;
     }
 }

/* ============================================
   SERVICE BANNER — overlay for stronger contrast
   ============================================ */

.service-banner-area {
  padding-top: 280px !important;
  padding-bottom: 96px !important;
}

.service-banner-wrap {
  display: flex !important;
  grid-template-columns: none !important;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}

.service-banner-panel {
  margin-left: auto; /* anchor to the right in RTL layouts */
  max-width: 720px;
  padding: 34px 34px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.service-banner-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.service-banner-panel .heading-two {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  line-height: 1.18 !important;
}

.service-banner-panel .section-content {
  margin: 0 !important;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.9 !important;
}

.banner-img-wrap {
  position: absolute;
  inset: 0;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.01); /* tiny scale to avoid edge gaps */
}

.banner-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* premium overlay: dark -> transparent + subtle green energy */
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(107, 203, 61, 0.22), transparent 60%),
    linear-gradient(135deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.30) 45%, rgba(0,0,0,0.18) 100%);
  opacity: 1;
}

@media (max-width: 991px) {
  .service-banner-area {
    padding-top: 240px !important;
  }
  .service-banner-panel {
    max-width: 640px;
    padding: 28px 26px;
  }
}

@media (max-width: 768px) {
  .service-banner-area {
    padding-top: 210px !important;
    padding-bottom: 72px !important;
  }
  .service-banner-panel {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 22px 18px;
    border-radius: 18px;
  }
  .service-banner-panel .section-content {
    max-width: 100%;
  }
}


/* ============================================
   SERVICE CARDS (V2) — Premium gradient layout
   ============================================ */

.services-page {
  padding-top: var(--_sizes---space--space-80);
  padding-bottom: var(--_sizes---space--space-40);
}

.services-cards {
  display: flex;
  flex-direction: column;
  gap: 24px; /* 22–28px */
}

.service-card {
  --card-radius: 22px;
  --card-pad: 52px;

  border-radius: var(--card-radius);
  padding: var(--card-pad);
  min-height: 260px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.25), transparent);
  opacity: 0.75;
}

.service-content,
.service-visual {
  position: relative;
  z-index: 2;
}

.service-content {
  text-align: right;
  direction: rtl;
}

.service-card-title {
  margin: 0 0 12px 0;
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.service-card-desc {
  margin: 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.85;
}

.service-more {
  margin-top: 18px;
}

/* Remove default marker + make summary act like a button */
.service-more > summary {
  list-style: none;
}
.service-more > summary::-webkit-details-marker {
  display: none;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  gap: 10px;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-btn-open {
  display: inline;
}

.service-btn-close {
  display: none;
  align-items: center;
  gap: 8px;
}

.service-btn-close-icon {
  display: block;
  width: 18px;
  height: 18px;
}

details.service-more[open] > .service-btn .service-btn-open {
  display: none;
}

details.service-more[open] > .service-btn .service-btn-close {
  display: inline-flex;
}

.service-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.service-btn:focus-visible {
  outline: 2px solid rgba(255,255,255,0.9);
  outline-offset: 3px;
}

.service-more-body {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.9;
  max-width: 560px;
}

.service-more-body p {
  margin: 0 0 12px;
}

.service-more-body p:last-child {
  margin-bottom: 0;
}

.service-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 220px;
  isolation: isolate; /* keep watermark behind image within this stacking context */
}

.service-image {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16 / 11;
  height: auto;
  object-fit: cover;
  border-radius: 18px; /* rounded rectangle frame */
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.service-watermark {
  position: absolute;
  bottom: -52px;
  right: -18px;
  left: auto;
  font-size: 132px;
  opacity: 0.14;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.22);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
  z-index: 1; /* behind the image (image is z-index:2) */
  transform: rotate(-8deg);
}

/* Gradient themes */
.theme-1 { background: linear-gradient(135deg, #2f3f2d, #4a7b3c); }
.theme-2 { background: linear-gradient(135deg, #2f6d2f, #6bbf4a); }
.theme-3 { background: linear-gradient(135deg, #2a4d2a, #5aa23f); }
.theme-4 { background: linear-gradient(135deg, #1f3b1f, #4f8e35); }

/* Mobile rules */
@media (max-width: 768px) {
  .service-card {
    --card-pad: 26px;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-desc {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }

  .service-visual {
    min-height: 180px;
  }

  .service-watermark {
    display: none;
  }
}

/* ============================================
   PROCESS CONFIDENCE (V2) — calm premium grid
   ============================================ */

.process-confidence-area {
  background: #ffffff !important;
}

.confidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  direction: rtl;
}

.confidence-card {
  position: relative;
  border-radius: 18px;
  padding: 26px 24px;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.0));
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: hidden;
}

.confidence-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 260px at 20% 0%, rgba(107,203,61,0.14), transparent 55%);
  opacity: 0.65;
  pointer-events: none;
}

.confidence-card > * {
  position: relative;
  z-index: 1;
}

.confidence-card:hover {
  transform: translateY(-2px);
  border-color: rgba(107, 203, 61, 0.22);
  box-shadow: 0 16px 46px rgba(0,0,0,0.10);
}

.confidence-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.confidence-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 203, 61, 0.12);
  color: rgba(40, 40, 40, 1);
  border: 1px solid rgba(107, 203, 61, 0.22);
}

.confidence-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.confidence-chip-number {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(40, 40, 40, 1);
}

.confidence-chip-label {
  font-size: 13px;
  color: rgba(60, 60, 60, 0.75);
}

.confidence-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 750;
  color: rgba(40, 40, 40, 1);
  letter-spacing: -0.01em;
}

.confidence-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(60, 60, 60, 0.82);
}

/* Subtle reveal (optional) */
.confidence-card {
  opacity: 1;
  transform: translateY(0);
}

.confidence-card.is-revealing {
  opacity: 0;
  transform: translateY(10px);
}

.confidence-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 420ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

@media (max-width: 768px) {
  .confidence-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .confidence-card {
    padding: 22px 18px;
  }
  .confidence-title {
    font-size: 18px;
  }
  .confidence-text {
    font-size: 13px;
  }
}
/* =========================
   SERVICES V2 (sv2-) STYLES
   Phase 3: Tokens + Base Layout
   ========================= */
.services-v2 {
  --sv2-bg: #0b1220;
  --sv2-surface: rgba(255,255,255,0.06);
  --sv2-surface-2: rgba(255,255,255,0.10);
  --sv2-border: rgba(255,255,255,0.12);
  --sv2-text: rgba(255,255,255,0.92);
  --sv2-muted: rgba(255,255,255,0.70);
  --sv2-muted-2: rgba(255,255,255,0.55);
  --sv2-accent: #6BCB3D;
  --sv2-accent-2: #4a7b3c;
  --sv2-shadow: rgba(0,0,0,0.35);

  --sv2-space-1: 4px;
  --sv2-space-2: 8px;
  --sv2-space-3: 12px;
  --sv2-space-4: 16px;
  --sv2-space-5: 20px;
  --sv2-space-6: 24px;
  --sv2-space-7: 32px;
  --sv2-space-8: 40px;
  --sv2-space-9: 56px;
  --sv2-space-10: 72px;

  --sv2-r-1: 10px;
  --sv2-r-2: 16px;
  --sv2-r-3: 22px;
  --sv2-r-round: 999px;

  --sv2-sh-1: 0 12px 30px var(--sv2-shadow);
  --sv2-sh-2: 0 18px 60px rgba(0,0,0,0.45);

  --sv2-font: "Vazirmatn", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --sv2-h1: 46px;
  --sv2-h2: 32px;
  --sv2-h3: 22px;
  --sv2-body: 16px;
  --sv2-small: 14px;
  --sv2-lh: 1.75;

  --sv2-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --sv2-fast: 160ms;
  --sv2-med: 240ms;
  --sv2-slow: 420ms;

  font-family: var(--sv2-font);
  color: var(--sv2-text);
  background: transparent;
  direction: rtl;
  position: relative;
  z-index: 1;
}

.services-v2 .sv2-container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 24px;
  width: 100%;
}

.services-v2 section {
  padding-block: var(--sv2-space-10);
}

.services-v2 .sv2-section-head {
  display: flex;
  flex-direction: column;
  gap: var(--sv2-space-3);
  margin-bottom: var(--sv2-space-7);
}

.services-v2 .sv2-section-title {
  margin: 0;
  font-size: var(--sv2-h2);
  line-height: 1.25;
  font-weight: 700;
  color: var(--sv2-text);
}

.services-v2 .sv2-section-lead {
  margin: 0;
  font-size: var(--sv2-body);
  line-height: var(--sv2-lh);
  color: var(--sv2-muted);
}

.services-v2 .sv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--sv2-r-round);
  font-size: var(--sv2-small);
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform var(--sv2-fast) var(--sv2-ease), background var(--sv2-fast) var(--sv2-ease), border-color var(--sv2-fast) var(--sv2-ease), color var(--sv2-fast) var(--sv2-ease);
}

.services-v2 .sv2-btn:focus-visible {
  outline: 2px solid var(--sv2-accent);
  outline-offset: 2px;
}

.services-v2 .sv2-btn--primary {
  background: var(--sv2-accent);
  color: #0b1220;
  border-color: transparent;
}

.services-v2 .sv2-btn--ghost {
  background: var(--sv2-surface);
  color: var(--sv2-text);
  border-color: var(--sv2-border);
}

.services-v2 .sv2-btn:hover {
  transform: translateY(-1px);
}

.services-v2 .sv2-accordion {
  border: 1px solid var(--sv2-border);
  border-radius: var(--sv2-r-2);
  background: var(--sv2-surface);
  overflow: hidden;
}

.services-v2 .sv2-accordion-btn {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sv2-space-3);
  padding: 14px 16px;
  font-weight: 700;
  font-size: var(--sv2-small);
  color: var(--sv2-text);
}

.services-v2 .sv2-accordion-btn::-webkit-details-marker {
  display: none;
}

.services-v2 .sv2-accordion-body {
  padding: 0 16px 16px;
  color: var(--sv2-muted);
  font-size: var(--sv2-small);
  line-height: var(--sv2-lh);
}

.services-v2 .sv2-accordion .sv2-accordion-close-label {
  display: none;
}

.services-v2 .sv2-accordion[open] .sv2-accordion-open-label {
  display: none;
}

.services-v2 .sv2-accordion[open] .sv2-accordion-close-label {
  display: inline;
}

.services-v2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1023px) {
  .services-v2 .sv2-container {
    padding-inline: 20px;
  }

  .services-v2 {
    --sv2-h1: 40px;
    --sv2-h2: 28px;
    --sv2-h3: 20px;
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-container {
    padding-inline: 16px;
  }

  .services-v2 {
    --sv2-h1: 34px;
    --sv2-h2: 24px;
    --sv2-h3: 18px;
    --sv2-body: 15px;
    --sv2-small: 13px;
  }

  .services-v2 section {
    padding-block: var(--sv2-space-9);
  }
}

.services-v2 {
  background:
    radial-gradient(1000px 600px at 80% 0%, rgba(107,203,61,0.18), rgba(0,0,0,0) 55%),
    radial-gradient(900px 520px at 10% 30%, rgba(74,123,60,0.16), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(11,18,32,0.92) 0%, rgba(11,18,32,0.88) 55%, rgba(11,18,32,0.92) 100%);
}

.services-v2 section {
  padding-block: 72px;
}

@media (max-width: 767px) {
  .services-v2 section {
    padding-block: 56px;
  }
}

.services-v2 .sv2-hero {
  padding-top: 56px;
  padding-bottom: 84px;
}

.services-v2 .sv2-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--sv2-muted-2);
  margin-bottom: 18px;
}

.services-v2 .sv2-breadcrumb-link {
  color: var(--sv2-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 2px;
  transition: color var(--sv2-fast) var(--sv2-ease), border-color var(--sv2-fast) var(--sv2-ease);
}

.services-v2 .sv2-breadcrumb-link:hover {
  color: var(--sv2-text);
  border-color: rgba(255,255,255,0.28);
}

.services-v2 .sv2-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.services-v2 .sv2-hero-content {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 22px;
  padding: 26px 26px;
  box-shadow: var(--sv2-sh-1);
  backdrop-filter: blur(10px);
}

.services-v2 .sv2-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(107,203,61,0.12);
  border: 1px solid rgba(107,203,61,0.28);
  color: var(--sv2-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.services-v2 .sv2-hero-title {
  margin: 0 0 10px 0;
  font-size: var(--sv2-h1);
  line-height: 1.12;
  font-weight: 900;
  color: var(--sv2-text);
}

.services-v2 .sv2-hero-lead {
  margin: 0 0 18px 0;
  font-size: 16px;
  line-height: 1.85;
  color: var(--sv2-muted);
}

.services-v2 .sv2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.services-v2 .sv2-hero-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--sv2-sh-2);
}

.services-v2 .sv2-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.04);
}

.services-v2 .sv2-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,18,32,0.70) 0%, rgba(11,18,32,0.22) 55%, rgba(11,18,32,0.55) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.26) 100%);
  pointer-events: none;
}

@media (max-width: 1023px) {
  .services-v2 .sv2-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-v2 .sv2-hero-media {
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-hero {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .services-v2 .sv2-hero-content {
    padding: 18px;
    border-radius: 18px;
  }

  .services-v2 .sv2-hero-media {
    border-radius: 18px;
    min-height: 220px;
  }
}

.services-v2 .sv2-services-index .sv2-index-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.services-v2 .sv2-index-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  color: var(--sv2-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform var(--sv2-fast) var(--sv2-ease), background var(--sv2-fast) var(--sv2-ease), border-color var(--sv2-fast) var(--sv2-ease);
}

.services-v2 .sv2-index-item::after {
  content: "↙";
  font-size: 14px;
  opacity: 0.8;
}

.services-v2 .sv2-index-item:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(107,203,61,0.35);
}

@media (max-width: 1023px) {
  .services-v2 .sv2-services-index .sv2-index-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-services-index .sv2-index-grid {
    grid-template-columns: 1fr;
  }
}

.services-v2 .sv2-services-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.services-v2 .sv2-service {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  box-shadow: var(--sv2-sh-1);
  overflow: hidden;
  position: relative;
}

.services-v2 .sv2-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 220px at 10% 10%, rgba(107,203,61,0.10), rgba(0,0,0,0) 60%);
  pointer-events: none;
}

.services-v2 .sv2-service[data-sv2-theme="2"]::before {
  background: radial-gradient(420px 220px at 10% 10%, rgba(74,123,60,0.14), rgba(0,0,0,0) 60%);
}

.services-v2 .sv2-service[data-sv2-theme="3"]::before {
  background: radial-gradient(420px 220px at 10% 10%, rgba(56,152,236,0.14), rgba(0,0,0,0) 60%);
}

.services-v2 .sv2-service[data-sv2-theme="4"]::before {
  background: radial-gradient(420px 220px at 10% 10%, rgba(255,255,255,0.10), rgba(0,0,0,0) 60%);
}

.services-v2 .sv2-service-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-v2 .sv2-service-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--sv2-text);
}

.services-v2 .sv2-service-desc {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--sv2-muted);
}

.services-v2 .sv2-service-media {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  min-height: 220px;
}

.services-v2 .sv2-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}

.services-v2 .sv2-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.30) 100%);
  pointer-events: none;
}

.services-v2 .sv2-service-number {
  position: absolute;
  left: 14px;
  bottom: 12px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
  color: #0b1220;
  background: var(--sv2-accent);
  box-shadow: 0 10px 22px rgba(107,203,61,0.30);
}

.services-v2 .sv2-service:hover {
  border-color: rgba(107,203,61,0.26);
}

@media (max-width: 1023px) {
  .services-v2 .sv2-service {
    grid-template-columns: 1fr;
  }

  .services-v2 .sv2-service-media {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-service {
    padding: 14px;
    border-radius: 18px;
  }

  .services-v2 .sv2-service-title {
    font-size: 18px;
  }

  .services-v2 .sv2-service-number {
    width: 42px;
    height: 42px;
  }
}

.services-v2 .sv2-accordion {
  margin-top: 8px;
}

.services-v2 .sv2-accordion-btn {
  background: rgba(255,255,255,0.04);
}

.services-v2 .sv2-accordion[open] .sv2-accordion-btn {
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.services-v2 .sv2-accordion-btn:hover {
  background: rgba(255,255,255,0.06);
}

.services-v2 .sv2-accordion-body p {
  margin: 0 0 10px 0;
}

.services-v2 .sv2-accordion-body p:last-child {
  margin-bottom: 0;
}

.services-v2 .sv2-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.services-v2 .sv2-outcome {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  padding: 18px;
  box-shadow: var(--sv2-sh-1);
}

.services-v2 .sv2-outcome-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(107,203,61,0.10);
  border: 1px solid rgba(107,203,61,0.24);
  margin-bottom: 12px;
}

.services-v2 .sv2-outcome-title {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 900;
  color: var(--sv2-text);
}

.services-v2 .sv2-outcome-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--sv2-muted);
}

@media (max-width: 1023px) {
  .services-v2 .sv2-outcomes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-outcomes-grid {
    grid-template-columns: 1fr;
  }
}

.services-v2 .sv2-confidence-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.services-v2 .sv2-confidence-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  padding: 18px;
  box-shadow: var(--sv2-sh-1);
  transition: transform var(--sv2-fast) var(--sv2-ease), border-color var(--sv2-fast) var(--sv2-ease);
}

.services-v2 .sv2-confidence-card:hover {
  transform: translateY(-2px);
  border-color: rgba(107,203,61,0.25);
}

.services-v2 .sv2-confidence-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.services-v2 .sv2-confidence-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}

.services-v2 .sv2-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(107,203,61,0.10);
  border: 1px solid rgba(107,203,61,0.22);
}

.services-v2 .sv2-chip-number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sv2-accent);
  color: #0b1220;
  font-weight: 900;
  font-size: 12px;
}

.services-v2 .sv2-chip-label {
  font-weight: 900;
  font-size: 12px;
  color: var(--sv2-text);
}

.services-v2 .sv2-confidence-title {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 900;
  color: var(--sv2-text);
}

.services-v2 .sv2-confidence-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--sv2-muted);
}

@media (max-width: 767px) {
  .services-v2 .sv2-confidence-grid {
    grid-template-columns: 1fr;
  }
}

.services-v2 .sv2-cta-box {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(700px 240px at 20% 0%, rgba(107,203,61,0.20), rgba(0,0,0,0) 55%),
    rgba(255,255,255,0.04);
  padding: 26px;
  box-shadow: var(--sv2-sh-2);
}

.services-v2 .sv2-cta-title {
  margin: 0 0 8px 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--sv2-text);
}

.services-v2 .sv2-cta-text {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--sv2-muted);
  max-width: 68ch;
}

.services-v2 .sv2-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 767px) {
  .services-v2 .sv2-cta-box {
    padding: 18px;
    border-radius: 18px;
  }

  .services-v2 .sv2-cta-title {
    font-size: 20px;
  }
}

.services-v2 {
  overflow-x: clip;
}

.services-v2 .sv2-container {
  min-width: 0;
}

.services-v2 * {
  box-sizing: border-box;
}

.services-v2 .sv2-hero-content,
.services-v2 .sv2-service,
.services-v2 .sv2-outcome,
.services-v2 .sv2-confidence-card,
.services-v2 .sv2-cta-box {
  min-width: 0;
}

.services-v2 .sv2-hero-title,
.services-v2 .sv2-section-title,
.services-v2 .sv2-service-title,
.services-v2 .sv2-outcome-title,
.services-v2 .sv2-confidence-title,
.services-v2 .sv2-cta-title {
  overflow-wrap: anywhere;
}

.services-v2 .sv2-hero-lead,
.services-v2 .sv2-section-lead,
.services-v2 .sv2-service-desc,
.services-v2 .sv2-outcome-text,
.services-v2 .sv2-confidence-text,
.services-v2 .sv2-cta-text,
.services-v2 .sv2-accordion-body {
  overflow-wrap: break-word;
  word-break: normal;
}

.services-v2 section {
  scroll-margin-top: 96px;
}

.services-v2 .sv2-service {
  scroll-margin-top: 96px;
}

@media (max-width: 767px) {
  .services-v2 section,
  .services-v2 .sv2-service {
    scroll-margin-top: 84px;
  }
}

.services-v2 .sv2-hero-actions {
  max-width: 100%;
}

.services-v2 .sv2-btn {
  max-width: 100%;
}

@media (max-width: 767px) {
  .services-v2 .sv2-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .services-v2 .sv2-btn {
    width: 100%;
    justify-content: center;
  }

  .services-v2 .sv2-breadcrumb {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

@media (max-width: 767px) {
  .services-v2 .sv2-services-list {
    gap: 14px;
  }

  .services-v2 .sv2-service {
    gap: 14px;
  }

  .services-v2 .sv2-outcomes-grid {
    gap: 12px;
  }

  .services-v2 .sv2-confidence-grid {
    gap: 12px;
  }

  .services-v2 .sv2-services-index .sv2-index-grid {
    gap: 12px;
  }
}

.services-v2 .sv2-hero-media,
.services-v2 .sv2-service-media {
  min-width: 0;
}

@media (max-width: 767px) {
  .services-v2 .sv2-hero-media {
    min-height: 200px;
  }

  .services-v2 .sv2-service-media {
    min-height: 210px;
  }

  .services-v2 .sv2-hero-image,
  .services-v2 .sv2-service-image {
    transform: none;
  }
}

.services-v2 .sv2-accordion-btn {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .services-v2 .sv2-accordion-btn {
    padding: 14px 14px;
  }

  .services-v2 .sv2-accordion-body {
    padding: 0 14px 14px;
  }
}

.services-v2 .sv2-hero-content,
.services-v2 .sv2-index-item,
.services-v2 .sv2-service,
.services-v2 .sv2-accordion,
.services-v2 .sv2-outcome,
.services-v2 .sv2-confidence-card,
.services-v2 .sv2-cta-box {
  border-color: rgba(255,255,255,0.12);
}

.services-v2 .sv2-hero-content,
.services-v2 .sv2-index-item,
.services-v2 .sv2-service,
.services-v2 .sv2-outcome,
.services-v2 .sv2-confidence-card {
  background: rgba(255,255,255,0.045);
}

.services-v2 .sv2-hero-content,
.services-v2 .sv2-service,
.services-v2 .sv2-hero-media,
.services-v2 .sv2-cta-box {
  border-radius: 22px;
}

.services-v2 .sv2-service-media,
.services-v2 .sv2-outcome,
.services-v2 .sv2-confidence-card {
  border-radius: 18px;
}

.services-v2 .sv2-index-item {
  border-radius: 16px;
}

.services-v2 .sv2-kicker,
.services-v2 .sv2-btn,
.services-v2 .sv2-chip,
.services-v2 .sv2-service-number {
  border-radius: 999px;
}

@media (max-width: 767px) {
  .services-v2 .sv2-hero-content,
  .services-v2 .sv2-service,
  .services-v2 .sv2-hero-media,
  .services-v2 .sv2-cta-box {
    border-radius: 18px;
  }
}

.services-v2 .sv2-hero-content,
.services-v2 .sv2-service,
.services-v2 .sv2-outcome,
.services-v2 .sv2-confidence-card {
  box-shadow: 0 10px 26px rgba(0,0,0,0.32);
}

.services-v2 .sv2-hero-media,
.services-v2 .sv2-cta-box {
  box-shadow: 0 18px 56px rgba(0,0,0,0.44);
}

.services-v2 a:focus-visible,
.services-v2 summary:focus-visible,
.services-v2 button:focus-visible {
  outline: 2px solid var(--sv2-accent);
  outline-offset: 3px;
}

.services-v2 .sv2-index-item:focus-visible {
  border-color: rgba(107,203,61,0.40);
}

.services-v2 .sv2-btn:hover {
  transform: translateY(-2px);
}

.services-v2 .sv2-btn:active {
  transform: translateY(0px);
}

.services-v2 .sv2-btn--primary:hover {
  filter: brightness(1.02);
}

.services-v2 .sv2-btn--ghost:hover {
  background: rgba(255,255,255,0.075);
  border-color: rgba(255,255,255,0.18);
}

.services-v2 .sv2-index-item::after {
  content: "‹";
  font-size: 18px;
  line-height: 1;
  opacity: 0.85;
  transform: translateY(-1px);
}

.services-v2 .sv2-service {
  transition: transform var(--sv2-fast) var(--sv2-ease), border-color var(--sv2-fast) var(--sv2-ease), background var(--sv2-fast) var(--sv2-ease);
}

.services-v2 .sv2-service:hover {
  transform: translateY(-2px);
  border-color: rgba(107,203,61,0.22);
  background: rgba(255,255,255,0.055);
}

@media (max-width: 767px) {
  .services-v2 .sv2-service:hover {
    transform: none;
  }
}

.services-v2 .sv2-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--sv2-med) var(--sv2-ease), transform var(--sv2-med) var(--sv2-ease);
  will-change: opacity, transform;
}

.services-v2 .sv2-reveal.sv2-reveal--in {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .services-v2 .sv2-reveal {
    transition: none;
    transform: none;
  }
}

.services-v2 .sv2-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  pointer-events: none;
}

.services-v2 .sv2-cta-box {
  background:
    radial-gradient(700px 240px at 20% 0%, rgba(107,203,61,0.22), rgba(0,0,0,0) 55%),
    rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.14);
}

/* SV2 TARGET OVERRIDES — Phase C */
.services-v2{
  background: transparent;
}

.services-v2 section{
  padding-block: 72px;
}

@media (max-width: 767px){
  .services-v2 section{ padding-block: 56px; }
}

.services-v2 .sv2-container{
  max-width: 1180px;
}

.services-v2 .sv2-hero.sv2-hero--white{
  background: #ffffff;
}

.services-v2 .sv2-hero.sv2-hero--white .sv2-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services-v2 .sv2-hero-center{
  max-width: 860px;
}

.services-v2 .sv2-hero-title{
  color: #0b1220;
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
}

.services-v2 .sv2-hero-lead{
  margin: 12px 0 0 0;
  color: rgba(11,18,32,0.72);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
}

.services-v2 .sv2-hero-illustration{
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-v2 .sv2-hero-image{
  width: min(920px, 100%);
  height: auto;
  border-radius: 24px;
  display: block;
  box-shadow: 0 18px 46px rgba(0,0,0,0.12);
}

@media (max-width: 767px){
  .services-v2 .sv2-hero-title{ font-size: 32px; }
  .services-v2 .sv2-hero-lead{ font-size: 15px; }
  .services-v2 .sv2-hero-image{ border-radius: 18px; }
}

.services-v2 .sv2-hero-cta{
  background: #ffffff;
  padding-top: 0;
}

.services-v2 .sv2-hero-cta-row{
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(11,18,32,0.10);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.services-v2 .sv2-hero-cta-text{
  margin: 0;
  color: rgba(11,18,32,0.72);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 767px){
  .services-v2 .sv2-hero-cta-row{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

.services-v2 .sv2-feature-box{
  background: #ffffff;
}

.services-v2 .sv2-feature-panel{
  border-radius: 26px;
  padding: 26px;
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(162,200,79,0.35), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, rgba(162,200,79,0.16) 0%, rgba(162,200,79,0.08) 100%);
  border: 1px solid rgba(162,200,79,0.28);
}

.services-v2 .sv2-feature-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.services-v2 .sv2-feature-item{
  background: rgba(255,255,255,0.58);
  border: 1px solid rgba(11,18,32,0.08);
  border-radius: 18px;
  padding: 18px;
}

.services-v2 .sv2-feature-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(162,200,79,0.22);
  border: 1px solid rgba(162,200,79,0.30);
  margin-bottom: 10px;
  color: #1f2a1e;
}

.services-v2 .sv2-feature-title{
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 900;
  color: #0b1220;
}

.services-v2 .sv2-feature-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(11,18,32,0.70);
}

@media (max-width: 1023px){
  .services-v2 .sv2-feature-grid{ grid-template-columns: 1fr; }
}

.services-v2 .sv2-services-dark{
  background: #1f2a1e;
  padding-top: 84px;
  padding-bottom: 84px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.services-v2 .sv2-section-head--center{
  text-align: center;
  align-items: center;
}

.services-v2 .sv2-services-dark .sv2-section-title{
  color: #ffffff;
}

.services-v2 .sv2-services-dark .sv2-section-lead{
  color: rgba(255,255,255,0.72);
  max-width: 760px;
  margin-inline: auto;
}

.services-v2 .sv2-services-grid{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 1023px){
  .services-v2 .sv2-services-grid{ grid-template-columns: 1fr; }
}

.services-v2 .sv2-service-card{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 18px;
  min-width: 0;
}

.services-v2 .sv2-service-media{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin-bottom: 12px;
}

.services-v2 .sv2-service-image{
  width: 100%;
  max-width: 260px;
  height: 170px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.services-v2 .sv2-services-dark .sv2-service-title{
  margin: 0 0 6px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.services-v2 .sv2-services-dark .sv2-service-desc{
  margin: 0 0 10px 0;
  color: rgba(255,255,255,0.70);
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 767px){
  .services-v2 .sv2-service-image{
    max-width: 240px;
    height: 160px;
  }
}

.services-v2 .sv2-usecases{
  background: #ffffff;
}

.services-v2 .sv2-usecase-grid{
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.services-v2 .sv2-usecase-card{
  background: #ffffff;
  border: 1px solid rgba(11,18,32,0.10);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  padding: 18px;
  display: grid;
  grid-template-columns: 92px 1fr;
  column-gap: 14px;
  align-items: start;
}

.services-v2 .sv2-usecase-icon{
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(162,200,79,0.20);
  border: 1px solid rgba(162,200,79,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2a1e;
}

.services-v2 .sv2-usecase-caption{
  grid-column: 1;
  margin-top: 10px;
  font-weight: 900;
  font-size: 13px;
  color: #2f6d2f;
  text-align: center;
}

.services-v2 .sv2-usecase-list{
  grid-column: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.services-v2 .sv2-usecase-list li{
  position: relative;
  padding-right: 16px;
  color: rgba(11,18,32,0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.services-v2 .sv2-usecase-list li::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #a2c84f;
}

@media (max-width: 1023px){
  .services-v2 .sv2-usecase-grid{ grid-template-columns: 1fr; }
  .services-v2 .sv2-usecase-card{ grid-template-columns: 84px 1fr; }
}

.services-v2 .sv2-cta.sv2-cta--final{
  background: #ffffff;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-box{
  max-width: 980px;
  margin: 0 auto;
  border-radius: 26px;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(900px 240px at 20% 0%, rgba(162,200,79,0.38), rgba(0,0,0,0) 55%),
    linear-gradient(180deg, rgba(162,200,79,0.16) 0%, rgba(162,200,79,0.08) 100%);
  border: 1px solid rgba(162,200,79,0.30);
  box-shadow: 0 18px 46px rgba(0,0,0,0.10);
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-title{
  color: #0b1220;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 10px 0;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-text{
  color: rgba(11,18,32,0.72);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 auto 16px auto;
  max-width: 72ch;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-actions{
  justify-content: center;
}

.services-v2 .sv2-btn--primary{
  background: #a2c84f;
  border-color: rgba(162,200,79,0.50);
  color: #1f2a1e;
}

.services-v2 .sv2-btn--primary:hover{
  filter: brightness(0.98);
}

/* SV2 TARGET OVERRIDES — Phase D */
.services-v2 .sv2-services-dark .sv2-services-grid{
  gap: 20px;
}

.services-v2 .sv2-services-dark .sv2-section-head{
  margin-bottom: 22px;
}

.services-v2 .sv2-services-dark .sv2-section-title{
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
}

.services-v2 .sv2-services-dark .sv2-section-lead{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  margin-top: 10px;
}

.services-v2 .sv2-services-dark .sv2-section-lead{
  color: #a2c84f;
}

@media (max-width: 767px){
  .services-v2 .sv2-services-dark .sv2-section-title{ font-size: 26px; }
}

.services-v2 .sv2-service-card{
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.35);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.services-v2 .sv2-service-card:hover{
  transform: translateY(-2px);
  border-color: rgba(162,200,79,0.28);
  background: rgba(255,255,255,0.065);
}

@media (max-width: 767px){
  .services-v2 .sv2-service-card:hover{ transform: none; }
}

.services-v2 .sv2-services-dark .sv2-service-media{
  margin-bottom: 12px;
  padding: 10px 8px;
  border-radius: 16px;
  background: rgba(0,0,0,0.10);
  border: 1px solid rgba(255,255,255,0.08);
}

.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 220px;
  height: 150px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  border-radius: 14px;
  filter: saturate(1.02) contrast(1.02);
}

@media (max-width: 767px){
  .services-v2 .sv2-services-dark .sv2-service-image{
    max-width: 210px;
    height: 145px;
  }
}

.services-v2 .sv2-services-dark .sv2-service-title{
  font-size: 17px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 6px 0;
}

.services-v2 .sv2-services-dark .sv2-service-desc{
  font-size: 13px;
  line-height: 1.95;
  margin: 0 0 12px 0;
}

.services-v2 .sv2-service-toggle{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a2c84f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  padding: 8px 0;
  user-select: none;
}

.services-v2 .sv2-service-toggle:hover{
  text-decoration: underline;
  text-underline-offset: 3px;
}

.services-v2 .sv2-toggle-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #a2c84f;
  box-shadow: 0 0 0 4px rgba(162,200,79,0.14);
  flex: 0 0 auto;
  order: -1;
}

.services-v2 .sv2-service-toggle:focus-visible{
  outline: 2px solid #a2c84f;
  outline-offset: 3px;
  border-radius: 10px;
}

.services-v2 .sv2-service-details{
  margin-top: 10px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 2.0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, opacity 220ms ease, padding 220ms ease;
}

.services-v2 .sv2-service-details p{
  margin: 0 0 10px 0;
}

.services-v2 .sv2-service-details p:last-child{
  margin-bottom: 0;
}

.services-v2 .sv2-service--open .sv2-service-details{
  padding: 12px 14px;
  max-height: 520px;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .services-v2 .sv2-service-details{
    transition: none;
  }
}

.services-v2 .sv2-service--open .sv2-service-toggle{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* SV2 TARGET OVERRIDES — Phase F */
.services-v2{
  color: #0b1220;
}

.services-v2 .sv2-section-head{
  gap: 10px;
}

.services-v2 .sv2-section-title{
  letter-spacing: -0.2px;
}

.services-v2 .sv2-section-lead{
  letter-spacing: 0;
}

.services-v2 .sv2-hero.sv2-hero--white{
  padding-bottom: 44px;
}

.services-v2 .sv2-hero-center{
  max-width: 900px;
}

.services-v2 .sv2-hero-title{
  font-size: 46px;
  letter-spacing: -0.6px;
}

.services-v2 .sv2-hero-lead{
  max-width: 72ch;
}

.services-v2 .sv2-hero-image{
  width: min(860px, 100%);
  box-shadow: none;
  background: transparent;
}

@media (max-width: 767px){
  .services-v2 .sv2-hero.sv2-hero--white{ padding-bottom: 34px; }
  .services-v2 .sv2-hero-title{ font-size: 34px; }
  .services-v2 .sv2-hero-image{ width: 100%; }
}

.services-v2 .sv2-hero-cta{
  padding-top: 0;
  padding-bottom: 64px;
}

.services-v2 .sv2-hero-cta-row{
  border-radius: 999px;
  padding: 12px 14px;
}

/* SV2 TARGET OVERRIDES — Hero CTA Row (Wide Pill) */
.services-v2 .sv2-hero-cta-row{
  min-height: 72px;
  padding: 14px 22px;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
}

.services-v2 .sv2-hero-cta-text{
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

.services-v2 .sv2-hero-cta-row .sv2-btn{
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
}

@media (max-width: 767px){
  .services-v2 .sv2-hero-cta-row{
    min-height: 0;
    padding: 14px 16px;
  }
}

/* SV2 TARGET OVERRIDES — Hero CTA Row (Centered Stack) */
.services-v2 .sv2-hero-cta-row{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 18px;
  box-shadow: none;
}

.services-v2 .sv2-hero-cta-text{
  text-align: center;
}

.services-v2 .sv2-hero-cta-row .sv2-btn{
  margin-top: 10px;
}

.services-v2 .sv2-hero-cta-text{
  font-size: 13px;
}

.services-v2 .sv2-hero-cta-row .sv2-btn{
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 767px){
  .services-v2 .sv2-hero-cta-row{
    border-radius: 18px;
  }
}

.services-v2 .sv2-feature-panel{
  padding: 24px;
}

.services-v2 .sv2-feature-grid{
  gap: 16px;
}

.services-v2 .sv2-feature-item{
  padding: 18px 18px 16px;
}

.services-v2 .sv2-feature-icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.services-v2 .sv2-feature-title{
  font-size: 17px;
}

.services-v2 .sv2-feature-text{
  font-size: 13.5px;
}

.services-v2 .sv2-services-dark{
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.services-v2 .sv2-services-dark .sv2-services-grid{
  margin-top: 26px;
  gap: 18px;
}

.services-v2 .sv2-service-card{
  padding: 16px 16px 14px;
}

.services-v2 .sv2-services-dark .sv2-service-media{
  padding: 12px 10px;
  border-radius: 16px;
}

.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 210px;
  height: 145px;
}

.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 315px;
  height: 218px;
}

.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 360px;
  height: 248px;
}

.services-v2 .sv2-services-dark .sv2-service-title{
  font-size: 16.5px;
}

.services-v2 .sv2-services-dark .sv2-service-desc{
  font-size: 12.8px;
}

.services-v2 .sv2-services-dark .sv2-service-title,
.services-v2 .sv2-services-dark .sv2-service-desc{
  max-width: 24ch;
  margin-inline: auto;
}

.services-v2 .sv2-service-toggle{
  font-size: 12.8px;
  padding: 6px 0;
}

.services-v2 .sv2-toggle-dot{
  width: 9px;
  height: 9px;
  box-shadow: 0 0 0 4px rgba(162,200,79,0.13);
}

.services-v2 .sv2-service-details{
  font-size: 12.8px;
}

@media (max-width: 767px){
  .services-v2 .sv2-services-dark{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.services-v2 .sv2-usecase-card{
  padding: 18px 18px 16px;
  column-gap: 16px;
}

.services-v2 .sv2-usecase-icon{
  width: 78px;
  height: 78px;
  border-radius: 20px;
}

.services-v2 .sv2-usecase-caption{
  font-size: 13px;
  margin-top: 12px;
}

.services-v2 .sv2-usecase-list li{
  font-size: 13.5px;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-box{
  padding: 30px 26px;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-title{
  font-size: 30px;
  letter-spacing: -0.4px;
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-btn{
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
}

@media (max-width: 767px){
  .services-v2 .sv2-cta.sv2-cta--final .sv2-cta-title{ font-size: 24px; }
}

.services-v2 .sv2-reveal{
  transform: translateY(12px);
}

/* SV2 TARGET OVERRIDES — Phase G */
.services-v2 .sv2-feature-icon svg,
.services-v2 .sv2-usecase-icon svg{
  width: 30px;
  height: 30px;
  display: block;
}

.services-v2 .sv2-feature-icon svg *,
.services-v2 .sv2-usecase-icon svg *{
  vector-effect: non-scaling-stroke;
}

.services-v2 .sv2-feature-icon svg{
  stroke-width: 2;
}

.services-v2 .sv2-usecase-icon svg{
  stroke-width: 2;
}

.services-v2 .sv2-feature-icon svg[fill],
.services-v2 .sv2-usecase-icon svg[fill]{
  fill: none;
}

.services-v2 .sv2-feature-icon{
  color: #1f2a1e;
}

.services-v2 .sv2-usecase-icon{
  color: #1f2a1e;
}

/* SV2 TARGET OVERRIDES — Feature Panel (UI/UX match) */
.services-v2 .sv2-feature-panel{
  padding: 34px 36px;
  border-radius: 28px;
  background:
    radial-gradient(800px 260px at 85% 30%, rgba(162,200,79,0.45), rgba(0,0,0,0) 60%),
    linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(236,246,204,0.90) 100%);
  border: 1px solid rgba(162,200,79,0.35);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.services-v2 .sv2-feature-grid{
  align-items: start;
}

.services-v2 .sv2-feature-item{
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 8px;
  text-align: center;
}

.services-v2 .sv2-feature-icon{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(162,200,79,0.20);
  border: 1px solid rgba(162,200,79,0.32);
  margin-inline: auto;
}

.services-v2 .sv2-feature-title{
  font-size: 16px;
  font-weight: 900;
  color: #1f2a1e;
  margin: 8px 0 6px 0;
}

.services-v2 .sv2-feature-text{
  font-size: 13px;
  line-height: 1.9;
  color: rgba(31,42,30,0.70);
  margin: 0 auto;
  max-width: 28ch;
}

.services-v2 .sv2-feature-panel .sv2-section-title,
.services-v2 .sv2-feature-panel .sv2-section-lead{
  color: #000000;
}

@media (max-width: 767px){
  .services-v2 .sv2-feature-panel{
    padding: 24px 18px;
  }
}

/* SV2 TARGET OVERRIDES — Phase H */
.services-v2{
  overflow-x: clip;
}

.services-v2 img,
.services-v2 svg{
  max-width: 100%;
}

.services-v2 .sv2-container{
  padding-inline: 16px;
}

@media (min-width: 1024px){
  .services-v2 .sv2-container{ padding-inline: 0; }
}

.services-v2 .sv2-hero-lead{
  max-width: 70ch;
}

.services-v2 .sv2-section-lead{
  max-width: 68ch;
}

.services-v2 .sv2-cta-text{
  max-width: 70ch;
}

.services-v2 .sv2-service-card{
  scroll-margin-top: 110px;
}

@media (max-width: 767px){
  .services-v2 .sv2-service-card{ scroll-margin-top: 90px; }
}

.services-v2 .sv2-service--open .sv2-service-details{
  max-height: 900px;
}

.services-v2 .sv2-services-dark{
  position: relative;
}

.services-v2 .sv2-services-dark::before{
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  pointer-events: none;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.06) inset;
}

@media (max-width: 767px){
  .services-v2 section{ padding-block: 52px; }
  .services-v2 .sv2-feature-panel{ padding: 18px; }
  .services-v2 .sv2-cta.sv2-cta--final .sv2-cta-box{ padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce){
  .services-v2 .sv2-reveal{
    transform: none;
    opacity: 1;
  }
}

/* SV2 TARGET OVERRIDES — Phase I (Pixel Parity) */
.services-v2 #sv2-hero{ padding-bottom: 44px; }
.services-v2 #sv2-hero-cta{ padding-bottom: 64px; }
.services-v2 #sv2-feature-box{ padding-bottom: 72px; }
.services-v2 #sv2-services-dark{ padding-top: 78px; padding-bottom: 78px; }
.services-v2 #sv2-usecases{ padding-top: 72px; padding-bottom: 72px; }
.services-v2 #sv2-cta{ padding-top: 72px; padding-bottom: 72px; }

.services-v2 .sv2-hero-title{ font-size: 46px; }
.services-v2 .sv2-hero-lead{ font-size: 18px; }
.services-v2 .sv2-hero-illustration{ margin-top: 28px; }
.services-v2 .sv2-hero-image{ width: min(860px, 100%); }

@media (max-width: 767px){
  .services-v2 .sv2-hero-title{ font-size: 34px; }
  .services-v2 .sv2-hero-lead{ font-size: 15px; }
}

/* Hero text slightly smaller (requested) */
.services-v2 .sv2-hero-title{ font-size: 42px; }
.services-v2 .sv2-hero-lead{ font-size: 16px; }
@media (max-width: 767px){
  .services-v2 .sv2-hero-title{ font-size: 31px; }
  .services-v2 .sv2-hero-lead{ font-size: 14px; }
}

.services-v2 .sv2-hero-cta-row{ padding: 12px 14px; border-radius: 999px; }
.services-v2 .sv2-hero-cta-text{ font-size: 13px; }
.services-v2 .sv2-hero-cta-row .sv2-btn{ padding: 10px 14px; border-radius: 999px; }

@media (max-width: 767px){
  .services-v2 .sv2-hero-cta-row{ border-radius: 18px; }
}

.services-v2 .sv2-feature-panel{ padding: 24px; }
.services-v2 .sv2-feature-item{ padding: 18px; }
.services-v2 .sv2-feature-icon{ width: 52px; height: 52px; }

@media (max-width: 767px){
  .services-v2 .sv2-feature-panel{ padding: 18px; }
}

.services-v2 .sv2-services-dark{ border-top-left-radius: 36px; border-top-right-radius: 36px; }

/* SV2 FINAL OVERRIDES — Hero + CTA exact sizing */
.services-v2 .sv2-hero-title{
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.services-v2 .sv2-hero-lead{
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
}

.services-v2 .sv2-hero-illustration{
  margin-top: 70px !important;
  margin-bottom: 40px !important;
}

.services-v2 .sv2-hero-image{
  width: 600px !important;
  height: 430px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
}

.services-v2 .sv2-hero-cta-text{
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.services-v2 .sv2-btn--hero-cta{
  width: 181px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

.services-v2 .sv2-btn--hero-cta:hover,
.services-v2 .sv2-btn--hero-cta:focus,
.services-v2 .sv2-btn--hero-cta:active,
.services-v2 .sv2-btn--hero-cta:visited{
  color: #ffffff !important;
}

.services-v2 .sv2-btn--hero-cta::after{
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease, height 180ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M15 12H8' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 9.5L8 12l2.5 2.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-v2 .sv2-btn--hero-cta:hover::after{
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px){
  .services-v2 .sv2-hero-image{
    width: min(600px, 100%) !important;
    height: auto !important;
  }

  .services-v2 .sv2-hero-illustration{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
}

/* SV2 FINAL FIXES — spacing + no CTA frame + stable white text on hover */
.services-v2 #sv2-hero{
  padding-top: 120px !important;
  padding-bottom: 0 !important;
}

.services-v2 #sv2-hero-cta .sv2-hero-cta-row{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 920px !important;
  gap: 5px !important;
}

.services-v2 .sv2-btn--hero-cta,
.services-v2 .sv2-btn--hero-cta:link,
.services-v2 .sv2-btn--hero-cta:visited,
.services-v2 .sv2-btn--hero-cta:hover,
.services-v2 .sv2-btn--hero-cta:focus,
.services-v2 .sv2-btn--hero-cta:active{
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

@media (max-width: 991px){
  .services-v2 #sv2-hero{
    padding-top: 84px !important;
  }
}
.services-v2 .sv2-services-dark .sv2-services-grid{ gap: 18px; }
.services-v2 .sv2-service-card{ padding: 16px; }
.services-v2 .sv2-services-dark .sv2-service-media{ padding: 12px 10px; }
.services-v2 .sv2-services-dark .sv2-service-image{ max-width: 210px; height: 145px; object-fit: contain; }

.services-v2 .sv2-usecase-grid{ gap: 18px; }
.services-v2 .sv2-usecase-card{ grid-template-columns: 92px 1fr; }
.services-v2 .sv2-usecase-icon{ width: 78px; height: 78px; }

@media (max-width: 1023px){
  .services-v2 .sv2-usecase-card{ grid-template-columns: 84px 1fr; }
}

.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-box{ padding: 30px 26px; }
.services-v2 .sv2-cta.sv2-cta--final .sv2-cta-title{ font-size: 30px; }
.services-v2 .sv2-cta.sv2-cta--final .sv2-btn{ padding: 12px 18px; border-radius: 999px; }

@media (max-width: 767px){
  .services-v2 .sv2-cta.sv2-cta--final .sv2-cta-box{ padding: 22px 18px; }
  .services-v2 .sv2-cta.sv2-cta--final .sv2-cta-title{ font-size: 24px; }
}


/* SV2 TARGET OVERRIDES — Services Cards (Compact Cutout) */
.services-v2 .sv2-services-dark .sv2-services-grid{
  align-items: start;
}

.services-v2 .sv2-services-dark .sv2-service-card{
  text-align: center;
  background: transparent;
  border: 0;
  padding: 22px 0 18px;
  box-shadow: none;
  border-radius: 0;
}

.services-v2 .sv2-services-dark .sv2-service-title,
.services-v2 .sv2-services-dark .sv2-service-desc{
  text-align: center;
}

.services-v2 .sv2-services-dark .sv2-service-card{
  text-align: right;
}

/* SV2 FINAL — Feature box exact requested specs */
.services-v2 #sv2-feature-box{
  background: #ffffff !important;
  padding-top: 40px !important;
  padding-bottom: 104px !important;
}

.services-v2 #sv2-feature-box .sv2-feature-panel{
  width: 1000px !important;
  height: 304px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-shadow: none !important;
  border-radius: 15px !important;
  border: 0 !important;
  padding: 24px 34px 70px !important;
}

.services-v2 #sv2-feature-box .sv2-section-head{
  margin-bottom: 36px !important;
  gap: 9px !important;
}

.services-v2 #sv2-feature-box .sv2-section-title{
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.services-v2 #sv2-feature-box .sv2-section-lead{
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  margin-top: 0 !important;
}

.services-v2 #sv2-feature-box .sv2-feature-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px 22px !important;
}

.services-v2 #sv2-feature-box .sv2-feature-item{
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 8px 12px !important;
}

.services-v2 #sv2-feature-box .sv2-feature-icon{
  margin: 0 auto 34px !important;
}

.services-v2 #sv2-feature-box .sv2-feature-title{
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  margin: 0 0 12px !important;
}

.services-v2 #sv2-feature-box .sv2-feature-text{
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
}

@media (max-width: 991px){
  .services-v2 #sv2-feature-box .sv2-feature-panel{
    height: auto !important;
    min-height: 300px !important;
  }
}

.services-v2 .sv2-services-dark .sv2-service-title,
.services-v2 .sv2-services-dark .sv2-service-desc{
  text-align: right;
  margin-inline: 0;
}

.services-v2 .sv2-service-toggle{
  justify-content: flex-start;
}

.services-v2 .sv2-services-dark .sv2-service-media{
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 14px;
  border-radius: 0;
}

.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  filter: none;
}

/* SV2 TARGET OVERRIDES — Services Image Halo Removal */
.services-v2 .sv2-services-dark .sv2-service-media{
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.services-v2 .sv2-services-dark .sv2-service-media::before,
.services-v2 .sv2-services-dark .sv2-service-media::after{
  content: none;
}

.services-v2 .sv2-services-dark .sv2-service-title{
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 6px 0;
}

.services-v2 .sv2-services-dark .sv2-service-desc{
  font-size: 12.5px;
  line-height: 1.9;
  margin: 0 0 10px 0;
}

.services-v2 .sv2-service-toggle{
  justify-content: center;
}
/* SV2 TARGET OVERRIDES — Service Card Image Size */
.services-v2 .sv2-services-dark .sv2-service-image{
  max-width: 380px;
  height: 260px;
}

@media (max-width: 767px){
  .services-v2 .sv2-services-dark .sv2-service-image{
    max-width: 340px;
    height: 230px;
  }
}

/* SV2 TARGET OVERRIDES — Service Card Text Width */
.services-v2 .sv2-services-dark .sv2-service-title,
.services-v2 .sv2-services-dark .sv2-service-desc{
  max-width: 31ch;
}

/* SV2 TARGET OVERRIDES — Service Card Stack (Image Above Text) */
.services-v2 .sv2-services-dark .sv2-service-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services-v2 .sv2-services-dark .sv2-service-media{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.services-v2 .sv2-services-dark .sv2-service-title,
.services-v2 .sv2-services-dark .sv2-service-desc{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-v2 .sv2-services-dark .sv2-service-toggle{
  justify-content: center;
}

/* SV2 TARGET OVERRIDES — Service Text +20% */
.services-v2 .sv2-services-dark .sv2-service-title{
  font-size: 20px;
}

.services-v2 .sv2-services-dark .sv2-service-desc{
  font-size: 15.5px;
}

.services-v2 .sv2-service-toggle{
  font-size: 15.5px;
}

.services-v2 .sv2-service-details{
  font-size: 15.5px;
}

/* SV2 TARGET OVERRIDES — Services Note Section */
.services-v2 .sv2-services-note{
  background: #ffffff;
}

.services-v2 .sv2-services-note-inner{
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.services-v2 .sv2-services-note-icon{
  align-self: flex-end;
  position: absolute;
  top: -10px;
  width: auto;
  height: auto;
  right: -100px;   /* adjust for bigger size */
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #a2c84f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-v2 .sv2-services-note-title{
  margin: 0;
  font-size: 31.2px;
  font-weight: 900;
  color: #0b1220;
}

.services-v2 .sv2-services-note-text{
  margin: 0;
  font-size: 16.8px;
  line-height: 1.9;
  color: rgba(11,18,32,0.72);
  max-width: 72ch;
}

.services-v2 .sv2-services-note-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  color: #a2c84f;
  text-decoration: none;
  font-weight: 900;
  font-size: 16.8px;
  border: 1px solid rgba(162,200,79,0.35);
}

.services-v2 .sv2-services-note{
  padding-bottom: 24px;
}

/* SV2 TARGET OVERRIDES — Usecase Cards Positioning */
.services-v2 .sv2-usecases{
  margin-top: -44px;
}

.services-v2 .sv2-usecase-grid{
  margin-top: 10px;
}

@media (max-width: 767px){
  .services-v2 .sv2-usecases{
    margin-top: -28px;
  }
}

/* SV2 FINAL — Services Dark section requested specs */
.services-v2 #sv2-services-dark .sv2-section-head{
  gap: 0 !important;
}

.services-v2 #sv2-services-dark{
  background: #3A3D33 !important;
}

.services-v2 #sv2-services-dark .sv2-section-title{
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.services-v2 #sv2-services-dark .sv2-section-lead{
  margin-top: 5px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
}

.services-v2 #sv2-services-dark .sv2-service-image{
  width: auto !important;
  max-width: 305px !important;
  height: 205px !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 0 !important;
}

.services-v2 #sv2-services-dark .sv2-service-media{
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 18px !important;
}

.services-v2 #sv2-services-dark .sv2-service-title{
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 12px !important;
}

.services-v2 #sv2-services-dark .sv2-service-desc{
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  margin: 0 0 16px !important;
}

.services-v2 #sv2-services-dark .sv2-service-toggle{
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #A2C84F !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  gap: 6px !important;
  margin-top: 4px !important;
}

.services-v2 #sv2-services-dark .sv2-service-toggle:link,
.services-v2 #sv2-services-dark .sv2-service-toggle:visited,
.services-v2 #sv2-services-dark .sv2-service-toggle:hover,
.services-v2 #sv2-services-dark .sv2-service-toggle:active,
.services-v2 #sv2-services-dark .sv2-service-toggle:focus{
  color: #A2C84F !important;
  text-decoration: none !important;
}

.services-v2 #sv2-services-dark .sv2-service-toggle .sv2-toggle-dot{
  display: none !important;
}

.services-v2 #sv2-services-dark .sv2-service-toggle::after{
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease, height 180ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23A2C84F' stroke-width='2'/%3E%3Cpath d='M15 12H8' stroke='%23A2C84F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 9.5L8 12l2.5 2.5' stroke='%23A2C84F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-v2 #sv2-services-dark .sv2-service-toggle:hover::after{
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 991px){
  .services-v2 #sv2-services-dark .sv2-service-media{
    height: auto !important;
    min-height: 0 !important;
  }

  .services-v2 #sv2-services-dark .sv2-service-image{
    width: min(330px, 100%) !important;
    max-width: min(330px, 100%) !important;
    height: auto !important;
  }
}

/* SV2 FINAL â€” Fix visual misalignment for last 4 service cards (07-10) */
.services-v2 #sv2-service-07 .sv2-service-media,
.services-v2 #sv2-service-08 .sv2-service-media,
.services-v2 #sv2-service-09 .sv2-service-media,
.services-v2 #sv2-service-10 .sv2-service-media{
  align-items: flex-end !important;
}

.services-v2 #sv2-service-07 .sv2-service-image,
.services-v2 #sv2-service-08 .sv2-service-image,
.services-v2 #sv2-service-09 .sv2-service-image,
.services-v2 #sv2-service-10 .sv2-service-image{
  object-position: center bottom !important;
}

/* SV2 FINAL - Visual alignment tuning for last 4 service cards (07-10) */
.services-v2 #sv2-service-07 .sv2-service-media,
.services-v2 #sv2-service-08 .sv2-service-media,
.services-v2 #sv2-service-09 .sv2-service-media,
.services-v2 #sv2-service-10 .sv2-service-media{
  overflow: hidden !important;
  align-items: center !important;
}

.services-v2 #sv2-service-07 .sv2-service-image{
  transform: translateY(8px) scale(0.96) !important;
}

.services-v2 #sv2-service-08 .sv2-service-image{
  transform: translate(12px, 4px) scale(0.97) !important;
}

.services-v2 #sv2-service-09 .sv2-service-image{
  transform: translateY(-2px) scale(0.95) !important;
}

.services-v2 #sv2-service-10 .sv2-service-image{
  transform: translate(-4px, 6px) scale(0.95) !important;
}

/* SV2 FINAL - Slightly tighter top spacing for services dark section header */
.services-v2 #sv2-services-dark{
  padding-top: 40px !important;
}

/* SV2 FINAL - Services note + usecases typography/interaction */
.services-v2 #sv2-services-note .sv2-services-note-title{
  font-size: 24px !important;
  font-weight: 700 !important;
}

.services-v2 #sv2-services-note .sv2-services-note-text{
  font-size: 16px !important;
  font-weight: 300 !important;
}

.services-v2 #sv2-services-note .sv2-services-note-btn{
  color: #A2C84F !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.services-v2 #sv2-services-note .sv2-services-note-btn::after{
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease, height 180ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23A2C84F' stroke-width='2'/%3E%3Cpath d='M15 12H8' stroke='%23A2C84F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 9.5L8 12l2.5 2.5' stroke='%23A2C84F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-v2 #sv2-services-note .sv2-services-note-btn:hover::after{
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: translateX(0);
}

.services-v2 #sv2-usecases .sv2-usecase-icon{
  width: 69px !important;
  height: 59px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-caption{
  font-size: 10px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list li{
  font-size: 12px !important;
  font-weight: 300 !important;
}

/* SV2 FINAL - Usecase cards match reference layout */
.services-v2 #sv2-usecases .sv2-usecase-grid{
  gap: 22px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-card{
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.20) !important;
  padding: 18px 20px !important;
  display: grid !important;
  grid-template-columns: 1fr 170px !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    "list icon"
    "list caption" !important;
  align-items: center !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-icon{
  grid-area: icon !important;
  justify-self: center !important;
  align-self: end !important;
  width: 69px !important;
  height: 59px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #A2C84F !important;
}

.services-v2 #sv2-usecases .sv2-usecase-icon svg{
  width: 69px !important;
  height: 59px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-caption{
  grid-area: caption !important;
  justify-self: center !important;
  margin: 0 !important;
  color: #A2C84F !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list{
  grid-area: list !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  align-self: center !important;
  justify-self: stretch !important;
  display: grid !important;
  gap: 8px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list li{
  color: #1f1f1f !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  padding-right: 15px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list li::before{
  width: 5px !important;
  height: 5px !important;
  top: 0.6em !important;
  background: #1f1f1f !important;
}

@media (max-width: 991px){
  .services-v2 #sv2-usecases .sv2-usecase-card{
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "icon"
      "caption"
      "list" !important;
    text-align: center !important;
  }

  .services-v2 #sv2-usecases .sv2-usecase-list{
    justify-self: center !important;
    text-align: right !important;
    width: min(320px, 100%) !important;
  }
}

/* SV2 FINAL - enforce right icon block / left bullets block */
.services-v2 #sv2-usecases .sv2-usecase-card{
  direction: ltr !important;
}

.services-v2 #sv2-usecases .sv2-usecase-caption,
.services-v2 #sv2-usecases .sv2-usecase-list{
  direction: rtl !important;
}

/* SV2 FINAL - tighter gap between note CTA and usecase cards section */
.services-v2 #sv2-services-note{
  padding-bottom: 10px !important;
}

.services-v2 #sv2-usecases{
  padding-top: 28px !important;
}

/* SV2 FINAL - note panel icon right (52x52) + compact 3-line description */
.services-v2 #sv2-services-note .sv2-services-note-inner{
  max-width: 980px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 700px) 52px !important;
  grid-template-areas:
    ". title icon"
    ". text icon"
    ". cta ." !important;
  column-gap: 14px !important;
  row-gap: 8px !important;
  align-items: center !important;
  justify-items: center !important;
  text-align: center !important;
}

.services-v2 #sv2-services-note .sv2-services-note-icon{
  grid-area: icon !important;
  width: 52px !important;
  height: 52px !important;
  justify-self: end !important;
  align-self: start !important;
}

.services-v2 #sv2-services-note .sv2-services-note-title{
  grid-area: title !important;
  margin: 0 !important;
}

.services-v2 #sv2-services-note .sv2-services-note-text{
  grid-area: text !important;
  margin: 0 !important;
  max-width: 700px !important;
  line-height: 1.7 !important;
}

.services-v2 #sv2-services-note .sv2-services-note-btn{
  grid-area: cta !important;
  justify-self: center !important;
  margin-top: 40px !important;
}

/* SV2 FINAL - usecase cards exact size 353x153 */
.services-v2 #sv2-usecases .sv2-usecase-grid{
  grid-template-columns: repeat(3, 353px) !important;
  justify-content: center !important;
  gap: 18px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-card{
  width: 353px !important;
  height: 153px !important;
  min-height: 153px !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
  align-items: center !important;
  grid-template-columns: 1fr 160px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list{
  gap: 4px !important;
}

.services-v2 #sv2-usecases .sv2-usecase-list li{
  line-height: 1.35 !important;
  white-space: nowrap !important;
}

.services-v2 #sv2-usecases .sv2-usecase-caption{
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* SV2 FINAL FIX - Note section: centered text + icon pinned to right */
.services-v2 #sv2-services-note .sv2-services-note-inner{
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding-right: 0 !important;
}

.services-v2 #sv2-services-note .sv2-services-note-title,
.services-v2 #sv2-services-note .sv2-services-note-text,
.services-v2 #sv2-services-note .sv2-services-note-btn{
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.services-v2 #sv2-services-note .sv2-services-note-text{
  max-width: 720px !important;
}

.services-v2 #sv2-services-note .sv2-services-note-icon{
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 52px !important;
  height: 52px !important;
  align-self: auto !important;
  justify-self: auto !important;
}

@media (max-width: 820px){
  .services-v2 #sv2-services-note .sv2-services-note-icon{
    position: static !important;
    margin-bottom: 6px !important;
  }
}

/* SV2 FINAL TUNE - lift usecase cards and force note paragraph to 3 lines */
.services-v2 #sv2-usecases{
  padding-top: 14px !important;
}

.services-v2 #sv2-services-note .sv2-services-note-text{
  max-width: 560px !important;
  font-weight: 400 !important;
}

@media (max-width: 1200px){
  .services-v2 #sv2-usecases .sv2-usecase-grid{
    grid-template-columns: repeat(2, 353px) !important;
  }
}

@media (max-width: 820px){
  .services-v2 #sv2-services-note .sv2-services-note-inner{
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "icon"
      "title"
      "text"
      "cta" !important;
    text-align: center !important;
  }

  .services-v2 #sv2-services-note .sv2-services-note-icon{
    justify-self: center !important;
  }

  .services-v2 #sv2-services-note .sv2-services-note-text{
    max-width: 100% !important;
  }

  .services-v2 #sv2-usecases .sv2-usecase-grid{
    grid-template-columns: 1fr !important;
  }

  .services-v2 #sv2-usecases .sv2-usecase-card{
    width: min(353px, 100%) !important;
    height: auto !important;
    min-height: 153px !important;
  }
}

/* SV2 FINAL CTA - راهکار مناسب پروژه شما چیست؟ */
.services-v2 #sv2-cta .sv2-cta-box{
  width: min(1400, 100%) !important;
  height: 216px !important;
  min-height: 216px !important;
  padding: 34px 44px !important;
  border-radius: 18px !important;
  margin-inline: auto !important;
}

.services-v2 #sv2-cta .sv2-container{
  max-width: 1260px !important;
}

.services-v2 #sv2-cta .sv2-cta-title{
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.services-v2 #sv2-cta .sv2-cta-text{
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.9 !important;
  max-width: 920px !important;
  margin-inline: auto !important;
}

.services-v2 #sv2-cta .sv2-cta-actions{
  justify-content: center !important;
}

.services-v2 #sv2-cta .sv2-btn--final-cta{
  height: 48px !important;
  padding: 0 28px !important;
  border-radius: 10px !important;
  background: #A2C84F !important;
  border: 1px solid #A2C84F !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

.services-v2 #sv2-cta .sv2-btn--final-cta::after{
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease, height 180ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M15 12H8' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 9.5L8 12l2.5 2.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.services-v2 #sv2-cta .sv2-btn--final-cta:hover::after{
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: translateX(0);
}

.services-v2 #sv2-cta .sv2-btn--final-cta,
.services-v2 #sv2-cta .sv2-btn--final-cta:link,
.services-v2 #sv2-cta .sv2-btn--final-cta:visited,
.services-v2 #sv2-cta .sv2-btn--final-cta:hover,
.services-v2 #sv2-cta .sv2-btn--final-cta:focus,
.services-v2 #sv2-cta .sv2-btn--final-cta:active{
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 1200px){
  .services-v2 #sv2-cta .sv2-cta-box{
    width: 100% !important;
    height: auto !important;
    min-height: 216px !important;
  }
}

/* SV2 FINAL - subtle rectangle shadows (y:4, blur:4) */
.services-v2 #sv2-usecases .sv2-usecase-card{
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12) !important;
}

.services-v2 #sv2-cta .sv2-cta-box{
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.10) !important;
}

/* SV2 FINAL TUNE - pure black text -> #2C2C2C, CTA size/spacing */
.services-v2 .sv2-feature-panel .sv2-section-title,
.services-v2 .sv2-feature-panel .sv2-section-lead{
  color: #2C2C2C !important;
}

.services-v2 #sv2-cta .sv2-cta-title{
  color: #2C2C2C !important;
  margin: 0 0 18px !important;
}

.services-v2 #sv2-cta .sv2-cta-text{
  font-size: 14px !important;
  color: #2C2C2C !important;
}

.services-v2 #sv2-cta .sv2-btn--final-cta{
  width: 180px !important;
  min-width: 180px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.services-v2 #sv2-cta .sv2-cta-actions{
  margin-top: 22px !important;
}
/* Services rows layout (two-column alternating) */
.services-v2 #sv2-services-dark{
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.services-v2 #sv2-services-dark::before,
.services-v2 #sv2-services-dark::after{ display: none !important; }
.services-v2 #sv2-services-dark .sv2-services-grid,
.services-v2 #sv2-services-dark .sv2-service-card,
.services-v2 #sv2-services-dark .sv2-service-extra,
.services-v2 #sv2-services-dark .sv2-service-details,
.services-v2 #sv2-services-dark .sv2-service-toggle{ display: none !important; }
.services-v2 #sv2-services-dark .sv2-section-title{
  font-size:30px !important;
  font-weight:700 !important;
  color:#000 !important;
}
.services-v2 #sv2-services-dark .sv2-section-lead{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.8 !important;
  color:#000 !important;
}
.services-v2 #sv2-services-dark .sv2-rows{ margin-top: 100px; display:flex; flex-direction:column; gap:180px; }
.services-v2 #sv2-services-dark .sv2-row{
  display:grid;
  grid-template-columns:minmax(0,420px) minmax(0,420px);
  justify-content:space-between;
  align-items:start;
  column-gap:36px;
  row-gap:0;
}
.services-v2 #sv2-services-dark .sv2-row--reverse{ column-gap:36px; }
.services-v2 #sv2-services-dark .sv2-row--reverse .sv2-row-media{ order:2; }
.services-v2 #sv2-services-dark .sv2-row--reverse .sv2-row-card{ order:1; }
.services-v2 #sv2-services-dark .sv2-row-media{ display:flex; align-items:center; justify-content:center; justify-self:stretch; }
.services-v2 #sv2-services-dark .sv2-row--reverse .sv2-row-media{ justify-content:center; padding-right:0; }
.services-v2 #sv2-services-dark .sv2-row-image{ width:min(100%,360px); height:auto; object-fit:contain; }
.services-v2 #sv2-services-dark .sv2-row-card{ direction:rtl; text-align:right; justify-self:stretch; width:100%; max-width:520px; }
.services-v2 #sv2-services-dark .sv2-row-tag{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:220px;
  height:26px;
  background:#A2C84F;
  color:#1f2a10;
  font-size:12px;
  font-weight:600;
  border-radius:999px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.12);
  margin-bottom:14px;
  position: relative;
  padding-right: 34px;
  padding-left: 12px;
}
.services-v2 #sv2-services-dark .sv2-row-tag::before{
  content:"";
  position:absolute;
  right:10px;
  top:50%;
  width:14px;
  height:14px;
  transform:translateY(-50%);
  background-image:url('/static/images/icons/accessories-icon.png');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.services-v2 #sv2-services-dark .sv2-row-title{ margin:0 0 10px; font-size:24px; font-weight:700; line-height:1.45; }
.services-v2 #sv2-services-dark .sv2-row-desc{ margin:0 0 14px; font-size:12px; font-weight:400; line-height:1.95; color:#565656; }
.services-v2 #sv2-services-dark .sv2-row-list{ margin:0; padding:0; list-style:none; display:grid; gap:4px; }
.services-v2 #sv2-services-dark .sv2-row-list li{ position:relative; padding-right:18px; font-size:14px; font-weight:400; line-height:1.45; color:#1f1f1f; }
.services-v2 #sv2-services-dark .sv2-row-list li::before{
  content:"";
  position:absolute;
  right:0;
  top:.5em;
  width:6px;
  height:9px;
  background:#A2C84F;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
  border-radius: 8px;
}
.services-v2 #sv2-services-dark .sv2-row-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:113px;
  height:38px;
  margin-top:14px;
  border-radius:10px;
  background:#A2C84F;
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  gap: 6px;
  white-space: nowrap;
}
.services-v2 #sv2-services-dark .sv2-row-cta::after{
  content:"";
  width: 0;
  height: 0;
  opacity: 0;
  transform: translateX(4px);
  transition: opacity 180ms ease, transform 180ms ease, width 180ms ease, height 180ms ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M15 12H8' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 9.5L8 12l2.5 2.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.services-v2 #sv2-services-dark .sv2-row-cta:hover{
  color: #ffffff;
}
.services-v2 #sv2-services-dark .sv2-row-cta:visited,
.services-v2 #sv2-services-dark .sv2-row-cta:active,
.services-v2 #sv2-services-dark .sv2-row-cta:focus{
  color: #ffffff;
}
.services-v2 #sv2-services-dark .sv2-row-cta:link,
.services-v2 #sv2-services-dark .sv2-row-cta:visited,
.services-v2 #sv2-services-dark .sv2-row-cta:hover,
.services-v2 #sv2-services-dark .sv2-row-cta:focus,
.services-v2 #sv2-services-dark .sv2-row-cta:active{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
.services-v2 #sv2-services-dark .sv2-row-cta:hover::after{
  width: 14px;
  height: 14px;
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 991px){
  .services-v2 #sv2-services-dark .sv2-row{ grid-template-columns:1fr; gap:22px; }
  .services-v2 #sv2-services-dark .sv2-row--reverse .sv2-row-media,
  .services-v2 #sv2-services-dark .sv2-row--reverse .sv2-row-card{ order:initial; }
}
/* Show more services - only extra five rows */
.services-v2 #sv2-services-dark .sv2-rows > .sv2-row:nth-child(n+6){
  display: none;
}
.services-v2 #sv2-services-dark.is-expanded .sv2-rows > .sv2-row:nth-child(n+6){
  display: grid;
}
.services-v2 #sv2-services-dark .sv2-more-wrap{
  margin-top: 26px;
  padding-top: 0;
  border-top: 1px solid #d8d8d8;
  display: flex;
  justify-content: center;
}
.services-v2 #sv2-services-dark .sv2-more-services-btn{
  background: transparent;
  border: 0;
  color: hsl(0, 0%, 17%);
  font-size: 9;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: -40px;
  padding: 0 12px;
}
.services-v2 #sv2-services-dark .sv2-more-services-btn::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #A2C84F;
}

.services-v2 .sv2-services-note-icon-img{
  width: 180px !important;
  max-width: none !important;
  height: auto !important;
}
