.company-section {
    font-family: 'Inter', 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
    max-width: 1670px;
    margin: 0 auto;
    padding: 40px 60px 60px;
    background: #ffffff;
    color: #1e293b;
}

.company-section .hero-block {
    position: relative;
    margin-bottom: 72px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f6ff 0%, #e8eef9 100%);
    border: 1px solid #e2eaf5;
    box-shadow: 0 8px 40px rgba(38, 76, 157, 0.06);
}

.company-section .hero-bg-shape {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 76, 157, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.company-section .hero-content-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: center;
    padding: 48px 56px;
    z-index: 1;
}

.company-section .hero-image {
    flex: 0 0 440px;
    max-width: 100%;
    position: relative;
}

.company-section .hero-img {
    width: 100%;
    height: auto;
    aspect-ratio: 820 / 539;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 48px rgba(38, 76, 157, 0.12);
    display: block;
    transition: transform 0.5s ease;
}

.company-section .hero-img:hover {
    transform: scale(1.02);
}

.company-section .hero-image-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    padding: 8px 16px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.company-section .hero-image-badge span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #264c9d;
    padding: 2px 12px;
    border-right: 1px solid #e2e8f0;
}

.company-section .hero-image-badge span:last-child {
    border-right: none;
}

.company-section .hero-text {
    flex: 1 1 340px;
    padding-right: 20px;
}

.company-section .hero-badge {
    display: inline-block;
    background: #264c9d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 5px 20px;
    border-radius: 40px;
    margin-bottom: 18px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(38, 76, 157, 0.20);
}

.company-section .hero-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.1;
    color: #0a1628;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
}

.company-section .hero-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #264c9d;
    font-weight: 500;
    margin: 0 0 18px 0;
    opacity: 0.85;
}

.company-section .hero-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #334155;
    max-width: 100%;
    margin: 0 0 28px 0;
}

.company-section .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.company-section .hero-btn-primary {
    display: inline-block;
    background: #264c9d;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #264c9d;
    box-shadow: 0 4px 16px rgba(38, 76, 157, 0.20);
}

.company-section .hero-btn-primary:hover {
    background: #1a3a7a;
    border-color: #1a3a7a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(38, 76, 157, 0.30);
}

.company-section .hero-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #264c9d;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #dce6f5;
}

.company-section .hero-btn-secondary:hover {
    background: #ffffff;
    border-color: #264c9d;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(38, 76, 157, 0.08);
}

.company-section .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    padding-top: 24px;
    border-top: 2px solid rgba(38, 76, 157, 0.10);
}

.company-section .stat-item {
    display: flex;
    flex-direction: column;
}

.company-section .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #0a1628;
    line-height: 1.1;
}

.company-section .stat-number::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #264c9d;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle;
}

.company-section .stat-label {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.02em;
    margin-top: 2px;
}

.company-section .article {
    margin-bottom: 64px;
}

.company-section .panel-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.company-section .section-number {
    font-size: 18px;
    font-weight: 700;
    color: #264c9d;
    opacity: 0.25;
    letter-spacing: 0.1em;
    line-height: 1;
    min-width: 48px;
}

.company-section .section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.02em;
    border-left: 5px solid #264c9d;
    padding-left: 24px;
}

.company-section .panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.company-section .panel-col {
    background: #f8fafc;
    border-radius: 24px;
    padding: 32px 36px 36px;
    border: 1px solid #eef2f6;
    transition: all 0.25s ease;
}

.company-section .panel-col:hover {
    border-color: #264c9d;
    box-shadow: 0 12px 40px rgba(38, 76, 157, 0.06);
}

.company-section .col-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #264c9d;
    opacity: 0.6;
    margin-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}

.company-section .panel-col p {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
    margin: 0 0 16px 0;
}

.company-section .core-col .business-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 8px;
}

.company-section .core-col .business-tags span {
    background: #ffffff;
    color: #1e293b;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 40px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.company-section .core-col .business-tags span:hover {
    border-color: #264c9d;
    background: #f1f5f9;
}

