.system-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.system-header {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.system-header .intro-text {
    color: #165343;
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    opacity: 0.85;
}

.system-header .subtitle {
    color: #165343;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 760px;
    margin: 0 auto;
}

.system-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 10px;
}

.intro-text-block {
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 40px;
}

.intro-text-block p { 
    margin: 0;
    font-size: 1.15rem;
}

.system-content {
    display: flex;
    flex-direction: column;
}

.system-section {
    background: #fffbf6;
    border-radius: 25px;
    padding: 40px;
    box-shadow:
        15px 15px 40px #d6d1cc,
        -15px -15px 40px #ffffff;
    transition: transform 0.3s ease;
    overflow: visible;
}

.system-section:not(.highlight):hover { transform: translateY(-2px); }

.system-section.highlight {
    background: linear-gradient(135deg, #fffbf6 0%, #f8f4ef 100%);
    border-left: 5px solid #f2cd88;
}

.system-section h2 {
    color: #165343;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.system-section p {
    color: #165343;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.system-section p:last-child { margin-bottom: 0; }

.features-title {
    color: #165343;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.features-title .word-split,
.features-title .word-split-after { display: inline; }
@media (max-width: 480px) {
    .features-title .word-split { display: inline-block; }
    .features-title .word-split-after { display: block; margin-top: 2px; }
}

.features-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: visible;
}

.features-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 22px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.features-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.features-grid::-webkit-scrollbar { display: none; }

.feature-item {
    background: #fffbf6;
    border-radius: 20px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    min-height: 150px;
    min-width: 260px;
    scroll-snap-align: start;
    z-index: 0;
}

.feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 22px rgba(0,0,0,0.15); z-index: 20; }

.feature-item h3 {
    color: #165343;
    font-size: 1.15rem;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.feature-item p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    color: #165343;
}

.feature-item-highlight { background: #f2cd88; box-shadow: none; }
.feature-item-highlight h3,
.feature-item-highlight p { color: #ffffff !important; }

.feature-item-dark { background: #165343; box-shadow: none; }
.feature-item-dark h3,
.feature-item-dark p { color: #fffbf6 !important; }

.feature-item-accent { background: #a3c4b7; box-shadow: none; }
.feature-item-accent h3,
.feature-item-accent p { color: #ffffff !important; }

.cta-link {
    display: inline-block;
    margin-top: 10px;
    background: #fffbf6;
    color: #165343;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.cta-link:hover { transform: translateY(-2px); background: #ffffff; color: #f2cd88; }
.cta-link:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(0,0,0,0.12); }

.logo-header {
    max-width: 210px;
    width: 100%;
    margin: 0 auto 24px;
    display: block;
}

@media (hover: hover) {
    .fiken-logo:hover { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 768px) {
    .system-header .intro-text { font-size: 1.4rem; }
    .system-header .subtitle { font-size: 0.95rem; }
    .system-section { padding: 28px; }
    .features-grid { gap: 20px; }
    .feature-item { padding: 22px 20px; }
}

@media (max-width: 480px) {
    .system-container { padding: 0 15px; }
    .system-header .intro-text { font-size: 1.25rem; }
    .system-section { padding: 22px; }
    .logo-header { max-width: 170px; margin: 0px auto 20px; }
    .logo-header { max-width: 170px; margin: 0 auto 20px; }
    .system-intro { padding-top: 20px; }
    .intro-text-block { gap: 12px; }

    .features-title {
        hyphens: auto;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

.system-logo-section, .system-logo-inner { display: none; }

::deep main { padding-bottom: 0; }

.external-ref {
    background: transparent;
    box-shadow: none;
    border-left: none;
    border-radius: 0;
}
.external-ref h2 {
    margin-top: 0;
    margin-bottom: 16px;
}
