@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

.cr-how {
  position: relative;
  --cr-primary: #5B5BD6;
  --cr-primary-dark: #4040B8;
  --cr-secondary: #8B5CF6;
  --cr-accent: #F59E0B;
  --cr-dark: #101226;
  --cr-dark-soft: #191C35;
  --cr-bg: #F7F7FC;
  --cr-text: #5F6478;
  --cr-heading: #17182F;
  --cr-white: #FFFFFF;
  --cr-border: rgba(23,24,47,.10);
  overflow: hidden;
  background: var(--cr-bg);
  color: var(--cr-text);
  font-family: "Manrope", sans-serif;
}

.cr-how,
.cr-how div,
.cr-how section,
.cr-how span,
.cr-how h1,
.cr-how h2,
.cr-how h3,
.cr-how p,
.cr-how a,
.cr-how button,
.cr-how ul,
.cr-how li {
  box-sizing: border-box;
}

.cr-how h1,
.cr-how h2,
.cr-how h3 {
  margin: 0;
  color: var(--cr-heading);
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0;
}

.cr-how p {
  margin: 0;
  line-height: 1.75;
}

.cr-how a {
  text-decoration: none;
}

.cr-how-container {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding-inline: 24px;
}

.cr-how-hero {
  position: relative;
  padding: 118px 0 105px;
  background:
    radial-gradient(circle at 20% 20%, rgba(139,92,246,.22), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(245,158,11,.14), transparent 28%),
    linear-gradient(135deg, #fbfbff 0%, #f0efff 52%, #ffffff 100%);
}

.cr-how-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.cr-how-glow,
.cr-how-paper-shape,
.cr-how-floating-icon {
  position: absolute;
  display: block;
}

.cr-how-glow {
  width: 330px;
  height: 330px;
  border-radius: 999px;
  filter: blur(20px);
  opacity: .5;
}

.cr-how-glow-one {
  left: -90px;
  top: 70px;
  background: rgba(91,91,214,.18);
}

.cr-how-glow-two {
  right: -110px;
  bottom: 90px;
  background: rgba(245,158,11,.14);
}

.cr-how-paper-shape {
  width: 92px;
  height: 118px;
  border: 1px solid rgba(91,91,214,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 24px 70px rgba(28,30,68,.10);
  transform: rotate(-10deg);
}

.cr-how-paper-one {
  left: 7%;
  bottom: 15%;
}

.cr-how-paper-two {
  right: 9%;
  top: 20%;
  transform: rotate(12deg);
}

.cr-how-floating-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--cr-primary);
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 45px rgba(28,30,68,.12);
}

.cr-how-pen-one {
  top: 25%;
  left: 15%;
}

.cr-how-pen-two {
  right: 18%;
  bottom: 24%;
  color: var(--cr-accent);
}

.cr-how-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  align-items: center;
  gap: 64px;
}

.cr-how-hero-copy {
  max-width: 820px;
}

.cr-how-eyebrow,
.cr-how-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(91,91,214,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--cr-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.cr-how-hero-title {
  max-width: 910px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.04;
  font-weight: 800;
}

.cr-how-hero-title span {
  color: var(--cr-accent);
}

.cr-how-hero-text {
  max-width: 760px;
  margin-top: 24px;
  color: var(--cr-text);
  font-size: 18px;
}

.cr-how-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cr-how-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 16px;
  padding: 15px 22px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.cr-how-btn:hover {
  transform: translateY(-3px);
}

.cr-how-btn-primary {
  color: var(--cr-white);
  background: linear-gradient(135deg, var(--cr-primary), var(--cr-secondary));
  box-shadow: 0 18px 38px rgba(91,91,214,.28);
}

.cr-how-btn-secondary {
  color: var(--cr-heading);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--cr-border);
  box-shadow: 0 14px 34px rgba(16,18,38,.08);
}

.cr-how-btn-light {
  color: var(--cr-white);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
}

.cr-how-hero-visual {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(91,91,214,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 30px 80px rgba(16,18,38,.13);
  backdrop-filter: blur(14px);
}

.cr-how-flow-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cr-border);
  border-radius: 22px;
  padding: 22px;
  background: var(--cr-white);
  box-shadow: 0 18px 45px rgba(16,18,38,.08);
}