.company-section .service-col .philosophy-quote {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #264c9d;
    margin: 0 0 16px 0;
    padding-left: 24px;
    border-left: 4px solid #264c9d;
    font-style: italic;
}

.company-section .service-col .philosophy-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 16px;
}

.company-section .service-col .pillar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 8px 20px 8px 16px;
    border-radius: 60px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s;
}

.company-section .service-col .pillar:hover {
    border-color: #264c9d;
    background: #f1f5f9;
}

.company-section .service-col .pillar-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
}

.company-section .service-col .pillar-label {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
}

.icon-shield {
    position: relative;
}
.icon-shield::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 22px;
    background: #264c9d;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.icon-shield::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 18px;
    height: 22px;
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.icon-handshake {
    position: relative;
}
.icon-handshake::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 14px;
    background: transparent;
    border: 2px solid #264c9d;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}
.icon-handshake::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 4px;
    background: #264c9d;
    border-radius: 2px;
}

.icon-lightning {
    position: relative;
}
.icon-lightning::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #264c9d;
}
.icon-lightning::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #264c9d;
    margin-top: 4px;
}

.company-section .partner-col .future-vision {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 14px;
    padding: 18px 22px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px dashed #264c9d;
}

.company-section .partner-col .future-vision span {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    background: #f8fafc;
    padding: 4px 18px;
    border-radius: 40px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}

.company-section .partner-col .future-vision span:first-child {
    background: #264c9d;
    color: #fff;
    font-weight: 600;
}

.company-section .tech-col .tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 16px;
}

.company-section .tech-col .tech-badges span {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 60px;
    color: #1e293b;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.company-section .tech-col .tech-badges span:hover {
    border-color: #264c9d;
    background: #f1f5f9;
}

.badge-europe::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 50%;
    border: 2px solid #264c9d;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.badge-patent::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 18px;
    background: #264c9d;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
}

.badge-plant::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    clip-path: polygon(50% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}

.badge-iso::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #264c9d;
    border-radius: 4px;
    position: relative;
}
.badge-iso::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #264c9d;
    border-radius: 2px;
    margin-left: -6px;
    margin-top: 2px;
}

.badge-env::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #264c9d inset, 0 -4px 0 0 #264c9d inset;
}

.badge-safety::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 4px 4px 0 0;
    border-bottom: 4px solid #264c9d;
    position: relative;
}
.badge-safety::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -3px;
    margin-top: 2px;
}

.company-section .category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 16px;
}

.company-section .category-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px 26px 28px;
    border: 1px solid #eef2f6;
    box-shadow: 0 4px 16px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.company-section .category-card:hover {
    border-color: #264c9d;
    box-shadow: 0 12px 40px rgba(38, 76, 157, 0.08);
    transform: translateY(-6px);
}

.company-section .cat-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    line-height: 1;
    position: relative;
}

.icon-skid {
    position: relative;
}
.icon-skid::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #264c9d;
    border-radius: 4px;
}
.icon-skid::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: #264c9d;
    border-radius: 2px;
}

.icon-standalone {
    position: relative;
}
.icon-standalone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 28px;
    background: #264c9d;
    border-radius: 2px;
}
.icon-standalone::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 8px;
    background: #264c9d;
    border-radius: 2px;
}

.icon-bioprocess {
    position: relative;
}
.icon-bioprocess::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 3px solid #264c9d;
    border-radius: 50%;
}
.icon-bioprocess::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
    height: 14px;
    border: 2px solid #264c9d;
    border-radius: 2px;
}

.icon-heat {
    position: relative;
}
.icon-heat::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: transparent;
    border: 3px solid #264c9d;
    border-radius: 50%;
}
.icon-heat::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #264c9d;
    border-radius: 50%;
}

.company-section .cat-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.company-section .cat-sub {
    font-size: 14px;
    font-weight: 500;
    color: #264c9d;
    opacity: 0.7;
    line-height: 1.5;
    margin-bottom: 14px;
    display: block;
}

