﻿/* cloud-solutions.css */

/* Cloud Hero Section */
.cloud-hero {
    padding: 120px 5% 80px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 50%, var(--primary-color) 100%);
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-tech-stack {
    margin-right:100px;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 3rem 0 2.5rem;
}

.tech-pill {
    padding: 0.6rem 1.2rem;
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 25px;
    color: var(--text-glow);
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

    .tech-pill i {
        color: var(--accent-neon);
        font-size: 1rem;
    }

    .tech-pill:hover {
        background: rgba(0, 243, 255, 0.2);
        border-color: var(--accent-neon);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 243, 255, 0.2);
    }

/* Cloud Diagram */
.cloud-diagram {
    position: absolute;
    right: 0%;
    top: 0%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    position: relative;
}

.cloud-layer {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(0, 243, 255, 0.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 243, 255, 0.3);
    backdrop-filter: blur(10px);
    animation: floatCloud 6s ease-in-out infinite;
}

    .cloud-layer i {
        font-size: 2rem;
        color: var(--accent-neon);
        margin-bottom: 0.5rem;
    }

.cloud-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-glow);
    text-align: center;
}

.layer-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.layer-2 {
    top: 50%;
    right: 10%;
    animation-delay: -2s;
}

.layer-3 {
    bottom: 20%;
    left: 30%;
    animation-delay: -4s;
}

@keyframes floatCloud {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-15px) scale(1.05);
    }
}

.connection-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-neon), transparent);
    animation: pulseLine 2s infinite;
}

.line-1 {
    top: 80px;
    left: 100px;
    width: 100px;
    transform: rotate(45deg);
}

.line-2 {
    top: 200px;
    right: 150px;
    width: 80px;
    transform: rotate(-30deg);
}

.line-3 {
    bottom: 100px;
    left: 200px;
    width: 120px;
    transform: rotate(60deg);
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}

.data-flow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0.5rem;
}

    .data-flow i {
        color: var(--accent-neon);
        font-size: 0.5rem;
        animation: flowDot 1.5s infinite;
    }

        .data-flow i:nth-child(2) {
            animation-delay: 0.5s;
        }

        .data-flow i:nth-child(3) {
            animation-delay: 1s;
        }

@keyframes flowDot {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* Services Grid */
.cloud-services {
    padding: 6rem 5%;
    background: var(--secondary-color);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(26, 26, 46, 0.6) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(0, 243, 255, 0.2);
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

    .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(0, 243, 255, 0.1), transparent);
        transition: left 0.6s;
    }

    .service-card:hover::before {
        left: 100%;
    }

    .service-card:hover {
        transform: translateY(-10px);
        border-color: var(--accent-neon);
        box-shadow: 0 20px 40px rgba(0, 243, 255, 0.2);
    }

.service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem;
    background: rgba(0, 243, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--accent-neon);
    border: 2px solid rgba(0, 243, 255, 0.3);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(0, 243, 255, 0.2);
    transform: scale(1.1) rotate(360deg);
    border-color: var(--accent-neon);
}

.service-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-glow);
    font-family: 'Orbitron', sans-serif;
}

.service-card p {
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
}

    .service-features li {
        padding: 0.5rem 0;
        color: var(--text-glow);
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
    }

    .service-features i {
        color: var(--accent-cyan);
        font-size: 0.9rem;
    }

/* Architecture Section */
.cloud-architecture {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 100%);
}

.architecture-showcase {
    max-width: 1000px;
    margin: 0 auto;
}

.arch-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.arch-component {
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    min-width: 150px;
    transition: all 0.3s ease;
}

    .arch-component:hover {
        transform: translateY(-5px);
        border-color: var(--accent-neon);
        box-shadow: 0 10px 25px rgba(0, 243, 255, 0.1);
    }

    .arch-component i {
        font-size: 2rem;
        color: var(--accent-neon);
        margin-bottom: 0.5rem;
    }

    .arch-component h4 {
        font-size: 1rem;
        font-weight: 700;
        color: var(--text-glow);
        margin-bottom: 0.3rem;
    }

    .arch-component span {
        font-size: 0.8rem;
        color: var(--accent-cyan);
    }

.arch-connector {
    color: var(--accent-neon);
    font-size: 1.2rem;
    animation: arrowPulse 1.5s infinite;
}

