/* ==============
 ========= css documentation =========

 * Theme Name: Aurea Finanzas Landing
 * Based on: Datatics HTML Template (Softivus)

============== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

:root {
  --brand-navy-900: #030f1c;
  --brand-navy-800: #05182a;
  --brand-navy-700: #0b2438;
  --brand-navy-600: #112f45;
  --brand-navy-500: #1c3b57;
  --brand-cream: #fdf8f1;
  --brand-ivory: #fff9f0;
  --brand-stone: #e6e2d7;
  --brand-gold-300: #ebcb96;
  --brand-gold-400: #e3bc80;
  --brand-gold-500: #d6a347;
  --brand-gold-600: #b78132;
  --brand-success: #29a88f;
  --brand-gradient: linear-gradient(
    135deg,
    rgba(3, 15, 28, 0.98) 0%,
    rgba(17, 47, 69, 0.94) 55%,
    rgba(214, 163, 71, 0.9) 120%
  );
  --brand-shadow: 0px 25px 65px rgba(3, 15, 28, 0.16);
}

/* ========= 2.1 reset ========= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #0a7e9d;
  border-radius: 5px;
}

*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--brand-navy-500);
  background-color: var(--brand-cream);
  background-image: radial-gradient(
      circle at 12% 20%,
      rgba(255, 255, 255, 0.85),
      transparent 45%
    ),
    radial-gradient(circle at 82% 0%, rgba(214, 163, 71, 0.12), transparent 55%),
    linear-gradient(120deg, rgba(3, 15, 28, 0.04), rgba(214, 163, 71, 0.06));
  overflow-x: hidden;
}

a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-out;
}
a i {
  transition: inherit;
  color: inherit;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  border: 0;
  outline: 0;
}

button {
  border: 0;
  outline: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background-color: transparent;
}
button i {
  transition: inherit;
  color: inherit;
}
button:focus,
button:active,
button:hover {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus {
  border: 0;
  outline: 0;
  box-shadow: 0 0 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  min-height: 150px;
  resize: none;
}

iframe {
  border: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 700;
  color: #01293c;
  font-family: "Poppins", sans-serif;
}

div {
  line-height: 0;
}

/* ========= 2.2 typography ========= */

p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: var(--brand-navy-500);
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: var(--brand-navy-700);
  font-weight: 700;
}
a:hover,
button:hover {
  color: var(--brand-gold-500);
}

h1,
.hero__title {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -19px;
}

