.elementor-1441 .elementor-element.elementor-element-b9f10a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1441 .elementor-element.elementor-element-2c536d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-becda42 */html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
.serif {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  margin: 0;
  color: #000000;
}
p {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 1000px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.9;
}
.btn-primary {
  background-color: #485c11;
  color: #ffffff;
}
.btn-secondary {
  background-color: #dfecc6;
  color: #000000;
}
.section-title {
  font-size: 54px;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 18px;
  color: #485c11;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.floating-nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 27px;
  padding: 20px 24px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.floating-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  transition: color 0.2s ease;
}
.floating-nav a:hover {
  color: #485c11;
}

.site-header {
  padding: 20px 0 80px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-size: 36px;
  font-weight: 600;
}

.hero-section {
  text-align: center;
  padding-bottom: 120px;
}
.hero-title {
  font-size: 136px;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: -2px;
}
.hero-visual {
  position: relative;
  height: 362px;
  margin-bottom: 280px; /* Space for the overlapping device */
}
.hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 362px;
  background-color: #8e9c78;
  border-radius: 30px;
}
.hero-device {
  position: absolute;
  top: -141px;
  left: 50%;
  transform: translateX(-50%);
  width: 907px;
  height: 644px;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 18px; /* Simulate bezel */
  box-sizing: border-box;
  z-index: 10;
}
.hero-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 80px;
  }
  .hero-device {
    width: 90%;
    height: auto;
    aspect-ratio: 907/644;
    top: -80px;
  }
  .hero-visual {
    margin-bottom: 150px;
  }
}

.logos-section {
  padding: 50px 0;
}
.logos-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.logos-title {
  font-size: 14px;
  color: #6f6f6f;
}
.logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.logos-grid img {
  height: 44px;
  object-fit: contain;
  opacity: 0.6;
  mix-blend-mode: exclusion;
}

.benefits-section {
  padding: 80px 0 120px;
}
.benefits-header {
  max-width: 800px;
  margin-bottom: 80px;
}
.benefits-desc {
  font-size: 21px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}
.benefit-card {
  border: 1px solid #e9e9e9;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefit-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.benefit-title {
  font-size: 18px;
}
.benefit-text {
  font-size: 14px;
}
.benefits-image-wrapper {
  width: 100%;
  height: 620px;
}
.benefits-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-image-wrapper {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.features-section {
  padding-bottom: 120px;
}
.features-inner {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.features-content {
  flex: 1;
  border: 1px solid #e9e9e9;
  padding: 60px 80px 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.features-desc {
  font-size: 21px;
  margin-bottom: 40px;
  max-width: 510px;
}
.features-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
}
.feature-list-item {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
}
.feature-list-item:last-child {
  border-bottom: 1px solid #e9e9e9;
}
.feature-num {
  color: #6f6f6f;
  font-size: 16px;
  min-width: 20px;
}
.feature-text {
  color: #000000;
  font-size: 16px;
}
.features-visual {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.06);
}
.features-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .features-inner {
    flex-direction: column;
  }
  .features-content {
    padding: 40px 0;
    border: none;
  }
  .features-visual {
    height: 400px;
  }
}

.specs-section {
  padding-bottom: 120px;
}
.specs-header {
  text-align: center;
  padding: 80px 240px;
  border: 1px solid #929292;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specs-desc {
  font-size: 21px;
  margin-bottom: 40px;
}
.specs-table {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
}
.specs-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.specs-col-primary {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
.specs-cell {
  display: flex;
  align-items: center;
  padding: 32px 30px;
  gap: 8px;
  border-bottom: 1px solid #e9e9e9;
  height: 81px;
  box-sizing: border-box;
}
.specs-col:not(.specs-col-primary) .specs-cell {
  border-right: 1px solid #e9e9e9;
}
.specs-col:last-child .specs-cell {
  border-right: none;
}
.specs-cell:last-child {
  border-bottom: none;
}
.specs-header-cell {
  height: 96px;
  justify-content: center;
  border-bottom: 1px solid #929292;
  padding: 40px 30px;
}
.specs-header-cell h3 {
  font-size: 24px;
}
.specs-cell span {
  font-size: 16px;
  color: #000000;
}
@media (max-width: 1024px) {
  .specs-header {
    padding: 60px 40px;
  }
  .specs-table {
    flex-direction: column;
    gap: 40px;
  }
  .specs-col-primary {
    box-shadow: none;
    border-radius: 0;
  }
}

.testimonial-section {
  padding-bottom: 120px;
}
.testimonial-inner {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.testimonial-image-wrapper {
  flex: 1;
  height: 669px;
}
.testimonial-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  gap: 50px;
}
.testimonial-quote {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  color: #000000;
}
.author-name {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
}
.author-title {
  font-size: 14px;
  color: #485c11;
}
@media (max-width: 1024px) {
  .testimonial-inner {
    flex-direction: column;
  }
  .testimonial-image-wrapper {
    height: 400px;
  }
  .testimonial-content {
    padding-left: 0;
    padding-top: 40px;
  }
}

.how-it-works-section {
  padding: 80px 0 120px;
  border-top: 1px solid #e9e9e9;
}
.how-it-works-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.how-it-works-header .section-title {
  margin-bottom: 0;
}
.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
.step-number {
  font-size: 80px;
  color: #929292;
  font-family: 'Playfair Display', serif;
  margin-bottom: 60px;
  line-height: 1;
}
.step-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.step-desc {
  font-size: 16px;
}
@media (max-width: 768px) {
  .how-it-works-header {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.bottom-hero-section {
  padding-bottom: 40px;
}
.bottom-hero-image {
  width: 100%;
  height: 664px;
  border-radius: 30px;
  overflow: hidden;
}
.bottom-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .bottom-hero-image {
    height: 400px;
  }
}

.cta-section {
  border-top: 1px solid #e9e9e9;
}
.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 300px;
  gap: 40px;
}
.cta-inner .section-title {
  margin-bottom: 0;
}
.cta-desc {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .cta-inner {
    padding: 80px 40px;
  }
}

.site-footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 0 20px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer-nav {
  display: flex;
  gap: 100px;
}
.footer-nav a {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-logo-mark {
  height: 70px;
}
.footer-copyright {
  display: flex;
  gap: 16px;
  color: #485c11;
  font-size: 14px;
}
.footer-rights {
  color: #485c11;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}/* End custom CSS */