/* --- ROOT & RESET --- */
:root {
    --primary: #FF8C00;    /* Duck Orange */
    --secondary: #00BFFF;  /* Code Blue */
    --dark: #f1f5f9;       /* Re-purposed as Light Text for Dark Mode */
    --bg-body: #0f172a;    /* Slate 900 (Deep Dark) */
    --bg-surface: #1e293b; /* Slate 800 (Card Background) */
    --text-main: #f8fafc;  /* Slate 50 */
    --text-muted: #94a3b8; /* Slate 400 */
    --glass: rgba(30, 41, 59, 0.7); /* Dark Glass */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--bg-body); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }

.container { max-width: 1300px; margin: 0 auto; padding: 0 25px; }
.section-padding { padding: 100px 0; }
.bg-soft { 
    background-color: #020617; /* Darker shade for alternating sections */
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

/* --- NAVIGATION --- */
header { 
    background: rgba(15, 23, 42, 0.85); 
    backdrop-filter: blur(15px); 
    position: fixed; 
    width: 100%;
    left: 0;
    top: 0; 
    z-index: 1000; 
    padding: 10px 0; 
    border-bottom: 1px solid rgba(255,255,255,0.05); 
}
nav { display: flex; justify-content: space-between; align-items: center; }
.logo-wrapper { display: flex; align-items: center; }
.logo-text { font-size: 2.4rem; font-weight: 800; letter-spacing: -1px; color: var(--primary); line-height: 1; margin-top: -8px; }
.logo-text span { color: var(--secondary); }


.nav-right { display: flex; align-items: center; gap: 40px; }
.nav-menu { display: flex; list-style: none; gap: 30px; }
.nav-menu a { text-decoration: none; color: var(--text-main); font-weight: 500; font-size: 0.95rem; transition: 0.3s; }
.nav-menu a:hover { color: var(--primary); }

.nav-menu li { position: relative; }
.nav-menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) skewX(-20deg);
    width: 4px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.wa-nav-icon { 
    background: #25D366; color: white; width: 42px; height: 42px; 
    display: flex; align-items: center; justify-content: center; 
    border-radius: 12px; font-size: 1.4rem; transition: 0.3s; text-decoration: none; 
}
.wa-nav-icon:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3); }

/* --- HERO SECTION --- */
.hero { position: relative; padding-top: 150px; padding-bottom: 50px; min-height: 90vh; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: linear-gradient(rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.8)), url('images/herobanner.jpg') no-repeat center center/cover; color: var(--text-main); }
.mesh-gradient {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;
    background-image: 
        radial-gradient(at 0% 0%, rgba(0, 191, 255, 0.2) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(255, 140, 0, 0.2) 0px, transparent 50%),
        radial-gradient(at 50% 100%, rgba(0, 191, 255, 0.1) 0px, transparent 50%);
}

.hero-flex { display: flex; align-items: center; gap: 60px; flex: 1; width: 100%; }
.hero-content { flex: 1.2; }
.hero-animation { flex: 1; display: flex; justify-content: center; align-items: center; min-height: 400px; position: relative; }

