* {
    box-sizing: border-box
}

html,body {
    margin: 0;
    padding: 0
}

body {
    font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
    background: #fff;
    color: #0f172a
}

:root {
    --vio1: #b800ff;
    --vio2: #6a4cff;
    --blue: #00b3ff;
    --ink: #0f172a;
    --mut: #475569;
    --card: #ffffff;
    --line: rgba(15,23,42,.12);
    --soft: rgba(15,23,42,.06);
    --shadow: 0 12px 30px rgba(15,23,42,.12);
    --radius: 18px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px
}

.tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 800;
    color: #fff;
    background: none;
    border: 0;
    backdrop-filter: blur(8px);
    cursor: pointer;
}
.tabs .tab{
    border-left: 1px solid #ffffff1f;
    border-radius: 0;
}

.tab svg {
    opacity: .95
}

.tab span {
    line-height: 1
}


.dlbox__paste .ico svg {
    width: 18px;
    height: 18px
}

.top {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #fff;
    border-bottom: 1px solid var(--soft)
}

.top__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.logo__img {
    height: 34px
}

.lang {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.lang__btn {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    font-weight: 800;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer
}

.lang__caret {
    font-size: 12px;
    opacity: .7
}

.lang__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 2px;
    border-radius: 12px;
    cursor: pointer
}

.hero {
    position: relative;
    background: linear-gradient(90deg, var(--vio1), var(--vio2), var(--blue));
}

.hero__bg {
    height: 153px;
    /* background:linear-gradient(90deg,var(--vio1),var(--vio2),var(--blue)); */
}

.hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    top: -82px;
}

.tabs {
    display: flex;
    gap: 21px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 22px;
    background: #ffffff42;
    width: fit-content;
    margin: 0 auto 22px;
    border-radius: 5px;
}
.tab.isActive {
    background: rgba(255,255,255,.22);
}

.hero__title {
    text-align: center;
    color: #fff;
    margin: 0 0 18px;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: .2px
}

.dlbox {
    /* background: #fff; */
    border-radius: 0;
    /* box-shadow: var(--shadow); */
    border: 0;
    overflow: hidden;
    display: flex;
}

.dlbox__row {
    display: flex;
    gap: 0;
    align-items: stretch;
    background: #fff;
    margin-bottom: 5px;
    width: 100%;
    background: #fff;
    border: .889px solid #b50000;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 3.556px 3.556px 0 rgba(0, 0, 0, .25);
}

.dlbox__input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 16px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    background: #fff;
}


.dlbox__go {
    border: 0;
    color: #fff;
    padding: 0 22px;
    font-weight: 900;
    cursor: pointer;
    background: linear-gradient(180deg, #fb015b, #d2024d);
    border: .889px solid #b50000;
    border-radius: 0 3.556px 3.556px 0;
    box-shadow: 0 3.556px 3.556px 0 rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 30px;
    text-align: center;
    text-shadow: 0 .889px .889px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    height: 51px;
    margin-bottom: -76px;
    margin-top: 0;
}

.dlbox__status {
    padding: 12px 16px;
    border-top: 1px solid var(--soft);
    font-weight: 800;
    color: #334155;
    background: #fff;
}

.result {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-top: 1px solid var(--soft);
    background: #fff;
    justify-content: center;
    flex-direction: column;
}

.result__thumb {
    width: 200px;
    height: 181px;
    border-radius: 14px;
    object-fit: cover;
    background: var(--soft)
}

.result__user {
    font-weight: 900
}

.result__sub {
    font-weight: 800;
    color: #64748b
}

.links {
    padding: 12px 16px;
    border-top: 1px solid var(--soft);
    background: #fff;
}

.links__row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.dlBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid rgba(15,23,42,.12);
    color: #0f172a;
    background: #fff;
    display: flex;
    justify-content: center;
}

.dlBtn--pink {
    border-color: rgba(225,29,72,.25);
    background: rgba(225,29,72,.08);
    color: #be123c
}

.dlBtn--blue {
    border-color: rgba(2,132,199,.25);
    background: rgba(2,132,199,.08);
    color: #0369a1
}

.dlBtn--mp3 {
    border-color: rgba(15,23,42,.18);
    background: rgba(15,23,42,.06);
    color: #0f172a
}

.dlBtn small {
    opacity: .85
}