h2,
.section-header__title,
.section-content__title {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -14px;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -5px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* ========= 2.3 global ========= */

.section-space {
  padding: 120px 0;
}
.section-space-top {
  padding-top: 120px;
}
.section-space-bottom {
  padding-bottom: 120px;
}

.cta-btn-space {
  margin-top: 40px;
}

.neutral-row-gutter {
  margin-bottom: -30px;
}
.neutral-row-gutter .column-gutter {
  margin-bottom: 30px;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 0;
}

.max-width-unset {
  max-width: unset;
}

.w-100 {
  width: 100%;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.bg-white {
  background-color: #ffffff;
}

.text-bg {
  background: linear-gradient(90deg, var(--brand-gold-300) 0%, var(--brand-gold-600) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-bg-two {
  background: linear-gradient(90deg, var(--brand-navy-700) 0%, var(--brand-navy-500) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header {
  margin-bottom: 55px;
}
.section-header h5 {
  color: #01293c;
  margin-bottom: 22px;
}
.section-header h2 {
  margin-bottom: 13px;
}
.section-header h2.secondary {
  margin-bottom: 27px;
}

.section-content h5 {
  color: var(--brand-gold-500);
  margin-bottom: 22px;
}
.section-content h2 {
  margin-bottom: 13px;
}
.section-content p {
  margin-bottom: -5px;
}
.section-content .cta-btn {
  margin-top: 40px;
}

/* ========= 3.1 buttons ========= */

.button {
  padding: 15px 30px;
  color: var(--brand-navy-900);
  background-color: var(--brand-gold-500);
  background-image: linear-gradient(120deg, var(--brand-gold-500), var(--brand-gold-600));
  border-radius: 999px;
  box-shadow: var(--brand-shadow);
}
.button:hover {
  color: var(--brand-navy-900);
  background-image: linear-gradient(120deg, var(--brand-gold-600), var(--brand-gold-500));
  transform: translateY(-1px);
}

.button--primary {
  padding: 13px 28px;
}

.button--ghost {
  background: transparent;
  border: 1px solid rgba(3, 15, 28, 0.2);
  color: var(--brand-navy-700);
  box-shadow: none;
}
.button--ghost:hover {
  border-color: var(--brand-gold-500);
  color: var(--brand-gold-600);
  background: rgba(214, 163, 71, 0.08);
}

/* ========= scroll to top ========= */

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(120deg, var(--brand-gold-500), var(--brand-gold-600));
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-out;
  transform: translateY(100%);
}
.scrollToTop:hover,
.scrollToTop:focus,
.scrollToTop:active {
  color: #ffffff;
  background-image: linear-gradient(120deg, var(--brand-gold-600), var(--brand-gold-500));
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

/* ========= 4.1 header / navbar ========= */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(253, 248, 241, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(3, 15, 28, 0.04);
}

.header-active {
  background-image: linear-gradient(
    135deg,
    rgba(3, 15, 28, 0.98) 0%,
    rgba(17, 47, 69, 0.94) 55%,
    rgba(17, 47, 69, 0.9) 100%
  );
  transition: all 0.3s ease-out;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar {
  padding: 23px 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(3, 15, 28, 0.08);
}
@media (max-width: 991px) {
  .navbar {
    padding: 23px 0;
  }
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

/* Contenedor dorado del logo en navbar */
.logo {
  max-width: 80px;
  height: auto;

  /* marco dorado más delgado */
  border-radius: 16px;
  padding: 4px; /* antes 8px */

  background: linear-gradient(135deg, #ebcb96, #d6a347, #b78132);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
}


@media (max-width: 1399px) {
  .logo {
    max-width: 120px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .logo {
    max-width: 100px;
    height: 30px;
  }
}

.navbar-out {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .navbar-out {
    gap: 20px;
  }
}

.nav-group-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .nav-group-btn {
    gap: 20px;
  }
}

/* nav links base (desktop) */
.nav-link {
  color: var(--brand-navy-700);
  font-weight: 500;
  padding: 8px 12px 9px !important;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 10px 9px !important;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 10px 16px !important;
    background-color: var(--brand-ivory);
    color: var(--brand-navy-700);
    font-weight: 600;
  }
}

/* mejora visual: blanco + subrayado dorado cuando header está oscuro */
.header-active .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-nav .nav-link {
  border-bottom: 2px solid transparent;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #eaa240;
  border-bottom-color: #eaa240;
}

/* ========= 4.2 hero ========= */

.hero {
  padding: 170px 0 70px;
  background-image: url("../images/three.png"), var(--brand-gradient);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: right bottom, center;
  color: #ffffff;
}
.hero h5 {
  margin-bottom: 32px;
}
.hero .hero__title {
  color: #ffffff;
  margin-bottom: 30px;
}
.hero p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
}
.hero .cta-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero .cta-btn .button {
  border: 0;
  box-shadow: 0px 18px 35px rgba(3, 15, 28, 0.35);
}
.hero .cta-btn .button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}
.hero .cta-btn .button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--brand-gold-300);
}

/* ========= demo (video guía) ========= */

.demo {
  background-color: var(--brand-ivory);
  position: relative;
  overflow: hidden;
}
.demo::after {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 32px;
  border: 1px solid rgba(3, 15, 28, 0.05);
  pointer-events: none;
  z-index: 0;
}
.demo > .container {
  position: relative;
  z-index: 1;
}
.demo__list {
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}
.demo__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--brand-navy-600);
}
.demo__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--brand-gold-500);
}
.demo__player {
  background: #030f1c;
  border-radius: 32px;
  padding: 24px;
  box-shadow: 0px 35px 85px rgba(3, 15, 28, 0.35);
  position: relative;
}
.demo__frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.demo__frame iframe,
.demo__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.demo__note {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

/* ========= features (funcionalidades) ========= */

.features__single {
  padding: 50px 30px 30px;
  background-color: var(--brand-ivory);
  box-shadow: 0px 25px 45px rgba(3, 15, 28, 0.08);
  border-radius: 10px;
}
.features__single .features__single-thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    120deg,
    var(--brand-navy-700) 0%,
    var(--brand-gold-500) 100%
  );
  margin: 0 auto 30px;
}
.features__single h4 {
  margin-bottom: 20px;
}
.features__single p {
  margin-bottom: -5px;
}

/* ========= about (Sobre Aurea) ========= */

.about {
  background-color: var(--brand-navy-800);
  background-image: url("../images/one.png"), var(--brand-gradient);
  background-repeat: no-repeat;
  background-size: auto, 100%;
  background-position: left top;
}
.about h2 {
  color: #ffffff;
}
.about p {
  color: rgba(255, 255, 255, 0.85);
}

/* ========= skill (Nuestra especialidad) ========= */

.skill__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.skill__bar h6 {
  color: var(--brand-navy-700);
  font-weight: 600;
}

.skill__bar-box {
  position: relative;
  margin-bottom: 20px;
}
.skill__bar-box svg circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transition: all 1s ease-in;
}
.skill__bar-box h5 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========= planes (pricing sencillo) ========= */

.pricing__single {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
}
.pricing__single hr {
  opacity: 1;
  margin: 23px 0;
  background-color: #d3d3d3;
}

/* ========= 4.5 footer ========= */

