/* TAIRA Signature V28 - public home experience */

body.home-v28 {
  --home-navy: #071a2f;
  --home-blue: #0e5d87;
  --home-cyan: #20b8ce;
  --home-gold: #f2c94c;
  --home-ink: #102033;
  --home-muted: #5c6b7e;
  --home-soft: #eef5f8;
  --home-line: rgba(7, 26, 47, .12);
  --home-shadow: 0 18px 54px rgba(7, 26, 47, .11);
  margin: 0;
  padding-top: 110px !important;
  color: var(--home-ink);
  background: #f7fafb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.home-v28 *,
.home-v28 *::before,
.home-v28 *::after {
  letter-spacing: 0;
}

.home-v28 h1,
.home-v28 h2,
.home-v28 h3,
.home-v28 h4,
.home-v28 strong,
.home-v28 .btn {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
}

.home-v28 .site-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.home-v28 .site-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v28 :focus-visible {
  outline: 3px solid rgba(32, 184, 206, .45);
  outline-offset: 3px;
}

.home-v28 .container {
  width: min(1240px, calc(100% - 48px));
}

.home-v28 .topbar {
  height: 36px;
  background: var(--home-navy);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.home-v28 .topbar .container {
  height: 36px;
}

.home-v28 .topbar-items {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
}

.home-v28 .topbar-item,
.home-v28 .topbar-campus {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, .84);
  white-space: nowrap;
}

.home-v28 .topbar-item > span,
.home-v28 .topbar-item > strong {
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-v28 .topbar-item .site-icon,
.home-v28 .topbar-campus .site-icon {
  width: 14px;
  height: 14px;
  color: var(--home-gold);
}

.home-v28 .topbar-campus {
  color: #fff;
  font-weight: 700;
}

.home-v28 .nav {
  top: 36px !important;
  height: 74px;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--home-line);
  box-shadow: none;
  backdrop-filter: blur(12px);
  transition: box-shadow .2s ease, background-color .2s ease;
}

.home-v28 .nav.is-scrolled {
  background: #fff;
  box-shadow: 0 10px 32px rgba(7, 26, 47, .09);
}

.home-v28 .nav-inner {
  height: 74px;
  gap: 22px;
}

.home-v28 .brand {
  min-width: 0;
  flex: 0 0 auto;
}

.home-v28 .brand-logo {
  width: 166px;
  max-height: 56px;
  object-fit: contain;
}

.home-v28 .menu {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 22px;
}

.home-v28 .menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  color: #34465b;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.home-v28 .menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--home-cyan);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.home-v28 .menu a:hover,
.home-v28 .menu a.active {
  color: var(--home-blue);
  background: transparent;
}

.home-v28 .menu a:hover::after,
.home-v28 .menu a.active::after {
  transform: scaleX(1);
}

.home-v28 .nav-actions {
  flex: 0 0 auto;
}

.home-v28 .nav-actions .btn {
  min-height: 42px;
  padding: 0 17px;
  background: var(--home-navy);
  box-shadow: none;
  color: #fff;
}

.home-v28 .btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.home-v28 .btn:hover {
  transform: translateY(-2px);
}

.home-v28 .btn-primary {
  background: var(--home-gold);
  color: #172233;
  box-shadow: 0 12px 32px rgba(242, 201, 76, .24);
}

.home-v28 .btn-dark {
  background: var(--home-navy);
  color: #fff;
  box-shadow: none;
}

.home-v28 .btn-outline {
  border: 1px solid rgba(14, 93, 135, .24);
  background: #fff;
  color: var(--home-blue);
}

.home-v28 .btn-secondary {
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(7, 26, 47, .42);
  color: #fff;
  backdrop-filter: blur(8px);
}

.home-v28 .btn .site-icon {
  width: 17px;
  height: 17px;
}

.home-v28 .hero-premium {
  position: relative;
  height: calc(100dvh - 142px);
  min-height: 600px !important;
  max-height: 740px;
  display: flex;
  align-items: center;
  padding: 36px 0 44px !important;
  background: var(--home-navy);
  isolation: isolate;
  overflow: hidden;
}

.home-v28 .hero-premium::before,
.home-v28 .hero-premium::after {
  display: none;
}

.home-v28 .hero-bg {
  position: absolute;
  inset: 0;
  background: var(--home-navy);
}

.home-v28 .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  transform: none;
}

