@import url('https://fonts.googleapis.com/css2?family=Shantell+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ── Dropdown menu ── */
.dropdown-menu {
    border-radius: 10px;
    min-width: 300px;
    padding: 8px 0;
    font-size: 15px !important;
}
.dropdown-item {
    padding: 10px 20px;
    color: #173b6e !important;
    font-size: 15px !important;
    transition: background 0.2s;
}
.dropdown-item:hover {
    background-color: #e8f4fd;
    color: #04B2D9 !important;
}

/* ── Product Hero ── */
.product-hero {
    background: linear-gradient(135deg, #021324 0%, #083d68 60%, #04B2D9 100%);
    color: #fff;
    padding: 80px 0 60px;
}
.product-hero-badge {
    display: inline-block;
    background: rgba(4,178,217,0.25);
    color: #7de4fa;
    border: 1px solid rgba(4,178,217,0.5);
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.product-hero-title {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #fff !important;
}
.product-hero-desc {
    font-size: 1.05rem !important;
    color: rgba(255,255,255,0.8) !important;
    max-width: 560px;
}
.hero-icon-box {
    background: rgba(255,255,255,0.07);
    border-radius: 24px;
    padding: 60px 80px;
}
.btn-hero-primary {
    display: inline-block;
    background: #04B2D9;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: background 0.3s;
}
.btn-hero-primary:hover { background: #028fad; }
.btn-hero-secondary {
    display: inline-block;
    background: transparent;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 30px;
    border: 2px solid rgba(255,255,255,0.5);
    text-decoration: none !important;
    font-size: 15px !important;
    transition: border-color 0.3s;
}
.btn-hero-secondary:hover { border-color: #fff; }

/* ── Stats Strip ── */
.stats-strip {
    background: #f4f8fc;
    padding: 40px 0;
    border-bottom: 1px solid #e0e8f0;
}
.stat-item { display: flex; flex-direction: column; align-items: center; }
.stat-number {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #04B2D9 !important;
}
.stat-label {
    font-size: 13px !important;
    color: #666 !important;
    text-align: center;
}

/* ── Feature Cards ── */
.feature-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 14px;
    padding: 30px 24px;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}
.feature-card:hover {
    box-shadow: 0 8px 30px rgba(4,178,217,0.15);
    transform: translateY(-4px);
}
.feature-icon {
    width: 52px;
    height: 52px;
    background: #e8f8fc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #04B2D9 !important;
    font-size: 1.4rem !important;
}
.feature-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #173b6e !important;
    margin-bottom: 10px;
}
.feature-desc {
    font-size: 14px !important;
    color: #6b7a8d !important;
    line-height: 1.6;
}

/* ── Benefit List ── */
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 15px !important;
    color: #333 !important;
}
.benefit-icon {
    width: 28px;
    height: 28px;
    background: #04B2D9;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px !important;
    margin-top: 2px;
}

/* ── Includes Box ── */
.includes-box {
    background: #f4f8fc;
    border-radius: 16px;
    padding: 32px;
}
.include-item {
    background: #fff;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px !important;
    color: #333 !important;
    border: 1px solid #e0eaf2;
    height: 100%;
}
.include-item-highlight {
    background: linear-gradient(90deg, #e8f8fc, #daf5fb);
    border-color: #b0e8f5;
    font-weight: 500 !important;
}
.badge-new {
    background: #04B2D9;
    color: #fff !important;
    border-radius: 6px;
    padding: 1px 7px;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-left: 4px;
    vertical-align: middle;
}

/* ── Pricing Section ── */
.pricing-section { background: #f7fafc; }
.plan-card {
    background: #fff;
    border: 1px solid #dde6ef;
    border-radius: 18px;
    overflow: hidden;
    transition: box-shadow 0.25s;
}
.plan-card:hover { box-shadow: 0 10px 35px rgba(0,0,0,0.1); }
.plan-card-featured {
    border: 2px solid #04B2D9;
    box-shadow: 0 8px 30px rgba(4,178,217,0.18);
}
.plan-card-body {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plan-badge {
    display: inline-block;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 12px;
}
.plan-badge-trial { background: #e8f8fc; color: #04B2D9 !important; }
.plan-badge-monthly { background: #e9f5ee; color: #2e8b57 !important; }
.plan-badge-annual { background: #04B2D9; color: #fff !important; }
.plan-name {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #173b6e !important;
    margin-bottom: 6px;
}
.plan-price {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #04B2D9 !important;
    margin-bottom: 4px;
}
.plan-price small { font-size: 1rem !important; color: #888 !important; font-weight: 300 !important; }
.plan-desc { font-size: 13px !important; color: #888 !important; margin-bottom: 16px; }
.plan-old-price {
    font-size: 1rem !important;
    color: #aaa !important;
    text-decoration: line-through;
    display: block;
    font-weight: 300 !important;
}
.plan-new-price { font-size: 1.6rem !important; font-weight: 700 !important; color: #04B2D9 !important; }
.plan-savings {
    background: #e8f8fc;
    color: #028fad !important;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-bottom: 8px;
}
.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}
.plan-features li {
    padding: 7px 0;
    border-bottom: 1px solid #f0f4f8;
    font-size: 14px !important;
    color: #444 !important;
}
.plan-features li::before {
    content: "✓ ";
    color: #04B2D9;
    font-weight: 700 !important;
}
.plan-features ul {
    list-style: none;
    padding-left: 16px;
    margin-top: 4px;
}
.plan-features ul li { border-bottom: none; font-size: 13px !important; color: #666 !important; }
.plan-features ul li::before { content: "· "; color: #888; }
.plan-cta {
    display: block;
    text-align: center;
    background: #04B2D9;
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: background 0.3s;
    margin-top: auto;
}
.plan-cta:hover { background: #028fad; }
.plan-cta-featured { background: #028fad; }

/* ── About Page ── */
.about-section-label {
    display: inline-block;
    background: #e8f8fc;
    color: #04B2D9 !important;
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-text {
    font-size: 15px !important;
    color: #444 !important;
    line-height: 1.85;
    margin-bottom: 16px;
}

/* Misión / Visión */
.about-mv-card {
    background: #fff;
    border: 1px solid #e0eaf2;
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
}
.about-mv-card-alt {
    background: linear-gradient(135deg, #f0faff, #e4f7fc);
    border-color: #b8e9f7;
}
.about-mv-icon {
    width: 52px;
    height: 52px;
    background: #e8f8fc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04B2D9 !important;
    font-size: 1.4rem !important;
    margin-bottom: 18px;
}
.about-mv-icon-alt { background: #d4f2fb; }
.about-mv-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #173b6e !important;
    margin-bottom: 12px;
}
.about-mv-text {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.75;
    margin: 0;
}

/* Diferenciadores */
.differentiator-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    padding: 16px 20px;
}
.differentiator-item strong { font-size: 14px !important; color: #173b6e !important; display: block; margin-bottom: 2px; }
.differentiator-item p { font-size: 13px !important; color: #6b7a8d !important; }
.differentiator-icon {
    width: 30px;
    height: 30px;
    background: #04B2D9;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px !important;
    margin-top: 1px;
}

/* Product Cards */
.about-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #e0eaf2;
    border-radius: 16px;
    padding: 32px 20px;
    text-decoration: none !important;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}
.about-product-card:hover {
    box-shadow: 0 8px 30px rgba(4,178,217,0.14);
    transform: translateY(-4px);
}
.about-product-card-disabled {
    opacity: 0.65;
    cursor: default;
}
.about-product-card-disabled:hover {
    box-shadow: none;
    transform: none;
}
.about-product-link {
    margin-top: auto;
    font-size: 13px !important;
    color: #04B2D9 !important;
    font-weight: 500 !important;
}
.about-product-badge-soon {
    margin-top: auto;
    background: #f0eeff;
    color: #6d28d9 !important;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* ── Contact Cards ── */
.contact-card {
    background: #fff;
    border: 1px solid #e0eaf2;
    border-radius: 18px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.25s, transform 0.25s;
}
.contact-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.09);
    transform: translateY(-4px);
}
.contact-card-featured {
    border: 2px solid #04B2D9;
    box-shadow: 0 6px 25px rgba(4,178,217,0.14);
}
.contact-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    margin-bottom: 18px;
}
.contact-card-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #173b6e !important;
    margin-bottom: 10px;
}
.contact-card-desc {
    font-size: 14px !important;
    color: #6b7a8d !important;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 24px;
}
.contact-wa-btn {
    display: inline-flex;
    align-items: center;
    background: #25D366;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: background 0.3s;
    margin-top: auto;
}
.contact-wa-btn:hover { background: #1aaf54; }
.contact-wa-btn-primary {
    background: #04B2D9;
}
.contact-wa-btn-primary:hover { background: #028fad; }

/* ── Trust Strip ── */
.contact-trust-strip {
    background: #f4f8fc;
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 16px;
}
.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 13px !important;
    color: #555 !important;
}
.trust-icon {
    font-size: 1.6rem !important;
    color: #04B2D9 !important;
}

/* ── Contact Info Section ── */
.contact-info-section { background: #f7fafc; }
.contact-info-card {
    padding: 28px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e0eaf2;
    height: 100%;
    transition: box-shadow 0.2s;
}
.contact-info-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.contact-info-icon {
    width: 52px;
    height: 52px;
    background: #e8f8fc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04B2D9 !important;
    font-size: 1.3rem !important;
    margin: 0 auto 14px;
}
.contact-info-label {
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 400 !important;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-info-value {
    font-size: 15px !important;
    color: #173b6e !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: block;
}
.contact-info-value:hover { color: #04B2D9 !important; }

/* ── PACS Portal Cards ── */
.pacs-portal-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid #e0eaf2;
    border-radius: 12px;
    padding: 18px 20px;
}
.pacs-portal-card p { font-size: 13px !important; color: #666 !important; margin-top: 2px; }
.pacs-portal-card strong { font-size: 14px !important; color: #173b6e !important; }
.pacs-portal-icon {
    width: 40px;
    height: 40px;
    background: #e8f8fc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04B2D9 !important;
    font-size: 1rem !important;
    flex-shrink: 0;
}

/* ── CTA Section ── */
.cta-section {
    background: linear-gradient(135deg, #021324, #083d68);
    color: #fff;
    padding: 80px 0;
}
.cta-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 12px;
}
.cta-desc {
    color: rgba(255,255,255,0.75) !important;
    font-size: 1rem !important;
    margin-bottom: 28px;
}

.card-img-top{
    width: 100%;
    margin: 15px;
    filter: grayscale(100%);
    
}

.card-img-top:hover{
    filter: grayscale(0%);
}

.numbers{
    font-family: "Shantell Sans", cursive;
    color: #43a7ff;
}
