:root {
  /* Colors */
  --main-color: #693897;
  --main-dark: #41106e;
  --main-light: #ebdcfa;
  --mix-color: #2ba370;
  --mix-dark: #0b7549;
  --mix-light: #e2f5ed;
  --text-main: #3c3642;
  --text-light: #5f5c63;
  --bg-body: #f7faff;
  --white: #ffffff;

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #1bb7d0 0%, #0e8fa3 100%);
  --gradient-card: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );

  /* Typography */
  --font-size-sm: 0.85rem;

  /* Spacing */
  --sp-0: 0;
  --sp-base: 1rem;
  --sp-xs: 0.1rem;
  --sp-sm: 0.2rem;
  --sp-md: 0.3rem;
  --sp-lg: 0.4rem;

  --sp: 0.25rem;
  --sp-1: calc(var(--sp) * 1);
  --sp-2: calc(var(--sp) * 2);
  --sp-3: calc(var(--sp) * 3);
  --sp-4: calc(var(--sp) * 4);
  --sp-5: calc(var(--sp) * 6);
  --sp-6: calc(var(--sp) * 8);
  --sp-7: calc(var(--sp) * 12);
  --sp-8: calc(var(--sp) * 16);
  --sp-9: calc(var(--sp) * 24);
  --sp-10: calc(var(--sp) * 32);

  --m-sm: 0.8rem;
  --m-md: var(--sp-5);
  --m-lg: var(--sp-6);
  --border-radius: var(--sp-5);
  --border-radius-sm: var(--sp-3);

  /* Effects */
  --gradient-main: linear-gradient(135deg, #7a46ab 0%, #4f1c7d 100%);
  --gradient-mix: linear-gradient(135deg, #37c784 0%, #158a5c 100%);
  --shadow-light: 0 5px 20px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 15px 40px rgba(0, 0, 0, 0.08);
  --shadow-premium: 0 25px 60px rgba(105, 56, 151, 0.2);

  --glass-bg: rgba(255, 255, 255, 0.65);
  --glass-border: 1px solid rgba(255, 255, 255, 0.9);
  --backdrop-blur: blur(12px);
}

address,
blockquote,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
  text-align: justify;
}

/* Top title
==================================== */
.sty-sub-h1 {
  margin-top: var(--sp-1);
}

.sty-sub-h2 {
  margin: var(--sp-3) 0;
}

.sty-block-html {
  padding: 0 !important;
}

.sg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sg-seo-rating-wrapper {
  border: 0;
  margin: 20px 0 0;
  padding: 0;
}

.sg-seo-rating-title {
  color: var(--main-color);
  margin-bottom: var(--sp-4);
  color: var(--main-color);
}

.sg-seo-rating-message {
  margin-top: var(--sp-2);
  color: var(--mix-color);
}

.sty-icon-cta {
  display: none;
}

/* Top title
==================================== */
.sty-top-title h1 {
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
}

.sty-top-title h2 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  color: var(--h1-color);
}

.sty-sub-h1 {
  display: block;
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  color: var(--h2-color);
}

.sty-sub-h2 {
  display: block;
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  color: var(--h2-color);
}

#hero-sec {
  background-color: #f1eaf8;
  text-align: center;
}
#hero-sec p {
  text-align: center;
}
.sty-sec-diff {
  background-color: #ede6f3;
}

/* Cards
==================================== */
.sty-container {
  display: grid;
  gap: var(--sp-6);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* card */
.sty-card-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: var(--sp-base);
}

.sty-icon-box {
  display: flex;
}

.sty-content {
  display: flex;
  flex-direction: column;
}

.sty-card {
  padding: var(--sp-base);
  background-color: var(--white);
  border-radius: var(--sp-base);
}

.sty-card-1 {
  border: 1px solid #e1e4e8;
}

.sty-card-2 {
  padding: var(--sp-6);
  background: #f7eeff;
  border: 2px dashed #d6cddd;
}

.sty-card-3 {
  padding: var(--sp-5);
  border: 2px dashed #e1e4e8;
}

.sty-card-4 {
  padding: var(--sp-6);
  border: 1px solid #e1e4e8;
  border-radius: var(--sp-base);
}

.sty-card-5 {
  background: #f6fffb;
  padding: var(--sp-6);
  border-radius: var(--sp-5);
  border: 2px dotted var(--mix-color);
}

