/* 03 Material Clarity */
.concept--material {
  color: #202124;
  font-family: "Roboto Flex", "PingFang SC", sans-serif;
}

.material-nav {
  display: flex;
  width: min(1240px, calc(100% - 48px));
  min-height: 80px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.material-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 620;
}

.material-brand img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.material-nav nav {
  display: flex;
  gap: 34px;
  color: #5f6368;
  font-size: 14px;
}

.material-nav nav a:hover {
  color: #1a73e8;
}

.material-github {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 999px;
  color: #1a73e8;
  font-size: 13px;
  font-weight: 600;
}

.material-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  width: min(1160px, calc(100% - 48px));
  min-height: 690px;
  margin: 0 auto;
  align-items: center;
}

.material-chip {
  display: inline-flex;
  min-height: 34px;
  padding: 0 13px;
  align-items: center;
  border-radius: 999px;
  background: #e8f0fe;
  color: #185abc;
  font-size: 12px;
  font-weight: 620;
}

.material-chip--small {
  min-height: 28px;
  font-size: 10px;
}

.material-hero h1 {
  margin-top: 24px;
  font-size: clamp(52px, 6.3vw, 86px);
  font-variation-settings: "opsz" 96, "wght" 590;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.material-hero__copy > p {
  max-width: 610px;
  margin-top: 28px;
  color: #5f6368;
  font-size: 18px;
  line-height: 1.7;
}

.material-actions {
  margin-top: 34px;
}

.material-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 22px;
  align-items: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 620;
}

.material-button--filled {
  background: #0b57d0;
  color: #fff;
}

.material-button--filled:hover {
  background: #0842a0;
}

.material-button--tonal {
  background: #e8f0fe;
  color: #174ea6;
}

.material-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
  color: #60646b;
  font-size: 11px;
}

.material-proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.material-proof__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.material-proof__dot--blue {
  background: #4285f4;
}

.material-proof__dot--green {
  background: #34a853;
}

.material-proof__dot--yellow {
  background: #fbbc04;
}

.material-hero__visual {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
}

.material-hero__visual img {
  position: relative;
  z-index: 2;
  width: 39%;
  border-radius: 26%;
  box-shadow: 0 24px 80px rgba(32, 33, 36, 0.22);
}

.material-hero__visual > span {
  position: absolute;
  z-index: 3;
  right: 12%;
  bottom: 12%;
  padding: 8px 12px;
  border-radius: 999px;
  background: #202124;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.material-ring {
  position: absolute;
  border: 20px solid;
  border-radius: 50%;
}

.material-ring--blue {
  inset: 5%;
  border-color: #e8f0fe;
}

.material-ring--green {
  inset: 18%;
  border-color: #e6f4ea;
  border-width: 15px;
}

.material-ring--yellow {
  inset: 31%;
  border-color: #fef7e0;
  border-width: 11px;
}

.material-workspace {
  width: min(1240px, calc(100% - 48px));
  margin: 30px auto 0;
  padding: 70px 64px;
  border-radius: 36px;
  background: #f8fafd;
}

.material-workspace__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.material-workspace__heading h2 {
  max-width: 680px;
  margin-top: 16px;
  font-size: 42px;
  letter-spacing: -0.045em;
}

.material-workspace__heading > p {
  max-width: 350px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.6;
}

.material-app {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 540px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid #dde2ea;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(60, 64, 67, 0.12);
}

.material-app__rail {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 12px;
  background: #f4f7fc;
}

.material-app__logo {
  margin: 5px 13px 24px;
  color: #0b57d0;
  font-size: 28px;
  font-weight: 700;
}

.material-app__rail > span:not(.material-app__logo) {
  display: flex;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 999px;
  color: #5f6368;
  font-size: 11px;
}

.material-app__rail i {
  font-style: normal;
  opacity: 0.65;
}

.material-app__rail .is-current {
  background: #d3e3fd;
  color: #041e49;
  font-weight: 650;
}

.material-app__main {
  padding: 34px;
}

.material-app__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.material-app__top small {
  color: #666;
}

.material-app__top h3 {
  margin-top: 7px;
  font-size: 24px;
}

.material-app__top button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #0b57d0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.material-account-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 35px;
}

.material-account-grid article {
  min-height: 210px;
  padding: 20px;
  border-radius: 22px;
  background: #f8fafd;
}

.material-account-grid img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.material-account-grid span,
.material-account-grid strong,
.material-account-grid small {
  display: block;
}

.material-account-grid span {
  margin-top: 26px;
  color: #6d737b;
  font-size: 11px;
}

.material-account-grid strong {
  margin-top: 5px;
  font-size: 14px;
}

.material-account-grid small {
  margin-top: 18px;
  color: #666;
  font-size: 10px;
}

.material-notice {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  align-items: center;
  border-radius: 18px;
  background: #e8f0fe;
}

.material-notice > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #0b57d0;
  color: #fff;
  font-weight: 700;
}

.material-notice p {
  color: #42526b;
  font-size: 11px;
}

.material-notice p strong {
  color: #202124;
}

.material-notice a {
  color: #0b57d0;
  font-size: 11px;
  font-weight: 650;
}

.material-flow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0;
}

.material-flow__title > span {
  color: #0b57d0;
  font-size: 12px;
  font-weight: 650;
}

.material-flow__title h2 {
  margin-top: 18px;
  font-size: 46px;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.material-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.material-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 26px;
  border-radius: 24px;
}

.material-step > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  font-size: 18px;
  font-weight: 650;
}

.material-step h3 {
  font-size: 18px;
}

.material-step p {
  margin-top: 7px;
  color: #5f6368;
  font-size: 13px;
  line-height: 1.6;
}

.material-step--blue {
  background: #e8f0fe;
}

.material-step--green {
  background: #e6f4ea;
}

.material-step--yellow {
  background: #fef7e0;
}

.material-platforms {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto 130px;
  padding-top: 70px;
  border-top: 1px solid #dadce0;
}

.material-platforms h2 {
  margin-top: 16px;
  font-size: 40px;
  letter-spacing: -0.04em;
}

.material-platforms p {
  margin-top: 16px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.7;
}

.material-platforms__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.material-platforms__logos img {
  width: 56px;
  height: 56px;
  margin: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(60, 64, 67, 0.12);
}

.concept-footer--material {
  min-height: 110px;
  padding: 0 max(24px, calc((100vw - 1140px) / 2));
  border-top: 1px solid #dadce0;
  color: #666;
  font-size: 12px;
}

.concept-footer--material div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.concept-footer--material img {
  width: 25px;
  height: 25px;
  border-radius: 7px;
}
