@charset "UTF-8";
/* animate.css 動畫 ------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:focus-visible {
  outline: 2px solid #1d6ed7;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: 0;
}

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* 設定捲動時的上方偏移量，數值等於你 header 的高度 */
  scroll-padding-top: 80px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", arial, sans-serif;
  font-weight: 400;
  color: #99a1af;
  line-height: 1.5;
  word-wrap: break-word;
  background-color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* 清除圖片底部的空白 */
img,
svg,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

figure {
  margin: 0;
}

/* 自定義的通用樣式................................ */
.root {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.container__fluid {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.debug {
  outline: 1px solid red !important;
}

/*
-----------------------------------------------------------------
* font-family ：設定全站使用的字體家族。                            *
* font-size   ：設定基礎字體大小，常用於計算 rem 或 em 單位。         *
* line-height ：設定基礎行高，影響文字的閱讀舒適度。                  *
* font-weight ：設定全站預設的字體粗細。                            *
* color       ：設定文字的基礎顏色。                               *
-----------------------------------------------------------------
*/
/*
-----------------------------------------------------------------
* h1~h6 的標題                                                   *
-----------------------------------------------------------------
*/
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

/*
-----------------------------------------------------------------
* 取消預設的斜體字                                                 *
-----------------------------------------------------------------
*/
i,
em,
cite,
dfn,
var,
address {
  font-style: normal;
}

/*
-----------------------------------------------------------------
* 等寬字設定                                                      *
-----------------------------------------------------------------
*/
code,
pre,
samp,
kbd,
var {
  font-family: "Source Code Pro", monospace;
}

/*
-----------------------------------------------------------------
* A 連結                                                         *
-----------------------------------------------------------------
*/
a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

sup {
  font-size: 1.2em;
  top: -0.33em;
  right: 0.09em;
}

/*
 * ................................................................
 * input 的共用樣式
 * ................................................................
 */
input {
  padding: 1.25em 0.75em;
}
input[type=text], input[type=password], input[type=tel] {
  display: inline-block;
  width: 100%;
  color: white;
  background-color: transparent;
  border-radius: 0.75em;
  border: 1px solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, input[type=tel]:hover, input[type=tel]:focus {
  color: white;
  background-color: transparent;
  border: 1px solid #1d6ed7;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: inherit;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox__input:checked + .checkbox__label .checkbox__inner {
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}
.checkbox__input:checked + .checkbox__label .checkbox__inner::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(1);
          transform: translate(-50%, -60%) rotate(45deg) scale(1);
}
.checkbox__input:disabled + .checkbox__label {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkbox__input:focus-visible + .checkbox__label .checkbox__inner {
  -webkit-box-shadow: 0 0 0 0.2em rgba(29, 110, 215, 0.3);
          box-shadow: 0 0 0 0.2em rgba(29, 110, 215, 0.3);
}
.checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox__inner {
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 0.125em solid #555;
  border-radius: 0.25em;
  margin-right: 0.6em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.35em;
  height: 0.65em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(0);
          transform: translate(-50%, -60%) rotate(45deg) scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  opacity: 0;
}

/*
-----------------------------------------------------------------
* btn 的共用樣式                                                  *
-----------------------------------------------------------------
*/
.btn {
  font-weight: 700;
  display: inline-block;
  padding: 0.65em 1.35em;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__primary {
  color: white;
  background-color: #1d6ed7;
  border-width: 1px;
  border-color: #1d6ed7;
  border-radius: 0.375em;
}
.btn__primary:hover, .btn__primary:focus {
  color: white;
  background-color: rgb(22.9385245902, 87.0081967213, 170.0614754098);
  border-color: rgb(22.9385245902, 87.0081967213, 170.0614754098);
}
.btn__primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}

/* 基礎容器樣式 */
.lezzz-accordion-container {
  max-width: 800px;
  WIDTH: 100%;
  margin: 0 auto;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", arial, sans-serif;
}

.accordion-item {
  border-bottom: 1px solid #3f3f42;
}

/* 整個標題列作為點擊熱區 */
.accordion-trigger {
  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: 2rem 0;
  width: 100%;
  color: white;
  font-size: 1.25em;
  text-align: left;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-trigger span {
  font-size: inherit;
}
.accordion-trigger:hover {
  color: #1d6ed7;
}

.accordion-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #111827;
  padding-right: 1rem;
}

/* 十字 Icon 結構與旋轉邏輯 */
.accordion-icon-wrapper {
  position: relative;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 展開時旋轉 45 度變成 X */
.accordion-trigger[aria-expanded=true] .accordion-icon-wrapper {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.icon-line-v,
.icon-line-h {
  position: absolute;
  background-color: #6b7280;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
}

.icon-line-v {
  width: 2px;
  height: 100%;
}

.icon-line-h {
  width: 100%;
  height: 2px;
}

/* 內容區塊 */
.accordion-panel {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
  /* JS 會動態計算此高度 */
}

/* 當 hidden 屬性存在時強制隱藏，避免 JS 載入前的佈局跳動 */
.accordion-panel[hidden] {
  display: none;
}

.accordion-content {
  padding: 0 0 2em 0;
  font-size: 1.125em;
  line-height: 1.5;
}

.root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.root .site-title {
  display: none;
}
.root main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #99a1af;
  background-color: #141414;
}
.root main.white {
  color: #66666b;
  background-color: white;
}
.root main section {
  border-bottom: 8px solid #232323;
}
.root main section:nth-child(2) {
  border-bottom: initial;
}
.root main section:nth-last-child(1) {
  border-bottom: initial;
}

/* Header 的設定 ------------------------------------------ */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 1em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}
.header.white {
  background: initial;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1.25em);
  border-bottom: 1px solid #e4e5f0;
}
.header.white .header__right--language {
  color: #2c2c2e;
}
.header.white .header__right--language:hover {
  color: #1d6ed7;
}
.header {
  z-index: 15;
}
@media (min-width: 768px) {
  .header {
    padding: 1em 3em;
  }
}

.header__left--logo {
  display: block;
  max-width: 200px;
}
.header__left--logo img {
  width: 100%;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1.25em;
}

.header__right--language {
  display: none;
  font-size: 0.875em;
  cursor: default;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .header__right--language {
    display: unset;
  }
}
.header__right--language:hover {
  color: white;
}

/* footer .................................. */
.footer.white {
  color: #2c2c2e;
  background-color: #f2f2f2;
}
.footer.white .footer__link {
  color: #3f3f42;
  text-decoration: none;
}
.footer.white .footer__link:hover {
  color: #1d6ed7;
  text-decoration: underline;
}

.footer__content {
  padding: 3em 1em;
}

.footer__contact {
  padding-bottom: 1em;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.725em;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer__list li a {
  color: #797a80;
  font-size: 0.875em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__list li a:hover {
  color: #1d6ed7;
  text-decoration: none;
}

.footer__copyright {
  padding-top: 1em;
}

.footer__four-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.hero__content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 1em;
  height: 100vh;
  background-image: url(../images/replit/background/hero-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__hgroup {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  text-align: center;
}
.hero__hgroup h1, .hero__hgroup h5 {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  text-wrap: balance;
  color: white;
}

.hero__hgroup--title {
  font-size: 2.25em;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .hero__hgroup--title {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .hero__hgroup--title {
    font-size: 4.5em;
  }
}

.hero__hgroup--subtitle {
  font-size: 1.125em;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .hero__hgroup--subtitle {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .hero__hgroup--subtitle {
    font-size: 1.5em;
  }
}

.hero__form {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  max-width: 700px;
}
@media (min-width: 640px) {
  .hero__form {
    grid-template-columns: 1fr 0.85fr 0.6fr;
  }
}

.hero__form--desc {
  color: white;
}

.hero__form--input {
  padding: 1.25rem 1rem;
  width: 100%;
  outline: none;
  color: white;
  font-size: 1.35em;
  background-color: rgba(0, 0, 0, 0.9) !important;
  border: 1px solid #525357 !important;
  border-radius: 0.375em !important;
}

.hero__form--btn {
  padding: 1.15rem 1rem;
  width: 100%;
  font-size: 1.5em;
}

.library__content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin: 0 auto;
  padding: 4em 1em;
  max-width: 1150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .library__content {
    padding: 7em 1em;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
  }
}

.library__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.library__hgroup h2, .library__hgroup h5 {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  text-wrap: balance;
}

.library__title {
  color: white;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}
.library__title.none {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .library__title {
    font-size: 3em;
    text-align: initial;
  }
}

.library__subtitle {
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .library__subtitle {
    text-align: initial;
  }
}

.library__figure {
  max-width: 100%;
}
.library__figure img {
  width: 100%;
  border-radius: 1em;
}
@media (min-width: 768px) {
  .library__figure {
    max-width: 525px;
  }
}

.multi-device__content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin: 0 auto;
  padding: 4em 1em;
  max-width: 1150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .multi-device__content {
    padding: 7em 1em;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
  }
}

.multi-device__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.multi-device__hgroup h2,
.multi-device__hgroup h5 {
  margin: 0;
  padding: 0;
}

.multi-device__title {
  color: white;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .multi-device__title {
    font-size: 3em;
    text-align: initial;
  }
}

.multi-device__subtitle {
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .multi-device__subtitle {
    text-align: initial;
  }
}

.multi-device__figure {
  margin: 0 auto;
  padding: 2em;
  max-width: 120px;
  background-color: #1f1f1f;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
}
@media (min-width: 768px) {
  .multi-device__figure {
    padding: 4em;
    max-width: 450px;
  }
}
.multi-device__figure img {
  width: 100%;
}

.offline-learning__content {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin: 0 auto;
  padding: 4em 1em;
  max-width: 1150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .offline-learning__content {
    padding: 7em 1em;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
  }
}

.offline-learning__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.offline-learning__hgroup h2,
.offline-learning__hgroup h5 {
  margin: 0;
  padding: 0;
}

.offline-learning__title {
  color: white;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .offline-learning__title {
    font-size: 3em;
    text-align: initial;
  }
}

.offline-learning__subtitle {
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .offline-learning__subtitle {
    text-align: initial;
  }
}

/* 下載區塊 .................................. */
.download-card {
  margin: 0 auto;
  padding: 1.5em;
  max-width: 400px;
  background-color: #1f1f1f;
  border-radius: 10px;
  border: 1px solid #303030;
}

.download-card__gray {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1em;
  padding: 1em 0 1em 1em;
  background-color: #141414;
  border-radius: 7px;
}

.download-card__icon-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: cener;
      -ms-flex-pack: cener;
          justify-content: cener;
  padding: 1em;
  background-color: #1f1f1f;
  border-radius: 5px;
}

.download-card__icon {
  margin: 0 auto;
  width: 60%;
}

.download-card__body {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 0.5em;
}

.download-card__info {
  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;
  gap: 0.1em;
  padding: 0.75em 0;
}
.download-card__info h5 {
  margin: 0;
  padding: 0;
}

.download-card__course-title {
  font-size: 1em;
  color: white;
}

.download-card__status {
  font-size: 0.875em;
  color: #1d6ed7;
}

.download-card__action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choose__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  padding: 6em 1em;
  background-color: #0e0e0e;
}

.choose__header {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose__header h2, .choose__header h5 {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  text-wrap: balance;
}

.choose__title {
  color: white;
  font-size: 1.875em;
  font-weight: 900;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .choose__title {
    font-size: 3em;
  }
}

.choose__subtitle {
  font-size: 1.25em;
  font-weight: 400;
  text-align: center;
}

.choose__stats-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1050px;
  width: 100%;
}
@media (min-width: 768px) {
  .choose__stats-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.choose__stat-item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.choose__stat-item h3 {
  margin: 0;
  padding: 0;
}

.choose__stat-value {
  color: #1d6ed7;
  font-size: 2.25em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .choose__stat-value {
    font-size: 3em;
  }
}

/* faq.......................................... */
.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  padding: 5em 1em;
}

.faq__title {
  margin: 0;
  color: white;
  font-size: 3em;
  text-align: center;
  text-wrap: pretty;
  text-wrap: balance;
}

/* faq__cta...................................... */
.faq__cta {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.faq__cta-text {
  color: white;
  text-align: center;
  font-size: 1.25em;
  font-weight: 400;
}

.faq__form {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media (min-width: 640px) {
  .faq__form {
    grid-template-columns: 1fr 150px;
  }
}

.faq__input {
  padding: 1.25em 1em;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  outline: none;
  border-radius: 0.375em;
  border: 1px solid #3f3f42;
}

.faq__form--btn {
  padding: 1rem;
  font-size: 1.25em;
  width: 100%;
}

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 0 1em 4em 1em;
}
@media (min-width: 992px) {
  .benefits__container {
    padding: 0 0 4em 0;
  }
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
}
@media (min-width: 768px) {
  .benefits__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .benefits__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 1.5em 1.5em 7em 1.5em;
  background: linear-gradient(135deg, #1a2245 0%, #210e17 100%);
  position: relative;
  border-radius: 1em;
}

.benefits__figure {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  max-width: 60px;
  width: 100%;
}
.benefits__figure img {
  width: 100%;
}

.benefits__subtitle {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  text-wrap: balance;
  font-size: 1.5em;
  color: white;
}

.benefits__description {
  color: rgba(255, 255, 255, 0.7);
}

main.white .step__back {
  color: #2c2c2e;
}
main.white .step__back:hover {
  color: #1d6ed7;
}
main.white .step__icon {
  color: #1d6ed7;
  background-color: #e4e5f0;
  border: 2px solid #e4e5f0;
}
main.white .step__title {
  color: #525357;
}
main.white .step__item {
  background-color: transparent;
  border-color: #c2c3cc;
}
main.white .step__label {
  color: #525357;
}
main.white .step__number-wrapper {
  color: black;
  background-color: #e4e5f0;
  border-color: #e4e5f0;
}
main.white .step__figure {
  background-color: #e4e5f0;
  border-color: #e4e5f0;
}
main.white .step__link {
  color: #797a80;
}
main.white .step__link:hover {
  color: #1d6ed7;
}

.step__content {
  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: 2em;
  margin: 0 auto;
  padding: calc(80px + 2em) 1em 5em 1em;
  max-width: 540px;
  width: 100%;
}
.step__content.w-100 {
  max-width: unset;
}

.step__back-wrapper {
  width: 100%;
}
.step__back-wrapper .step__back {
  color: #99a1af;
  font-size: 0.875em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step__back-wrapper .step__back:hover {
  color: white;
}
.step__back-wrapper.center {
  text-align: center;
}

.step__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1d6ed7;
  font-size: 1.875em;
  font-weight: 900;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 2px solid #1d6ed7;
  border-radius: 50%;
}

.step__hgroup {
  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: 0.5em;
}
.step__hgroup .step__title, .step__hgroup .step__subtitle, .step__hgroup .step__user-email {
  margin: 0;
  padding: 0;
  text-wrap: pretty;
  text-wrap: balance;
  text-align: center;
}

.step__title {
  color: white;
  font-size: 2.25em;
  font-weight: 900;
}

.step__subtitle {
  font-size: 1em;
  font-weight: 400;
}

.step__user-email {
  color: #1d6ed7;
  font-size: 0.875em;
  font-weight: 400;
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.step__item {
  display: grid;
  grid-template-columns: 60px 1fr 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 1em;
  background-color: #1f1f1f;
  border-radius: 1em;
  border: 1px solid #2c2c2e;
}

.step__media {
  text-align: center;
}

.step__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75em;
  width: 48px;
  height: 48px;
  background-color: #1f2732;
  border: 1px solid #1e3c63;
  border-radius: 50%;
}
.step__figure img {
  width: 100%;
}

.step__badge {
  color: #1d6ed7;
  font-size: 0.75em;
}

.step__label {
  color: white;
  font-weight: 700;
}

.step__desc {
  font-size: 0.875em;
}

.step__number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.875em;
  background-color: #141414;
  border: 1px solid #2c2c2e;
  border-radius: 50%;
}

.step__actions {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  width: 100%;
}

a.step__btn, button.step__btn, submit.step__btn {
  width: 100%;
  color: white;
  font-size: 1.25em;
}

.step__switch-account {
  color: #4b5666;
  font-size: 0.75em;
}
.step__switch-account .step__link {
  color: #99a1af;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step__switch-account .step__link:hover {
  color: white;
}

main.white .plans__title {
  color: #525357;
}
main.white .plans__plan-name {
  color: #525357;
}
main.white .plans__price {
  color: #636a7c;
}
main.white .plans__price em {
  color: #2c2c2e;
}
main.white .plans__item .plans__card {
  color: #66666b;
  background-color: transparent;
  border-color: #e4e5f0;
}
main.white .plans__item .plans__card .like-it:before {
  color: white;
  background-color: #363636;
  border: 1px solid #5e5e5e;
}
main.white .plans__item .plans__card.active {
  border-color: #1d6ed7;
}
main.white .plans__item .plans__card.active .like-it:before {
  color: white;
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}

.plans__two-col {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .plans__two-col {
    grid-template-columns: 1fr 1.35fr;
  }
}

.plans__right {
  padding: 0;
  color: #3f3f42;
}
.plans__right strong {
  display: inline-block;
  margin-left: 0.5em;
  background-image: url(../images/replit/object/del.svg);
  background-position: center;
  background-size: cover;
  -webkit-animation: jump 0.5s infinite;
          animation: jump 0.5s infinite;
}
@media (min-width: 576px) {
  .plans__right {
    padding: 0.5em;
  }
}
.plans__right div {
  padding: 0.25em 0;
  font-size: 0.875em;
  font-weight: bold;
  border-bottom: 1px solid #e4e5f0;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.plans__content {
  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: 2em;
  margin: 0 auto;
  padding: calc(80px + 2em) 1em 5em 1em;
  max-width: 1200px;
  width: 100%;
}

.plans__header {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.plans__header .plans__step-indicator,
.plans__header .plans__title,
.plans__header .plans__subtitle {
  margin: 0;
  text-wrap: pretty;
  text-wrap: balance;
}

.plans__step-indicator {
  color: #1d6ed7;
  font-size: 0.875em;
}

.plans__title {
  color: white;
  font-size: 3em;
}

.plans__subtitle {
  padding: 0.5em;
  font-size: 1.125em;
}

.plans__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  .plans__list {
    grid-template-columns: 1fr 1fr;
  }
}

.plans__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.plans__item .plans__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  padding: 2em;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  background-color: #1f1f1f;
  border: 2px solid #323437;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 3em rgba(29, 110, 215, 0);
          box-shadow: 0 0 3em rgba(29, 110, 215, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plans__item .plans__card .like-it:before {
  content: "最受歡迎 ★";
  position: absolute;
  top: 0.65em;
  right: 1em;
  display: inline-block;
  padding: 0.35em 1em;
  font-size: 0.75em;
  background-color: #363636;
  border: 1px solid #5e5e5e;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plans__item .plans__card .plans__selection-btn {
  padding: 1em;
  text-align: center;
  font-size: 1.125em;
  font-weight: 500;
  background-color: #363636;
  border-radius: 10px;
  border: 1px solid #5e5e5e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plans__item .plans__card:hover {
  border-color: #1e467b;
  -webkit-box-shadow: 0 0 3em rgba(29, 110, 215, 0.2);
          box-shadow: 0 0 3em rgba(29, 110, 215, 0.2);
}
.plans__item .plans__card:hover .like-it:before {
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}
.plans__item .plans__card:hover .plans__selection-btn {
  color: white;
  background-color: #E50914;
  border: 1px solid #E50914;
}
.plans__item .plans__card.active {
  border-color: #1d6ed7;
  -webkit-box-shadow: 0 0 3em rgba(29, 110, 215, 0.3);
          box-shadow: 0 0 3em rgba(29, 110, 215, 0.3);
}
.plans__item .plans__card.active .like-it:before {
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}
.plans__item .plans__card.active .plans__selection-btn {
  color: white;
  background-color: #1d6ed7;
  border: 1px solid #1d6ed7;
}

.plans__card-header h3, .plans__card-header h5, .plans__card-header h6 {
  margin: 0;
  padding: 0;
}

.plans__plan-name {
  color: #d1d5dc;
  font-size: 1.25em;
}

.plans__price {
  color: #636a7c;
  font-size: 1em;
  font-weight: 400px;
}
.plans__price em {
  color: white;
  font-size: 3em;
  font-weight: 900;
  font-style: normal;
}

.plans__plan-desc {
  color: #636a7c;
  font-size: 0.875em;
}

.plans__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin: 0;
  padding: 1em 0 0 0;
  list-style: none;
}

.plans__feature-item {
  font-size: 0.875em;
}
.plans__feature-item i {
  color: #1d6ed7;
}
.plans__feature-item.none {
  color: #364153;
}
.plans__feature-item.none i {
  color: #364153;
}

/* 兩個方案的新文案.......................................... */
.plans__comparison .plans__row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding: 0.5em 0;
  border-bottom: 1px solid #e4e5f0;
}
.plans__comparison .plans__row:nth-child(1) {
  padding-top: initial;
}

.plans__item-name {
  color: #2c2c2e;
}

.plans__value.center {
  text-align: center;
}

.plans__desc {
  padding: 0.25em 0 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.25;
}

.plans__notice {
  text-align: center;
  font-size: 0.875em;
}

.plans__content {
  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: 2em;
  margin: 0 auto;
  padding: calc(80px + 2em) 1em 5em 1em;
  max-width: 1200px;
  width: 100%;
}

.plans__header {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.plans__header .plans__step-indicator,
.plans__header .plans__title,
.plans__header .plans__subtitle {
  margin: 0;
  text-wrap: pretty;
  text-wrap: balance;
}

.plans__step-indicator {
  color: #1d6ed7;
  font-size: 0.875em;
}

.plans__title {
  font-size: 3em;
}

.plans__subtitle {
  padding: 0.5em;
  font-size: 1.125em;
}

.plans__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.plans__notice {
  text-align: center;
  font-size: 0.875em;
}

.plans_btn {
  text-align: center;
}
.plans_btn .btn {
  max-width: 300px;
  width: 100%;
}

/* choose-plan....................................... */
/* --- 容器佈局 --- */
.choose-plan__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.choose-plan {
  width: 100%;
}

.choose-plan__content {
  padding: 0.5em;
}

/* --- 卡片與選取邏輯 --- */
.choose-plan__card {
  position: relative;
  padding: 0.5em;
  border-radius: 1em;
  border: 1px solid #e4e5f0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.choose-plan__card.is-active {
  -webkit-box-shadow: 0 1em 2em rgba(29, 110, 215, 0.35);
          box-shadow: 0 1em 2em rgba(29, 110, 215, 0.35);
}
.choose-plan__card.choose-plan__card--premium {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.choose-plan__card.choose-plan__card--premium.is-active::before {
  background-color: #e50914;
}
.choose-plan__card.choose-plan__card--premium::before {
  content: "最受歡迎";
  position: absolute;
  left: 0;
  top: -2.55em;
  display: block;
  padding: 0.5em;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 0.75em;
  background-color: #3f3f42;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

/* --- 方案頭部 --- */
.choose-plan__header {
  position: relative;
  padding: 25px 20px;
  color: white;
  cursor: pointer;
  border-radius: 0.75em;
}

.choose-plan__card--ai .choose-plan__header {
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 39, 122)), to(rgb(79, 106, 224)));
  background: linear-gradient(90deg, rgb(63, 39, 122) 0%, rgb(79, 106, 224) 100%);
}

.choose-plan__card--premium .choose-plan__header {
  background: linear-gradient(135deg, #1d4099, #b81d24);
}

/* 打勾 Icon (使用 CSS 繪製) */
.choose-plan__header::after {
  content: "✔";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 28px;
  height: 28px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  /* 預設隱藏 */
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 選取時顯示打勾 */
.is-active .choose-plan__header::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.choose-plan__title {
  margin: 0;
  font-size: 20px;
}
.choose-plan__title.mark {
  position: relative;
}
.choose-plan__title.mark::before {
  content: "";
  position: absolute;
  right: -10px;
  top: -1em;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/replit/object/month.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: jump 0.6s infinite;
          animation: jump 0.6s infinite;
}
@media (min-width: 576px) {
  .choose-plan__title.mark::before {
    left: 5em;
    top: -1.25em;
    width: 80px;
    height: 80px;
  }
}

.choose-plan__subtitle {
  margin: 5px 0 0;
  font-size: 14px;
  opacity: 0.9;
}

/* --- 內容區 --- */
.choose-plan__feature-price {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.choose-plan__feature {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  padding: 10px 0;
  border-top: 1px solid #e4e5f0;
}

.choose-plan__label-strong {
  font-size: 1.5em;
}

.choose-plans__label-name {
  color: #2c2c2e;
}

.choose-plans__label-desc {
  padding: 0.25em 0 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.25;
}

.choose-plan__value.center {
  text-align: center;
}

.animate {
  padding: 0;
  color: #3f3f42;
}
.animate strong {
  display: inline-block;
  margin-left: 0.5em;
  background-image: url(../images/replit/object/del.svg);
  background-position: center;
  background-size: cover;
  -webkit-animation: jump 0.5s infinite;
          animation: jump 0.5s infinite;
}
@media (min-width: 576px) {
  .animate {
    padding: 0.5em;
  }
}
.animate div {
  padding: 0.25em 0;
  font-size: 0.875em;
  font-weight: bold;
  border-bottom: 1px solid #e4e5f0;
}
.animate div:nth-last-child(1) {
  border-bottom: initial;
}

/* --- 手機版自適應 (結構重組) --- */
@media (max-width: 768px) {
  .choose-plan__card {
    cursor: context-menu;
  }
  .choose-plan__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 10px;
  }
  .choose-plan__container .choose-plan__card--ai .choose-plan__header {
    border: 1px solid #c2c3cc;
  }
  .choose-plan__container .choose-plan__card--ai.is-active .choose-plan__header {
    color: white;
    background: -webkit-gradient(linear, left top, right top, from(rgb(63, 39, 122)), to(rgb(79, 106, 224)));
    background: linear-gradient(90deg, rgb(63, 39, 122) 0%, rgb(79, 106, 224) 100%);
    border: 1px solid #c2c3cc;
  }
  .choose-plan__container .choose-plan__card--premium .choose-plan__header {
    border: 1px solid #c2c3cc;
    position: relative;
  }
  .choose-plan__container .choose-plan__card--premium .choose-plan__header::before {
    content: "最受歡迎";
    position: absolute;
    top: -2.5em;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5em 0.75em;
    width: 100%;
    font-size: 0.75em;
    background-color: rgb(63, 63, 66);
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .choose-plan__container .choose-plan__card--premium.is-active .choose-plan__header {
    color: white;
    background: linear-gradient(135deg, #1d4099, #b81d24);
    border: 1px solid #c2c3cc;
  }
  .choose-plan__container .choose-plan__card--premium.is-active .choose-plan__header::before {
    background-color: red;
  }
  .choose-plan__card {
    display: contents;
  }
  .choose-plan__header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    border-radius: 0 0 8px 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* 標題排在最上方 */
    text-align: left;
    border: 2px solid transparent;
  }
  .choose-plan__header.ai {
    border-radius: 8px;
  }
  /* 手機版用邊框取代原本的 opacity 區別 */
  .choose-plan__body {
    display: none;
    width: 100%;
    /* 真正撐滿全寬 */
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* 內容排在標題下方 */
    padding: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .choose-plan__body {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .is-active .choose-plan__body {
    display: block;
  }
}
@media (max-width: 768px) {
  /* 調整手機版打勾 icon 位置 */
  .choose-plan__header::after {
    right: 10px;
    bottom: 10px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
/* 了解更多......................................... */
/* 容器基本設定 */
.choose-plan__more {
  overflow: hidden;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  /* 調整速度可改這裡 */
}

/* 隱藏狀態由 JS 動態控制高度為 0 */
/* 按鈕樣式 (你可以依據你的專案風格調整) */
.choose-plan__toggle-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.choose-plan__toggle-btn:hover {
  background-color: #e0e0e0;
}

.choose-plan__btn {
  margin-top: auto;
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main.white .account__title {
  color: #525357;
}
main.white .account__plan-card {
  background-color: transparent;
  border-color: #1d6ed7;
}
main.white .account__btn-change {
  color: #3f3f42;
}
main.white .account__btn-change:hover {
  color: #1d6ed7;
}
main.white .account__item .account__label {
  color: #3f3f42;
}
main.white .account__input--email {
  background-color: #f2f2f2 !important;
  border-color: #c2c3cc !important;
}
main.white .account__input--email:hover {
  color: #66666b !important;
}
main.white .account__display-box {
  padding: 1em;
  background-color: #f2f2f2;
  border-color: #c2c3cc;
  border-radius: 0.75em;
}
main.white .account__input {
  display: inline-block;
  width: 100%;
  color: #66666b;
  background-color: transparent;
  border-radius: 0.75em;
  border: 1px solid #c2c3cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.white .account__input:hover, main.white .account__input:focus {
  color: #1d6ed7;
  background-color: transparent;
  border: 1px solid #1d6ed7;
}
main.white .account__country-select {
  color: #66666b;
  border-color: #c2c3cc;
}
main.white .account__checkbox-label {
  color: inherit;
}
main.white .account__password-icon:hover {
  color: #1d6ed7;
}
main.white .account__link {
  color: #2c2c2e;
  text-decoration: none;
}
main.white .account__link:hover {
  color: #1d6ed7;
  text-decoration: underline;
}

.account__content {
  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: 2em;
  margin: 0 auto;
  padding: calc(80px + 2em) 1em 5em 1em;
  max-width: 480px;
  width: 100%;
}

.account__header {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.account__header .account__step-indicator,
.account__header .account__title,
.account__header .account__subtitle {
  margin: 0;
  text-wrap: pretty;
  text-wrap: balance;
}

.account__step-indicator {
  color: #1d6ed7;
  font-size: 0.875em;
}

.account__title {
  color: white;
  font-size: 1.875em;
}

.account__subtitle {
  padding: 0.25em;
  font-size: 0.875em;
}

/* 表單........................................ */
.account__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25em;
  width: 100%;
}

.account__plan-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
  padding: 1em;
  width: 100%;
  background-color: #1f1f1f;
  border-radius: 0.75em;
  border: 1px solid #1f3757;
}

.account__plan-content {
  margin: 0;
}
.account__plan-content .account__label,
.account__plan-content .account__plan-name {
  margin: 0;
  padding: 0;
}
.account__plan-content .account__label {
  font-size: 0.75em;
}
.account__plan-content .account__plan-name {
  color: #1d6ed7;
}

.account__btn-change {
  color: #99a1af;
  font-size: 0.75em;
}
.account__btn-change:hover {
  color: white;
}

.account__item .account__label {
  color: white;
  font-size: 0.875em;
}

.account__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  width: 100%;
}

.account__display-box {
  padding: 1em;
  background-color: #1f1f1f;
  border: 1px solid #2c2c2e;
  border-radius: 0.75em;
}

.account__phone-group {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.25em;
}

.account__country-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
  font-size: 0.875em;
  border: 1px solid #2c2c2e;
  border-radius: 0.75em;
}

.account__country-vcode {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 0.25em;
}
.account__country-vcode .btn {
  border: 1px solid #c2c3cc;
  background-color: #e4e5f0;
  border-radius: 10px;
}

.account__message {
  display: none;
  font-size: 0.75em;
}
.account__message.active {
  display: block;
}

.account__message--error {
  color: #ff6467;
}

.account__password-wrapper {
  position: relative;
}

.account__password-icon {
  position: absolute;
  top: calc(50% - 0.85em);
  right: 0.75em;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account__password-icon:hover {
  color: white;
}

.account__input {
  padding-right: 2em;
}

/* 自訂義 Checkbox......................................... */
.account__checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.account__checkbox-input:checked + .account__checkbox-label .account__checkbox-custom {
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}
.account__checkbox-input:checked + .account__checkbox-label .account__checkbox-custom::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(1);
          transform: translate(-50%, -60%) rotate(45deg) scale(1);
}
.account__checkbox-input:disabled + .account__checkbox-label {
  cursor: not-allowed;
  opacity: 0.5;
}
.account__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.account__checkbox-custom {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
}
.account__checkbox-custom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg) scale(0);
          transform: translate(-50%, -60%) rotate(45deg) scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  opacity: 0;
}

.account__btn-submit {
  padding: 1.25em 1em;
  color: white;
  background-color: #1d6ed7;
  border-width: 1px;
  border-color: #1d6ed7;
  border-radius: 0.75em;
}
.account__btn-submit:hover, .account__btn-submit:focus {
  color: white;
  background-color: rgb(22.9385245902, 87.0081967213, 170.0614754098);
  border-color: rgb(22.9385245902, 87.0081967213, 170.0614754098);
}
.account__btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #1d6ed7;
  border-color: #1d6ed7;
}

.account__link {
  color: #1d6ed7;
  text-decoration: none;
}
.account__link:hover {
  color: white;
  text-decoration: underline;
}

.welcome {
  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;
  gap: 3em;
  width: 100%;
}

.welcome__content {
  overflow: clip;
  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;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  width: 100%;
  border: 1px solid #e4e5f0;
  border-radius: 1em;
}
.welcome__content::before {
  position: absolute;
  top: -0.35em;
  left: -2em;
  display: inline-block;
  padding: 0.125em 4em 0.125em 2em;
  width: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  color: white;
  background-color: #1d6ed7;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media (min-width: 576px) {
  .welcome__content::before {
    padding: 0.5em 4em 0.5em 2em;
  }
}
.welcome__content.step-1 {
  position: relative;
}
.welcome__content.step-1::before {
  content: "01";
}
.welcome__content.step-1 .welcome__header, .welcome__content.step-3 .welcome__header, .welcome__content.step-4 .welcome__header {
  background-color: #f2f2f2;
  border-bottom: 1px dotted #c2c3cc;
}
.welcome__content.step-2 {
  position: relative;
}
.welcome__content.step-2::before {
  content: "02";
}

.welcome__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 0.25em;
  padding: 2em 1em;
  width: 100%;
}

.welcome__title {
  margin: 0;
  padding: 0;
  color: #1d6ed7;
  font-size: 1.75em;
}

.welcome__description em {
  padding: 0.15em 0.5em;
  display: inline-block;
  color: #ea580c;
  background-color: #fff1d6;
  border-radius: 5px;
}

.welcome__download-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 350px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  padding: 2em 1em;
}
@media (min-width: 576px) {
  .welcome__download-grid {
    grid-template-columns: repeat(2, minmax(0, 350px));
  }
}

.welcome__download-card {
  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: 1em;
  padding: 1em;
  text-decoration: none;
  color: inherit;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.welcome__download-card:hover {
  border-color: #1d6ed7;
  -webkit-box-shadow: 0 1.35em 1.15em -0.85em rgba(29, 110, 215, 0.25);
          box-shadow: 0 1.35em 1.15em -0.85em rgba(29, 110, 215, 0.25);
}

.welcome__download-subtitle {
  margin: 0;
  padding: 0;
  color: #1d6ed7;
  font-size: 1.25em;
  text-align: center;
}

.welcome__download-figure {
  margin: 0 auto;
  padding: 1.5em;
  max-width: 200px;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.welcome__download-figure img {
  width: 100%;
}

.welcome__col-2 {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3em;
  margin: 0 auto;
  padding: 2em 1em;
  max-width: 700px;
  width: 100%;
}
@media (min-width: 576px) {
  .welcome__col-2 {
    grid-template-columns: 1fr 200px;
  }
}

.welcome__col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  line-height: initial;
}
@media (min-width: 576px) {
  .welcome__col-left {
    line-height: 2;
  }
}
.welcome__col-left em {
  padding: 0.15em 0.5em;
  display: inline-block;
  color: #ea580c;
  background-color: #fff1d6;
  border-radius: 5px;
  line-height: initial;
}

.welcome__app {
  margin: 0 auto;
  padding: 5px;
  max-width: 200px;
  border: 1px solid #c2c3cc;
  border-radius: 1em;
  -webkit-box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.3);
}
.welcome__app img {
  overflow: clip;
  width: 100%;
  border-radius: calc(1em - 5px);
}

.welcome__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.welcome__contact--ul {
  margin: 0;
  padding: 1em;
  list-style: none;
  border: 1px dashed #c2c3cc;
  border-radius: 10px;
}
.welcome__contact--ul a {
  color: #1d6ed7;
}