.footer {
  background-image: url("../images/counter-net.png"),
    url("../images/counter-net-right.png"),
    linear-gradient(89.52deg, #0e3648 0.5%, #174155 99.71%);
  background-repeat: no-repeat;
  background-size: auto, auto, 100%;
  background-position: left top, right bottom, left top;
}

.footer .neutral-row-gutter {
  margin-bottom: -50px;
}
.footer .neutral-row-gutter .column-gutter {
  margin-bottom: 50px;
}

/* columna normal: título arriba, contenido debajo */
.footer__single {
  display: block;
}

/* logo del footer: más grande pero contenido */
.footer-logo {
  display: block;
  width: 260px;        /* ajusta 200–260px según lo veas */
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* títulos dorados en footer */
.footer__single h5 {
  color: #eaa240;
  font-weight: 600;
  margin-bottom: 16px;
}

/* descripción del footer */
.footer__single p {
  color: #d3d3d3;
}

/* enlaces del footer */
.footer__links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.footer__links a:hover,
.footer__links a:focus {
  color: #eaa240;
}
.footer__links span {
  color: #ffffff;
}

/* copyright */
.copyright {
  padding: 30px 0 25px;
  border-top: 1px solid #035298;
  margin-top: 60px;
}
.copyright p {
  color: #ffffff;
}
.copyright ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 24px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.copyright ul a {
  font-weight: 400;
}
.copyright ul a:hover {
  color: #f2b705;
}

/* responsive solo para centrar texto en mobile */
@media (max-width: 767px) {
  .copyright p {
    text-align: center;
  }
  .copyright ul {
    justify-content: center;
  }
}


/* ========= 4.6 responsive (solo lo necesario) ========= */

@media only screen and (max-width: 991px) {
  .max-width-unset {
    max-width: 100%;
  }
  .hero {
    padding: 200px 0 100px;
    background-size: 50%, 100%;
  }
  .copyright p {
    text-align: center;
  }
  .copyright ul {
    justify-content: center;
    margin-bottom: 15px;
    column-gap: 15px;
  }
  .about {
    background-size: 50%, 100%;
  }
  .footer {
    background-size: 30%, 30%, 100%;
  }
  .footer .neutral-row-gutter {
    margin-bottom: -60px;
  }
  .footer .neutral-row-gutter .column-gutter {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-space {
    padding: 100px 0;
  }
  .section-space-top {
    padding-top: 100px;
  }
  .section-space-bottom {
    padding-bottom: 100px;
  }
  p,
  th,
  td,
  li,
  input,
  textarea,
  select,
  label,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  h1,
  .hero__title {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -14px;
  }
  h2,
  .section-header__title,
  .section-content__title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 575px) {
  .section-space {
    padding: 80px 0;
  }
  .section-space-top {
    padding-top: 80px;
  }
  .section-space-bottom {
    padding-bottom: 80px;
  }
  .hero {
    padding: 160px 0 75px;
  }
  h1,
  .hero__title {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  h2,
  .section-header__title,
  .section-content__title {
    font-size: 32px;
    line-height: 41.6px;
    margin-top: -8px;
  }
}
/* Slider de funcionalidades (restaurar márgenes y flechas) */
.slick-slide {
  margin: 0 12px;
  text-align: center;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin-left: -12px;
  margin-right: -12px;
  overflow-x: clip !important;
  overflow-y: visible;
}

/* Botones de navegación del slider */
.slider__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.slider-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(3, 15, 28, 0.12);
  transition: all 0.3s ease-out;
  background: #ffffff;
}
.slider-btn i {
  color: var(--brand-navy-600);
  font-size: 16px;
}
.slider-btn:hover,
.slider-btn:focus {
  border-color: var(--brand-gold-500);
  background: rgba(214, 163, 71, 0.04);
}
/* ========= 4.7 Feedback ========= */
.feedback {
  background-color: var(--brand-navy-800);
  background-image: url("../images/one.png"), var(--brand-gradient);
  background-repeat: no-repeat;
  background-size: auto, 100%;
  background-position: left top;
}

.feedback h2,
.feedback p {
  color: #ffffff;
}

/* Imagen siempre a la derecha dentro de su columna */
.feedback__visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* estilo base de la imagen */
.feedback__image {
  max-width: 80%;
  height: auto;
}

/* en desktop, empujarla un poco más hacia la esquina */
@media (min-width: 992px) {
  .feedback__visual {
    position: relative;
  }

  .feedback__image {
    position: relative;
    right: -40px;      /* mueve hacia afuera a la derecha */
    max-width: 85%;
  }
}
/* que el contenido no arranque tan pegado a la izquierda */
.feedback .section-content {
  max-width: 620px;          /* mantiene una columna legible */
  margin-left: 80px;         /* separa del borde y de la red */
}

/* en pantallas grandes, aún más respiro */
@media (min-width: 1200px) {
  .feedback .section-content {
    margin-left: 140px;
  }
}

/* en móviles, que vuelva al centro y no se corte */
@media (max-width: 767px) {
  .feedback .section-content {
    margin-left: 0;
    text-align: left;
  }
}

