@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color-bg-light: #f8fafc;
  --color-bg-white: #ffffff;
  --color-border-primary: #f5fcff;
  --color-text-primary: #1a202c;
  --color-text-secondary: #5f6ff8;
  --color-text-secondary-light: #96a0f5;
  --color-text-muted: #64748b;
  --color-text-orange: #f5b95c;
  --color-text-light-orange: #eed2a7;

  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 40px;
  --spacing-xl: 60px;

  --font-xs: 0.875rem;
  --font-sm: 1rem;
  --font-md: 1.25rem;
  --font-lg: 2.2rem;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;

  --transition-default: all 0.3s ease;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  margin: 0;
}
ul {
  margin: 0;
  list-style: none;
}

a:focus-visible {
  outline: none !important;
}

.wmp__section {
  margin-bottom: 80px;
}

.wmp__container {
  max-width: 1200px;
  margin: 0 auto;
  /*   min-height: 80vh; */
}

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

.title--highlight {
  background: linear-gradient(
    135deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text__gradient-ani {
  background: linear-gradient(
    to right,
    #5f6ff8 20%,
    #bd8f4b 30%,
    #f5b95c 70%,
    #5f6ff8 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 7s linear infinite alternate;
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: center;
}

.hero {
  padding: 0 var(--spacing-sm);
  background: var(--color-bg-light);
  overflow: hidden;
}

.hero__content {
  z-index: 1;
}

.hero__announcement {
  display: inline-flex;
  align-items: center;
  background: white;
  color: var(--color-text-green);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: 20px;
  font-size: var(--font-xs);
  margin-bottom: var(--spacing-md);
  border: 1px solid var(--color-text-orange);
}

.hero__hashtag {
  color: #0ea5e9;
}

.hero__title {
  font-size: var(--font-lg);
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 0;
  line-height: 1;
}

.hero__subtitle {
  font-size: 1rem;
  color: var(--color-text-muted);
  margin-bottom: var(--spacing-lg);
  line-height: 1.5;
}

.hero__trust-logos {
  margin-top: var(--spacing-lg);
}

.hero__trust-text {
  font-size: var(--font-xs);
  color: var(--color-text-muted);
  margin-bottom: var(--spacing-sm);
}

.hero__logos {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}

.hero__logo {
  width: 140px;
  height: auto;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: var(--transition-default);
  cursor: pointer;
}

.hero__logo:hover {
  transform: translateY(-2px);
}

.hero__visuals {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
}

.hero__image img {
  width: 100%;
  border-radius: var(--radius-lg);
}

.hero__floating {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero__card {
  position: absolute;
  background: var(--color-bg-white);
  border-radius: var(--radius-sm);
  padding: var(--spacing-xs) var(--spacing-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: var(--font-xs);
  animation: float 6s ease-in-out infinite;
  z-index: 2;
  display: flex;
  gap: 10px;
  max-width: 290px;
}

.hero__card img {
  max-width: 34px;
}
.hero__card-content img {
  height: auto;
  max-width: 100px;
  margin-top: 10px;
}
.hero__card .hero__card-content p {
  margin: 0;
}

.hero__card:nth-child(1) {
  top: 20%;
  right: -10%;
  animation-delay: 0s;
}

.hero__card:nth-child(1) .hero__card-heading,
.hero__card:nth-child(3) .hero__card-heading {
  color: var(--color-text-secondary);
}

.hero__card:nth-child(2) {
  bottom: 30%;
  left: -15%;
  animation-delay: 2s;
}

.hero__card:nth-child(2) .hero__card-heading {
  color: var(--color-text-orange);
}

.hero__card:nth-child(3) {
  top: 60%;
  right: -5%;
  animation-delay: 4s;
}

.hero__typer {
  line-height: normal;
  border-right: 2px solid var(--color-text-orange);
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 0;
  color: var(--color-text-orange);
  animation: typing 2s steps(30, end) forwards, blink 0.7s step-end infinite;
}

@keyframes typing {
  from {
    max-width: 0;
  }

  to {
    max-width: 100%;
  }
}

@keyframes blink {
  0%,
  100% {
    border-color: transparent;
  }

  50% {
    border-color: var(--color-text-orange);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

.features__heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  line-height: 1;
}

p.features__tagline {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  align-items: start;
}

.feature {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature:hover::before {
  opacity: 1;
}

.feature__icon {
  width: 84px;
  height: 84px;
  padding: 10px;
  background: linear-gradient(135deg, #5f6ff8 0%, #96a0f5 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  overflow: hidden;
}

.feature__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.feature__description {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  opacity: 0.8;
}

.site-content .ast-container {
  display: block;
  max-width: none;
  padding: 0;
}

.task-features__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Element: task-features__content */
.task-features__content {
  padding: 40px 0;
}

/* Element: task-features__title */
.task-features__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

/* Element: task-features__list */
.task-features__list {
  list-style: none;
  margin-bottom: 40px;
}

/* Block: feature-item */
.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 32px rgba(102, 126, 234, 0.15);
}

/* Element: feature-item__icon */
.feature-item__icon {
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  background: linear-gradient(
    135deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  position: relative;
}
.feature-item__icon img {
  filter: brightness(0) invert(1) contrast(100%);
}
/* Modifier: different icon shapes */

.feature-item__icon--attachment::before {
  clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
  border-radius: 0;
}

/* Element: feature-item__content */
.feature-item__content {
  flex: 1;
}

/* Element: feature-item__title */
.feature-item__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Element: feature-item__description */
.feature-item__description {
  font-size: 1rem;
  color: #718096;
  line-height: 1.6;
}

/* Element: task-features__demo */
.task-features__demo {
  position: relative;
  padding: 20px;
}

/* Block: demo-interface */
.demo-interface {
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 300px;
  height: 400px;
  float: right;
  background: #5f6ff821;
}

.demo-interface::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* Block: task-card */
.task-features {
  background: var(--color-bg-light);
}
.task-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*   transform: translateX(-90px); */
}
.purple_text {
  color: var(--color-text-secondary);
}
.orange_text {
  color: var(--color-text-orange);
}
/* Element: task-card__icon */
.task-card__icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

/* Element: task-card__content */
.task-card__content {
  flex: 1;
}

/* Element: task-card__title */
.task-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Element: task-card__meta */
.task-card__meta {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Element: task-card__assignee */
.task-card__assignee {
  text-align: right;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Block: overview-card */
.overview-card {
  background: linear-gradient(
    135deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  border: 2px solid rgba(102, 126, 234, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  /*   transform:translatex(90px); */
}

/* Element: overview-card__title */
.overview-card__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  margin-bottom: 12px;
}

/* Element: overview-card__description */
.overview-card__description {
  color: #4a5568;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* Block: stats-card */
.stats-card {
  background: linear-gradient(
    135deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
  /* 	transform:translatex(-90px); */
}

/* Element: stats-card__title */
.stats-card__title {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 8px;
}

/* Element: stats-card__value */
.stats-card__value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-text-secondary);
}

/* Element: stats-card__badge */
.stats-card__badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-left: 8px;
}

.demo-interface > div:nth-child(2n-1) {
  animation: move-in-odd 15s ease-in-out infinite;
  width: 315px;
}

.demo-interface > div:nth-child(2n) {
  animation: move-in-even 15s ease-in-out infinite;
  width: 315px;
}

@keyframes move-in-odd {
  0% {
    transform: translateX(-150px);
  }

  50% {
    transform: translateX(-40px);
  }

  100% {
    transform: translateX(-150px);
  }
}

@keyframes move-in-even {
  0% {
    transform: translateX(90px);
  }

  50% {
    transform: translateX(40px);
  }

  100% {
    transform: translateX(90px);
  }
}

.wmp-faqs__container {
  display: grid;
  column-gap: 160px;
  grid-template-columns: 1fr 1fr;
}

.wmp-faqs__content-section {
  max-width: 100%;
  margin: auto;
  background: #fff;
}

.wmp-faqs__content-section h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1f2937;
}

.wmp-faqs__content-section p {
  margin-bottom: 30px;
  color: #4b5563;
}

.wmp-faqs__content .faq-item {
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 0 0 1px #e1e1e1;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item.open {
  box-shadow: 0 0 0 2px #2563eb;
}

.faq-question {
  padding: 16px 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111827;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  color: #4b5563;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 16px;
}

.wmo-faqs__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wmo-faqs__image img {
  max-width: 50%;
}

.wmo-faqs__image svg {
  position: absolute;
  z-index: -1;
  animation: rotate 60s linear infinite;
}

.floating__card {
  position: absolute;
  background: var(--color-bg-white);
  border-radius: var(--radius-sm);
  padding: var(--spacing-xs) var(--spacing-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  font-size: var(--font-xs);
  animation: float 6s ease-in-out infinite;
  z-index: 2;
  top: 20%;
  left: 0;
  width: 60%;
  gap: 10px;
  align-items: center;
}
.floating__card img {
  max-width: 34px;
}
.wmo-faqs__image p {
  margin: 0;
}
.floating__card2 img {
  max-width: 34px;
}
.faq__card-heading {
  color: var(--color-text-secondary);
}
.floating__card2 {
  position: absolute;
  background: var(--color-bg-white);
  border-radius: var(--radius-sm);
  padding: var(--spacing-xs) var(--spacing-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  font-size: var(--font-xs);
  animation: float 6s ease-in-out infinite;
  z-index: 2;
  top: 70%;
  right: 0;
  width: 60%;
  gap: 10px;
  align-items: center;
  animation-delay: 4s;
}
.faq_yellow_card-heading {
  color: var(--color-text-orange);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer-container {
  max-width: 1200px;
  width: 100%;
  background: transparent;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 190px auto 0;
}

.newsletter-section {
  background: linear-gradient(135deg, #4f7cff 0%, #6b8cff 100%);
  padding: 40px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: -185px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 12px;
  width: 75%;
}

.newsletter-section::before,
.newsletter-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.newsletter-section::before {
  top: -40%;
  right: -10%;
}

.newsletter-section::after {
  bottom: -40%;
  left: -10%;
}

.newsletter-content {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.mobile-mockup-container {
  width: 50%;
}
.newsletter-text {
  flex: 1;
  color: white;
}

.newsletter-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: white;
}

.newsletter-text p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 25px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: start;
}

.email-input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.subscribe-btn {
  padding: 12px 24px;
  background: white;
  color: #4f7cff;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.subscribe-btn:hover {
  transform: translateY(-2px);
}

.disclaimer {
  font-size: 12px;
  opacity: 0.8;
}

.disclaimer a {
  color: white;
  text-decoration: underline;
}

.main-footer {
  padding: 50px 40px 30px;
  background: white;
  padding-top: 100px;
  margin-top: 100px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
  margin-bottom: 40px;
}

.company-info h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #4f7cff, #6b8cff);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.company-info p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 36px;
  height: 36px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #4f7cff;
  color: white;
  transform: translateY(-2px);
}

.footer-column h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #4f7cff;
}

.contact-info {
  color: #666;
  font-size: 14px;
}

.contact-info div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.contact-icon {
  width: 20px;
  height: 20px;
  /*     background: #f8f9fa; */
  /*     border-radius: 4px; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f7cff;
  font-size: 12px;
}

.footer-bottom {
  border-top: 1px solid #e9ecef;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 14px;
  grid-column: span 3;
  width: 100%;
}

.footer-links {
  display: flex;
  gap: 25px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #4f7cff;
}

.mobile-mockup-container img {
  margin-bottom: -70%;
  height: 100%;
  width: 100%;
}

/*  Pricing Page */

.pricing__banner {
  background: url("http://woomasterpanel.com/wp-content/uploads/2025/08/prcing-banner.png");
  background-size: cover;
  width: 100vw;
  height: 50vh;
  background-repeat: no-repeat;
  background-position: top;
  display: grid;
  place-items: center;
  min-height: 460px;
}

.pricing__banner--content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
  position: relative;
  text-align: center;
}

section.pricing__cards {
  margin-top: -105px;
}

.pricing__cards__container {
  display: grid;
  gap: 0.65rem;
  padding: 2rem;
  justify-content: center;
}

.pricing__cards-row {
  display: flex;
  gap: 5rem;
}

.pricing__card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pricing__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 12px #5f6ff860;
  padding: 1.5rem 3.5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  min-height: 290px;
}

.pricing__card-price-container {
  flex: 1;
}

.pricing__banner--tagline {
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing__card-price-container.lifetime {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 5;
}

.pricing__features-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px;
  background: #96a0f58a;
  border-radius: 12px;
  text-align: center;
}

.pricing__features-row.zebra-light {
  background: white;
  color: black;
}

.pricing__feature-cell {
  min-width: 280px;
  max-width: 110px;
}

.feature-icon {
  display: block;
  text-align: left;
  display: flex;
  gap: 10px;
}

.pricing__card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background: linear-gradient(
    135deg,
    var(--color-text-secondary) 0%,
    var(--color-text-secondary-light) 100%
  );
  padding: 12px 24px;
  border-radius: 20px;
  box-shadow: 0px 3px 14px var(--color-text-secondary);
  width: fit-content;
  line-height: 1;
  color: #e7e7e7;
}

.price-wrapper {
  margin-top: 1rem;
}

.old-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  display: none;
}

.new-price,
.pricing__card-price.lifetime {
  font-size: 1.8rem;
  font-weight: 700;
}

.discount-tag {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #28a745;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  margin-top: 0.4rem;
}

.pricing-duration {
  width: 100%;
  font-size: 1rem;
  border: 2px solid #0073e6;
  border-radius: 8px;
  background: #f9f9f9;
  color: #333;
  outline: none;
  appearance: none;
  margin-top: 0.5rem;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.pricing-duration:hover,
.pricing-duration:focus {
  border-color: #005bb5;
  background: #fff;
}

.pricing__card-content-list {
  margin-top: 1.5rem;
  list-style: none;
  padding: 0;
}

.pricing__card-content-item {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.feature-icon--included {
  color: #28a745;
  font-weight: 600;
}

.feature-icon--not-included {
  color: #dc3545;
  font-weight: 600;
}

.feature-icon i {
  font-size: 14px;
  margin-top: 6px;
}

.newsletter__btn--container,
.footer__column--store {
  display: flex;
  gap: 18px;
}

.newsletter-text h3 span {
  color: var(--color-text-orange);
  font-weight: 700;
}

.pricing__features-row-heading {
  font-weight: 600;
  font-size: 1rem;
}

.pricing__cards.mobile-only {
  display: none;
}

.confetti-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
  border-radius: 12px;
  position: absolute;
}

.confetti {
  position: absolute;
  width: 8px;
  height: 8px;
  opacity: 0.8;
  animation: fall linear forwards;
}

@keyframes fall {
  0% {
    transform: translateY(-10px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(310px) rotate(720deg);
    opacity: 0;
  }
}

.promotional__form--container {
  width: 100%;
  display: flex;
  justify-content: end;
}

.promotional__form--container #gform_wrapper_1 {
/*   min-width: 315px; */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.promotional__form--container input:not([type="submit"]) {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  outline: none !important;
  background: #fff !important;
  transition: all 0.3s ease !important;
  box-shadow: inset 0 0 0 transparent !important;
}

.promotional__form--container input:focus {
  border-color: #6a5acd !important;
  box-shadow: 0 0 0 3px rgba(106, 90, 205, 0.2) !important;
}

.promotional__form--container input::placeholder {
  color: var(--color-text-secondary-light) !important;
  font-size: 14px !important;
}

.promotional__form--container #gform_submit_button_1 {
  background: var(--color-text-secondary) !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  width: 100%;
}

.promotion__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none; /* hidden initially */
  opacity: 0; /* fully transparent */
  transition: opacity 0.5s ease;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.promotion__overlay.show {
  display: flex; /* flex centers the modal */
  opacity: 1; /* visible */
}

/* Centered Box */
.promotion__form {
  position: relative;
  max-width: 700px;
  width: 90vw;
  height: 500px;
  background: url("http://woomasterpanel.com/wp-content/uploads/2025/08/Shop-Management-1.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 15px 25px;
}

/* Close Button */
.promotion__close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  transition: color 0.2s;
}

.promotion__close-btn:hover {
  color: #000;
}
.promotion__content {
  text-align: center;
}

.promo-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.promo-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #444;
}

.promo-highlight-secondary {
  color: #007bff;
  font-weight: 700;
}

.promo-highlight-primary {
  color: #5b3eff;
  font-weight: 700;
}

.promo-bold-text {
  font-weight: 800;
  color: black;
}

.promo-subtitle .title--highlight {
  font-weight: 800;
}
/* promo form */
#gform_fields_1 input {
  border-radius: 40px !important;
  padding: 30px 10px;
}
#gform_wrapper_1 {
  background: white;
  padding: 20px;
  border-radius: 20px;
}
#gform_fields_1 {
  display: grid;
  grid-template-columns: 2 1fr; /* 2 equal columns */
  column-gap: 20px; /* adjust spacing between columns */
  row-gap: 20px; /* vertical spacing between rows */
}
#gform_submit_button_1 {
  background: var(--color-text-orange);
  border-radius: 40px;
}
#gform_fields_1 input {
  text-align: left;
}
/* Remove dark/blue outline on focus */
#gform_fields_1 input:focus,
#gform_fields_1 textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: black; /* keep normal border */
  text-align: left;
}
/* Placeholder text style */
#gform_fields_1 input::placeholder,
#gform_fields_1 textarea::placeholder {
  color: #888; /* grey color */
  opacity: 1; /* ensure consistent appearance across browsers */
  font-size: 14px;
  text-align: left;
}