.sty-card-vid {
  background: var(--glass-bg);
  padding: var(--sp-2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: var(--glass-border);
  border-radius: var(--sp-5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.video-wrap {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.video-wrap video {
  border-radius: var(--sp-4);
}

.video-play-btn {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-play-btn .sg-icon {
  color: #fff;
  background: rgb(221 221 221 / 13%);
  backdrop-filter: blur(10px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  animation: pulse 1.8s infinite;
}

.video-play-btn .icon-svg {
  width: 30px;
  height: 30px;
}

.video-wrap.playing .video-play-btn .sg-icon {
  opacity: 0;
  transform: scale(0.6);
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-caption p {
  margin: 0;
  text-align: center;
}

.sg-table-title {
  margin-bottom: var(--h2-margin-bottom);
}

.sty-alert {
  background-color: var(--white);
  padding: 1.4rem var(--sp-6) var(--sp-base) var(--sp-6);
  border-radius: 0.5rem;
  border-top-left-radius: var(--sp-base);
  border-bottom-left-radius: var(--sp-base);
}

.sty-alert h3 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  margin-bottom: var(--h2-margin-bottom);
}

.sty-alert-success {
  background-color: #f2faf7;
  border: 1px solid #93c7b1;
  border-right: 7px solid #2f9e74;
}

.sty-alert-success h3 {
  color: var(--mix-color);
}

.sty-alert-danger {
  background-color: #fffafa;
  border: 1px solid #ffb8b8;
  border-right: 7px solid #f77575;
}

.sty-alert-danger h3 {
  color: #e72a2a;
}

.sty-faqs {
  padding: var(--sp-base);
  background-color: #f9fffd;
  border-radius: 0.5rem;
  border: 1px solid #b5ddcd;
}

.sty-box-badge {
  padding: 0.7rem;
  border-radius: var(--sp-base);
  background-color: var(--white);
}

.sty-box-badge .w-btn-wrapper.align_none {
  margin: 0;
}

.sty-box-badge .us-btn-style_1 {
  width: 100%;
  padding: 0.6em 1.6em 0.7em 1.6em;
  border-color: #dfdfdf;
  background: #f9f9f9;
}

/* Steps
==================================== */
.sty-steps {
  padding: 2rem;
  text-align: center;
  align-items: center;
  margin-bottom: 2rem;
  border: 1px solid #e1e4e8;
}

.sty-steps p {
  text-align: center;
}

.sty-steps .sg-icon,
.sty-steps .icon-svg {
  width: 60px;
  height: 60px;
  color: var(--main-color);
  margin-bottom: var(--sp-2);
}

/* End CTA
==================================== */
.sty-block-cta {
  padding: 0 !important;
}

.sty-desc-cta {
  background: #f6fffb;
  padding: var(--sp-5);
  border-radius: var(--sp-5);
  border: 2px dotted var(--mix-color);
  position: relative;
}

/* Footer
==================================== */
.top-footer {
  background-color: var(--white);
  border-top: 1px solid #e1e4e8;
}

/* grid */
.sty-footer-grid {
  display: grid;
  gap: var(--sp-7);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: start;
}

/* col */
.sty-footer-col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  border-top: 1px solid #e1e4e8;
  padding-top: var(--sp-5);
}

.sty-footer-brand {
  border: 0;
  padding-top: 0;
}

/* logo */
.sty-footer-logo {
  width: 160px;
  max-width: 100%;
}

/* desc */
.sty-footer-desc {
  color: var(--text-light);
  line-height: 1.9;
  font-size: var(--font-size-sm);
}

/* title */
.sty-footer-title {
  font-weight: 700;
  margin: 0;
}

/* links */
.sty-footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  list-style: none;
  padding: 0;
  margin: 0;
}

.sty-footer-links a {
  color: var(--text-light);
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}

.sty-footer-links a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--main-color);
  transition: width 0.25s ease;
}

.sty-footer-links a:hover {
  color: var(--main-color);
  padding-right: var(--sp-2);
}

.sty-footer-links a:hover::after {
  width: 100%;
}

.sty-footer-links li {
  margin: 0;
}

/* socials */
.sty-footer-socials {
  display: flex;
  gap: var(--sp-3);
}

.sty-social {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-light);
  text-decoration: none;
  color: #808286;
  border: 1px solid var(--main-light);
}

.sty-social .icon-svg {
  width: 20px;
  height: 20px;
}

/* badges */
.sty-footer-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-3);
  justify-content: start;
}

.sty-footer-badges img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--white);
  padding: var(--sp-2);
  border-radius: var(--border-radius-sm);
  box-shadow: var(--shadow-light);
}

.sty-copy-right {
  background-color: #f3f2f5;
}

@media (min-width: 768px) {
  #hero-sec {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #start {
    padding-top: 2.5rem;
  }
  .sty-sub-h1 {
    margin: var(--m-md) 0;
  }

  .sty-sub-h2 {
    margin: var(--m-md) 0;
  }

  .video-play-btn {
    display: flex;
  }

  .sty-steps {
    text-align: inherit;
    align-items: inherit;
    position: relative;
    padding-left: 130px;
  }

  .sty-steps p {
    text-align: inherit;
  }

  .sty-steps .sg-icon,
  .sty-steps .icon-svg {
    position: absolute;
    left: 1%;
    width: 100px;
    height: 100px;
    margin: 0;
    opacity: 0.3;
    bottom: 3%;
  }

  .sty-desc-cta {
    padding-left: 24rem;
  }
  .sty-icon-cta {
    display: flex;
    position: absolute;
    top: 5%;
    left: 2%;
  }
  .sty-icon-cta .icon-svg {
    width: 300px;
    height: 300px;
    opacity: 0.06;
    color: var(--mix-color);
  }

  .sty-footer-col {
    border-top: 0;
    padding-top: 0;
  }

  .sty-footer-badges {
    grid-template-columns: repeat(2, 100px);
  }

  .sty-footer-badges img {
    width: 100px;
    height: 85px;
    object-fit: contain;
  }
}
