@charset "UTF-8";@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#111827;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1d9e75;margin-bottom:.75rem}.section-title{font-size:1.875rem;font-weight:800;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1.125rem;color:#4b5563;line-height:1.625;max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;line-height:1;transition:all .25s ease;cursor:pointer;white-space:nowrap;border:2px solid transparent}.btn--primary{background-color:#1d9e75;color:#fff;border-color:#1d9e75}.btn--primary:hover{background-color:#0f6e56;border-color:#0f6e56;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn--primary:active{transform:translateY(0)}.btn--outline{background-color:transparent;color:#fff;border-color:#fff9}.btn--outline:hover{background-color:#ffffff1a;border-color:#fff}.btn--outline-dark{background-color:transparent;color:#085041;border-color:#1d9e75}.btn--outline-dark:hover{background-color:#e1f5ee;border-color:#0f6e56}.btn--full{width:100%}.btn--large{padding:1rem 2rem;font-size:1.125rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.badge--green{background-color:#e1f5ee;color:#085041}.badge--teal{background-color:#5dcaa533;color:#0f6e56}.badge--outline{background-color:transparent;color:#4b5563;border:1px solid #D1D5DB}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;background-color:#085041;transition:box-shadow .25s ease,background-color .25s ease}.navbar.scrolled{background-color:#052e25;box-shadow:0 2px 20px #00000040}.navbar__container{margin:0 auto;height:100%;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px){.navbar__container{padding:0 2rem}}.navbar__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar__brand-icon{font-size:1.25rem;color:#5dcaa5;line-height:1}.navbar__brand-name{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.01em}.navbar__brand-logo{height:52px;width:auto;object-fit:contain;display:block}.navbar__hamburger{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;margin-left:auto;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.navbar__hamburger span{display:block;height:2px;background:#fff;border-radius:2px;transition:transform .15s ease,opacity .15s ease;transform-origin:center}.navbar__hamburger.is-active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger.is-active span:nth-child(2){opacity:0}.navbar__hamburger.is-active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (min-width: 768px){.navbar__hamburger{display:none}}.navbar__actions{display:none;position:fixed;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;gap:.75rem;background-color:#085041;padding:1.25rem;box-shadow:0 8px 24px #0000004d;z-index:99}.navbar__actions.is-open{display:flex}@media (min-width: 768px){.navbar__actions{display:flex;position:static;flex-direction:row;align-items:center;padding:0;box-shadow:none;background-color:transparent;gap:.75rem;margin-left:auto}}.navbar__quiz-link{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#ffffffd9;padding:.5rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.3);transition:all .15s ease;text-decoration:none}.navbar__quiz-link:hover{color:#fff;background:#ffffff1a;border-color:#fff9}.navbar__cta{padding:.5rem 1.25rem;background-color:#1d9e75;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.navbar__cta:hover{background-color:#5dcaa5;color:#085041;transform:translateY(-1px)}.navbar__cta:active{transform:translateY(0)}@media (max-width: 767px){.navbar__cta{width:100%}}@media (min-width: 768px){.navbar__cta{font-size:1rem;padding:.5rem 1.5rem}}.hero{background-color:#085041;padding-top:calc(68px + 4rem);padding-bottom:5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-40%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(29,158,117,.12) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(93,202,165,.08) 0%,transparent 70%);pointer-events:none}.hero__container{max-width:1100px;margin:0 auto;padding:0 1.25rem;text-align:center;position:relative;z-index:1}@media (min-width: 768px){.hero__container{padding:0 2rem}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#5dcaa526;border:1px solid rgba(93,202,165,.3);border-radius:9999px;font-size:.875rem;font-weight:500;color:#5dcaa5;margin-bottom:1.5rem;letter-spacing:.02em}.hero__headline{font-size:1.875rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:1.5rem;letter-spacing:-.02em}@media (min-width: 768px){.hero__headline{font-size:3rem}}.hero__highlight{color:#5dcaa5;position:relative}.hero__highlight:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#5DCAA5,transparent);border-radius:9999px}.hero__subtext{font-size:1.125rem;color:#ffffffbf;line-height:1.625;max-width:640px;margin:0 auto 2rem}@media (min-width: 768px){.hero__subtext{font-size:1.25rem}}.hero__cta-group{display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:3rem}@media (min-width: 480px){.hero__cta-group{flex-direction:row;justify-content:center}}.hero__stats{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 2rem;background-color:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;max-width:760px;margin:0 auto}@media (min-width: 768px){.hero__stats{flex-wrap:nowrap;gap:0}}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1;min-width:120px}.hero__stat-number{font-size:1.5rem;font-weight:800;color:#5dcaa5;letter-spacing:-.02em}@media (min-width: 768px){.hero__stat-number{font-size:1.875rem}}.hero__stat-label{font-size:.75rem;font-weight:500;color:#fff9;text-align:center;letter-spacing:.02em;text-transform:uppercase}.hero__stat-divider{display:none;width:1px;height:40px;background-color:#ffffff26;flex-shrink:0}@media (min-width: 768px){.hero__stat-divider{display:block}}.subjects{padding:5rem 0;background-color:#f9fafb}.subjects__container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.subjects__container{padding:0 2rem}}.subjects__header{text-align:center;margin-bottom:3rem}.subjects__header .section-subtitle{margin:0 auto}.subjects__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.subjects__grid{grid-template-columns:1fr 1fr}}.subject-card{position:relative;background-color:#fff;border:2px solid #E5E7EB;border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.subject-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.subject-card--featured{border-color:#1d9e75;box-shadow:0 0 0 1px #1d9e75,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.subject-card--featured .subject-card__title{color:#085041}.subject-card__badge{position:absolute;top:-14px;left:2rem;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.subject-card__badge--popular{background-color:#1d9e75;color:#fff}.subject-card__icon{font-size:2.5rem;line-height:1}.subject-card__title{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.375}.subject-card__desc{font-size:1rem;color:#4b5563;line-height:1.625}.subject-card__list{display:flex;flex-direction:column;gap:.5rem;flex:1}.subject-card__list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563}.subject-card__list li:before{content:"✓";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#e1f5ee;color:#0f6e56;border-radius:9999px;font-size:11px;font-weight:700;flex-shrink:0}.why-us{padding:5rem 0;background-color:#fff}.why-us__container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.why-us__container{padding:0 2rem}}.why-us__header{text-align:center;margin-bottom:3rem}.why-us__header .section-subtitle{margin:0 auto}.why-us__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 480px){.why-us__grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.why-us__grid{grid-template-columns:1fr 1fr 1fr}}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:1rem;border:1px solid #E5E7EB;background-color:#fff;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}.feature-item:hover{border-color:#5dcaa5;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-2px)}.feature-item:hover .feature-item__icon{background-color:#e1f5ee;transform:scale(1.05)}.feature-item__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;min-width:52px;background-color:#f3f4f6;border-radius:.75rem;font-size:1.5rem;transition:background-color .25s ease,transform .25s ease}.feature-item__content{display:flex;flex-direction:column;gap:.25rem}.feature-item__title{font-size:1rem;font-weight:600;color:#111827;line-height:1.375}.feature-item__subtitle{font-size:.875rem;color:#4b5563;line-height:1.625}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}80%,to{transform:scale(2.2);opacity:0}}@keyframes pulse-dot{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.tutor{padding:5rem 0;background-color:#f9fafb}.tutor__container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.tutor__container{padding:0 2rem}}.tutor__header{text-align:center;margin-bottom:3rem}.tutor__body{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.tutor__body{grid-template-columns:300px 1fr;align-items:start}}.tutor__profile{background-color:#fff;border:1px solid #E5E7EB;border-radius:1.5rem;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 1px 2px #0000000d}.tutor__avatar{position:relative}.tutor__avatar-circle{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#1d9e75,#085041);display:flex;align-items:center;justify-content:center;border:4px solid #E1F5EE;box-shadow:0 0 0 2px #5dcaa5;overflow:hidden}.tutor__avatar-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.tutor__name{font-size:1.25rem;font-weight:700;color:#111827}.tutor__title{font-size:.875rem;color:#4b5563;font-weight:500}.tutor__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.tutor__timeline{background-color:#fff;border:1px solid #E5E7EB;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.tutor__timeline-heading{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.timeline{display:flex;flex-direction:column;gap:0;position:relative}.timeline:before{content:"";position:absolute;left:11px;top:12px;bottom:12px;width:2px;background:linear-gradient(to bottom,#1d9e75,#e5e7eb)}.timeline__item{display:flex;gap:1.25rem;padding-bottom:2rem;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__dot{position:relative;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;z-index:1}.timeline__dot:before{content:"";width:12px;height:12px;border-radius:50%;background-color:#d1d5db;border:2px solid #FFFFFF;box-shadow:0 0 0 2px #d1d5db;position:relative;z-index:1}.timeline__item--active .timeline__dot:before{background-color:#1d9e75;box-shadow:0 0 0 2px #1d9e75;animation:pulse-dot 2s ease-in-out infinite}.timeline__pulse{position:absolute;width:12px;height:12px;border-radius:50%;background-color:#5dcaa5;opacity:0}.timeline__item--active .timeline__pulse{animation:pulse-ring 2s cubic-bezier(.215,.61,.355,1) infinite}.timeline__content{padding-top:2px;display:flex;flex-direction:column;gap:.5rem}.timeline__tag{display:inline-flex;padding:.25rem .5rem;background-color:#e1f5ee;color:#085041;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.timeline__title{font-size:1rem;font-weight:600;color:#111827;line-height:1.375}.timeline__desc{font-size:.875rem;color:#4b5563;line-height:1.625}.tutor__credentials{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;background:linear-gradient(135deg,#085041,#0f6e56);border-radius:1.5rem;padding:2rem 1.5rem;text-align:center}@media (min-width: 768px){.tutor__credentials{padding:2.5rem 3rem}}.credential{display:flex;flex-direction:column;align-items:center;gap:.5rem}.credential__number{font-size:1.5rem;font-weight:800;color:#5dcaa5;letter-spacing:-.02em}@media (min-width: 768px){.credential__number{font-size:2.25rem}}.credential__label{font-size:.75rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;text-align:center}@media (min-width: 768px){.credential__label{font-size:.875rem}}.testimonials{padding:5rem 0;background-color:#fff}.testimonials__container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.testimonials__container{padding:0 2rem}}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__header .section-subtitle{margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.testimonials__grid{grid-template-columns:1fr 1fr}}.testimonial-card{background-color:#f9fafb;border:1px solid #E5E7EB;border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;transition:box-shadow .25s ease,transform .25s ease;position:relative}.testimonial-card:before{content:"“";position:absolute;top:1rem;right:1.5rem;font-size:5rem;font-family:Georgia,serif;color:#e1f5ee;line-height:1;pointer-events:none}.testimonial-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-3px);border-color:#5dcaa5}.testimonial-card__stars{font-size:1.125rem;color:#f59e0b;letter-spacing:.1em}.testimonial-card__quote{font-size:1rem;color:#4b5563;line-height:1.625;font-style:italic;flex:1;quotes:none;position:relative;z-index:1}.testimonial-card__author{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #E5E7EB}.testimonial-card__avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,#1d9e75,#0f6e56);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;letter-spacing:.05em}.testimonial-card__info{display:flex;flex-direction:column;gap:2px}.testimonial-card__name{font-size:1rem;font-weight:600;color:#111827}.testimonial-card__school{font-size:.75rem;color:#9ca3af}.pricing{padding:5rem 0;background:linear-gradient(135deg,#085041,#0f6e56 60%,#1d9e75)}.pricing__container{max-width:1100px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.pricing__container{padding:0 2rem}}.pricing__header{text-align:center;margin-bottom:3rem}.pricing__header .section-label{color:#5dcaa5}.pricing__header .section-title{color:#fff}.pricing__header .section-subtitle{color:#fffc;margin:0 auto}.pricing__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.pricing__grid{grid-template-columns:repeat(3,1fr);align-items:start}}.pricing__legend{text-align:center;margin-top:2rem;font-size:.875rem;color:#ffffffa6;font-weight:500;letter-spacing:.03em}.pricing-card{position:relative;background:#fff;border:2px solid #E5E7EB;border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:box-shadow .25s ease,transform .25s ease}.pricing-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transform:translateY(-3px)}.pricing-card--featured{border-color:#1d9e75;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.pricing-card--featured .pricing-card__header{background:linear-gradient(135deg,#085041,#0f6e56);color:#fff;border-radius:1rem;padding:1.25rem;margin:0 -.5rem}.pricing-card--featured .pricing-card__session{color:#ffffffbf}.pricing-card--featured .pricing-card__title,.pricing-card--featured .pricing-card__currency,.pricing-card--featured .pricing-card__amount{color:#fff}.pricing-card--featured .pricing-card__period,.pricing-card--featured .pricing-card__per{color:#ffffffb3}.pricing-card--featured .pricing-card__strike{color:#ffffff80}.pricing-card--bundle{background:#f9fafb;border-style:dashed;border-color:#d1d5db}.pricing-card__badge{position:absolute;top:1rem;right:1rem;background:#1d9e75;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;letter-spacing:.04em}.pricing-card__header{display:flex;flex-direction:column;gap:.5rem}.pricing-card__session{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#1d9e75}.pricing-card__title{font-size:1.5rem;font-weight:800;color:#111827;line-height:1.25}.pricing-card__price{display:flex;align-items:baseline;gap:.25rem;margin-top:.5rem}.pricing-card__currency{font-size:1.125rem;font-weight:700;color:#085041}.pricing-card__amount{font-size:2.75rem;font-weight:800;color:#085041;line-height:1}.pricing-card__period{font-size:1rem;color:#9ca3af;font-weight:500}.pricing-card__per{font-size:.75rem;color:#9ca3af;font-weight:500}.pricing-card__strike{text-decoration:line-through;opacity:.6}.pricing-card--list{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.pricing-card--list{flex-direction:row;align-items:center;gap:2rem}}.pricing-card__list-left{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.pricing-card__list-left .btn{margin-top:.5rem}.pricing-card__list-slots{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1}@media (max-width: 767px){.pricing-card__list-slots{grid-template-columns:1fr}}.pricing-card__schedule{display:flex;flex-direction:column;gap:.75rem;flex:1}.pricing-card__slot{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border:1px solid #F3F4F6;border-radius:.75rem}.pricing-card__slot--note{background:#e1f5ee;border-color:#1d9e7533}.pricing-card__slot-icon{font-size:1.25rem;flex-shrink:0;line-height:1}.pricing-card__slot-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.pricing-card__slot-subject{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pricing-card__slot-time{font-size:.75rem;color:#1d9e75;font-weight:600}.pricing-card__slot-days{flex-shrink:0;font-size:.75rem;font-weight:700;color:#fff;background:#1d9e75;padding:2px .5rem;border-radius:9999px;letter-spacing:.03em}.register{padding:5rem 0;background:linear-gradient(180deg,#f9fafb,#e1f5ee)}.register__container{max-width:680px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.register__container{padding:0 2rem}}.register__header{text-align:center;margin-bottom:2.5rem}.register__header .section-subtitle{margin:0 auto}.register__card{background-color:#fff;border:1px solid #E5E7EB;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width: 768px){.register__card{padding:2.5rem 3rem}}.register__form{display:flex;flex-direction:column;gap:1.25rem}.register__success{text-align:center;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.register__success-icon{font-size:3rem;line-height:1}.register__success-title{font-size:1.5rem;font-weight:700;color:#085041}.register__success-text{font-size:1rem;color:#4b5563;line-height:1.625;max-width:420px}.register__success-note{font-size:.875rem;color:#9ca3af;padding:.75rem 1rem;background-color:#e1f5ee;border-radius:.75rem;border-left:3px solid #1D9E75}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.form-label .required{color:#ef4444;margin-left:2px}.form-input{width:100%;padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:.75rem;font-size:1rem;color:#111827;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#1d9e75;box-shadow:0 0 0 3px #1d9e751f}.form-input.is-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-select option{color:#111827}.form-error{display:none;font-size:.75rem;color:#ef4444;font-weight:500}.form-group.has-error .form-error{display:block}.session-group-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-top:.75rem;margin-bottom:.25rem}.session-info{margin-bottom:.25rem}.session-info__tag{display:inline-flex;align-items:center;gap:.25rem;background-color:#e1f5ee;color:#085041;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(29,158,117,.25)}.checkbox-group{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){.checkbox-group{grid-template-columns:1fr 1fr}}.checkbox-group--session{grid-template-columns:1fr 1fr}.checkbox-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1.5px solid #E5E7EB;border-radius:.75rem;cursor:pointer;transition:all .15s ease;position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.checkbox-card:hover{border-color:#5dcaa5;background-color:#e1f5ee}.checkbox-card.selected{border-color:#1d9e75;background-color:#e1f5ee;box-shadow:0 0 0 1px #1d9e75}.checkbox-card.selected .checkbox-card__tick{opacity:1;transform:scale(1)}.checkbox-card.selected .checkbox-card__label{color:#085041;font-weight:600}.checkbox-card__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.checkbox-card__icon{font-size:1.25rem;line-height:1;flex-shrink:0}.checkbox-card__label{font-size:.875rem;font-weight:500;color:#4b5563;transition:color .15s ease;flex:1;line-height:1.375}.checkbox-card__sublabel{font-size:.75rem;font-weight:600;color:#1d9e75;letter-spacing:.04em}.checkbox-card__tick{width:18px;height:18px;min-width:18px;border-radius:9999px;background-color:#1d9e75;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;opacity:0;transform:scale(.5);transition:opacity .15s ease,transform .15s ease}.footer{background-color:#085041;padding:3rem 0}.footer__container{max-width:1100px;margin:0 auto;padding:0 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer__container{padding:0 2rem}}.footer__brand{display:flex;align-items:center;gap:.5rem}.footer__brand-icon{font-size:1.5rem;color:#5dcaa5;line-height:1}.footer__brand-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em}.footer__tagline{font-size:.875rem;color:#fff9;font-style:italic;max-width:400px}.footer__divider{width:60px;height:1px;background-color:#fff3;margin:.5rem 0}.footer__copy{font-size:.75rem;color:#fff6;line-height:1.625}.footer__break{display:block}@media (min-width: 768px){.footer__break{display:inline}.footer__break:before{content:" — "}}.quiz-hero{background:linear-gradient(135deg,#085041,#0f6e56 60%,#1d9e75);padding:5rem 1rem 4rem;text-align:center;color:#fff}.quiz-hero__container{max-width:1100px;margin:0 auto}.quiz-hero__badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.25rem}.quiz-hero__title{font-size:2.25rem;font-weight:800;line-height:1.25;margin-bottom:1rem}@media (min-width: 768px){.quiz-hero__title{font-size:3rem}}.quiz-hero__subtitle{font-size:1.125rem;color:#ffffffd9;max-width:560px;margin:0 auto 2rem;line-height:1.625}.quiz-hero__meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.quiz-hero__meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#ffffffe6;font-weight:500}.quiz-hero__meta-item span:first-child{font-size:1.125rem}.quiz-subject-picker__label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;margin-bottom:1rem;text-align:center}.quiz-subject-picker__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.quiz-subject-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;width:148px;background:#fff;border:2px solid #E5E7EB;border-radius:1.5rem;cursor:pointer;transition:all .25s ease;text-align:center;box-shadow:0 1px 2px #0000000d}.quiz-subject-card:hover{border-color:#1d9e75;background:#e1f5ee;transform:translateY(-3px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.quiz-subject-card__icon{font-size:2.25rem;line-height:1}.quiz-subject-card__name{font-size:.875rem;font-weight:700;color:#111827;line-height:1.375}.quiz-subject-card__meta{font-size:.75rem;font-weight:500;color:#1d9e75;background:#e1f5ee;padding:.25rem .75rem;border-radius:9999px;border:1px solid rgba(29,158,117,.2)}.quiz-back-row{margin-bottom:1rem}.btn--quiz-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#4b5563;background:#fff;border:1px solid #D1D5DB;border-radius:9999px;padding:.5rem 1rem;cursor:pointer;transition:all .25s ease}.btn--quiz-back:hover{border-color:#1d9e75;color:#1d9e75;background:#e1f5ee}.quiz-section{background-color:#f9fafb;padding:3rem 1rem 5rem}.quiz-section__container{max-width:720px;margin:0 auto}.quiz-progress{margin-bottom:1.5rem}.quiz-progress__label{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#4b5563;font-weight:500;margin-bottom:.5rem}.quiz-progress__bar{height:6px;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.quiz-progress__fill{height:100%;background:linear-gradient(90deg,#1d9e75,#5dcaa5);border-radius:9999px;transition:width .4s ease}.quiz-card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;overflow:hidden}.quiz-card__header{background:linear-gradient(135deg,#085041,#0f6e56);padding:1.5rem 2rem;color:#fff}.quiz-card__topic{display:inline-block;background:#fff3;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem}.quiz-card__number{font-size:.875rem;color:#ffffffb3;font-weight:500;margin-bottom:.5rem}.quiz-card__question{font-size:1.25rem;font-weight:700;line-height:1.375;color:#fff}@media (min-width: 768px){.quiz-card__question{font-size:1.5rem}}.quiz-card__body{padding:2rem}@media (max-width: 480px){.quiz-card__body{padding:1.25rem}}.quiz-card__footer{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-top:1px solid #F3F4F6;gap:.75rem}@media (max-width: 480px){.quiz-card__footer{padding:1rem 1.25rem}}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{display:flex;align-items:flex-start;gap:1rem;width:100%;padding:1rem 1.25rem;background:#f9fafb;border:2px solid #E5E7EB;border-radius:.75rem;text-align:left;cursor:pointer;transition:all .25s ease}.quiz-option:hover:not(:disabled){border-color:#1d9e75;background:#e1f5ee;transform:translate(3px)}.quiz-option__letter{flex-shrink:0;width:32px;height:32px;border-radius:9999px;background:#e5e7eb;color:#374151;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.quiz-option__text{font-size:1rem;color:#111827;line-height:1.625;font-weight:500}.quiz-option.is-selected{border-color:#1d9e75;background:#e1f5ee}.quiz-option.is-selected .quiz-option__letter{background:#1d9e75;color:#fff}.quiz-option.is-correct{border-color:#059669;background:#ecfdf5}.quiz-option.is-correct .quiz-option__letter{background:#059669;color:#fff}.quiz-option.is-correct .quiz-option__text{color:#065f46;font-weight:600}.quiz-option.is-wrong{border-color:#dc2626;background:#fef2f2}.quiz-option.is-wrong .quiz-option__letter{background:#dc2626;color:#fff}.quiz-option.is-wrong .quiz-option__text{color:#991b1b}.quiz-option.is-dimmed{opacity:.45;cursor:default}.quiz-option:disabled{cursor:default}.quiz-option:disabled:hover{transform:none}.quiz-explanation{margin-top:1.5rem;padding:1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-left:4px solid #1D9E75;border-radius:.75rem}.quiz-explanation__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#085041;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.quiz-explanation__text{font-size:.875rem;color:#374151;line-height:1.625}.quiz-nav{display:flex;align-items:center;gap:.75rem}.quiz-nav--right{margin-left:auto}.btn--quiz-nav{padding:.75rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:600;transition:all .25s ease;border:2px solid transparent;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.btn--quiz-nav--prev{background:#fff;color:#4b5563;border-color:#d1d5db}.btn--quiz-nav--prev:hover:not(:disabled){border-color:#9ca3af;color:#1f2937}.btn--quiz-nav--next{background:#1d9e75;color:#fff;border-color:#1d9e75}.btn--quiz-nav--next:hover:not(:disabled){background:#0f6e56;border-color:#0f6e56;transform:translate(2px)}.btn--quiz-nav--submit{background:#085041;color:#fff;border-color:#085041;padding:.75rem 1.5rem}.btn--quiz-nav--submit:hover{background:#0f6e56;border-color:#0f6e56;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn--quiz-nav:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.results-card{background:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;overflow:hidden}.results-card__header{background:linear-gradient(135deg,#085041,#0f6e56);padding:2.5rem 2rem;text-align:center;color:#fff}.results-card__title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.results-card__subtitle{font-size:1rem;color:#fffc}.results-card__score-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.5rem 0 1rem}.results-card__score-number{font-size:4rem;font-weight:800;line-height:1;color:#fff}.results-card__score-total{font-size:1.5rem;color:#ffffffb3;font-weight:600}.results-card__score-pct{display:inline-block;background:#fff3;color:#fff;font-size:1.25rem;font-weight:700;padding:.25rem 1rem;border-radius:9999px;margin-bottom:1rem}.results-card__msg{font-size:1.125rem;color:#ffffffe6;font-weight:500}.results-card__body{padding:2rem}@media (max-width: 480px){.results-card__body{padding:1.25rem}}.results-card__review-heading{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #F3F4F6}.results-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;justify-content:center}.review-list{display:flex;flex-direction:column;gap:1rem}.review-item{border-radius:.75rem;overflow:hidden;border:1px solid #E5E7EB}.review-item--correct{border-color:#bbf7d0}.review-item--correct .review-item__header{background:#f0fdf4;border-bottom-color:#bbf7d0}.review-item--correct .review-item__icon{color:#059669}.review-item--wrong{border-color:#fecaca}.review-item--wrong .review-item__header{background:#fef2f2;border-bottom-color:#fecaca}.review-item--wrong .review-item__icon{color:#dc2626}.review-item__header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #F3F4F6}.review-item__icon{font-size:1.125rem;font-weight:700;width:24px;text-align:center}.review-item__q{font-size:.875rem;font-weight:600;color:#374151}.review-item__q em{font-style:normal;color:#1d9e75}.review-item__question,.review-item__answer,.review-item__correct,.review-item__explanation{padding:.5rem 1rem;font-size:.875rem;line-height:1.625}.review-item__question{color:#1f2937;font-weight:500;padding-top:.75rem}.review-item__answer{color:#4b5563}.review-item__correct{color:#065f46;font-weight:500}.review-item__explanation{background:#f8fafc;color:#4b5563;padding-bottom:1rem;border-top:1px dashed #E5E7EB;margin-top:.25rem}.quiz-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(20px);background:#111827;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:9999;white-space:nowrap}.quiz-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.quiz-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#ffffffd9;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);transition:all .25s ease;margin-bottom:1.5rem}.quiz-back:hover{background:#ffffff1a;color:#fff}.gallery-hero{background:linear-gradient(135deg,#085041,#0f6e56 60%,#1d9e75);padding:5rem 1rem 4rem;text-align:center;color:#fff}.gallery-hero__container{max-width:1100px;margin:0 auto}.gallery-hero__badge{display:inline-block;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.25rem}.gallery-hero__title{font-size:2.25rem;font-weight:800;margin-bottom:.75rem}@media (min-width: 768px){.gallery-hero__title{font-size:3rem}}.gallery-hero__subtitle{font-size:1.125rem;color:#fffc;max-width:500px;margin:0 auto;line-height:1.625}.gallery-section{background:#111827;padding:3rem 1rem 5rem}.gallery-section__container{max-width:960px;margin:0 auto}.carousel{display:flex;flex-direction:column;gap:1rem}.carousel__track{position:relative;width:100%;aspect-ratio:16/9;border-radius:1.5rem;overflow:hidden;background:#1f2937;cursor:grab}.carousel__track:active{cursor:grabbing}.carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.carousel__slide.is-active{opacity:1;pointer-events:auto}.carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff}.carousel__placeholder-icon{font-size:3rem;opacity:.6}.carousel__placeholder-label{font-size:1.25rem;font-weight:700;opacity:.9}.carousel__placeholder-sub{font-size:.875rem;opacity:.55}.carousel__caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.5rem 1.25rem;background:linear-gradient(to top,rgba(17,24,39,.85) 0%,transparent 100%);color:#fff}.carousel__caption-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.carousel__caption-sub{font-size:.875rem;color:#ffffffb3}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:9999px;background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:1.125rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.carousel__arrow:hover{background:#ffffff4d}.carousel__arrow--prev{left:1rem}.carousel__arrow--next{right:1rem}@media (min-width: 768px){.carousel__arrow{width:52px;height:52px}}.carousel__counter{position:absolute;top:1rem;right:1rem;background:#11182799;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;letter-spacing:.05em}.carousel__dots{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.carousel__dot{width:8px;height:8px;border-radius:9999px;background:#ffffff4d;border:none;cursor:pointer;transition:all .15s ease;padding:0}.carousel__dot.is-active{background:#5dcaa5;width:24px}.carousel__dot:hover:not(.is-active){background:#fff9}.carousel__thumbs{display:flex;justify-content:center;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#1D9E75 transparent}.carousel__thumbs::-webkit-scrollbar{height:4px}.carousel__thumbs::-webkit-scrollbar-track{background:transparent}.carousel__thumbs::-webkit-scrollbar-thumb{background:#1d9e75;border-radius:9999px}.carousel__thumb{flex-shrink:0;width:96px;height:64px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .15s ease,opacity .15s ease;opacity:.55}@media (min-width: 768px){.carousel__thumb{width:112px;height:72px}}.carousel__thumb.is-active{border-color:#5dcaa5;opacity:1}.carousel__thumb:hover:not(.is-active){opacity:.8}.carousel__thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.carousel__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.carousel__hint{text-align:center;font-size:.75rem;color:#ffffff59;margin-top:.5rem}.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;display:flex;align-items:center;gap:.75rem;background-color:#25d366;color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:9999px;box-shadow:0 4px 20px #25d36673,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:.875rem;font-weight:600;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.wa-float:hover{background-color:#1ebe5d;transform:translateY(-3px);box-shadow:0 8px 28px #25d3668c,0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.wa-float:active{transform:translateY(-1px)}.wa-float__icon{width:22px;height:22px;flex-shrink:0}@media (max-width: 480px){.wa-float__label{display:none}}@media (max-width: 480px){.wa-float{padding:1rem;border-radius:9999px}.wa-float__icon{width:26px;height:26px}}