/* responsive */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero {
    padding-top: 50px !important;
  }
	.footer-container{
		z-index: 99999;
	}
  .hero__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .wmp__container {
    max-width: 100%;
    padding: 0 20px !important;
  }

  .hero__card:nth-child(3) {
    left: 0;
  }
  .hero__card:nth-child(1) {
    top: 0%;
    left: 0;
  }
  .hero__card:nth-child(2) {
    left: 54%;
    bottom: 62%;
  }
  .hero__card {
    max-width: 210px;
    padding: 5px;
  }
  .task-features__container,
  .wmp-faqs__container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .demo-interface {
    right: 0 !important;
    padding: 0;
    display: none;
  }
  .wmo-faqs__image {
    overflow: hidden;
  }
  .demo-interface > div:nth-child(2n-1) {
    width: 250px !important;
  }
  .demo-interface > div:nth-child(2n) {
    width: 250px !important;
  }

  @keyframes move-in-odd {
    0% {
      transform: translateX(10px);
    }

    50% {
      transform: translateX(50px);
    }

    100% {
      transform: translateX(10px);
    }
  }

  @keyframes move-in-even {
    0% {
      transform: translateX(-10px);
    }

    50% {
      transform: translateX(-20px);
    }

    100% {
      transform: translateX(-10px);
    }
  }
  .task-features__container {
    gap: 0;
    padding: 50px 0;
  }
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
    justify-items: left;
  }
  .newsletter-content {
    flex-wrap: wrap;
  }
  .mobile-mockup-container img {
    margin-bottom: 0;
  }
  .newsletter-section {
    width: 80%;
    padding: 20px;
    z-index: -1;
  }
  .mobile-mockup-container {
    width: 90%;
  }
  .main-footer {
    margin-top: 350px;
    padding-top: 50px;
  }
  .newsletter-content {
    flex-direction: column-reverse;
    z-index: 2;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wmp__container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  .hero__title {
    font-size: x-large;
  }

  .hero {
    padding: 50px 0;
  }

  .hero__card:nth-child(1),
  .hero__card:nth-child(3) {
    right: 0;
  }
  .task-features__container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .newsletter-section {
    width: 90%;
  }
  .wmp-faqs__container {
    gap: 0;
  }
  .floating__card {
    width: 75%;
  }
  .demo-interface {
    right: 0 !important;
    padding: 0;
  }
  .demo-interface > div:nth-child(2n-1) {
    width: 250px !important;
  }
  .demo-interface > div:nth-child(2n) {
    width: 250px !important;
  }

  .task-features__container {
    gap: 0;
    padding: 50px 0;
  }

  .mobile-mockup-container img {
    margin-bottom: 0;
  }

  .main-footer {
    margin-top: 200px;
    padding-top: 50px;
  }
  .mobile-mockup-container img {
    width: 77%;
  }
  .footer-bottom {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .wmp__section {
    padding: 0 20px !important;
  }
  .features__grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
  .task-features__container {
    gap: 0;
  }
  .demo-interface {
    width: 100%;
  }
  .wmp-faqs__container {
    column-gap: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pricing__cards.mobile-only {
    display: block;
  }
  .pricing__cards.desktop-only {
    display: none;
  }
  section.pricing__cards {
    margin-top: 80px;
  }
  .newsletter__btn--container {
    flex-direction: column;
	  gap: 6px;
  }
  .pricing__banner {
    min-height: unset;
  }
  .pricing__card {
    padding: 1.5rem;
  }
  .pricing__card-price-container {
    margin-bottom: 20px;
  }
  .promo-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .promo-subtitle {
    font-size: 20px;
  }
  .promotion__form {
    height: max-content;
    background-size: cover;
    padding: 30px 25px;
  }
	.hero__floating{
		display:grid;
		gap:20px;
	}
	
	.hero__floating,.hero__floating .hero__card{
		position:static;
	}
	.hero__floating .hero__card{
		animation:none;
		max-width:100%;
	}
	.hero__visuals{
		flex-direction:column;
	}
	.hero__title{
		font-size:18px;
	}
	.hero__title span{
		font-size:16px;
	}
}

.premium-form-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.contact-form h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.contact-form p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: calc(100% - 20px);
    padding: 12px 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form input[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background-color: #0056b3;
}
