/* ==================== ABOUT SECTION ==================== */
.about-section {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, #0F172A 0%, #1a0f3f 100%);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 25s linear infinite;
    z-index: 0;
    pointer-events: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    position: relative;
    z-index: 10;
}

/* Left: Image + Values */
.about-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-image-container {
    position: relative;
    animation: slideInLeft 0.8s ease-out;
}

.about-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border: 4px solid var(--primary);
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.5);
    filter: brightness(1.05) contrast(1.1);
}

.about-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border: 3px solid var(--white);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.6);
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}

.badge-text {
    display: block;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    color: var(--white);
    font-weight: bold;
    letter-spacing: 0.05em;
}

.badge-crp {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.3rem;
}

/* Values Card */
.values-card {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(167, 139, 250, 0.08));
    border: 2px solid var(--primary);
    padding: 2rem;
    border-radius: 12px;
    animation: slideInLeft 0.8s ease-out 0.2s backwards;
}

.values-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    color: var(--primary-light);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.05em;
    text-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.value-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.value-icon {
    font-size: 2rem;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.3));
}

.value-text h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--white);
    margin: 0 0 0.3rem 0;
    font-weight: 700;
}

.value-text p {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

/* Right: About Text */
.about-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-header {
    animation: slideInRight 0.8s ease-out;
}

.about-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 2.2rem;
    color: var(--white);
    margin: 0 0 0.5rem 0;
    letter-spacing: 0.05em;
    text-shadow: 0 0 15px rgba(139, 92, 246, 0.6);
}

.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: var(--primary-light);
    margin: 0;
    font-weight: 600;
}

.about-intro {
    animation: slideInRight 0.8s ease-out 0.1s backwards;
}

.about-text {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-text:last-child {
    margin-bottom: 0;
}

.about-text strong {
    color: var(--primary-light);
    font-weight: 700;
}

/* TRIGGER BOXES */
.trigger-box {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(167, 139, 250, 0.05));
    border: 2px solid rgba(139, 92, 246, 0.3);
    padding: 1.8rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    animation: slideInRight 0.8s ease-out 0.2s backwards;
    transition: all 0.3s ease;
}

.trigger-box:hover {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(167, 139, 250, 0.08));
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.trigger-title {
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    color: var(--white);
    margin: 0 0 1rem 0;
    letter-spacing: 0.05em;
}

.trigger-box.trigger-identification .trigger-title {
    color: #34d399;
}

.trigger-box.trigger-validation .trigger-title {
    color: #f87171;
}

.trigger-box.trigger-transformation .trigger-title {
    color: #60a5fa;
}

.trigger-box.trigger-cta .trigger-title {
    color: var(--primary-light);
}

.trigger-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trigger-list li {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.8rem;
    padding-left: 0;
    line-height: 1.5;
}

.trigger-list li:last-child {
    margin-bottom: 0;
}

.trigger-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
}

.trigger-text strong {
    color: var(--white);
    font-weight: 700;
}

.trigger-small {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 1rem;
    text-align: center;
}

/* TRANSFORMATION GRID */
.transformation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.transformation-item {
    background: rgba(31, 41, 55, 0.5);
    border: 2px solid rgba(139, 92, 246, 0.2);
    padding: 1.2rem;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.transformation-item:hover {
    border-color: var(--primary);
    background: rgba(139, 92, 246, 0.1);
    transform: translateY(-5px);
}

.transformation-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.8rem;
    filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.3));
}

.transformation-item h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--white);
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.transformation-item p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

/* CTA BUTTON */
.cta-large {
    width: 100%;
    padding: 1.2rem 2rem;
    font-size: 0.8rem;
    margin: 1.5rem 0 0 0;
    animation: slideInRight 0.8s ease-out 0.3s backwards;
}

/* ==================== HOW IT WORKS SECTION ==================== */
.how-it-works-section {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, #1a0f3f 0%, #0F172A 100%);
    position: relative;
    overflow: hidden;
}

.how-it-works-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -15%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 30s linear infinite reverse;
    z-index: 0;
    pointer-events: none;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
    z-index: 10;
}

.how-it-works-card {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(167, 139, 250, 0.06));
    border: 3px solid var(--primary);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    animation: slideUp 0.6s ease-out;
    animation-fill-mode: both;
    position: relative;
}

.how-it-works-card:nth-child(1) {
    animation-delay: 0.1s;
}

.how-it-works-card:nth-child(2) {
    animation-delay: 0.2s;
}

.how-it-works-card:nth-child(3) {
    animation-delay: 0.3s;
}

.how-it-works-card:nth-child(4) {
    animation-delay: 0.4s;
}

.how-it-works-card:nth-child(5) {
    animation-delay: 0.5s;
}

.how-it-works-card:nth-child(6) {
    animation-delay: 0.6s;
}

.how-it-works-card:hover {
    border-color: var(--primary-light);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(167, 139, 250, 0.1));
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
    transform: translateY(-10px);
}

