:root {
  --pri-color: #05361a;
  --sec-color: #aad13f;
  --acc-color: #B6DB8C;
  --shadow-main: 0px 4px 15px rgba(0, 0, 0, 0.1);
  --grey-txt-color: #707070;
  --body-bg-color: #f5f5f5;
  --black-txt-color: #1d1d1d;
}

.pricing-new {
  background: var(--body-bg-color);
  padding-top: 110px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.price-shell {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.eyebrow-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(170, 209, 63, 0.2);
  color: var(--pri-color);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.price-hero {
  background: linear-gradient(270deg, #094f26 0%, var(--pri-color) 100%);
  padding: 60px 0;
  margin-top: -110px;
  padding-top: 170px;
}

.price-hero .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.hero-copy h1 {
  font-size: 50px;
  line-height: 1.1;
  margin: 16px 0 16px;
  color: white;
}

.hero-lede {
  color: rgb(203, 203, 203);
  font-size: 18px;
}

.value-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.value-pills span {
  background: #ffffff;
  border: 1px solid #e3e6e1;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--pri-color);
  box-shadow: 0 8px 20px rgba(5, 72, 33, 0.08);
}

.hero-card {
  background: #ffffff;
  border: 1px solid #e3e6e1;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(5, 72, 33, 0.1);
  display: grid;
  gap: 16px;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--grey-txt-color);
}

.price-controls {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
}

.toggle-switch {
  position: relative;
  background: #ffffff;
  border: 1px solid #e3e6e1;
  border-radius: 999px;
  padding: 6px;
  display: flex;
  gap: 4px;
}

.toggle-slider {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  width: calc(50% - 6px);
  background: var(--pri-color);
  border-radius: 999px;
  transition: transform 0.2s ease;
  z-index: 0;
}

.toggle-option {
  background: transparent;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  color: var(--grey-txt-color);
  cursor: pointer;
  border-radius: 999px;
  position: relative;
  z-index: 1;
}

.toggle-option.active {
  background: var(--pri-color);
  color: #ffffff;
}

.discount-hint {
  color: var(--grey-txt-color);
  font-size: 13px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.plan-card {
  background: #ffffff;
  border: 1px solid #e3e6e1;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(5, 72, 33, 0.08);
}

.plan-card.featured {
  border-color: var(--pri-color);
  box-shadow: 0 20px 50px rgba(5, 72, 33, 0.16);
}

.plan-tag {
  font-weight: 600;
  color: var(--pri-color);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0 6px;
}

.price-amount {
  font-size: 34px;
  font-weight: 700;
}

.price-period {
  font-size: 13px;
  color: var(--grey-txt-color);
}

.plan-sub {
  color: var(--grey-txt-color);
  margin-bottom: 16px;
}

.plan-cta {
  width: 100%;
  margin-bottom: 16px;
}

.plan-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--grey-txt-color);
}

.pro-ft-label {
  font-size: 12px;
  background: rgba(170, 209, 63, 0.2);
  color: var(--pri-color);
  padding: 4px 10px;
  border-radius: 999px;
}

.savings {
  color: var(--pri-color);
  font-weight: 600;
  font-size: 13px;
  min-height: 18px;
}

/* Feature Comparison Table */
.feature-comparison {
  padding: 80px 0;
}

.section-head {
  text-align: center;
  margin-bottom: 40px;
}

.section-head h2 {
  font-size: 40px;
  margin-bottom: 12px;
  color: var(--black-txt-color);
}

.comparison-subtitle {
  color: var(--grey-txt-color);
  font-size: 16px;
}

.comparison-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 32px;
}

.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e3e6e1;
  border-radius: 16px;
  overflow: hidden;
}

.comparison-table thead {
  background: #f9faf8;
  border-bottom: 2px solid #e3e6e1;
}

.comparison-table th {
  padding: 20px 24px;
  text-align: left;
  font-weight: 600;
}

.comparison-table th.feature-header {
  color: var(--black-txt-color);
  font-size: 16px;
  width: 40%;
}

.comparison-table th.plan-header {
  text-align: center;
  width: 30%;
}

.comparison-table th.plan-header.featured {
  background: rgba(5, 72, 33, 0.05);
  position: relative;
}

.comparison-table th.plan-header.featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #05361A 0%, #AAD13F 100%);
}

.plan-header-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.plan-name {
  font-size: 16px;
  color: var(--black-txt-color);
}

.plan-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--pri-color);
}

