:root {
  --pc-primary: #22bde9;
  --pc-dark: #0f172a;
  --pc-text: #334155;
  --pc-muted: #64748b;
  --pc-border: #e2e8f0
}

.pc-hero-section {
  position: relative;
  overflow: hidden;
  padding: 88px 16px;
  background: url(../../img/product/pc-recovery/banner-backgorund.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.pc-hero-section .pc-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  max-width: 1100px;
  margin: auto
}

.pc-hero-section .pc-hero-container .pc-hero-content {
  width: 640px
}

.pc-hero-section .pc-hero-content .pc-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid #cffafe;
  border-radius: 999px;
  background: #ecfeff;
  color: #159dc6;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px
}

.pc-hero-section .pc-hero-content h1 {
  margin: 20px 0;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -2px;
  color: #0f172a
}

.pc-hero-section .pc-hero-content h1 strong {
  color: #2563eb;
  background: linear-gradient(to right, #22bde9, #3b82f6, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.pc-hero-section .pc-hero-content>p {
  max-width: 600px;
  margin-bottom: 28px;
  color: var(--pc-muted);
  font-size: 17px;
  line-height: 28px
}

.pc-hero-section .pc-hero-content .pc-hero-actions {
  display: flex;
  gap: 14px
}

.pc-hero-section .pc-hero-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 180px;
  padding: 12px 26px;
  border-radius: 12px;
  border: 2px solid #ff8343;
  background: #ff8343;
  color: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(255, 131, 67, .22)
}

.pc-hero-section .pc-hero-actions a:last-child {
  background: #fff;
  color: #ff8343;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .06)
}

.pc-hero-section .pc-hero-actions a>i {
  font-size: 30px
}

.pc-hero-section .pc-hero-actions a span {
  display: flex;
  flex-direction: column
}

.pc-hero-section .pc-hero-actions a strong {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px
}

.pc-hero-section .pc-hero-actions a .text-small {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 600
}

.pc-hero-section .pc-hero-content .pc-hero-points {
  display: flex;
  gap: 24px;
  margin-top: 22px
}

.pc-hero-section .pc-hero-points span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--pc-muted);
  font-size: 12px;
  font-weight: 700
}

.pc-hero-section .pc-hero-points i {
  color: #10b981
}

.pc-hero-section .pc-hero-container .pc-hero-visual {
  width: 390px;
  flex-shrink: 0
}

.pc-hero-section .pc-hero-visual img {
  display: block;
  width: 390px;
  height: auto;
  border-radius: 26px;
  border: #e4dede 4px solid;
}

@media (max-width:900px) {
  .pc-hero-section .pc-hero-container {
    flex-direction: column
  }

  .pc-hero-section .pc-hero-container .pc-hero-content {
    width: auto
  }

  .pc-hero-section .pc-hero-content h1 {
    font-size: 44px;
    line-height: 51px
  }
}

@media (max-width:640px) {
  .pc-hero-section {
    padding: 55px 12px
  }

  .pc-hero-section .pc-hero-content h1 {
    font-size: 34px;
    line-height: 41px
  }

  .pc-hero-section .pc-hero-content>p {
    font-size: 14px;
    line-height: 23px
  }

  .pc-hero-section .pc-hero-content .pc-hero-actions {
    flex-direction: column
  }

  .pc-hero-section .pc-hero-actions a {
    min-width: 0
  }

  .pc-hero-section .pc-hero-content .pc-hero-points {
    flex-direction: column;
    gap: 10px
  }

  .pc-hero-section .pc-hero-container .pc-hero-visual {
    width: 336px
  }

  .pc-hero-section .pc-hero-visual img {
    width: 336px
  }
}

.loss-section {
  padding: 80px 16px;
  background: #f8fafc
}

.loss-section .loss-container {
  max-width: 1152px;
  margin: auto
}

.loss-section .loss-container .loss-heading {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center
}

.loss-section .loss-heading h2 {
  font-size: 36px;
  line-height: 44px;
  color: #0f172a
}

.loss-section .loss-heading h2 span {
  color: #64748b
}

.loss-section .loss-heading p {
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 25px
}

.loss-section .loss-container .loss-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.loss-section .loss-grid .loss-card {
  width: 552px;
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--pc-border);
  border-radius: 24px;
  background: #fff
}

