/* Responsive styles for all breakpoints */

@media (max-width: 1200px) {
  .section-spacing {
    padding: 70px 0;
  }
  .section-container {
    padding: 0 16px;
  }
  .container,
  .third-wrap,
  .why-choose-wrap,
  .faq-section {
    max-width: 1000px;
    padding: 0 20px;
  }
  .section {
    max-width: 1000px;
    gap: 2rem;
  }
  .third-wrap {
    gap: 2rem;
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .second-section {
    max-width: 800px;
    padding: 60px 16px;
  }
  .second-section h2 {
    font-size: 36px;
  }
  .second-section p {
    font-size: 16px;
  }
  .third-wrap {
    gap: 3rem;
    padding: 0 16px;
  }
  .third-content h2 {
    font-size: 42px;
  }
  .third-content p {
    font-size: 17px;
  }
  .keyword-wrap {
    gap: 2rem;
    padding: 28px;
  }
  .keyword-content h3 {
    font-size: 28px;
  }
  .keyword-content p,
  .feature-list span,
  .feature-item {
    font-size: 15px;
  }
  .video-section {
    padding: 60px 16px;
  }
  .why-choose-wrap h2 {
    font-size: 40px;
  }
  .why-choose-wrap p {
    font-size: 16px;
    max-width: 700px;
  }
  .why-card {
    font-size: 16px;
    max-width: 240px;
  }
  .faq-section {
    gap: 3rem;
    padding: 60px 16px;
  }
  .left-section h2 {
    font-size: 48px;
  }
  .left-section {
    position: static;
    top: unset;
  }
}

@media (max-width: 900px) {
  .section-spacing {
    padding: 60px 0;
  }
  .section-container {
    padding: 0 16px;
  }
  .section,
  .third-wrap,
  .faq-section {
    flex-direction: column;
    gap: 2rem;
    padding: 0 16px;
    align-items: stretch;
  }
  .section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    padding: 0;
    justify-content: center;
  }
  .content {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .hero-section {
    /* padding: 60px 8px; */
    text-align: center;
    /* padding-top: 70px; */
    height: auto;
  }
  .hero-img img {
    /* width: 260px; */
  }
  .third-section {
    padding: 60px 0;
  }
  .third-wrap {
    padding: 0 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .third-images img,
  .video-placeholder iframe {
    max-width: 100%;
    height: 100%;
  }
  .keyword-section {
    padding: 60px 16px;
  }
  .keyword-wrap {
    flex-direction: column;
  }
  .third-content,
  .third-images,
  .keyword-content,
  .keyword-images {
    max-width: 100%;
    width: 100%;
  }
  .why-cards {
    grid-template-columns: 1fr 1fr !important;
  }
  .why-card:nth-child(5) {
    grid-column: 1 / 3 !important;
    justify-self: center !important;
  }
  .faq-section {
    padding: 60px 16px;
  }
  .keyword-card {
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
  }
  .start-growing-link {
    width: 220px;
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
  }

  .section {
    flex-direction: column-reverse;
  }
  .second-section {
    max-width: 800px;
    padding: 50px 12px;
  }
  .second-section h2 {
    font-size: 32px;
  }
  .second-section p {
    font-size: 15px;
  }
  .third-wrap {
    flex-direction: column;
    padding: 0 12px;
    text-align: center;
  }
  .third-content {
    max-width: 100%;
  }
  .third-images {
    flex-direction: column;
    gap: 16px;
  }
  .third-content h2 {
    font-size: 36px;
  }
  .third-content p {
    font-size: 16px;
  }
  .keyword-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 24px;
  }
  .keyword-images {
    flex: unset;
    max-width: 100%;
    justify-content: center;
  }
  .image-placeholder img {
    max-width: 100%;
    height: auto;
  }
  .keyword-content {
    flex: unset;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .keyword-content h3 {
    font-size: 26px;
    text-align: center;
  }
  .keyword-content p {
    font-size: 14.5px;
    margin-bottom: 20px;
    text-align: center;
  }
  .feature-list {
    text-align: left;
    gap: 16px;
  }
  .feature-list span {
    font-size: 14.5px;
  }
  .feature-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
    font-size: 14.5px;
    opacity: 1;
  }
  .feature-item .icon {
    margin-right: 10px;
    font-size: 1rem;
  }
  .keyword-section .keyword-wrap:nth-child(even) {
    flex-direction: column;
  }
  .keyword-section .keyword-wrap:nth-child(even) .keyword-images {
    order: -1;
  }
  .video-section {
    padding: 50px 12px;
  }
  .video-card {
    padding: 14px;
    border-radius: 16px;
  }
  .video-header img {
    width: 22px;
    height: 22px;
  }
  .video-header span {
    font-size: 15px;
  }
  .why-choose-wrap h2 {
    font-size: 36px;
  }
  .why-choose-wrap p {
    font-size: 15px;
    max-width: 90%;
    margin-bottom: 32px;
  }
  .why-cards {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 16px;
    justify-content: center;
    align-items: center;
  }
  .why-card {
    font-size: 15px;
    padding: 18px;
    max-width: 100%;
  }
  .faq-section {
    flex-direction: column;
    gap: 2rem;
    padding: 50px 12px;
  }
  .left-section {
    flex: unset;
  }
  .right-section {
    flex: unset;
  }
  .left-section h2 {
    font-size: 40px;
    text-align: center;
  }
  .sub-title {
    align-items: center;
    text-align: center;
  }
  .sub-title img {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .section-spacing {
    padding: 50px 0;
  }
  .section-container {
    padding: 0 12px;
  }
  .container,
  .third-wrap,
  .why-choose-wrap,
  .faq-section {
    max-width: 100%;
    padding: 0 12px;
  }
  .content h1,
  .third-content h2,
  .why-choose-wrap h2,
  .second-section h2,
  .keyword-content h3,
  .faq-section .title {
    text-align: center;
  }
  .content h1 {
    font-size: 36px;
  }
  .third-content h2,
  .why-choose-wrap h2 {
    font-size: 28px;
  }
  .keyword-content h3 {
    font-size: 20px;
  }
  .content p {
    text-align: center;
    font-size: 14px;
  }
  .third-content p,
  .second-section p,
  .why-choose-wrap p,
  .keyword-content p {
    font-size: 14px;
  }
  .section,
  .third-wrap,
  .faq-section {
    gap: 1rem;
    padding: 0 12px;
  }
  .third-section,
  .third-wrap {
    padding: 0 12px;
  }
  .video-section {
    padding: 50px 12px;
  }
  .video-placeholder {
    padding-top: 56.25%; /* 16:9 aspect ratio for mobile */
  }
  .faq-section {
    flex-direction: column;
    gap: 1.5rem;
    padding: 50px 12px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-question {
    padding: 1rem;
    font-size: 1rem;
  }
  .why-cards {
    grid-template-columns: 1fr !important;
  }
  .why-card:nth-child(5) {
    grid-column: auto !important;
    justify-self: stretch !important;
  }
  .why-card {
    font-size: 16px;
    padding: 14px;
  }
  .feature-list span,
  .feature-item {
    font-size: 14px;
  }
  .keyword-wrap {
    padding: 16px;
    gap: 1rem;
  }
  .keyword-images,
  .keyword-content {
    max-width: 100%;
    width: 100%;
  }
  .image-placeholder img {
    width: 100%;
    height: auto;
  }
  .why-choose-wrap h2 {
    font-size: 32px;
  }
  .why-choose-wrap p {
    font-size: 14px;
    line-height: 140%;
  }
  .why-cards {
    grid-template-columns: 1fr 1fr !important;
  }
  .why-card:nth-child(5) {
    grid-column: 1 / 3 !important;
    justify-self: center !important;
  }
  .left-section h2 {
    font-size: 32px;
  }
  .faq-question {
    padding: 1.2rem;
    font-size: 1rem;
  }
  .faq-answer p {
    font-size: 14px;
  }
  .faq-item.active .faq-answer {
    padding: 1.2rem;
  }
  .hero-section {
    height: auto;
    padding-bottom: 0 !important;
  }
  .section {
    flex-direction: column-reverse;
    gap: 1.2rem;
    padding: 0;
    justify-content: center;
  }
  .hero-img img {
    width: 100%;
  }
  .content h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .content p {
    font-size: 13px;
  }
  .start-growing-link {
    width: 70vw;
    min-width: 120px;
    max-width: 100vw;
    margin-top: 2px;
  }
  .keyword-card {
    padding: 16px 6px 10px 6px;
    min-width: 0;
    max-width: 100%;
  }
  .keyword-card-header {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .keyword-title {
    font-size: 16px;
  }
  .keyword-row {
    font-size: 14px;
    padding: 8px 8px;
  }
  .keyword-status {
    width: 24px;
    font-size: 15px;
  }
  .hero-section {
    height: auto;
  }
}

@media (max-width: 480px) {
  .second-section {
    padding: 50px 12px;
    gap: 10px;
  }
  .second-section p {
    font-size: 13px;
  }
  .hero-img {
    flex: 1 1 100px;
  }
  .third-wrap {
    padding: 0 12px;
  }
  .third-content h2 {
    font-size: 32px;
  }
  .third-content p {
    font-size: 15px;
  }
  .keyword-wrap {
    padding: 24px;
    gap: 1.5rem;
  }
  .keyword-content h3 {
    font-size: 24px;
  }
  .keyword-content p,
  .feature-list span,
  .feature-item {
    font-size: 14px;
  }
  .video-section {
    padding: 50px 12px;
  }
  .video-card {
    padding: 12px;
    border-radius: 14px;
  }
  .video-header {
    padding: 10px 14px;
  }
  .video-header span {
    font-size: 14px;
  }
  .faq-section {
    padding: 50px 12px;
  }
  .left-section h2 {
    font-size: 32px;
  }
  .faq-question {
    padding: 1.2rem;
    font-size: 1rem;
  }
  .faq-answer p {
    font-size: 14px;
  }
  .faq-item.active .faq-answer {
    padding: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .why-cards {
    grid-template-columns: repeat(5, 1fr) !important;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 20px;
  }
  .why-card:nth-child(5) {
    grid-column: auto !important;
    justify-self: stretch !important;
  }
}
