@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-features{
  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);
  font-family:"Manrope",sans-serif;
  color:var(--cr-text);
  background:var(--cr-white);
  overflow:hidden;
}

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

.cr-features section{
  position:relative;
  padding-block:105px;
}

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

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

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

.cr-features-hero{
  min-height:760px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 18% 18%, rgba(139,92,246,.22), transparent 34%),
    radial-gradient(circle at 84% 26%, rgba(245,158,11,.16), transparent 28%),
    linear-gradient(135deg,#f8f7ff 0%,#f4f1ff 48%,#ffffff 100%);
}

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

.cr-features-glow{
  position:absolute;
  width:260px;
  height:260px;
  border-radius:999px;
  filter:blur(34px);
  opacity:.45;
}

.cr-features-glow-one{
  left:7%;
  top:12%;
  background:rgba(91,91,214,.28);
}

.cr-features-glow-two{
  right:9%;
  bottom:10%;
  background:rgba(245,158,11,.22);
}

.cr-features-paper-shape{
  position:absolute;
  width:86px;
  height:110px;
  border:1px solid rgba(91,91,214,.16);
  border-radius:16px;
  background:rgba(255,255,255,.7);
  box-shadow:0 24px 70px rgba(64,64,184,.12);
  transform:rotate(-9deg);
}

.cr-features-paper-one{
  top:18%;
  right:12%;
}

.cr-features-paper-two{
  bottom:18%;
  left:9%;
  transform:rotate(12deg);
}

.cr-features-float-icon{
  position:absolute;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--cr-primary);
  background:rgba(255,255,255,.8);
  box-shadow:0 18px 50px rgba(16,18,38,.10);
}

.cr-features-icon-one{
  top:30%;
  left:13%;
}

.cr-features-icon-two{
  right:16%;
  bottom:28%;
}

.cr-features-hero-inner{
  position:relative;
  text-align:center;
  z-index:1;
}

.cr-features-eyebrow,
.cr-features-kicker,
.cr-features-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--cr-primary);
  font-weight:800;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:18px;
}

.cr-features-eyebrow{
  padding:10px 16px;
  border:1px solid rgba(91,91,214,.16);
  border-radius:999px;
  background:rgba(255,255,255,.74);
  box-shadow:0 14px 44px rgba(91,91,214,.10);
}

.cr-features-hero-title{
  max-width:980px;
  margin:0 auto;
  font-size:clamp(42px,7vw,82px);
  font-weight:800;
}

.cr-features-hero-title span{
  color:var(--cr-primary);
}

.cr-features-hero-text{
  max-width:780px;
  margin:24px auto 0;
  font-size:18px;
  color:var(--cr-text);
}

.cr-features-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

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

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

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

.cr-features-btn-secondary{
  color:var(--cr-heading);
  background:var(--cr-white);
  border:1px solid var(--cr-border);
  box-shadow:0 15px 40px rgba(16,18,38,.08);
}

.cr-features-btn-light{
  color:var(--cr-white);
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
}

.cr-features-trust{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:26px;
}

.cr-features-trust span{
  color:var(--cr-heading);
  font-weight:700;
  font-size:14px;
}

.cr-features-trust i,
.cr-features-copy li i{
  color:var(--cr-accent);
}

.cr-features-hero-visual{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  max-width:850px;
  margin:54px auto 0;
  padding:22px;
  border-radius:32px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(91,91,214,.14);
  box-shadow:0 30px 100px rgba(64,64,184,.16);
  backdrop-filter:blur(12px);
}

.cr-features-paper-card,
.cr-features-output-card{
  min-height:170px;
  text-align:left;
  border-radius:22px;
  padding:22px;
  background:var(--cr-white);
  border:1px solid var(--cr-border);
  box-shadow:0 20px 55px rgba(16,18,38,.08);
}

.cr-features-paper-card span,
.cr-features-review-panels span,
.cr-features-toolbar span{
  display:block;
  color:var(--cr-primary);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:12px;
}

.cr-features-cursive{
  font-family:"Plus Jakarta Sans",sans-serif;
  font-style:italic;
  color:#4f5367;
}