.loss-section .loss-grid .loss-card:hover {
  border-color: #67e8f9
}

.loss-section .loss-card>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #cffafe;
  color: #0891b2;
  font-size: 24px
}

.loss-section .loss-grid .loss-card:nth-child(2)>i {
  background: #eef2ff;
  color: #6366f1
}

.loss-section .loss-grid .loss-card:nth-child(3)>i {
  background: #f5f3ff;
  color: #8b5cf6
}

.loss-section .loss-grid .loss-card:nth-child(4)>i {
  background: #fff1f2;
  color: #f43f5e
}

.loss-section .loss-card h3 {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 19px
}

.loss-section .loss-card p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 23px
}

.loss-section .loss-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none
}

.loss-section .loss-card li {
  position: relative;
  width: 205px;
  padding-left: 13px;
  color: #64748b;
  font-size: 11px;
  font-weight: 700
}

.loss-section .loss-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--pc-primary);
  content: ""
}

@media(max-width:900px) {
  .loss-section .loss-container .loss-grid {
    justify-content: center
  }

  .loss-section .loss-grid .loss-card {
    width: 400px
  }
}

@media(max-width:640px) {
  .loss-section {
    padding: 60px 12px
  }

  .loss-section .loss-heading h2 {
    font-size: 28px;
    line-height: 36px
  }

  .loss-section .loss-grid .loss-card {
    width: 336px;
    padding: 24px
  }
}

.file-types-section {
  padding: 80px 16px;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
  background: #fff
}

.file-types-section .file-types-container {
  max-width: 1152px;
  margin: auto
}

.file-types-section .file-types-container .file-types-heading {
  max-width: 680px;
  margin: 0 auto 45px;
  text-align: center
}

.file-types-section .file-types-heading h2 {
  font-size: 32px;
  line-height: 40px;
  color: #0f172a
}

.file-types-section .file-types-heading p {
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 23px
}

.file-types-section .file-types-container .file-types-layout {
  display: flex;
  gap: 30px
}

.file-types-section .file-types-layout .file-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 340px
}

.file-types-section .file-tabs button {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 73px;
  padding: 14px;
  border: 1px solid var(--pc-border);
  border-radius: 15px;
  background: #f8fafc;
  color: #334155;
  text-align: left;
  cursor: pointer
}

.file-types-section .file-tabs button:hover {
  border-color: #22bde9
}

.file-types-section .file-tabs button.active {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff
}

.file-types-section .file-tabs button>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  color: var(--pc-primary);
  font-size: 20px
}

.file-types-section .file-tabs button span {
  font-weight: 800
}

.file-types-section .file-tabs button .text-small {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 500
}

.file-types-section .file-types-layout .file-panel {
  width: 782px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 24px
}

.file-types-section .file-types-layout .file-panel:hover {
  border-color: #22bde9
}

.file-types-section .file-panel .file-panel-image {
  display: block;
  width: 782px;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transition: opacity .18s ease, transform .18s ease
}

.file-types-section .file-panel .file-panel-image.is-changing {
  opacity: 0;
  transform: scale(.985)
}

@media(max-width:900px) {
  .file-types-section .file-types-container .file-types-layout {
    flex-direction: column;
    align-items: center;
  }

  .file-types-section .file-types-layout .file-tabs {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .file-types-section .file-tabs button {
    width: 245px
  }

  .file-types-section .file-types-layout .file-panel {
    width: 700px
  }

  .file-types-section .file-panel .file-panel-image {
    width: 700px
  }
}

@media(max-width:640px) {
  .file-types-section {
    padding: 60px 12px
  }

  .file-types-section .file-types-heading h2 {
    font-size: 27px;
    line-height: 35px
  }

  .file-types-section .file-tabs button {
    width: 336px
  }

  .file-types-section .file-types-layout .file-panel {
    width: 336px
  }

  .file-types-section .file-panel .file-panel-image {
    width: 336px
  }
}

.scenarios-section {
  padding: 80px 16px;
  background: #f8fafc
}

.scenarios-section .scenarios-container {
  max-width: 1152px;
  margin: auto
}

.scenarios-section .scenarios-container .scenarios-heading {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center
}

.scenarios-section .scenarios-heading>span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border: 1px solid #e0e7ff;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 11px;
  font-weight: 800
}