.badge-modern { background: rgba(255, 140, 0, 0.15); color: var(--primary); padding: 6px 14px; border-radius: 8px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; margin-bottom: 20px; display: inline-block; border: 1px solid rgba(255, 140, 0, 0.2); }
h1 { font-size: 4rem; line-height: 1.1; font-weight: 800; margin-bottom: 25px; color: var(--text-main); }
.hero h1 { color: var(--text-main); }
.hero p { color: #cbd5e1; }
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.btn-main { background: var(--primary); color: white; padding: 18px 35px; border-radius: 12px; text-decoration: none; font-weight: 600; transition: 0.3s; display: inline-block; }
.hero .btn-main { background: var(--text-main); color: var(--bg-body); }
.btn-main:hover, .hero .btn-main:hover { background: var(--primary); color: white; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(255, 140, 0, 0.2); }

/* --- LOGO ANIMATION --- */
.orbit-system { position: relative; width: 400px; height: 400px; display: flex; justify-content: center; align-items: center; }
.core-logo { 
    width: 160px; height: 160px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 50%; 
    position: relative; z-index: 10; box-shadow: 0 20px 50px rgba(0,0,0,0.05); overflow: hidden; 
    animation: floating 4s ease-in-out infinite;
}
#mainLogo { width: 75%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: 1s ease; }
#mainLogo.finished-assembly { opacity: 1; }

.mech-overlay { position: absolute; inset: 0; z-index: 20; display: flex; transition: 0.5s; }
.metal-plate { position: absolute; width: 50%; height: 100%; background: #1e293b; transition: 1.2s cubic-bezier(0.7, 0, 0.3, 1); }
.plate-left { left: 0; }
.plate-right { right: 0; }
.mech-overlay.finished .plate-left { transform: translateX(-100%); }
.mech-overlay.finished .plate-right { transform: translateX(100%); }

.orbit-lines { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.orbit-lines line { stroke: rgba(255, 255, 255, 0.15); stroke-width: 1.5; }

.satellite { 
    position: absolute; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 8px 16px; border-radius: 50px; 
    font-size: 0.7rem; font-weight: 800; box-shadow: 0 5px 15px rgba(0,0,0,0.05); 
    color: var(--text-main);
    opacity: 0; transform: scale(0); transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
.satellite.active { opacity: 1; transform: scale(1); }

/* Satellite Positions */
.pos-1 { top: 0; left: 50%; translate: -50% 0; } .pos-2 { right: 0; top: 30%; } .pos-3 { bottom: 10%; right: 15%; }
.pos-4 { bottom: 10%; left: 15%; } .pos-5 { left: 0; top: 30%; }

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* --- HERO BOTTOM CARDS --- */
.hero-bottom-cards { width: 100%; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(10px); border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 25px 0; margin-top: 40px; z-index: 10; }
.hero-card-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.mini-card {
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px;
    padding: 15px 10px; text-align: center; transition: 0.3s;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
}
.mini-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.15); border-color: var(--primary); }
.mini-card i { font-size: 1.5rem; color: var(--secondary); transition: 0.3s; }
.mini-card:hover i { color: var(--primary); transform: scale(1.1); }
.mini-card span { color: var(--text-main); font-size: 0.8rem; font-weight: 600; line-height: 1.2; }

/* --- SECTIONS --- */
.section-header { text-align: center; margin-bottom: 60px; }
.section-header.text-left { text-align: left; margin-bottom: 30px; }
.section-header h2 { 
    display: inline-block;
    background: var(--bg-surface);
    padding: 15px 40px;
    border-radius: 12px;
    border-bottom: 6px solid var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    font-size: 2.2rem; 
    font-weight: 800; 
    margin-bottom: 20px;
    color: var(--text-main);
    transition: 0.3s;
}
.section-header h2:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.12); }
.section-header h2 i { margin-right: 15px; color: var(--primary); }
.section-header p { color: var(--text-muted); max-width: 700px; margin: 0 auto; }
.svc-col.right .section-header p {
    background: rgba(2, 6, 23, 0.85);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

/* --- SERVICES SECTION --- */
.services-section { position: relative; overflow: hidden; background: transparent; }

.svc-bg-layer {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: url('images/backservice.jpg') no-repeat center center/cover;
    z-index: -2;
}
.svc-bg-layer.base { opacity: 0.3; }
.svc-bg-layer.accent {
    opacity: 0.8;
    /* Parallelogram shape on the right side */
    clip-path: polygon(85% 0, 100% 0, 100% 100%, 65% 100%);
    z-index: -1;
    mix-blend-mode: overlay; /* Optional: blends nicely with dark theme */
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Left, Center, Right (Spacer) */
    gap: 40px;
    align-items: center;
}

.svc-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    transition: 0.3s;
    background: rgba(2, 6, 23, 0.85);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.svc-item:hover { transform: translateX(5px); }
.svc-item:last-child { margin-bottom: 0; }

.svc-col.left .svc-item { justify-content: flex-end; text-align: right; }
.svc-col.left .svc-item:hover { transform: translateX(-5px); }
.svc-col.left .svc-item .svc-content { order: 1; }
.svc-col.left .svc-item .svc-icon { order: 2; }

.svc-col.center .svc-item { justify-content: flex-start; text-align: left; }
.svc-col.center .svc-item .svc-content { order: 2; }
.svc-col.center .svc-item .svc-icon { order: 1; }

.svc-icon { font-size: 2.5rem; color: var(--primary); min-width: 60px; display: flex; justify-content: center; }
.svc-content h3 { color: var(--text-main); font-size: 1.3rem; margin-bottom: 8px; font-weight: 700; }
.svc-content p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.5; margin: 0; }

.fac-card { display: flex; ght: 220px; object-fit: cover; opacity: 0.8; transition: opacity 0.3s ease; }
.fac-card { display: flex; flex-direction: column; gap: 0; align-items: stretch; background: var(--bg-surface); padding: 0; border-radius: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.03); overflow: hidden; }
.fac-img { width: 100%; height: 160px; object-fit: cover; opacity: 0.8; transition: opacity 0.3s ease; }
.fac-img { width: 100%; height: 230px; object-fit: cover; opacity: 0.8; transition: opacity 0.3s ease; }
.fac-card:hover .fac-img { opacity: 1; }
.fac-body { display: flex; gap: 25px; align-items: flex-start; padding: 35px; }

.fac-icon { font-size: 2rem; color: var(--primary); }