.plan-badge {
  display: inline-block;
  background: rgba(170, 209, 63, 0.25);
  color: var(--pri-color);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-row td {
  background: #f9faf8;
  font-weight: 600;
  color: var(--pri-color);
  padding: 14px 24px;
  border-top: 1px solid #e3e6e1;
  border-bottom: 1px solid #e3e6e1;
}

.category-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comparison-table tbody tr:not(.category-row) td {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f1ed;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.feature-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-name > span:first-child {
  color: var(--black-txt-color);
  font-weight: 500;
  font-size: 15px;
}

.feature-desc {
  color: var(--grey-txt-color);
  font-size: 13px;
}

.feature-check,
.feature-cross {
  text-align: center;
  vertical-align: middle;
}

.feature-check svg,
.feature-cross svg {
  display: inline-block;
}

.comparison-footer {
  text-align: center;
  padding: 32px 24px;
  background: #f9faf8;
  border: 1px solid #e3e6e1;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.comparison-footer p {
  color: var(--grey-txt-color);
  margin: 0;
}

.faq-wrap {
  background: #ffffff;
  border-top: 1px solid #e3e6e1;
  padding: 60px 0;
}

.faq-container {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid #e3e6e1;
  border-radius: 12px;
  background: #f9faf8;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.faq-answer {
  padding: 0 20px 18px;
  color: var(--grey-txt-color);
}

/* ============================================
   RESPONSIVE DESIGN - TABLET & MOBILE
   ============================================ */

/* Tablet - Large (1024px and below) */
@media (max-width: 1024px) {
  .pricing-new {
    padding-top: 90px;
    gap: 50px;
  }

  .price-shell {
    padding: 0 24px;
  }

  .price-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .comparison-table th.feature-header {
    width: 35%;
  }

  .comparison-table th.plan-header {
    width: 32.5%;
  }

  .feature-comparison {
    padding: 60px 0;
  }

  .faq-wrap {
    padding: 50px 0;
  }
}

/* Tablet - Medium (768px and below) */
@media (max-width: 768px) {
  .pricing-new {
    padding-top: 80px;
    gap: 40px;
  }

  .price-shell {
    padding: 0 20px;
  }

  .hero-copy h1 {
    font-size: 36px;
    text-align: center;
  }

  .hero-lede {
    font-size: 16px;
    text-align: center;
  }

  .value-pills {
    justify-content: center;
  }

  .hero-card {
    padding: 20px;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .section-head h2 {
    font-size: 32px;
  }

  .comparison-subtitle {
    font-size: 15px;
  }

  .price-controls {
    margin-bottom: 24px;
  }

  .pricing-toggle {
    flex-direction: column;
    gap: 12px;
  }

  .toggle-switch {
    width: 100%;
    max-width: 280px;
  }

  .plan-card {
    padding: 20px;
  }

  .comparison-table-wrap {
    margin: 0 -20px 32px;
    padding: 0 20px;
  }

  .comparison-table th,
  .comparison-table tbody tr:not(.category-row) td {
    padding: 12px 16px;
  }

  .category-row td {
    padding: 12px 16px;
  }

  .comparison-table th.feature-header {
    font-size: 14px;
  }

  .plan-name {
    font-size: 14px;
  }

  .plan-price {
    font-size: 20px;
  }

  .feature-name > span:first-child {
    font-size: 14px;
  }

  .feature-desc {
    font-size: 12px;
  }

  .category-title {
    font-size: 12px;
  }

  .comparison-footer {
    padding: 24px 16px;
  }

  .faq-item {
    border-radius: 10px;
  }

  .faq-question {
    padding: 16px 18px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 18px 16px;
    font-size: 14px;
  }

  .feature-comparison {
    padding: 50px 0;
  }
}

/* Mobile - Large (480px and below) */
@media (max-width: 480px) {
  .pricing-new {
    padding-top: 70px;
    gap: 30px;
  }

  .price-shell {
    padding: 0 16px;
  }

  .eyebrow-tag {
    font-size: 12px;
    padding: 5px 12px;
  }

  .hero-copy h1 {
    font-size: 28px;
  }

  .hero-lede {
    font-size: 15px;
  }

  .value-pills {
    gap: 8px;
  }

  .value-pills span {
    font-size: 12px;
    padding: 6px 12px;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-card ul {
    gap: 8px;
    font-size: 14px;
  }

  .section-head h2 {
    font-size: 26px;
  }

  .comparison-subtitle {
    font-size: 14px;
  }

  .toggle-switch {
    max-width: 240px;
    padding: 4px;
  }

  .toggle-option {
    padding: 6px 12px;
    font-size: 14px;
  }

  .discount-hint {
    font-size: 12px;
  }

  .plan-card {
    padding: 18px;
  }

  .plan-tag {
    font-size: 14px;
  }

  .price-amount {
    font-size: 28px;
  }

  .plan-sub {
    font-size: 14px;
  }

  .plan-list {
    gap: 8px;
    font-size: 14px;
  }

  .comparison-table th,
  .comparison-table tbody tr:not(.category-row) td {
    padding: 10px 12px;
  }

  .category-row td {
    padding: 10px 12px;
  }

  .comparison-table th.feature-header {
    font-size: 13px;
  }

  .plan-name {
    font-size: 13px;
  }

  .plan-price {
    font-size: 18px;
  }

  .plan-badge {
    font-size: 10px;
    padding: 3px 8px;
  }

  .feature-name > span:first-child {
    font-size: 13px;
  }

  .feature-desc {
    font-size: 11px;
  }

  .category-title {
    font-size: 11px;
  }

  .comparison-footer {
    padding: 20px 14px;
  }

  .comparison-footer p {
    font-size: 13px;
  }

  .faq-question {
    padding: 14px 16px;
    font-size: 14px;
  }

  .faq-answer {
    padding: 0 16px 14px;
    font-size: 13px;
  }

  .feature-comparison {
    padding: 40px 0;
  }

  .faq-wrap {
    padding: 40px 0;
  }
}

/* Mobile - Small (360px and below) */
@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: 24px;
  }

  .hero-lede {
    font-size: 14px;
  }

  .value-pills span {
    font-size: 11px;
    padding: 5px 10px;
  }

  .section-head h2 {
    font-size: 22px;
  }

  .comparison-subtitle {
    font-size: 13px;
  }

  .price-amount {
    font-size: 24px;
  }

  .plan-sub,
  .plan-list {
    font-size: 13px;
  }

  .comparison-table th,
  .comparison-table tbody tr:not(.category-row) td {
    padding: 8px 10px;
  }

  .category-row td {
    padding: 8px 10px;
  }

  .faq-question {
    font-size: 13px;
  }

  .faq-answer {
    font-size: 12px;
  }
}
