/**
Theme Name: Zerua Cloud
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zerua-cloud
Template: astra
*/


/* Hero con degradado y formulario en tarjeta */
.zerua-hero {
  background: linear-gradient(135deg, #0B1B33 0%, #16345E 48%, #1971C2 100%);
  padding: 110px 0 80px;
}
.zerua-hero-copy { padding-right: 40px; }
.zerua-hero-sub { color: #D8E4F5; font-size: 18px; line-height: 1.6; }
.zerua-hero-checks { list-style: none; margin: 25px 0 0; padding: 0; }
.zerua-hero-checks li {
  color: #FFFFFF; padding: 6px 0 6px 30px; position: relative; font-size: 16px;
}
.zerua-hero-checks li::before {
  content: "\2713"; position: absolute; left: 0; top: 6px;
  color: #F59F00; font-weight: 700;
}
.zerua-hero-note { color: #9DB8DC; font-size: 14px; margin-top: 18px; }

.zerua-form-card .vc_column-inner {
  background: #FFFFFF; border-radius: 14px; padding: 32px 30px 24px !important;
  box-shadow: 0 20px 50px rgba(5, 15, 35, 0.35);
}
.zerua-form-intro { color: #6B7280; font-size: 15px; margin-bottom: 6px; }
.zerua-form-card .gform_wrapper input[type="submit"] {
  background: #1971C2; color: #fff; border: 0; border-radius: 8px;
  width: 100%; padding: 14px; font-weight: 600; cursor: pointer;
}
.zerua-form-card .gform_wrapper input[type="submit"]:hover { background: #16345E; }
.zerua-form-card .gform_wrapper .gfield_consent_description {
  font-size: 11px; color: #9CA3AF; border: 0; padding: 0; max-height: none;
}

/* Barra de confianza */
.zerua-trustbar { background: #0B1B33; padding: 34px 0 20px; }
.zerua-trustbar p { color: #C9D6EA; }
.zerua-trustbar strong { color: #FFFFFF; }

/* Fondos y secciones */
.zerua-bg-soft { background: #F2F6FB; padding: 70px 0 60px; }
#hosting, #cloud, #faq { padding: 70px 0 60px; }

/* Banda CTA intermedia con degradado */
.zerua-cta-band {
  background: linear-gradient(90deg, #1971C2 0%, #16345E 100%);
  padding: 45px 0 35px;
}
.zerua-band-text { color: #D8E4F5; font-size: 16px; }
.zerua-band-btn { margin-top: 10px; }

/* Estadísticas de cercanía */
.zerua-stat { font-size: 32px; font-weight: 600; color: #1971C2; }

/* Cierre */
.zerua-final {
  background: linear-gradient(135deg, #16345E 0%, #0B1B33 100%);
  padding: 70px 0 60px;
}
.zerua-final-text { color: #C9D6EA; text-align: center; max-width: 640px; margin: 0 auto 10px; }

/* FAQ y detalles */
.vc_toggle_simple { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }
html { scroll-behavior: smooth; }

/* Responsive: el formulario pasa debajo del copy en móvil */
@media (max-width: 767px) {
  .zerua-hero { padding: 80px 0 50px; }
  .zerua-hero-copy { padding-right: 0; margin-bottom: 35px; }
}


/* Corrección: columnas en escalera */
.vc_row.vc_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.vc_row.vc_inner > .wpb_column {
  float: none;
  display: flex;
  flex-direction: column;
}
.vc_row.vc_inner > .wpb_column .vc_column-inner {
  width: 100%;
}

.ast-header-button-1 .ast-custom-button::before {
  content: "\260E";
  margin-right: 7px;
}