@keyframes arrowPulse {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.arch-microservices {
    margin-top: 3rem;
    text-align: center;
}

    .arch-microservices h4 {
        font-size: 1.2rem;
        color: var(--text-glow);
        margin-bottom: 1.5rem;
        font-family: 'Orbitron', sans-serif;
    }

.micro-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.micro-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

    .micro-item:hover {
        border-color: var(--accent-neon);
        transform: translateY(-3px);
    }

    .micro-item i {
        font-size: 1.5rem;
        color: var(--accent-neon);
        margin-bottom: 0.3rem;
    }

    .micro-item span {
        display: block;
        font-weight: 600;
        color: var(--text-glow);
        font-size: 0.9rem;
    }

    .micro-item small {
        color: var(--accent-cyan);
        font-size: 0.7rem;
    }

/* Services Detail Section */
.services-detail {
    padding: 6rem 5%;
    background: var(--secondary-color);
}

.services-tabs {
    max-width: 1000px;
    margin: 0 auto;
}

.tabs-header {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 243, 255, 0.2);
    border-radius: 25px;
    color: var(--text-glow);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

    .tab-btn:hover {
        background: rgba(0, 243, 255, 0.1);
        border-color: var(--accent-neon);
    }

    .tab-btn.active {
        background: linear-gradient(45deg, var(--accent-neon), var(--accent-purple));
        color: var(--primary-color);
        border-color: transparent;
    }

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

    .tab-pane.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-detail-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .service-detail-item:hover {
        border-color: var(--accent-neon);
        transform: translateX(10px);
        background: rgba(0, 243, 255, 0.05);
    }

    .service-detail-item i {
        font-size: 2rem;
        color: var(--accent-neon);
    }

    .service-detail-item h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--text-glow);
        margin-bottom: 0.5rem;
    }

    .service-detail-item p {
        color: var(--text-glow);
        opacity: 0.8;
        margin-bottom: 0.8rem;
        font-size: 0.95rem;
    }

.tech-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

    .tech-tags span {
        padding: 0.2rem 0.8rem;
        background: rgba(0, 243, 255, 0.1);
        border: 1px solid rgba(0, 243, 255, 0.2);
        border-radius: 12px;
        font-size: 0.8rem;
        color: var(--accent-cyan);
    }

/* Migration Section */
.migration-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 100%);
}

.migration-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.migration-step {
    text-align: center;
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .migration-step:hover {
        border-color: var(--accent-neon);
        transform: translateY(-5px);
    }

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px var(--accent-neon);
    margin-bottom: 1rem;
    font-family: 'Orbitron', sans-serif;
}

.step-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-glow);
    margin-bottom: 0.5rem;
}

.step-content p {
    color: var(--text-glow);
    opacity: 0.7;
    font-size: 0.9rem;
}

/* Pricing Section */
.pricing-section {
    padding: 6rem 5%;
    background: var(--secondary-color);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-card {
    background: linear-gradient(135deg, var(--card-bg) 0%, rgba(26, 26, 46, 0.6) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid rgba(0, 243, 255, 0.2);
    transition: all 0.3s ease;
}

    .pricing-card:hover {
        transform: translateY(-5px);
        border-color: var(--accent-neon);
    }

    .pricing-card i {
        font-size: 2.5rem;
        color: var(--accent-neon);
        margin-bottom: 1rem;
    }

    .pricing-card h3 {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--text-glow);
        margin-bottom: 0.8rem;
    }

    .pricing-card p {
        color: var(--text-glow);
        opacity: 0.8;
        line-height: 1.6;
    }

/* Portfolio Section */
.portfolio-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 100%);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.portfolio-card {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 243, 255, 0.2);
}

.portfolio-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2a2a3a 0%, #1a1a2a 100%);
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-glow);
    margin-bottom: 0.5rem;
}

.portfolio-overlay p {
    color: var(--accent-cyan);
    margin-bottom: 1rem;
}

.portfolio-stats {
    margin: 1rem 0;
}

    .portfolio-stats span {
        display: block;
        color: var(--text-glow);
        margin: 0.3rem 0;
        font-size: 0.95rem;
    }

    .portfolio-stats i {
        color: var(--accent-neon);
        width: 20px;
    }

/* Tools Section */
.tools-section {
    padding: 4rem 5%;
    background: var(--secondary-color);
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.tool-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 12px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

    .tool-item:hover {
        border-color: var(--accent-neon);
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 243, 255, 0.1);
    }

    .tool-item i {
        font-size: 2rem;
        color: var(--accent-neon);
    }

    .tool-item span {
        font-weight: 600;
        color: var(--text-glow);
        font-size: 0.9rem;
        text-align: center;
    }

/* FAQ Section */
.cloud-faq {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 100%);
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .faq-item:hover {
        border-color: var(--accent-neon);
    }

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    transition: background 0.3s ease;
}

    .faq-question:hover {
        background: rgba(0, 243, 255, 0.05);
    }

    .faq-question h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--text-glow);
        margin: 0;
        pointer-events: none;
    }

    .faq-question i {
        color: var(--accent-neon);
        transition: transform 0.3s ease;
        pointer-events: none;
    }

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-answer {
    padding: 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
    color: var(--text-glow);
}

