
.hero-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.breadcrumb_ {
    display: none;
}

/* Hero Section - Fundo azul com info do curso */
.hero-banner {
    background: linear-gradient(135deg, #003366 0%, #004c8c 50%, #0066b3 100%);
    color: white;
    padding: 50px 40px 100px 40px;
    position: relative;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
}

.hero-content {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.titulo {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}


/* Breadcrumb */
.breadcrumb-bar {
    background: white;
    padding: 12px 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb-bar a {
    color: #0066cc;
    text-decoration: none;
}

.breadcrumb-bar a:hover {
    text-decoration: underline;
}

/* Container para os cards de modalidade */
.modalidades-wrapper {
    max-width: 1200px;
    margin: -120px auto 0;
    padding: 0 40px 60px;
    position: relative;
    z-index: 10;
}

.modalidades-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.modalidades-grid-unavailable {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Cards de Modalidade */
.modal-card {
    background: white;
    border-radius: 12px;
    padding: 20px 7px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.modal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.modal-card-title {
    color: #0066cc;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
}

.modal-card-description {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
}

.modal-card-description strong {
    font-weight: 700;
}

.modal-card-description em {
    font-style: italic;
}

.price-section {
    text-align: center;
    margin-bottom: 20px;
}

.price-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.price-value {
    font-size: 4rem;
    font-weight: 700;
    color: #0088ff;
    line-height: 1;
}
.price-value-loading {
    font-size: 2rem;
    font-weight: 600;
    color: #0088ff;
    line-height: 1;
}

.price-value sup {
    font-size: 20px;
    top: -0.8em;
}

.btn-inscricao {
    width: 100%;
    padding: 14px 25px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-inscricao:hover {
    background: #218838;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Card Indisponível */
.modal-card.unavailable {
    background: rgba(230, 235, 245, 0.6);
}

.modal-card.unavailable .modal-card-title {
    color: #667;
}

.modal-card.unavailable .modal-card-description {
    color: #778;
}

.status-unavailable {
    display: block;
    text-align: center;
    padding: 12px 20px;
    background: rgba(150, 150, 150, 0.15);
    color: #666;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

/* Seção de Localização */
.location-section {
    background: white;
    padding: 50px 40px;
}

.location-container {
    max-width: 1200px;
    margin: 0 auto;
}

.location-title {
    color: #003d82;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-form {
    display: grid;
    grid-template-columns: 1fr 1.5fr auto;
    gap: 20px;
    margin-bottom: 40px;
    align-items: end;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field label {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-field select {
    padding: 13px 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: white;
    transition: all 0.3s;
}

.form-field select:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-solicitar {
    padding: 13px 28px;
    background: #003d82;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.btn-solicitar:hover {
    background: #002654;
}

/* Campus */
.campus-item {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 22px 25px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.campus-item:hover {
    border-color: #0066cc;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
}

.campus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campus-name {
    font-size: 18px;
    font-weight: 700;
    color: #003d82;
    display: flex;
    align-items: center;
    gap: 10px;
}

.campus-duration {
    background: #003d82;
    color: white;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.campus-prices {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.campus-item.active .campus-prices {
    display: grid;
}

.price-card {
    background: white;
    padding: 16px;
    border-radius: 8px;
    border-left: 3px solid #28a745;
}

.price-card-label {
    font-size: 11px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.price-card-value {
    font-size: 18px;
    font-weight: 700;
    color: #003d82;
    margin-bottom: 4px;
}

.price-card-installment {
    font-size: 13px;
    color: #28a745;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
    .modalidades-grid {
        grid-template-columns: 1fr;
    }

    .location-form {
        grid-template-columns: 1fr;
    }

    .campus-prices {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 40px 20px 160px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .modalidades-wrapper {
        padding: 0 20px 40px;
    }

    .location-section {
        padding: 40px 20px;
    }

    .campus-prices {
        grid-template-columns: 1fr;
    }

    .campus-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}