* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

body {
    font-family: 'Manrope', Arial, sans-serif;
    color: #f0f0f0;
    line-height: 1.6;
    overflow-x: hidden;
}

.parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: url('back.jpeg') center/cover no-repeat;
    z-index: -1;
    transform: translate3d(0,0,0);
}

.about, .achievements, .contacts-section, .decision-table-section {
    position: relative;
    z-index: 1;
    padding: 80px 20px 60px;
    max-width: 100%;
    overflow: hidden;
}


.about {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    margin: 40px auto;
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.about h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.achievements h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.decision-table-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.card h3.portfolio-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-main-text {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: rgba(240, 240, 240, 0.95);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 2.5rem;
}

.highlight-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.highlight-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.highlight-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #1e90ff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.highlight-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(240, 240, 240, 0.8);
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e90ff, #00bfff, #1e90ff);
}

.card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.card p {
    line-height: 1.4;
    font-size: 0.95rem;
    color: rgba(240, 240, 240, 0.8);
}

.card-number {
    display: inline-block;
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    color: #f0f0f0;
    padding: 6px 12px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1rem;
}

.contact-link, .result-button {
    display: inline-block;
    background: linear-gradient(135deg, #1e90ff, #0066cc, #004499);
    color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3);
}

.contact-link {
    padding: 8px 16px;
    font-size: 0.9rem;
}

.result-button {
    padding: 15px 40px;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.contact-link:hover, .result-button:hover {
    background: linear-gradient(135deg, #3ca0ff, #0077e6, #0055aa);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(30, 144, 255, 0.4);
}

.table-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.decision-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    table-layout: auto;
}

.decision-table th {
    background: linear-gradient(135deg, #1e90ff, #0066cc);
    color: #f0f0f0;
    padding: 20px 15px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    word-wrap: break-word;
    line-height: 1.3;
    white-space: normal;
}

.decision-table td {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    line-height: 1.4;
    white-space: normal;
}

.criteria-select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    background: rgba(30, 30, 40, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #f0f0f0;
    font-size: 0.95rem;
    backdrop-filter: blur(15px);
    cursor: pointer;
    min-height: 50px;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f0f0f0'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    font-family: inherit;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.criteria-select:hover {
    background: rgba(40, 40, 50, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.criteria-select:focus {
    outline: none;
    background: rgba(50, 50, 60, 0.6);
    border-color: #1e90ff;
    box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.4), 0 10px 30px rgba(0, 0, 0, 0.4);
}

.criteria-select option {
    background: rgba(30, 30, 40, 0.9);
    color: #f0f0f0;
    padding: 12px 15px;
    font-size: 0.9rem;
}

.result-section {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 100%;
}

.result-output {
    min-height: 60px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1.1rem;
    word-wrap: break-word;
}

.positive-result {
    color: #1e90ff;
    font-weight: bold;
    font-size: 1.2rem;
}

.negative-result {
    color: #ff4444;
    font-weight: bold;
    font-size: 1.2rem;
}

.hidden {
    display: none !important;
}

.contacts-section {
    transition: all 0.5s ease-in-out;
    padding: 100px 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.contacts-section.hidden {
    display: none;
    opacity: 0;
    transform: translateY(20px);
}

.contacts-section:not(.hidden) {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.contacts-section h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}

.contacts-section .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.contacts-section .card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.25);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.contacts-section .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e90ff, #00bfff, #87cefa, #1e90ff);
    border-radius: 20px 20px 0 0;
}

.contacts-section .card:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
}

.contacts-section .card-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.contacts-section .card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-weight: 700;
}

