.about-hero {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background: #f8fafc;
}

.about-hero .about-hero-container {
  display: flex;
  max-width: 1280px;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-hero .about-hero-content {
  width: 680px;
  flex: 0 0 680px;
}

.about-hero .about-hero-badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.25);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-hero .about-hero-content h1 {
  margin: 0;
  color: #111827;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -2px;
}

.about-hero .about-hero-content h1 span {
  color: #22bde9;
}

.about-hero .about-hero-content > p {
  max-width: 672px;
  margin: 24px 0 0;
  color: #4b5563;
  font-size: 20px;
  font-weight: 300;
  line-height: 32.5px;
}

.about-hero .about-hero-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.about-hero .about-hero-downloads a {
  display: flex;
  width: auto;
  min-width: 236px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  border: 1px solid #ff8343;
  border-radius: 12px;
  color: #ffffff;
  background: #ff8343;
  box-shadow: 0 8px 18px rgba(255, 131, 67, 0.2);
  line-height: 24px;
}

.about-hero .about-hero-downloads a:last-child {
  border-color: #ff8343;
  color: #ff8343;
  background: #ffffff;
}

.about-hero .about-hero-downloads a > i {
  font-size: 27px;
}

.about-hero .about-hero-downloads a > span {
  display: flex;
  flex-direction: column;
}

.about-hero .about-hero-downloads .text-strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
}

.about-hero .about-hero-downloads .text-small {
  margin-top: 0;
  font-size: 10px;
  line-height: 15px;
}

.about-hero .about-hero-visual {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}

.about-hero .about-hero-glow {
  position: absolute;
  inset: 50px;
  border-radius: 300px;
  background: rgba(34, 189, 233, 0.2);
  filter: blur(55px);
}

.about-hero .about-hero-image {
  position: relative;
  width: 448px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 25px 55px rgba(15, 23, 42, 0.12);
}

.about-hero .about-hero-image img {
  display: block;
  width: 414px;
  height: auto;
  border-radius: 32px;
}

.about-mission {
  padding: 64px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.5);
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
  background: #ffffff;
}

.about-mission .about-mission-container {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-mission .about-mission-heading {
  margin-bottom: 32px;
  text-align: center;
}

.about-mission .about-mission-heading > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 24px;
  color: #059669;
  background: rgba(16, 185, 129, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-mission .about-mission-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}

.about-mission .about-mission-card {
  padding: 40px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: 0 6px 16px rgba(34, 189, 233, 0.03);
}

.about-mission .about-mission-card > p {
  margin: 0 0 24px;
  color: #374151;
  font-size: 16px;
  line-height: 26px;
}

.about-mission .about-mission-card > p:nth-child(2) {
  color: #111827;
  font-weight: 600;
}

.about-mission .about-mission-note {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.about-mission .about-mission-note i {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #22bde9;
}

.about-focus {
  padding: 80px 0;
  background: #f8fafc;
}

.about-focus .about-focus-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-focus .about-focus-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.about-focus .about-focus-heading > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.2);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-focus .about-focus-heading h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
}

.about-focus .about-focus-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.about-focus .about-focus-grid {
  display: flex;
  gap: 24px;
}

.about-focus .about-focus-card {
  display: flex;
  min-height: 204px;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(34, 189, 233, 0.03);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.about-focus .about-focus-card:hover {
  box-shadow: 0 15px 30px rgba(34, 189, 233, 0.1);
  transform: translateY(-4px);
}

.about-focus .about-focus-card > i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 20px;
}

.about-focus .about-focus-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 16px;
}

.about-focus .about-focus-card p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 19px;
}

.about-focus .about-focus-note {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 48px auto 0;
  padding: 12px 24px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  color: #374151;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(34, 189, 233, 0.03);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.about-focus .about-focus-note i {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #22bde9;
}

.about-philosophy {
  padding: 80px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.5);
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
  background: #ffffff;
}

.about-philosophy .about-philosophy-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-philosophy .about-philosophy-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.about-philosophy .about-philosophy-heading > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: 24px;
  color: #4f46e5;
  background: rgba(99, 102, 241, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-philosophy .about-philosophy-heading h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
}