.modern-news { background: var(--bg-surface); padding: 30px; border-radius: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: 0.3s; border: 1px solid rgba(255,255,255,0.03); display: flex; flex-direction: column; align-items: flex-start; }
.modern-news:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); border-color: var(--primary); }
.news-tag { background: rgba(0, 191, 255, 0.15); color: var(--secondary); padding: 4px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 700; display: inline-block; margin-bottom: 15px; }
.modern-news h4 { font-size: 1.2rem; margin-bottom: 10px; color: var(--text-main); font-weight: 700; line-height: 1.3; }
.modern-news p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* --- ABOUT SECTION --- */
.about-left-col { display: flex; flex-direction: column; }
.about-left-col .section-header { text-align: center; }
.about-img-wrapper { display: flex; justify-content: center; align-items: center; position: relative; margin-top: 10px; }
.mascot-img { width: 100%; max-width: 450px; position: relative; z-index: 2; filter: drop-shadow(0 0 30px rgba(0, 191, 255, 0.15)); animation: float-slow 6s ease-in-out infinite; }

.tech-spark {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(0, 191, 255, 0.5) 0%, rgba(0, 191, 255, 0) 70%);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    animation: spark-pulse 3s infinite;
}

@keyframes spark-pulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.4; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; filter: brightness(1.3); }
    100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.4; }
}

/* --- FOUNDER INFO --- */
.founder-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    padding: 25px 50px;
    background: var(--bg-surface);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 0 0 4px rgba(15, 23, 42, 0.5), 0 15px 40px rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
    max-width: 500px;
    align-self: center;
}

.founder-pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    box-shadow: 0 0 15px rgba(255, 140, 0, 0.2);
}

.founder-images {
    display: flex;
    align-items: center;
    gap: 20px;
}

.founder-sign { height: 80px; width: auto; filter: invert(1) brightness(1.5); }
.founder-role { font-size: 0.75rem; color: var(--secondary); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; margin-top: 5px; }