.scenarios-section .scenarios-heading h2 {
  margin: 15px 0 10px;
  font-size: 32px;
  color: #0f172a
}

.scenarios-section .scenarios-heading p {
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 23px
}

.scenarios-section .scenarios-container .scenarios-grid {
  display: flex;
  justify-content: center;
  gap: 18px
}

.scenarios-section .scenarios-grid .scenario-card {
  width: 216px;
  min-height: 290px;
  padding: 18px;
  border: 1px solid var(--pc-border);
  border-radius: 18px;
  background: #fff
}

.scenarios-section .scenarios-grid .scenario-card:hover {
  border-color: #22bde9
}
.scenarios-section .scenario-card>div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  margin-bottom: 18px;
  background: #f0f9ff
}

.scenarios-section .scenarios-grid .scenario-card img {
  width: 100%;
  border: 2px solid #bae6fd;
  border-radius: 13px;
}

.scenarios-section .scenario-card .text-small {
  color: var(--pc-primary);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase
}

.scenarios-section .scenario-card h3 {
  margin: 8px 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 21px
}

.scenarios-section .scenario-card p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 19px
}

@media(max-width:900px) {
  .scenarios-section .scenarios-container .scenarios-grid {
    flex-wrap: wrap
  }
}

@media(max-width:640px) {
  .scenarios-section {
    padding: 60px 12px
  }

  .scenarios-section .scenarios-heading h2 {
    font-size: 27px
  }

  .scenarios-section .scenarios-grid .scenario-card {
    width: 336px
  }
}

.recovery-steps-section {
  padding: 90px 16px;
  background: #fff
}

.recovery-steps-section .recovery-steps-container {
  max-width: 1152px;
  margin: auto
}

.recovery-steps-section .recovery-steps-container .recovery-steps-heading {
  max-width: 680px;
  margin: 0 auto 55px;
  text-align: center
}

.recovery-steps-section .recovery-steps-heading>span {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #cffafe;
  border-radius: 999px;
  color: #0891b2;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase
}

.recovery-steps-section .recovery-steps-heading h2 {
  margin: 15px 0 10px;
  font-size: 36px;
  color: #0f172a
}

.recovery-steps-section .recovery-steps-heading h2 strong {
  color: var(--pc-primary)
}

.recovery-steps-section .recovery-steps-heading p {
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 23px
}

.recovery-steps-section .recovery-steps-container .recovery-steps-layout {
  display: flex;
  gap: 42px
}

.recovery-steps-section .recovery-steps-layout .step-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 440px
}

.recovery-steps-section .step-tabs button {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--pc-border);
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer
}

.recovery-steps-section .step-tabs button:hover {
  border-color: #22bde9
}

.recovery-steps-section .step-tabs button.active {
  padding-left: 24px;
  border-color: var(--pc-primary);
  background: #f8fafc;
  box-shadow: 0 7px 18px rgba(34, 189, 233, .09)
}

.recovery-steps-section .step-tabs button.active::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--pc-primary);
  content: ""
}

.recovery-steps-section .step-tabs button>span {
  display: flex;
  align-items: center;
  gap: 10px
}

.recovery-steps-section .step-tabs button>span i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #f1f5f9;
  color: #94a3b8
}

.recovery-steps-section .step-tabs button.active>span i {
  background: #ecfeff;
  color: var(--pc-primary)
}

.recovery-steps-section .step-tabs button>span .text-strong {
  color: #0f172a;
  font-size: 14px
}

.recovery-steps-section .step-tabs button>span em {
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 5px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 11px;
  font-style: normal
}

.recovery-steps-section .step-tabs button.active>span em {
  background: var(--pc-primary);
  color: #0f172a
}

.recovery-steps-section .step-tabs button>p {
  overflow: hidden;
  max-height: 38px;
  margin: 10px 0 0;
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 19px
}

.recovery-steps-section .step-tabs button.active>p {
  max-height: 95px
}

.recovery-steps-section .step-tabs button>ul {
  display: none;
  flex-direction: column;
  gap: 7px;
  margin: 13px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid #e2e8f0;
  list-style: none
}

