html,
body {
  margin: 0;
  padding: 0;
}
.s26 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1d1d1f;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.s26 * {
  box-sizing: border-box;
}
.s26 a {
  text-decoration: none;
}
.s26 .s26-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
}
.s26 .s26-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.s26 .s26-nav.scrolled {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.s26 .s26-nav .s26-nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 0;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s26 .s26-nav .s26-logo img {
  height: 56px;
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease;
}
.s26 .s26-nav.scrolled .s26-logo img {
  filter: brightness(0) invert(24%) sepia(86%) saturate(680%) hue-rotate(154deg) brightness(88%) contrast(101%);
}
.s26 .s26-nav .s26-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.s26 .s26-nav .s26-nav-links a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 0.2s ease;
}
.s26 .s26-nav .s26-nav-links a:hover {
  color: #67E2C5;
}
.s26 .s26-nav .s26-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.s26 .s26-nav .s26-nav-actions a.s26-try {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.s26 .s26-nav .s26-nav-actions a.s26-try:hover {
  color: #67E2C5;
}
.s26 .s26-nav .s26-nav-actions a.s26-enter {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #67E2C5;
  padding: 6px 16px;
  border-radius: 999px;
  transition: background-color 0.2s ease;
}
.s26 .s26-nav .s26-nav-actions a.s26-enter:hover {
  background: #4BB6A2;
}
.s26 .s26-nav.scrolled .s26-nav-links a {
  color: #01586B;
}
.s26 .s26-nav.scrolled .s26-nav-links a:hover {
  color: #1d1d1f;
}
.s26 .s26-nav.scrolled .s26-nav-actions a.s26-try {
  color: #01586B;
}
.s26 .s26-nav.scrolled .s26-nav-actions a.s26-try:hover {
  color: #1d1d1f;
}
.s26 .s26-nav .s26-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #01586B;
  font-size: 18px;
  cursor: pointer;
}
.s26 .s26-nav .s26-mobile-menu {
  display: none;
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 20px;
  flex-direction: column;
  gap: 20px;
}
.s26 .s26-nav .s26-mobile-menu.open {
  display: flex;
}
.s26 .s26-nav .s26-mobile-menu a {
  font-size: 15px;
  color: #1d1d1f;
}
.s26 .s26-nav .s26-mobile-menu hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}
.s26 .s26-nav .s26-mobile-menu a.s26-try {
  color: #6e6e73;
}
.s26 .s26-nav .s26-mobile-menu a.s26-enter {
  background: #0071e3;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  text-align: center;
  font-weight: 500;
}
.s26 .s26-hero {
  position: relative;
  min-height: max(600px, 100vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0A7E9E;
  overflow: hidden;
}
.s26 .s26-hero .s26-hero-bg {
  position: absolute;
  inset: 0;
}
.s26 .s26-hero .s26-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}
.s26 .s26-hero .s26-hero-bg .s26-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 126, 158, 0.1), transparent, #01586B);
}
.s26 .s26-hero .s26-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.s26 .s26-hero .s26-hero-content .s26-eyebrow {
  color: #67E2C5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.s26 .s26-hero .s26-hero-content h1 {
  font-size: 52px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.04;
  margin: 0 0 24px;
  font-weight: 300;
}
.s26 .s26-hero .s26-hero-content h1 strong {
  font-weight: 700;
}
.s26 .s26-hero .s26-hero-content .s26-hero-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 40px;
  font-weight: 300;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions a {
  font-size: 17px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 999px;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions .s26-btn-primary {
  background: #67E2C5;
  color: #fff;
  transition: background-color 0.2s ease;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions .s26-btn-primary:hover {
  background: #4BB6A2;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions .s26-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease;
}
.s26 .s26-hero .s26-hero-content .s26-hero-actions .s26-btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
}
.s26 .s26-hero .s26-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.3);
}
.s26 .s26-hero .s26-scroll-hint span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.s26 .s26-hero .s26-scroll-hint i {
  animation: s26-bounce 2s infinite;
}
@keyframes s26-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.s26 .s26-stats {
  background: #fff;
  padding: 64px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.s26 .s26-stats .s26-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.s26 .s26-stats .s26-stat-value {
  font-size: 42px;
  font-weight: 700;
  color: #01586B;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
}
.s26 .s26-stats .s26-stat-label {
  font-size: 13px;
  color: #6e6e73;
}
.s26 .s26-features {
  background: #f5f5f7;
  padding: 96px 0;
}
.s26 .s26-features .s26-section-head {
  text-align: center;
  margin-bottom: 64px;
}
.s26 .s26-features .s26-section-head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #67E2C5;
  margin: 0 0 16px;
}
.s26 .s26-features .s26-section-head p {
  font-size: 19px;
  color: #6e6e73;
  max-width: 32rem;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.6;
}
.s26 .s26-features .s26-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.s26 .s26-features .s26-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  transition: box-shadow 0.2s ease;
}
.s26 .s26-features .s26-feature-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.s26 .s26-features .s26-feature-card .s26-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 113, 227, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #0071e3;
  font-size: 18px;
  transition: background-color 0.2s ease;
}
.s26 .s26-features .s26-feature-card:hover .s26-feature-icon {
  background: rgba(0, 113, 227, 0.18);
}
.s26 .s26-features .s26-feature-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #01586B;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.s26 .s26-features .s26-feature-card p {
  font-size: 15px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0;
}
.s26 .s26-cinematic {
  position: relative;
  min-height: max(380px, 55vh);
  overflow: hidden;
  background: #0A7E9E;
}
.s26 .s26-cinematic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.s26 .s26-cinematic .s26-cinematic-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 126, 158, 0.7), transparent);
}
.s26 .s26-cinematic .s26-cinematic-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s26 .s26-cinematic .s26-cinematic-content p {
  color: #67E2C5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.s26 .s26-cinematic .s26-cinematic-content h2 {
  font-size: 36px;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.08;
  max-width: 42rem;
  margin: 0;
  font-weight: 300;
}
.s26 .s26-cinematic .s26-cinematic-content h2 strong {
  font-weight: 700;
}
.s26 .s26-categories {
  background: #fff;
  padding: 96px 0;
}
.s26 .s26-categories .s26-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.s26 .s26-categories .s26-section-head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #01586B;
  margin: 0 0 16px;
}
.s26 .s26-categories .s26-section-head p {
  font-size: 19px;
  color: #6e6e73;
  font-weight: 300;
  margin: 0;
}
.s26 .s26-categories .s26-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.s26 .s26-categories .s26-cat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.s26 .s26-categories .s26-cat-card:hover {
  border-color: rgba(1, 88, 107, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.s26 .s26-categories .s26-cat-card .s26-cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
}
.s26 .s26-categories .s26-cat-card .s26-cat-body {
  flex: 1;
  min-width: 0;
}
.s26 .s26-categories .s26-cat-card .s26-cat-title {
  font-weight: 600;
  color: #01586B;
  font-size: 15px;
}
.s26 .s26-categories .s26-cat-card .s26-cat-sub {
  font-size: 13px;
  color: #6e6e73;
}
.s26 .s26-categories .s26-cat-card .s26-cat-arrow {
  color: #6e6e73;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}
.s26 .s26-categories .s26-cat-card:hover .s26-cat-arrow {
  color: #0071e3;
  transform: translateX(2px);
}
.s26 .s26-categories .s26-cat-more {
  text-align: center;
  margin-top: 40px;
}
.s26 .s26-categories .s26-cat-more a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #67E2C5;
  font-weight: 500;
  font-size: 17px;
}
.s26 .s26-categories .s26-cat-more a:hover {
  text-decoration: underline;
}
.s26 .s26-bg-blue {
  background: #3b82f6;
}
.s26 .s26-bg-purple {
  background: #a855f7;
}
.s26 .s26-bg-pink {
  background: #ec4899;
}
.s26 .s26-bg-orange {
  background: #f97316;
}
.s26 .s26-bg-green {
  background: #22c55e;
}
.s26 .s26-bg-indigo {
  background: #6366f1;
}
.s26 .s26-testimonials {
  background: #01586B;
  padding: 96px 0;
}
.s26 .s26-testimonials .s26-section-head {
  text-align: center;
  margin-bottom: 56px;
}
.s26 .s26-testimonials .s26-section-head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 16px;
}
.s26 .s26-testimonials .s26-section-head p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  margin: 0;
}
.s26 .s26-testimonials .s26-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.s26 .s26-testimonials .s26-testi-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  transition: background-color 0.2s ease;
}
.s26 .s26-testimonials .s26-testi-card:hover {
  background: rgba(255, 255, 255, 0.09);
}
.s26 .s26-testimonials .s26-testi-card .s26-stars {
  margin-bottom: 20px;
  color: #facc15;
  font-size: 13px;
}
.s26 .s26-testimonials .s26-testi-card .s26-stars i {
  margin-right: 2px;
}
.s26 .s26-testimonials .s26-testi-card .s26-quote {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.s26 .s26-testimonials .s26-testi-card .s26-testi-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.s26 .s26-testimonials .s26-testi-card .s26-testi-person .s26-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.s26 .s26-testimonials .s26-testi-card .s26-testi-person .s26-testi-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.s26 .s26-testimonials .s26-testi-card .s26-testi-person .s26-testi-role {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
}
.s26 .s26-pricing {
  background: #f5f5f7;
  padding: 96px 0;
}
.s26 .s26-pricing .s26-section-head {
  text-align: center;
  margin-bottom: 56px;
}
.s26 .s26-pricing .s26-section-head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #01586B;
  margin: 0 0 16px;
}
.s26 .s26-pricing .s26-section-head p {
  font-size: 19px;
  color: #6e6e73;
  font-weight: 300;
  margin: 0;
}
.s26 .s26-final-cta {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
  background: #0A7E9E;
  text-align: center;
}
.s26 .s26-final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}
.s26 .s26-final-cta .s26-final-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10, 126, 158, 0.6), transparent, rgba(1, 88, 107, 0.6));
}
.s26 .s26-final-cta .s26-final-content {
  position: relative;
  z-index: 10;
}
.s26 .s26-final-cta .s26-final-content h2 {
  font-size: 56px;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  line-height: 1.04;
  font-weight: 300;
}
.s26 .s26-final-cta .s26-final-content h2 strong {
  font-weight: 700;
}
.s26 .s26-final-cta .s26-final-content p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 auto 40px;
  max-width: 28rem;
  font-weight: 300;
  line-height: 1.6;
}
.s26 .s26-final-cta .s26-final-content a.s26-btn-primary {
  display: inline-block;
  background: #67E2C5;
  color: #fff;
  padding: 16px 48px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.s26 .s26-final-cta .s26-final-content a.s26-btn-primary:hover {
  background: #4BB6A2;
}
.s26 .s26-final-cta .s26-final-content .s26-final-note {
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
  margin-top: 20px;
}
.s26 .s26-footer {
  background: #01586B;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.s26 .s26-footer .s26-footer-inner {
  padding: 56px 0;
}
.s26 .s26-footer .s26-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
.s26 .s26-footer h4 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 16px;
}
.s26 .s26-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s26 .s26-footer ul li {
  margin-bottom: 32px;
}
.s26 .s26-footer ul a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transition: color 0.2s ease;
}
.s26 .s26-footer ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.s26 .s26-footer .s26-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.s26 .s26-footer .s26-footer-bottom img.s26-simplifica {
  height: 64px;
  width: auto;
  object-fit: contain;
  transition: opacity 0.2s ease;
}
.s26 .s26-footer .s26-footer-bottom img.s26-simplifica:hover {
  opacity: 0.8;
}
.s26 .s26-footer .s26-footer-bottom .s26-footer-copy {
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.s26 .s26-footer .s26-footer-bottom img.s26-icon-white {
  height: 44px;
  width: 44px;
  object-fit: contain;
  opacity: 0.5;
}
.s26 .s26-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  border: none;
}
.s26 .s26-btn-mint {
  background: #67E2C5;
  color: #fff;
}
.s26 .s26-btn-mint:hover {
  background: #4BB6A2;
}
.s26 .s26-btn-dark {
  background: #01586B;
  color: #fff;
}
.s26 .s26-btn-dark:hover {
  background: #0071e3;
}
.s26 .s26-btn-outline-dark {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #01586B;
}
.s26 .s26-btn-outline-dark:hover {
  border-color: #01586B;
}
.s26 .s26-page-hero {
  background: linear-gradient(135deg, #0A7E9E, #01586B);
  padding: 172px 0 80px;
  text-align: center;
}
.s26 .s26-page-hero .s26-eyebrow {
  color: #67E2C5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.s26 .s26-page-hero h1 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  line-height: 1.15;
}
.s26 .s26-page-hero .s26-page-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 36rem;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.6;
}
.s26 .s26-content-section {
  padding: 72px 0;
}
.s26 .s26-content-section.s26-bg-gray {
  background: #f5f5f7;
}
.s26 .s26-content-section.s26-bg-white {
  background: #fff;
}
.s26 .s26-content-section.s26-bg-dark {
  background: #01586B;
}
.s26 .s26-content-section.s26-bg-dark .s26-section-head h2 {
  color: #fff;
}
.s26 .s26-content-section.s26-bg-dark .s26-section-head p {
  color: rgba(255, 255, 255, 0.5);
}
.s26 .s26-prose {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: #6e6e73;
}
.s26 .s26-prose p {
  margin: 0 0 20px;
}
.s26 .s26-cta-section {
  text-align: center;
}
.s26 .s26-cta-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #01586B;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.s26 .s26-cta-section p {
  font-size: 16px;
  color: #6e6e73;
  margin: 0 auto 28px;
  max-width: 32rem;
}
.s26 .s26-cta-section .s26-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.s26 .s26-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s26 .s26-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}
.s26 .s26-info-card .s26-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(0, 113, 227, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #0071e3;
  font-size: 18px;
}
.s26 .s26-info-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #01586B;
  margin: 0 0 8px;
}
.s26 .s26-info-card p {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0;
}
.s26 .s26-video-wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.s26 .s26-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.s26 .s26-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s26 .s26-team-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}
.s26 .s26-team-card .s26-avatar {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  font-size: 16px;
}
.s26 .s26-team-card .s26-team-name {
  font-size: 14px;
  font-weight: 600;
  color: #01586B;
}
.s26 .s26-team-card .s26-team-role {
  font-size: 12px;
  color: #6e6e73;
  margin-top: 2px;
}
.s26 .s26-category-detail {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.s26 .s26-category-detail:last-child {
  border-bottom: none;
}
.s26 .s26-category-detail .s26-cat-detail-media,
.s26 .s26-category-detail .s26-cat-detail-body {
  width: 100%;
}
.s26 .s26-category-detail .s26-cat-detail-media img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.s26 .s26-category-detail .s26-cat-detail-eyebrow {
  color: #0071e3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.s26 .s26-category-detail h2 {
  font-size: 26px;
  font-weight: 700;
  color: #01586B;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.s26 .s26-category-detail p.s26-cat-detail-desc {
  font-size: 15px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0 0 20px;
}
.s26 .s26-category-detail .s26-cat-detail-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.s26 .s26-category-detail .s26-cat-detail-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #6e6e73;
  margin-bottom: 10px;
  line-height: 1.5;
}
.s26 .s26-category-detail .s26-cat-detail-features li i {
  color: #0071e3;
  margin-top: 3px;
  flex-shrink: 0;
}
.s26 .s26-partner-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #f5f5f7;
  border-radius: 16px;
  padding: 32px;
  transition: box-shadow 0.2s ease;
}
.s26 .s26-partner-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.s26 .s26-partner-card .s26-partner-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.s26 .s26-partner-card .s26-partner-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  flex-shrink: 0;
}
.s26 .s26-partner-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #01586B;
  margin: 0;
}
.s26 .s26-partner-card p {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0;
}
.s26 .s26-partner-card .s26-partner-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #0071e3;
}
.s26 .s26-partner-card .s26-partner-link:hover {
  text-decoration: underline;
}
.s26 .s26-bg-teal {
  background: #14b8a6;
}
.s26 .s26-studies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s26 .s26-study-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.s26 .s26-study-card .s26-study-icon {
  color: #0071e3;
  font-size: 20px;
}
.s26 .s26-study-card .s26-study-date {
  font-size: 12px;
  color: #6e6e73;
  display: flex;
  align-items: center;
  gap: 6px;
}
.s26 .s26-study-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #01586B;
  margin: 0;
}
.s26 .s26-study-card p {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.s26 .s26-study-card .s26-study-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #0071e3;
  padding: 10px 20px;
  border-radius: 999px;
  transition: background-color 0.2s ease;
}
.s26 .s26-study-card .s26-study-cta:hover {
  background: #0077ed;
}
.s26 .s26-training-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s26 .s26-training-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.s26 .s26-training-card .s26-training-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  margin-bottom: 20px;
}
.s26 .s26-training-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #01586B;
  margin: 0 0 6px;
}
.s26 .s26-training-card .s26-training-meta {
  font-size: 13px;
  color: #6e6e73;
  margin: 0 0 14px;
}
.s26 .s26-training-card p.s26-training-desc {
  font-size: 14px;
  color: #6e6e73;
  line-height: 1.6;
  margin: 0 0 18px;
}
.s26 .s26-training-card .s26-training-topics {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.s26 .s26-training-card .s26-training-topics li {
  font-size: 13px;
  color: #6e6e73;
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
}
.s26 .s26-training-card .s26-training-topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0071e3;
}
.s26 .s26-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.s26 .s26-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.s26 .s26-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s26 .s26-form-field label {
  font-size: 13px;
  font-weight: 600;
  color: #01586B;
}
.s26 .s26-form-field input[type="text"],
.s26 .s26-form-field input[type="email"],
.s26 .s26-form-field input[type="tel"],
.s26 .s26-form-field input[type="date"],
.s26 .s26-form-field select,
.s26 .s26-form-field textarea {
  font-family: inherit;
  font-size: 15px;
  color: #1d1d1f;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
}
.s26 .s26-form-field input[type="text"]:focus,
.s26 .s26-form-field input[type="email"]:focus,
.s26 .s26-form-field input[type="tel"]:focus,
.s26 .s26-form-field input[type="date"]:focus,
.s26 .s26-form-field select:focus,
.s26 .s26-form-field textarea:focus {
  border-color: #0071e3;
}
.s26 .s26-form-field textarea {
  resize: vertical;
  min-height: 120px;
}
.s26 .s26-form-field-full {
  grid-column: 1 / -1;
}
.s26 .s26-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: 1 / -1;
}
.s26 .s26-form-checkbox input {
  margin-top: 3px;
}
.s26 .s26-form-checkbox label {
  font-size: 13px;
  color: #6e6e73;
  font-weight: 400;
}
.s26 .s26-form-submit {
  grid-column: 1 / -1;
  display: inline-block;
  background: #67E2C5;
  color: #fff;
  border: none;
  padding: 14px 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}