.about-card {
    background: var(--bg-surface);
    border: 1px solid rgba(255,255,255,0.05);
    border-left: 4px solid var(--secondary);
    padding: 25px 30px;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.about-card:hover {
    transform: translateX(10px);
    border-left-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: rgba(30, 41, 59, 0.9);
}
.about-card h4 { color: var(--text-main); margin-bottom: 8px; font-size: 1.1rem; font-weight: 700; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.about-card h4 i { color: var(--primary); font-size: 1rem; }
.about-card p { font-size: 0.95rem; color: var(--text-muted); margin: 0; line-height: 1.6; }

.mission-list { list-style: none; margin-top: 5px; }
.mission-list li { margin-bottom: 6px; padding-left: 20px; position: relative; color: var(--text-muted); font-size: 0.95rem; }
.mission-list li::before { content: '•'; color: var(--secondary); position: absolute; left: 0; font-weight: bold; font-size: 1.2rem; line-height: 1; top: -2px; }
.mission-list strong { color: var(--text-main); }

/* --- CLIENTS SECTION --- */
.client-section {
    background-color: #050b14; /* Deep Dark Background */
    position: relative;
    padding: 10px 0; /* Reduced padding height */
}

.client-layout {
    display: flex;
    align-items: center;
    gap: 40px;
}

.client-info-card {
    flex: 0 0 33.33%; /* 1/3 width */
    width: 33.33%;
}

.client-slider-wrapper {
    flex-grow: 1;
    width: 0; /* Crucial for flex child scrolling */
    overflow-x: hidden;
    position: relative;
    padding: 30px 0;
    /* Custom cursor: Arrow with text 'DRAG LEFT & RIGHT' below */
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='50' viewBox='0 0 120 50'%3E%3Cpath d='M40 15 L30 15 L35 10 M30 15 L35 20 M80 15 L90 15 L85 10 M90 15 L85 20 M30 15 L90 15' stroke='%23FF8C00' stroke-width='2' fill='none'/%3E%3Ctext x='60' y='35' font-family='sans-serif' font-size='10' font-weight='800' text-anchor='middle' fill='%23FF8C00'%3EDRAG LEFT %26 RIGHT%3C/text%3E%3C/svg%3E") 60 25, ew-resize;
}
.client-slider-wrapper:active { cursor: grabbing; }

.client-slider { display: flex; gap: 50px; width: max-content; user-select: none; }

.client-item {
    width: 140px; height: 140px; /* Adjusted for card look */
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    position: relative;
    border-radius: 16px; /* Card rounded corners */
    background: var(--bg-surface); /* Card background */
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy effect */
    padding: 20px;
}

/* Default State: Original Colors */
.client-item img {
    width: 100%; height: 100%; object-fit: contain;
    filter: none; /* Original color */
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

/* Remove the tint overlay */
.client-item::after {
    display: none;
}

/* Hover State: Scale Up 25% */
.client-item:hover {
    transform: scale(1.25); /* 25% bigger */
    border-color: var(--primary);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    z-index: 10;
}

.client-item:hover img {
    /* Image stays original */
}

/* --- PROCESS SECTION --- */
.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 25px;
    background: rgba(255, 140, 0, 0.1);
    box-shadow: 0 0 15px rgba(255, 140, 0, 0.2);
    transition: 0.3s;
}
.process-item:hover .process-icon { transform: scale(1.1); background: var(--primary); color: white; }

.process-card {
    background: var(--bg-surface);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.process-card:hover { transform: translateY(-5px); border-color: var(--secondary); }

.process-number { position: absolute; top: 10px; right: 20px; font-size: 3.5rem; font-weight: 800; color: rgba(255, 255, 255, 0.03); line-height: 1; pointer-events: none; }
.process-card h3 { color: var(--text-main); margin-bottom: 10px; font-size: 1.25rem; position: relative; z-index: 1; }
.process-card p { color: var(--text-muted); font-size: 0.9rem; position: relative; z-index: 1; }

/* --- FOOTER --- */
footer { background: #020617; color: white; padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 60px; }
.footer-col h4 { margin-bottom: 25px; color: var(--secondary); font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col a { color: #94a3b8; text-decoration: none; transition: 0.3s; }
.footer-col a:hover { color: var(--primary); }

.contact-item { display: flex; gap: 15px; margin-bottom: 20px; color: #94a3b8; align-items: flex-start; }
.contact-item i { color: var(--primary); font-size: 1.1rem; margin-top: 4px; }

.footer-bottom { margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.05); color: #475569; font-size: 0.85rem; }

/* --- SCROLL ANIMATION --- */
.reveal-on-scroll {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-on-scroll.visible { opacity: 1; transform: scale(1); }

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .hero-flex, .footer-grid, .grid-3, .grid-2 { grid-template-columns: 1fr; text-align: center; }
    .services-layout { grid-template-columns: 1fr; gap: 30px; }
    .svc-col.left .svc-item, .svc-col.center .svc-item { justify-content: flex-start; text-align: left; }
    .svc-col.left .svc-item .svc-content { order: 2; }
    .svc-col.left .svc-item .svc-icon { order: 1; }
    .svc-col.right { order: -1; text-align: center; }
    .svc-col.right .section-header { text-align: center; }
    .hero-card-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-animation { order: -1; margin-bottom: 40px; }
    
    /* Client Section Mobile */
    .client-layout { flex-direction: column-reverse; text-align: center; }
    .client-info-card { width: 100%; margin-bottom: 20px; }
    .client-info-card .section-header { text-align: center !important; }
    .client-slider-wrapper { width: 100%; }
    
    h1 { font-size: 2.8rem; }
    .nav-menu { display: none; }
    .contact-item { justify-content: center; }
}
@media (max-width: 576px) {
    .hero-card-grid { grid-template-columns: repeat(2, 1fr); }
    
    /* Mobile Layout Fixes */
    .container { padding: 0 20px; }
    .logo-text { font-size: 1.8rem; }
    .founder-info { padding: 20px; width: 100%; max-width: 100%; }
    .founder-pic { width: 60px; height: 60px; }
    .founder-sign { height: 50px; }
    .tech-spark { width: 250px; height: 250px; }
    .mascot-img { max-width: 80%; }
}

/* --- PRICING SECTION --- */
.pricing-card {
    background: var(--bg-surface);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pricing-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}
.pricing-card.popular {
    border-color: var(--primary);
    background: linear-gradient(180deg, rgba(255, 140, 0, 0.05) 0%, var(--bg-surface) 100%);
}
.popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.4);
}
.pricing-header { text-align: center; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }
.pricing-header h3 { font-size: 1.8rem; color: var(--text-main); margin-bottom: 5px; }
.package-type { display: block; color: var(--secondary); font-size: 0.9rem; font-weight: 600; margin-bottom: 15px; }
.price { font-size: 2rem; font-weight: 800; color: var(--text-main); }
.price small { font-size: 0.9rem; color: var(--text-muted); font-weight: 400; }

.pricing-body { flex-grow: 1; display: flex; flex-direction: column; }
.pricing-body .desc { text-align: center; color: var(--text-muted); font-size: 0.95rem; margin-bottom: 25px; min-height: 60px; }
.pricing-features { list-style: none; margin-bottom: 30px; flex-grow: 1; }
.pricing-features li { margin-bottom: 12px; color: var(--text-muted); font-size: 0.95rem; display: flex; align-items: flex-start; gap: 10px; }
.pricing-features li i { color: var(--primary); margin-top: 5px; font-size: 0.8rem; }

.btn-pricing {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-main);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-card:hover .btn-pricing, .pricing-card.popular .btn-pricing {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}