.recovery-steps-section .step-tabs button.active>ul {
  display: flex
}

.recovery-steps-section .step-tabs button li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700
}

.recovery-steps-section .step-tabs button li i {
  color: #10b981;
  font-size: 14px
}

.recovery-steps-section .recovery-steps-layout .step-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670px;
  overflow: hidden;
  border: 1px solid #f5ebeb;
  border-radius: 8px;
  max-height: 411px;
}

.recovery-steps-section .recovery-steps-layout .step-preview:hover {
  border-color: #22bde9
}

.recovery-steps-section .step-preview .step-preview-image {
  display: block;
  width: 670px;
  height: auto;
  opacity: 1;
  transform: scale(1);
  transition: opacity .18s ease, transform .18s ease
}

.recovery-steps-section .step-preview .step-preview-image.is-changing {
  opacity: 0;
  transform: scale(.985)
}

@media(prefers-reduced-motion:reduce) {

  .file-types-section .file-panel .file-panel-image,
  .recovery-steps-section .step-preview .step-preview-image {
    transition: none
  }
}

@media(max-width:900px) {
  .recovery-steps-section .recovery-steps-container .recovery-steps-layout {
    flex-direction: column;
    align-items: center;
  }

  .recovery-steps-section .recovery-steps-layout .step-tabs {
    width: auto
  }

  .recovery-steps-section .recovery-steps-layout .step-preview {
    width: 670px
  }
}

@media(max-width:640px) {
  .recovery-steps-section {
    padding: 65px 12px
  }

  .recovery-steps-section .recovery-steps-heading h2 {
    font-size: 28px
  }

  .recovery-steps-section .recovery-steps-layout .step-preview {
    width: 336px
  }

  .recovery-steps-section .step-preview .step-preview-image {
    width: 336px
  }
}

.advantages-section {
  padding: 80px 16px;
  background: #f8fafc
}

.advantages-section .advantages-container {
  max-width: 1024px;
  margin: auto
}

.advantages-section .advantages-container .advantages-heading {
  max-width: 680px;
  margin: 0 auto 45px;
  text-align: center
}

.advantages-section .advantages-heading h2 {
  font-size: 32px;
  color: #0f172a
}

.advantages-section .advantages-heading p {
  color: var(--pc-muted);
  font-size: 14px
}

.advantages-section .advantages-container .advantages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px
}

.advantages-section .advantages-grid .advantage-card {
  width: 500px;
  min-height: 215px;
  padding: 28px;
  border: 1px solid var(--pc-border);
  border-radius: 22px;
  background: #fff
}

.advantages-section .advantages-grid .advantage-card:hover {
  border-color: #22bde9
}

.advantages-section .advantage-card>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #ecfeff;
  color: var(--pc-primary);
  font-size: 21px
}

.advantages-section .advantage-card h3 {
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 17px
}

.advantages-section .advantage-card p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 21px
}

.advantages-section .advantage-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.advantages-section .advantage-card li {
  position: relative;
  padding-left: 11px;
  color: var(--pc-muted);
  font-size: 10px;
  font-weight: 600;
}

.advantages-section .advantage-card li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #6366f1;
  content: "";
}

@media(max-width:900px) {
  .advantages-section .advantages-container .advantages-grid {
    justify-content: center
  }

  .advantages-section .advantages-grid .advantage-card {
    width: 400px
  }
}

@media(max-width:640px) {
  .advantages-section {
    padding: 60px 12px
  }

  .advantages-section .advantages-grid .advantage-card {
    width: 336px
  }
}

.comparison-section {
  padding: 80px 16px;
  background: #fff
}

.comparison-section .comparison-container {
  max-width: 896px;
  margin: auto
}

.comparison-section .comparison-container .comparison-heading {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center
}

.comparison-section .comparison-heading h2 {
  font-size: 32px;
  color: #0f172a
}

.comparison-section .comparison-heading p {
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 23px
}

.comparison-section .comparison-container .comparison-table {
  overflow: hidden;
  border: 1px solid var(--pc-border);
  border-radius: 22px
}

.comparison-section .comparison-table .comparison-head {
  display: flex;
  padding: 16px 24px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px
}

.comparison-section .comparison-head span {
  width: 420px
}