.s26 .s26-form-submit:hover {
  background: #4BB6A2;
}
.s26 .s26-form-note {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #6e6e73;
  text-align: center;
  margin: 0;
}
.s26 .s26-form-message {
  grid-column: 1 / -1;
  display: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 12px 16px;
  border-radius: 10px;
}
.s26 .s26-form-message.is-visible {
  display: block;
}
.s26 .s26-form-message.is-success {
  background: rgba(34, 197, 94, 0.12);
  color: #199145;
}
.s26 .s26-form-message.is-error {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}
.s26 .s26-file-upload {
  display: block;
  border: 2px dashed rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  cursor: pointer;
  color: #6e6e73;
  font-size: 14px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.s26 .s26-file-upload i {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #0071e3;
}
.s26 .s26-file-upload:hover {
  border-color: #0071e3;
  background: rgba(0, 113, 227, 0.04);
}
.s26 .s26-file-upload-name {
  font-size: 13px;
  color: #01586B;
  margin-top: 10px;
}
.s26 .s26-file-input {
  display: none;
}
.s26 .s26-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.s26 .s26-contact-info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.s26 .s26-contact-info-item i {
  color: #0071e3;
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 20px;
}
.s26 .s26-contact-info-item h4 {
  font-size: 13px;
  font-weight: 600;
  color: #01586B;
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.s26 .s26-contact-info-item p,
.s26 .s26-contact-info-item a {
  font-size: 15px;
  color: #6e6e73;
  margin: 0;
  line-height: 1.6;
}
.s26 .s26-contact-info-item a {
  color: #0071e3;
}
.s26 .s26-legal {
  max-width: 760px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.75;
  color: #6e6e73;
}
.s26 .s26-legal h2 {
  font-size: 22px;
  font-weight: 700;
  color: #01586B;
  margin: 48px 0 16px;
}
.s26 .s26-legal h3 {
  font-size: 17px;
  font-weight: 600;
  color: #01586B;
  margin: 28px 0 12px;
}
.s26 .s26-legal h4 {
  font-size: 14px;
  font-weight: 600;
  color: #01586B;
  margin: 20px 0 8px;
}
.s26 .s26-legal p {
  margin: 0 0 16px;
}
.s26 .s26-legal ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.s26 .s26-legal li {
  margin-bottom: 8px;
}
.s26 .s26-legal strong {
  color: #1d1d1f;
  font-weight: 600;
}
.s26 .s26-legal a {
  color: #0071e3;
  text-decoration: underline;
}
.s26 .s26-legal .s26-legal-card {
  background: #f5f5f7;
  border-radius: 16px;
  padding: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .s26 .s26-hero .s26-hero-content h1 {
    font-size: 80px;
  }
  .s26 .s26-hero .s26-hero-sub {
    font-size: 21px;
  }
  .s26 .s26-features .s26-section-head h2,
  .s26 .s26-categories .s26-section-head h2,
  .s26 .s26-testimonials .s26-section-head h2,
  .s26 .s26-pricing .s26-section-head h2 {
    font-size: 52px;
  }
  .s26 .s26-cinematic .s26-cinematic-content h2 {
    font-size: 56px;
  }
  .s26 .s26-final-cta .s26-final-content h2 {
    font-size: 80px;
  }
  .s26 .s26-footer-bottom {
    flex-direction: row;
  }
  .s26 .s26-page-hero h1 {
    font-size: 52px;
  }
  .s26 .s26-page-hero-sub {
    font-size: 19px;
  }
  .s26 .s26-info-grid.s26-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .s26 .s26-info-grid.s26-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .s26 .s26-info-grid.s26-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .s26 .s26-team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .s26 .s26-category-detail {
    flex-direction: row;
    gap: 56px;
  }
  .s26 .s26-category-detail.s26-reverse {
    flex-direction: row-reverse;
  }
  .s26 .s26-category-detail .s26-cat-detail-media,
  .s26 .s26-category-detail .s26-cat-detail-body {
    flex: 1;
  }
  .s26 .s26-studies-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .s26 .s26-training-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s26 .s26-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .s26 .s26-contact-grid {
    grid-template-columns: 2fr 3fr;
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .s26 .s26-nav-links,
  .s26 .s26-nav-actions {
    display: none;
  }
  .s26 .s26-nav-toggle {
    display: block;
  }
  .s26 .s26-stats-grid,
  .s26 .s26-features-grid,
  .s26 .s26-cat-grid,
  .s26 .s26-testi-grid,
  .s26 .s26-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .s26 .s26-features-grid,
  .s26 .s26-testi-grid {
    grid-template-columns: 1fr;
  }
}
html {
  scroll-behavior: smooth;
}