.section {
    padding: 60px 0
}

.section--white {
    background: #fff;
}

.section--card {
    background: #fff
}

.two {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: center;
    display: flex;
}

.h2 {
    font-size: 42px;
    margin: 0 0 14px;
    font-weight: 900;
    color: #0f172a
}

.h3 {
    font-size: 28px;
    margin: 0 0 12px;
    font-weight: 900;
    color: #0f172a
}

.p {
    margin: 0;
    color: #334155;
    line-height: 1.75;
    font-weight: 600;
    max-width: 720px
}

.center {
    text-align: center
}

.art {
    display: flex;
    justify-content: center
}

.art__img {
    max-width: 320px;
    width: 100%;
    height: auto
}

.how {
    background: #5b46ff;
    border-radius: 22px;
    padding: 34px 28px;
    color: #fff;
    box-shadow: var(--shadow)
}

.how__h {
    margin: 0 0 18px;
    font-size: 40px;
    font-weight: 900;
    text-align: center
}

.how__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 14px;
    padding: 16px 6px
}

.how__n {
    font-size: 40px;
    font-weight: 900;
    opacity: .95
}

.how__t {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 6px
}

.how__p {
    font-weight: 700;
    opacity: .95;
    line-height: 1.6
}

.appbar {
    display: flex;
    grid-template-columns: 420px 1fr;
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(2,132,199,.25);
    border-radius: 22px;
    padding: 20px 22px;
}

.appbar__img {
    width: 100%;
    max-width: 360px;
    display: block
}

.btnPink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e11d48;
    color: #fff;
    text-decoration: none;
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 900;
    width: 220px
}

.whyGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 22px
}

.whyItem {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    align-items: center
}

.whyItem__icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.whyItem__icon img {
    width: 160px;
    height: auto
}

.emoji {
    font-size: 54px
}

.whyItem__t {
    font-size: 28px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 8px
}

.whyItem__p {
    font-weight: 700;
    color: #334155;
    line-height: 1.7;
    max-width: 720px
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 10px
}

.qa {
    border: 1px solid rgba(185,0,255,.35);
    border-radius: 12px;
    overflow: hidden
}

.qa__q {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 0;
    padding: 16px 16px;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer
}

.qa__a {
    display: none;
    padding: 0 16px 16px 16px;
    color: #334155;
    font-weight: 700;
    line-height: 1.7
}

.qa.isOpen .qa__a {
    display: block
}

.footer {
    padding: 34px 0;
    border-top: 1px solid var(--soft);
    background: #fff
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center
}

.footer__links {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center
}

.footer__links a {
    color: #0f172a;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .4px
}

.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.footer__brand img {
    height: 28px
}

.footer__copy {
    font-weight: 800;
    color: #64748b;
    font-size: 12px
}

@media (max-width: 920px) {
    .result {margin-top: 67px;}
    .two {
        grid-template-columns:1fr
    }

    .appbar {
        grid-template-columns: 1fr
    }

    .whyItem {
        grid-template-columns: 1fr
    }

    .hero__title {
        font-size: 34px
    }
}

@media (max-width: 640px) {
    .hero__bg {
        height:240px
    }
.dlbox__status{  
    margin-top: 72px;
}
    .dlbox__row {
        flex-wrap: wrap;
    }


    .dlbox__go {
        width: 50%;
        /* padding: 14px 0; */
    }

    .dlbox__input {
        width: 100%;
        border-bottom: 1px solid var(--soft)
    }
}
@media (max-width: 768px) {
  .dlbox__row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "input paste"
      "go go";
    gap: 0;
    align-items: stretch;
    width: auto;
  }
    .dlbox{
        display: contents;
    }

  #urlInput,
  .dlbox__input {
    grid-area: input;
    height: 52px;
    border-radius: 10px;
  }

  #pasteBtn, {
    grid-area: paste;
    height: 52px;
    padding: 0 14px;
    border-radius: 10px;
    white-space: nowrap;
  }

  #downloadBtn,
  .dlbox__go {
    grid-area: go;
    width: 100%;
    height: 56px;
    /* border-radius: 10px; */
    margin-top: 6px;
  }
}

.lang__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-weight: 900;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
}

.lang__caret {
    font-size: 12px;
    line-height: 1;
    opacity: .9;
}