.cr-how-flow-card > span,
.cr-how-compare-card > span,
.cr-how-review-panel > span,
.cr-how-timeline-card > span {
  display: block;
  margin-bottom: 10px;
  color: var(--cr-primary-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.cr-how-flow-card > i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--cr-primary);
  font-size: 22px;
}

.cr-how-script-lines,
.cr-how-hand-lines {
  display: grid;
  gap: 10px;
}

.cr-how-script-lines em,
.cr-how-hand-lines em {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(91,91,214,.28), rgba(245,158,11,.26));
}

.cr-how-script-lines em:nth-child(2),
.cr-how-hand-lines em:nth-child(2) {
  width: 82%;
}

.cr-how-script-lines em:nth-child(3),
.cr-how-hand-lines em:nth-child(3) {
  width: 68%;
}

.cr-how-script-lines em:nth-child(4),
.cr-how-hand-lines em:nth-child(4) {
  width: 90%;
}

.cr-how-flow-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 13px auto;
  border-radius: 999px;
  color: var(--cr-white);
  background: var(--cr-primary);
  box-shadow: 0 14px 34px rgba(91,91,214,.25);
}

.cr-how-scan-track {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(91,91,214,.10);
}

.cr-how-scan-track b {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cr-primary), var(--cr-accent));
  animation: cr-how-scan 2.4s ease-in-out infinite;
}

.cr-how-flow-output p {
  max-width: 290px;
  color: var(--cr-heading);
  font-weight: 700;
}

.cr-how-overview,
.cr-how-timeline-section,
.cr-how-benefits,
.cr-how-audience,
.cr-how-faq {
  padding: 100px 0;
}

.cr-how-overview {
  background: linear-gradient(180deg, #f2f0ff 0%, #ffffff 100%);
}

.cr-how-section-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.cr-how-section-title {
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.12;
  font-weight: 800;
}

.cr-how-section-text {
  margin-top: 18px;
  font-size: 17px;
}

.cr-how-process-grid,
.cr-how-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.cr-how-step-card,
.cr-how-benefit-card,
.cr-how-bento-card,
.cr-how-timeline-card,
.cr-how-testimonial-card,
.cr-how-faq-item {
  border: 1px solid var(--cr-border);
  border-radius: 24px;
  background: var(--cr-white);
  box-shadow: 0 20px 55px rgba(16,18,38,.08);
}

.cr-how-step-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.cr-how-step-card:hover,
.cr-how-benefit-card:hover,
.cr-how-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(16,18,38,.12);
}

.cr-how-step-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(91,91,214,.14);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 44px;
  font-weight: 800;
}

.cr-how-step-card > i,
.cr-how-benefit-card > i,
.cr-how-bento-card > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--cr-white);
  background: linear-gradient(135deg, var(--cr-primary), var(--cr-secondary));
  box-shadow: 0 16px 32px rgba(91,91,214,.22);
  font-size: 20px;
}

.cr-how-step-card h3,
.cr-how-benefit-card h3,
.cr-how-bento-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 800;
}

.cr-how-mini-visual {
  height: 92px;
  margin-top: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(91,91,214,.09), rgba(245,158,11,.08));
}

.cr-how-mini-upload,
.cr-how-mini-text {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 18px;
}

.cr-how-mini-upload span,
.cr-how-mini-text span {
  height: 9px;
  border-radius: 999px;
  background: rgba(91,91,214,.24);
}

.cr-how-mini-upload span:nth-child(2),
.cr-how-mini-text span:nth-child(2) {
  width: 72%;
}

.cr-how-mini-upload span:nth-child(3),
.cr-how-mini-text span:nth-child(3) {
  width: 52%;
}

.cr-how-mini-scan {
  position: relative;
  overflow: hidden;
}

.cr-how-mini-scan span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  width: 4px;
  background: var(--cr-accent);
  box-shadow: 0 0 30px var(--cr-accent);
  animation: cr-how-line 2.2s ease-in-out infinite;
}

.cr-how-timeline {
  position: relative;
  max-width: 980px;
  margin: auto;
}

.cr-how-timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(91,91,214,.35), transparent);
  transform: translateX(-50%);
}

.cr-how-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 74px 1fr;
  align-items: center;
  margin-bottom: 28px;
}