.home-v28 .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 29, .96) 0%, rgba(4, 15, 29, .83) 37%, rgba(4, 15, 29, .26) 65%, rgba(4, 15, 29, .08) 100%),
    linear-gradient(0deg, rgba(4, 15, 29, .58) 0%, transparent 35%);
}

.home-v28 .hero-grid {
  position: relative;
  z-index: 2;
  display: block;
}

.home-v28 .hero-copy {
  width: min(690px, 62%);
  max-width: 690px;
  padding: 0;
}

.home-v28 .badge {
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  background: rgba(7, 26, 47, .4);
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-v28 .hero-brand-title {
  margin: 20px 0 4px;
  color: #fff;
  font-size: 76px;
  line-height: .92;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .18);
}

.home-v28 .hero-statement {
  max-width: 640px;
  margin: 0 0 14px !important;
  color: var(--home-gold) !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: 30px !important;
  line-height: 1.16;
  font-weight: 700;
  text-wrap: balance;
}

.home-v28 #heroSubtitle {
  max-width: 640px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.home-v28 .hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-v28 .hero-actions .btn {
  min-width: 0;
  box-shadow: none;
}

.home-v28 .hero-stats {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.home-v28 .stat {
  min-width: 0;
  padding: 15px 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-v28 .stat + .stat {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.home-v28 .stat strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.home-v28 .stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
  font-weight: 600;
}

.home-v28 .hero-highlights {
  display: flex;
  gap: 22px;
  margin-top: 18px;
}

.home-v28 .hero-highlights span {
  position: relative;
  padding: 0 0 0 15px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: none;
}

.home-v28 .hero-highlights span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-gold);
}

.home-v28 .trust-strip {
  margin: 0;
  padding: 30px 0 46px;
  background: #fff;
}

.home-v28 .trust-card {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.8fr);
  gap: 34px;
  align-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-v28 .trust-text {
  display: grid;
  gap: 9px;
}

.home-v28 .trust-text b {
  color: var(--home-ink);
  font-size: 24px !important;
  line-height: 1.15;
}

.home-v28 .trust-text span {
  color: var(--home-muted) !important;
  font-size: 14px;
  line-height: 1.55;
}

.home-v28 .trust-text::after {
  display: none;
}

.home-v28 .trust-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.home-v28 .trust-logo.convenio-card {
  min-height: 142px;
  padding: 16px !important;
  border: 1px solid var(--home-line) !important;
  border-radius: 8px !important;
  background: #f8fbfc !important;
  box-shadow: none;
}

.home-v28 .trust-logo.convenio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(7, 26, 47, .09);
}

.home-v28 .convenio-logo {
  width: 60px;
  height: 46px;
  border-radius: 6px;
}

.home-v28 .convenio-info strong {
  font-size: 14px;
}

.home-v28 .convenio-info p {
  font-size: 12px;
}

.home-v28 .section {
  padding: 82px 0;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.home-v28 .section-head {
  max-width: none;
  align-items: end;
  margin-bottom: 30px;
}

.home-v28 .section-head > div:first-child {
  max-width: 760px;
}

.home-v28 .eyebrow {
  margin-bottom: 9px;
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-v28 .title {
  color: var(--home-ink);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-v28 .lead {
  max-width: 720px;
  margin-top: 13px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.home-v28 #beneficios {
  background: #f7fafb;
}

.home-v28 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.home-v28 .benefit {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-v28 .benefit::before {
  width: 42px;
  height: 3px;
  inset: 0 auto auto 24px;
  background: var(--home-cyan);
}

.home-v28 .benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 93, 135, .24);
  box-shadow: var(--home-shadow);
}

.home-v28 .benefit-icon {
  width: auto;
  height: auto;
  margin: 18px 0 24px;
  display: block;
  border-radius: 0;
  background: transparent;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 800;
}

.home-v28 .benefit h3 {
  margin: 0 0 10px;
  color: var(--home-ink);
  font-size: 18px;
  line-height: 1.3;
}

.home-v28 .benefit p {
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.home-v28 .process-band {
  margin-top: 12px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.home-v28 .process-band > div {
  min-height: 98px;
  padding: 18px;
  border-radius: 0;
  background: #fff;
}

.home-v28 .process-band > div + div {
  border-left: 1px solid var(--home-line);
}

.home-v28 .process-band span {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: var(--home-navy);
  color: #fff;
  font-size: 13px;
}

.home-v28 .process-band small {
  color: var(--home-muted);
  font-weight: 500;
}

.home-v28 .mission-section {
  background: #fff;
}

.home-v28 .mission-grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
}

.home-v28 .mission-cards {
  gap: 12px;
}

.home-v28 .mission-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #f8fbfc;
  box-shadow: none;
}

.home-v28 .mission-card span {
  color: var(--home-blue);
  font-size: 11px;
}

.home-v28 .mission-card p {
  color: #405268;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.home-v28 .flyers-section {
  background: #eef5f8;
}

.home-v28 .programs {
  background: #fff;
}

.home-v28 .filters {
  max-width: 460px;
  justify-content: flex-end;
}

.home-v28 .filter-btn {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--home-line);
  border-radius: 5px;
  background: #fff;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
}

.home-v28 .filter-btn.active {
  border-color: var(--home-navy);
  background: var(--home-navy);
  color: #fff;
}

.home-v28 .carousel-shell {
  position: relative;
}

.home-v28 .flyers-track,
.home-v28 .programs-track {
  gap: 14px;
  padding: 4px 2px 22px;
  scrollbar-width: none;
}

.home-v28 .flyers-track::-webkit-scrollbar,
.home-v28 .programs-track::-webkit-scrollbar {
  display: none;
}

.home-v28 .flyer-card,
.home-v28 .program-card {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.home-v28 .flyer-card:hover,
.home-v28 .program-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--home-shadow);
}

