/**
 * Brand Global (Techoian) Specific Styles
 * Only loaded for Global brand
 */

/* Global-specific color overrides */
.brand-global {
    --accent-global: #3b82f6;
}

/* Hero customization for Global */
.brand-global .hero-section {
    /* Tech-focused blue theme */
}

.brand-global .action-pill {
    background: rgba(59, 130, 246, 0.2) !important;
}

.brand-global .action-pill:hover {
    background: rgba(59, 130, 246, 0.4) !important;
}

/* Launches section special styling */
.brand-global .launches-section {
    margin-top: 40px;
}

.brand-global .launch-card {
    border-width: 2px;
}

/* CTA buttons - more tech-focused */
.brand-global .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

/* Latest phones - cleaner grid for global */
.brand-global .latest-grid {
    gap: 20px;
}

@media (max-width: 768px) {
    .brand-global .hero-cta {
        justify-content: center !important;
    }
}
