@charset "UTF-8";
/* CSS Document */

.intel-banner-section{
    padding:60px 0;
    background:#fff;
}

.intel-banner-section img{
    width:100%;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.intel-edge-intro,
.intel-category-section,
.intel-application-section {
    padding: 80px 0;
}

.intel-edge-intro {
    background: #f6f9fc;
}

.intel-section-title {
    max-width: 950px;
    margin: 0 auto 45px;
    text-align: center;
}

.intel-section-title h2 {
    font-size: 34px;
    line-height: 1.35;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1b1f24;
}

.intel-section-title p {
    font-size: 17px;
    line-height: 1.8;
    color: #5d6673;
}

.intel-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.intel-feature-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: center;
}

.intel-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #0a84d6;
    color: #fff;
    font-weight: 600;
}

.intel-feature-card h3,
.intel-category-card h3,
.intel-app-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
    color: #1b1f24;
    font-weight: 600;
}

.intel-feature-card p,
.intel-category-card p,
.intel-app-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #5d6673;
}

.intel-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.intel-category-card {
    background: #fff;
    padding: 34px 28px;
    border-radius: 16px;
    border: 1px solid #e6edf5;
    box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.intel-category-card ul {
    margin: 22px 0;
    padding-left: 18px;
}

.intel-category-card ul li {
    margin-bottom: 8px;
    color: #333;
}

.intel-category-card a {
    display: inline-block;
    margin-top: 10px;
    padding: 11px 22px;
    background: #0a84d6;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.intel-category-card a:hover {
    background: #065f9f;
    color: #fff;
}

.intel-category-card.coming-soon {
    opacity: 0.82;
}

.intel-category-card.coming-soon a {
    background: #8a96a3;
    pointer-events: none;
}

.intel-category-card {
    padding: 0;
    overflow: hidden;
}

.intel-category-img {
    background: #f4f7fb;
    padding: 24px;
    text-align: center;
}

.intel-category-img img {
    width: 100%;
    height: 230px;
    object-fit: contain;
}

.intel-category-content {
    padding: 30px 28px 34px;
}
		
		
		
		
.intel-application-section {
    background: #f6f9fc;
}

.intel-app-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.intel-app-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.intel-app-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.intel-app-card h3 {
    padding: 22px 22px 0;
}

.intel-app-card p {
    padding: 0 22px 26px;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .intel-feature-grid,
    .intel-app-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .intel-category-grid {
        grid-template-columns: 1fr;
    }

    .intel-edge-hero h1 {
        font-size: 42px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .intel-edge-hero {
        padding: 75px 20px;
    }

    .intel-edge-hero h1 {
        font-size: 34px;
    }

    .intel-edge-hero p {
        font-size: 18px;
    }

    .intel-edge-intro,
    .intel-category-section,
    .intel-application-section {
        padding: 55px 0;
    }

    .intel-section-title h2 {
        font-size: 27px;
    }

    .intel-section-title p {
        font-size: 15px;
    }

    .intel-feature-grid,
    .intel-app-grid {
        grid-template-columns: 1fr;
    }

    .intel-feature-card,
    .intel-category-card {
        padding: 28px 22px;
    }

    .intel-app-card img {
        height: 210px;
    }
}

/* Edge AI Baord and Computer */
	.intel-product-section {
    padding: 80px 0;
    background: #fff;
}

.intel-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.intel-product-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.intel-product-img {
    background: #f6f9fc;
    padding: 28px;
    text-align: center;
}

.intel-product-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.intel-product-content {
    padding: 30px 28px 34px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.intel-product-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}

.intel-product-content h3 a {
    color: #1b1f24;
}

.intel-product-content h3 a:hover {
    color: #0a84d6;
}

.intel-product-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #5d6673;
    margin-bottom: 18px;
}

.intel-product-content ul {
    padding-left: 18px;
    margin-bottom: 24px;
}

.intel-product-content ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 6px;
}

.intel-product-btn {
    display: inline-block;
    margin-top: auto;
    align-self: flex-start;
    padding: 11px 22px;
    background: #0a84d6;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.intel-product-btn:hover {
    background: #065f9f;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .intel-product-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .intel-product-section {
        padding: 55px 0;
    }

    .intel-product-img img {
        height: 220px;
    }

    .intel-product-content {
        padding: 26px 22px 30px;
    }
}
		
		.intel-product-grid.single-product {

    grid-template-columns: minmax(320px, 620px);

    justify-content: center;

}

/* comparison */
.intel-comparison-section {
    padding: 80px 0;
    background: #f6f9fc;
}

.intel-comparison-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.intel-comparison-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.05);
}

.intel-comparison-table th {
    background: #0a84d6;
    color: #fff;
    padding: 18px 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.intel-comparison-table td {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #e6edf5;
}

.intel-comparison-table td:first-child {
    font-weight: 600;
    color: #1b1f24;
    background: #fff;
    text-align: left;
}

.intel-comparison-table tr:last-child td {
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .intel-comparison-section {
        padding: 55px 0;
    }
}