.how-it-works-number {
    font-family: 'Press Start 2P', cursive;
    font-size: 3rem;
    color: var(--primary);
    margin: 0 0 1rem 0;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
    line-height: 1;
}

.how-it-works-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: var(--white);
    margin: 0 0 0.8rem 0;
    font-weight: 700;
}

.how-it-works-card p {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
}

/* ==================== FAQ SECTION ==================== */
.faq-section {
    padding: 7rem 2rem;
    background: linear-gradient(180deg, #0F172A 0%, #1a0f3f 100%);
    position: relative;
    overflow: hidden;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 10;
}

.faq-card {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(167, 139, 250, 0.05));
    border: 2px solid rgba(139, 92, 246, 0.3);
    padding: 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    animation: slideUp 0.6s ease-out;
    animation-fill-mode: both;
}

.faq-card:hover {
    border-color: var(--primary);
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(167, 139, 250, 0.08));
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
    transform: translateY(-5px);
}

.faq-question {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: var(--white);
    margin: 0 0 1rem 0;
    font-weight: 700;
}

.faq-answer {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.7;
}

.faq-answer strong {
    color: var(--primary-light);
    font-weight: 700;
}

/* ==================== FINAL CTA SECTION ==================== */
.final-cta-section {
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(167, 139, 250, 0.1));
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.final-cta-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 10;
    animation: fadeInUp 0.8s ease-out;
}

.final-cta-title {
    font-family: 'Press Start 2P', cursive;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    color: var(--white);
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.05em;
    text-shadow: 0 0 20px rgba(139, 92, 246, 0.8);
    line-height: 1.3;
}

.final-cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
    margin: 0 0 2.5rem 0;
}

.final-cta-text strong {
    color: var(--primary-light);
    font-weight: 700;
}

.final-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: slideUp 0.6s ease-out 0.2s backwards;
}

.cta-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-color: var(--white);
    padding: 1.3rem 2.8rem;
    font-size: 0.85rem;
}

.cta-secondary {
    background: linear-gradient(135deg, #34d399, #6ee7b7);
    border: 3px solid var(--white);
    color: #0f172a;
    padding: 1.3rem 2.8rem;
    font-size: 0.85rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-secondary:hover {
    box-shadow: 0 0 50px rgba(52, 211, 153, 0.8);
    transform: translateY(-3px) scale(1.05);
}

/* ==================== RESPONSIVE ==================== */

@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-image {
        max-width: 100%;
    }

    .transformation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 4rem 1.5rem;
    }

    .about-title {
        font-size: 1.6rem;
    }

    .trigger-box {
        padding: 1.5rem;
    }

    .trigger-title {
        font-size: 0.9rem;
    }

    .trigger-list li,
    .trigger-text {
        font-size: 0.9rem;
    }

    .how-it-works-section {
        padding: 4rem 1.5rem;
    }

    .how-it-works-card {
        padding: 1.5rem;
    }

    .how-it-works-number {
        font-size: 2.5rem;
    }

    .faq-section {
        padding: 4rem 1.5rem;
    }

    .faq-card {
        padding: 1.5rem;
    }

    .final-cta-section {
        padding: 4rem 1.5rem;
    }

    .final-cta-title {
        font-size: 1.6rem;
    }

    .final-cta-text {
        font-size: 1rem;
    }

    .final-cta-buttons {
        flex-direction: column;
    }

    .cta-primary,
    .cta-secondary {
        width: 100%;
        padding: 1.1rem 2rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 2.5rem 1rem;
    }

    .about-title {
        font-size: 1.3rem;
    }

    .about-badge {
        padding: 0.8rem;
        bottom: -15px;
        right: -15px;
    }

    .badge-text {
        font-size: 0.7rem;
    }

    .values-card {
        padding: 1.2rem;
    }

    .values-title {
        font-size: 0.85rem;
    }

    .trigger-box {
        padding: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .trigger-title {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .trigger-list li {
        font-size: 0.85rem;
        margin-bottom: 0.6rem;
    }

    .transformation-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }

    .transformation-item {
        padding: 1rem;
    }

    .how-it-works-section {
        padding: 2.5rem 1rem;
    }

    .how-it-works-grid {
        gap: 1.5rem;
    }

    .how-it-works-card {
        padding: 1.2rem;
    }

    .how-it-works-number {
        font-size: 2rem;
    }

    .how-it-works-card h3 {
        font-size: 1rem;
    }

    .how-it-works-card p {
        font-size: 0.85rem;
    }

    .faq-section {
        padding: 2.5rem 1rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .faq-card {
        padding: 1.2rem;
    }

    .faq-question {
        font-size: 0.95rem;
    }

    .faq-answer {
        font-size: 0.9rem;
    }

    .final-cta-section {
        padding: 2.5rem 1rem;
    }

    .final-cta-title {
        font-size: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .final-cta-text {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .cta-primary,
    .cta-secondary {
        padding: 0.9rem 1.5rem;
        font-size: 0.65rem;
    }
}

/* ==================== ANIMATIONS ==================== */

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}