﻿.industry-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
}

.industry-menu-item {
    display: block;
    min-height: 290px;
    padding: 28px 30px 30px 30px;
    box-sizing: border-box;
    background: #3a70ae;
    border-radius: 8px;
    text-decoration: none;
    color: #ffffff;
    transition: all .25s ease;
}

.industry-menu-item:hover {
    background: rgba(255, 255, 255, .2);
    transform: translateY(-4px);
}

.industry-menu-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-menu-icon img {
    display: block;
    max-width: 30px;
    max-height: 30px;
}

.industry-menu-item h3 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
}

.industry-menu-item p {
    margin: 0;
    color: rgba(255, 255, 255, .95);
    font-size: 15px;
    line-height: 1.28;
}


.industry-list {
    color: #ffffff;
}

.industry-list-head {
    margin-bottom: 36px;
}

.industry-list-head h2 {
    margin: 0 0 26px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
}

.industry-list-head p {
    max-width: 1060px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: .4px;
}

.industry-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 42px 0 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.35);
}

.industry-list-text {
    width: calc(100% - 570px);
}

.industry-list-text h3 {
    margin: 0 0 28px 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 1px;
}

.industry-list-text p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: .4px;
}

.industry-list-img {
    width: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.industry-list-img img {
    display: block;
    width: 100%;
    height: 276px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .3s ease;
}

.industry-list-item:hover .industry-list-img img {
    transform: scale(1.04);
}

.industry-cat {
    color: #ffffff;
}

.industry-cat-title {
    margin-bottom: 36px;
}

.industry-cat-title h2 {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
}

.industry-cat-title p {
    max-width: 920px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .4px;
}

.industry-cat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.industry-cat-item {
    position: relative;
    display: block;
    min-height: 170px;
    padding: 34px 26px 28px 26px;
    box-sizing: border-box;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    transition: all .25s ease;
}

.industry-cat-item::before {
    content: "";
    position: absolute;
    right: -45px;
    top: -45px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(0,168,244,.22);
    transition: all .25s ease;
}

.industry-cat-item::after {
    content: "→";
    position: absolute;
    right: 24px;
    top: 22px;
    z-index: 2;
    color: #00a8f4;
    font-size: 22px;
    line-height: 1;
    transition: all .25s ease;
}

.industry-cat-item h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .5px;
}

.industry-cat-item p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .2px;
}

.industry-cat-item:hover {
    background: rgba(0,168,244,.25);
    border-color: rgba(0,168,244,.75);
    transform: translateY(-4px);
}

.industry-cat-item:hover::before {
    width: 150px;
    height: 150px;
    background: rgba(0,168,244,.35);
}

.industry-cat-item:hover::after {
    right: 18px;
    color: #ffffff;
}

.industry-detail {
    color: #ffffff;
}