.home-v28 .program-card {
  flex-basis: 360px;
  width: 360px;
}

.home-v28 .program-img {
  height: 220px;
  background: #dce8ee;
}

.home-v28 .program-img::after {
  background: linear-gradient(180deg, transparent 58%, rgba(7, 26, 47, .5));
}

.home-v28 .program-tag {
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .94);
  color: var(--home-blue);
  font-size: 10px;
  text-transform: uppercase;
}

.home-v28 .program-body,
.home-v28 .flyer-body {
  padding: 20px;
  gap: 11px;
}

.home-v28 .program-body h3,
.home-v28 .flyer-body h3 {
  color: var(--home-ink);
  font-size: 19px;
  line-height: 1.3;
}

.home-v28 .program-body p,
.home-v28 .flyer-body p {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.home-v28 .pill,
.home-v28 .flyer-sponsored-pill {
  padding: 6px 8px;
  border-radius: 4px;
  background: #eef5f8;
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 800;
}

.home-v28 .program-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.home-v28 .program-actions .btn,
.home-v28 .flyer-body > .btn {
  min-height: 42px;
  padding-inline: 14px;
  font-size: 12px;
}

.home-v28 .carousel-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: #fff;
  color: var(--home-navy);
  box-shadow: 0 8px 20px rgba(7, 26, 47, .09);
}

.home-v28 .carousel-fade {
  width: 50px;
}

.home-v28 .flyers-carousel:has(.empty-flyers) .carousel-btn,
.home-v28 .flyers-carousel:has(.empty-flyers) .carousel-fade {
  display: none;
}

.home-v28 .aula-section {
  padding: 88px 0;
  background: var(--home-navy);
}

.home-v28 .aula-section::before {
  display: none;
}

.home-v28 .aula-grid {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 64px;
}

.home-v28 .aula-section .title {
  color: #fff !important;
}

.home-v28 .aula-section .lead {
  color: rgba(255, 255, 255, .7) !important;
}

