/* Premium Web3-Themed Blockchain Service Page Styles */
.blockchain-page {
    font-family: 'Cerebri Sans', sans-serif;
    color: #1e293b;
    line-height: 1.8;
    background-color: #f8fafc; /* Premium light neutral background */
}

/* Gradients and Accent Colors */
.text-web3-gradient {
    background: linear-gradient(135deg, #086ad8 0%, #7c3aed 50%, #6366f1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.bg-web3-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-web3-card:hover {
    border-color: #086ad8;
    box-shadow: 0 15px 30px rgba(8, 106, 216, 0.08);
    transform: translateY(-5px);
}

/* Hero Section */
.blockchain-hero {
    position: relative;
    padding: 100px 0 120px 0;
    background: radial-gradient(circle at 10% 20%, rgba(8, 106, 216, 0.05) 0%, rgba(124, 58, 237, 0.05) 90.2%);
    border-bottom: 1px solid #e2e8f0;
    overflow: hidden;
}

.blockchain-hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blockchain-hero p {
    color: #475569;
    font-size: 18px;
    max-width: 800px;
}

.blockchain-btn-primary {
    background: linear-gradient(135deg, #086ad8 0%, #7c3aed 100%);
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 14px rgba(8, 106, 216, 0.25);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.blockchain-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 106, 216, 0.4);
}

/* Grid & Section Spacers */
.web3-sec {
    padding: 100px 0;
    border-bottom: 1px solid #e2e8f0;
}

.web3-sec-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
}

.web3-sec-desc {
    color: #475569;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

/* Feature & Service Cards */
.web3-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.web3-service-card {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.web3-service-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(8, 106, 216, 0.08);
    border: 1px solid rgba(8, 106, 216, 0.15);
    color: #086ad8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.bg-web3-card:hover .web3-service-icon {
    background: linear-gradient(135deg, #086ad8 0%, #7c3aed 100%);
    color: #ffffff;
    border-color: transparent;
    transform: scale(1.1);
}

.web3-service-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.web3-service-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Platforms Grid */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.platform-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    color: #0f172a;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.platform-badge:hover {
    background: #ffffff;
    border-color: #086ad8;
    box-shadow: 0 10px 20px rgba(8, 106, 216, 0.08);
    transform: translateY(-3px);
}

.platform-badge i {
    font-size: 28px;
    color: #7c3aed;
}

/* Smart Contract section */
.smart-contract-showcase {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.smart-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.smart-list-item {
    color: #475569;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.smart-list-item i {
    color: #086ad8;
    font-size: 16px;
}

/* Industry Solutions */
.industry-tab-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.industry-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
}

.industry-card:hover {
    background: #ffffff;
    border-color: #086ad8;
    box-shadow: 0 10px 20px rgba(8, 106, 216, 0.05);
}

.industry-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.industry-card-title i {
    color: #7c3aed;
}

.industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-list li {
    color: #475569;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.industry-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #086ad8;
    font-size: 18px;
    line-height: 1;
}

/* Timeline Process */
.process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 2px;
    background: linear-gradient(180deg, #086ad8, #7c3aed);
    top: 50px;
    bottom: -30px;
    left: 25px;
}

.process-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #086ad8 0%, #7c3aed 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(8, 106, 216, 0.2);
}

.process-content {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    flex-grow: 1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.process-content h5 {
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 8px;
}

.process-content p {
    color: #475569;
    margin: 0;
    font-size: 14px;
}

/* FAQ Accordion Styling */
.web3-faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;
    overflow: hidden;
}

.web3-faq-card:hover {
    border-color: #086ad8;
    box-shadow: 0 10px 20px rgba(8, 106, 216, 0.05);
}

.web3-faq-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

.web3-faq-btn:focus {
    outline: none;
}

.web3-faq-btn .faq-icon {
    font-size: 14px;
    color: #64748b;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.web3-faq-btn:not(.collapsed) {
    color: #086ad8;
    background-color: rgba(8, 106, 216, 0.02);
}

.web3-faq-btn:not(.collapsed) .faq-icon {
    background: linear-gradient(135deg, #086ad8 0%, #7c3aed 100%);
    color: #ffffff;
    transform: rotate(180deg);
}

.web3-faq-body {
    padding: 0 24px 24px 24px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    background-color: rgba(8, 106, 216, 0.02);
    border-top: 1px solid rgba(226, 232, 240, 0.5);
}

/* CTA Block */
.web3-cta-block {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.web3-cta-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #086ad8, #7c3aed);
}

/* Responsive Rules */
@media (max-width: 991px) {
    .platforms-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .smart-contract-showcase {
        padding: 30px;
    }
    .smart-list {
        grid-template-columns: 1fr;
    }
    .web3-cta-block {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .blockchain-hero h1 {
        font-size: 38px;
    }
    .web3-sec {
        padding: 60px 0;
    }
    .web3-sec-title {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .blockchain-hero h1 {
        font-size: 32px;
    }
    .process-step {
        gap: 15px;
    }
    .process-step:not(:last-child)::after {
        left: 20px;
    }
    .process-num {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
}
