.sec-area{
  --bg: #fcfcfc;
  --text: #101114;
  --muted: #4b4d55;
  --accent: #0b74c6;
  --border: rgba(16, 17, 20, .10);
  --shadow: 0 14px 40px rgba(0,0,0,.10);
  --max: 1180px;

  background: var(--bg);
  padding: clamp(36px, 5vw, 78px) 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
}

.sec-area, .sec-area *{ box-sizing: border-box; }

.sec-area__container{
  max-width: var(--max);
  margin: 0 auto;
}

.sec-area__header{
  max-width: 72ch;
  margin-bottom: clamp(18px, 2.2vw, 30px);
}

.sec-area__topmark{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}


.sec-area__title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  margin-top: -50px;
}

.sec-area__subtitle{
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.6;
}

.sec-area__grid{
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: clamp(14px, 2vw, 22px);
  align-items: start;
}

.sec-area__card{
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(180deg, rgb(11, 117, 198), rgba(30, 18, 162, 0.999));
  box-shadow: var(--shadow);
}

.sec-area__cardTitle{
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.sec-area__chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.sec-area__chip{
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 14px;
  line-height: 1;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.sec-area__chip:hover{
  transform: translateY(-1px);
  border-color: rgba(11,116,198,.25);
  background: rgb(22, 182, 64);
  color: white;
}

.sec-area__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(11,116,198,.25);
  background: rgb(74, 201, 57);
  color: white;
  transition: transform .15s ease, background .15s ease;
}
.sec-area__cta:hover{
  transform: translateY(-2px);
  background: rgba(11,116,198,.16);
}

.sec-area__info{
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 18px;
  background: #ececec;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.sec-area__infoTitle{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}

.sec-area__steps{
  margin: 0 0 14px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.sec-area__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sec-area__badge{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.03);
}

/* Responsivo */
@media (max-width: 900px){
  .sec-area__grid{
    grid-template-columns: 1fr;
  }
}



/*app-slides*/
.apps-showcase {
  background: #f3f3f3;
  padding: 64px 24px;
  overflow: hidden;
}

.apps-showcase__content {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.apps-showcase__text {
  max-width: 560px;
}

.apps-showcase__title {
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 4vw, 3rem);
  line-height: 0.98;
  font-weight: 800;
  color: #262626;
  letter-spacing: -0.04em;
}

.apps-showcase__description {
  margin: 0 0 32px;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  color: #5a5a5a;
}

.apps-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #1ba826;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apps-showcase__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 122, 255, 0.2);
}

.apps-showcase__media {
  position: relative;
  min-width: 0;
}

.apps-showcase__slider {
  overflow: hidden;
  width: 100%;
}

.apps-showcase__track {
  display: flex;
  gap: 20px;
  transition: transform 0.7s ease;
  will-change: transform;
}

.apps-showcase__card {
  flex: 0 0 calc((100% - 40px) / 3);
  border-radius: 20px;
  overflow: hidden;
  background: #ddd;
  aspect-ratio: 0.62 / 1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.apps-showcase__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .apps-showcase__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .apps-showcase__text {
    max-width: 100%;
  }

  .apps-showcase__card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .apps-showcase {
    padding: 48px 16px;
  }

  .apps-showcase__title {
    margin-bottom: 18px;
  }

  .apps-showcase__description {
    margin-bottom: 24px;
  }

  .apps-showcase__button {
    width: 100%;
    min-width: auto;
  }

  .apps-showcase__card {
    flex: 0 0 78%;
  }
}