.company-section .cat-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 18px 0;
    flex: 1;
}

.company-section .cat-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #264c9d;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 16px;
    border-radius: 40px;
    align-self: flex-start;
    border: 1px solid #e2e8f0;
}

.company-section .trust-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 56px;
    margin-top: 56px;
    padding: 28px 20px;
    border-top: 2px solid #eef2f6;
    border-bottom: 2px solid #eef2f6;
    font-size: 15px;
    font-weight: 500;
    color: #264c9d;
    letter-spacing: 0.02em;
}

.company-section .trust-bar span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.company-section .trust-bar span::after {
    content: "";
    margin-left: 28px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 50%;
}

.company-section .trust-bar span:last-child::after {
    display: none;
}

.trust-iso::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #264c9d;
    border-radius: 4px;
    position: relative;
}
.trust-iso::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #264c9d;
    border-radius: 2px;
    margin-left: -6px;
    margin-top: 2px;
}

.trust-env::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #264c9d inset, 0 -4px 0 0 #264c9d inset;
}

.trust-safety::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 4px 4px 0 0;
    border-bottom: 4px solid #264c9d;
    position: relative;
}
.trust-safety::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -3px;
    margin-top: 2px;
}

.trust-europe::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    border-radius: 50%;
    border: 2px solid #264c9d;
    box-shadow: inset 0 0 0 3px #ffffff;
}

.trust-house::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #264c9d;
    clip-path: polygon(50% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}

@media (max-width: 1024px) {
    .company-section .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 820px) {
    .company-section {
        padding: 24px 24px 40px;
    }
    .company-section .hero-content-wrapper {
        padding: 32px 28px;
        flex-direction: column;
        gap: 32px;
    }
    .company-section .hero-image {
        flex: 0 0 auto;
        width: 100%;
    }
    .company-section .hero-text {
        padding-right: 0;
    }
    .company-section .hero-title {
        font-size: 34px;
    }
    .company-section .hero-bg-shape {
        display: none;
    }
    .company-section .panel-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .company-section .section-title {
        font-size: 26px;
        padding-left: 18px;
    }
    .company-section .trust-bar {
        gap: 16px 28px;
        font-size: 14px;
    }
    .company-section .trust-bar span::after {
        margin-left: 16px;
    }
    .company-section .hero-stats {
        gap: 24px 32px;
    }
    .company-section .stat-number {
        font-size: 24px;
    }
}

@media (max-width: 540px) {
    .company-section {
        padding: 16px 16px 32px;
    }
    .company-section .hero-content-wrapper {
        padding: 24px 18px;
        border-radius: 24px;
    }
    .company-section .hero-title {
        font-size: 28px;
    }
    .company-section .hero-sub {
        font-size: 16px;
    }
    .company-section .hero-desc {
        font-size: 15px;
        line-height: 1.8;
    }
    .company-section .hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .company-section .hero-btn-primary,
    .company-section .hero-btn-secondary {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .company-section .hero-stats {
        flex-direction: column;
        gap: 16px;
        padding-top: 18px;
    }
    .company-section .stat-number {
        font-size: 22px;
    }
    .company-section .hero-image-badge {
        bottom: 10px;
        left: 10px;
        padding: 6px 12px;
    }
    .company-section .hero-image-badge span {
        font-size: 10px;
        padding: 2px 8px;
    }
    .company-section .section-number {
        font-size: 16px;
        min-width: 36px;
    }
    .company-section .section-title {
        font-size: 22px;
        padding-left: 14px;
        border-left-width: 4px;
    }
    .company-section .panel-col {
        padding: 24px 20px 28px;
    }
    .company-section .panel-col p {
        font-size: 15px;
        line-height: 1.8;
    }
    .company-section .category-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .company-section .cat-title {
        font-size: 18px;
    }
    .company-section .trust-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        padding: 18px 10px;
    }
    .company-section .trust-bar span::after {
        display: none;
    }
    .company-section .service-col .philosophy-quote {
        font-size: 20px;
        padding-left: 18px;
    }
}