.cr-features-output-card strong{
  display:inline-flex;
  gap:8px;
  color:var(--cr-primary-dark);
  margin-bottom:12px;
}

.cr-features-recognition-core{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  border-radius:24px;
  color:var(--cr-white);
  background:linear-gradient(135deg,var(--cr-primary),var(--cr-secondary));
  box-shadow:0 20px 45px rgba(91,91,214,.26);
}

.cr-features-feature-badge{
  position:absolute;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--cr-white);
  background:var(--cr-accent);
  box-shadow:0 16px 38px rgba(245,158,11,.28);
}

.cr-features-badge-one{
  top:-18px;
  left:10%;
}

.cr-features-badge-two{
  right:10%;
  bottom:-18px;
  background:var(--cr-primary);
}

.cr-features-overview,
.cr-features-feature-alt,
.cr-features-how,
.cr-features-faq{
  background:var(--cr-bg);
}

.cr-features-section-head{
  max-width:780px;
  margin:0 auto 52px;
  text-align:center;
}

.cr-features-section-head h2,
.cr-features-use h2,
.cr-features-final h2{
  font-size:clamp(32px,4.4vw,54px);
  font-weight:800;
}

.cr-features-section-head p:not(.cr-features-kicker){
  margin-top:18px;
  font-size:17px;
}

.cr-features-bento,
.cr-features-benefits{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
}

.cr-features-bento article,
.cr-features-benefits article,
.cr-features-steps article,
.cr-features-use-list article{
  position:relative;
  padding:26px;
  border-radius:22px;
  background:var(--cr-white);
  border:1px solid var(--cr-border);
  box-shadow:0 22px 60px rgba(16,18,38,.07);
  transition:transform .25s ease, box-shadow .25s ease;
}

.cr-features-bento article:hover,
.cr-features-benefits article:hover,
.cr-features-use-list article:hover,
.cr-features-steps article:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 76px rgba(91,91,214,.14);
}

.cr-features-bento article{
  grid-column:span 2;
  min-height:165px;
}

.cr-features-bento i,
.cr-features-benefits i,
.cr-features-steps i,
.cr-features-use-list i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--cr-white);
  background:linear-gradient(135deg,var(--cr-primary),var(--cr-secondary));
  margin-bottom:18px;
}

.cr-features-bento h3,
.cr-features-benefits h3,
.cr-features-steps h3{
  font-size:20px;
  font-weight:800;
}

.cr-features-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:74px;
}

.cr-features-copy h2{
  font-size:clamp(30px,4vw,50px);
  font-weight:800;
  margin-bottom:20px;
}

.cr-features-copy > p:not(.cr-features-label){
  font-size:17px;
  margin-bottom:24px;
}

.cr-features-copy ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:13px;
}

.cr-features-copy li{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--cr-heading);
  font-weight:700;
}

.cr-features-visual{
  position:relative;
  min-height:430px;
  border-radius:30px;
  padding:28px;
  background:
    radial-gradient(circle at top right, rgba(139,92,246,.16), transparent 36%),
    var(--cr-white);
  border:1px solid var(--cr-border);
  box-shadow:0 28px 86px rgba(16,18,38,.10);
  overflow:hidden;
}

.cr-features-scan-visual{
  display:grid;
  align-content:center;
  gap:20px;
}

.cr-features-scan-line{
  position:absolute;
  left:28px;
  right:28px;
  top:38%;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--cr-accent),transparent);
  animation:crFeaturesScan 2.7s ease-in-out infinite;
}

.cr-features-phone-visual{
  display:grid;
  place-items:center;
}

.cr-features-phone{
  width:min(250px,78%);
  min-height:340px;
  padding:18px;
  border-radius:34px;
  background:var(--cr-dark);
  box-shadow:0 26px 80px rgba(16,18,38,.24);
}

.cr-features-phone > span{
  display:block;
  width:56px;
  height:5px;
  border-radius:99px;
  margin:0 auto 18px;
  background:rgba(255,255,255,.24);
}

.cr-features-phone div{
  min-height:265px;
  padding:24px;
  border-radius:22px;
  background:#fffaf0;
}

