* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  color: #000;
}



/* -------- HERO SECTION -------- */
.hero-section {
  background: url("http://faqsii.azurewebsites.net/media/2kzbicna/background.svg") no-repeat center center/cover;
  color: white;
  padding: 80px 5% 200px 5%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  position: relative;
}

/* -------- HERO TEXT -------- */
.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 120px;
  width: 100%;
}

.hero-content {
  max-width: 770px;
}

.hero-content h1 {
  margin: 0;
  color: var(--Ultramar, #283c78);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-content p {
  margin: 12px 0 0 0;
  color: var(--Negro, #000);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* -------- RESPONSIVE HERO STYLES -------- */
@media (max-width: 768px) {
  section h1 {
    font-size: 28px !important;
  }
  section p {
    font-size: 16px !important;
  }
  section button {
    width: 100% !important;
    max-width: 320px !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-section {
    padding: 80px 20px 140px 20px !important;
  }
  .nav-links {
    font-size: 14px !important;
  }
}

/* smartbanking */

.smartbanking {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 100px 80px;
}

#SB_devices img{
  width: 100%;
  max-width: 530px;
}

/* === Illustration === */
.illustration {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablet {
  width: 515px;
  height: 384px;
  border-radius: 29px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tablet-icon {
  width: 98px;
  height: 111px;
  position: absolute;
  top: 100px;
  left: 180px;
  border-radius: 29px;
  border: 1px solid #000;
  background: var(--Aguamarina, #2d50a0);
}

.mobile {
  position: absolute;
  left: -70px;
  top: 30px;
  width: 223px;
  height: 404px;
  flex-shrink: 0;
  background: #03225c;
  border-radius: 20px;
}

/* === Content === */
.content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 420px;
}

.content .content-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content h2 {
  color: var(--Negro, #000);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content p {
  color: var(--Negro, #000);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* === Responsive === */
@media (max-width: 900px) {
  .smartbanking {
    flex-direction: column;
    padding: 60px 40px;
    text-align: center;
  }

  .illustration {
    margin-bottom: 40px;
  }

  .mobile {
    position: absolute;
    left: -40px;
    top: 40px;
  }
}

@media (max-width: 500px) {
  .tablet {
    width: 260px;
    height: 160px;
  }

  .tablet-icon {
    width: 50px;
    height: 55px;
    top: 78px;
    left: 85px;
    border-radius: 16px;
  }

  .mobile {
    width: 100px;
    height: 200px;
    left: -30px;
  }

  .content h2 {
    font-size: 1.6rem;
  }

  .content p {
    font-size: 0.9rem;
  }

  .icons {
    gap: 14px;
    justify-content: center;
  }
}

/* Features Section */
.features-section {
  background: #039be5;
  color: #fff;
  padding: 80px 40px;
}

.features-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

/* Left Content */
.features-content {
  min-width: 300px;
  display: flex;
  width: 307px;
  height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}
.feature-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.features-content h2 {
  color: var(--White, #fff);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.features-content p {
  color: var(--White, #fff);
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Cards */
.cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex: 2 1 600px;
}

.cards-top,
.cards-bottom {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 24px;
  flex: 1 1 250px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.feature-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.features-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.features-card-text h3 {
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.features-card-text p {
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .features-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .features-content {
    align-items: center;
    text-align: center;
  }

  .features-content p {
    max-width: 600px;
  }

  .cards {
    width: 100%;
  }

  .cards-top,
  .cards-bottom {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .cards-top,
  .cards-bottom {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .feature-card {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .features-card-text {
    align-items: center;
  }

  .feature-card img {
    margin: 0 auto;
  }

  .features-content h2 {
    font-size: 30px;
  }

  .features-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .features-section {
    padding: 60px 25px;
  }

  .features-content h2 {
    font-size: 26px;
  }

  .features-content p {
    font-size: 15px;
  }

  .feature-card {
    padding: 24px 18px;
  }
}

/* Backoffic section */
/* Backoffice section */
.backoffice-section {
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 1 0 0;
  align-self: stretch;
  grid-row: 5 / span 1;
  grid-column: 2 / span 10;
}

/* Header */
.backoffice-header {
  text-align: center;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.backoffice-header h2 {
  color: #001833;
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.backoffice-header p {
  color: var(--texto, #000);
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Feature Lists */
.backoffice-features {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  width: 100%;
}

.feature-list {
  display: flex;
  width: 450px;
  max-width: 460px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 24px;
  background: var(--BG-card, #f9f9ff);
}

.feature-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  margin: 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 20px;
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.feature-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #039be5;
  font-size: 18px;
  font-weight: 700;
}

/* Charts Section */
.backoffice-charts {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  justify-content: center; /* Center the chart cards */
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin-top: 4%;
}

.chart-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px;
  border: 1px solid var(--Niebla, #eee);
  border-radius: 12px;
  min-width: 280px;
  max-width: 687px;
  background: #fff;
  box-sizing: border-box;
}

.chart-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.chart-card img.data {
  max-width: 130px;
  margin-left: 4%;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .chart-card {
    flex: 1 1 45%; /* Two charts per row on medium screens */
  }
}

@media (max-width: 1024px) {
  .backoffice-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-list {
    width: 100%;
    max-width: 600px;
  }

  .chart-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .backoffice-section {
    padding: 70px 25px;
  }

  .backoffice-header h2 {
    font-size: 30px;
  }

  .backoffice-header p {
    font-size: 16px;
  }

  .feature-list {
    padding: 30px 25px;
  }

  .chart-card {
    flex: 1 1 100%; /* Single chart per row on mobile */
    padding: 25px;
  }
}

@media (max-width: 480px) {
  .feature-list li {
    font-size: 15px;
  }

  .backoffice-header h2 {
    font-size: 26px;
  }

  .chart-card {
    padding: 20px;
  }

  .chart-card img {
    border-radius: 6px;
  }
}

/* ---------- security section ---------- */
.security-section {
  background: var(--Niebla, #eee);
  padding: 80px 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}

.security-title {
  font-size: 2rem;
  color: #0a2540;
  text-align: center;
  font-weight: 600;
  color: #001833;
  text-align: center;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Main Content ---------- */
.security-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
}

.security-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  gap: 10px;
}

.security-text h3 {
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.security-text p {
  color: #101b31;
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.security-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.security-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* ---------- Boxes ---------- */
.security-boxes {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 100%;
  margin-top: 30px;
}

.security-box {
  display: flex;
  padding: 21px;
  align-items: flex-start;
  flex-direction: column;
  gap: 27px;
  border-radius: 16px;
  border: 1px solid var(--Ultramar-80, #b1c5ff);
  background: rgba(255, 255, 255, 0.74);
}

.security-box:hover {
  transform: translateY(-5px);
}

.security-box h4 {
  color: #101b31;

  /* H3 */
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.security-box p {
  color: #101b31;

  /* Body Text */
  font-family: Lato, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .security-content {
    flex-direction: column;
    text-align: center;
  }
  .security-text {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .security-section {
    padding: 60px 5%;
  }

  .security-boxes {
    flex-direction: column;
    align-items: center;
  }

  .security-box {
    max-width: 100%;
  }
}



        