.cr-how-timeline-item:nth-child(even) .cr-how-timeline-card {
  grid-column: 3;
}

.cr-how-timeline-item:nth-child(odd) .cr-how-timeline-card {
  grid-column: 1;
}

.cr-how-timeline-icon {
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: auto;
  border: 8px solid var(--cr-bg);
  border-radius: 999px;
  color: var(--cr-white);
  background: var(--cr-primary);
}

.cr-how-timeline-card {
  padding: 26px;
}

.cr-how-timeline-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.cr-how-visual-section {
  padding: 105px 0;
  background: var(--cr-white);
}

.cr-how-split,
.cr-how-review-grid {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 58px;
  align-items: center;
}

.cr-how-split-copy {
  max-width: 590px;
}

.cr-how-check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.cr-how-check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cr-heading);
  font-weight: 800;
}

.cr-how-check-list i {
  color: var(--cr-accent);
}

.cr-how-before-after {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--cr-border);
  border-radius: 28px;
  background: linear-gradient(135deg, #fbfbff, #f2f0ff);
  box-shadow: 0 24px 70px rgba(16,18,38,.10);
}

.cr-how-compare-card {
  min-height: 265px;
  padding: 24px;
  border: 1px solid rgba(23,24,47,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
}

.cr-how-compare-card h3 {
  margin-bottom: 22px;
  font-size: 21px;
}

.cr-how-compare-clean p {
  color: var(--cr-heading);
  font-weight: 700;
}

.cr-how-compare-divider {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: auto;
  border-radius: 999px;
  color: var(--cr-white);
  background: var(--cr-primary);
}

.cr-how-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-how-benefit-card {
  padding: 28px;
}

.cr-how-audience {
  background: linear-gradient(180deg, #ffffff 0%, #f2f0ff 100%);
}

.cr-how-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  gap: 22px;
}

.cr-how-bento-card {
  padding: 28px;
}

.cr-how-bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.cr-how-bento-wide {
  grid-column: span 2;
}

.cr-how-review {
  padding: 110px 0;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 80% 20%, rgba(91,91,214,.35), transparent 30%),
    linear-gradient(135deg, var(--cr-dark), var(--cr-dark-soft));
}

.cr-how-review .cr-how-section-title,
.cr-how-review .cr-how-review-copy h2 {
  color: var(--cr-white);
}

.cr-how-review .cr-how-section-kicker {
  color: #dcdcff;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}

.cr-how-disclaimer {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.cr-how-review-visual {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.cr-how-review-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
}

.cr-how-review-panel-light {
  color: var(--cr-heading);
  background: var(--cr-white);
}

.cr-how-review-panel mark {
  padding: 2px 6px;
  border-radius: 7px;
  color: var(--cr-heading);
  background: rgba(245,158,11,.22);
}

.cr-how-cursive-sample {
  font-family: "Brush Script MT", cursive;
  font-size: 25px;
}

.cr-how-review-indicator {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  color: var(--cr-primary-dark);
  font-weight: 800;
}

.cr-how-testimonials {
  padding: 100px 0;
  background: var(--cr-white);
}

.cr-how-testimonial-marquee {
  width: 100%;
  overflow: hidden;
}

.cr-how-testimonial-track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 6px 22px 28px;
  animation: cr-how-marquee 34s linear infinite;
}

.cr-how-testimonial-card {
  width: 360px;
  flex: 0 0 auto;
  padding: 26px;
}

.cr-how-stars {
  margin-bottom: 16px;
  color: var(--cr-accent);
  letter-spacing: 2px;
}

.cr-how-person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
}

.cr-how-person span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--cr-white);
  background: var(--cr-primary);
  font-weight: 800;
}

.cr-how-person strong,
.cr-how-person small {
  display: block;
}

.cr-how-person strong {
  color: var(--cr-heading);
}

.cr-how-person small {
  color: var(--cr-text);
}

.cr-how-accordion {
  max-width: 920px;
  margin: auto;
}

.cr-how-faq-item {
  overflow: hidden;
  margin-bottom: 14px;
}

.cr-how-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--cr-heading);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.cr-how-faq-question i {
  color: var(--cr-primary);
}

.cr-how-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}