.about-philosophy .about-philosophy-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.about-philosophy .about-philosophy-grid {
  display: flex;
  max-width: 1024px;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 auto;
}

.about-philosophy .about-philosophy-card {
  display: flex;
  width: 480px;
  flex-grow: 1;
  align-items: flex-start;
  gap: 20px;
  padding: 32px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  background: #f8fafc;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.03);
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.about-philosophy .about-philosophy-card:hover {
  border-color: #22bde9;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(34, 189, 233, 0.04);
}

.about-philosophy .about-philosophy-card > i {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 16px;
  font-size: 24px;
}

.about-philosophy .about-philosophy-safe > i {
  border-color: rgba(16, 185, 129, 0.2);
  color: #10b981;
  background: rgba(16, 185, 129, 0.05);
}

.about-philosophy .about-philosophy-privacy > i {
  border-color: rgba(34, 189, 233, 0.2);
  color: #22bde9;
  background: rgba(34, 189, 233, 0.05);
}

.about-philosophy .about-philosophy-easy > i {
  border-color: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.05);
}

.about-philosophy .about-philosophy-reliable > i {
  border-color: rgba(99, 102, 241, 0.2);
  color: #6366f1;
  background: rgba(99, 102, 241, 0.05);
}

.about-philosophy .about-philosophy-card h3 {
  margin: 1px 0 8px;
  color: #111827;
  font-size: 16px;
}

.about-philosophy .about-philosophy-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.about-products {
  padding: 80px 0;
  background: #f8fafc;
}

.about-products .about-products-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-products .about-products-heading {
  max-width: 768px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-products .about-products-heading > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.2);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-products .about-products-heading h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
}

.about-products .about-products-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}

.about-products .about-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}

.about-products .about-products-card {
  display: flex;
  width: 380px;
  flex-grow: 1;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 200ms ease;
}

.about-products .about-products-card:hover {
  border-color: rgba(34, 189, 233, 0.5);
}

.about-products .about-products-card > i {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 20px;
}

.about-products .about-products-card h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
}

.about-products .about-products-card p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 19px;
}

.about-products .about-products-lab {
  max-width: 1024px;
  margin: 0 auto 80px;
  text-align: center;
}

.about-products .about-products-lab h3 {
  margin: 0 0 32px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-products .about-products-lab img {
  display: block;
  width: 896px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 24px;
  mix-blend-mode: multiply;
}

.about-products .about-products-ecosystem {
  display: flex;
  max-width: 768px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(34, 189, 233, 0.03);
}

.about-products .about-products-ecosystem h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
}

.about-products .about-products-ecosystem p {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 19.5px;
}

.about-products .about-products-ecosystem a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 24px;
  color: #ffffff;
  background: #22bde9;
  box-shadow: 0 8px 18px rgba(34, 189, 233, 0.2);
  font-size: 12px;
  font-weight: 700;
}

.about-knowledge {
  padding: 80px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.5);
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
  background: #ffffff;
}

.about-knowledge .about-knowledge-container {
  display: flex;
  max-width: 1280px;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-knowledge .about-knowledge-content {
  width: 470px;
  flex: 0 0 470px;
}

.about-knowledge .about-knowledge-content > span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.2);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-knowledge .about-knowledge-content h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
}

