.elementor-3916 .elementor-element.elementor-element-93b7dd5{padding:0px 0px 0px 0px;}.elementor-3916 .elementor-element.elementor-element-8818fba > .elementor-element-populated{padding:0px 0px 0px 0px;}body.elementor-page-3916:not(.elementor-motion-effects-element-type-background), body.elementor-page-3916 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-3916 .elementor-element.elementor-element-23d7054 > .elementor-widget-container{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-702568f */body {
  margin: 0;
  padding: 0;
  background-color: #131313;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #e5e2e1;
  -webkit-tap-highlight-color: transparent;
}

.minicon-wrapper,
.minicon-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-outlined.filled {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.material-symbols-outlined.small {
  font-size: 14px;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.4) 0%, rgba(19, 19, 19, 1) 100%);
}

@keyframes flow-v {
  0% {
    top: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes flow-h-left {
  0% {
    right: -15px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    right: 100%;
    opacity: 0;
  }
}

@keyframes flow-h-right {
  0% {
    left: -15px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Hide scrollbar but keep functionality */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Specific CSS for the complex schema parts */
.energy-particle {
  position: absolute;
  background: #f97316;
  filter: blur(1px);
}

.particle-v {
  width: 2px;
  height: 10px;
  top: -10px;
  left: 0;
  animation: flow-v 2s linear infinite;
}

.particle-h-left {
  height: 2px;
  width: 15px;
  right: -15px;
  top: 0;
  animation: flow-h-left 1.5s linear infinite;
}

.particle-h-right {
  height: 2px;
  width: 15px;
  left: -15px;
  top: 0;
  animation: flow-h-right 1.5s linear infinite;
}

.delay-02 {
  animation-delay: 0.2s;
}

/* Header */
.minicon-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: rgba(19, 19, 19, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.minicon-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  height: 64px;
}

.minicon-logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-size: 20px;
  color: #F97316;
  font-style: italic;
}

/* Main */
.minicon-main {
  padding-top: 64px;
  padding-bottom: 96px;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 24px 48px 24px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.breaking-badge {
  display: inline-block;
  background-color: #db0800;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.hero-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 16px 0;
}

.hero-title span {
  color: #f97316;
}

.hero-text {
  color: #e0c0b1;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  max-width: 80%;
  margin: 0;
}

/* Problem */
.problem-section {
  padding: 64px 24px;
  background-color: #1c1b1b;
}

.problem-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.problem-chart {
  position: relative;
  width: 256px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.problem-chart-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.problem-chart-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.problem-chart-number {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.problem-chart-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f97316;
}

.problem-copy h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #ffffff;
}

.problem-copy p {
  color: #e0c0b1;
  line-height: 1.6;
  margin: 0;
}

/* Solution */
.solution-section {
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
  background-color: #131313;
}

.solution-glow {
  position: absolute;
  top: 80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background-color: rgba(249, 115, 22, 0.1);
  border-radius: 999px;
  filter: blur(100px);
}

.solution-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-image {
  width: 100%;
  max-width: 384px;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  margin-bottom: 48px;
}

.solution-copy {
  text-align: center;
}

.solution-copy h2 {
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-bottom: 8px;
}

.solution-subtitle {
  color: #f97316;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.solution-desc {
  color: #e0c0b1;
  line-height: 1.5;
  margin: 0;
}

/* Architecture */
.architecture-section {
  padding: 64px 24px;
  background-color: rgba(28, 27, 27, 0.3);
}

.architecture-head {
  text-align: center;
  margin-bottom: 48px;
}

.architecture-head h2 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin: 0;
}

.architecture-head h2 span {
  color: #f97316;
}

.architecture-line {
  width: 64px;
  height: 4px;
  background-color: #f97316;
  margin: 16px auto 0 auto;
}

.architecture-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  position: relative;
}

.main-node {
  width: 64px;
  height: 64px;
  background-color: #f97316;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 30px rgba(249, 115, 22, 0.3);
}

.main-node svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.vertical-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(249, 115, 22, 0.5), transparent);
  position: relative;
  overflow: hidden;
}

.horizontal-structure {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 0 40px;
}

.horizontal-line {
  height: 2px;
  background-color: rgba(249, 115, 22, 0.2);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.center-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(249, 115, 22, 0.5);
}

.vertical-drops {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 0 40px;
}

.vertical-drop {
  width: 2px;
  height: 24px;
  background: linear-gradient(to bottom, rgba(249, 115, 22, 0.5), transparent);
  position: relative;
  overflow: hidden;
}

