
/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
}

.hero-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    height: 468.05px;
}

.hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(17, 132, 194, 0.6) 7.212%, rgba(248, 249, 250, 0.6) 75.481%);
}

.hero h1 {
    position: absolute;
    left: calc(50% - 594px);
    top: 104.55px;
    transform: translateY(-50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 69.188px;
    line-height: 0;
    color: #ffffff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
    white-space: nowrap;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 4px;
    font-size: 15.2px;
    line-height: 24.32px;
}

.breadcrumb a {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    color: #1184c2;
    text-decoration: none;
}

.breadcrumb .separator {
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    color: #1184c2;
    font-size: 16px;
    line-height: 25.6px;
}

.breadcrumb .current {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    color: #090909;
}

/* Service Detail Main */
.service-detail-main {
    width: 1280px;
    margin: 0 auto;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Service Header */
.service-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
}

.service-header-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.service-title {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #1184c2;
    white-space: nowrap;
}

.header-button {
    background: #1184c2;
    color: #ffffff;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22.4px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.service-subtitle {
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    color: #6c757d;
}

.service-description {
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    color: #6c757d;
}

/* Section */
.section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.section-title {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 36.4px;
    color: #1184c2;
    white-space: nowrap;
}

/* Features Grid */
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}

.feature-card {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-card.two-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #1184c2;
}

.feature-title i {
    font-size: 20px;
    line-height: 20px;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
}

.feature-item i {
    font-size: 16px;
    line-height: 16px;
    color: #28a745;
    width: 10.313px;
}

/* Info Box */
.info-box {
    background: rgba(17, 132, 194, 0.1);
    padding: 12px;
    border-radius: 4px;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #1184c2;
}

.info-box strong {
    font-weight: bold;
}

.info-box a {
    color: #1184c2;
    text-decoration: underline;
}

/* Background Section */
.background-section {
    background: #ffffff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.background-content {
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6c757d;
}

.background-content p {
    margin-bottom: 0;
}

.background-content ul {
    list-style: disc;
    padding-left: 24px;
    margin-left: 24px;
}

.workflow-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.workflow-image img {
    width: 100%;
    object-fit: contain;
}

.case-study-title {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 36.4px;
    color: #1184c2;
}

.case-images {
    display: flex;
    gap: 4px;
    padding: 8px;
    justify-content: center;
}

.case-image-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.case-image-wrapper img {
    width: 300px;
    height: 225px;
    border-radius: 8px;
    object-fit: cover;
}

.case-image-label {
    position: absolute;
    left: 7px;
    top: 7px;
    background: black;
    color: #f2ff00;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 8px;
}

.image-caption {
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #6c757d;
}

.image-caption strong {
    font-weight: bold;
}

/* Publications */
.publications-section ol {
    list-style: decimal;
    padding-left: 24px;
    font-family: 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6c757d;
}

.publications-section li {
    margin-left: 24px;
}
