/* Index webp page card styles */

.index-hero {
    background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 100%);
    padding: 80px 0;
}
.index-hero .pre-headline {
    display: inline-block;
    background: rgba(106, 188, 213, 0.2);
    color: #6abcd5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.index-hero h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}
.index-hero h1 em {
    color: #6abcd5;
    font-style: normal;
}
.index-hero .sub-text {
    font-size: 17px;
    color: #c0d0e0;
    line-height: 1.7;
    margin-bottom: 25px;
}
.index-hero .credential-strip {
    font-size: 14px;
    color: #8aa0b8;
    margin-top: 25px;
}
.index-hero .credential-strip strong {
    color: #b8d4e0;
}
.index-hero .hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}
.index-hero .cta-primary {
    display: inline-block;
    background: #0f6b82;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.index-hero .cta-primary:hover {
    background: #053a4a;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.index-hero .cta-secondary {
    display: inline-block;
    background: transparent;
    color: #6abcd5;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 6px;
    border: 2px solid #6abcd5;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.index-hero .cta-secondary:hover {
    background: rgba(106, 188, 213, 0.15);
    color: #b8d4e0;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Card with border style */
.index-card {
    background: #fff;
    border: 2px solid #6abcd5;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}
.index-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.index-card .card-body-custom {
    padding: 30px 22px;
}

/* Credentials strip */
.credentials-section {
    background: #f8fbfc;
}
.cred-card {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #6abcd5;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}
.cred-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.cred-card .cred-icon {
    font-size: 36px;
    color: #6abcd5;
    margin-bottom: 15px;
}
.cred-card h5 {
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.cred-card p {
    color: #222;
    line-height: 1.7;
    margin: 0;
}

/* How it works */
.process-card {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #6abcd5;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}
.process-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.process-card .phase-num {
    width: 72px;
    height: 72px;
    background: #0f6b82;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.process-card h5 {
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.process-card p {
    color: #222;
    line-height: 1.7;
    margin: 0;
}

/* Regional hub cards */
.region-card {
    background: #fff;
    border: 2px solid #6abcd5;
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}
.region-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.region-card h4 {
    color: #0d1b2a;
    font-weight: 700;
    margin-bottom: 10px;
}
.region-card p {
    color: #222;
    margin-bottom: 15px;
    line-height: 1.6;
}
.region-card a {
    color: #1a6b82;
    font-weight: 600;
}
.region-card a:hover {
    color: #053a4a;
}

/* Services cards */
.serv-card {
    background: #fff;
    border: 2px solid #6abcd5;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(106, 188, 213, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}
.serv-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.serv-card .serv-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: rgba(106, 188, 213, 0.15);
    color: #1a6b82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.serv-card h4 {
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}
.serv-card p {
    color: #222;
    line-height: 1.7;
    margin-bottom: 12px;
}
.serv-card a {
    color: #1a6b82;
    font-weight: 600;
}
.serv-card a:hover {
    color: #053a4a;
}

/* CTA section */
.index-cta {
    background: linear-gradient(135deg, #053a4a 0%, #0f6b82 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.index-cta h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
}
.index-cta p {
    font-size: 16px;
    color: #e8f4f8;
    max-width: 700px;
    margin: 0 auto 24px;
    line-height: 1.7;
}
.index-cta .cta-button {
    display: inline-block;
    background: #fff;
    color: #053a4a;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.index-cta .cta-button:hover {
    background: #e8f4f8;
    color: #053a4a;
    transform: translateY(-2px);
    text-decoration: none;
}
.index-cta .cta-whatsapp {
    display: inline-block;
    background: #25D366;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}
.index-cta .cta-whatsapp:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}
.index-cta .contact-links {
    color: #8aa0b8;
    margin-top: 20px;
}
.index-cta .contact-links a {
    color: #b8d4e0;
    text-decoration: underline;
}
.index-cta .contact-links a:hover {
    color: #fff;
}

/* About author section */
.about-author {
    background: #f8fbfc;
}

/* Why This Matters section */
.why-matters {
    background: #fff;
}
.why-matters p {
    font-size: 16px;
    color: #222;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .index-hero h1 {
        font-size: 28px;
    }
    .index-hero .sub-text {
        font-size: 16px;
    }
}