.home-v28 .steps {
  margin-top: 26px;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.home-v28 .step {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-v28 .step-num {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: var(--home-gold);
  font-size: 12px;
}

.home-v28 .step b {
  color: #fff;
}

.home-v28 .step span {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.home-v28 .aula-preview {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .24);
  backdrop-filter: none;
}

.home-v28 .screen {
  border-radius: 5px;
}

.home-v28 .screen-top {
  height: 42px;
}

.home-v28 .dot {
  width: 8px;
  height: 8px;
}

.home-v28 .lesson-row {
  border-radius: 6px;
}

.home-v28 .check {
  border-radius: 5px;
}

.home-v28 .app-section {
  padding: 72px 0;
  background: var(--home-gold);
}

.home-v28 .app-card {
  min-height: 360px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-v28 .app-card .eyebrow,
.home-v28 .app-card .title,
.home-v28 .app-card .lead {
  color: #172233;
}

.home-v28 .app-card .btn-primary {
  background: var(--home-navy);
  color: #fff;
}

.home-v28 .app-card .btn-secondary {
  border-color: rgba(7, 26, 47, .24);
  background: rgba(255, 255, 255, .55);
  color: var(--home-navy);
}

.home-v28 .app-phone {
  border: 8px solid var(--home-navy);
  border-radius: 24px;
  box-shadow: 0 22px 45px rgba(7, 26, 47, .18);
}

.home-v28 .team-section {
  background: #f7fafb;
}

.home-v28 .team-grid {
  gap: 14px;
}

.home-v28 .team-card {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.home-v28 .team-photo {
  background: #dfecef;
}

.home-v28 .team-body {
  padding: 20px;
}

.home-v28 .team-links a {
  border-radius: 4px;
}

.home-v28 .comments-section {
  background: #fff;
}

.home-v28 .testimonials-grid {
  gap: 12px;
}

.home-v28 .quote {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #f8fbfc;
  box-shadow: none;
}

.home-v28 .quote p {
  color: #405268;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.home-v28 .comment-form {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.home-v28 .contact-section {
  background: #eef5f8;
}

.home-v28 .contact-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: 14px;
}

.home-v28 .contact-card,
.home-v28 .contact-form {
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.home-v28 .contact-row {
  padding: 13px 0;
}

.home-v28 .contact-ico {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: #e8f3f6;
  color: var(--home-blue);
}

.home-v28 .field {
  gap: 7px;
}

.home-v28 .field label {
  color: #304358;
  font-size: 12px;
  font-weight: 700;
}

.home-v28 .field input,
.home-v28 .field textarea,
.home-v28 .field select {
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: #f8fbfc;
  color: var(--home-ink);
}

.home-v28 .field textarea {
  min-height: 118px;
}

.home-v28 .field input:focus,
.home-v28 .field textarea:focus,
.home-v28 .field select:focus {
  border-color: var(--home-cyan);
  box-shadow: 0 0 0 3px rgba(32, 184, 206, .12);
}

.home-v28 .payments-grid > *,
.home-v28 .payment-card {
  border-radius: 8px;
}

.home-v28 .footer {
  padding: 62px 0 28px;
  background: #061526;
}

.home-v28 .footer-grid {
  gap: 44px;
}

.home-v28 .footer-logo {
  width: 184px;
  max-height: 72px;
  border-radius: 6px;
}

.home-v28 .footer p,
.home-v28 .footer a,
.home-v28 .footer-legal,
.home-v28 .footer-bottom {
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.home-v28 .footer h4 {
  font-size: 13px;
  text-transform: uppercase;
}

.home-v28 .footer a:hover {
  color: var(--home-gold);
}

.home-v28 .whatsapp-float {
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 56px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(37, 211, 102, .24);
}

.home-v28 .whatsapp-float-label {
  display: none;
}

.home-v28 .flyer-modal-content {
  border-radius: 8px;
}

.home-v28 .flyer-zoom-tools,
.home-v28 .flyer-modal-close {
  border-radius: 6px;
}

.home-v28 .reveal-on-scroll.reveal-ready {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .48s ease, transform .48s ease;
}

.home-v28 .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.home-v28 .hamb {
  position: relative;
  z-index: 3002;
  width: 46px;
  height: 46px;
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: #fff;
  color: var(--home-navy);
  font-size: 0;
}

.home-v28 .hamb-svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.home-v28 .hamb-line {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .2s ease, opacity .2s ease;
}

.home-v28 .hamb[aria-expanded="true"] .hamb-line-top {
  transform: translateY(5px) rotate(45deg);
}

.home-v28 .hamb[aria-expanded="true"] .hamb-line-middle {
  opacity: 0;
}

.home-v28 .hamb[aria-expanded="true"] .hamb-line-bottom {
  transform: translateY(-5px) rotate(-45deg);
}

@media (max-width: 1100px) {
  .home-v28 .menu {
    gap: 15px;
  }

  .home-v28 .menu a {
    font-size: 13px;
  }

  .home-v28 .hero-copy {
    width: min(650px, 68%);
  }

  .home-v28 .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-v28 .benefit {
    min-height: 220px;
  }
}

@media (max-width: 980px) {
  body.home-v28,
  body.home-v28.has-topbar {
    padding-top: 68px !important;
  }

  .home-v28 .topbar {
    display: none;
  }

  .home-v28 .nav,
  .home-v28.has-topbar .nav {
    top: 0 !important;
    height: 68px;
  }

  .home-v28 .nav-inner {
    height: 68px !important;
  }

  .home-v28 .brand-logo {
    width: 142px;
    max-height: 50px;
  }

  .home-v28 .hamb {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .home-v28 .menu {
    position: fixed !important;
    inset: auto !important;
    top: 68px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 2998 !important;
    width: min(88vw, 360px) !important;
    height: calc(100dvh - 68px);
    padding: 22px !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid var(--home-line);
    border-radius: 0 !important;
    background: #fff;
    box-shadow: -20px 0 50px rgba(7, 26, 47, .16);
    transform: translateX(104%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .24s ease, visibility .24s ease;
  }

  .home-v28 .menu.show {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .home-v28 .menu a {
    width: 100% !important;
    min-height: 50px;
    padding: 0 10px !important;
    border-bottom: 1px solid var(--home-line);
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 15px;
  }

  .home-v28 .menu a::after {
    top: 14px;
    right: auto;
    bottom: 14px;
    left: 0;
    width: 3px;
    height: auto;
    transform: scaleY(0);
  }

  .home-v28 .menu a.active::after,
  .home-v28 .menu a:hover::after {
    transform: scaleY(1);
  }

  .home-v28 .nav-actions {
    display: none;
  }

  .home-v28 .mobile-overlay {
    top: 68px !important;
    z-index: 2997;
    background: rgba(4, 15, 29, .5);
    backdrop-filter: blur(3px);
  }

  .home-v28 .hero-premium {
    height: calc(100dvh - 98px);
    min-height: 560px !important;
    max-height: 720px;
    padding: 34px 0 36px !important;
  }

  .home-v28 .hero-bg img {
    object-position: 60% center;
  }

  .home-v28 .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 15, 29, .95) 0%, rgba(4, 15, 29, .76) 52%, rgba(4, 15, 29, .18) 100%),
      linear-gradient(0deg, rgba(4, 15, 29, .72) 0%, transparent 45%);
  }

  .home-v28 .hero-copy {
    width: min(620px, 74%);
  }

  .home-v28 .hero-brand-title {
    font-size: 62px;
  }

  .home-v28 .hero-statement {
    font-size: 26px !important;
  }

  .home-v28 .trust-card,
  .home-v28 .mission-grid,
  .home-v28 .aula-grid,
  .home-v28 .contact-grid {
    grid-template-columns: 1fr;
  }

  .home-v28 .trust-logos {
    grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .home-v28 .trust-logo.convenio-card {
    scroll-snap-align: start;
  }

  .home-v28 .mission-grid,
  .home-v28 .aula-grid {
    gap: 34px;
  }

  .home-v28 .contact-grid {
    gap: 12px;
  }

  .home-v28 .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .home-v28 .footer-grid > div:last-child {
    grid-column: 2 / -1;
  }
}

@media (max-width: 640px) {
  .home-v28 .container {
    width: min(100% - 30px, 1240px);
  }

  .home-v28 .brand-logo {
    width: 132px;
  }

  .home-v28 .hero-premium {
    height: calc(100dvh - 100px);
    min-height: 520px !important;
    max-height: 690px;
    padding: 26px 0 28px !important;
    align-items: flex-end;
  }

  .home-v28 .hero-bg img {
    object-position: 62% center;
  }

  .home-v28 .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 15, 29, .08) 0%, rgba(4, 15, 29, .28) 30%, rgba(4, 15, 29, .96) 73%, rgba(4, 15, 29, 1) 100%);
  }

  .home-v28 .hero-copy {
    width: 100%;
    max-width: none;
  }

  .home-v28 .badge {
    min-height: 26px;
    font-size: 9px;
  }

  .home-v28 .hero-brand-title {
    margin-top: 13px;
    font-size: 48px;
  }

  .home-v28 .hero-statement {
    margin-bottom: 8px !important;
    font-size: 23px !important;
    line-height: 1.14;
  }

  .home-v28 #heroSubtitle {
    display: -webkit-box;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-v28 .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .home-v28 .hero-actions .btn {
    min-width: 0;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }

  .home-v28 .hero-actions .btn-whatsapp,
  .home-v28 .hero-actions .btn-install {
    display: none !important;
  }

  .home-v28 .hero-stats {
    margin-top: 15px;
  }

  .home-v28 .stat {
    display: block !important;
    padding: 11px 8px 0 0;
  }

  .home-v28 .stat + .stat {
    padding-left: 8px;
  }

  .home-v28 .stat strong {
    display: block !important;
    font-size: 18px;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .home-v28 .stat span {
    font-size: 9px;
    line-height: 1.25;
    overflow-wrap: normal;
    hyphens: none;
  }

  .home-v28 .hero-highlights {
    display: none;
  }

  .home-v28 .trust-strip {
    padding: 30px 0 38px;
  }

  .home-v28 .trust-card {
    gap: 22px;
  }

  .home-v28 .trust-text b {
    font-size: 22px !important;
  }

  .home-v28 .trust-logos {
    margin-inline: -15px;
    padding-inline: 15px;
    grid-template-columns: repeat(3, 76vw) !important;
  }

  .home-v28 .section {
    padding: 62px 0;
    contain-intrinsic-size: 820px;
  }

  .home-v28 .section-head {
    margin-bottom: 24px;
  }

  .home-v28 .title {
    font-size: 32px;
    line-height: 1.16;
  }

  .home-v28 .lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-v28 .benefits-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-v28 .benefit {
    min-height: 0;
    padding: 21px;
  }

  .home-v28 .benefit-icon {
    margin: 12px 0 16px;
  }

  .home-v28 .process-band {
    grid-template-columns: 1fr;
  }

  .home-v28 .process-band > div {
    min-height: 88px;
  }

  .home-v28 .process-band > div + div {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-v28 .mission-cards {
    grid-template-columns: 1fr;
  }

  .home-v28 .mission-card,
  .home-v28 .mission-wide {
    grid-column: auto;
    min-height: 0;
  }

  .home-v28 .filters {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .home-v28 .filter-btn {
    flex: 0 0 auto;
  }

  .home-v28 .program-card {
    flex-basis: 84vw;
    width: 84vw;
  }

  .home-v28 .flyer-card {
    flex-basis: 82vw;
    width: 82vw;
  }

  .home-v28 .carousel-btn,
  .home-v28 .carousel-fade {
    display: none;
  }

  .home-v28 .programs-track,
  .home-v28 .flyers-track {
    margin-inline: -15px;
    padding-inline: 15px;
    scroll-padding-inline: 15px;
  }

  .home-v28 .aula-section {
    padding: 66px 0;
  }

  .home-v28 .screen-body {
    padding: 17px;
  }

  .home-v28 .screen-body h3 {
    font-size: 20px !important;
  }

  .home-v28 .lesson-row {
    padding: 10px;
  }

  .home-v28 .app-section {
    padding: 60px 0;
  }

  .home-v28 .app-card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-v28 .app-mockup {
    display: grid;
    min-height: 280px;
  }

  .home-v28 .app-phone {
    transform: none;
  }

  .home-v28 .team-grid,
  .home-v28 .testimonials-grid {
    display: flex;
    gap: 10px;
    margin-inline: -15px;
    padding: 2px 15px 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-v28 .team-grid::-webkit-scrollbar,
  .home-v28 .testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .home-v28 .team-card {
    position: relative !important;
    inset: auto !important;
    width: 78vw !important;
    min-width: 78vw;
    display: flex !important;
    padding: 0 !important;
    flex-direction: column !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    scroll-snap-align: start;
  }

  .home-v28 .team-photo {
    min-height: 220px;
  }

  .home-v28 .quote {
    width: 80vw;
    min-width: 80vw;
    scroll-snap-align: start;
  }

  .home-v28 .comment-form,
  .home-v28 .contact-card,
  .home-v28 .contact-form {
    padding: 20px;
  }

  .home-v28 .form-grid {
    grid-template-columns: 1fr;
  }

  .home-v28 .field.full {
    grid-column: auto;
  }

  .home-v28 .footer {
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }

  .home-v28 .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .home-v28 .footer-grid > div:first-child,
  .home-v28 .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .home-v28 .footer-bottom {
    flex-direction: column;
  }

  .home-v28 .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 360px) {
  .home-v28 .hero-brand-title {
    font-size: 42px;
  }

  .home-v28 .hero-statement {
    font-size: 20px !important;
  }

  .home-v28 .hero-actions .btn {
    font-size: 11px;
  }

  .home-v28 .title {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v28 *,
  .home-v28 *::before,
  .home-v28 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
