html { scroll-behavior: smooth; }

.caseSection{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;

  padding: clamp(72px, 8vw, 160px) clamp(20px, 6vw, 200px) clamp(48px, 6vw, 80px);
  width: 100%;
}

@media (max-width: 600px) {
  .caseSection {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.habilities {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px 12px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (max-width: 900px) {
  .habilities .Text-xl {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 4px 8px !important;

  .habilities {
    gap: 4px;
    max-width: 90%;
  }
}
}

/*HERO*/

.dsHeroBackground {
  height: 100dvh;
  background-image: url("https://res.cloudinary.com/dvllwbajv/image/upload/v1770153042/dsBackground_zxkhx6.png");
  background-size: cover;
  background-position: center -160px;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .dsHeroBackground {
    background-image: url("https://res.cloudinary.com/dvllwbajv/image/upload/v1770169219/dsBackground-mobile_ikqofm.png");
    background-position: center;
  }
}

.dsHeroComplete{
  display: flex;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  padding: clamp(20px, 4vw, 40px) clamp(16px, 6vw, 120px);
  width: 100%;
}

.dsHeroComplete p,
.dsHeroComplete h1 {
  margin: 0;
}

.dsHero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    color: var(--Gray-100);
}

@media (max-width: 900px) {
  .dsHero {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 12px;
    padding-top: 80px;
    padding-right: 32px;
  }

  .dsHerosub {
    max-width: 100%;
    width: 100%;
  }

  .dsHeroComplete {
    padding: 20px 16px 40px 16px !important;
    justify-content: flex-start !important; 
    gap: 10px !important;
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }
}

.dsHero svg {
  max-width: 100%;
  height: auto;
}

.dsHerosub {
    display: flex;
    width: 100%;
    max-width: 566px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    color: var(--Gray-100);
}

.umatchLogo {
  width: clamp(140px, 30vw, 207px);
  height: auto;
}

@media (max-width: 900px) {
  .umatchLogo {
    width: 100px !important;
    height: auto;
    margin-bottom: 8px;
  }

  .dsHero svg:first-of-type {
    width: 120px !important;
    height: auto;
  }
}

.chevronDown {
    display: flex;
    width: 74px;
    height: 74px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* END HERO */

/* COMPANY*/

.colummnBox{
  display: flex;
  gap: clamp(20px, 4vw, 40px);
  align-items: flex-start;
  width: 100%;
}

/* quebra no mobile */
@media (max-width: 900px){
  .colummnBox{
    flex-direction: column;
  }
}

@media (max-width: 900px) {

  .chevronDown svg {
    width: 32px !important;
    height: 32px !important;
  }
  
  .chevronDown {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-bottom: 12px;
  }
}

.leftColummn {
    display: flex;
    width: 300px;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    color: var(--Pink-500);
}

@media (max-width: 900px) {
  .leftColummn {
    width: 100%; /* Ocupa a largura toda */
    flex: none;  /* Remove a trava dos 300px */
  }
}

.leftColummn h1,
.leftColummn p {
  margin: 0;
}

.leftColummnSubtitle{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: var(--Pink-500);
}

.rightColummn {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: var(--Pink-500);
    flex: 1 1 auto;
}

@media (max-width: 900px){
  .leftColummn{ flex: 1 1 auto; }
}

.rightColummnList{
    padding-left: 40px;
    gap: 8px;
    color: var(--Pink-500);
}

.rightColummn h1,
.rightColummn h2,
.rightColummn p {
  margin: 0;
}

.infoBox{
    display: flex;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Pink-500);
    box-shadow: var(--shadow-xl);
    color: var(--Gray-100);
    margin-top: 60px
}

.imageSection{
display: flex;
width: 100%;
height: fit-content;
flex-direction: column;
align-items: flex-start;
gap: 10px;
align-self: stretch;
box-sizing: border-box;
color: var(--Pink-500);
}

.imageSection__mockup {
  width: 100%;
}

.imageSectionColumn{
  display: flex;
  width: 100%;
  gap: 16px;

  height: auto;
}

.mediaSplit{
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.mediaSplit__media{
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 10px;
  margin: 0;
}

.line{
  margin-top: -30px;
  margin-bottom: -30px;
  width: 100%;
  height: 2px;
  background-color: var(--Gray-200);
}

.mediaSplit__img{
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.mediaSplit__content{
  flex: 1 1 0;
  min-width: 0;
  padding-top: 0;
}

/* responsivo: empilha no mobile */
@media (max-width: 900px){
  .mediaSplit{ flex-direction: column; }
  .mediaSplit__img{ height: auto; }
}

.imageSection__img{
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
}

@media (max-width: 900px){
  .imageSectionColumn{ flex-direction: column; }
  .imageSection__img{ aspect-ratio: 16 / 9; } /* opcional */
}

.changePage {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
margin-top: 40px;
}

.changePage a{
  text-decoration: none;
  color: var(--Gray-400);
}

/* hover básico (ajuste com seu DS) */
.changePage a:hover{
  color: var(--Pink-400);
}

/* base */
*,
*::before,
*::after { box-sizing: border-box; }

img, svg, video { 
  max-width: 100%;
  height: auto;
  display: block;
}

body { 
margin: 0;
overflow-x: hidden; 
}

@media (max-width: 900px){
  .dsHeroBackground{
    background-position: center;
  }
}

html, body {
  width: 100%;
  overflow-x: hidden;
}