.lang__menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    background: #fff;
    border: 1px solid rgba(15,23,42,.12);
    border-radius: 0;
    display: none;
    z-index: 9999;
    overflow: auto;
    gap: .5rem 1rem;
    grid-template-columns: 1fr 1fr;
    min-width: 280px;
    padding: 10px 20px;
}

.lang__menu.isOpen {
    display: grid
}

.lang__item {
    color: #242da9;
    text-decoration: none;
    font-size: 13px;
}

.lang__item:hover {
    color: #090f64;
}

.lang__item.isActive {
    font-weight: 900;
    color: #0f172a;
}

.lang__menu::-webkit-scrollbar {
    width: 10px
}

.lang__menu::-webkit-scrollbar-thumb {
    background: rgba(15,23,42,.18);
    border-radius: 999px;
    border: 3px solid #fff;
}

.lang__menu::-webkit-scrollbar-track {
    background: #fff
}
.why{
  padding:44px 16px;
}

.why__frame{
  max-width:980px;
  margin:0 auto;
  padding:2px;
  border-radius:26px;
  background:linear-gradient(90deg,#ff2bd6 0%, #2aa7ff 100%);
}

.why__card{
  background:#fff;
  border-radius:24px;
  padding:44px 44px;
  box-shadow:0 10px 30px rgba(15,23,42,.10);
}

.why__title{
  margin:0 0 22px;
  text-align:center;
  font-size:44px;
  line-height:1.1;
  font-weight:900;
  color:#1f2a57;
}

.why__list{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.why__row{
  display: flex;
  align-items:center;
  gap:10px 22px;
  padding: 26px 10px;
}

.why__icon{
  width:120px;
  height:120px;
  object-fit:contain;
  justify-self:center;
}

.why__content h3{
  margin:0 0 8px;
  font-size:28px;
  line-height:1.15;
  font-weight:900;
  color:#1f2a57;
}

.why__content p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#111827;
  font-weight:500;
}

.why__row--left .why__icon--left{display:block}
.why__row--left .why__icon--right{display:none}

.why__row--right .why__icon--left{display:none}
.why__row--right .why__icon--right{display:block}

@media (max-width: 860px){
  .why__card{padding:28px 18px}
  .why__title{font-size:34px}
  .why__row{
    grid-template-columns:120px 1fr;
    grid-template-areas:
      "icon content"
      "icon content";
  }
  .why__icon{width:96px;height:96px}
}

html[dir="rtl"] .why__content{
  text-align:right;
}
.svc{padding:40px 0}
.svc__wrap{max-width:980px;margin:0 auto;padding:0 16px}

.svc__row{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
  align-items:center;
  padding:26px 0;
}

.svc__row--imgRight{
  grid-template-columns:1fr 240px;
}

.svc__img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.svc__h{
  margin:0 0 10px;
  font-size:32px;
  line-height:1.15;
  font-weight:900;
  color:#1f2a57;
}

.svc__p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#6b7280;
  font-weight:600;
}

.svc__chips{
  margin-top:16px;
  display:flex;
  flex-wrap:wrap;
  gap:10px 12px;
  justify-content:center;
}

.svc__chips.isLeft{justify-content:flex-start}
.svc__chips.isRight{justify-content:flex-start}

.svc__chipLabel{
  font-weight:800;
  color:#6b7280;
  margin-right:8px;
}

.svc__chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(15,23,42,.14);
  color:#2563eb;
  background:#fff;
  padding:7px 12px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
  white-space:nowrap;
}

.svc__chip::before{
  content:"";
  width:14px;
  height:14px;
  border-radius:999px;
  border:2px solid rgba(37,99,235,.45);
  box-sizing:border-box;
}

@media (max-width: 860px){
  .svc__row,
  .svc__row--imgRight{
    grid-template-columns:1fr;
    text-align:left;
  }
  .svc__img{max-width:240px}
  .svc__chips{justify-content:center}
}
html[dir="rtl"] .svc__row,
html[dir="rtl"] .svc__row--imgRight{
  direction:rtl;
}
html[dir="rtl"] .svc__chips{justify-content:center}


.dlbox__paste{   
height: 29px;
margin-top: 12px;  
margin-right: 9px;
display: flex;
align-items: center;
margin-left: 8px;
}
