/* Inner page cards, steps, and mobile layout */

.feature-hero-image,
.feature-card-image {
    max-width: 760px;
    width: 100%;
    height: auto;
    margin: 1.25rem auto;
    display: block;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    border-radius: 1.4rem;
}

.hero-section h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-section p {
    font-size: 1.02rem;
    line-height: 1.75;
}

.content-section {
    background: linear-gradient(180deg, rgba(21, 37, 54, 0.55), rgba(16, 27, 40, 0.3));
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    margin: 1rem 0;
    border: 1px solid var(--line);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid var(--line);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(45, 212, 191, 0.3);
}

.feature-icon {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1rem;
}

.feature-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: inline-block;
}

.feature-content { text-align: center; }

.feature-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 0.7rem;
}

.feature-description {
    font-size: 0.98rem;
    color: var(--muted);
    margin-bottom: 1.1rem;
    line-height: 1.6;
}

.feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
    margin-bottom: 1.1rem;
}

.feature-tag {
    background: rgba(244, 196, 90, 0.14);
    color: var(--gold);
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(244, 196, 90, 0.22);
}

.feature-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    gap: 0.45rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #132033;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    box-shadow: 0 8px 20px rgba(244, 196, 90, 0.25);
}

.feature-btn:hover {
    color: #132033;
    text-decoration: none;
}

.btn-icon { font-style: normal; }

.steps-section {
    background: rgba(45, 212, 191, 0.06);
    border-radius: 20px;
    padding: 2rem 1.25rem;
    margin: 2rem 0;
    border: 1px solid var(--line);
}

.steps-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--gold);
    text-align: center;
    margin-bottom: 1.5rem;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.step-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 1.2rem;
    border: 1px solid var(--line);
    text-align: center;
}

.step-number {
    background: linear-gradient(135deg, var(--teal), #14b8a6);
    color: #062016;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin: 0 auto 0.8rem;
}

.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.4rem;
}

.step-description {
    font-size: 0.92rem;
    color: var(--muted);
}

.inner-page-grid {
    margin-top: 1.5rem;
    gap: 1rem;
}

@media (min-width: 992px) {
    .inner-page-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        gap: 1.25rem;
    }

    .inner-page-grid .col-12.col-lg-6 {
        flex: 0 0 calc(50% - 0.65rem);
        max-width: calc(50% - 0.65rem);
        display: flex;
    }

    .inner-page-grid .content-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.content-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.content-card:hover {
    border-color: rgba(45, 212, 191, 0.3);
    box-shadow: var(--shadow);
}

.content-card h3 {
    color: var(--text);
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.highlight-text {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 800;
    color: var(--gold);
    margin: 0.8rem 0;
}

.content-card p {
    color: var(--muted);
    margin-bottom: 1.2rem;
}

.featured-content {
    background: rgba(45, 212, 191, 0.06);
    border-radius: 18px;
    padding: 1.8rem;
    margin: 1.8rem 0;
    border: 1px solid var(--line);
}

.featured-content h2 {
    color: var(--gold);
    text-align: center;
    margin-bottom: 1rem;
}

.featured-content p {
    color: var(--muted);
    text-align: center;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0;
}

.info-list li {
    background: rgba(255, 255, 255, 0.04);
    margin: 0.6rem 0;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid var(--line);
    color: var(--muted);
}

.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.8rem 0;
    gap: 1rem;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid var(--line);
}

.step {
    background: var(--surface-2);
    border: 2px solid var(--gold);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    font-weight: 800;
}

@media (max-width: 768px) {
    .content-section { padding: 1.6rem 0.2rem; border-radius: 18px; }
    .features-grid { grid-template-columns: 1fr; gap: 1rem; }
    .feature-card { padding: 1.2rem; }
    .steps-section { padding: 1.4rem 0.9rem; }
    .steps-grid { grid-template-columns: 1fr; }
    .hero-section h1 { font-size: 1.65rem; }
    .content-card { padding: 1.2rem; }
    .featured-content { padding: 1.2rem; }
    .step-indicator { flex-direction: column; gap: 0.7rem; }
    .step { width: 44px; height: 44px; }

    img,
    .feature-hero-image,
    .feature-card-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .feature-icon img {
        width: 56px;
        height: 56px;
    }

    .feature-hero-image,
    .feature-card-image {
        margin: 0.8rem auto;
        border-radius: 1rem;
    }

    .col-6 { width: 100%; }
}
