/* Estilos para a página Plano de Sucesso */

/* Hero Section */
.pds-hero {
    background: linear-gradient(180deg, #f9fcff 0%, #f5fbff 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pds-hero .container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.pds-hero .hero-tag {
    display: block;
    background: #0070e0;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto 25px;
    font-size: 1em;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 112, 224, 0.2);
    transition: all 0.3s ease;
    width: fit-content;
}

.pds-hero .hero-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 112, 224, 0.3);
    background: linear-gradient(135deg, #0070e0, #39aeff);
}

.pds-hero h1 {
    font-size: 3.2em;
    color: #0a2540;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.pds-hero h1 .highlight {
    color: #0070e0;
    font-weight: 700;
}

.pds-hero h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #0070e0;
    border-radius: 3px;
}

.pds-hero h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

.pds-hero p {
    font-size: 1.3em;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.7;
    opacity: 0.95;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

/* Details Section */
.pds-details {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    position: relative;
    overflow: hidden;
}

.pds-details::before,
.pds-details::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.pds-details::before {
    top: 50px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0,112,224,0.03) 0%, rgba(0,112,224,0) 70%);
}

.pds-details::after {
    bottom: 20px;
    left: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(0,112,224,0.05) 0%, rgba(0,112,224,0) 70%);
}

.pds-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.pds-icon {
    font-size: 4.5em;
    color: #0070e0;
    margin-top: 10px;
    background: linear-gradient(135deg, #0070e0, #00a2ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0, 112, 224, 0.2));
    transition: all 0.3s ease;
}

.pds-content-wrapper:hover .pds-icon {
    transform: scale(1.05);
}

.pds-text-content h2 {
    font-size: 2.3em;
    color: #0a2540;
    margin-bottom: 22px;
    position: relative;
    font-weight: 600;
}

.pds-text-content h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #0070e0, #00a2ff);
    border-radius: 2px;
}

.pds-text-content p {
    font-size: 1.15em;
    line-height: 1.8;
    color: #505a68;
    max-width: 100%;
}

/* Limited Spots Notice */
.pds-limited-spots-notice {
    background: linear-gradient(135deg, #fff9eb 0%, #fff6dc 100%);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 16px;
    padding: 30px;
    margin: 50px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(255, 193, 7, 0.1);
    transition: all 0.3s ease;
}

.pds-limited-spots-notice::before,
.pds-limited-spots-notice::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.pds-limited-spots-notice::before {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0) 70%);
    top: -50px;
    right: -50px;
}

.pds-limited-spots-notice::after {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.05) 0%, rgba(255, 193, 7, 0) 70%);
    bottom: -70px;
    left: -50px;
}

.pds-limited-spots-notice:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 193, 7, 0.15);
}

.pds-limited-spots-notice h3 {
    color: #856404;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.pds-limited-spots-notice h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #ffc107;
    border-radius: 2px;
}

.pds-limited-spots-notice h3 i {
    margin-right: 10px;
    color: #ffc107;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pds-limited-spots-notice p {
    color: #665012;
    font-size: 1.15em;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* Key Aspects Section */
.pds-key-aspects {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pds-key-aspects > h2 { /* Seleciona o h2 filho direto de pds-key-aspects */
    font-size: 2.4em;
    color: #0a2540;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.pds-key-aspects > h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #0070e0, #00a2ff);
    border-radius: 2px;
}

.aspects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    text-align: center;
    margin-top: 20px;
}

.aspect-card {
    background-color: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    border: 1px solid rgba(0,112,224,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.aspect-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(0,112,224,0.03) 0%, rgba(0,112,224,0) 70%);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.aspect-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,112,224,0.15);
    border-color: rgba(0,112,224,0.1);
}

.aspect-card:hover::before {
    opacity: 1;
}

.aspect-card i {
    font-size: 2.8em;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0070e0, #00a2ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
}

.aspect-card i::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #0070e0, #00a2ff);
    border-radius: 2px;
    transition: width 0.3s ease;
    opacity: 0.7;
}

.aspect-card:hover i {
    transform: scale(1.1);
}

.aspect-card:hover i::after {
    width: 60px;
}

.aspect-card h4 {
    font-size: 1.4em;
    color: #0a2540;
    margin-bottom: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.aspect-card:hover h4 {
    color: #0070e0;
}

.aspect-card p {
    font-size: 1em;
    line-height: 1.7;
    color: #505a68;
    transition: all 0.3s ease;
}

/* CTA Section */
.pds-cta {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pds-cta::before,
.pds-cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.pds-cta::before {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,112,224,0.05) 0%, rgba(0,112,224,0) 70%);
    top: -80px;
    right: -80px;
}

.pds-cta::after {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0,112,224,0.05) 0%, rgba(0,112,224,0) 70%);
    bottom: -70px;
    left: -70px;
}

.pds-cta .container {
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 112, 224, 0.1);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0,112,224,0.05);
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.pds-cta .container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(0,112,224,0.03) 0%, rgba(0,112,224,0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.pds-cta .container:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 112, 224, 0.15);
}

.pds-cta h2 {
    font-size: 2.4em;
    color: #0a2540;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.pds-cta h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #0070e0, #00a2ff);
    border-radius: 3px;
}

.pds-cta p {
    font-size: 1.15em;
    color: #505a68;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    opacity: 0.9;
}

.pds-cta .btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #0070e0, #00a2ff);
    color: white;
    padding: 15px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 112, 224, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 0.5px;
    border: none;
}

.pds-cta .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(135deg, #005bbf, #0074e8);
    transition: width 0.4s ease;
    z-index: -1;
}

.pds-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 112, 224, 0.4);
    color: white;
}

.pds-cta .btn-primary:hover::before {
    width: 100%;
}

/* Responsividade */
@media (max-width: 768px) {
    .pds-hero h1 { font-size: 2.5em; }
    .pds-hero p { font-size: 1.1em; }
    .pds-content-wrapper { flex-direction: column; align-items: center; text-align: center; }
    .pds-icon { margin-bottom: 20px; }
    .pds-text-content h2, .pds-key-aspects > h2, .pds-cta h2 { font-size: 1.8em; }
    .pds-text-content p, .pds-cta p { font-size: 1em; }
    .pds-limited-spots-notice h3 { font-size: 1.3em; }
    .pds-limited-spots-notice p { font-size: 1em; }
    .aspects-grid { grid-template-columns: 1fr; } /* Uma coluna para cards de aspectos */
}
