:root {
  --accent: #f9cf7b;
  --accent-dark: #e8b94e;
  --accent-light: #fdf0d5;
  --secondary: #1a1a1a;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.container {
  padding: 0 5%;
  width: 100%;
  
  box-sizing: border-box;
}

.tag-label {
  display: inline-block;
  padding: 8px 16px;
  width: 270px;
  height: 40px;
  border: 1px solid var(--secondary);
  border-radius: 50px;
  background: var(--accent-light);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.hero-section {
  width: 100%;
  padding: 60px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;

  display: flex;
  justify-content: center;
}

.hero-inner {
  padding: 0 5%;
  
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.hero-heading {
  font-size: 64px;
  font-weight: 600;
  color: var(--secondary);
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-btn {
  display: inline-block;
  background: var(--accent);
  color: var(--secondary);
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.hero-media img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}

@media (max-width: 991px) {
  .hero-section {
    background: #fff;
    padding: 40px 12px;
  }

  .hero-inner {
  padding: 0 5%;
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .hero-content {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }

  .hero-media {
    order: 2;
    margin-top: 32px;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading {
    font-size: 36px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .hero-section {
    padding: 32px 12px;
  }

  .hero-content {
    padding: 0;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-media {
    max-width: 100%;
  }
}

.dashboard-hero,
.dashboard-hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dashboard-hero {
  width: 100%;
  padding: 80px 5%;
  background-color: #ffffff;

  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  justify-content: space-between;
}

.hero-container {
  
  width: 100%;
  box-sizing: border-box;
  display: flex;

  align-items: center;
  gap: 60px;
}

.hero-image-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-image-tablet {
  width: 100%;
  max-width: 650px;
  height: auto;
  object-fit: contain;

  border-radius: 24px;
}

.hero-content-col {
  flex: 1;
  /* max-width: 500px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-heading {
  font-size: 64px;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1.1;
  margin-bottom: 30px;
}

.hero-description {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .dashboard-hero {
    padding: 60px 0;
  }

  .hero-container {
    flex-direction: column;
    text-align: left;
    gap: 40px;
    padding: 0 15px;
  }

  .hero-content-col {
    align-items: flex-start;
    max-width: 100%;
    order: 1;
  }

  .hero-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 18px;
    max-width: 100%;
  }

  .hero-image-col {
    width: 100%;
    justify-content: flex-start;
    order: 2;
  }

  .hero-image-tablet {
    max-width: 100%;
    border-radius: 16px;
  }
}

.analytics-feature-section,
.analytics-feature-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.analytics-feature-section {
  width: 100%;
  padding: 80px 5%;
  background-color: #ffffff;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  justify-content: space-between;
}

.analytics-container {
  
  width: 100%;
  box-sizing: border-box;
  display: flex;

  align-items: center;
  gap: 60px;
}

.analytics-text-col {
  flex: 1;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.analytics-heading {
  font-size: 64px;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1.1;
  margin-bottom: 30px;
}

.analytics-subheading {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.analytics-list-intro {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.analytics-checklist {
  list-style: none;
}

.checklist-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 15px;
}

.check-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid var(--secondary);
  border-radius: 50%;
  color: var(--secondary);
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.analytics-image-col {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.mockup-background {
  width: 100%;
  max-width: 550px;
  height: 390px;

  border-radius: 20px;
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.analytics-mockup {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 991px) {
  .analytics-feature-section {
    padding: 60px 0;
  }

  .analytics-container {
    flex-direction: column;
    text-align: left;
    gap: 40px;
    padding: 0 15px;
  }

  .analytics-text-col {
    align-items: flex-start;
    max-width: 100%;
    order: 1;
  }

  .analytics-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .analytics-subheading,
  .analytics-list-intro {
    font-size: 16px;
    max-width: 100%;
  }

  .analytics-list-intro {
    margin-bottom: 20px;
  }

  .analytics-image-col {
    width: 100%;
    justify-content: center;
    order: 2;
  }

  .mockup-background {
    max-width: 100%;
    height: 0;

    padding-top: 75%;
    border-radius: 16px;
  }

  .analytics-mockup {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}



.pulse-feature-section,
.pulse-feature-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pulse-feature-section {
  width: 100%;

  padding: 80px 0;
  background-color: #ffffff;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  display: flex;
  justify-content: center;
}

.pulse-container {
  
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-size: 56px;
  font-weight: 700;
  color: var(--secondary);
  line-height: 1.1;
  text-align: center;
  margin-bottom: 70px;
}

.features-grid {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  
  gap: 60px;
}

.feature-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.icon-col {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}

.feature-icon {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-heading {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  margin-bottom: 20px;
}

.feature-text {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .pulse-feature-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .features-grid {
  padding: 0 5%;
    flex-direction: column;
    gap: 50px;
    text-align: left;
  }

  .feature-item {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
  }

  .icon-col {
    width: 60px;
    height: 60px;
  }

  .feature-heading {
    font-size: 18px;
  }

  .feature-text {
    font-size: 15px;
  }
}

.testimonial-hero,
.testimonial-hero * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.testimonial-hero {
  width: 100%;
  padding: 60px 0;
  font-family: var(--font-primary);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-container {
  
  width: 100%;
  background: var(--accent-light);
  border-radius: 20px;
  padding: 80px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.testimonial-media {
  flex: 1;
}

.restaurant-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.testimonial-content {
  flex: 1;
  text-align: left;
}

.testimonial-quote {
  font-size: 32px;
  font-weight: 500;
  color: var(--secondary);
  line-height: 1.2;
  margin-bottom: 30px;
}

.testimonial-attribution {
  font-size: 18px;
  font-weight: 400;
  color: var(--secondary);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .testimonial-hero {
    padding: 40px 0;
  }

  .testimonial-container {
    flex-direction: column;
    padding: 40px;
    text-align: center;
    gap: 40px;
    box-sizing: border-box;
    width: 95%;
  }

  .testimonial-content {
    order: 2;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .testimonial-media {
    order: 1;
  }

  .testimonial-quote {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .testimonial-attribution {
    font-size: 15px;
  }
}