@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* 
		Creditos chatGPT :)

		Copia n paezão
		faz o teu
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #f2f5f9;
    color: #1a1a1a;
}

h1,
h2,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.content {
    max-width: 700px;
}

/* Header */

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, #f8fafc, #e2e8f0);
}

.header-content {
    text-align: center;
    padding: 20px;
}


.header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}

.header p {
    font-size: 1.2rem;
    color: #444;
    text-transform: capitalize;
    margin: 30px 0;
}

.price {
    font-size: 2rem;
    color: #16a34a;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn {
    background-color: #16a34a;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 14px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn:hover {
    background-color: #15803d;
}

.video-container {
    width: 100%;
    /*max-width: 700px;*/
    aspect-ratio: 16 / 9;
    margin-top: 40px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: none;
}

@media (min-width: 900px) {
    .header h1 {
        font-size: 3rem;
    }

    .header p {
        font-size: 1.3rem;
    }

    .price {
        font-size: 2.2rem;
    }
}

/* cOPY  */

.copy-section {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background-color: #fff;
}

.copy-paper {
    background: repeating-linear-gradient(to bottom,
        #ffffff,
        #ffffff 28px,
        #d0d0d0a3 29px);
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 30px 20px;
    max-width: calc(700px - 44px);
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    0
}

.paper-header {
    position: absolute;
    top: -12px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.clip {
    width: 20px;
    height: 20px;
    background: #bbb;
    border-radius: 50%;
    box-shadow: inset 0 0 3px #999;
}

.copy-paper h2 {
    font-size: 1.5rem;
    color: #111;
    margin-bottom: 15px;
}

.copy-paper p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Expectation Section */

.expectation-section {
    background: #fefefe;
    padding: 50px 20px;
    text-align: center;
}

.expectation-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #111;
}

.expectation-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    /*max-width: 800px;*/
    margin: 0 auto;
}

.expectation-card {
    background: #ffffff;
    border: 2px dashed #16a34a;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.expectation-card:hover {
    transform: scale(1.03);
}

.expectation-card img {
    width: 60px;
    margin-bottom: 15px;
}

.expectation-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

@media (min-width: 600px) {
    .expectation-grid {
        grid-template-columns: 1fr 1fr;
    }
}


/* Student Comments */


.student-comments {
    /*max-width: 480px;*/
    margin: 40px auto;
    padding: 0 20px;
    color: #1f2937;
    text-align: center;
}

.student-comments h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #16a34a;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.comment {
    background: #f0fdf4;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.15);
}

.comment-text {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 12px;
    font-style: italic;
}

.comment-author {
    font-weight: 600;
    color: #145a32;
    font-size: 1rem;
}

@media (max-width: 400px) {
    .student-comments h2 {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }

    .comment-text {
        font-size: 1rem;
    }

    .comment-author {
        font-size: 0.9rem;
    }
}

/* Carrinho  */

.product-card {
    margin: auto;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #1a1a1a;
}

.product {
    padding: 30px 25px;
    border-radius: 16px;
    max-width: 380px;
    margin: auto;
    box-shadow: 0 10px 30px rgb(22 163 74 / 0.15);
    background: #f9fafb;
}

.product-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #15803d;
    /* verde da paleta */
    margin-bottom: 20px;
    text-transform: capitalize;
}

#turbo .product {
    background-color: #f3ecd9;
}

#turbo h2 {
    margin-bottom: 0px;
}

#turbo h3 {
    margin-top: -5px;
    margin-bottom: 27px;
    display: block;
    color: #b45309;
}


.price-section {
    margin-bottom: 28px;
}

.old-price {
    text-decoration: line-through;
    color: #6b7280;
    /* cinza médio */
    font-size: 1rem;
    display: block;
    margin-bottom: 6px;
}