.contacts-section .card p {
    line-height: 1.5;
    font-size: 1.2rem;
    color: rgba(240, 240, 240, 0.9);
    margin-bottom: 1.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.contacts-section .contact-link {
    padding: 15px 35px;
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    font-size: 1.2rem;
    min-width: 160px;
}

.contacts-section .contact-link:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 30px rgba(30, 144, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
}

.mobile-vertical-table {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    margin-bottom: 30px;
}

.table-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table-row:last-child {
    border-bottom: none;
}

.table-header {
    background: linear-gradient(135deg, #1e90ff, #0066cc);
    color: #f0f0f0;
    padding: 20px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.table-cell {
    padding: 20px 15px;
    text-align: center;
}

.mobile-select {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.pagination {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.pagination.desktop-only {
    display: flex;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #f0f0f0;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.pagination-btn:hover:not(:disabled) {
    background: rgba(30, 144, 255, 0.3);
    border-color: #1e90ff;
    transform: scale(1.1);
}

.pagination-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.pagination-dots {
    display: flex;
    gap: 8px;
}

.pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #1e90ff;
    transform: scale(1.2);
}

.pagination-dot:hover {
    background: rgba(30, 144, 255, 0.7);
}

.show-more-container {
    text-align: center;
    margin-top: 30px;
    display: none;
}

.show-more-container.mobile-only {
    display: block;
}

.show-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1e90ff, #0066cc, #004499);
    color: #f0f0f0;
    padding: 12px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3);
}

.show-more-btn:hover {
    background: linear-gradient(135deg, #3ca0ff, #0077e6, #0055aa);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 144, 255, 0.4);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.show-more-btn.expanded .btn-icon {
    transform: rotate(180deg);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes contactCardAppear {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.contacts-section:not(.hidden) .card {
    animation: contactCardAppear 0.8s ease-out forwards;
}

.contacts-section:not(.hidden) .card:nth-child(1) { animation-delay: 0.1s; }
.contacts-section:not(.hidden) .card:nth-child(2) { animation-delay: 0.2s; }

/* Анимации для раздела "О себе" */
@keyframes aboutAppear {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about {
    animation: aboutAppear 0.8s ease-out;
}

.highlight-item {
    animation: fadeInUp 0.6s ease-out forwards;
}

.highlight-item:nth-child(1) { animation-delay: 0.1s; }
.highlight-item:nth-child(2) { animation-delay: 0.2s; }
.highlight-item:nth-child(3) { animation-delay: 0.3s; }
.highlight-item:nth-child(4) { animation-delay: 0.4s; }

@media (max-width: 1200px) {
    .cards-container {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .contacts-section .cards-container {
        max-width: 700px;
        gap: 25px;
    }
    
    .contacts-section .card {
        min-height: 260px;
        padding: 35px 25px;
    }
    
    .contacts-section .card-icon {
        font-size: 3rem;
    }
    
    .contacts-section .card h3 {
        font-size: 1.6rem;
    }
    
    .contacts-section .card p {
        font-size: 1.1rem;
    }
    
    .contacts-section .contact-link {
        padding: 14px 30px;
        font-size: 1.1rem;
        min-width: 140px;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about h2,
    .decision-table-section h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 1024px) {
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .decision-table {
        display: none;
    }
    
    .mobile-vertical-table {
        display: block;
    }
    
    .contacts-section .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1000px;
    }
    
    .contacts-section .card {
        min-height: 300px;
        padding: 45px 30px;
    }
    
    .contacts-section .card-icon {
        font-size: 4rem;
    }
    
    .contacts-section .card h3 {
        font-size: 1.8rem;
    }
    
    .contacts-section .card p {
        font-size: 1.4rem;
    }
    
    .contacts-section .contact-link {
        padding: 18px 40px;
        font-size: 1.3rem;
    }
    
    .about {
        margin: 30px 20px;
        padding: 40px 30px;
    }
    
    .about h2,
    .decision-table-section h2 {
        font-size: 2rem;
    }
    
    .about-main-text {
        font-size: 1.2rem;
    }
    
    .card h3.portfolio-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .about, .achievements, .contacts-section, .decision-table-section {
        padding: 50px 15px 40px;
    }
    
    h2 { 
        font-size: 1.8rem; 
    }
    
    .card {
        padding: 20px 15px;
        min-height: 180px;
    }
    
    .pagination.desktop-only {
        display: none;
    }
    
    .hidden-mobile {
        display: none;
    }
    
    .visible-mobile {
        display: flex;
    }
    
    .achievements.expanded .hidden-mobile {
        display: flex;
        animation: fadeInUp 0.5s ease-out;
    }
    
    .contacts-section {
        padding: 80px 0;
    }
    
    .contacts-section h2 {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .contacts-section .cards-container {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 600px;
        padding: 0 20px;
    }
    
    .contacts-section .card {
        min-height: 280px;
        padding: 40px 25px;
        border-radius: 25px;
    }
    
    .contacts-section .card-icon {
        font-size: 3.5rem;
    }
    
    .contacts-section .card h3 {
        font-size: 1.7rem;
    }
    
    .contacts-section .card p {
        font-size: 1.3rem;
    }
    
    .contacts-section .contact-link {
        padding: 16px 35px;
        font-size: 1.2rem;
    }
    
    .parallax-bg {
        height: 500%;
        background-attachment: scroll;
    }
    
    .about {
        margin: 20px 15px;
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .about h2,
    .decision-table-section h2 {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .about-main-text {
        font-size: 1.1rem;
        line-height: 1.7;
    }
    
    .about-highlights {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 2rem;
    }
    
    .highlight-item {
        padding: 20px 15px;
    }
    
    .highlight-icon {
        font-size: 2rem;
    }
    
    .highlight-title {
        font-size: 1.1rem;
    }
    
    .card h3.portfolio-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .about, .achievements, .contacts-section, .decision-table-section {
        padding: 40px 15px 30px;
    }
    
    .card {
        min-height: 160px;
    }
    
    .card-icon {
        font-size: 2rem;
    }
    
    .contacts-section {
        padding: 60px 0;
    }
    
    .contacts-section h2 {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
    }
    
    .contacts-section .card {
        min-height: 250px;
        padding: 35px 20px;
    }
    
    .contacts-section .card-icon {
        font-size: 3rem;
    }
    
    .contacts-section .card h3 {
        font-size: 1.5rem;
    }
    
    .contacts-section .contact-link {
        padding: 14px 30px;
        font-size: 1.1rem;
        min-width: 180px;
    }
    
    .parallax-bg {
        height: 600%;
    }
    
    .about {
        margin: 15px 10px;
        padding: 25px 15px;
    }
    
    .about h2,
    .decision-table-section h2 {
        font-size: 1.6rem;
    }
    
    .about-main-text {
        font-size: 1rem;
    }
    
    .highlight-item {
        padding: 18px 12px;
    }
    
    .highlight-icon {
        font-size: 1.8rem;
    }
    
    .card h3.portfolio-title {
        font-size: 1.3rem;
    }
}

@media (min-width: 769px) {
    .cards-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
    
    .card {
        min-height: 180px;
        padding: 20px 15px;
    }
    
    .card.hidden-desktop {
        display: none;
    }
    
    .card.visible-desktop {
        display: flex;
        animation: fadeInUp 0.5s ease-out;
    }
    
    .hidden-mobile,
    .visible-mobile {
        display: flex !important;
    }
    
    .show-more-container.mobile-only {
        display: none !important;
    }
    
    .desktop-table {
        display: table;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .card.hidden-desktop,
    .card.visible-desktop {
        display: none;
    }
    
    .card.visible-mobile {
        display: flex;
    }
    
    .card.hidden-mobile {
        display: none;
    }
    
    .pagination.desktop-only {
        display: none;
    }
    
    .show-more-container.mobile-only {
        display: block;
    }
    
    .decision-table {
        display: none;
    }
    
    .mobile-vertical-table {
        display: block;
    }
    
    .contacts-section .cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 700px;
    }
    
    .contacts-section .card {
        min-height: 250px;
        padding: 30px 20px;
    }
    
    .contacts-section .card-icon {
        font-size: 3rem;
    }
    
    .contacts-section .card h3 {
        font-size: 1.6rem;
    }
    
    .contacts-section .card p {
        font-size: 1.1rem;
    }
    
    .contacts-section .contact-link {
        padding: 12px 25px;
        font-size: 1.1rem;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .decision-table {
        display: none;
    }
    
    .mobile-vertical-table {
        display: block;
    }
}

@media (min-width: 1025px) {
    .cards-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
    
    .card {
        min-height: 180px;
        padding: 20px 15px;
    }
    
    .card.hidden-desktop {
        display: none;
    }
    
    .card.visible-desktop {
        display: flex;
        animation: fadeInUp 0.5s ease-out;
    }
    
    .card.hidden-mobile,
    .card.visible-mobile {
        display: none !important;
    }
    
    .show-more-container.mobile-only {
        display: none !important;
    }
    
    .desktop-table {
        display: table;
    }
    
    .mobile-vertical-table {
        display: none !important;
    }
    
    .about-highlights {
        grid-template-columns: repeat(4, 1fr);
    }
}