.about-knowledge .about-knowledge-content > p {
  margin: 0 0 20px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.about-knowledge .about-knowledge-content > div {
  margin-top: 0;
  padding: 16px;
  border: 1px solid rgba(241, 245, 249, 0.8);
  border-radius: 16px;
  color: #6b7280;
  background: #f8fafc;
  font-size: 12px;
  line-height: 19px;
}

.about-knowledge .about-knowledge-grid {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 20px;
}

.about-knowledge .about-knowledge-card {
  width: 310px;
  flex-grow: 1;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 24px;
  background: #f8fafc;
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.about-knowledge .about-knowledge-card:hover {
  border-color: #22bde9;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(34, 189, 233, 0.03);
}

.about-knowledge .about-knowledge-card > i {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 20px;
}

.about-knowledge .about-knowledge-card h3 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
}

.about-knowledge .about-knowledge-card p {
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 19px;
}

.about-knowledge .about-knowledge-card a {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: #22bde9;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.about-trust {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  color: #ffffff;
  background: #0f172a;
}

.about-trust .about-trust-background::before {
  position: absolute;
  top: -64px;
  left: -64px;
  width: 192px;
  height: 192px;
  border-radius: 192px;
  background: rgba(34, 189, 233, 0.1);
  filter: blur(55px);
  content: "";
}

.about-trust .about-trust-background::after {
  position: absolute;
  right: -64px;
  bottom: -64px;
  width: 192px;
  height: 192px;
  border-radius: 192px;
  background: rgba(34, 189, 233, 0.1);
  filter: blur(55px);
  content: "";
}

.about-trust .about-trust-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-trust .about-trust-heading {
  max-width: 768px;
  margin: 0 auto 64px;
  text-align: center;
}

.about-trust .about-trust-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.25);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.15);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-trust .about-trust-heading h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
}

.about-trust .about-trust-heading p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
}

.about-trust .about-trust-grid {
  display: flex;
  max-width: 1024px;
  gap: 32px;
  margin: 0 auto;
}

.about-trust .about-trust-card {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

.about-trust .about-trust-card strong {
  color: #22bde9;
  font-size: 44px;
  font-weight: 900;
  line-height: 53px;
}

.about-trust .about-trust-card span {
  color: #94a3b8;
  font-size: 12px;
  line-height: 19px;
}

.about-team {
  padding: 80px 0;
  background: #ffffff;
}

.about-team .about-team-container {
  display: flex;
  max-width: 1280px;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 0 32px;
}

.about-team .about-team-content {
  width: 472px;
  flex: 0 0 472px;
}

.about-team .about-team-content > span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.2);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-team .about-team-content h2 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 36px;
  line-height: 40px;
}

.about-team .about-team-content > p {
  margin: 0 0 24px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}

.about-team .about-team-goal {
  margin-top: 0;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 32px;
  background: #f8fafc;
}

.about-team .about-team-goal > span {
  display: block;
  margin-bottom: 8px;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-team .about-team-goal strong {
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.about-team .about-team-goal .about-team-highlight {
  color: #22bde9;
}

.about-team .about-team-list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.about-team .about-team-list > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 16px 38px;
  border: 1px solid rgba(226, 232, 240, 0.5);
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.5);
}

.about-team .about-team-list > div::before {
  position: absolute;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #22bde9;
  content: "";
}

