.hero{color:#fff;background:linear-gradient(145deg,#004d47 0,#00847d 50%,#006d66 100%)}.service-hero__content{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.service-hero__tag{background:#2dcbbd40;border:2px solid #2dcbbd80;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #2dcbbd33}@media (min-width:768px){.service-hero__tag{padding:10px 24px;font-size:16px}}.service-hero__tag i{color:#2dcbbd}.service-hero__title{color:#fff;text-shadow:0 4px 30px #0006,0 2px 10px #0000004d;margin-bottom:1rem;font-size:2.1rem}@media (min-width:768px){.service-hero__title{font-size:3rem}}@media (min-width:1200px){.service-hero__title{font-size:3.5rem}}.service-hero__subtitle{color:#fff;text-align:center;margin-bottom:0;font-size:1rem;line-height:1.8}@media (min-width:768px){.service-hero__subtitle{font-size:1.2rem}}.service-hero__actions{flex-direction:column;gap:12px;width:95%;margin-top:32px;display:flex}@media (min-width:768px){.service-hero__actions{flex-direction:row;gap:16px;width:auto}}.button--hero-outline,.button--hero-primary{cursor:pointer;transition:all var(--transition-base);border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 28px;font-size:1rem;font-weight:600;display:inline-flex}@media (min-width:768px){.button--hero-outline,.button--hero-primary{width:auto}}.button--hero-primary{color:#00423d;background:#2dcbbd;border:2px solid #2dcbbd;box-shadow:0 4px 20px #2dcbbd66}.button--hero-primary:hover{background:#3dd4c6;border-color:#3dd4c6;transform:translateY(-2px);box-shadow:0 6px 25px #2dcbbd80}.button--hero-outline{color:#fff;background:#ffffff1a;border:2px solid #fff9}.button--hero-outline:hover{background:#fff3;border-color:#fff;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:40px}@media (min-width:768px){.section-header{margin-bottom:60px}}.section-tag{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--pure-white);letter-spacing:1px;border-radius:50px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block;box-shadow:0 4px 15px #2dcbbd4d}@media (min-width:768px){.section-tag{padding:8px 24px;font-size:14px}}.section-title{color:var(--primary-color);margin-bottom:12px;font-size:1.8rem}@media (min-width:768px){.section-title{font-size:2.2rem}}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1rem}.intro-section{background:var(--pure-white)}.intro-section__header{text-align:center;margin-bottom:40px}.intro-section__header .section-title{margin-bottom:16px}.intro-section__header p{color:var(--text-body);max-width:800px;margin:0 auto;font-size:1.05rem;line-height:1.8}@media (min-width:768px){.intro-section__header p{font-size:1.15rem}}.intro-section__image{border-radius:var(--radius-lg);width:100%;max-width:700px;box-shadow:var(--shadow-lg);margin:0 auto 48px;overflow:hidden}.intro-section__image img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.intro-features{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:600px){.intro-features{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.intro-features{grid-template-columns:repeat(3,1fr);gap:24px}}@media (min-width:1400px){.intro-features{grid-template-columns:repeat(4,1fr)}}.intro-feature{background:var(--bg-light);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:flex-start;gap:16px;padding:20px;display:flex}.intro-feature:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.intro-feature__icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));width:48px;min-width:48px;height:48px;color:var(--pure-white);border-radius:var(--radius-md);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.intro-feature__content h3{color:var(--primary-color);margin-bottom:4px;font-size:1rem}.intro-feature__content p{color:var(--text-light);margin:0;font-size:.9rem;line-height:1.5}.intro-feature--featured{background:linear-gradient(135deg,#fffbeb 0,#fef3c7 100%);border:2px solid #f59e0b;grid-column:1/-1}.intro-feature--featured:hover{box-shadow:0 8px 25px #f59e0b40}.intro-feature--featured .intro-feature__icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.intro-feature--featured .intro-feature__content h3{color:#b45309}.intro-feature__content h3{text-align:left}.exercise-section{background:linear-gradient(#f8fafa 0,#fff 100%)}.exercise-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media (min-width:1200px){.exercise-flow{justify-content:center;gap:16px}}.exercise-step{text-align:center;background:var(--pure-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;max-width:280px;transition:all var(--transition-base);flex-direction:column;align-items:center;padding:30px 24px;display:flex;position:relative}@media (min-width:1200px){.exercise-step{width:180px;padding:24px 16px}}.exercise-step:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.exercise-step__number{background:var(--secondary-color);width:28px;height:28px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.exercise-step__icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));width:60px;height:60px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.5rem;display:flex}.exercise-step h3{color:var(--primary-color);margin-bottom:8px;font-size:1.1rem}.exercise-step p{color:var(--text-light);margin:0;font-size:.85rem;line-height:1.5}.exercise-arrow{color:var(--secondary-color);font-size:1.5rem;display:none}@media (min-width:1200px){.exercise-arrow{display:block}}.types-section{background:var(--pure-white)}.types-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.types-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.types-grid{grid-template-columns:repeat(4,1fr)}}.type-card{background:var(--bg-light);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);border:2px solid #0000;padding:32px 24px}.type-card:hover{box-shadow:var(--shadow-lg);border-color:var(--secondary-color);transform:translateY(-5px)}.type-card__icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));width:70px;height:70px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.8rem;display:flex}.type-card h3{color:var(--primary-color);margin-bottom:12px;font-size:1.2rem}.type-card p{color:var(--text-light);margin-bottom:16px;font-size:.95rem;line-height:1.6}.type-card__link{color:var(--secondary-color);transition:all var(--transition-fast);align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}.type-card__link:hover{color:var(--primary-color);gap:10px}.goal-section{background:linear-gradient(#f8fafa 0,#fff 100%)}.goal-section__content{flex-direction:column;align-items:center;gap:40px;display:flex}@media (min-width:1200px){.goal-section__content{flex-direction:row;gap:60px}}.goal-section__image{border-radius:var(--radius-lg);width:100%;max-width:80%;box-shadow:var(--shadow-lg);flex:1;order:2;overflow:hidden}@media (min-width:1200px){.goal-section__image{order:1;max-width:50%}}.goal-section__image img{width:100%;height:auto;display:block}.goal-section__text{text-align:center;flex:1}@media (min-width:1200px){.goal-section__text{text-align:left}}.goal-section__text .section-tag{display:inline-block}.goal-section__text .section-title{text-align:center}@media (min-width:1200px){.goal-section__text .section-title{text-align:left}}.goal-section__text>p{color:var(--text-body);margin-bottom:24px;font-size:1rem;line-height:1.8}.goal-examples{flex-direction:column;gap:16px;display:flex}.goal-example{background:var(--pure-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid var(--secondary-color);align-items:center;gap:16px;width:100%;padding:16px 20px;display:flex}.goal-example__icon{background:var(--bg-light);width:44px;min-width:44px;height:44px;color:var(--secondary-color);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.goal-example__content{text-align:left;flex:1}.goal-example__content h4{color:var(--primary-color);text-align:left;margin-bottom:2px;font-size:.95rem}.goal-example__content p{color:var(--text-light);margin:0;font-size:.9rem}.schedule-section{background:var(--pure-white)}.schedule-content{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.schedule-content{grid-template-columns:repeat(3,1fr)}}.schedule-card{background:var(--bg-light);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);padding:32px 24px}.schedule-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.schedule-card__icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));width:64px;height:64px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.5rem;display:flex}.schedule-card h3{color:var(--primary-color);margin-bottom:12px;font-size:1.1rem}.schedule-card p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.6}.purchase-section{background:linear-gradient(#f8fafa 0,#fff 100%)}.purchase-section__content{flex-direction:column;align-items:center;gap:40px;display:flex}@media (min-width:1200px){.purchase-section__content{flex-direction:row;gap:60px}}.purchase-section__text{flex:1}.purchase-section__text .section-tag{display:inline-block}.purchase-section__text .section-title{text-align:left}.purchase-section__text>p{color:var(--text-body);margin-bottom:24px;font-size:1rem;line-height:1.8}.purchase-section__image{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);flex:1;overflow:hidden}@media (min-width:1200px){.purchase-section__image{max-width:50%}}.purchase-section__image img{width:100%;height:auto;display:block}.interdisciplinary-section{background:var(--pure-white)}.interdisciplinary-content{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.interdisciplinary-content{grid-template-columns:repeat(3,1fr)}}.interdisciplinary-example{background:linear-gradient(180deg,#f8fafa 0,var(--pure-white) 100%);border-radius:var(--radius-lg);text-align:center;border:2px solid var(--bg-light);transition:all var(--transition-base);padding:32px 24px}.interdisciplinary-example:hover{box-shadow:var(--shadow-md);border-color:var(--secondary-color);transform:translateY(-5px)}.interdisciplinary-example__icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));width:70px;height:70px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.8rem;display:flex}.interdisciplinary-example h3{color:var(--primary-color);margin-bottom:12px;font-size:1.15rem}.interdisciplinary-example p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.6}.fa,.fa-solid,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;line-height:1;display:inline-block}.fa-brands,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;line-height:1;display:inline-block}.fa-user-md:before{content:""}.fa-walking:before{content:""}.fa-users-cog:before{content:""}.fa-project-diagram:before{content:""}.fa-shopping-cart:before{content:""}.fa-hands-helping:before{content:""}.fa-fire:before{content:""}.fa-balance-scale:before{content:""}.fa-spa:before{content:""}.fa-procedures:before{content:""}.fa-running:before{content:""}.fa-chair:before{content:""}.fa-ruler:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-percentage:before{content:""}