@media (max-width: 400px) {
    .company-section .section-title {
        font-size: 19px;
        padding-left: 12px;
        border-left-width: 3px;
    }
    .company-section .panel-col p {
        font-size: 14px;
        line-height: 1.8;
    }
    .company-section .hero-title {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .company-section {
        padding: 60px 80px 80px;
    }
    .company-section .hero-content-wrapper {
        padding: 56px 64px;
    }
    .company-section .hero-title {
        font-size: 52px;
    }
    .company-section .hero-image {
        flex: 0 0 480px;
    }
    .company-section .section-title {
        font-size: 36px;
    }
    .company-section .panel-col p {
        font-size: 17px;
        line-height: 1.9;
    }
}

.inner-page.product-page {
    padding-top: 100px;
    background: #f8fafc;
    min-height: 100vh;
}

.product-2 {
    padding: 40px 0 60px;
}

.ui.container {
    max-width: 1670px;
    margin: 0 auto;
    padding: 0 40px;
}

.product-header {
    max-width: 1510px;
    margin: 0 auto 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 48px 56px;
    background: linear-gradient(135deg, #f0f6ff 0%, #e8eef9 100%);
    border-radius: 24px;
    border: 1px solid #dce6f5;
    position: relative;
    overflow: hidden;
}

.product-header::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 76, 157, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.product-header::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 76, 157, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.product-header-content {
    flex: 1 1 60%;
    position: relative;
    z-index: 1;
}

.product-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #ffffff;
    background: #264c9d;
    padding: 5px 18px;
    border-radius: 40px;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(38, 76, 157, 0.25);
}

.product-heading {
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.product-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #264c9d;
    border-radius: 4px;
    margin-top: 14px;
}

.product-description {
    font-size: 16px;
    line-height: 1.9;
    color: #334155;
    max-width: 680px;
    margin: 0;
}

.product-header-action {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 60px;
    background: #264c9d;
    border: 2px solid #264c9d;
    transition: all 0.35s ease;
    box-shadow: 0 4px 20px rgba(38, 76, 157, 0.25);
}

.view-all-btn:hover {
    background: #1a3a7a;
    border-color: #1a3a7a;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(38, 76, 157, 0.35);
}

.view-all-btn .btn-arrow {
    display: inline-block;
    transition: transform 0.35s ease;
    font-size: 20px;
    line-height: 1;
}

.view-all-btn:hover .btn-arrow {
    transform: translateX(6px);
}

.sider-box.grid-box {
    max-width: 1510px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sider-right.column.pl-40 {
    width: 100%;
    padding-left: 0;
}

.product_list {
    width: 100%;
}

.product_list .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.product_list .grid .column {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0;
}

.product-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eef2f6;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(38, 76, 157, 0.12);
    border-color: #264c9d;
}

.product-image {
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
    padding-top: 75%;
}

.product-image a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.product-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 14px 0;
    color: #0f172a;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.product-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: #264c9d;
}

.product-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #264c9d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 40px;
    background: #f1f5f9;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.product-more:hover {
    background: #264c9d;
    color: #ffffff;
    border-color: #264c9d;
    box-shadow: 0 4px 16px rgba(38, 76, 157, 0.20);
}

.product-more .more-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 18px;
    line-height: 1;
}

.product-more:hover .more-arrow {
    transform: translateX(4px);
}

.more-info {
    max-width: 1510px;
    margin: 40px auto 0;
    padding: 0;
    width: 100%;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #eef2f6;
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #264c9d;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.info-icon:hover {
    transform: rotate(15deg) scale(1.05);
}

.info-icon i {
    font-size: 18px;
}

.info-label {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.info-label span {
    color: #264c9d;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.info-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #264c9d, transparent);
    opacity: 0.3;
}

.link-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 8px 4px;
}

