/* ==========================================================
HERO
========================================================== */
.sector-hero{position:relative;padding:120px 0;background:linear-gradient(rgba(23,57,95,.90),rgba(23,57,95,.90)),url('../images/slider-01.png');background-size:cover;background-position:center;background-repeat:no-repeat}
.sector-badge{display:inline-block;padding:8px 18px;border-radius:30px;background:rgba(245,180,0,.15);color:#f5b400;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:18px}
/* ==========================================================
BREADCRUMB
========================================================== */
.sector-breadcrumb {
margin-bottom: 25px;
font-size: 14px;
}
.sector-breadcrumb a {
color: rgba(255, 255, 255, .75);
text-decoration: none;
transition: all .25s ease;
}
.sector-breadcrumb a:hover {
color: #f5b400;
}
.sector-breadcrumb span {
color: rgba(255, 255, 255, .5);
margin: 0 8px;
}
.sector-breadcrumb .active {
color: #f5b400;
font-weight: 600;
}
/* ==========================================================
TITLE
========================================================== */
.sector-hero h1 {
color: #ffffff;
font-size: 60px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 25px;
}
/* ==========================================================
DESCRIPTION
========================================================== */
.sector-description {
color: rgba(255, 255, 255, .88);
font-size: 18px;
line-height: 1.9;
max-width: 700px;
}
/* ==========================================================
BUTTONS
========================================================== */
.sector-actions {
margin-top: 35px;
}
.btn-sector-primary {
display: inline-block;
padding: 14px 30px;
border-radius: 8px;
background: #f5b400;
color: #17395f !important;
font-weight: 700;
margin-right: 10px;
transition: all .25s ease;
}
.btn-sector-primary:hover {
background: #ffc21d;
text-decoration: none;
}
.btn-sector-secondary {
display: inline-block;
padding: 14px 30px;
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, .25);
color: #ffffff !important;
transition: all .25s ease;
}
.btn-sector-secondary:hover {
background: rgba(255, 255, 255, .08);
text-decoration: none;
}
/* ==========================================================
BACK LINK
========================================================== */
.sector-back-wrapper {
margin-top: 25px;
}
.sector-back-link {
color: rgba(255, 255, 255, .75);
font-size: 14px;
}
.sector-back-link:hover {
color: #f5b400;
text-decoration: none;
}
/* ==========================================================
KPI CARD
========================================================== */
.sector-kpi-card {
background: rgba(255, 255, 255, .08);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, .08);
border-radius: 18px;
padding: 30px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.sector-kpi-item {
text-align: center;
padding: 25px;
}
.sector-kpi-icon {
margin-bottom: 10px;
}
.sector-kpi-icon i {
font-size: 36px;
color: #f5b400;
}
.sector-kpi-value {
color: #ffffff;
font-size: 42px;
font-weight: 700;
line-height: 1;
}
.sector-kpi-label {
margin-top: 10px;
color: rgba(255, 255, 255, .75);
font-size: 13px;
}
/* ==========================================================
RESPONSIVE
========================================================== */
@media (max-width: 991px) {
.sector-hero {
padding: 80px 0;
}
.sector-hero h1 {
font-size: 42px;
}
.sector-description {
font-size: 16px;
}
.sector-kpi-card {
margin-top: 40px;
}
.btn-sector-primary,
.btn-sector-secondary {
display: block;
width: 100%;
margin-bottom: 10px;
text-align: center;
}
}
/* ==========================================================
SECTOR OVERVIEW
========================================================== */
.sector-overview {
padding: 90px 0;
background: #f8fafc;
}
/* ==========================================================
HEADER
========================================================== */
.section-header {
text-align: center;
max-width: 850px;
margin: 0 auto 60px;
}
.section-subtitle {
display: inline-block;
color: #f5b400;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 10px;
}
.section-header h2 {
color: #17395f;
font-size: 42px;
font-weight: 700;
margin-bottom: 20px;
}
.section-header p {
color: #64748b;
font-size: 16px;
line-height: 1.9;
}
/* ==========================================================
EQUAL HEIGHT
========================================================== */
.overview-row {
display: flex;
flex-wrap: wrap;
}
.overview-row>[class*="col-"] {
display: flex;
}
/* ==========================================================
CARD
========================================================== */
.overview-card {
width: 100%;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 16px;
padding: 35px;
display: flex;
flex-direction: column;
transition: all .3s ease;
box-shadow:
0 2px 8px rgba(0, 0, 0, .03);
}
.overview-card:hover {
transform: translateY(-5px);
box-shadow:
0 15px 35px rgba(0, 0, 0, .08);
}
/* ==========================================================
ICON
========================================================== */
.overview-icon {
width: 70px;
height: 70px;
border-radius: 14px;
background: rgba(245, 180, 0, .15);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
.overview-icon i {
color: #f5b400;
font-size: 30px;
}
/* ==========================================================
BODY
========================================================== */
.overview-body {
display: flex;
flex-direction: column;
flex: 1;
}
.overview-body h3 {
color: #17395f;
font-size: 24px;
font-weight: 700;
margin-bottom: 15px;
}
.overview-body p {
color: #64748b;
line-height: 1.8;
}
/* ==========================================================
SAVING VALUE
========================================================== */
.saving-value {
margin-top: auto;
color: #17395f;
font-size: 52px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
}
/* ==========================================================
LIST
========================================================== */
.overview-body ul {
margin-top: auto;
padding-left: 18px;
margin-bottom: 0;
}
.overview-body ul li {
color: #64748b;
margin-bottom: 10px;
line-height: 1.7;
}
/* ==========================================================
TAGS
========================================================== */
.priority-tags {
margin-top: auto;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.priority-tags span {
background: #f8fafc;
border: 1px solid #e5e7eb;
padding: 7px 12px;
border-radius: 20px;
color: #17395f;
font-size: 11px;
font-weight: 600;
}
/* ==========================================================
MOBILE
========================================================== */
@media (max-width: 991px) {
.overview-row {
display: block;
}
.overview-card {
margin-bottom: 25px;
}
.section-header h2 {
font-size: 34px;
}
.saving-value {
font-size: 42px;
}
}
/* ==========================================================
PROCESS FLOW
========================================================== */
.hierarchy-section {
padding: 90px 0;
background: #ffffff;
}
.hierarchy-wrapper {
display: flex;
justify-content: center;
align-items: stretch;
gap: 15px;
flex-wrap: nowrap;
max-width: 1200px;
margin: 0 auto;
}
/* ==========================================================
PROCESS CARD
========================================================== */
.hierarchy-item {
width: 180px;
min-height: 180px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 25px 20px;
border-radius: 20px;
flex: 0 0 auto;
border: 1px solid rgba(229, 231, 235, .8);
background: rgba(255, 255, 255, .8);
}
.hierarchy-item:hover {
transform: translateY(-5px);
box-shadow:
0 15px 30px rgba(0, 0, 0, .08);
}
.hierarchy-item.active,
.hierarchy-item.featured {
border-color: #f5b400;
background: #fffdf5;
}
/* ==========================================================
ICON
========================================================== */
.process-icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-bottom: 10px;
}
.process-icon i {
color: #f5b400;
font-size: 42px;
}
/* ==========================================================
TEXT
========================================================== */
.hierarchy-item h4 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 56px;
line-height: 1.4;
}
.hierarchy-item span {
min-height: 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
opacity: .8;
}
/* ==========================================================
ARROW
========================================================== */
.hierarchy-arrow {
width: 40px;
display: flex;
align-items: center;
justify-content: center;
}
/* ==========================================================
MOBILE
========================================================== */
@media (max-width: 991px) {
.hierarchy-wrapper {
flex-wrap: wrap;
}
.hierarchy-arrow {
display: none;
}
.hierarchy-item {
width: calc(50% - 10px);
margin-bottom: 15px;
}
}
/* ==========================================================
TECHNOLOGY SECTION
========================================================== */
.technology-section {
padding: 100px 0;
background: #ffffff;
}
/* ==========================================================
CARD
========================================================== */
.technology-showcase-card {
display: flex;
align-items: center;
gap: 30px;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 18px;
padding: 30px;
margin-bottom: 25px;
transition: all .3s ease;
}
.technology-showcase-card:hover {
transform: translateY(-3px);
box-shadow:
0 15px 35px rgba(0, 0, 0, .08);
}
/* ==========================================================
ICON
========================================================== */
.technology-showcase-icon {
width: 90px;
height: 90px;
min-width: 90px;
border-radius: 18px;
background: rgba(245, 180, 0, .15);
display: flex;
align-items: center;
justify-content: center;
}
.technology-showcase-icon i {
color: #f5b400;
font-size: 38px;
}
/* ==========================================================
CONTENT
========================================================== */
.technology-showcase-content {
flex: 1;
}
.technology-category {
color: #f5b400;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .5px;
margin-bottom: 8px;
}
.technology-showcase-content h3 {
color: #17395f;
font-size: 30px;
margin-bottom: 15px;
}
.technology-showcase-content p {
color: #64748b;
line-height: 1.9;
margin-bottom: 0;
}
/* ==========================================================
METRICS
========================================================== */
.technology-showcase-metrics {
display: flex;
gap: 35px;
min-width: 280px;
}
.metric-item {
text-align: center;
}
.metric-item strong {
display: block;
color: #17395f;
font-size: 28px;
font-weight: 700;
}
.metric-item span {
color: #64748b;
font-size: 13px;
}
/* ==========================================================
BUTTON
========================================================== */
.technology-showcase-action a {
display: inline-block;
padding: 12px 22px;
border-radius: 8px;
background: #17395f;
color: #fff;
font-weight: 600;
text-decoration: none;
}
.technology-showcase-action a:hover {
background: #0f2742;
}
/* ==========================================================
MOBILE
========================================================== */
@media (max-width: 991px) {
.technology-showcase-card {
flex-direction: column;
align-items: flex-start;
}
.technology-showcase-metrics {
width: 100%;
justify-content: space-between;
}
.technology-showcase-action {
width: 100%;
}
.technology-showcase-action a {
width: 100%;
text-align: center;
}
}
/* ==========================================================
PRODUCTS
========================================================== */
.sector-products-section {
padding: 100px 0;
background: #f8fafc;
}
/* ==========================================================
FILTER
========================================================== */
.product-filter-tags {
text-align: center;
margin-bottom: 40px;
}
.product-filter-tags a {
display: inline-block;
margin: 5px;
padding: 10px 18px;
border-radius: 30px;
border: 1px solid #e5e7eb;
background: #fff;
color: #17395f;
font-size: 13px;
font-weight: 600;
}
.product-filter-tags a.active {
background: #f5b400;
color: #fff;
border-color: #f5b400;
}
/* ==========================================================
EQUAL HEIGHT
========================================================== */
.product-row {
display: flex;
flex-wrap: wrap;
}
.product-row>[class*="col-"] {
display: flex;
}
/* ==========================================================
CARD
========================================================== */
.sector-product-card {
width: 100%;
background: #fff;
border-radius: 18px;
overflow: hidden;
border: 1px solid #e5e7eb;
display: flex;
flex-direction: column;
transition: all .3s ease;
}
.sector-product-card:hover {
transform: translateY(-5px);
box-shadow:
0 15px 35px rgba(0, 0, 0, .08);
}
.product-image {
position: relative;
background-color: #f8fafc;
}
.product-badge {
position: absolute;
top: 15px;
left: 15px;
background: #f5b400;
color: #fff;
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
}
.product-content {
padding: 25px;
display: flex;
flex-direction: column;
flex: 1;
}
.product-content h4 {
color: #17395f;
font-size: 20px;
margin-bottom: 10px;
}
.product-company {
color: #64748b;
margin-bottom: 20px;
font-size: 13px;
}
.product-specs {
flex: 1;
}
.product-specs div {
display: flex;
justify-content: space-between;
padding: 8px 0;
border-bottom: 1px solid #f1f5f9;
}
.product-specs label {
color: #64748b;
margin: 0;
font-size: 12px;
}
.product-specs strong {
color: #17395f;
}
.product-detail-btn {
margin-top: 20px;
text-align: center;
background: #17395f;
color: #fff !important;
padding: 12px;
border-radius: 8px;
font-weight: 600;
text-decoration: none;
}
.products-cta {
margin-top: 50px;
text-align: center;
}
/* ==========================================================
PROVIDERS SECTION
========================================================== */
.providers-section {
padding: 100px 0;
background: #ffffff;
}
/* ==========================================================
EQUAL HEIGHT
========================================================== */
.provider-row {
display: flex;
flex-wrap: wrap;
}
.provider-row>[class*="col-"] {
display: flex;
}
/* ==========================================================
CARD
========================================================== */
.provider-card {
width: 100%;
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 18px;
padding: 30px;
display: flex;
flex-direction: column;
transition: all .3s ease;
}
.provider-card:hover {
transform: translateY(-5px);
box-shadow:
0 15px 35px rgba(0, 0, 0, .08);
}
/* ==========================================================
LOGO
========================================================== */
.provider-logo {
height: 90px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.provider-logo img {
/* max-height: 60px; */
width: 100px;
object-fit: contain;
}
/* ==========================================================
BODY
========================================================== */
.provider-body {
display: flex;
flex-direction: column;
flex: 1;
}
.provider-body {
    padding:5px;
}
.provider-body h3 {
color: #17395f;
font-size: 22px;
font-weight: 700;
margin-bottom: 12px;
text-align: center;
}
/* ==========================================================
SPECIALITY
========================================================== */
.provider-speciality {
color: #64748b;
text-align: center;
line-height: 1.8;
min-height: 80px;
margin-bottom: 25px;
}
/* ==========================================================
STATS
========================================================== */
.provider-stats {
margin-top: auto;
display: flex;
justify-content: space-between;
border-top: 1px solid #f1f5f9;
border-bottom: 1px solid #f1f5f9;
padding: 20px 0;
margin-bottom: 20px;
}
.provider-stats div {
text-align: center;
flex: 1;
}
.provider-stats strong {
display: block;
color: #17395f;
font-size: 24px;
font-weight: 700;
margin-bottom: 5px;
}
.provider-stats span {
color: #64748b;
font-size: 12px;
}
/* ==========================================================
BUTTON
========================================================== */
.provider-btn {
display: block;
text-align: center;
padding: 12px;
border-radius: 8px;
background: #17395f;
color: #fff !important;
font-weight: 600;
text-decoration: none;
}
.provider-btn:hover {
background: #0f2742;
}
/* ==========================================================
FOOTER CTA
========================================================== */
.providers-footer {
margin-top: 50px;
text-align: center;
}
/* ==========================================================
MOBILE
========================================================== */
@media (max-width: 991px) {
.provider-row {
display: block;
}
.provider-card {
margin-bottom: 25px;
}
}
/* ==========================================================
CASE STUDY
========================================================== */
.case-study-section {
padding: 100px 0;
background: #f8fafc;
}
.case-study-card {
background: #fff;
border-radius: 18px;
border: 1px solid #e5e7eb;
padding: 35px;
height: 100%;
transition: .3s;
}
.case-study-card:hover {
transform: translateY(-5px);
box-shadow:
0 15px 35px rgba(0, 0, 0, .08);
}
.case-study-badge {
display: inline-block;
background: rgba(245, 180, 0, .15);
color: #f5b400;
padding: 8px 14px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
margin-bottom: 20px;
}
.case-study-card h3 {
color: #17395f;
margin-bottom: 15px;
}
.case-study-desc {
color: #64748b;
line-height: 1.8;
margin-bottom: 25px;
}
.case-study-metrics {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 25px;
}
.case-study-metrics span {
display: block;
color: #64748b;
font-size: 12px;
}
.case-study-metrics strong {
color: #17395f;
font-size: 18px;
}
.case-study-btn {
display: inline-block;
background: #17395f;
color: #fff !important;
padding: 12px 20px;
border-radius: 8px;
text-decoration: none;
}
/* ==========================================================
CTA SECTION
========================================================== */
.cta-section {
padding: 100px 0;
background: #ffffff;
}
.cta-wrapper {
background:
linear-gradient(135deg,
#17395f,
#214f84);
border-radius: 24px;
padding: 60px;
overflow: hidden;
position: relative;
}
.cta-wrapper::before {
content: '';
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
border-radius: 50%;
background:
rgba(255, 255, 255, .05);
}
.cta-wrapper::after {
content: '';
position: absolute;
bottom: -120px;
left: -120px;
width: 280px;
height: 280px;
border-radius: 50%;
background:
rgba(255, 255, 255, .04);
}
/* ==========================================================
CONTENT
========================================================== */
.cta-content {
position: relative;
z-index: 2;
}
.cta-badge {
display: inline-block;
background:
rgba(245, 180, 0, .15);
color: #f5b400;
padding: 8px 16px;
border-radius: 30px;
font-size: 12px;
font-weight: 700;
letter-spacing: .5px;
margin-bottom: 20px;
}
.cta-content h2 {
color: #ffffff;
font-size: 42px;
font-weight: 700;
margin-bottom: 20px;
}
.cta-content p {
color: rgba(255, 255, 255, .85);
font-size: 16px;
line-height: 1.9;
margin-bottom: 0;
}
/* ==========================================================
ACTIONS
========================================================== */
.cta-actions {
display: flex;
flex-direction: column;
gap: 15px;
justify-content: center;
height: 100%;
position: relative;
z-index: 2;
}
.cta-btn-primary {
display: block;
text-align: center;
padding: 14px 20px;
border-radius: 10px;
background: #f5b400;
color: #17395f !important;
font-weight: 700;
text-decoration: none;
}
.cta-btn-primary:hover {
background: #ffc933;
}
.cta-btn-secondary {
display: block;
text-align: center;
padding: 14px 20px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, .25);
color: #ffffff !important;
font-weight: 600;
text-decoration: none;
}
.cta-btn-secondary:hover {
background: rgba(255, 255, 255, .08);
}
/* ==========================================================
MOBILE
========================================================== */
@media (max-width: 991px) {
.cta-wrapper {
padding: 40px 30px;
}
.cta-content h2 {
font-size: 32px;
}
.cta-actions {
margin-top: 30px;
}
}
/* ==========================================================
PROCESS PRODUCTS
========================================================== */
.process-products-wrapper {
margin-top: 60px;
padding: 50px;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 24px;
box-shadow:
0 10px 40px rgba(0, 0, 0, .04);
}
.process-products-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.process-products-header h3 {
color: #17395f;
margin-bottom: 5px;
}
.process-products-header p {
color: #64748b;
margin: 0;
}
.process-search {
width: 320px;
}
/* ==========================================================
GRID
========================================================== */
.process-product-grid {
display: flex;
flex-wrap: wrap;
}
.product-count {
color: #64748b;
font-size: 13px;
display: block;
margin-top: 5px;
}
.process-product-grid>[class*="col-"] {
display: flex;
margin-bottom: 25px;
}
.process-product-card {
width: 100%;
background: #fff;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e5e7eb;
display: flex;
flex-direction: column;
transition: .3s;
}
.process-description {
margin-top: 8px;
color: #64748b;
font-size: 13px;
max-width: 600px;
}
/* ==========================================================
CARD
========================================================== */
.process-product-card img {
width: 100%;
}
.process-product-body {
padding: 18px;
display: flex;
flex-direction: column;
flex: 1;
}
.process-product-body h4 {
color: #17395f;
margin-bottom: 10px;
font-size: 18px;
line-height: 1.4;
min-height: 50px;
}
.process-product-company {
color: #64748b;
margin-bottom: 15px;
font-size: 12px;
min-height: 40px;
}
.process-product-tech {
display: inline-block;
background: rgba(245, 180, 0, .15);
color: #f5b400;
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
margin-bottom: 15px;
}
.process-product-btn {
margin-top: auto;
display: block;
text-align: center;
padding: 12px;
border-radius: 8px;
background: #17395f;
color: #fff !important;
}
.process-product-btn:hover {
background: #0f2742;
}
.hierarchy-item.active {
background: #17395f;
color: #fff;
}
.hierarchy-item.active h4,
.hierarchy-item.active span {
color: #fff;
}
/* ==========================================================
PRODUCT IMAGE
========================================================== */
.product-image {
position: relative;
}
.product-image img {
width: 100%;
height: 220px;
object-fit: cover;
}
.product-badge {
position: absolute;
top: 15px;
left: 15px;
background: #f5b400;
color: #fff;
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 600;
}
/* ==========================================================
PRODUCT SPECS
========================================================== */
.process-product-specs {
margin-top: 15px;
margin-bottom: 20px;
flex: 1;
}
.process-product-specs div {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
border-bottom: 1px solid #f1f5f9;
}
.process-product-specs label {
margin: 0;
color: #64748b;
font-size: 12px;
font-weight: 400;
}
.process-product-specs strong {
color: #17395f;
font-size: 13px;
font-weight: 600;
}
/* ==========================================================
BUTTON
========================================================== */
/* ==========================================
   PROCESS EQUIPMENT SECTOR EXPLORER
========================================== */
.sector-summary {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 40px 0 60px;
    flex-wrap: wrap;
}
.summary-item {
    text-align: center;
}
.summary-item strong {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #17395f;
}
.summary-item span {
    color: #6b7280;
    font-size: 14px;
}
.sector-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 40px;
    text-align: center;
    transition: all .3s ease;
}
.sector-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.sector-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 16px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.sector-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 15px;
    min-height: 60px;
}
.sector-card p {
    color: #6b7280;
    line-height: 1.7;
    min-height: 80px;
    margin-bottom: 20px;
}
.sector-stats {
    margin-bottom: 20px;
    font-size: 13px;
    color: #64748b;
}
.sector-stats span:first-child::after {
    content: " • ";
}
.sector-card a {
    color: #e8a100;
    font-weight: 700;
}
.sector-card a:hover {
    color: #17395f;
}
/* ==================================================
   FEATURED TECHNOLOGIES
================================================== */
.technology-section {
    padding: 100px 0;
    background: #ffffff;
}
.featured-technology-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all .3s ease;
}
.featured-technology-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.technology-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.technology-type {
    color: #e8a100;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.featured-technology-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 15px;
}
.featured-technology-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
    min-height: 100px;
}
.technology-saving {
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 20px;
}
.technology-saving strong {
    display: block;
    color: #17395f;
    font-size: 26px;
    font-weight: 800;
}
.technology-saving span {
    color: #64748b;
    font-size: 14px;
}
.technology-sector-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}
.technology-sector-tags span {
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(23,57,95,.08);
    color: #17395f;
    font-size: 12px;
    font-weight: 600;
}
.technology-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #e8a100;
    text-decoration: none;
}
.technology-link:hover {
    color: #17395f;
}
/* ==================================================
   FEATURED TECHNOLOGIES
================================================== */
.featured-technology-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all .3s ease;
}
.featured-technology-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.technology-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.technology-type {
    color: #e8a100;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.featured-technology-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #17395f;
    margin-bottom: 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.featured-technology-card p {
    color: #64748b;
    line-height: 1.8;
    min-height: 120px;
    margin-bottom: 25px;
}
.technology-saving {
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 20px;
}
.technology-saving strong {
    display: block;
    color: #17395f;
    font-size: 26px;
    font-weight: 800;
}
.technology-saving span {
    color: #64748b;
    font-size: 14px;
}
.technology-sector-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}
.technology-sector-tags span {
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(23,57,95,.08);
    color: #17395f;
    font-size: 12px;
    font-weight: 600;
}
/* Push action ke bawah */
.technology-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #e8a100;
    text-decoration: none;
}
.technology-link:hover {
    color: #17395f;
}
/* ==================================================
   FEATURED PRODUCTS
================================================== */
.featured-products-section {
    padding: 100px 0;
    background: #f8fafc;
}
.featured-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
}
.featured-product-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.product-image {
    height: 220px;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px;
}
.product-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #17395f;
    line-height: 1.4;
    min-height: 65px;
    margin-bottom: 15px;
}
.product-provider {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 20px;
}
.product-saving {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}
.product-saving strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #17395f;
}
.product-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #e8a100;
    text-decoration: none;
}
.product-link:hover {
    color: #17395f;
}
/* ==================================================
   FEATURED PROVIDERS
================================================== */
.featured-providers-section {
    padding: 100px 0;
    background: #ffffff;
}
/* Force equal height columns */
.featured-providers-section .row {
    display: flex;
    flex-wrap: wrap;
}
.featured-providers-section .row > div {
    display: flex;
    margin-bottom: 30px;
}
/* Provider Card */
.featured-provider-card {
    width: 100%;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all .3s ease;
}
.featured-provider-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}
/* Provider Logo */
.provider-logo {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 16px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.provider-logo img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}
/* Provider Name */
.featured-provider-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #17395f;
    text-align: center;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    margin-bottom: 15px;
}
/* Description */
.provider-description {
    color: #64748b;
    text-align: center;
    line-height: 1.8;
    min-height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 25px;
}
/* Statistics */
.provider-stats {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 18px;
    background: #f8fafc;
    border-radius: 12px;
    min-height: 90px;
    margin-bottom: 25px;
}
.provider-stats div {
    flex: 1;
    text-align: center;
}
.provider-stats strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #17395f;
    line-height: 1.2;
}
.provider-stats span {
    font-size: 12px;
    color: #64748b;
}
/* Expertise Tags */
.provider-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 8px;
    min-height: 80px;
    margin-bottom: 25px;
}
.provider-tags span {
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(23, 57, 95, .08);
    color: #17395f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}
/* Button always bottom */
.provider-link {
    margin-top: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #e8a100;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}
.provider-link:hover {
    color: #17395f;
}
/* Responsive */
@media (max-width: 991px) {
    .featured-provider-card {
        min-height: auto;
    }
    .featured-provider-card h3 {
        min-height: auto;
    }
    .provider-description {
        min-height: auto;
    }
    .provider-tags {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .provider-stats {
        gap: 10px;
    }
    .provider-stats strong {
        font-size: 20px;
    }
}
/* ==================================================
   FEATURED CASE STUDIES
================================================== */
.featured-case-studies-section {
    padding: 100px 0;
    background: #f8fafc;
}
.featured-case-study-card {
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all .3s ease;
}
.featured-case-study-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.case-sector-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 8px 14px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}
.featured-case-study-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #17395f;
    min-height: 70px;
    margin-bottom: 15px;
}
.case-technology {
    color: #17395f;
    font-weight: 600;
    min-height: 50px;
    margin-bottom: 15px;
}
.case-description {
    color: #64748b;
    line-height: 1.8;
    min-height: 100px;
    margin-bottom: 25px;
}
.case-metrics {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}
.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
}
.metric-item strong {
    color: #17395f;
    font-size: 18px;
    font-weight: 800;
}
.metric-item span {
    color: #64748b;
    font-size: 13px;
}
.case-study-link {
    margin-top: auto;
    color: #e8a100;
    font-weight: 700;
    text-decoration: none;
}
.case-study-link:hover {
    color: #17395f;
}
/* ==================================================
   PROCESS EQUIPMENT CTA
================================================== */
.process-equipment-cta {
    padding: 100px 0;
}
.process-cta-wrapper {
    background: linear-gradient(
        135deg,
        #17395f 0%,
        #24507f 100%
    );
    border-radius: 24px;
    padding: 80px 60px;
    text-align: center;
    color: #ffffff;
}
.cta-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,.15);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.process-cta-wrapper h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}
.process-cta-wrapper p {
    max-width: 760px;
    margin: 0 auto 40px;
    color: rgba(255,255,255,.85);
    line-height: 1.8;
    font-size: 18px;
}
.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    background: #e8a100;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}
.cta-btn-primary:hover {
    background: #d18f00;
    color: #ffffff;
    transform: translateY(-2px);
}
.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.25);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}
.cta-btn-secondary:hover {
    background: rgba(255,255,255,.12);
    color: #ffffff;
}
@media (max-width: 768px) {
    .process-cta-wrapper {
        padding: 60px 30px;
    }
    .process-cta-wrapper h2 {
        font-size: 34px;
    }
}
/* ==================================================
   TECHNOLOGY FAMILY
================================================== */
.technology-family-section {
    padding: 100px 0;
    background: #f8fafc;
}
.technology-family-card {
    height: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 35px;
    transition: all .3s ease;
}
.technology-family-card:hover {
    transform: translateY(-6px);
    border-color: #17395f;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.family-header {
    text-align: center;
    margin-bottom: 20px;
}
.family-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 18px;
    background: rgba(232,161,0,.12);
    color: #e8a100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.family-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #17395f;
    min-height: 80px;
}
.family-description {
    text-align: center;
    color: #64748b;
    line-height: 1.8;
    min-height: 90px;
    margin-bottom: 30px;
}
.family-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.family-list li {
    border-bottom: 1px solid #eef2f7;
}
.family-list li:last-child {
    border-bottom: none;
}
.family-list a {
    display: block;
    padding: 14px 0;
    color: #17395f;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
}
.family-list a:hover {
    padding-left: 10px;
    color: #e8a100;
}
.family-action {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 12px;
    background: #17395f;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}
.family-action:hover {
    background: #e8a100;
    color: #ffffff;
}
/* ==================================================
   GENERAL EQUIPMENT CTA
================================================== */

.general-equipment-cta {
    padding: 100px 0;
}

.general-cta-wrapper {

    background: linear-gradient(
        135deg,
        #17395f 0%,
        #234a74 100%
    );

    border-radius: 24px;

    padding: 80px 60px;

    text-align: center;

    color: #ffffff;

    overflow: hidden;

    position: relative;
}

.general-cta-wrapper::before {

    content: '';

    position: absolute;

    top: -100px;
    right: -100px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(255,255,255,.05);
}

.general-cta-wrapper::after {

    content: '';

    position: absolute;

    bottom: -120px;
    left: -120px;

    width: 250px;
    height: 250px;

    border-radius: 50%;

    background: rgba(255,255,255,.04);
}

.general-cta-wrapper > * {
    position: relative;
    z-index: 2;
}

.cta-badge {

    display: inline-block;

    padding: 8px 16px;

    border-radius: 50px;

    background: rgba(255,255,255,.15);

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 25px;
}

.general-cta-wrapper h2 {

    font-size: 48px;

    font-weight: 800;

    line-height: 1.2;

    margin-bottom: 20px;
}

.general-cta-wrapper p {

    max-width: 760px;

    margin: 0 auto 40px;

    color: rgba(255,255,255,.85);

    line-height: 1.8;

    font-size: 18px;
}

/* Stats */

.cta-stats {

    display: flex;

    justify-content: center;

    gap: 50px;

    flex-wrap: wrap;

    margin-bottom: 50px;
}

.cta-stat-item {
    text-align: center;
}

.cta-stat-item strong {

    display: block;

    font-size: 34px;

    font-weight: 800;

    color: #ffffff;

    line-height: 1.1;
}

.cta-stat-item span {

    font-size: 14px;

    color: rgba(255,255,255,.8);
}

/* Actions */

.cta-actions {

    display: flex;

    justify-content: center;

    gap: 15px;

    flex-wrap: wrap;
}

.cta-btn-primary {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 220px;

    height: 56px;

    border-radius: 50px;

    background: #e8a100;

    color: #ffffff;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;
}

.cta-btn-primary:hover {

    background: #cf8e00;

    color: #ffffff;

    transform: translateY(-2px);
}

.cta-btn-secondary {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 220px;

    height: 56px;

    border-radius: 50px;

    border: 1px solid rgba(255,255,255,.25);

    color: #ffffff;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;
}

.cta-btn-secondary:hover {

    background: rgba(255,255,255,.12);

    color: #ffffff;
}

/* Mobile */

@media (max-width: 768px) {

    .general-cta-wrapper {
        padding: 60px 30px;
    }

    .general-cta-wrapper h2 {
        font-size: 34px;
    }

    .cta-stats {
        gap: 25px;
    }

    .cta-stat-item strong {
        font-size: 28px;
    }
}