.cc-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 20px;
    padding: 1.8rem;
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.cc-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 43, 214, .3);
    box-shadow: 0 20px 40px -20px rgba(106, 51, 255, .4);
}

.cc-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--cc-grad);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    box-shadow: 0 10px 30px -10px rgba(255, 43, 214, .6);
}

.cc-step {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 20px;
    padding: 1.8rem;
    transition: .3s;
}

.cc-step:hover {
    border-color: rgba(174, 174, 255, .3);
}

.cc-step-num {
    font-family: 'Michroma', sans-serif;
    font-size: 2rem;
    background: var(--cc-grad);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: .6rem;
}

.cc-step h3 {
    color: #fff;
}

.cc-step p {
    font-size: .9rem;
}

.cc-plan {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: .35s;
    position: relative;
}

.cc-plan:hover {
    transform: translateY(-6px);
    border-color: rgba(174, 174, 255, .4);
}

.cc-plan-featured {
    background: linear-gradient(180deg, rgba(106, 51, 255, .15), rgba(255, 43, 214, .08));
    border-color: rgba(255, 43, 214, .4);
    box-shadow: 0 30px 60px -30px rgba(255, 43, 214, .5);
}

.cc-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cc-grad);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: .35rem 1rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cc-plan-head h3 {
    font-family: 'Michroma', sans-serif;
    font-size: 1.4rem;
}

.cc-plan-head p {
    color: var(--cc-muted);
    font-size: .9rem;
    min-height: 44px;
}

.cc-price {
    margin: 1.2rem 0;
    padding: 1rem 0;
    border-block: 1px solid rgba(255, 255, 255, .08);
}

.cc-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: .35rem 0;
}

.cc-price-row span {
    color: var(--cc-muted);
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .12em;
}

.cc-price-row strong {
    font-family: 'Michroma', sans-serif;
    font-size: 1.3rem;
    color: #fff;
}

.cc-price-row strong small {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    color: var(--cc-muted);
    margin-left: .2rem;
}

.cc-features {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.cc-features li {
    padding: .45rem 0;
    color: rgba(255, 255, 255, .85);
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: .92rem;
}

.cc-features i {
    color: #ff2bd6;
    font-size: 1.05rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.cc-stat {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 18px;
    padding: 1.6rem;
    text-align: center;
}

.cc-stat-n {
    font-family: 'Michroma', sans-serif;
    font-size: 2.4rem;
    margin-bottom: .3rem;
}

.cc-stat-l {
    color: var(--cc-muted);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cc-quote {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 20px;
    padding: 1.8rem;
    position: relative;
}

.cc-quote-icon {
    font-size: 2rem;
    color: var(--cc-pink);
    opacity: .6;
}

.cc-quote p {
    color: rgba(255, 255, 255, .85);
    font-style: italic;
    margin: .6rem 0 1rem;
}

.cc-quote strong {
    color: var(--cc-lav);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cc-accordion--wide {
    max-width: 820px;
}

.cc-accordion .accordion-item {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px !important;
    margin-bottom: .7rem;
    overflow: hidden;
}

.cc-accordion .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    padding: 1.2rem 1.4rem;
}

.cc-accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 43, 214, .08);
    color: #fff;
}

.cc-accordion .accordion-button::after {
    filter: invert(1) hue-rotate(180deg);
}

.cc-accordion .accordion-body {
    color: var(--cc-muted);
    padding: 1rem;
}

.cc-cta-section {
    padding: 4rem 0 6rem;
}

.cc-hero-card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc-hero-photo {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 24px 60px -24px rgba(255, 43, 214, .55);
}

.cc-cta {
    background: linear-gradient(135deg, rgba(106, 51, 255, .25), rgba(255, 43, 214, .15));
    border: 1px solid rgba(255, 43, 214, .3);
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.cc-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 43, 214, .3), transparent 60%);
    pointer-events: none;
}

.cc-section-contato {
    background: rgba(10, 8, 22, .95);
}

.cc-contact-intro {
    min-height: 100%;
}

.cc-contact-list {
    display: grid;
    gap: 1rem;
}

.cc-contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem 1rem 0;
}

.cc-contact-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 1.3rem;
}

.cc-contact-value {
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

.cc-contact-panel {
    background: rgba(12, 10, 26, .95);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

.cc-form .form-control,
.cc-form .form-select {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: .95rem 1.1rem;
    border-radius: 18px;
}

.cc-form .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.5l3.5 3.5 3.5-3.5' stroke='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 16px;
}

.cc-form .form-control:focus,
.cc-form .form-select:focus {
    border-color: rgba(174, 38, 255, .8);
    box-shadow: 0 0 0 3px rgba(174, 38, 255, .12);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.cc-form .form-control::placeholder {
    color: rgba(255, 255, 255, .55);
}

.cc-form .form-select option {
    background-color: #171520;
    color: #ffffff;
}

.cc-form button.btn-cc {
    padding: 1rem 1.25rem;
    border-radius: 999px;
    font-size: 1rem;
}

.cc-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.footer-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .8rem;
    font-weight: 700;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: rgba(255, 255, 255, .76);
    text-decoration: none;
    transition: color .25s ease;
    position: relative;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--cc-grad);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-contact p {
    color: rgba(255, 255, 255, .82);
    margin-bottom: .75rem;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}


.cc-form .form-control::placeholder {
    color: rgba(255, 255, 255, .4);
}

.cc-footer {
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background: rgba(10, 8, 22, .95);
}

.cc-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cc-form .form-label-spacing {
    letter-spacing: .1em;
}

.cc-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    text-decoration: none;
}

.cc-social a:hover {
    background: var(--cc-grad);
    transform: translateY(-3px);
    border-color: transparent;
}

.cc-plan-toggle {
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    padding: 4px;
    display: flex;
    margin-bottom: 1.5rem;
}

.cc-plan-toggle .btn {
    flex: 1;
    border-radius: 999px;
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    font-size: .85rem;
    padding: .5rem 1rem;
    border: none;
    transition: .3s;
    background: transparent;
}

.cc-plan-toggle .btn.active {
    background: var(--cc-grad);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 43, 214, .3);
}

.cc-price-display {
    text-align: left;
}
.cc-price-display .currency {
    color: var(--cc-muted);
    font-size: 1.1rem;
    margin-right: 4px;
}
.cc-price-display .amount {
    font-family: 'Michroma', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.cc-price-display .period {
    color: var(--cc-muted);
    font-size: 1.1rem;
    margin-left: 4px;
}
.cc-price-display .contract-desc {
    color: var(--cc-muted);
    font-size: .85rem;
    margin-top: 8px;
}