.link-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    padding: 8px 18px 8px 14px;
    background: #f8fafc;
    border-radius: 40px;
    border: 1px solid #eef2f6;
    transition: all 0.3s ease;
    position: relative;
}

.link-wrap a:hover {
    color: #264c9d;
    background: #f0f6ff;
    border-color: #264c9d;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(38, 76, 157, 0.10);
}

.link-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #264c9d;
    border-radius: 50%;
    flex-shrink: 0;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.link-wrap a:hover .link-dot {
    opacity: 1;
    transform: scale(1.3);
}

@media (max-width: 1200px) {
    .ui.container {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    .product_list .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .product-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 36px 32px;
    }

    .product-header-action {
        width: 100%;
    }

    .view-all-btn {
        width: 100%;
        justify-content: center;
    }

    .product-heading {
        font-size: 32px;
    }

    .more-info {
        padding: 0;
    }

    .link-wrap {
        gap: 10px 16px;
    }

    .link-wrap a {
        font-size: 13px;
        padding: 6px 16px 6px 12px;
    }
}

@media (max-width: 768px) {
    .product-heading {
        font-size: 28px;
    }

    .product-description {
        font-size: 15px;
    }

    .product-header {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .product-heading::after {
        width: 48px;
        height: 3px;
        margin-top: 12px;
    }

    .ui.container {
        padding: 0 20px;
    }

    .more-info {
        margin-top: 32px;
    }

    .info-label {
        font-size: 15px;
    }

    .info-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .link-wrap {
        gap: 8px 12px;
    }

    .link-wrap a {
        font-size: 13px;
        padding: 6px 14px 6px 10px;
    }

    .link-dot {
        width: 5px;
        height: 5px;
    }
}

@media (max-width: 640px) {
    .inner-page.product-page {
        padding-top: 60px;
    }

    .product-2 {
        padding: 20px 0 40px;
    }

    .product_list .grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
        margin: 0 auto;
    }

    .product-card {
        max-width: 100%;
    }

    .product-title {
        font-size: 16px;
        min-height: 44px;
    }

    .product-info {
        padding: 16px 18px 20px;
    }

    .product-more {
        font-size: 13px;
        padding: 6px 16px;
    }

    .product-heading {
        font-size: 24px;
    }

    .product-description {
        font-size: 14px;
    }

    .product-header {
        padding: 24px 18px;
        margin-bottom: 32px;
        border-radius: 16px;
    }

    .product-badge {
        font-size: 10px;
        padding: 4px 14px;
    }

    .view-all-btn {
        font-size: 14px;
        padding: 12px 24px;
    }

    .ui.container {
        padding: 0 16px;
    }

    .more-info {
        margin-top: 28px;
        padding: 0;
    }

    .info-header {
        gap: 12px;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }

    .info-label {
        font-size: 14px;
    }

    .info-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
        border-radius: 8px;
    }

    .link-wrap {
        gap: 8px 10px;
        padding: 4px 0;
    }

    .link-wrap a {
        font-size: 12px;
        padding: 5px 12px 5px 8px;
        border-radius: 30px;
    }

    .link-dot {
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 400px) {
    .product-title {
        font-size: 15px;
        min-height: 40px;
    }

    .product-info {
        padding: 14px 14px 18px;
    }

    .product-heading {
        font-size: 20px;
    }

    .product-header {
        padding: 20px 16px;
    }

    .ui.container {
        padding: 0 12px;
    }

    .more-info {
        margin-top: 24px;
        padding: 0;
    }

    .info-label {
        font-size: 13px;
        white-space: normal;
    }

    .info-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
        border-radius: 6px;
    }

    .link-wrap {
        gap: 6px 8px;
    }

    .link-wrap a {
        font-size: 11px;
        padding: 4px 10px 4px 6px;
        border-radius: 24px;
    }

    .link-dot {
        width: 3px;
        height: 3px;
    }
}