/*
 Theme Name:   GeneratePress Child Aura
 Theme URI:    https://aurahost.es
 Description:  Tema hijo para la Agencia AuraHost
 Author:       AuraHost & Design
 Template:     generatepress
 Version:      1.1.0
*/

/* ==========================================================================
   ÍNDICE DE ESTILOS AURAHOST
   1. Variables y Fuentes
   2. Resets y Configuración Global (Body, Scroll)
   3. Tipografía y Botones Globales
   4. Header, Navegación y Menú (Escritorio)
   5. Diseño de Páginas (Home, Precios, FAQ, Contacto)
   6. Footer
   7. BLOQUE MAESTRO RESPONSIVO (Móviles y Tablets)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;600;900&display=swap');

/* ==========================================================================
   1. VARIABLES Y FUENTES
   ========================================================================== */
:root {
    --primary-aura: #8a2be2;    /* Morado Eléctrico */
    --secondary-aura: #4b0082;  /* Indigo profundo */
    --accent-aura: #00f2ff;     /* Cyan neón para detalles */
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   2. RESETS Y CONFIGURACIÓN GLOBAL
   ========================================================================== */
/* Prohibir el desbordamiento lateral (Fix scroll horizontal) */
html, body {
    overflow-x: clip !important; 
    width: 100%;
    margin: 0;
    padding: 0;
    background: radial-gradient(circle at top right, #1a1a2e 0%, #0f0f1a 100%);
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
}

.aura-full-wrapper {
    overflow-x: clip;
    width: 100%;
    box-sizing: border-box;
    background: #050508;
    color: #ffffff;
}

/* Limpiar el fondo blanco que a veces queda bajo el contenido en GeneratePress */
#page { background: transparent !important; }

/* Efecto Cristal (Glassmorphism) base */
.inside-article, .sidebar .widget, .site-header {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* Animaciones Globales */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.aura-float { animation: float 6s ease-in-out infinite; }

/* ==========================================================================
   3. TIPOGRAFÍA Y BOTONES GLOBALES
   ========================================================================== */
h1, h2, h3 {
    background: linear-gradient(to right, #ffffff, var(--primary-aura));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.cyan-text { 
    color: #00f2ff !important; 
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.3); 
    background: none !important;
    -webkit-text-fill-color: initial;
}

/* Botones Base */
.button, button, input[type="submit"] {
    background: linear-gradient(45deg, var(--primary-aura), var(--secondary-aura)) !important;
    border-radius: 50px !important;
    padding: 15px 35px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: white !important;
}

.button:hover, button:hover, input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(138, 43, 226, 0.4);
}

/* ==========================================================================
   4. HEADER, NAVEGACIÓN Y LOGO
   ========================================================================== */
.site-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: rgba(5, 5, 8, 0.75) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease;
}

/* Logo Neón */
.main-title a {
    font-family: 'Inter', sans-serif;
    font-weight: 800 !important;
    font-size: 1.8rem !important;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, filter 0.3s ease;
    background: linear-gradient(90deg, #00f2ff, #8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-title a:hover {
    transform: scale(1.02);
    filter: brightness(1.3) drop-shadow(0 0 8px rgba(138, 43, 226, 0.4));
}

.main-title a::after {
    content: '';
    width: 6px; height: 6px;
    background: #00f2ff;
    border-radius: 50%;
    margin-left: 8px;
    box-shadow: 0 0 10px #00f2ff;
}

.site-branding { display: flex; align-items: center; gap: 15px; }

/* Menú de Navegación */
.main-navigation, .main-navigation .main-nav ul li > a { background: transparent !important; }

.main-navigation .main-nav ul li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem !important;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li.current-menu-item > a {
    color: #00f2ff !important;
    text-shadow: 0 0 15px rgba(0, 242, 255, 0.5);
    transform: translateY(-2px);
}

/* Botón Pro en el menú */
.main-navigation .main-nav ul li:last-child > a {
    background: rgba(138, 43, 226, 0.1) !important;
    border: 1px solid rgba(138, 43, 226, 0.5) !important;
    border-radius: 50px;
    padding: 8px 24px !important;
    margin-left: 15px;
}

.main-navigation .main-nav ul li:last-child:hover > a {
    background: #8a2be2 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.4);
}

/* ==========================================================================
   5. DISEÑO DE PÁGINAS (HOME, PRECIOS, FAQ, CONTACTO)
   ========================================================================== */

/* --- 5.1 HOME HERO --- */
.aura-hero { position: relative; padding: 80px 20px; text-align: center; }
.aura-title-main {
    font-size: clamp(2.2rem, 5vw, 4rem) !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
    animation: fadeInUp 0.8s ease-out;
    background: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: initial;
}
.aura-title-main span {
    background: linear-gradient(90deg, #00f2ff, #8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aura-subtitle {
    font-size: 1.1rem; color: #a0a0a0;
    max-width: 700px; margin: 0 auto 35px auto;
    animation: fadeInUp 1s ease-out;
}
.aura-hero-btns { display: flex; justify-content: center; gap: 15px; animation: fadeInUp 1.2s ease-out; }

/* Botones Hero */
.aura-btn-primary, .aura-btn-secondary {
    display: inline-block; padding: 16px 35px !important; border-radius: 8px !important;
    font-weight: 600; font-size: 1rem; transition: all 0.3s ease !important; text-decoration: none !important;
}
.aura-btn-primary {
    background: linear-gradient(45deg, #8a2be2, #4b0082) !important; color: white !important;
    box-shadow: 0 10px 20px rgba(138, 43, 226, 0.2);
}
.aura-btn-secondary {
    background: rgba(255, 255, 255, 0.05) !important; color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.aura-btn-primary:hover { transform: translateY(-4px) !important; box-shadow: 0 15px 30px rgba(138, 43, 226, 0.4); }
.aura-btn-secondary:hover { transform: translateY(-4px) !important; background: rgba(255, 255, 255, 0.12) !important; }

/* --- 5.1.5 RENDIMIENTO PAGESPEED (VERSIÓN WP-SAFE) --- */
.aura-performance-proof { padding: 60px 20px; background: rgba(0, 242, 255, 0.02); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); margin: 20px 0 60px 0; }
.proof-container { max-width: 1000px; margin: 0 auto; text-align: center; }
.proof-header h2 { font-size: 2.2rem; margin-bottom: 15px; color: #fff; background: none !important; -webkit-text-fill-color: initial; }
.proof-header p { color: #888; margin-bottom: 40px; font-size: 1.1rem; }
.pagespeed-grid { display: flex; justify-content: center; gap: 50px; margin-bottom: 30px; flex-wrap: wrap; }
.ps-item { display: flex; flex-direction: column; align-items: center; gap: 15px; flex: 0 1 auto; }

/* El círculo hecho con pseudo-elementos */
.ps-circle { 
    position: relative; 
    width: 110px; 
    height: 110px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.ps-circle::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    border: 4px solid #00c853;
    box-shadow: 0 0 20px rgba(0, 200, 83, 0.4), inset 0 0 15px rgba(0, 200, 83, 0.2);
    animation: pulse-ring 2s infinite alternate;
}
@keyframes pulse-ring {
    0% { transform: scale(0.95); opacity: 0.8; box-shadow: 0 0 15px rgba(0, 200, 83, 0.2), inset 0 0 10px rgba(0, 200, 83, 0.1); }
    100% { transform: scale(1); opacity: 1; box-shadow: 0 0 25px rgba(0, 200, 83, 0.6), inset 0 0 20px rgba(0, 200, 83, 0.3); }
}

.ps-number { font-size: 2rem; font-weight: 900; color: #00c853; text-shadow: 0 0 20px rgba(0, 200, 83, 0.4); font-family: monospace; z-index: 2; }
.ps-label { color: #fff; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.ps-footer-note { font-size: 0.85rem; color: #555; margin-top: 30px; }

/* --- 5.2 SERVICIOS Y ESTADÍSTICAS --- */
.aura-services-section { padding: 50px 20px; }
.aura-services-grid { display: flex; gap: 20px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; align-items: stretch; }
.aura-card {
    flex: 1; min-width: 300px; background: #0a0a12; border: 1px solid #1a1a25;
    border-radius: 12px; padding: 35px; text-align: center; display: flex; flex-direction: column; align-items: center; transition: 0.3s;
}
.aura-card:hover { border-color: #00f2ff; box-shadow: 0 0 25px rgba(0, 242, 255, 0.1); transform: translateY(-5px); }
.aura-card h3 { color: #ffffff !important; font-size: 1.5rem; margin-bottom: 12px; background: none !important; -webkit-text-fill-color: initial; width: 100%; }
.aura-card p { color: #888; font-size: 0.9rem; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.aura-btn-small {
    padding: 10px 20px; background: rgba(138, 43, 226, 0.1); color: #00f2ff !important;
    border-radius: 5px; font-size: 0.85rem; border: 1px solid rgba(0, 242, 255, 0.3); transition: all 0.3s ease; margin: 0 auto;
}
.aura-card:hover .aura-btn-small { background: #00f2ff; color: #000 !important; transform: translateY(-2px); }

.aura-stats { display: flex; justify-content: center; gap: 80px; padding: 60px 20px; background: #000; margin-top: 40px; border-top: 1px solid #111; flex-wrap: wrap; }
.aura-number { display: block; font-size: 2.5rem; font-weight: 900; color: #00f2ff; text-shadow: 0 0 20px rgba(0, 242, 255, 0.4); }
.aura-label { color: #555; text-transform: uppercase; letter-spacing: 2px; font-size: 0.7rem; }
.aura-bg-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(138, 43, 226, 0.1) 0%, transparent 70%); z-index: -1; }

/* --- 5.2.5 CTA (LLAMADA A LA ACCIÓN FINAL) --- */
.aura-cta { 
    padding: 60px 20px; 
    text-align: center; 
    background: transparent;
}
.aura-cta h2 { 
    font-size: 2.2rem; 
    margin-bottom: 25px; 
    color: white !important; 
    background: none !important; 
    -webkit-text-fill-color: initial;
}

/* --- 5.3 TABLA DE PRECIOS --- */
.aura-pricing-grid { display: flex; justify-content: center; align-items: center; gap: 30px; max-width: 1200px; margin: 0 auto; padding: 40px 20px 80px; flex-wrap: wrap; }
.aura-price-card {
    background: rgba(15, 15, 25, 0.93) !important; backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important; border-radius: 20px; padding: 40px 30px;
    flex: 1; min-width: 300px; max-width: 350px; text-align: center; transition: all 0.4s ease; box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}
.aura-price-card:not(.featured):hover { border-color: rgba(138, 43, 226, 0.4) !important; box-shadow: 0 10px 40px rgba(138, 43, 226, 0.15); }
.aura-price-card.featured {
    border: 2px solid #00f2ff !important; box-shadow: 0 0 60px rgba(0, 242, 255, 0.2) !important;
    transform: scale(1.08) !important; background: rgba(20, 20, 35, 0.95) !important; z-index: 2;
}
.plan-badge { display: inline-block; padding: 6px 16px; background: rgba(255, 255, 255, 0.05); border-radius: 50px; font-size: 0.75rem; text-transform: uppercase; margin-bottom: 20px; color: #aaaaaa; }
.featured-badge { background: rgba(0, 242, 255, 0.1); color: #00f2ff; border: 1px solid rgba(0, 242, 255, 0.3); }
.aura-price-card h3 { font-size: 1.8rem; margin-bottom: 15px; color: #ffffff; background: none; -webkit-text-fill-color: initial;}
.price { font-size: 3.5rem; font-weight: 800; color: #ffffff; margin-bottom: 30px; line-height: 1; }
.price span { font-size: 1.1rem; color: #666666; font-weight: normal; }
.features { list-style: none; padding: 0; margin: 0 0 40px 0; text-align: left; }
.features li { padding: 14px 0 !important; color: #dddddd !important; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.features li:last-child { border-bottom: none; }
.features li strong { color: #ffffff; }

.aura-btn-price { display: block; padding: 15px; background: rgba(255, 255, 255, 0.05); color: #ffffff !important; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.3s ease; }
.featured-btn { background: #00f2ff; color: #000000 !important; border: none; box-shadow: 0 10px 20px rgba(0, 242, 255, 0.2); }
.aura-btn-price:hover { transform: translateY(-3px); background: #ffffff; color: #000000 !important; }

/* --- 5.4 FAQ (Acordeón) --- */
.aura-faq-section { padding: 60px 20px 100px; }
.aura-faq-container { max-width: 800px; margin: 0 auto; }
.aura-faq-container h2 { text-align: center; font-size: 2.5rem; margin-bottom: 10px; color: #fff; background: none; -webkit-text-fill-color: initial;}
.aura-faq-subtitle { text-align: center; color: #aaaaaa; margin-bottom: 50px; font-size: 1.1rem; }
.aura-faq-item { background: rgba(15, 15, 25, 0.6); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 12px; margin-bottom: 15px; overflow: hidden; transition: 0.3s; }
.aura-faq-item summary { padding: 20px 25px; color: #ffffff; font-weight: 600; cursor: pointer; list-style: none; outline: none; position: relative; }
.aura-faq-item summary::-webkit-details-marker { display: none; }
.aura-faq-item summary::after { content: '+'; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color: #00f2ff; font-size: 1.5rem; transition: 0.3s; }
.aura-faq-item[open] { border-color: rgba(0, 242, 255, 0.3); background: rgba(15, 15, 25, 0.9); }
.aura-faq-item[open] summary::after { content: '−'; transform: translateY(-50%) rotate(180deg); color: #8a2be2; }
.faq-content { padding: 0 25px 25px 25px; color: #bbbbbb; line-height: 1.6; border-top: 1px solid rgba(255, 255, 255, 0.03); margin-top: 5px; padding-top: 15px; }

/* --- 5.5 CONTACTO --- */
.aura-contact-section { padding: 20px 20px 100px; }
.aura-contact-grid { display: flex; gap: 60px; max-width: 1200px; margin: 0 auto; align-items: flex-start; }
.aura-contact-info { flex: 1; padding-top: 20px; }
.aura-contact-info h2 { font-size: 2.2rem; color: #ffffff; margin-bottom: 20px; background: none; -webkit-text-fill-color: initial;}
.aura-contact-info p { color: #aaaaaa; line-height: 1.6; margin-bottom: 40px; font-size: 1.1rem; }
.method-item { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.method-title { display: block; color: #8a2be2; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 5px; font-weight: bold; }
.method-item a, .method-item span { color: #ffffff; font-size: 1.2rem; text-decoration: none; transition: 0.3s; }
.method-item a:hover { color: #00f2ff; }
.aura-contact-form-wrapper { flex: 1; background: rgba(15, 15, 25, 0.93); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.6); }
.aura-form .form-group { margin-bottom: 25px; }
.aura-form label { display: block; color: #bbbbbb; margin-bottom: 8px; font-size: 0.9rem; }
.aura-form input, .aura-form textarea { width: 100%; background: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.1); color: #ffffff; padding: 15px; border-radius: 8px; box-sizing: border-box; }
.aura-form input:focus, .aura-form textarea:focus { outline: none; border-color: #00f2ff; background: rgba(0, 0, 0, 0.8); }
.aura-btn-submit { width: 100%; padding: 16px; background: #00f2ff; color: #000000; border: none; border-radius: 8px; font-size: 1.1rem; font-weight: bold; cursor: pointer; transition: 0.3s; }
.aura-btn-submit:hover { background: #ffffff; transform: translateY(-2px); }

/* ==========================================================================
   6. FOOTER
   ========================================================================== */
.site-footer { background-color: #0a0a14 !important; color: #888888 !important; border-top: 1px solid var(--glass-border); padding: 40px 0; }
.site-info { background-color: transparent !important; color: #ffffff !important; font-size: 14px; }

/* ESTILOS BLINDADOS PARA ENLACES DEL FOOTER (AVISO LEGAL) */
.site-info a,
.site-footer a,
.footer-widgets a {
    color: #ffffff !important; /* Blanco puro para que destaque */
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.site-info a:hover,
.site-footer a:hover,
.footer-widgets a:hover {
    color: #00f2ff !important; /* Cian eléctrico AuraHost al pasar el ratón */
    text-shadow: 0 0 10px rgba(0, 242, 255, 0.5) !important; /* Brillo Neón */
}
/* ==========================================================================
   7. BLOQUE MAESTRO RESPONSIVO (MÓVILES Y TABLETS)
   ========================================================================== */

/* --- 7.1 FORZAR MENÚ HAMBURGUESA EN TABLETS Y MÓVILES HORIZONTALES (1100px) --- */
@media (max-width: 1100px) {
    /* Asesinar el menú de escritorio */
    .main-navigation .main-nav > ul,
    .main-navigation .menu-bar-items { 
        display: none !important; 
    }
    
    /* Forzar la aparición del botón hamburguesa nativo de GP */
    .main-navigation .menu-toggle { 
        display: block !important; 
        background: transparent !important; 
        color: #00f2ff !important; 
        border: none !important; 
        font-size: 26px !important; 
        padding: 0 !important; 
    }
    
    /* ELIMINAR LA PALABRA "MENÚ" DE LA HAMBURGUESA */
    .main-navigation .menu-toggle .mobile-menu,
    .main-navigation .menu-toggle .menu-text {
        display: none !important;
    }
    
    /* Ajustar la cabecera para que todo quede en una línea */
    .site-header .mobile-menu-control-wrapper { display: none !important; }
    .inside-header { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 12px 20px !important; flex-wrap: nowrap !important; }
    .site-branding { max-width: 75% !important; overflow: hidden; }
    .main-title a { font-size: 1.25rem !important; white-space: nowrap !important; line-height: 1 !important; }
    .main-navigation { position: static !important; background: transparent !important; width: auto !important; }
    
    /* Desplegable Móvil Aura */
    .main-navigation.toggled .main-nav > ul {
        display: block !important;
        position: fixed !important; top: 65px !important; left: 0 !important; width: 100vw !important;
        background-color: rgba(5, 5, 8, 0.95) !important; backdrop-filter: blur(15px); border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-bottom: 2px solid #00f2ff !important; border-radius: 0 0 16px 16px !important; padding: 10px 0 20px 0 !important;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9) !important; z-index: 999999 !important;
    }
    .main-navigation.toggled .main-nav ul li a { padding: 16px 20px !important; border-bottom: 1px solid rgba(255, 255, 255, 0.03); text-align: center; font-size: 1.15rem !important; }
    .main-navigation.toggled .main-nav ul li:last-child a { border-bottom: none; }
}

/* --- 7.2 AJUSTES PARA TABLETS (992px) --- */
@media (max-width: 992px) {
    /* Ajustes Precios Tablet/Móvil */
    .aura-pricing-grid { flex-direction: column; gap: 15px; padding: 20px 15px 50px; }
    .aura-price-card { max-width: 100%; width: 100%; padding: 25px 20px !important; }
    .aura-price-card.featured { transform: scale(1) !important; margin: 5px 0; }
    .price { font-size: 2.5rem; }
}

/* --- 7.3 AJUSTES PARA MÓVILES VERTICALES (768px) --- */
@media (max-width: 768px) {
    /* Layout Global Móvil */
    .aura-hero { padding: 60px 20px; }
    
    /* AJUSTE DE TÍTULOS RESPONSIVOS BLINDADO */
    h1, .aura-title-main {
        font-size: clamp(2.2rem, 10vw, 3.5rem) !important;
        line-height: 1.1 !important;
        hyphens: none !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        max-width: 100%;
        display: block;
    }
    
    /* Ajustes Móvil para los Círculos PageSpeed */
    .pagespeed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 20px; }
    .ps-circle { width: 85px; height: 85px; }
    .ps-number { font-size: 1.6rem; }
    .proof-header h2 { font-size: 1.8rem; }

    /* Layout Servicios y Resto Móvil */
    .aura-services-grid { display: grid; grid-template-columns: 1fr !important; gap: 30px; padding: 0 20px; box-sizing: border-box; }
    .aura-stats { flex-direction: column; align-items: center; gap: 30px; padding: 0 20px; }
    .aura-contact-grid { flex-direction: column; gap: 40px; }
    .aura-contact-form-wrapper { padding: 30px 20px; width: 100%; box-sizing: border-box;}
    
    /* Botones Móvil */
    .aura-hero-btns, .header-actions { flex-direction: column; align-items: center; gap: 15px !important; width: 100%; padding: 0 20px; box-sizing: border-box; }
    .aura-hero-btns a, .header-actions a { width: 100%; max-width: 300px; text-align: center; box-sizing: border-box; }
}