.cr-features-file{
  position:absolute;
  padding:10px 14px;
  border-radius:14px;
  color:var(--cr-white);
  font-weight:800;
  background:var(--cr-primary);
  box-shadow:0 14px 34px rgba(91,91,214,.26);
}

.cr-features-file-jpg{
  left:18%;
  bottom:17%;
}

.cr-features-file-png{
  right:18%;
  top:18%;
  background:var(--cr-accent);
}

.cr-features-review-visual{
  display:grid;
  align-content:center;
}

.cr-features-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  padding:16px 18px;
  border-radius:18px;
  background:var(--cr-bg);
}

.cr-features-review-panels{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.cr-features-review-panels div{
  min-height:190px;
  padding:22px;
  border-radius:20px;
  background:var(--cr-white);
  border:1px solid var(--cr-border);
}

.cr-features-review-panels mark{
  color:var(--cr-heading);
  background:rgba(245,158,11,.24);
  border-radius:6px;
  padding:0 4px;
}

.cr-features-doc-bento{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.cr-features-doc-bento article{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid var(--cr-border);
}

.cr-features-doc-bento i{
  color:var(--cr-primary);
  font-size:28px;
  margin-bottom:18px;
}

.cr-features-flow-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.cr-features-flow-visual div{
  width:130px;
  height:130px;
  display:grid;
  place-items:center;
  gap:10px;
  border-radius:28px;
  color:var(--cr-heading);
  font-weight:800;
  background:var(--cr-bg);
  border:1px solid var(--cr-border);
}

.cr-features-flow-visual div i{
  font-size:30px;
  color:var(--cr-primary);
}

.cr-features-flow-visual > i{
  color:var(--cr-accent);
}

.cr-features-device-visual{
  min-height:460px;
}

.cr-features-desktop,
.cr-features-tablet,
.cr-features-mobile{
  position:absolute;
  border:10px solid var(--cr-dark);
  background:linear-gradient(135deg,#fff,#edeaff);
  box-shadow:0 24px 70px rgba(16,18,38,.18);
}

.cr-features-desktop{
  width:70%;
  height:50%;
  left:10%;
  top:16%;
  border-radius:24px;
}

.cr-features-tablet{
  width:32%;
  height:48%;
  right:10%;
  bottom:13%;
  border-radius:24px;
}

.cr-features-mobile{
  width:18%;
  height:38%;
  left:18%;
  bottom:11%;
  border-radius:24px;
}

.cr-features-steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.cr-features-steps article span{
  position:absolute;
  top:22px;
  right:24px;
  color:rgba(91,91,214,.16);
  font-family:"Plus Jakarta Sans",sans-serif;
  font-size:42px;
  font-weight:800;
}

.cr-features-steps article p{
  margin-top:12px;
}

.cr-features-benefits article{
  grid-column:span 2;
}

.cr-features-use-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:70px;
  align-items:start;
}

.cr-features-use-list{
  display:grid;
  gap:16px;
}

.cr-features-use-list article{
  display:grid;
  grid-template-columns:auto 120px 1fr;
  align-items:center;
  gap:18px;
  padding:20px;
}

.cr-features-use-list i{
  margin:0;
}

.cr-features-use-list strong{
  color:var(--cr-heading);
  font-family:"Plus Jakarta Sans",sans-serif;
}

.cr-features-testimonials,
.cr-features-final{
  background:
    radial-gradient(circle at 18% 20%, rgba(91,91,214,.35), transparent 28%),
    radial-gradient(circle at 84% 64%, rgba(245,158,11,.18), transparent 26%),
    linear-gradient(135deg,var(--cr-dark),var(--cr-dark-soft));
}

.cr-features-section-head-dark h2,
.cr-features-final h2,
.cr-features-final p{
  color:var(--cr-white);
}

.cr-features-section-head-dark .cr-features-kicker{
  color:#c9c7ff;
}

.cr-features-marquee{
  display:grid;
  gap:18px;
  overflow:hidden;
}

.cr-features-track{
  display:flex;
  width:max-content;
  gap:18px;
  animation:crFeaturesMarquee 38s linear infinite;
}

.cr-features-track-reverse{
  animation-direction:reverse;
}

.cr-features-marquee:hover .cr-features-track{
  animation-play-state:paused;
}

.cr-features-track article{
  width:330px;
  flex:0 0 auto;
  padding:24px;
  border-radius:22px;
  color:rgba(255,255,255,.74);
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
}

.cr-features-track article div{
  color:var(--cr-accent);
  letter-spacing:2px;
  margin-bottom:14px;
}

.cr-features-track article span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:999px;
  margin-top:20px;
  color:var(--cr-white);
  background:var(--cr-primary);
  font-weight:800;
}

.cr-features-track article strong{
  display:block;
  margin-top:10px;
  color:var(--cr-white);
}

.cr-features-track article small{
  color:rgba(255,255,255,.58);
}

.cr-features-accordion{
  max-width:920px;
  margin:auto;
  display:grid;
  gap:14px;
}

.cr-features-faq-item{
  border-radius:18px;
  background:var(--cr-white);
  border:1px solid var(--cr-border);
  box-shadow:0 18px 50px rgba(16,18,38,.06);
  overflow:hidden;
}

.cr-features-faq-item button{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  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-features-faq-item div{
  max-height:0;
  overflow:hidden;
  transition:max-height .32s ease;
}

.cr-features-faq-item p{
  padding:0 24px 22px;
}

.cr-features-faq-item.is-open div{
  max-height:180px;
}

.cr-features-final{
  text-align:center;
}

.cr-features-final-inner{
  max-width:880px;
}

.cr-features-final p:not(.cr-features-kicker){
  margin-top:18px;
  font-size:18px;
  color:rgba(255,255,255,.74);
}

.cr-features [data-cr-animate]{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .8s ease, transform .8s ease;
}

.cr-features [data-cr-animate="fade-left"]{
  transform:translateX(34px);
}

.cr-features [data-cr-animate="fade-right"]{
  transform:translateX(-34px);
}

.cr-features [data-cr-animate="zoom-in"]{
  transform:scale(.94);
}

.cr-features [data-cr-animate].is-visible{
  opacity:1;
  transform:none;
}

@keyframes crFeaturesScan{
  0%,100%{transform:translateY(-68px);opacity:.25}
  50%{transform:translateY(96px);opacity:1}
}

@keyframes crFeaturesMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

@media (max-width:991px){
  .cr-features section{
    padding-block:78px;
  }

  .cr-features-hero{
    min-height:auto;
  }

  .cr-features-hero-visual,
  .cr-features-grid,
  .cr-features-use-grid{
    grid-template-columns:1fr;
  }

  .cr-features-reverse .cr-features-visual{
    order:2;
  }

  .cr-features-reverse .cr-features-copy{
    order:1;
  }

  .cr-features-bento,
  .cr-features-benefits,
  .cr-features-steps{
    grid-template-columns:1fr 1fr;
  }

  .cr-features-bento article,
  .cr-features-benefits article{
    grid-column:span 1;
  }

  .cr-features-grid{
    gap:38px;
  }
}

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

  .cr-features section{
    padding-block:62px;
  }

  .cr-features-hero-title{
    font-size:40px;
  }

  .cr-features-hero-text,
  .cr-features-copy > p:not(.cr-features-label){
    font-size:16px;
  }

  .cr-features-actions,
  .cr-features-trust{
    align-items:stretch;
    flex-direction:column;
  }

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

  .cr-features-bento,
  .cr-features-benefits,
  .cr-features-steps,
  .cr-features-review-panels,
  .cr-features-doc-bento{
    grid-template-columns:1fr;
  }

  .cr-features-visual{
    min-height:auto;
  }

  .cr-features-flow-visual{
    flex-direction:column;
  }

  .cr-features-flow-visual > i{
    transform:rotate(90deg);
  }

  .cr-features-use-list article{
    grid-template-columns:auto 1fr;
  }

  .cr-features-use-list span{
    grid-column:2;
  }

  .cr-features-track article{
    width:280px;
  }
}