.industry-detail-head {
    padding-bottom: 32px;
    margin-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.industry-detail-head span {
    display: block;
    margin-bottom: 12px;
    color: #00a8f4;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .5px;
}

.industry-detail-head h1 {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 1px;
}

.industry-detail-content {
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.industry-detail-content p {
    margin: 0 0 22px 0;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .3px;
}

.industry-detail-content h2,
.industry-detail-content h3 {
    margin: 35px 0 18px 0;
    color: #ffffff;
    line-height: 1.35;
    font-weight: 600;
}

.industry-detail-content h2 {
    font-size: 26px;
}

.industry-detail-content h3 {
    font-size: 22px;
}

.industry-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.industry-detail-content ul,
.industry-detail-content ol {
    margin: 0 0 24px 20px;
    padding: 0;
}

.industry-detail-content li {
    margin-bottom: 10px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 1.7;
}

.industry-detail-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    padding-top: 36px;
}

.industry-detail-page a {
    display: block;
    padding: 22px 26px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    transition: all .25s ease;
}

.industry-detail-page a:hover {
    background: rgba(0,168,244,.16);
    border-color: rgba(0,168,244,.75);
    transform: translateY(-2px);
}

.industry-detail-page span {
    display: block;
    margin-bottom: 10px;
    color: #00a8f4;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.industry-detail-page strong {
    display: block;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.industry-page-next {
    text-align: right;
}

/* mobile */
@media screen and (max-width: 768px) {
    .industry-menu {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .industry-menu-item {
        min-height: auto;
        padding: 24px 22px 26px 22px;
    }

    .industry-menu-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 18px;
        border-radius: 12px;
    }

    .industry-menu-icon img {
        max-width: 28px;
        max-height: 28px;
    }

    .industry-menu-item h3 {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 1.35;
    }

    .industry-menu-item p {
        font-size: 14px;
        line-height: 1.65;
        letter-spacing: .3px;
    }
	
	.industry-list {
	        padding: 0 15px;
	        box-sizing: border-box;
	    }
	
	    .industry-list-head {
	        margin-bottom: 18px;
	    }
	
	    .industry-list-head h2 {
	        margin-bottom: 16px;
	        font-size: 1.7rem;
	        line-height: 1.35;
	    }
	
	    .industry-list-head p {
	        font-size: 14px;
	        line-height: 1.65;
	        font-weight: 400;
	    }
	
	    .industry-list-item {
	        display: block;
	        padding: 28px 0;
	        gap: 0;
	    }
	
	    .industry-list-text {
	        width: 100%;
	        margin-bottom: 22px;
	    }
	
	    .industry-list-text h3 {
	        margin-bottom: 14px;
	        font-size: 22px;
	        line-height: 1.4;
	    }
	
	    .industry-list-text p {
	        font-size: 14px;
	        line-height: 1.65;
	    }
	
	    .industry-list-img {
	        width: 100%;
	    }
	
	    .industry-list-img img {
	        height: auto;
	    }
	
	
	 .industry-cat {
	        padding: 0 15px;
	        box-sizing: border-box;
	    }
	
	    .industry-cat-title {
	        margin-bottom: 24px;
	    }
	
	    .industry-cat-title h2 {
	        font-size: 1.7rem;
	        line-height: 1.35;
	    }
	
	    .industry-cat-title p {
	        font-size: 14px;
	        line-height: 1.65;
	    }
	
	    .industry-cat-list {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 14px;
	    }
	
	    .industry-cat-item {
	        min-height: 155px;
	        padding: 26px 18px 22px 18px;
	    }
	
	    .industry-cat-item::after {
	        right: 18px;
	        top: 18px;
	        font-size: 18px;
	    }
	
	    .industry-cat-item h3 {
	        padding-right: 22px;
	        margin-bottom: 12px;
	        font-size: 17px;
	        line-height: 1.35;
	    }
	
	    .industry-cat-item p {
	        font-size: 13px;
	        line-height: 1.55;
	    }
	
	.industry-detail {
	        padding: 0 15px;
	        box-sizing: border-box;
	    }
	
	    .industry-detail-head {
	        padding-bottom: 24px;
	        margin-bottom: 26px;
	    }
	
	    .industry-detail-head h1 {
	        font-size: 1.7rem;
	        line-height: 1.4;
	    }
	
	    .industry-detail-content {
	        padding-bottom: 32px;
	    }
	
	    .industry-detail-content p,
	    .industry-detail-content li {
	        font-size: 14px;
	        line-height: 1.75;
	    }
	
	    .industry-detail-content h2 {
	        font-size: 22px;
	    }
	
	    .industry-detail-content h3 {
	        font-size: 19px;
	    }
	
	    .industry-detail-page {
	        grid-template-columns: 1fr;
	        gap: 16px;
	        padding-top: 30px;
	    }
	
	    .industry-detail-page a {
	        padding: 20px;
	    }
	
	    .industry-page-next {
	        text-align: left;
	    }
	
	    .industry-detail-page strong {
	        font-size: 15px;
	    }
}