.comparison-section .comparison-table .comparison-row {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #f1f5f9
}

.comparison-section .comparison-row .text-strong {
  width: 420px;
  color: #0f172a;
  font-size: 13px
}

.comparison-section .comparison-row span {
  width: 400px;
  padding: 10px;
  border-radius: 9px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px
}

@media(max-width:640px) {
  .comparison-section {
    padding: 60px 12px
  }

  .comparison-section .comparison-heading h2 {
    font-size: 27px
  }

  .comparison-section .comparison-table .comparison-head {
    padding: 14px
  }

  .comparison-section .comparison-table .comparison-row {
    align-items: flex-start;
    padding: 14px
  }

  .comparison-section .comparison-head span {
    width: 155px
  }

  .comparison-section .comparison-row .text-strong {
    width: 155px
  }

  .comparison-section .comparison-row span {
    width: 155px
  }
}

.pc-faq-section {
  padding: 80px 16px;
  background: #f8fafc
}

.pc-faq-section .pc-faq-container {
  max-width: 896px;
  margin: auto
}

.pc-faq-section .pc-faq-container .pc-faq-heading {
  margin-bottom: 45px;
  text-align: center
}

.pc-faq-section .pc-faq-heading h2 {
  font-size: 32px;
  color: #0f172a
}

.pc-faq-section .pc-faq-heading p {
  color: var(--pc-muted);
  font-size: 14px
}

.pc-faq-section .pc-faq-container .pc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.pc-faq-section .pc-faq-list .pc-faq-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pc-border);
  border-radius: 15px;
  background: #fff
}

.pc-faq-section .pc-faq-list .pc-faq-item:hover {
  border-color: #94a3b8
}

.pc-faq-section .pc-faq-item button {
  position: relative;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding: 19px 60px 19px 22px;
  border: 0;
  background: #fff;
  color: #0f172a;
  text-align: left;
  font-weight: 800;
  cursor: pointer
}

.pc-faq-section .pc-faq-item button i {
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  color: var(--pc-primary)
}

.pc-faq-section .pc-faq-list .pc-faq-item>p {
  display: none;
  margin: 0;
  padding: 16px 22px 21px;
  border-top: 1px solid #f1f5f9;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 21px
}

@media(max-width:640px) {
  .pc-faq-section {
    padding: 60px 12px
  }

  .pc-faq-section .pc-faq-heading h2 {
    font-size: 28px
  }

  .pc-faq-section .pc-faq-item button {
    padding: 17px
  }
}

.pc-cta-section {
  padding: 80px 16px;
  background: linear-gradient(to bottom right, #22bde9, #2ac0c1);
  color: #fff;
  text-align: center
}

.pc-cta-section .pc-cta-container {
  max-width: 800px;
  margin: auto
}

.pc-cta-section .pc-cta-container>i {
  font-size: 50px
}

.pc-cta-section .pc-cta-container h2 {
  margin: 18px 0 12px;
  font-size: 42px;
  line-height: 50px
}

.pc-cta-section .pc-cta-container>p {
  max-width: 600px;
  margin: 0 auto 28px;
  color: #ecfeff;
  font-size: 15px;
  line-height: 24px
}

.pc-cta-section .pc-cta-container .pc-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px
}

.pc-cta-section .pc-cta-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 214px;
  padding: 12px 26px;
  border-radius: 12px;
  border: 2px solid #ff8343;
  background: #ff8343;
  color: #fff;
  text-align: left;
  text-decoration: none
}

.pc-cta-section .pc-cta-actions a:last-child {
  background: #fff;
  color: #ff8343
}

.pc-cta-section .pc-cta-actions a>i {
  font-size: 30px
}

.pc-cta-section .pc-cta-actions a span {
  display: flex;
  flex-direction: column
}

.pc-cta-section .pc-cta-actions a strong {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px
}

.pc-cta-section .pc-cta-actions a .text-small {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 600
}

@media(max-width:640px) {
  .pc-cta-section {
    padding: 60px 12px
  }

  .pc-cta-section .pc-cta-container h2 {
    font-size: 31px;
    line-height: 39px
  }

  .pc-cta-section .pc-cta-container .pc-cta-actions {
    flex-direction: column
  }
}