@charset "UTF-8";
/* Papago Official Website - Redesign */
/* Font Faces */
@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text"), local("SFProText-Regular");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Medium"), local("SFProText-Medium");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Semibold"), local("SFProText-Semibold");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Bold"), local("SFProText-Bold");
  font-weight: 700;
  font-style: normal;
}
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "SF Pro Text", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
/* Container */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
/* Navigation Bar */
.nav-bar {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px clamp(16px, 8vw, 120px);
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.nav-logo {
  position: static;
  left: 120px;
  top: 12px;
  width: 148.7px;
  height: 32px;
  opacity: 1;
  z-index: 1;
}
.nav-logo img {
  width: 148.7px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.nav-language-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  font-family: "SF Pro Text", -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.language-btn:hover {
  opacity: 0.7;
}
.language-btn svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.language-btn span {
  font-family: "SF Pro Text", -apple-system, sans-serif;
}
/* Language Dropdown Menu */
.language-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 120px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, .8);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .1);
  overflow: hidden;
  z-index: 1001;
}
.language-dropdown.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-option {
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.language-option:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.language-option:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.language-option:hover {
  background-color: rgba(0, 0, 0, .05);
}
.language-option span {
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #000000;
}
/* 针对不同语言使用不同的字体栈 */
.language-option[data-lang=en] span {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}
.language-option[data-lang=th] span {
  font-family: "Sarabun", "Noto Sans Thai", "Leelawadee UI", "Thonburi", sans-serif;
}
.language-option[data-lang=cn] span {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}
.language-option.active span {
  color: #2273F7;
}
.language-divider {
  width: 120px;
  height: 0.5px;
  background: rgba(0, 0, 0, .06);
}
/* Hero Section */
.hero-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 200px;
  padding-top: 176px;
  background: url(/en/static/background@2x.6165b488.png), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: url(/en/static/background@2x.6165b488.png), linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-content-wrapper {
  width: 100%;
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.hero-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.hero-text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.hero-main-title {
  font-family: "SF Pro Text", -apple-system, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.68px;
  color: #000000;
}
.hero-description {
  max-width: 583px;
  width: 100%;
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
  margin-top: 8px;
}
.hero-download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.hero-download-buttons a {
  display: block;
  width: 162px;
  height: 54px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-download-buttons a:hover {
  opacity: 0.8;
}
.hero-download-buttons img {
  width: 162px;
  height: 54px;
  display: block;
}
.hero-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qr-card {
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, .8);
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .02);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .02);
}
.qr-code-wrapper {
  width: 160px;
  height: 160px;
  border: 0.89px solid #000000;
  border-radius: 14.22px;
  overflow: hidden;
  margin-bottom: 16px;
}
.qr-code-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qr-code-text {
  max-width: 283px;
  width: 100%;
  font-family: "SF Pro Text", -apple-system, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, .6);
  text-align: center;
}
/* About Section */
.about-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 60px clamp(16px, 25vw, 400px);
  background: #FFFFFF;
}
.about-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  background: #FFFFFF;
  border: 1px solid #E1E4E9;
  border-radius: 40px;
}
.about-badge-text {
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, .6);
}
.about-title {
  max-width: 640px;
  width: 100%;
  font-family: "SF Pro Text", -apple-system, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -1.44px;
  color: #000000;
  text-align: center;
}
.about-description {
  max-width: 640px;
  width: 100%;
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, .6);
  text-align: center;
}
/* Feature Section */
.feature-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  padding: 40px clamp(16px, 18vw, 280px);
  overflow: hidden;
}
.feature-section.bg-gray {
  background: #F6F7F8;
}
.feature-section.bg-white {
  background: #FFFFFF;
}
.feature-text {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.feature-title {
  max-width: 388px;
  width: 100%;
  font-family: "PingFang SC", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000000;
}
.feature-subtitle {
  max-width: 388px;
  width: 100%;
  font-family: "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, .6);
}
.feature-phone {
  width: 320px;
  height: 280px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  overflow: visible;
  position: relative;
}
.phone-mockup {
  width: 320px;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating-card {
  width: 275.07px;
  height: 47.84px;
  position: absolute;
  left: 23px;
  top: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.26px 16.88px;
  background: rgba(255, 255, 255, .9);
  border: 0.98px solid #000000;
  border-radius: 11.73px;
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0px 14.07px 23.45px 0px rgba(0, 0, 0, .12);
          box-shadow: 0px 14.07px 23.45px 0px rgba(0, 0, 0, .12);
}
.floating-card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.22px;
}
.card-btn {
  width: 45.02px;
  height: 25.33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.81px 14.07px;
  background: transparent;
  border: none;
  border-radius: 5.63px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.card-btn.active {
  background: #EDF2FD;
}
.card-btn:hover {
  background: #F6F7F8;
}
.card-btn svg {
  width: 14.07px;
  height: 14.07px;
}
/* Footer */
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 32px clamp(16px, 8vw, 120px);
  background: #2B303B;
}
.footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logo {
  position: static;
  width: 148.7px;
  height: 32px;
  opacity: 1;
  z-index: 1;
}
.footer-logo img {
  width: 148.7px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer-download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  opacity: 0.8;
}
.social-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-icon:hover {
  opacity: 0.6;
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer-link {
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.footer-link:hover {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}
.footer-copyright {
  font-family: "PingFang SC", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, .6);
}
.footer-copyright .footer-link {
  cursor: default;
  pointer-events: none;
}
.footer-copyright .footer-link:hover {
  color: rgba(255, 255, 255, .6);
}
/* ========================================
   Responsive: Tablet / Small Desktop
   1024px ~ 1439px - 过渡态（缩小间距，保持横向布局）
   ======================================== */
@media screen and (max-width: 1439px) and (min-width: 1024px) {
  /* Navigation */
  .nav-bar {
    padding: 12px 60px;
  }
  /* Hero Section */
  .hero-section {
    padding: 120px 80px;
    padding-top: 156px;
  }
  .hero-main-title {
    font-size: 44px;
    line-height: 52px;
  }
  .hero-description {
    font-size: 15px;
    line-height: 21px;
  }
  .hero-download-buttons a {
    width: 148px;
    height: 49px;
  }
  .hero-download-buttons img {
    width: 148px;
    height: 49px;
  }
  .qr-card {
    width: 280px;
    height: 280px;
  }
  .qr-code-wrapper {
    width: 140px;
    height: 140px;
  }
  .qr-code-text {
    font-size: 13px;
    line-height: 16px;
    padding: 0 12px;
  }
  /* About Section */
  .about-section {
    padding: 48px 120px;
  }
  .about-title {
    font-size: 40px;
    line-height: 48px;
  }
  /* Feature Section */
  .feature-section {
    gap: 40px;
    padding: 40px 80px;
  }
  .feature-text {
    height: auto;
    min-height: 200px;
  }
  .feature-title {
    font-size: 22px;
    line-height: 30px;
  }
  .feature-subtitle {
    font-size: 15px;
    line-height: 21px;
  }
  /* Footer */
  .footer {
    padding: 32px 60px;
  }
}
/* ========================================
   Responsive: Mobile
   < 1024px - 纵向布局（参考移动端设计稿）
   ======================================== */
@media screen and (max-width: 1023px) {
  /* Navigation */
  .nav-bar {
    padding: 12px 16px;
  }
  /* Hero Section */
  .hero-section {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
    position: relative;
    overflow: visible;
  }
  .hero-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    max-width: 100%;
    padding: 0;
  }
  .hero-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 16px;
    padding: 228px 24px 48px 24px;
    width: 100%;
    position: relative;
    background: url(/en/static/background-mobile@1.5x.87dc58ba.png);
    background-size: cover;
    background-position: center;
  }
  .hero-text-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
  .hero-main-title {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.96px;
  }
  .hero-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, .6);
    margin-top: 0;
  }
  .hero-download-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .hero-download-buttons a {
    width: 140px;
    height: 47px;
  }
  .hero-download-buttons img {
    width: 140px;
    height: 47px;
  }
  /* QR Code - 独立 section 样式，脱离 hero 背景，灰色背景与其他 section 白灰相间 */
  .hero-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F6F7F8;
  }
  .qr-card {
    width: 100%;
    height: auto;
    padding: 32px 24px;
    background: transparent;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    gap: 12px;
  }
  .qr-code-wrapper {
    width: 120px;
    height: 120px;
    border: 0.67px solid #000000;
    border-radius: 10.67px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .qr-code-text {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .6);
  }
  /* About Section */
  .about-section {
    padding: 32px 24px;
  }
  .about-badge-text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-title {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1.08px;
    text-wrap: balance;
  }
  .about-description {
    font-size: 14px;
    line-height: 20px;
    text-wrap: balance;
  }
  /* 移动端隐藏 feature-title 中的 <br>，让文字自然换行 */
  .feature-title br {
    display: none;
  }
  /* Feature Section */
  .feature-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
    padding: 24px;
  }
  /* 偶数 feature-section（图片在前文字在后的那些），在移动端也需要图片在上 */
  /* 由于 HTML 中偶数 section 是 phone 在前 text 在后，纵向排列后自然就是图片在上 */
  /* 奇数 section 是 text 在前 phone 在后，需要用 order 调整 */
  .feature-section .feature-phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .feature-text {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .feature-title {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
    text-wrap: balance;
  }
  .feature-subtitle {
    font-size: 12px;
    line-height: 17px;
    max-width: 100%;
    text-wrap: balance;
  }
  .feature-phone {
    width: 240px;
    height: 210px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .phone-mockup {
    width: 240px;
    height: 210px;
  }
  .floating-card {
    width: 206px;
    height: 36px;
    left: 17px;
    top: 80px;
    padding: 8px 12px;
    border-radius: 9px;
  }
  /* Footer - 移动端纵向布局，下载按钮在最底部 */
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
  .footer-top {
    display: contents;
  }
  .footer-logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer-download-buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .footer-download-buttons .download-btn {
    width: 120px;
    height: 40px;
  }
  .footer-bottom {
    display: contents;
  }
  .footer-social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-social {
    gap: 8px;
    opacity: 0.8;
  }
  .social-icon {
    width: 24px;
    height: 24px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .footer-link {
    font-size: 12px;
    line-height: 17px;
  }
  .footer-copyright {
    font-size: 12px;
    line-height: 17px;
  }
}