.cr-how-faq-answer p {
  padding: 0 24px 22px;
}

.cr-how-faq-open .cr-how-faq-answer {
  max-height: 180px;
}

.cr-how-final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(91,91,214,.55), transparent 32%),
    linear-gradient(135deg, #101226, #191C35 55%, #101226);
}

.cr-how-final-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cr-how-final-decor span {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(91,91,214,.18);
  filter: blur(25px);
}

.cr-how-final-decor span:first-child {
  left: -70px;
  bottom: -90px;
}

.cr-how-final-decor span:nth-child(2) {
  right: -60px;
  top: -70px;
  background: rgba(245,158,11,.12);
}

.cr-how-final-decor i {
  position: absolute;
  color: rgba(255,255,255,.16);
  font-size: 56px;
}

.cr-how-final-decor i:nth-of-type(1) {
  left: 14%;
  top: 24%;
}

.cr-how-final-decor i:nth-of-type(2) {
  right: 14%;
  bottom: 24%;
}

.cr-how-final-inner {
  position: relative;
  max-width: 860px;
  text-align: center;
}

.cr-how-final-inner h2 {
  color: var(--cr-white);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
}

.cr-how-final-inner p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}

.cr-how-final-actions {
  justify-content: center;
}

.cr-how [data-aos] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease;
}

.cr-how [data-aos="fade-left"] {
  transform: translateX(28px);
}

.cr-how [data-aos="fade-right"] {
  transform: translateX(-28px);
}

.cr-how [data-aos="zoom-in"] {
  transform: scale(.96);
}

.cr-how [data-aos].cr-how-aos-in {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@keyframes cr-how-scan {
  0%, 100% { left: 0; }
  50% { left: 58%; }
}

@keyframes cr-how-line {
  0%, 100% { left: 12%; }
  50% { left: 84%; }
}

@keyframes cr-how-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .cr-how *,
  .cr-how [data-aos],
  .cr-how-testimonial-track,
  .cr-how-scan-track b,
  .cr-how-mini-scan span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1024px) {
  .cr-how-hero {
    padding: 90px 0;
  }

  .cr-how-hero-inner,
  .cr-how-split,
  .cr-how-review-grid {
    grid-template-columns: 1fr;
  }

  .cr-how-hero-copy {
    max-width: 100%;
    text-align: center;
  }

  .cr-how-eyebrow,
  .cr-how-actions {
    margin-inline: auto;
    justify-content: center;
  }

  .cr-how-process-grid,
  .cr-how-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-how-timeline::before {
    left: 31px;
  }

  .cr-how-timeline-item,
  .cr-how-timeline-item:nth-child(even),
  .cr-how-timeline-item:nth-child(odd) {
    grid-template-columns: 74px 1fr;
  }

  .cr-how-timeline-item:nth-child(even) .cr-how-timeline-card,
  .cr-how-timeline-item:nth-child(odd) .cr-how-timeline-card {
    grid-column: 2;
  }

  .cr-how-timeline-icon {
    grid-column: 1;
  }

  .cr-how-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr-how-bento-large,
  .cr-how-bento-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}

@media (max-width: 720px) {
  .cr-how-container {
    padding-inline: 18px;
  }

  .cr-how-hero,
  .cr-how-overview,
  .cr-how-timeline-section,
  .cr-how-visual-section,
  .cr-how-benefits,
  .cr-how-audience,
  .cr-how-review,
  .cr-how-testimonials,
  .cr-how-faq,
  .cr-how-final-cta {
    padding: 64px 0;
  }

  .cr-how-hero-inner {
    gap: 38px;
  }

  .cr-how-hero-text,
  .cr-how-section-text,
  .cr-how-final-inner p {
    font-size: 16px;
  }

  .cr-how-btn {
    width: 100%;
  }

  .cr-how-process-grid,
  .cr-how-benefit-grid,
  .cr-how-bento {
    grid-template-columns: 1fr;
  }

  .cr-how-before-after {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .cr-how-compare-divider {
    transform: rotate(90deg);
  }

  .cr-how-testimonial-card {
    width: 300px;
  }

  .cr-how-faq-question {
    padding: 19px 18px;
    font-size: 16px;
  }

  .cr-how-faq-answer p {
    padding: 0 18px 20px;
  }
}