html {
  scroll-behavior: smooth;
}

*{box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;margin:0;color:#222;line-height:1.4}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}
.container{max-width:1100px;margin:0 auto;padding:24px}
.hero{padding:28px 0;background:linear-gradient(180deg,#fbfdff,#fff)}
.hero .topbar{border-bottom:1px solid rgba(0,0,0,0.04);padding:12px 0}
.row{display:flex;align-items:center;justify-content:space-between}
.brand{font-weight:700;font-size:18px}
.nav a{margin-left:16px;color:#0b76ef}
.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.hero .hero-copy{flex:1;max-width:560px}
.lead{margin-top:10px;color:#444;font-size:1.05rem}
.cta{margin-top:18px}
.btn{display:inline-block;padding:10px 16px;border-radius:8px;border:1px solid #e0e6ef;background:#fff;color:#111;margin-right:8px}
.btn.small{padding:7px 12px;font-size:0.95rem;border-radius:6px}
.btn.primary{background:#0b76ef;border-color:#0b76ef;color:#fff}
.btn.ghost{background:transparent;border-color:transparent;color:#0b76ef}
.hero-image{flex:1;max-width:480px}
.hero-list{margin-top:14px;display:grid;grid-template-columns:repeat(1,1fr);gap:6px;padding-left:18px}
.hero-list li{list-style:disc;color:#444}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:24px}
.card{background:#fff;border:1px solid #eee;padding:20px;border-radius:10px;margin-top:20px}
.card.small{display:flex;flex-direction:column;align-items:flex-start}
.steps{display:flex;gap:16px;margin-top:12px}
.step{flex:1;padding:12px;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #f0f4f8}
.site-footer{padding:20px 0;text-align:center;border-top:1px solid #eee;margin-top:40px}
/* image scroll animations */
.anim-img{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease;will-change:transform,opacity}
.anim-img.in-view{opacity:1;transform:none}

/* Fade-in animation */
.animate-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.animate-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* lightbox */
.lightbox{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.7);z-index:1200;opacity:0;pointer-events:none;transition:opacity .2s ease}
.lightbox[aria-hidden="false"]{opacity:1;pointer-events:auto}
.lightbox-img{max-width:92vw;max-height:86vh;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,0.5)}
.lightbox-close{position:absolute;right:18px;top:18px;background:transparent;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer}

/* Feature blocks (two large alternating panels like the pasted design) */
.feature{display:flex;align-items:center;gap:28px;margin-top:28px}
.feature--alt{flex-direction:row-reverse}
.feature-media{flex:1}
.feature-media-inner{background:#f3fbf6;padding:22px;border-radius:14px;border:1px solid #e8f4ee}
.feature-media-inner img{display:block;width:100%;height:auto;border-radius:8px}
.feature-body{flex:1}
.feature-body h3{margin-top:0;margin-bottom:10px;font-size:1.25rem}
.feature-body p{color:#445;line-height:1.5}

@media (max-width:900px){
	.feature{flex-direction:column}
	.feature--alt{flex-direction:column}
	.feature-media-inner{padding:14px}
}

/* integrations grid */
.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:12px}
.integration-item{background:#f7fbff;padding:18px;border-radius:10px;border:1px solid #eef7fb}
.integration-item h4{margin:0 0 8px;font-size:1.05rem}
.integration-item p{margin:0;color:#334}

/* integration icons */
.integration-icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}
.integration-icon .icon{width:56px;height:56px;display:block}
.integration-item h4{margin-top:6px}

@media (max-width:900px){
	.integration-grid{grid-template-columns:1fr}
}

/* layout for integrations: image + text side-by-side */
.integration-inner{display:flex;align-items:center;gap:28px;margin-top:12px}
.integration-figure{flex:1;max-width:48%}
.integration-figure img{width:100%;height:auto;border-radius:12px;border:1px solid rgba(0,0,0,0.04)}
.integration-grid{flex:1;margin-top:0}

@media (max-width:900px){
	.integration-inner{flex-direction:column}
	.integration-figure{max-width:100%}
	.integration-grid{width:100%}
}

/* how diagram */
.how-diagram{display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 6px;margin-bottom:18px}
.how-node{display:flex;flex-direction:column;align-items:center;width:140px}
.how-node .anim-img{width:64px;height:64px}
.how-label{margin-top:8px;font-size:0.95rem;color:#123}
.how-arrow{font-size:26px;color:#0b76ef}

@media (max-width:700px){
	.how-diagram{flex-direction:column;gap:10px}
	.how-node{width:100%}
	.how-arrow{display:none}
}

/* gallery inside feature panels */
.feature-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.feature-gallery img{width:100%;height:auto;border-radius:8px;display:block}
.feature-gallery img.thumb{cursor:pointer;border:1px solid rgba(0,0,0,0.06);box-shadow:0 6px 20px rgba(16,24,40,0.03);transition:transform .18s ease,box-shadow .18s ease}
.feature-gallery img.thumb:hover{transform:translateY(-6px);box-shadow:0 14px 30px rgba(16,24,40,0.08)}

@media (max-width:900px){
	.feature-gallery{grid-template-columns:repeat(2,1fr)}
}

/* ============================================ */
/* SWIPER STYLES - MODERN SLIDER */
/* ============================================ */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: #0b76ef;
  border-radius: 50%;
  border: 2px solid #0b76ef;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: white;
  box-shadow: 0 4px 12px rgba(11, 118, 239, 0.3);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #0a5bcf;
  border-color: #0a5bcf;
  box-shadow: 0 6px 16px rgba(11, 118, 239, 0.5);
  transform: scale(1.1);
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* Remove default after pseudo-element content */
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

/* Custom arrow icons */
.swiper-button-prev::before {
  content: '❮';
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  line-height: 1;
}

.swiper-button-next::before {
  content: '❯';
  font-size: 20px;
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: middle;
  line-height: 1;
}

/* Pagination dots */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 9;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #0b76ef;
  width: 28px;
  border-radius: 5px;
}

@media (max-width:800px){.hero{flex-direction:column;text-align:center}.hero-image{max-width:320px}.container{padding:16px}}