.it-menu-container {
    background: #f0f2f5;
    min-height: 100vh;
    padding: 0;
    font-size: 1.1rem;
}

.menu-header {
    padding: 40px 20px 30px;
    text-align: center;
    color: #fff;
    position: relative;
}

.menu-header h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.header-italian {
    font-size: 1.1em;
}

.free-badge {
    background: rgba(255,255,255,0.25);
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 20px;
    font-size: 0.4em;
    padding: 4px 12px;
    margin-left: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    top: -8px;
}

.menu-header p {
    font-size: 1.15rem;
    opacity: 0.9;
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.5;
}

.it-breadcrumb {
    background: #fff;
    padding: 10px 20px;
    font-size: 1.1rem;
    border-bottom: 1px solid #e0e0e0;
}

.it-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.it-breadcrumb li::after {
    content: "\203A";
    margin: 0 6px;
    color: #999;
}

.it-breadcrumb li:last-child::after {
    content: "";
    margin: 0;
}

.it-breadcrumb a {
    color: var(--it-primary, #009246);
    text-decoration: none;
    font-weight: 600;
}

.it-breadcrumb a:hover {
    text-decoration: underline;
}

.it-breadcrumb li:last-child {
    color: #666;
    font-weight: 500;
}

.menu-body {
    padding: 24px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.search-box {
    position: relative;
    margin-bottom: 20px;
}

.search-box input {
    width: 100%;
    padding: 12px 20px 12px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1.1rem;
    background: #fff;
    transition: border-color 0.2s;
}

.search-box input:focus {
    outline: none;
    border-color: var(--it-primary, #009246);
}

.search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1.1rem;
}

.skill-list-panel {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.section-header {
    background: #f8f9fa;
    padding: 14px 20px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header:first-child {
    border-top: none;
}

.section-header i {
    font-size: 1.15rem;
}

.section-italian {
    font-weight: 700;
}

.skill-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skill-list li {
    border-bottom: 1px solid #f0f0f0;
}

.skill-list li:last-child {
    border-bottom: none;
}

.skill-list a {
    display: flex;
    align-items: center;
    padding: 14px 20px 14px 0;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
    gap: 0;
}

.skill-list a:hover {
    background: #fafbfc;
    text-decoration: none;
    color: inherit;
}

.skill-bar {
    width: 4px;
    align-self: stretch;
    min-height: 48px;
    flex-shrink: 0;
}

.skill-italian {
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    color: #555;
    width: 145px;
    flex-shrink: 0;
    text-align: center;
    padding: 0 12px;
    line-height: 1.3;
}

.skill-info {
    flex: 1;
    min-width: 0;
    padding-left: 12px;
    border-left: 1px solid #eee;
}

.skill-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
}

.skill-desc, .skill-description {
    font-size: 0.95rem;
    color: #888;
    margin-top: 2px;
}

.skill-arrow {
    flex-shrink: 0;
    color: #ccc;
    font-size: 1rem;
    margin-left: 12px;
}

.skill-list a:hover .skill-arrow {
    color: var(--it-primary, #009246);
}

.color-bar {
    width: 4px;
    height: 40px;
    margin-right: 15px;
    border-radius: 2px;
    flex-shrink: 0;
}

.italian-text {
    min-width: 145px;
    width: 145px;
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
    font-weight: 600;
    margin-right: 15px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1.3;
}

.skill-content {
    flex: 1;
}

.bottom-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.back-link {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    background: var(--it-primary, #009246);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.back-link:hover {
    background: var(--it-primary-dark, #007a37);
    color: #fff;
    text-decoration: none;
}

.stats-badge {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 4px;
    background: var(--it-primary, #009246);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.back-button {
    text-align: center;
    margin: 30px 0;
}

.back-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--it-primary, #009246);
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

.back-button a:hover {
    background: var(--it-primary-dark, #007a37);
    color: #fff;
}

@media (max-width: 575px) {
    .menu-header h1 {
        font-size: 1.8rem;
    }
    .skill-italian, .italian-text {
        width: 110px;
        font-size: 1rem;
        padding: 0 8px;
    }
    .skill-list a {
        padding: 12px 12px 12px 0;
    }
    .skill-name {
        font-size: 1rem;
    }
    .skill-desc, .skill-description {
        font-size: 0.85rem;
    }
}