@font-face {
  font-family: 'Handmade';
  src: url('/Mang-Kenapa.woff2');
}

@font-face {
  font-family: 'Techno';
  src: url('/MindfuctNbp-5POx.woff2');
  color: #111
}

body {
  font-family: 'Handmade', sans-serif;
  color: #000000;
  line-height: 1.6;
  margin: 0 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

body.loaded {
  opacity: 1;
}

.smiley {
  color: #ffef00;
}

.header {
  background-color: #e0f2ff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 30px;
  margin-bottom:-6px;
}

.login-btn {
  padding: 8px 16px;
  background-color: #1c7bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.login-btn:hover {
  background-color: #0062ff;
}

.hero {
  background: linear-gradient(135deg, #7ab2ff, #609dff, #63a4ff, #3b86ff, #378aff, #116cff, #1c7bff, #0062ff);
  padding: 30px 0;
  padding-top: 4px;
  text-align: center;
  color: #fff;
}

.cta-btn {
  display: inline-block;
  padding: 12px 14px;
  width: 150px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-right-radius:30px;
  border-bottom-left-radius:20px;
  font-size: 20px;
  transition: transform 0.3s ease;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.cta-btn:hover {
  transform: scale(1.05);
}

.cta-btn-container {
  position: relative;
  display: inline-block;
}

.outline-animation {
  position: absolute;
  top: 95%;
  left: 48%;
  transform: translate(-50%, -50%) scale(4);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 80px 0;
  text-align: center;
}

.feature {
  max-width: 300px;
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.testimonials {
  background-color: #f0f0f0;
  padding: 80px 0;
  text-align: center;
}

.testimonial {
  max-width: 600px;
  margin: 0 auto 40px;
}

.testimonial-author {
  font-style: italic;
}

.cta {
  padding-bottom: 30px;
  text-align: center;
}

.footer {
  background-color: #e0f2ff;
  padding: 20px;
  text-align: center;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  margin: 0 10px;
  color: #333;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.comparison {
  padding: 20px 0;
  text-align: center;
}

.pricing-note {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.account-btn {
  padding: 1px 8px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Madimi One';
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

.account-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff6b6b, #ffa656);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.account-btn:hover:before {
  opacity: 1;
}

.how-it-works {
  margin-top: -50px;
  padding: 40px 0;
  text-align: center;
}

.steps-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.step {
  max-width: 600px;
  margin-bottom: 40px;
}

.step-icon {
  width: 30px;
  height: 30px;
  border-radius: 20%;
  background-color: #1c7bff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin: 0 auto;
  margin-top: -24px;
}

.step-text {
  font-size: 18px;
}

.analytics {
  padding: 0px 0;
  text-align: center;
  margin-top: -50px;
}

.analytics-image {
  max-width: 600px;
  margin: 0 auto;
}

.analytics-image img {
  width: 100%;
  height: auto;
}

.how-we-charge-less {
  padding: 12px 0;
  text-align: center;
  background-color: #e5e2ff;
}

.analytics {
  background-color: #e1fff2;
}

.content-padding {
  padding-left: 10px;
  padding-right: 10px;
}