.current-price {
    font-size: 2.8rem;
    font-weight: 900;
    color: #16a34a;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

small {
    font-size: 0.9rem;
    color: #4b5563;
    /* cinza escuro */
    font-weight: 600;
}

ul.features-list {
    text-align: left;
    padding-left: 0;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

ul.features-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #334155;
    font-size: 1rem;
    line-height: 1.4;
}

ul.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #22c55e;
    /* verde claro */
    font-weight: 900;
    font-size: 1.1rem;
}

ul.features-list li.not::before {
    content: "❌";
    position: absolute;
    left: 0;
    top: 2px;
    color: #22c55e;
    /* verde claro */
    font-weight: 900;
    font-size: 0.9rem;
}


ul.features-list li.bonus-item {
    color: #b45309;
    font-weight: 700;
}

.bonus-label {
    background-color: #fbbf24;
    color: #92400e;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}

button {
    background-color: #16a34a;
    color: white;
    border: none;
    padding: 14px 0;
    width: 100%;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 12px rgb(22 163 74 / 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

button:hover {
    background-color: #15803d;
    box-shadow: 0 8px 16px rgb(22 163 74 / 0.7);
}

/* Mini Feedbacks */
.mini-feedbacks {
    background: #e8f5e9;
    padding: 30px 20px;
    margin: 40px auto;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

.mini-feedbacks h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #2e7d32;
    text-transform: capitalize;
}

.feedback-ticker {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.feedback-item {
    height: 40px;
    line-height: 40px;
    color: #145a32;
    font-weight: 600;
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.feedback-item.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}



/* faq */

.faq-activity {
    max-width: 700px;
    margin: 50px auto 80px;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.faq-activity h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #16a34a;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #16a34a;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgb(22 163 74 / 0.15);
    padding: 20px 20px 15px 60px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.faq-item input[type="checkbox"] {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 22px;
    height: 22px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.faq-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #145a32;
    cursor: pointer;
    position: relative;
}

.checkmark {
    position: absolute;
    left: -38px;
    top: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border: 2px solid #16a34a;
    border-radius: 6px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* checkmark quando ativo */
.faq-item input[type="checkbox"]:checked+.faq-label .checkmark {
    background-color: #16a34a;
    border-color: #16a34a;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.faq-item input[type="checkbox"]:checked+.faq-label .checkmark::after {
    display: block;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    color: #334155;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 12px;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding-left: 10px;
}

/* mostrar conteúdo quando checkbox marcado */
.faq-item input[type="checkbox"]:checked~.faq-content {
    max-height: 250px;
    padding-top: 10px;
}

/* Para dispositivos móveis */
@media (max-width: 450px) {
    .faq-activity h2 {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }

    .faq-label {
        font-size: 1rem;
    }
}

/* premium  */

.product-card.premium {
  /*border: 2px solid #fbbf24;*/
  /*background: #fffefb;*/
  /*box-shadow: 0 10px 30px rgba(251, 191, 36, 0.25);*/
}

.product-card.premium h1 {
  color: #b45309;
  font-size: 2rem;
  font-weight: 700;
}

.product-card .premium-label {
  background-color: #fbbf24;
  color: #92400e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 6px;
  text-transform: uppercase;
  vertical-align: middle;
}

.product-card.premium .current-price {
  color: #d97706;
}

.product-card.premium button {
  background-color: #f59e0b;
  box-shadow: 0 6px 12px rgba(251, 191, 36, 0.4);
}

.product-card.premium button:hover {
  background-color: #d97706;
}



/* Footer */


.footer {
    background-color: #16a34a;
    padding: 40px 20px 30px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
    max-width: 600px;
    margin: 0 auto;
    color: white;
}

.footer-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0fdf4;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    margin: 12px 0;
    transition: all 0.3s ease;
}

.footer-icon-link img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-icon-link:hover img {
    transform: scale(1.15);
}

.footer-icon-link:hover {
    color: #bbf7d0;
}

.footer-copy {
    font-size: 0.85rem;
    color: #d1fae5;
    margin-top: 25px;
}

@media (max-width: 400px) {
    .footer-icon-link {
        font-size: 0.95rem;
    }
}