.about-team .about-team-list strong {
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.about-team .about-team-list span {
  max-width: 448px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.about-future {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  border-top: 1px solid rgba(226, 232, 240, 0.6);
  background: #f8fafc;
}

.about-future .about-future-background {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  width: 500px;
  height: 500px;
  margin: 0 auto;
  border-radius: 500px;
  background: rgba(34, 189, 233, 0.05);
  filter: blur(55px);
}

.about-future .about-future-container {
  position: relative;
  z-index: 2;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.about-future .about-future-container > span {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 32px;
  padding: 4px 12px;
  border: 1px solid rgba(34, 189, 233, 0.2);
  border-radius: 24px;
  color: #22bde9;
  background: rgba(34, 189, 233, 0.1);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.about-future .about-future-container h2 {
  margin: 0 0 32px;
  color: #111827;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1px;
}

.about-future .about-future-container h2 strong {
  color: #22bde9;
}

.about-future .about-future-container > p {
  max-width: 576px;
  margin: 0 auto 32px;
  color: #6b7280;
  font-size: 14px;
  line-height: 22.75px;
}

.about-future .about-future-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
  padding-top: 16px;
}

.about-future .about-future-actions a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid #22bde9;
  border-radius: 28px;
  color: #ffffff;
  background: #22bde9;
  box-shadow: 0 8px 18px rgba(34, 189, 233, 0.2);
  font-size: 14px;
  font-weight: 700;
}

.about-future .about-future-actions a:last-child {
  gap: 12px;
  padding: 12px 28px;
  border: 2px solid #ff8343;
  border-radius: 12px;
  color: #ffffff;
  background: #ff8343;
  text-align: left;
}

.about-future .about-future-actions a:last-child > i {
  font-size: 32px;
  font-weight: 100;
}

.about-future .about-future-actions a:last-child > span {
  display: flex;
  flex-direction: column;
}

.about-future .about-future-actions .text-strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
}

.about-future .about-future-actions .text-small {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}

@media (max-width: 1024px) {
  .about-hero .about-hero-container {
    flex-direction: column;
  }

  .about-hero .about-hero-content {
    width: auto;
    text-align: center;
  }

  .about-hero .about-hero-content > p {
    margin-right: auto;
    margin-left: auto;
  }

  .about-hero .about-hero-downloads {
    justify-content: center;
  }

  .about-focus .about-focus-grid {
    flex-wrap: wrap;
  }

  .about-focus .about-focus-card {
    min-width: 300px;
  }

  .about-knowledge .about-knowledge-container {
    flex-direction: column;
    align-items: stretch;
  }

  .about-knowledge .about-knowledge-content {
    width: auto;
    flex: auto;
  }

  .about-trust .about-trust-grid {
    flex-wrap: wrap;
  }

  .about-trust .about-trust-card {
    min-width: 300px;
  }

  .about-team .about-team-container {
    flex-direction: column;
    align-items: stretch;
  }

  .about-team .about-team-content {
    width: auto;
    flex: auto;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 64px 0;
  }

  .about-hero .about-hero-container {
    padding: 0 16px;
  }
  .about-hero .about-hero-content {
    flex: 0 0 440px;
  }

  .about-hero .about-hero-content h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .about-hero .about-hero-content > p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-hero .about-hero-downloads {
    flex-direction: column;
    align-items: center;
  }

  .about-hero .about-hero-downloads a {
    width: 286px;
  }

  .about-hero .about-hero-visual {
    width: auto;
  }

  .about-hero .about-hero-image {
    width: auto;
  }

  .about-hero .about-hero-image img {
    width: 100%;
  }

  .about-mission .about-mission-card {
    padding: 24px;
  }

  .about-focus .about-focus-container {
    padding: 0 16px;
  }

  .about-focus .about-focus-heading {
    margin-bottom: 40px;
  }

  .about-focus .about-focus-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-focus .about-focus-card {
    min-width: 280px;
  }

  .about-focus .about-focus-note {
    width: auto;
    align-items: flex-start;
  }

  .about-philosophy .about-philosophy-container {
    padding: 0 16px;
  }

  .about-philosophy .about-philosophy-heading {
    margin-bottom: 40px;
  }

  .about-philosophy .about-philosophy-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-philosophy .about-philosophy-card {
    width: 280px;
    padding: 24px;
  }

  .about-products .about-products-container {
    padding: 0 16px;
  }

  .about-products .about-products-heading h2 {
    font-size: 30px;
  }

  .about-products .about-products-card {
    width: 280px;
  }

  .about-products .about-products-ecosystem {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-knowledge .about-knowledge-container {
    padding: 0 16px;
  }

  .about-knowledge .about-knowledge-content h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .about-knowledge .about-knowledge-card {
    width: 280px;
  }

  .about-trust .about-trust-container {
    padding: 0 16px;
  }

  .about-trust .about-trust-heading {
    margin-bottom: 40px;
  }

  .about-trust .about-trust-heading h2 {
    font-size: 30px;
  }

  .about-trust .about-trust-card {
    min-width: 140px;
    padding: 24px 16px;
  }

  .about-trust .about-trust-card strong {
    font-size: 32px;
  }

  .about-team .about-team-container {
    padding: 0 16px;
  }

  .about-team .about-team-content h2 {
    font-size: 30px;
  }

  .about-team .about-team-list > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-team .about-team-list span {
    text-align: left;
  }

  .about-future .about-future-container h2 {
    font-size: 34px;
    line-height: 43px;
  }
}