.sub-nodes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  margin: -8px auto 0 auto;
  position: relative;
}

.sub-node {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-node-center {
  position: relative;
  top: -40px;
}

.sub-node-top-line {
  width: 2px;
  height: 16px;
  background-color: #f97316;
  position: absolute;
  top: -16px;
}

.sub-node-box {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-node-box.active {
  background-color: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.sub-node-box svg {
  width: 20px;
  height: 20px;
  color: #f97316;
}

.sub-node p {
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #d1d5db;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 0;
}

/* Features */
.features-section {
  padding: 48px 24px;
}

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

.feature-card {
  background-color: #2a2a2a;
  padding: 24px;
  border-radius: 8px;
  border-left: 4px solid #f97316;
}

.feature-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon-box {
  background-color: rgba(249, 115, 22, 0.2);
  padding: 12px;
  border-radius: 8px;
}

.feature-icon-box .material-symbols-outlined {
  color: #f97316;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0;
}

.feature-card p {
  color: #e0c0b1;
  font-size: 14px;
  margin: 0;
}

/* Benefits */
.benefits-section {
  padding: 64px 24px;
  background-color: #0e0e0e;
}

.benefits-section h2 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -0.05em;
  margin-bottom: 32px;
  text-align: center;
  color: #ffffff;
}

.benefits-section h2 span {
  color: #f97316;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #1c1b1b;
  padding: 16px;
  border-radius: 8px;
}

.benefit-item .material-symbols-outlined {
  color: #f97316;
}

.benefit-item span:last-child {
  color: #e5e2e1;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* Social Proof */
.social-proof-section {
  padding: 64px 24px;
}

.live-demo-block {
  margin-bottom: 48px;
}

.section-title-with-dot {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #ffffff;
}

.live-dot {
  width: 12px;
  height: 12px;
  background-color: #db0800;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.live-demo-video {
  aspect-ratio: 16/9;
  background-color: #2a2a2a;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.live-demo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.live-demo-play {
  font-size: 64px !important;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.testimonial-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: #ffffff;
}

.testimonial-row {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 16px;
}

.testimonial-card {
  min-width: 280px;
  background-color: #2a2a2a;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.stars .material-symbols-outlined {
  color: #f97316;
}

.testimonial-text {
  color: #e5e2e1;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.testimonial-author {
  color: #f97316;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

/* CTA */
.cta-section {
  padding: 48px 24px;
  text-align: center;
  background-color: #1c1b1b;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  border-radius: 999px;
  border: 4px dashed rgba(249, 115, 22, 0.3);
  margin-bottom: 32px;
}

.cta-badge-icon {
  font-size: 48px !important;
  color: #f97316;
  margin-bottom: 8px;
}

.cta-badge-text {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.cta-section h2 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 16px;
  color: #ffffff;
}

.cta-section p {
  color: #e0c0b1;
  margin-bottom: 0;
}

/* Form */
.form-section {
  padding: 64px 24px;
  background-color: #131313;
}

.form-card {
  background-color: #2a2a2a;
  padding: 32px;
  border-radius: 12px;
}

.form-head {
  text-align: center;
  margin-bottom: 32px;
}

.form-head h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 4px;
}

.form-head p {
  color: #e0c0b1;
  font-size: 14px;
  margin: 0;
}

.minicon-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e0c0b1;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background-color: #0e0e0e;
  border: none;
  border-radius: 8px;
  padding: 16px;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
}

.form-group textarea {
  resize: none;
}

.payment-section {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.payment-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e0c0b1;
  text-align: center;
  margin-bottom: 16px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  opacity: 0.7;
}

.payment-item {
  background-color: rgba(255, 255, 255, 0.1);
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.payment-item img {
  max-height: 100%;
  max-width: 100%;
}

.submit-btn {
  width: 100%;
  background-color: #db0800;
  color: #ffffff;
  border: none;
  padding: 20px;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(219, 8, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s;
}

.submit-btn:hover {
  transform: translateY(-1px);
}

.submit-btn:active {
  transform: scale(0.98);
}

/* Footer */
.minicon-footer {
  background-color: #0e0e0e;
  padding: 48px 24px 64px 24px;
  text-align: center;
}

.footer-logo {
  color: #f97316;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.05em;
  font-size: 24px;
  margin-bottom: 16px;
}

.footer-copy {
  color: #e0c0b1;
  font-size: 12px;
  margin-bottom: 32px;
  opacity: 0.6;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer-links a {
  color: rgba(224, 192, 177, 0.5);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}/* End custom CSS */