.section-badge,
.section-title {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
}
.entegration-solutions__btn.secondary i,
.finance-solutions__btn.secondary i,
.solution-btn.secondary i {
  margin-left: 8px;
}
.main-hero {
  position: relative;
  padding: 96px 24px 48px;
  color: #fff;
  overflow: hidden;
  min-height: 80vh;
}
.appstore {
  background: url("/assets/images/btns/apps.webp") 0 0 / contain no-repeat;
}
.googleplay {
  background: url("/assets/images/btns/gp.webp") 0 0 / contain no-repeat;
}
body.landing .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: 0 0;
  box-shadow: none;
  z-index: 3;
   background-color: rgba(47, 61, 162, 0);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s, transform 1.5s;
  transform: translateY(0);
  z-index: 0;
}
.bg-bireysel {
  background-image: url("../images/bg/bireysel-bg.webp");
}
.bg-kurumsal {
  background-image: url("../images/bg/kurumsal-bg.webp");
}
.main-hero__inner {
  max-width: 1200px;
  margin: 0 auto -87px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main-hero__left {
  display: flex;
  flex-direction: column;
  margin-top: -3em;
}
.badge,
.btn,
.cta-group {
  align-items: center;
}
.badge-group {
  position: relative;
  height: 32px;
  margin-bottom: 10px;
}
.badge {
  display: inline-flex;
  justify-content: center;
  width: auto;
  padding: 6px 15px;
  height: 32px;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  inset: 0 auto auto 0;
  transition: opacity 1s;
}
.subtitle,
.title {
  transition: opacity 1s, transform 1s;
  opacity: 0;
}
.hero-titles {
  position: relative;
  min-height: 200px;
  margin-top: 12px;
}
.title {
  font-size: 67px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  position: absolute;
  inset: 0 0 auto 0;
}
.subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 560px;
}
.cta-group {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.btn {
  display: inline-flex;
  width: 250px;
  height: 52px;
  justify-content: center;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.1s, background 0.1s, border-color 0.1s;
}
.btn-duo,
[data-mode="bireysel"] .btn-duo,
[data-mode="kurumsal"] .btn-primary {
  display: none;
}
.mode-switch,
[data-mode="bireysel"] .btn-primary,
[data-mode="kurumsal"] .btn-duo {
  display: inline-flex;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: #009f48;
  box-shadow: 0 4px 44px #009f48;
}
.btn-accent:hover,
.btn-primary:hover {
  filter: brightness(1.05);
}
.btn-accent {
  background: #ff6b35;
  box-shadow: 0 4px 44px #ff6b35;
}
.btn-outline {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-outline:hover {
  border-color: #fff;
}
.btn-duo {
  gap: 12px;
}
.main-hero__right {
  position: relative;
  min-height: 720px;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.mode-switch,
.switch {
  width: 131px;
  height: 50px;
}
[data-next="bireysel"].anim-left .bg-bireysel,
[data-next="bireysel"].anim-left .hero-image.variant-bireysel,
[data-next="bireysel"].anim-left .subtitle.variant-bireysel,
[data-next="bireysel"].anim-left .variant-bireysel,
[data-prev="bireysel"].anim-right .bg-bireysel,
[data-prev="bireysel"].anim-right .hero-image.variant-bireysel,
[data-prev="bireysel"].anim-right .subtitle.variant-bireysel,
[data-prev="bireysel"].anim-right .variant-bireysel {
  transform: translateY(-16px);
}
[data-next="kurumsal"].anim-right .bg-kurumsal,
[data-next="kurumsal"].anim-right .hero-image.variant-kurumsal,
[data-next="kurumsal"].anim-right .subtitle.variant-kurumsal,
[data-next="kurumsal"].anim-right .variant-kurumsal,
[data-prev="kurumsal"].anim-left .bg-kurumsal,
[data-prev="kurumsal"].anim-left .hero-image.variant-kurumsal,
[data-prev="kurumsal"].anim-left .subtitle.variant-kurumsal,
[data-prev="kurumsal"].anim-left .variant-kurumsal {
  transform: translateY(16px);
}
.mode-switch {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 2;
}
.switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.switch-input,
.switch-label {
  position: absolute;
  top: 0;
  left: 0;
}
.switch-input,
.switch-input:checked ~ .switch-label .text-kurumsal,
[data-mode="bireysel"] .bg-kurumsal,
[data-mode="kurumsal"] .bg-bireysel {
  opacity: 0;
}
.switch-label {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 25px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  overflow: hidden;
}
.switch-handle,
.switch-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch-text {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #555;
  transition: opacity 0.5s, left 0.5s, right 0.5s;
  opacity: 0;
}
.text-kurumsal {
  right: 9px;
  opacity: 1;
}
.text-bireysel {
  left: 15px;
}
.switch-input:checked ~ .switch-label .text-bireysel,
[data-mode="kurumsal"] .variant-kurumsal {
  opacity: 1;
}
.switch-handle {
  left: 5px;
  width: 33px;
  height: 33px;
  background: #2f3da2;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: left 0.5s, background 0.5s;
}
.switch-input:checked ~ .switch-handle {
  left: calc(100% - 33px - 4px);
  background: #009f48;
}
[data-mode="bireysel"] .variant-bireysel {
  opacity: 1;
  margin-bottom: -4em;
}
[data-mode="bireysel"] .variant-kurumsal {
  opacity: 0;
  margin-top: 0.5em;
}
[data-mode="bireysel"] .bg-bireysel {
  opacity: 1;
  border-bottom-right-radius: 11em;
}
[data-mode="kurumsal"] .variant-bireysel {
  opacity: 0;
  display: none;
}
[data-mode="kurumsal"] .bg-kurumsal {
  opacity: 1;
  border-bottom-left-radius: 11em;
}
.kfix {
  margin-top: -1em !important;
}
.offers-section {
  color: #0f172a;
  padding: 64px 24px 96px;
  border-bottom: 0.5px solid #d3d3d3;
}
.download-app__container,
.entegration-solutions__container,
.offers-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.offers-top {
  text-align: left;
  margin-bottom: 28px;
}
.section-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(47, 61, 162, 0.08);
  color: #565656;
  font-weight: 600;
  font-size: 14px;
}
.section-title {
  margin: 10px 0 8px;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: -0.5px;
}
.carousel-card .card-subtitle,
.carousel-card .card-title,
.section-subtitle {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
}
.carousel-card .card-title,
.section-subtitle {
  font-size: 18px;
}
.section-subtitle {
  font-weight: 400;
  line-height: 1.6;
  color: #334155;
}
.offers-bottom {
  margin-top: 28px;
}
.carousel,
.finance-solutions.stacked,
.finance-solutions.stacked .finance-solutions__container,
.solutions.stacked,
.solutions.stacked .solutions-inner {
  position: relative;
}
.carousel-viewport {
  overflow: hidden;
  cursor: grab;
}
.carousel-viewport.dragging {
  cursor: grabbing;
}
.carousel-track {
  display: flex;
  gap: 12px;
  transition: transform 0.4s;
  will-change: transform;
}
.carousel-card {
  width: 320px;
  height: 298px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-card .card-content {
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  text-align: left;
}
.carousel-card .card-image {
  width: 270px;
  height: 160px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
.carousel-card .card-title {
  font-weight: 700;
  color: #0f172a;
}
.carousel-card .card-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #334155;
}
.carousel-nav {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 16px;
}
.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.nav-btn:hover {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}
.nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.finance-solutions,
.solutions {
  padding: 48px 24px 0px;
  background: #fff;
}
.finance-solutions__container,
.solutions-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.entegration-solutions__row,
.solution-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  height: 820px;
}
.entegration-solutions__left,
.finance-solutions__info,
.solution-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.entegration-solutions__right,
.solution-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-right img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: -31px;
}
.entegration-solutions__badge,
.finance-solutions__badge,
.solution-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  width: 150px;
  text-align: center;
  background: rgba(47, 61, 162, 0.08);
  color: #565656;
  font-weight: 600;
  font-size: 14px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
}
.entegration-solutions__title,
.finance-solutions__title,
.solution-title {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
}
.entegration-solutions__subtitle,
.finance-solutions__subtitle,
.solution-subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #334155;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
}
.entegration-solutions__actions,
.solution-actions {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
.entegration-solutions__btn,
.finance-solutions__btn,
.solution-btn {
  width: 232px;
  height: 50px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}
.entegration-solutions__btn.primary,
.solution-btn.primary {
  color: #fff;
}
.entegration-solutions__btn.secondary,
.finance-solutions__btn.secondary,
.solution-btn.secondary {
  background: #f5f5f5;
  color: #0f172a;
}
.solution-btn.variant-teal {
  background: #00e1e0;
}
.entegration-solutions__btn.variant-indigo,
.solution-btn.variant-indigo {
  background: #2f3da2;
}
.solution-btn.variant-purple {
  background: #581678;
}
.solutions.stacked .solution-row {
  position: sticky;
  background: #fff;
}
.solutions.stacked .solution-row:first-child {
  background: url("../images/bg/solution-1.webp") center center/contain no-repeat;
}
.solutions.stacked .solution-row:nth-child(2) {
  background: url("../images/bg/solution-2.webp") center center/contain no-repeat;
}
.solutions.stacked .solution-row:nth-child(3) {
  background: url("../images/bg/solution-3.webp") center center/contain no-repeat;
}
.finance-solutions__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  height: 690px;
}
.finance-solutions__features {
  display: flex;
  justify-content: center;
}
.finance-solutions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.finance-solutions__card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
  width: 285px;
  height: 275px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 12px;
}
.finance-solutions__card-title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 18px;
}
.finance-solutions__card-desc {
  margin-top: 6px;
  font-size: 16px;
  color: #555;
}
.finance-solutions.stacked .finance-solutions__row {
  position: sticky;
  top: 80px;
  background: #fff;
}
.entegration-solutions {
  padding: 48px 24px 72px;
  z-index: 3;
  background: url("../images/bg/ent.webp") center center/contain no-repeat;
}
.entegration-solutions__right img {
  max-width: 100%;
  display: block;
  width: 450px;
  height: 777px;
    margin-top: -3em;
}
.download-app,
.download-app__row {
  flex-direction: column;
  display: flex;
}
.download-app {
  align-items: center;
  padding: 40px 0;
}
.download-app__row {
  align-items: center;
}
.download-app__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.download-app__center-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.download-app__image {
  margin-bottom: -45px;
}
.download-app__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-app__title {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 10px;
}
.download-app__title strong {
  font-weight: 600 !important;
}
.download-app__subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.download-app__links {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.download-app__links img {
  width: 140px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hero-titles,
  .main-hero__left,
  .subtitle,
  .title {
    text-align: center;
  }
  .main-hero {
        min-height: 70vh;
    padding: 80px 20px 48px;
  }
  .main-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: -50px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-hero__left {
    order: 1;
    margin-top: 0;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .badge-group {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
            width: 100%;
  }
  .hero-titles {
    order: 2;
    margin-bottom: 16px;
    width: 100%;

  }
  .subtitle {
    order: 3;
    margin-bottom: 24px;
  }
  .cta-group {
    order: 4;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  .main-hero__right {
    min-height: 335px;
    order: 2;
    width: 100%;
  }
  .title {
    font-size: 48px;
  }
  .btn {
    width: 220px;
    height: 50px;
    font-size: 14px;
  }
  .finance-solutions__row,
  .solution-row {
    grid-template-columns: 1fr;
    height: auto;
    gap: 24px;
  }
  .solution-left {
    text-align: center;
    align-items: center;
    margin-top: 10px;
  }
  .solution-actions {
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }
  .solution-right img {
    width: 50%;
  }
  .entegration-solutions__right,
  .solution-right {
    order: 2;
  }
  .solution-left {
    order: 1;
  }
  .entegration-solutions__btn,
  .solution-btn {
    width: 360px;
    height: 50px;
  }
  .finance-solutions__features {
    order: 2;
    width: 95%;
  }
  .finance-solutions__info {
    text-align: center;
    align-items: center;
    order: 1;
    width: 95%;
  }
  .finance-solutions__btn {
    width: 340px;
    height: 50px;
  }
  .finance-solutions__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .finance-solutions__card {
    width: 90%;
    height: auto;
    min-height: 200px;
  }
  .entegration-solutions__row {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    height: auto;
    gap: 24px;
  }
  .entegration-solutions__left {
    text-align: center;
    align-items: center;
    order: 1;
  }
  .entegration-solutions__actions {
    flex-direction: column;
    gap: 12px;
  }
  .header .header-inner{
        width: auto;
  }
  .kfix {
    margin-top: -5em
}
}

@media (max-width: 800px) {
  .hero-titles {
    min-height: 150px;
  }
  .hero-titles,
  .main-hero__inner,
  .main-hero__left,
  .subtitle,
  .title {
    text-align: center;
  }
  [data-mode="bireysel"] .variant-bireysel {
    opacity: 1;
    margin-bottom: 0;
  }
  .main-hero {
    min-height: 75vh;
    padding: 90px 16px 48px;
  }
  .main-hero__inner {
    gap: 32px;
    margin-bottom: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-hero__left {
    order: 1;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .badge-group {
    order: 1;
    justify-content: center;
    margin-bottom: 16px;
  }
  .btn-duo,
  .cta-group {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .hero-titles {
    order: 2;
    margin-bottom: 16px;
  }
  .title {
    font-size: 32px;
    line-height: 1.1;
  }
  .subtitle {
    order: 3;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .cta-group {
    order: 4;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto 24px;
  }
  .main-hero__right {
    min-height: 335px;
    order: 2;
    width: 100%;
  }
  .btn {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .switch {
    width: 100px;
    height: 40px;
  }
  .switch-handle {
    width: 28px;
    height: 28px;
    left: 4px;
  }
  .switch-input:checked ~ .switch-handle {
    left: calc(100% - 28px - 4px);
  }
  .switch-text {
    font-size: 11px;
  }
  .text-kurumsal {
    right: 7px;
  }
  .text-bireysel {
    left: 11px;
  }
  [data-mode="bireysel"] .bg-bireysel {
    border-bottom-right-radius: 0 !important;
  }
  [data-mode="kurumsal"] .bg-kurumsal {
    border-bottom-left-radius: 0 !important;
  }
  .section-badge {
    padding: 14px 10px;
  }
  .badge,
  .badge-group {
    display: none;
  }
  .offers-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .entegration-solutions__title,
  .finance-solutions__title,
  .section-title,
  .solution-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .carousel-card .card-title,
  .entegration-solutions__subtitle,
  .finance-solutions__card-title,
  .finance-solutions__subtitle,
  .section-subtitle,
  .solution-subtitle {
    font-size: 16px;
  }
  .carousel-card {
    width: 319px;
    height: 298px;
  }
  .carousel-nav,
  .solution-actions {
    justify-content: center;
  }
  .carousel-card .card-content {
    width: 240px;
    gap: 10px;
  }
  .carousel-card .card-image {
    width: 240px;
    height: 140px;
  }
  .carousel-card .card-subtitle {
    font-size: 13px;
  }
  .entegration-solutions,
  .finance-solutions,
  .solutions {
    padding: 32px 16px 48px;
  }
  .solutions-inner {
    gap: 32px;
  }
  .solution-row {
    gap: 120px;
    height: auto;
  }
  .entegration-solutions__left,
  .finance-solutions__info,
  .solution-left {
    text-align: center;
    align-items: center;
  }
  .entegration-solutions__badge,
  .finance-solutions__badge,
  .solution-badge {
    width: auto;
    padding: 6px 16px;
  }
  .solution-right img {
    max-width: 80%;
  }
  .finance-solutions.stacked .finance-solutions__row,
  .solutions.stacked .solution-row {
    position: static;
    top: auto;
  }
  .finance-solutions__card {
    padding: 20px;
    min-height: 180px;
  }
  .finance-solutions__card-desc {
    font-size: 14px;
  }
  .entegration-solutions__right img {
    width: 300px;
    height: auto;
    max-width: 100%;
          margin-bottom: 0px;
  }
  .download-app {
    padding: 32px 16px;
  }
  .download-app__center-inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
  }
  .download-app__image {
    margin-bottom: 0;
    order: -1;
  }
  .download-app__image img {
    max-width: 441px;
    margin-bottom: -28px;
  }
  .download-app__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .download-app__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .download-app__links {
    justify-content: center;
    gap: 12px;
  }
  .download-app__links img {
    width: 120px;
    height: 42px;
    margin: 0;
  }
    .mode-switch{
    bottom: 1px;
  }
  [data-mode="bireysel"] .variant-kurumsal {
        margin-top: -15px;
  }
  .finance-solutions{
    padding-top: 1em !important;
  }
}
@media (max-width: 480px) {
  .hero-titles {
    min-height: 120px;
  }
  .hero-titles,
  .subtitle,
  .title {
    text-align: center;
  }
  .main-hero {
    min-height: 78vh;
    padding: 80px 12px 40px;
  }
  .main-hero__inner {
    gap: 24px;
    margin-bottom: -40px;
  }
  .main-hero__left {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: normal;
  }
  .badge-group {
    order: 1;
    margin-bottom: 12px;
  }
  .hero-titles {
    order: 2;
    margin-bottom: 12px;
  }
  .title {
    font-size: 28px;
  }
  .subtitle {
    order: 3;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta-group {
    order: 4;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .main-hero__right {
    min-height: 335px;
    order: 2;
  }
  .btn {
    width: 85%;
    height: 48px;
    font-size: 13px;
  }
  .switch {
    width: 90px;
    height: 36px;
  }
  .switch-handle {
    width: 24px;
    height: 24px;
  }
  .switch-input:checked ~ .switch-handle {
    left: calc(100% - 24px - 4px);
  }
  .switch-text {
    font-size: 10px;
  }
  [data-mode="bireysel"] .bg-bireysel {
    border-bottom-right-radius: 0 !important;
  }
  [data-mode="kurumsal"] .bg-kurumsal {
    border-bottom-left-radius: 0 !important;
  }
  .download-app__title,
  .entegration-solutions__title,
  .finance-solutions__title,
  .section-title,
  .solution-title {
    font-size: 24px;
  }
  .download-app__subtitle,
  .entegration-solutions__subtitle,
  .finance-solutions__subtitle,
  .section-subtitle,
  .solution-subtitle {
    font-size: 15px;
  }
  .carousel-card {
    width: 319px;
    height: 298px;
  }
  .carousel-card .card-content {
    width: 220px;
  }
  .carousel-card .card-image {
    width: 220px;
    height: 130px;
  }
  .entegration-solutions,
  .finance-solutions,
  .solutions {
    padding: 24px 12px 40px;
  }
  .solutions-inner {
    gap: 24px;
  }
  .solution-right img {
    max-width: 90%;
  }
  .entegration-solutions__left,
  .finance-solutions__info {
    text-align: center;
    align-items: center;
  }
  .finance-solutions__card {
    padding: 16px;
    min-height: 160px;
  }
  .entegration-solutions__right img {
    width: 250px;
  }
  .download-app {
    padding: 24px 12px;
  }
  .download-app__links {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .download-app__links img {
    width: 140px;
    height: 50px;
  }

}