/* CTA Section */
.cloud-cta {
    padding: 6rem 5%;
    background: var(--secondary-color);
    text-align: center;
}

.cta-content h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: 'Orbitron', sans-serif;
    color: var(--text-glow);
}

.cta-content p {
    font-size: 1.2rem;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.cta-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1200px) {
    .cloud-diagram {
        display: none;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 3rem;
    }

    .arch-row {
        flex-direction: column;
    }

    .arch-connector {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-tech-stack {
        justify-content: center;
    }

    .services-grid,
    .migration-steps,
    .pricing-cards,
    .portfolio-grid,
    .tools-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-item {
        flex-direction: column;
        text-align: center;
    }

    .tabs-header {
        flex-direction: column;
    }

    .tab-btn {
        width: 100%;
    }

    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 280px;
    }
}

/* Server Rack Animation */
.server-rack {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 400px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(0, 243, 255, 0.3);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    backdrop-filter: blur(10px);
    animation: floatRack 6s ease-in-out infinite;
}

@keyframes floatRack {
    0%, 100% {
        transform: translateY(-50%) translateY(0);
    }

    50% {
        transform: translateY(-50%) translateY(-10px);
    }
}

.server {
    position: relative;
    width: 100%;
    height: 60px;
    background: rgba(0, 243, 255, 0.1);
    border: 1px solid rgba(0, 243, 255, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    transition: all 0.3s ease;
    animation: serverPulse 2s infinite;
}

.server-1 {
    animation-delay: 0s;
}

.server-2 {
    animation-delay: 0.5s;
}

.server-3 {
    animation-delay: 1s;
}

.server-4 {
    animation-delay: 1.5s;
}

@keyframes serverPulse {
    0%, 100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgba(0, 243, 255, 0.3);
    }
}

.server i {
    color: var(--accent-neon);
    font-size: 1.5rem;
}

.server-led {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00ff00;
    margin-left: auto;
    box-shadow: 0 0 10px #00ff00;
    animation: ledBlink 1s infinite;
}

@keyframes ledBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.rack-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 10px;
    background: rgba(0, 243, 255, 0.05);
    border-radius: 5px;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff00;
    animation: pulse 2s infinite;
}

/* Infrastructure Section */
.infrastructure-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #151528 100%);
}

.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.infrastructure-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

    .infrastructure-card:hover {
        border-color: var(--accent-neon);
        transform: translateY(-5px);
    }

    .infrastructure-card i {
        font-size: 2.5rem;
        color: var(--accent-neon);
        margin-bottom: 1rem;
    }

    .infrastructure-card h3 {
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--text-glow);
        margin-bottom: 1rem;
    }

    .infrastructure-card p {
        color: var(--text-glow);
        opacity: 0.8;
        margin-bottom: 1rem;
    }

    .infrastructure-card ul {
        list-style: none;
        text-align: left;
    }

    .infrastructure-card li {
        padding: 0.3rem 0;
        color: var(--text-glow);
        opacity: 0.7;
        position: relative;
        padding-left: 1.5rem;
    }

        .infrastructure-card li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--accent-cyan);
        }

/* Managed Services */
.managed-services {
    padding: 6rem 5%;
    background: var(--secondary-color);
}

.managed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.managed-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .managed-item:hover {
        border-color: var(--accent-neon);
    }

    .managed-item i {
        font-size: 2rem;
        color: var(--accent-neon);
        margin-bottom: 1rem;
    }

    .managed-item h4 {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--text-glow);
        margin-bottom: 0.5rem;
    }

    .managed-item p {
        color: var(--text-glow);
        opacity: 0.7;
        font-size: 0.9rem;
        line-height: 1.5;
    }

/* Pricing Cards */
.pricing-card {
    position: relative;
    overflow: hidden;
}

    .pricing-card.popular {
        transform: scale(1.05);
        border: 2px solid var(--accent-neon);
        box-shadow: 0 0 30px rgba(0, 243, 255, 0.3);
    }

        .pricing-card.popular::before {
            content: '🔥';
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 1.5rem;
            animation: fire 1s infinite;
        }

@keyframes fire {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.pricing-badge {
    background: rgba(0, 243, 255, 0.1);
    color: var(--accent-neon);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-neon);
    margin: 1rem 0;
}

    .price span {
        font-size: 1rem;
        opacity: 0.7;
    }

.pricing-card ul {
    list-style: none;
    margin: 1.5rem 0;
}

.pricing-card li {
    padding: 0.5rem 0;
    color: var(--text-glow);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Architecture Features */
.arch-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.arch-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 243, 255, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(0, 243, 255, 0.2);
}

    .arch-feature i {
        color: var(--accent-cyan);
    }

    .arch-feature span {
        color: var(--text-glow);
        font-size: 0.9rem;
    }