.service{margin:0;justify-content:space-between;flex-direction:row}.reverse{flex-direction:row-reverse}.service-image{z-index:10;max-width:50%;border-radius:10px;height:fit-content;align-self:center}.service-text{margin:0 20px;max-width:50%}.service-header{align-items:center;margin-bottom:10px}.service-icon{flex-shrink:0}.service h1,.service-header h1,.service-text h1{font-size:xx-large;font-weight:700;line-height:1.2;margin:10px 0}.service h2,.service-case-studies h2,.service-markets h2,.service-partners h2,.service-process h2,.service-products h2,.service-text h2{font-size:x-large;font-weight:600;margin:20px 0 10px;color:var(--HpBlue)}.service h3,.service-text h3{font-size:large;font-weight:500;margin:15px 0 5px;color:var(--HpBlue)}.service-features{margin:20px 0}.service-bullet-list{list-style:disc;margin-left:20px;margin-top:10px}.service-bullet-item{margin:5px 0;line-height:1.4}.service-process{margin:30px 0}.process-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.process-step{background:var(--HpWhite);border-radius:10px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);border-left:4px solid var(--HpYellow)}.process-step:hover{border-left:8px solid var(--HpYellow);border-radius:15px}.process-step-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.process-step-icon{font-size:24px;color:var(--HpBlue)}.process-step-number{background:var(--HpYellow);color:var(--HpBlue);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-weight:700}.service-partner-list{flex-direction:row;align-items:center;gap:30px}.service-partner{width:auto}.partner-logo{max-height:60px;width:auto}.service-partner:hover{transform:scale(1.05);border-bottom:1px solid var(--HpGreen)}.service-products{margin:30px 0}.service-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.service-product-card{background:var(--HpWhite);border-radius:10px;display:flex;flex-direction:row;gap:20px;max-width:500px;padding:15px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease}.service-product-text{display:flex;flex-direction:column}.service-product-card:hover{transform:translateY(-2px);border-bottom:4px solid var(--HpGreen)}.service-product-card .product-image{border-radius:5px;margin-bottom:10px;max-height:100px}.service-product-card h3{margin:10px 0 5px;font-size:medium;font-weight:600}.service-product-card p{font-size:small;color:#666;line-height:1.3}.service-markets{margin:20px 0}.market-applications-list{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.market-applications-list li{background:var(--HpLightBlue);color:var(--HpBlue);padding:8px 15px;border-radius:20px;font-size:small;font-weight:500}.service-case-studies{margin:30px 0}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.case-study-card{background:var(--HpWhite);border-radius:10px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease}.case-study-card:hover{transform:translateY(-2px)}.case-study-image{width:100%;height:200px;object-fit:cover}.case-study-card h3{padding:15px 15px 10px;margin:0;font-size:large;font-weight:600}.case-study-card p{padding:0 15px;color:#666;line-height:1.4}.case-study-link{display:inline-block;padding:15px;color:var(--HpBlue);font-weight:600}.service-separator{margin:40px 0;width:100%;border-bottom:1px solid var(--HpGreen)}.sales-contact{padding:100px;background-color:var(--HpGreen);color:var(--HpBlue)}.sales-contact p{font-size:x-large;font-weight:500;line-height:1.2;margin:10px 0}.sales-contact ul li{font-size:xx-large;font-weight:500;line-height:1.2;margin:40px 0 0}.sales-contact h1{font-size:xx-large;font-weight:700;line-height:1.2;margin:10px 0}.sales-contact a{font-weight:900;overflow:hidden;display:inline-block;text-decoration:underline}.sales-contact a:hover{transform:scale(1.1)}@media (max-width:800px){.reverse,.service{flex-direction:column}.service-image,.service-text{max-width:100%}.service-text{margin:20px 0}.process-steps-grid{grid-template-columns:1fr}.service-products-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.case-studies-grid{grid-template-columns:1fr}.sales-contact{padding:40px}}@media (max-width:600px){.service-header{flex-direction:column;align-items:flex-start;gap:10px}.service-icon{font-size:30px}.service-partner-list,.service-partners{flex-direction:column;align-items:flex-start}.market-applications-list,.service-product-card{flex-direction:column}.sales-contact{padding:40px 0}}@media (max-width:400px){.service-products-grid{grid-template-columns:1fr}.process-steps-grid{gap:15px}.process-step{padding:15px}}