/* Pricing Section Styles */
.pricing-section {
  width: 100%;
  padding: 80px 192px;
  background: #FDFDFD;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.pricing-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}

.pricing-title {
  width: 100%;
  text-align: center;
  color: #064034;
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
}

.pricing-subtitle {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 36px;
  max-width: 700px;
}

.pricing-cards {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}

.pricing-card {
  width: 379px;
  padding: 40px 30px;
  background: white;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.pricing-card.popular {
  width: 380px;
  outline: 1px #8EB205 solid;
  outline-offset: -1px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.plan-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.54px;
}

.plan-name {
  width: 100%;
  text-align: center;
  color: #064034;
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 28.80px;
  margin: 0;
}

.plan-price {
  width: 100%;
  height: 85px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-amount {
  color: #8EB205;
  font-size: 46px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 85px;
}

.plan-description {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 11.25px;
  border-bottom: 1.25px #8EB205 solid;
}

.plan-description p {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 30.60px;
  margin: 0;
}

.plan-features {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.feature-item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1.25px rgba(0, 0, 0, 0.10) solid;
  color: #333333;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 30.60px;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-additional {
  width: 100%;
  text-align: center;
}

.plan-additional p {
  color: #333333;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 30.60px;
  margin: 0;
}

.plan-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-button {
  width: 100%;
  padding: 16px 31.25px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.3s ease;
}

.plan-button.outline {
  background: #FDFDFD;
  outline: 1px #8EB205 solid;
  outline-offset: -1px;
  color: #8EB205;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.plan-button.primary {
  background: #8EB205;
  color: white;
  box-shadow: 0px 4px 15px rgba(96.49, 120.33, 5.76, 0.74);
}

.plan-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.popular-badge {
  position: absolute;
  top: -13.75px;
  left: 50%;
  transform: translateX(-50%);
  background: #8EB205;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 23.80px;
  text-align: center;
  z-index: 10;
}

/* Feature Comparison Section */
.feature-comparison-section {
  width: 100%;
  padding: 80px 20px;
  background: #FDFDFD;
  position: relative;
  box-sizing: border-box;
}

.feature-comparison-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0px;
}

.feature-comparison-title {
  width: 100%;
  text-align: center;
  color: #064034;
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 60px;
}

.comparison-table {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
}

.comparison-header {
  display: flex;
  background: white;
  border-bottom: 1.25px rgba(0, 0, 0, 0.10) solid;
}

.comparison-row {
  display: flex;
}

.feature-column {
  flex: 1;
  min-width: 0;
  padding: 20px;
  border-bottom: 1.25px rgba(0, 0, 0, 0.10) solid;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #064034;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.comparison-header .feature-column {
  padding: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.plan-column {
  flex: 0 0 180px;
  padding: 20px;
  border-bottom: 1.25px rgba(0, 0, 0, 0.10) solid;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.comparison-header .plan-column {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #064034;
  background: #f8f9fa;
}

.comparison-row:last-child .feature-column,
.comparison-row:last-child .plan-column {
  border-bottom: none;
}

/* Why You Need It Section */
.why-need-section {
  width: 100%;
  padding: 80px 20px;
  background: #064034;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}

.why-need-container {
  width: 100%;
  max-width: 1018px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.why-need-card {
  width: 100%;
  max-width: 1018px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  backdrop-filter: blur(2.50px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  box-sizing: border-box;
}

.why-need-title {
  width: 100%;
  color: #8EB205;
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 28.80px;
  margin: 0;
}

.why-need-description {
  width: 100%;
  opacity: 0.90;
  color: white;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

/* FAQ Section */
.faq-section {
  width: 100%;
  padding: 80px 20px;
  background: #FDFDFD;
  position: relative;
  box-sizing: border-box;
}

.faq-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-title {
  width: 100%;
  text-align: center;
  color: #064034;
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 60px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
}

.faq-card {
  padding: 30px;
  background: white;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  height: fit-content;
}

.faq-question {
  width: 100%;
  color: #064034;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.faq-answer {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.faq-answer a {
  color: #8EB205;
  text-decoration: underline;
}

/* =========================
   PRODUCTS PAGE RESPONSIVE MEDIA QUERIES
   Professional responsive design matching about and how-it-works pages
========================= */

/* Large tablets and small desktops (993px - 1200px) */
@media (max-width: 1200px) {
  .pricing-section {
    padding: 80px 60px;
  }
  
  .pricing-cards {
    gap: 25px;
  }
  
  .pricing-card,
  .pricing-card.popular {
    width: 350px;
  }
  
  .feature-comparison-container,
  .why-need-container,
  .faq-container {
    max-width: 900px;
  }
  
  .faq-grid {
    gap: 25px;
  }
}

/* Tablets (769px - 992px) */
@media (max-width: 992px) {
  .pricing-section {
    padding: 80px 40px;
  }
  
  .pricing-title,
  .feature-comparison-title,
  .faq-title {
    font-size: 36px;
    line-height: 1.3;
  }
  
  .pricing-subtitle {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .pricing-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .pricing-card,
  .pricing-card.popular {
    width: 100%;
    max-width: 450px;
  }
  
  .price-amount {
    font-size: 42px;
  }
  
  .plan-name {
    font-size: 22px;
  }
  
  .plan-description p,
  .feature-item,
  .plan-additional p {
    font-size: 17px;
  }
  
  .feature-comparison-title {
    margin-bottom: 50px;
  }
  
  .comparison-table {
    border-radius: 12px;
  }
  
  .comparison-header {
    flex-direction: column;
    border-bottom: none;
  }
  
  .comparison-row {
    flex-direction: column;
    border-bottom: 1.25px rgba(0, 0, 0, 0.10) solid;
    position: relative;
  }
  
  .comparison-row:last-child {
    border-bottom: none;
  }
  
  .feature-column {
    width: 100%;
    padding: 20px 20px 15px 20px;
    border-bottom: none;
    font-size: 17px;
    background: #f8f9fa;
    justify-content: flex-start;
    font-weight: 700;
    color: #064034;
  }
  
  .comparison-header .feature-column {
    padding: 25px 20px;
    font-size: 20px;
    background: #064034;
    color: white;
    border-radius: 12px 12px 0 0;
  }
  
  .plan-column {
    width: 100%;
    flex: none;
    padding: 15px 20px;
    border-bottom: none;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
  }
  
  .plan-column::before {
    content: attr(data-plan);
    font-weight: 600;
    color: #064034;
    font-size: 16px;
  }
  
  .plan-column::after {
    content: attr(data-value);
    font-size: 18px;
    font-weight: 600;
  }
  
  .comparison-header .plan-column {
    display: none;
  }
  
  .plan-column:nth-child(odd) {
    background: #fafafa;
  }
  
  .plan-column:last-child {
    padding-bottom: 20px;
  }
  
  .why-need-section {
    padding: 80px 40px;
  }
  
  .why-need-card {
    padding: 35px 25px;
  }
  
  .why-need-title {
    font-size: 22px;
  }
  
  .why-need-description {
    font-size: 17px;
  }
  
  .faq-section {
    padding: 80px 40px;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 25px;
  }
  
  .faq-card {
    padding: 25px;
  }
  
  .faq-question {
    font-size: 19px;
  }
  
  .faq-answer {
    font-size: 15px;
  }
}

/* Mobile Devices (481px - 768px) */
@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 30px;
    gap: 50px;
  }
  
  .pricing-header {
    margin-bottom: 50px;
  }
  
  .pricing-title,
  .feature-comparison-title,
  .faq-title {
    font-size: 32px;
    line-height: 1.2;
  }
  
  .pricing-subtitle {
    font-size: 17px;
    line-height: 1.5;
  }
  
  .pricing-cards {
    gap: 25px;
  }
  
  .pricing-card,
  .pricing-card.popular {
    padding: 30px 25px;
    gap: 25px;
  }
  
  .price-amount {
    font-size: 40px;
    line-height: 75px;
  }
  
  .plan-name {
    font-size: 21px;
  }
  
  .plan-description p,
  .feature-item,
  .plan-additional p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .plan-button {
    padding: 14px 25px;
    font-size: 17px;
  }
  
  .popular-badge {
    font-size: 13px;
    padding: 4px 18px;
  }
  
  .feature-comparison-section {
    padding: 60px 30px;
  }
  
  .feature-comparison-title {
    margin-bottom: 40px;
  }
  
  .feature-column {
    padding: 18px 15px 12px 15px;
    font-size: 16px;
  }
  
  .comparison-header .feature-column {
    padding: 22px 15px;
    font-size: 18px;
  }
  
  .plan-column {
    padding: 14px 15px;
    font-size: 17px;
  }
  
  .plan-column::before {
    font-size: 15px;
  }
  
  .why-need-section {
    padding: 60px 30px;
  }
  
  .why-need-card {
    padding: 30px 20px;
    gap: 18px;
  }
  
  .why-need-title {
    font-size: 20px;
  }
  
  .why-need-description {
    font-size: 16px;
  }
  
  .faq-section {
    padding: 60px 30px;
  }
  
  .faq-title {
    margin-bottom: 50px;
  }
  
  .faq-grid {
    gap: 20px;
  }
  
  .faq-card {
    padding: 25px 20px;
    gap: 12px;
  }
  
  .faq-question {
    font-size: 18px;
  }
  
  .faq-answer {
    font-size: 15px;
  }
}

/* Small Mobile Devices (375px - 480px) */
@media (max-width: 480px) {
  .pricing-section {
    padding: 50px 20px;
    gap: 40px;
  }
  
  .pricing-header {
    margin-bottom: 40px;
    gap: 12px;
  }
  
  .pricing-title,
  .feature-comparison-title,
  .faq-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .pricing-subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  
  .pricing-cards {
    gap: 20px;
  }
  
  .pricing-card,
  .pricing-card.popular {
    padding: 25px 20px;
    gap: 20px;
    min-width: 100%;
  }
  
  .plan-header {
    padding-bottom: 0;
  }
  
  .plan-price {
    height: 70px;
  }
  
  .price-amount {
    font-size: 38px;
    line-height: 70px;
  }
  
  .plan-name {
    font-size: 20px;
  }
  
  .plan-description {
    padding-top: 8px;
    padding-bottom: 9px;
  }
  
  .plan-description p,
  .feature-item,
  .plan-additional p {
    font-size: 15px;
    line-height: 1.4;
  }
  
  .feature-item {
    padding: 8px 0;
  }
  
  .plan-button {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 12px;
  }
  
  .popular-badge {
    font-size: 12px;
    padding: 3px 15px;
    top: -12px;
  }
  
  .feature-comparison-section {
    padding: 50px 20px;
  }
  
  .feature-comparison-title {
    margin-bottom: 35px;
  }
  
  .feature-column {
    padding: 16px 12px 10px 12px;
    font-size: 15px;
  }
  
  .comparison-header .feature-column {
    padding: 20px 12px;
    font-size: 17px;
  }
  
  .plan-column {
    padding: 12px 12px;
    font-size: 16px;
  }
  
  .plan-column::before {
    font-size: 14px;
  }
  
  .why-need-section {
    padding: 50px 20px;
  }
  
  .why-need-card {
    padding: 25px 18px;
    gap: 15px;
  }
  
  .why-need-title {
    font-size: 19px;
    line-height: 1.3;
  }
  
  .why-need-description {
    font-size: 15px;
  }
  
  .faq-section {
    padding: 50px 20px;
  }
  
  .faq-title {
    margin-bottom: 40px;
  }
  
  .faq-grid {
    gap: 18px;
  }
  
  .faq-card {
    padding: 22px 18px;
    gap: 10px;
  }
  
  .faq-question {
    font-size: 17px;
  }
  
  .faq-answer {
    font-size: 14px;
  }
}

/* Extra Small Mobile Devices (below 374px) */
@media (max-width: 374px) {
  .pricing-section {
    padding: 40px 15px;
    gap: 35px;
  }
  
  .pricing-title,
  .feature-comparison-title,
  .faq-title {
    font-size: 26px;
  }
  
  .pricing-subtitle {
    font-size: 15px;
  }
  
  .pricing-card,
  .pricing-card.popular {
    padding: 22px 18px;
    gap: 18px;
  }
  
  .price-amount {
    font-size: 36px;
    line-height: 65px;
  }
  
  .plan-name {
    font-size: 19px;
  }
  
  .plan-description p,
  .feature-item,
  .plan-additional p {
    font-size: 14px;
  }
  
  .plan-button {
    padding: 11px 18px;
    font-size: 15px;
  }
  
  .feature-comparison-section {
    padding: 40px 15px;
  }
  
  .feature-comparison-title {
    margin-bottom: 30px;
  }
  
  .feature-column {
    padding: 14px 10px 8px 10px;
    font-size: 14px;
  }
  
  .comparison-header .feature-column {
    padding: 18px 10px;
    font-size: 16px;
  }
  
  .plan-column {
    padding: 10px 10px;
    font-size: 15px;
  }
  
  .plan-column::before {
    font-size: 13px;
  }
  
  .why-need-section {
    padding: 40px 15px;
  }
  
  .why-need-card {
    padding: 22px 15px;
  }
  
  .why-need-title {
    font-size: 18px;
  }
  
  .why-need-description {
    font-size: 14px;
  }
  
  .faq-section {
    padding: 40px 15px;
  }
  
  .faq-title {
    margin-bottom: 35px;
  }
  
  .faq-card {
    padding: 20px 15px;
  }
  
  .faq-question {
    font-size: 16px;
  }
  
  .faq-answer {
    font-size: 13px;
  }
}

/* Landscape orientation fixes */
@media (max-width: 768px) and (orientation: landscape) {
  .pricing-section {
    padding: 50px 30px;
  }
  
  .pricing-cards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .pricing-card,
  .pricing-card.popular {
    width: calc(50% - 15px);
    min-width: auto;
  }
  
  .feature-comparison-section,
  .why-need-section,
  .faq-section {
    padding: 50px 30px;
  }
}

/* High DPI screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .pricing-card,
  .comparison-table,
  .why-need-card,
  .faq-card {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .plan-button,
  .pricing-card,
  .faq-card {
    transition: none;
  }
  
  .plan-button:hover,
  .pricing-card:hover {
    transform: none;
  }
}

/* ===== Decorative Drop Section - NOW RESPONSIVE ===== */
.decorative-drop-section {
  width: 100%;
  height: 313px;
  position: relative;
  background: var(--color-cyan-14, #064034);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.decorative-drop-section img {
  width: auto;
  height: auto;
  max-width: 500px;
  object-fit: contain;
}

/* ===== RESPONSIVE MEDIA QUERIES FOR DECORATIVE DROP SECTION ===== */

/* Tablets (769px - 992px) */
@media (max-width: 992px) {
  .decorative-drop-section {
    height: 250px;
  }
  
  .decorative-drop-section img {
    max-width: 180px;
  }
}

/* Mobile Devices (481px - 768px) */
@media (max-width: 768px) {
  .decorative-drop-section {
    height: 200px;
  }
  
  .decorative-drop-section img {
    max-width: 150px;
  }
}

/* Small Mobile Devices (375px - 480px) */
@media (max-width: 480px) {
  .decorative-drop-section {
    height: 150px;
  }
  
  .decorative-drop-section img {
    max-width: 120px;
  }
}

/* Extra Small Mobile Devices (below 374px) */
@media (max-width: 374px) {
  .decorative-drop-section {
    height: 120px;
  }
  
  .decorative-drop-section img {
    max-width: 100px;
  }
}

/* Landscape orientation for mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .decorative-drop-section {
    height: 180px;
  }
  
  .decorative-drop-section img {
    max-width: 140px;
  }
}